/*********************
IMPORTING PARTIALS
*********************/
/* poppins-regular - latin */
/* superfont shadow */
@font-face {
  font-family: "Superfont Shadow";
  src: url("../fonts/superfont-shadow.woff2") format("woff2"), url("../fonts/superfont-shadow.woff") format("woff");
  font-style: normal;
  font-display: swap;
}
/* pulp-regular - latin */
@font-face {
  font-family: "Pulp";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Pulp Regular"), local("Pulp-Regular"), url("../fonts/meet_brent_-_pulp_display_regular-webfont.woff2") format("woff2"), url("../fonts/meet_brent_-_pulp_display_regular-webfont.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pulp-600 - latin */
@font-face {
  font-family: "Pulp";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: local("Pulp SemiBold"), local("Pulp-SemiBold"), url("../fonts/meet_brent_-_pulp_display_semi_bold-webfont.woff2") format("woff2"), url("../fonts/meet_brent_-_pulp_display_semi_bold-webfont.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pulp-700 - latin */
@font-face {
  font-family: "Pulp";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Pulp Bold"), local("Pulp-Bold"), url("../fonts/meet_brent_-_pulp_display_bold-webfont.woff2") format("woff2"), url("../fonts/meet_brent_-_pulp_display_bold-webfont.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* plus-jakarta-sans-400 - latin */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Plus Jakarta Sans Regular"), local("Plus-Jakarta-Sans-Regular"), url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local("Plus Jakarta Sans Medium"), local("Plus-Jakarta-Sans-Medium"), url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Medium.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Plus Jakarta Sans Bold"), local("Plus-Jakarta-Sans-Bold"), url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Bold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* plus-jakarta-sans-700-italic - latin */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  src: local("Plus Jakarta Sans Italic"), local("Plus-Jakarta-Sans-Italic"), url("../fonts/PlusJakartaSans-Italic.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* plus-jakarta-sans-900 - latin */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: local("Plus Jakarta Sans ExtraBold"), local("Plus-Jakarta-Sans-ExtraBold"), url("../fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-ExtraBold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* grouch-bt */
@font-face {
  font-family: "Grouch";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: local("Grouch"), local("Grouch"), url("../fonts/grouch-bt.woff2") format("woff2"), url("../fonts/grouch-bt.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*********************
IMPORTING MODULES
*********************/
.push {
  display: block;
}
.push .background-wrapper, .push .background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: block;
  border-radius: 15px;
}
.push .background-wrapper .inner, .push .background .inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.push .background-wrapper .inner:after, .push .background .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444444;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
}
.push:hover .background .inner {
  transform: scale(1.1);
}
.push:hover .background .inner:after {
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  .push .background-wrapper, .push .background {
    border-radius: 24px;
  }
  .push .background-wrapper .inner, .push .background .inner {
    border-radius: 24px;
  }
}

.push-post {
  margin-top: 1.5rem;
  display: inline-block;
  position: relative;
  box-shadow: 0 4px 16px rgba(96, 97, 112, 0.08);
  border-radius: 15px;
}
.push-post .content {
  line-height: 1.5rem;
  margin-top: 1rem;
  padding: 0 1.8rem 1rem;
}
.push-post.small .content {
  padding: 0.4rem 1.2rem 0 0;
}
.push-post.small .content h4, .push-post.small .content h2 {
  line-height: 1.8rem;
}
.push-post.has-btn h2, .push-post.has-btn h3, .push-post.has-btn h4 {
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.push-post.has-btn h2 a:before, .push-post.has-btn h3 a:before, .push-post.has-btn h4 a:before {
  content: none;
}
.push-post.has-btn .background {
  height: 18rem;
}
.push-post.has-btn .content h4, .push-post.has-btn .content h2 {
  line-height: 1.8rem;
}
.push-post.has-btn .content-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3rem;
}
.push-post.has-btn .content-bottom div.infos {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  line-height: 2rem;
}
.push-post.has-btn .content-bottom div.infos .published-date .published-date-text {
  color: #222;
  font-weight: 700;
  font-size: 1.2rem;
}
.push-post.has-btn .content-bottom div.infos .reading-time {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin-left: 0;
}
.push-post .category {
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #157dfe;
  margin-bottom: 0.8rem;
}
.push-post h2, .push-post h3, .push-post h4 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.push-post h2 a, .push-post h3 a, .push-post h4 a {
  color: #222222;
}
.push-post h2 a::before, .push-post h3 a::before, .push-post h4 a::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.push-post h2.slider-home-h2 {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.push-post h2.slider-home-h2 a::before {
  top: 80%;
}
.push-post h2.slider-home-h2 + p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-height: 4.6rem;
}
.push-post div.infos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.push-post div.infos .post-infos-separator {
  display: none;
}
.push-post div.infos .infos-grey {
  color: #A6A6A6;
  font-weight: 400;
}
.push-post div.infos .published-date {
  font-weight: 400;
  font-size: 1rem;
  color: #A6A6A6;
  display: flex;
  align-items: center;
}
.push-post div.infos .published-date .icon-clock {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.push-post div.infos .published-date .published-date-text {
  font-weight: 400;
  font-size: 1rem;
  color: #A6A6A6;
  margin: 0 0;
}
.push-post div.infos .published-date .published-date-text .infos-grey {
  display: none;
}
.push-post div.infos .reading-time {
  display: none;
}
.push-post p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #222222;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.push-post p.infos {
  color: #A6A6A6;
  font-weight: 400;
  font-size: 1rem;
  -webkit-line-clamp: 1;
}
.push-post p.infos span.dot {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.push-post .background {
  height: 33.5rem;
}

.push-post {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .push-post.small {
    display: flex;
    align-items: center;
  }
  .push-post.small .content {
    margin-top: 0;
  }
  .push-post.small .background {
    flex-shrink: 0;
    width: 12.5rem;
    height: 12.5rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .push-post {
    border-radius: 24px;
  }
  .push-post h2, .push-post h3, .push-post h4 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    display: block;
  }
  .push-post .column-no-margin {
    margin-left: 0 !important;
    width: calc(66.66667% - 0.7rem) !important;
  }
  .push-post .content {
    padding: 2.4rem 2.8rem 2.4rem 0.4rem;
    margin-top: 0;
  }
  .push-post.small .content {
    padding: 1.6rem 2.4rem 2.4rem;
  }
  .push-post.small .content h4, .push-post.small .content h2 {
    line-height: 2.5rem;
  }
  .push-post.has-btn h2, .push-post.has-btn h3, .push-post.has-btn h4 {
    line-height: 2.2rem;
  }
  .push-post.has-btn .background {
    height: 20rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .push-post.has-btn .background .inner {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .push-post.has-btn .content {
    padding: 1.6rem 2.4rem 2.4rem;
  }
  .push-post.has-btn .content h4, .push-post.has-btn .content h2 {
    line-height: 2.5rem;
  }
  .push-post.has-btn .content-bottom div.infos {
    line-height: 2.2rem;
  }
  .push-post.has-btn .content-bottom div.infos .published-date {
    margin: 0;
  }
  .push-post .category {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .push-post h2.slider-home-h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .push-post h2.slider-home-h2 + p {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 1.6rem;
  }
  .push-post div.infos {
    justify-content: flex-start;
    align-items: center;
    line-height: 2.2rem;
  }
  .push-post div.infos .post-infos-separator {
    display: block;
    font-size: 0.8rem;
    color: #A6A6A6;
  }
  .push-post div.infos .infos-grey {
    font-weight: 500;
  }
  .push-post div.infos .published-date {
    margin-right: 4rem;
  }
  .push-post div.infos .published-date .icon-clock {
    display: none;
  }
  .push-post div.infos .published-date .published-date-text {
    color: #222222;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .push-post div.infos .published-date .published-date-text .infos-grey {
    display: inline;
    font-weight: 400;
  }
  .push-post div.infos .reading-time {
    display: block;
    margin-left: 4rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .push-post p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    -webkit-line-clamp: 3;
    margin-top: 0.8rem;
    margin-bottom: 3.2rem;
  }
  .push-post p.infos {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0;
  }
  .push-post p.infos span.dot {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .push-post .background {
    height: 30rem;
  }
  .push-post.row {
    margin-top: 2.4rem;
  }
  .push-post.row .content {
    margin-top: 0;
  }
}
.breadcrumb {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb a, .breadcrumb span {
  color: #999999;
}
.breadcrumb .icon-arrow-alt {
  font-size: 0.7rem;
  margin: 0 1rem;
}

body.category .breadcrumb {
  font-size: 2.5rem;
  line-height: 3.1rem;
}
body.category .breadcrumb h1 {
  font-size: 2.5rem;
  line-height: 3.1rem;
}
body.category .breadcrumb a, body.category .breadcrumb span {
  color: #222222;
}
body.category .breadcrumb a {
  font-weight: 900;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  text-decoration: none;
}
body.category .breadcrumb a::before, body.category .breadcrumb a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222222;
  transition: transform 0.3s ease-out;
}
body.category .breadcrumb a::before {
  transform: translate3d(-105%, 0, 0);
  transition-duration: 0s;
}
body.category .breadcrumb a::after {
  transform: translate3d(105%, 0, 0);
}
body.category .breadcrumb a:hover:not(.link-on-text):before, body.category .breadcrumb a:hover:not(.link-on-text):after, body.category .breadcrumb a:hover .text:before, body.category .breadcrumb a:hover .text:after {
  transform: translate3d(0, 0, 0);
}
body.category .breadcrumb a:hover:not(.link-on-text):before, body.category .breadcrumb a:hover .text:before {
  transition-delay: 0s;
  transition-duration: 0.3s;
}
body.category .breadcrumb a:hover:not(.link-on-text):after, body.category .breadcrumb a:hover .text:after {
  transition-delay: 0.3s;
  transition-duration: 0s;
}
body.category .breadcrumb .icon-arrow-alt {
  font-size: 1.4rem;
  margin: 0 1.2rem;
  font-weight: 900;
}

body.tag .breadcrumb {
  font-size: 2.5rem;
  line-height: 3.1rem;
}
body.tag .breadcrumb h1 {
  font-size: 2.5rem;
  line-height: 3.1rem;
}
body.tag .breadcrumb a, body.tag .breadcrumb span {
  color: #222222;
}

body.single .breadcrumb {
  display: none;
}

@media screen and (min-width: 1024px) {
  .breadcrumb {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 2rem;
  }
  .breadcrumb .icon-arrow-alt {
    font-size: 1.2rem;
  }
  body.category .breadcrumb {
    font-size: 4rem;
    line-height: 5.1rem;
    margin-top: 4rem;
    align-items: baseline;
  }
  body.category .breadcrumb h1 {
    font-size: 4rem;
    line-height: 5.1rem;
  }
  body.category .breadcrumb .icon-arrow-alt {
    font-size: 2.2rem;
    margin: 0 3.9rem;
  }
  body.tag .breadcrumb {
    font-size: 4rem;
    line-height: 5.1rem;
    margin-top: 4rem;
    align-items: baseline;
  }
  body.tag .breadcrumb h1 {
    font-size: 4rem;
    line-height: 5.1rem;
  }
  body.single .breadcrumb {
    display: block;
    margin-left: 5%;
    padding-top: 2.4rem;
    color: #A6A6A6;
  }
  body.single .breadcrumb a, body.single .breadcrumb span {
    color: #A6A6A6;
  }
  body.single .breadcrumb a:hover {
    color: #444444;
  }
  body.single .breadcrumb .icon-arrow-alt {
    margin: 0 1.5rem;
  }
  body.single.guide-post .breadcrumb {
    color: #D9D9D9;
    max-width: 1126px;
    margin: 2.4rem auto 0;
    padding: 0;
  }
  body.single.guide-post .breadcrumb a, body.single.guide-post .breadcrumb span {
    color: #D9D9D9;
  }
  body.single.guide-post .breadcrumb a:hover {
    color: #444444;
  }
}
.main-comments-wrapper .illu-drawer {
  position: absolute;
  right: 4px;
  top: 24px;
}
.main-comments-wrapper .h2 {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main-comments-wrapper .comments-wrapper {
  margin-top: 4rem;
  border-radius: 24px;
  background: #f7f7f7;
  padding: 2.4rem 2.4rem 3.2rem 2.4rem;
  position: relative;
  overflow: visible;
}
.main-comments-wrapper .comments-wrapper .comment-respond:not(.comments-inner) {
  padding: 0 0;
}
.main-comments-wrapper .comment-respond {
  margin-top: 2rem;
}
.main-comments-wrapper .comment-respond label {
  color: #A6A6A6;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.main-comments-wrapper .comment-respond textarea {
  position: relative;
  background: #fff;
}
.main-comments-wrapper .comment-respond input:not(.submit) {
  background: #fff;
  height: 5rem;
}
.main-comments-wrapper .comment-respond textarea, .main-comments-wrapper .comment-respond input:not(.submit) {
  margin-top: 0.8rem;
  border-radius: 16px;
  border: 1px solid transparent;
  outline: none;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 1.6rem;
  width: 100%;
}
.main-comments-wrapper .comment-respond textarea:focus, .main-comments-wrapper .comment-respond textarea:focus-within, .main-comments-wrapper .comment-respond input:not(.submit):focus, .main-comments-wrapper .comment-respond input:not(.submit):focus-within {
  outline: none;
  border: 1px solid #A6A6A6;
  transition: 0.5s;
}
.main-comments-wrapper .comment-respond textarea.invalid, .main-comments-wrapper .comment-respond input:not(.submit).invalid {
  border: 2px solid #FF6363;
}
.main-comments-wrapper .comment-respond .comment-form-comment {
  margin-bottom: 1rem;
}
.main-comments-wrapper .comment-respond .comment-form-author {
  margin-bottom: 2.4rem;
}
.main-comments-wrapper .comment-respond .form-submit {
  margin: 3.2rem auto 0;
  text-align: center;
}
.main-comments-wrapper .comment-respond .form-submit .submit {
  padding: 0.8rem 3.5rem;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border-radius: 16px;
  font-weight: 700;
  background: #FFCB3F;
  text-align: center;
}
.main-comments-wrapper .comments-inner .comment {
  margin-top: 1.6rem;
}
.main-comments-wrapper .comments-inner .comment > .comment {
  padding-left: 5rem;
  margin-top: 2.4rem;
}
.main-comments-wrapper .comments-inner .comment > .comment:not(parent) {
  margin-top: 0.8rem;
}
.main-comments-wrapper .comments-inner .comment-body {
  box-shadow: 0 4px 16px rgba(96, 97, 112, 0.08);
  border-radius: 16px;
  padding: 2.4rem;
  background-color: #fff;
}
.main-comments-wrapper .comments-inner .comment-body a {
  color: #222222;
}
.main-comments-wrapper .comments-inner .comment-meta {
  display: flex;
}
.main-comments-wrapper .comments-inner .comment-meta .avatar-wrapper {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.main-comments-wrapper .comments-inner .comment-meta .avatar-wrapper img {
  width: 100%;
  height: auto;
}
.main-comments-wrapper .comments-inner .comment-meta .comment-author {
  flex-grow: 1;
  margin-left: 1rem;
}
.main-comments-wrapper .comments-inner .comment-meta .comment-author .comment-author-name {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.main-comments-wrapper .comments-inner .comment-meta .comment-metadata {
  text-align: right;
}
.main-comments-wrapper .comments-inner .comment-meta .comment-metadata time {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-left: 1rem;
  text-align: right;
  color: #A6A6A6;
}
.main-comments-wrapper .comments-inner .comment-content {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.main-comments-wrapper .comments-inner .comment-content img {
  max-width: 100%;
}
.main-comments-wrapper .comments-inner .comment-content a {
  word-break: break-word;
}
.main-comments-wrapper .comments-inner .comment-respond {
  border-radius: 24px;
  background: #f7f7f7;
  padding: 2.4rem 2.4rem 3.2rem 2.4rem;
  margin: 1.6rem 0 2.4rem;
}
.main-comments-wrapper .comments-inner .comment-respond .comment-reply-title {
  margin-bottom: 2.4rem;
}
.main-comments-wrapper .comments-inner .comment-respond #cancel-comment-reply-link {
  margin-left: 4rem;
  color: #FFCB3F;
}
.main-comments-wrapper .comments-inner .comment-respond #cancel-comment-reply-link:hover {
  color: #222222;
}
.main-comments-wrapper .comments-inner .comment-awaiting-moderation {
  font-style: italic;
  font-size: 1.3rem;
  line-height: 2.9rem;
}
.main-comments-wrapper .comments-inner .comment-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.main-comments-wrapper .comments-inner .comment-footer .comment-vote {
  position: relative;
  margin-right: 0.7rem;
  background: url(../images/heart.svg) 0 0 no-repeat;
  width: 2rem;
  height: 1.9rem;
  display: inline-block;
  cursor: pointer;
}
.main-comments-wrapper .comments-inner .comment-footer .comment-vote::before {
  content: "";
  position: absolute;
  background: url(../images/heart-pink.svg) 0 0 no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.main-comments-wrapper .comments-inner .comment-footer .comment-vote.user-has-voted {
  cursor: default;
}
.main-comments-wrapper .comments-inner .comment-footer .comment-vote:hover::before, .main-comments-wrapper .comments-inner .comment-footer .comment-vote.user-has-voted::before {
  opacity: 1;
}
.main-comments-wrapper .comments-inner .comment-footer .reply {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 1rem;
}
.main-comments-wrapper .comments-inner .comment-footer .comment-reply-link {
  color: #FFCB3F;
}
.main-comments-wrapper .comments-inner .comment-footer .comment-reply-link:hover {
  color: #222222;
}
.main-comments-wrapper .comments-inner .comment-footer .buttons-edit {
  width: 100%;
  text-align: right;
}
.main-comments-wrapper .comments-inner .comment-footer .buttons-edit .edit-link {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-left: 1rem;
  cursor: pointer;
}
.main-comments-wrapper .comments-inner .comment-reply-title a {
  color: #222222;
}
@media screen and (min-width: 768px) {
  .main-comments-wrapper .comment-respond .comment-form .form-submit input {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-comments-wrapper .comments-wrapper {
    margin-top: 8rem;
    padding: 4rem 0;
  }
  .main-comments-wrapper .comments-inner {
    max-width: 840px;
    margin: 0 auto;
  }
  .main-comments-wrapper .comments-inner .comment-content {
    width: 85%;
  }
  .main-comments-wrapper .comments-inner .comment > .comment {
    padding-left: 10rem;
  }
  .main-comments-wrapper .comments-inner .comment-footer .reply {
    margin-top: 0;
  }
  .main-comments-wrapper .illu-drawer {
    height: 165px;
    width: auto;
    position: absolute;
    right: 24px;
    top: 0;
  }
  .main-comments-wrapper .h2 {
    width: 75%;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .main-comments-wrapper .comment-respond {
    margin-top: 2.4rem;
  }
  .main-comments-wrapper .comment-respond textarea {
    height: 6rem;
  }
  .main-comments-wrapper .comment-respond .comment-form .comment-form-comment {
    margin-bottom: 1.4rem;
  }
  .main-comments-wrapper .comment-respond .comment-form .comment-form-author, .main-comments-wrapper .comment-respond .comment-form .comment-form-email {
    margin-bottom: 0;
  }
  .main-comments-wrapper .comment > .comment {
    padding-left: 9rem;
  }
}

/* right bounce */
/* /right bounce */
body.single-post .inner .teachers-cta-link {
  text-decoration: none;
}

.btn-cta {
  width: 100%;
}
.btn-cta button, .btn-cta .button {
  min-height: 4.5rem;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #fff;
  background-color: #FF6363;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.btn-cta button span, .btn-cta .button span {
  backface-visibility: hidden;
  transform: translateZ(0) rotate(0.0001deg);
  transform-style: preserve-3d;
}
.btn-cta button .icon-arrow-cta, .btn-cta .button .icon-arrow-cta {
  font-size: 1rem;
  background: url(../images/arrow-right.svg) 50% no-repeat;
  background-size: contain;
  position: absolute;
  right: -4.5rem;
  top: 0.4rem;
  width: 0.9rem;
  height: 1.5rem;
}
.btn-cta button:hover, .btn-cta .button:hover {
  transform: scale3d(1.025, 1.025, 1.025);
}
.btn-cta button {
  width: 100%;
}
.btn-cta .button {
  width: fit-content;
}

.teachers-cta-wrapper {
  background-color: #FFF1F1;
  border-radius: 24px;
  text-align: center;
  width: 100%;
  padding: 2.4rem 0 2.8rem;
  margin: 8rem 0;
}
.teachers-cta-wrapper .sp-logo {
  height: 18px;
  width: auto;
}
.teachers-cta-wrapper .sp-presentation {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 900;
  padding: 0 1.6rem;
}
.teachers-cta-wrapper .slider-wrapper {
  overflow: hidden;
}
.teachers-cta-wrapper .slider-wrapper .slide-track {
  margin-top: 2.4rem;
  padding-bottom: 2rem;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide {
  border-radius: 16px;
  margin: 0 1.2rem;
  width: 19.2rem;
  background-color: #fff;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-photo {
  width: auto;
  height: 19.2rem;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  z-index: 1;
  position: relative;
  padding: 4px 8px 8px 8px;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper .ratings {
  display: flex;
  justify-content: flex-start;
  line-height: 16px;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper .ratings .ratings-star {
  height: 1.3rem;
  width: auto;
  margin-right: 0.5rem;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper .ratings .ratings-note {
  text-decoration: none;
  letter-spacing: 0.3px;
  font-size: 1rem;
  font-weight: 500;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper .teacher-info-first-row {
  line-height: 2.2rem;
  text-align: left;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper .teacher-info-first-row .name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper .teacher-info-second-row {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  padding: 0.4rem 0.8rem;
  border-radius: 32px;
  background-color: #FFF1F1;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.3px;
  color: #FF6363;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper .teacher-info-second-row .rates {
  display: flex;
  flex-shrink: 0;
  margin-right: 0.7rem;
}
.teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper .teacher-info-second-row .gift-icon {
  margin-right: 0.2rem;
}
.teachers-cta-wrapper .teachers-cta-button {
  position: relative;
  width: fit-content;
  margin: 0.4rem auto 0;
  padding: 0.8rem 3.3rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #fff;
  background-color: #FF6363;
  border-radius: 16px;
}

.cta-box:hover button {
  transform: scale3d(1.025, 1.025, 1.025);
}

.cta-search-wrapper {
  margin-left: -5%;
  margin-right: -5%;
  padding: 10.2rem 5.8rem 8.6rem;
  box-shadow: 0 4px 16px rgba(96, 97, 112, 0.08);
  background: #222222 url(../images/mosaic-photo-cta-mobile.png) no-repeat;
  background-size: cover;
  margin-top: 6rem;
  cursor: pointer;
  display: block;
  color: inherit;
  text-align: center;
  position: relative;
}
.cta-search-wrapper img {
  height: 32px;
  margin-bottom: 0.8rem;
}
.cta-search-wrapper .title {
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 3.2rem;
}
.cta-search-wrapper .btn-cta button, .cta-search-wrapper .btn-cta .button {
  margin: 0 auto;
  padding: 0.8rem 3.5rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.cta-search-wrapper .btn-cta button {
  width: auto;
}

.cta-guide-subject, .cta-acquisition-prof {
  background-size: cover;
  margin-top: 6rem;
  margin-left: -5%;
  margin-right: -5%;
  display: block;
  color: #fff;
  position: relative;
}
.cta-guide-subject::before, .cta-acquisition-prof::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222222;
  opacity: 0.5;
}
.cta-guide-subject .cta-guide-subject-wrapper, .cta-guide-subject .cta-acquisition-prof-wrapper, .cta-acquisition-prof .cta-guide-subject-wrapper, .cta-acquisition-prof .cta-acquisition-prof-wrapper {
  position: relative;
}
.cta-guide-subject .cta-guide-subject-wrapper .title, .cta-guide-subject .cta-acquisition-prof-wrapper .title, .cta-acquisition-prof .cta-guide-subject-wrapper .title, .cta-acquisition-prof .cta-acquisition-prof-wrapper .title {
  font-weight: 900;
  font-size: 2.4rem !important;
  line-height: 3rem !important;
  margin-bottom: 0.8rem;
}
.cta-guide-subject .cta-guide-subject-wrapper .description, .cta-guide-subject .cta-acquisition-prof-wrapper .description, .cta-acquisition-prof .cta-guide-subject-wrapper .description, .cta-acquisition-prof .cta-acquisition-prof-wrapper .description {
  font-size: 1.4rem !important;
  line-height: 2.2rem !important;
  letter-spacing: 0.2px;
}
.cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button,
.cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-acquisition-prof .button, .cta-guide-subject .cta-acquisition-prof-wrapper .btn-cta.btn-cta-guide-subject button, .cta-guide-subject .cta-acquisition-prof-wrapper .btn-cta.btn-cta-guide-subject .button,
.cta-guide-subject .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-guide-subject .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof .button, .cta-acquisition-prof .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button, .cta-acquisition-prof .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button,
.cta-acquisition-prof .cta-guide-subject-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-acquisition-prof .cta-guide-subject-wrapper .btn-cta.btn-cta-acquisition-prof .button, .cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-guide-subject button, .cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-guide-subject .button,
.cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof .button {
  height: auto;
  line-height: 2.4rem;
}

.cta-guide-subject .cta-guide-subject-wrapper {
  padding: 4rem 4.8rem 3.2rem;
}
.cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button {
  border-radius: 50%;
  padding: 1.6rem 1.6rem;
  margin-top: 5.2rem;
}
.cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button .btn-cta-txt, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button .btn-cta-txt {
  display: none;
}

.cta-acquisition-prof {
  background-image: url(../images/teacher-teaching-student.jpg);
  background-position-x: 30%;
}
.cta-acquisition-prof .cta-acquisition-prof-wrapper {
  padding: 9.5rem 2.4rem;
  text-align: center;
}
.cta-acquisition-prof .cta-acquisition-prof-wrapper .title {
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cta-acquisition-prof .cta-acquisition-prof-wrapper .description {
  padding: 0 3rem;
}
.cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof .button {
  border-radius: 16px;
  padding: 0.8rem 2.4rem;
  margin: 1rem auto 0;
}
.cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof button .btn-cta-txt, .cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof .button .btn-cta-txt {
  font-size: 14px;
  text-align: center;
}

.info-block-wrapper {
  margin-top: 6rem;
}
.info-block-wrapper .title {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
.info-block-wrapper a {
  display: block;
}
.info-block-wrapper .webcam-block, .info-block-wrapper .price-block, .info-block-wrapper .rating-block {
  padding: 1.6rem 2.6rem 2.4rem 2.4rem;
  box-shadow: 0 4px 16px rgba(96, 97, 112, 0.08);
  border-radius: 24px;
  border: 4px solid #fff;
}
.info-block-wrapper .webcam-block .info-and-picto, .info-block-wrapper .price-block .info-and-picto, .info-block-wrapper .rating-block .info-and-picto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-block-wrapper .webcam-block .info-and-picto .info, .info-block-wrapper .price-block .info-and-picto .info, .info-block-wrapper .rating-block .info-and-picto .info {
  font-weight: 900;
  font-size: 3rem;
  line-height: 3.8rem;
}
.info-block-wrapper .webcam-block .info-and-picto .info span, .info-block-wrapper .price-block .info-and-picto .info span, .info-block-wrapper .rating-block .info-and-picto .info span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.info-block-wrapper .webcam-block .description, .info-block-wrapper .price-block .description, .info-block-wrapper .rating-block .description {
  margin-top: 0.8rem;
  width: 70%;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.info-block-wrapper .webcam-block .info-block-button, .info-block-wrapper .price-block .info-block-button, .info-block-wrapper .rating-block .info-block-button {
  margin-top: 1.6rem;
  padding: 0.8rem 3.2rem;
  border-radius: 48px;
  width: fit-content;
  display: flex;
}
.info-block-wrapper .webcam-block .info-block-button .info-block-button-text, .info-block-wrapper .price-block .info-block-button .info-block-button-text, .info-block-wrapper .rating-block .info-block-button .info-block-button-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.2px;
  color: #fff;
  font-weight: 700;
}
.info-block-wrapper .webcam-block, .info-block-wrapper .price-block {
  margin-bottom: 2.4rem;
}
.info-block-wrapper .webcam-block {
  background-color: #E8F2FF;
  color: #157dfe;
}
.info-block-wrapper .webcam-block .info-block-button {
  background-color: #157dfe;
}
.info-block-wrapper .price-block {
  background-color: #FFF1F1;
  color: #FF6363;
}
.info-block-wrapper .price-block .info-block-button {
  background-color: #FF6363;
}
.info-block-wrapper .rating-block {
  background-color: #FFFBF0;
  color: #FFCB3F;
}
.info-block-wrapper .rating-block .info-block-button {
  background-color: #FFCB3F;
}

@media screen and (min-width: 768px) {
  .teachers-cta-wrapper {
    padding: 4rem 0 4.8rem;
    border-radius: 40px;
  }
  .teachers-cta-wrapper .sp-logo {
    height: auto;
    width: auto;
  }
  .teachers-cta-wrapper .sp-presentation {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 0 9.6rem;
  }
  .teachers-cta-wrapper .slide-track .teacher-slide {
    margin: 0 0.6rem;
  }
  .teachers-cta-wrapper .teachers-cta-button {
    margin: 1.2rem auto 0;
  }
  .cta-search-wrapper {
    background: #222222 url(../images/mosaic-photo-cta.png) no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding: 6.7rem 0;
    margin-left: 0;
    margin-right: 0;
  }
  .cta-search-wrapper::before {
    border-radius: 17px;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222222;
    opacity: 0.5;
  }
  .cta-search-wrapper img {
    position: relative;
    z-index: 2;
    height: 48px;
  }
  .cta-search-wrapper .title {
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .cta-search-wrapper .btn-cta {
    position: relative;
    z-index: 2;
  }
  .cta-guide-subject, .cta-acquisition-prof {
    border-radius: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .cta-guide-subject::before, .cta-acquisition-prof::before {
    border-radius: 40px;
    opacity: 1;
  }
  .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button,
  .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-acquisition-prof .button, .cta-guide-subject .cta-guide-acquisition-wrapper .btn-cta.btn-cta-guide-subject button, .cta-guide-subject .cta-guide-acquisition-wrapper .btn-cta.btn-cta-guide-subject .button,
  .cta-guide-subject .cta-guide-acquisition-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-guide-subject .cta-guide-acquisition-wrapper .btn-cta.btn-cta-acquisition-prof .button, .cta-acquisition-prof .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button, .cta-acquisition-prof .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button,
  .cta-acquisition-prof .cta-guide-subject-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-acquisition-prof .cta-guide-subject-wrapper .btn-cta.btn-cta-acquisition-prof .button, .cta-acquisition-prof .cta-guide-acquisition-wrapper .btn-cta.btn-cta-guide-subject button, .cta-acquisition-prof .cta-guide-acquisition-wrapper .btn-cta.btn-cta-guide-subject .button,
  .cta-acquisition-prof .cta-guide-acquisition-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-acquisition-prof .cta-guide-acquisition-wrapper .btn-cta.btn-cta-acquisition-prof .button {
    border-radius: 16px;
    line-height: 2.4rem;
    padding: 0.8rem 3.6rem;
  }
  .cta-guide-subject::before {
    background: linear-gradient(90deg, rgb(0, 0, 0) 23%, rgba(0, 0, 0, 0.9023984594) 31%, rgba(0, 0, 0, 0.7931547619) 41%, rgba(255, 255, 255, 0) 69%);
  }
  .cta-guide-subject .cta-guide-subject-wrapper {
    padding: 4rem 0 4rem 4.8rem;
    width: 50%;
  }
  .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button {
    margin-top: 1.6rem;
  }
  .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button img, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button img {
    display: none;
  }
  .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject button .btn-cta-txt, .cta-guide-subject .cta-guide-subject-wrapper .btn-cta.btn-cta-guide-subject .button .btn-cta-txt {
    display: inline;
  }
  .cta-acquisition-prof {
    background-position-y: center;
  }
  .cta-acquisition-prof::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7931547619) 30%, rgba(255, 255, 255, 0) 69%);
  }
  .cta-acquisition-prof .cta-acquisition-prof-wrapper {
    padding: 7rem 0 8.8rem 4.8rem;
    text-align: left;
    width: 60%;
  }
  .cta-acquisition-prof .cta-acquisition-prof-wrapper .title {
    margin-bottom: 1.6rem;
    margin-top: 0 !important;
    font-size: 3rem !important;
    line-height: 3.8rem !important;
  }
  .cta-acquisition-prof .cta-acquisition-prof-wrapper .description {
    padding: 0 0;
  }
  .cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof button, .cta-acquisition-prof .cta-acquisition-prof-wrapper .btn-cta.btn-cta-acquisition-prof .button {
    margin: 2.4rem 0 0;
  }
  .info-block-wrapper .title {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 2.8rem;
  }
  .info-block-wrapper .blocks-wrapper {
    display: flex;
    width: 97%;
  }
  .info-block-wrapper .webcam-block {
    flex: 1 1 33%;
  }
  .info-block-wrapper .price-and-rating-block {
    flex: 1 1 67%;
    display: flex;
  }
  .info-block-wrapper .price-block {
    flex: 0 0 50%;
  }
  .info-block-wrapper .rating-block {
    flex: 0 0 50%;
  }
  .info-block-wrapper .webcam-block, .info-block-wrapper .price-block, .info-block-wrapper .rating-block {
    padding: 1.6rem 1.6rem 2.4rem 1.6rem;
  }
  .info-block-wrapper .webcam-block .description, .info-block-wrapper .price-block .description, .info-block-wrapper .rating-block .description {
    width: 100%;
  }
  .info-block-wrapper .webcam-block, .info-block-wrapper .price-block {
    margin-right: 2.4rem;
  }
  .info-block-wrapper .webcam-block, .info-block-wrapper .price-block {
    margin-bottom: 0;
  }
}
.grid .row .tablepress td, .grid .row .tablepress th {
  width: auto;
}

body.single .post-content .inner .tablepress img[class*=wp-image-] {
  max-width: none;
}

.post-ratings {
  width: 100%;
  opacity: 1;
  /* background-color: #ffffff; */
}

.post-ratings-loading {
  display: none;
  height: 16px;
  text-align: left;
}

.post-ratings-image {
  border: 0;
}

.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
  border: 0;
  padding: 0;
  margin: 0;
}

.post-ratings-comment-author {
  font-weight: normal;
  font-style: italic;
}

.chapters .chapters-button, .chapters .chapters-button-close {
  position: fixed;
  z-index: 3;
  right: 6.5%;
  bottom: 24px;
}
.chapters .chapters-button-close {
  right: 50px;
  bottom: 50px;
}
.chapters .chapters-button-close img {
  width: 15px;
}
.chapters .chapters-wrapper {
  display: none;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF1F1;
  overflow: hidden;
  padding: 4rem 2.4rem;
  height: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.chapters .chapters-wrapper .title {
  font-family: "Grouch", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  display: inline-block;
  background-image: url(../images/wavy-border-black.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 0.8rem;
}
.chapters .chapters-wrapper .chapters-container .scroll-arrow {
  display: none;
}
.chapters .chapters-wrapper .chapters-container ol {
  margin-top: 4rem;
  max-height: 60vh;
  overflow: auto;
}
.chapters .chapters-wrapper .chapters-container ol li {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #222222;
  padding: 1rem;
  border-radius: 8px;
}
.chapters .chapters-wrapper .chapters-container ol li + li {
  margin-top: 4rem;
}
.chapters .chapters-wrapper .chapters-container ol li.passed-chapter.current-chapter {
  background-color: #FF6363;
}
.chapters .chapters-wrapper .chapters-container ol li.passed-chapter.current-chapter a {
  color: #fff;
}
.chapters .chapters-wrapper .chapters-container ol li.passed-chapter a {
  color: #A6A6A6;
}
.chapters .chapters-wrapper .chapters-container ol li:hover a, .chapters .chapters-wrapper .chapters-container ol li:hover .chapter-number, .chapters .chapters-wrapper .chapters-container ol li:active a, .chapters .chapters-wrapper .chapters-container ol li:active .chapter-number {
  color: #FF6363;
  text-decoration: none;
}
.chapters .chapters-wrapper .chapters-container ol li a {
  color: #222222;
  transition: none;
}
.chapters .chapters-wrapper.chapters-opened {
  display: block;
}
.chapters .button-hidden {
  display: none;
}
.chapters .mask-button {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .chapters {
    position: absolute;
    max-width: calc((100vw - 840px - 15px) / 2);
    padding: 0 35px 0 25px;
    z-index: 3;
    top: 10.4rem;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .chapters.fixed {
    position: fixed;
    top: 170px;
    left: 0;
  }
  .chapters.full-height .chapters-wrapper {
    height: 100%;
    border-radius: 24px 24px 0 0;
  }
  .chapters .chapters-button {
    position: absolute;
    right: clamp(35px, ((100vw - 840px) / 2 - 400px) / 2, 100%);
    top: 0;
    bottom: unset;
  }
  .chapters .chapters-wrapper {
    display: none;
    position: relative;
    z-index: 3;
    padding: 4rem 3rem;
    border-radius: 24px;
    box-shadow: 0 100px 80px rgba(0, 0, 0, 0.02), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.01);
    width: 100%;
    height: auto;
    max-height: calc(100vh - 170px);
    max-width: 400px;
    margin: 0 auto;
  }
  .chapters .chapters-wrapper .chapters-button-close {
    position: absolute;
    right: 25px;
    top: 25px;
    bottom: auto;
  }
  .chapters .chapters-wrapper .title {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
  .chapters .chapters-wrapper .chapters-container {
    margin: 1rem -1rem 0;
    position: relative;
    padding: 20px 0;
    height: calc(100% - 20px);
  }
  .chapters .chapters-wrapper .chapters-container .scroll-arrow {
    position: absolute;
    display: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .chapters .chapters-wrapper .chapters-container .scroll-arrow.scroll-arrow-up {
    top: -3px;
  }
  .chapters .chapters-wrapper .chapters-container .scroll-arrow.scroll-arrow-down {
    bottom: -3px;
  }
  .chapters .chapters-wrapper .chapters-container .scroll-arrow.active {
    display: block;
  }
  .chapters .chapters-wrapper .chapters-container ol {
    margin-top: 0;
    max-height: unset;
    height: 100%;
    scrollbar-width: none; /* Masque la scrollbar dans Firefox */
    -ms-overflow-style: none; /* Masque la scrollbar dans Internet Explorer */
  }
  .chapters .chapters-wrapper .chapters-container ol::-webkit-scrollbar {
    display: none; /* Masque la scrollbar dans Webkit (Chrome, Safari) */
  }
  .chapters .chapters-wrapper .chapters-container ol li {
    font-size: 1.4rem;
    line-height: 1.7rem;
    padding: 0.8rem 1rem;
  }
  .chapters .chapters-wrapper .chapters-container ol li + li {
    margin-top: 0.8rem;
  }
  .chapters .chapters-wrapper .chapters-container ol li a {
    font-weight: normal;
  }
  .chapters .chapters-wrapper.chapters-opened {
    display: block;
  }
  .chapters .button-hidden {
    display: block;
  }
}
.ai-summarize,
.ai-summarize-mobile {
  margin-top: 4rem;
}
.ai-summarize .ai-summarize-wrapper,
.ai-summarize-mobile .ai-summarize-wrapper {
  padding: 4rem 2.4rem;
  height: 100%;
}
.ai-summarize .ai-summarize-wrapper .ai-summarize-title,
.ai-summarize-mobile .ai-summarize-wrapper .ai-summarize-title {
  text-align: center;
  margin-bottom: 0.8rem;
}
.ai-summarize .ai-summarize-wrapper .ai-buttons-container,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: center;
}
.ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button {
  position: relative;
  border-radius: 12px;
  background-color: rgba(34, 34, 34, 0);
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  flex: 1 1 3rem;
  justify-content: center;
  place-items: center start;
  max-width: 5rem;
  min-width: 2.5rem;
  aspect-ratio: 1;
  padding: 0;
  line-height: 1;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: flex;
}
.ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button::after,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(34, 34, 34, 0.95);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 9999;
}
.ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button::before,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(34, 34, 34, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 9999;
}
.ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button:hover,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button:hover {
  background-color: #222;
  border-color: #222;
  color: #F7F7F7;
}
.ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button:hover::after, .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button:focus-visible::after, .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button:hover::before, .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button:focus-visible::before,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button:hover::after,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button:focus-visible::after,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button:hover::before,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button:focus-visible::before {
  opacity: 1;
}
.ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button:hover::after, .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button:focus-visible::after,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button:hover::after,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button:focus-visible::after {
  transform: translateX(-50%) translateY(-2px);
}
.ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button .button-icon,
.ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button .button-icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  display: flex;
}

.ai-summarize {
  display: none;
}

.guide-post .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button,
.guide-post .ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button {
  border-color: #999999;
  color: #F7F7F7;
}
.guide-post .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button::after,
.guide-post .ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button::after {
  background: rgba(247, 247, 247, 0.95);
  color: #222;
}
.guide-post .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button::before,
.guide-post .ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button::before {
  border-top-color: rgba(247, 247, 247, 0.95);
}
.guide-post .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button:hover,
.guide-post .ai-summarize-mobile .ai-summarize-wrapper .ai-buttons-container .ai-button:hover {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  color: #222;
}

@media screen and (min-width: 1440px) {
  .ai-summarize-mobile {
    display: none;
  }
  .ai-summarize {
    display: block;
    position: absolute;
    max-width: calc((100vw - 840px - 15px) / 2);
    padding: 0 35px 0 25px;
    z-index: 3;
    top: 10.4rem;
    left: 0;
    right: 0;
    margin: 0;
  }
  .ai-summarize.fixed {
    position: fixed;
    top: 80px;
    left: 0;
  }
  .ai-summarize .ai-summarize-wrapper {
    position: relative;
    z-index: 3;
    padding: 1rem 3rem;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .ai-summarize .ai-summarize-wrapper .ai-summarize-title {
    text-align: left;
  }
  .ai-summarize .ai-summarize-wrapper .ai-buttons-container {
    justify-content: left;
  }
  .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button {
    max-width: 3rem;
    min-width: 2.25rem;
    flex-basis: 3rem;
  }
  .ai-summarize .ai-summarize-wrapper .ai-buttons-container .ai-button .button-icon {
    width: 1.5rem;
  }
}
.reading-sheet {
  background-color: #E8F2FF;
  padding: 2rem;
  border-radius: 15px;
  color: #222;
}
.reading-sheet p.h2 {
  font-size: 2rem !important;
  line-height: 2.8rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
.reading-sheet .book-details {
  margin-top: 2.5rem;
}
.reading-sheet .book-details .book-data {
  margin-bottom: 1.5rem;
}
.reading-sheet .book-details .book-data .data-label {
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .reading-sheet p.h2 {
    font-size: 2rem !important;
    line-height: 2.8rem !important;
  }
  .reading-sheet .book-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 50px;
  }
}
/*********************
IMPORTING LAYOUTS
*********************/
/**
KEYFRAMES
 */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
STYLE
 */
body.single .single-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background-color: #FF6363;
  z-index: 1000;
  transition: width 0.2s ease;
}
body.single .post-intro {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 3rem;
  background: white;
  border-radius: 40px 40px 0 0;
  margin-top: -35px;
  width: 100%;
}
body.single .post-intro h1 {
  text-align: left;
}
body.single .post-intro .subtitle {
  text-align: left;
  margin: 2.4rem 0 0;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
body.single .main-wrapper {
  margin-top: 0;
  background: #fff;
  position: relative;
  z-index: 5;
}
body.single footer.footer {
  position: relative;
  background: #fff;
  z-index: 999;
}
body.single.guide-post {
  background: #222222;
  color: #fff;
}
body.single.guide-post .main-wrapper {
  margin-top: 1rem;
  background: transparent;
  border-radius: 0;
}
body.single.guide-post .teachers-cta-wrapper {
  background-color: #383838;
}
body.single.guide-post .teachers-cta-wrapper .slider-wrapper .slide-track .teacher-slide .teacher-info-wrapper {
  color: #222222;
}
body.single.guide-post .post-content .inner .wp-block-advgb-map h3 {
  color: #222;
  font-size: 1.5rem;
  line-height: normal;
  margin-top: 1rem;
  font-weight: 700;
}
body.single.guide-post .post-content .inner .dataTables_wrapper .tablepress thead th {
  background-color: #383838;
}
body.single.guide-post .post-content .inner .dataTables_wrapper .tablepress tbody td {
  border: none;
}
body.single.guide-post .post-content .inner .dataTables_wrapper .tablepress tbody tr.even td {
  background-color: #5E5E5E;
}
body.single.guide-post .post-content .inner .dataTables_wrapper .tablepress tbody tr.odd td {
  background-color: #4C4C4C;
}
body.single.guide-post .post-content .inner .dataTables_wrapper .tablepress tfoot td {
  border: none;
}
body.single.guide-post .post-content .inner .dataTables_wrapper .tablepress caption {
  color: #A6A6A6;
}
body.single.guide-post .post-content .inner .friend-tips-block {
  background: #383838;
}
body.single.guide-post .post-content .inner .key-takeaways-block {
  background: #383838;
}
body.single.guide-post .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources {
  border-color: #383838;
}
body.single.guide-post .inner .wp-block-wp-sp-gutenberg-blocks-block-top-something {
  background: rgba(255, 255, 255, 0.1);
}
body.single.guide-post .ratings-and-author-wrapper {
  background: rgba(255, 255, 255, 0.1);
}
body.single.guide-post .main-comments-wrapper .comments-wrapper {
  background: rgba(255, 255, 255, 0.1);
}
body.single.guide-post .main-comments-wrapper .comments-wrapper .comments-inner .comment-respond {
  background: none;
}
body.single.guide-post .main-comments-wrapper .comments-wrapper .comments-inner .comment-respond input:not(.submit), body.single.guide-post .main-comments-wrapper .comments-wrapper .comments-inner .comment-respond textarea {
  color: #222222;
}
body.single.guide-post .main-comments-wrapper .comments-inner .comment-body {
  background: rgba(255, 255, 255, 0.1);
}
body.single.guide-post .main-comments-wrapper .comments-inner .comment-body .buttons-edit a {
  color: #fff;
}
body.single.guide-post .main-comments-wrapper .comments-inner .comment-respond {
  background: rgba(255, 255, 255, 0.1);
}
body.single.guide-post .main-comments-wrapper .comments-inner .comment-respond #cancel-comment-reply-link:hover {
  color: #fff;
}
body.single.guide-post .main-comments-wrapper .comments-inner .comment-footer .reply .comment-reply-link:hover {
  color: #fff;
}
body.single.guide-post .main-comments-wrapper .comment-respond textarea {
  color: #222222;
}
body.single.guide-post footer.footer {
  background: transparent;
}
body.single.guide-post footer.footer .logo-superprof {
  filter: invert(1);
}
body.single.guide-post footer.footer .inner-footer ul.menu-footer > li.menu-subjects {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
body.single.guide-post footer.footer .inner-footer ul.menu-footer > li.menu-socials .social-link {
  border: 1px solid #fff;
  color: #222222;
  background-color: #fff;
}
body.single.guide-post footer.footer .inner-footer ul.menu-footer > li.menu-socials .social-link:hover {
  color: #fff;
  background-color: #222222;
}
body.single h1 {
  margin-top: 2rem;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  font-family: "Grouch", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.single.guide-post .single-grid .top-illu-author {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #D9D9D9;
}
body.single.guide-post h1 {
  margin-top: 2.4rem;
  text-align: left;
}
body.single.guide-post .superguide-stamp {
  position: absolute;
  top: -70px;
  right: 16px;
  width: 5.1rem;
  filter: brightness(0) invert(1);
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 10s linear infinite;
}
body.single .post-image-container {
  min-height: 324px;
}
body.single .post-image-container:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
body.single .post-image-container .post-image {
  position: sticky;
  top: 0;
  width: 100%;
  min-height: 100%;
  display: block;
}
body.single .post-image-container .post-image img {
  margin-top: 0;
  aspect-ratio: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 1;
  margin-left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: none;
}
body.single .post-infos {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 2.4rem;
}
body.single.guide-post .post-image-container {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  min-height: auto;
  display: block;
  padding: 0;
  overflow: hidden;
}
body.single.guide-post .post-image-container:before {
  content: none;
}
body.single.guide-post .post-image-container .post-image {
  position: relative;
  z-index: unset;
}
body.single.guide-post .post-image-container .post-image img {
  height: 324px;
}
body.single.guide-post .post-infos {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
body.single.guide-post .post-infos .author-name {
  flex-grow: 0;
  flex-basis: auto;
  text-align: left;
}
body.single.guide-post .post-infos .published-date {
  flex-grow: 0;
  flex-basis: auto;
}
body.single.guide-post .post-infos .second-separator {
  display: block;
}
body.single.guide-post .post-infos .reading-time {
  margin-top: 0;
  text-align: left;
}
body.single .post-content {
  max-width: 84rem;
  margin: 4rem auto 0;
}
body.single .post-content .inner p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  word-break: break-word;
}
body.single .post-content .inner h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding-top: 2rem;
  margin-top: 2rem;
}
body.single .post-content .inner h2 + figure, body.single .post-content .inner h2 + img, body.single .post-content .inner h2 + .responsive-video {
  margin-top: 1rem;
}
body.single .post-content .inner h3, body.single .post-content .inner .advgb-infobox-title {
  margin-top: 3rem;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
}
body.single .post-content .inner h4 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
}
body.single .post-content .inner h5 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
}
body.single .post-content .inner img.img-latex {
  max-width: 100%;
}
body.single .post-content .inner figure, body.single .post-content .inner picture {
  max-width: 100%;
}
body.single .post-content .inner figure img, body.single .post-content .inner picture img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 16px rgba(96, 97, 112, 0.08);
  border-radius: 24px;
  overflow: hidden;
}
body.single .post-content .inner figure.wp-block-embed-spotify, body.single .post-content .inner figure.wp-block-embed-youtube, body.single .post-content .inner picture.wp-block-embed-spotify, body.single .post-content .inner picture.wp-block-embed-youtube {
  overflow: hidden;
  border-radius: 24px;
}
body.single .post-content .inner figure.wp-block-embed-spotify .wp-block-embed__wrapper, body.single .post-content .inner figure.wp-block-embed-youtube .wp-block-embed__wrapper, body.single .post-content .inner picture.wp-block-embed-spotify .wp-block-embed__wrapper, body.single .post-content .inner picture.wp-block-embed-youtube .wp-block-embed__wrapper {
  overflow: hidden;
  border-radius: 24px;
}
body.single .post-content .inner figure.wp-block-embed-spotify .wp-block-embed__wrapper, body.single .post-content .inner picture.wp-block-embed-spotify .wp-block-embed__wrapper {
  display: flex;
}
body.single .post-content .inner figcaption {
  font-weight: 400;
  color: #999999;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 1rem;
}
body.single .post-content .inner img[class*=wp-image-] {
  max-width: 100%;
  height: auto;
}
body.single .post-content .inner iframe {
  max-width: 100%;
  width: 100%;
  border-radius: 24px;
}
body.single .post-content .inner .responsive-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 24px;
}
body.single .post-content .inner .responsive-video iframe {
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -20px;
}
body.single .post-content .inner h4, body.single .post-content .inner p, body.single .post-content .inner figure, body.single .post-content .inner ul, body.single .post-content .inner ol, body.single .post-content .inner .responsive-video, body.single .post-content .inner iframe, body.single .post-content .inner picture > img, body.single .post-content .inner img[class*=wp-image-] {
  margin-top: 2rem;
}
body.single .post-content .inner p + p {
  margin-top: 2rem;
}
body.single .post-content .inner ul, body.single .post-content .inner ol {
  padding-left: 4rem;
}
body.single .post-content .inner ul li {
  list-style: disc;
}
body.single .post-content .inner ol li {
  list-style: decimal;
}
body.single .post-content .inner li {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
body.single .post-content .inner li + li {
  margin-top: 1.5rem;
}
body.single .post-content .inner blockquote {
  position: relative;
  margin: 7.3rem 0 5rem;
}
body.single .post-content .inner blockquote::before {
  position: absolute;
  right: 0;
  top: -4.2rem;
  content: "";
  background-image: url(../images/icon-quote.svg);
  display: block;
  width: 4.8rem;
  height: 3.3rem;
}
body.single .post-content .inner blockquote p:first-child {
  margin: 0;
  font-family: "Grouch", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  line-height: 4rem;
  background-image: url(../images/wavy-border.svg);
  background-repeat: repeat-y;
  padding-left: 1.7rem;
}
body.single .post-content .inner blockquote p + p {
  margin-top: 0;
}
body.single .post-content .inner blockquote cite {
  color: #FF6363;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 2.4rem;
  display: inline-block;
  margin-left: 1.7rem;
  font-style: normal;
}
body.single .post-content .inner .dataTables_wrapper {
  overflow: auto;
  margin-top: 2rem;
}
body.single .post-content .inner .dataTables_wrapper .tablepress {
  border-radius: 16px;
  overflow: hidden;
}
body.single .post-content .inner .dataTables_wrapper .tablepress thead th,
body.single .post-content .inner .dataTables_wrapper .tablepress tfoot th {
  background-color: #FFF1F1;
  border-bottom: none;
}
body.single .post-content .inner .dataTables_wrapper .tablepress picture img {
  width: 100%;
  margin: 3rem auto;
  box-shadow: none;
}
body.single .post-content .inner .dataTables_wrapper .tablepress .row-hover tr:hover td {
  background-color: #fff;
}
body.single .post-content .inner .wp-caption {
  width: auto !important;
}
body.single .post-content .inner .wp-block-embed-twitter {
  margin-top: 0;
}
body.single .post-content .inner .wp-block-embed-twitter .twitter-tweet {
  margin: 0 auto;
}
body.single .post-content .inner .wp-block-embed-twitter .twitter-tweet iframe {
  border-radius: 0;
}
body.single .post-content .inner .wp-block-advgb-infobox {
  border-radius: 16px;
  margin-top: 2rem;
}
body.single .post-content .inner .wp-block-advgb-count-up {
  margin: 3rem 0 0 0;
}
body.single .post-content .inner .wp-block-advgb-count-up > div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
body.single .post-content .inner .wp-block-advgb-count-up h4, body.single .post-content .inner .wp-block-advgb-count-up div, body.single .post-content .inner .wp-block-advgb-count-up p {
  margin-top: 0;
  line-height: 4rem;
}
body.single .post-content .inner .wp-block-media-text img {
  margin-top: 0;
}
body.single .post-content .inner .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0;
}
body.single .post-content .inner .wp-block-columns {
  margin-top: 2rem;
}
body.single .post-content .inner .wp-block-columns .wp-block-column {
  border-bottom: 2px solid #FFCB3F;
  padding-bottom: 2rem;
}
body.single .post-content .inner .wp-block-columns .wp-block-column p {
  margin-top: 0;
}
body.single .post-content .inner .wp-block-columns .wp-block-column .wp-block-heading {
  margin-top: 0;
}
body.single .post-content .inner .wp-block-embed-pinterest {
  margin-bottom: 5rem;
  height: 23rem;
}
body.single .post-content .inner .wp-block-embed-pinterest .wp-block-embed__wrapper iframe {
  height: 23rem !important;
}
body.single .post-content .inner .friend-tips-block {
  margin: 4rem 0;
  padding: 2.4rem 2.4rem 4rem;
  border: 4px solid #FF6363;
  box-sizing: border-box;
  border-radius: 4rem;
}
body.single .post-content .inner .friend-tips-block .friend-tips-title {
  color: #FF6363;
  font-family: "Grouch", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-top: 0;
}
body.single .post-content .inner .friend-tips-block .friend-tips-list {
  margin-top: 4rem;
  padding-left: 0;
}
body.single .post-content .inner .friend-tips-block .friend-tips-list li {
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  counter-increment: step-counter;
  list-style: none;
  align-items: baseline;
}
body.single .post-content .inner .friend-tips-block .friend-tips-list li + li {
  margin-top: 2.4rem;
}
body.single .post-content .inner .friend-tips-block .friend-tips-list li::before {
  content: counter(step-counter) ".";
  color: #FF6363;
  display: inline-block;
  margin-right: 1.1rem;
  font-family: "Grouch", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
}
body.single .post-content .inner .friend-tips-block .friend-tips-list li:nth-child(-n+9)::before {
  content: "0" counter(step-counter) ".";
}
body.single .post-content .inner .key-takeaways-block {
  margin: 4rem 0;
  box-shadow: 0 4px 16px rgba(96, 97, 112, 0.15);
  border-radius: 4rem;
  padding: 3.2rem 4rem 4rem;
}
body.single .post-content .inner .key-takeaways-block .key-takeaways-block-title {
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 0;
}
body.single .post-content .inner .key-takeaways-block .key-takeaways-block-list {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-left: 3rem;
}
body.single .post-content .inner .key-takeaways-block .key-takeaways-block-list li {
  word-break: break-word;
}
body.single .post-content .inner .key-takeaways-block .key-takeaways-block-list li + li {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources {
  margin: 3rem 0;
  border-top: 3px solid #FFCB3F;
}
body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources .h2-wrapper {
  margin-top: 2rem !important;
}
body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources .h2-wrapper .h2-number {
  display: none;
}
body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ul.references, body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ol.references {
  padding-left: 0;
}
body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ul.references li, body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ol.references li {
  font-size: 12px;
  counter-increment: step-counter;
  list-style: none;
}
body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ul.references li + li, body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ol.references li + li {
  margin-top: 1rem;
}
body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ul.references li::before, body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ol.references li::before {
  background: #000;
  -webkit-background-clip: text;
  content: counter(step-counter) ".";
  display: inline-block;
  margin-right: 8px;
}
body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ul.references li a, body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ol.references li a {
  text-decoration: none;
  color: #157dfe;
  margin-left: 0.2rem;
  word-break: break-all;
}
body.single.guide-post .post-content .inner .h2-wrapper {
  margin-top: 4rem;
}
body.single.guide-post .post-content .inner .h2-wrapper .h2-number {
  font-family: "Grouch", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #FF6363;
}
body.single.guide-post .post-content .inner .h2-wrapper h2 {
  margin-top: -3.2rem;
  padding-top: 4rem;
}
body.single.guide-post .post-content .inner .infography {
  margin-left: -7.5%;
  margin-right: -7.5%;
  max-width: none;
}
body.single.guide-post .post-content .inner .infography figcaption {
  font-weight: 700;
  font-size: 1.2rem;
  color: #A6A6A6;
  margin-top: 1.6rem;
  margin-left: 7%;
}
body.single .ratings-and-author-wrapper {
  position: relative;
  margin-top: 4rem;
  padding: 2.4rem 2.4rem 4rem;
  border-radius: 24px;
  border: 2px solid #FFCB3F;
}
body.single .ratings-and-author-wrapper .ratings-wrapper .title {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.7rem;
  display: flex;
  flex-direction: column;
}
body.single .ratings-and-author-wrapper .ratings-wrapper .post-ratings img {
  width: 2.7rem;
  height: 2.6rem;
  margin-right: 2.1rem;
}
body.single .ratings-and-author-wrapper .ratings-wrapper .post-ratings img:last-of-type {
  margin-right: 0;
}
body.single .ratings-and-author-wrapper .ratings-wrapper .post-ratings .ratings-text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 159px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
}
body.single .ratings-and-author-wrapper .ratings-wrapper .post-ratings .ratings-text::before {
  content: "";
  width: 1.6rem;
  height: 1.5rem;
  background-image: url(../images/small-yellow-star.svg);
  margin-right: 0.5rem;
}
body.single .ratings-and-author-wrapper .ratings-wrapper .post-ratings .ratings-text .number-votes {
  font-weight: 400;
  color: #A6A6A6;
  margin-left: 0.5rem;
}
body.single .ratings-and-author-wrapper .author-wrapper {
  margin-top: 2rem;
}
body.single .ratings-and-author-wrapper .author-wrapper:first-child {
  margin-top: 6.8rem;
}
body.single .ratings-and-author-wrapper .author-wrapper .author-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  float: left;
  margin-right: 0.8rem;
}
body.single .ratings-and-author-wrapper .author-wrapper .author-name {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
body.single .ratings-and-author-wrapper .author-wrapper .author-description {
  font-weight: 400;
  line-height: 1.8rem;
  padding-top: 1.6rem;
  clear: both;
  font-size: 1.2rem;
  color: #A6A6A6;
  letter-spacing: 0.2px;
  width: 100%;
}
body.single .ratings-and-author-wrapper .ratings-wrapper-voted .title {
  display: none;
}
body.single .ratings-and-author-wrapper .ratings-wrapper-voted .post-ratings {
  display: flex;
  align-items: center;
}
body.single .ratings-and-author-wrapper .ratings-wrapper-voted .post-ratings img.post-ratings-image {
  margin-right: 0.4rem;
  width: 1.7rem;
  height: 1.7rem;
}
body.single .ratings-and-author-wrapper .ratings-wrapper-voted .post-ratings img.post-ratings-image:last-of-type {
  margin-right: 1rem;
}
body.single .ratings-and-author-wrapper .ratings-wrapper-voted .post-ratings img.post-ratings-image + .ratings-text {
  display: inline-block;
  position: initial;
}
body.single .ratings-and-author-wrapper .ratings-wrapper-voted .post-ratings .ratings-text::before {
  display: none;
}
body.single .ratings-and-author-wrapper .ratings-wrapper-voted + .author-wrapper {
  border-top: none;
  padding-top: 0;
  margin-top: 1.8rem;
}
body.single .related-posts-wrapper,
body.single .related-quizzes-wrapper {
  margin-top: 6rem;
}
body.single .related-posts-wrapper h2,
body.single .related-quizzes-wrapper h2 {
  margin-bottom: 1rem;
}
body.single .related-posts-wrapper .btn-post,
body.single .related-quizzes-wrapper .btn-post {
  font-size: 1.2rem;
  border: 1px solid #fff;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6363;
  color: #fff;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
body.single .related-posts-wrapper .btn-post:hover,
body.single .related-quizzes-wrapper .btn-post:hover {
  border: 1px solid #FF6363;
  background: #fff;
  color: #FF6363;
}

@media screen and (min-width: 601px) {
  body.single .post-content .inner .wp-block-media-text .wp-block-media-text__content {
    padding: 0 8%;
  }
}
@media screen and (min-width: 768px) {
  body.single .post-content .inner .wp-block-columns {
    margin-top: 3rem;
    gap: 0;
  }
  body.single .post-content .inner .wp-block-columns .wp-block-column {
    border-bottom: none;
    padding: 0 3rem;
  }
  body.single .post-content .inner .wp-block-columns .wp-block-column.is-vertically-aligned-top {
    align-self: auto;
  }
  body.single .post-content .inner .wp-block-columns .wp-block-column p {
    text-align: center;
  }
  body.single .post-content .inner .wp-block-columns .wp-block-column .wp-block-heading {
    margin-top: 3rem;
  }
  body.single .post-content .inner .wp-block-columns .wp-block-column:not(:first-child) {
    border-left: solid 2px #FFCB3F;
  }
  body.single .post-content .inner .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  body.single .post-content .inner .dataTables_wrapper .tablepress picture img {
    width: 50%;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  body.single .post-image-container .post-image img {
    height: 410px;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  body.single .post-intro {
    padding: 4rem 5%;
    background: transparent;
    border-radius: 0;
    margin-top: 0;
  }
  body.single .post-intro h1 {
    margin: 0;
    font-size: 5rem;
    width: 60%;
    line-height: 6rem;
  }
  body.single .post-intro .subtitle {
    font-size: 2rem;
    width: 60%;
    line-height: 3rem;
  }
  body.single .post-intro .post-infos {
    width: 60%;
    justify-content: flex-start;
  }
  body.single.guide-post footer.footer .inner-footer {
    border-top: 1px solid #fff;
  }
  body.single.guide-post footer.footer .inner-footer ul.menu-footer > li.menu-subjects {
    border-top: none;
    border-bottom: none;
  }
  body.single .main-wrapper {
    margin-top: -35px;
    border-radius: 40px 40px 0 0;
  }
  body.single h1 {
    margin: 6rem auto 0;
    width: 90%;
    font-size: 6rem;
    line-height: 8rem;
  }
  body.single.guide-post .single-grid {
    position: relative;
  }
  body.single.guide-post .single-grid .top-illu-author {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 2.4rem;
    font-size: 1.4rem;
  }
  body.single.guide-post h1 {
    padding-top: 0;
    margin: 0 0;
    width: auto;
  }
  body.single .post-image-container {
    overflow: hidden;
    position: sticky;
    top: 5.5rem;
    min-height: 495px;
    padding-bottom: 75px;
    display: flex;
  }
  body.single .post-image-container:before {
    background-image: linear-gradient(to right, rgb(255, 241, 241) 53%, rgba(255, 241, 241, 0) 97%);
  }
  body.single .post-image-container .post-image {
    position: absolute;
    z-index: 3;
    width: 50%;
    right: 0;
    overflow: hidden;
  }
  body.single .post-image-container .post-image img {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    transform: none;
    display: block;
    height: 100%;
    object-fit: cover;
  }
  body.single .post-infos {
    line-height: 2.4rem;
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.single .post-infos .author-name {
    flex-grow: 0;
    flex-basis: auto;
  }
  body.single .post-infos .published-date {
    flex-grow: 0;
    flex-basis: auto;
  }
  body.single .post-infos .second-separator {
    display: block;
  }
  body.single .post-infos .reading-time {
    margin-top: 0;
  }
  body.single.guide-post .post-image-container {
    top: unset;
  }
  body.single.guide-post .post-image-container .post-image {
    position: relative;
    width: 100%;
  }
  body.single.guide-post .post-image-container .post-image img {
    border-radius: 0 0 80px 80px;
    height: auto;
    width: 100%;
    max-width: 1729px;
    margin: 0 auto;
    transform: none;
    display: block;
    position: relative;
  }
  body.single.guide-post .main-wrapper {
    margin-top: 0;
  }
  body.single.guide-post .guide-info-wrapper {
    padding-top: 0;
    max-width: 1126px;
    margin: 6.4rem auto 0;
    overflow: hidden;
  }
  body.single.guide-post .guide-info-wrapper .title-stamp-container {
    display: flex;
    gap: 121px;
  }
  body.single.guide-post .guide-info-wrapper .title-stamp-container .superguide-stamp {
    margin-top: 1.6rem;
    position: static;
    width: 14.3rem;
    height: 13.5rem;
    filter: none;
  }
  body.single.guide-post .guide-info-wrapper .post-infos {
    justify-content: flex-start;
    gap: 24px;
  }
  body.single .post-content {
    position: relative;
    margin-top: 8rem;
  }
  body.single .post-content .inner .img-small-width img {
    width: 50% !important;
    margin: auto;
  }
  body.single .post-content .inner h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  body.single .post-content .inner h2 + figure, body.single .post-content .inner h2 + img, body.single .post-content .inner h2 + .resp-iframe {
    margin-top: 3rem;
  }
  body.single .post-content .inner h3, body.single .post-content .inner .advgb-infobox-title {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 600;
  }
  body.single .post-content .inner h4 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 600;
  }
  body.single .post-content .inner p {
    font-size: 1.8rem;
    line-height: 4rem;
  }
  body.single .post-content .inner figure img {
    box-shadow: 0 4px 16px rgba(96, 97, 112, 0.08);
    border-radius: 40px;
  }
  body.single .post-content .inner figcaption {
    margin-top: 1.5rem;
  }
  body.single .post-content .inner .responsive-video iframe {
    top: -30px;
  }
  body.single .post-content .inner h3, body.single .post-content .inner h4, body.single .post-content .inner p, body.single .post-content .inner figure, body.single .post-content .inner ul, body.single .post-content .inner ol, body.single .post-content .inner .responsive-video, body.single .post-content .inner iframe, body.single .post-content .inner picture > img, body.single .post-content .inner img[class*=wp-image-] {
    margin-top: 3rem;
  }
  body.single .post-content .inner p + h3, body.single .post-content .inner figure + h3, body.single .post-content .inner ul + h3, body.single .post-content .inner ol + h3, body.single .post-content .inner iframe + h3, body.single .post-content .inner picture > img + h3 {
    margin-top: 6rem;
  }
  body.single .post-content .inner p + h2, body.single .post-content .inner figure + h2, body.single .post-content .inner ul + h2, body.single .post-content .inner ol + h2, body.single .post-content .inner iframe + h2, body.single .post-content .inner picture > img + h2 {
    margin-top: 4rem;
  }
  body.single .post-content .inner .cta-box + h2 {
    margin-top: 6rem;
  }
  body.single .post-content .inner .cta-box + h3 {
    margin-top: 8rem;
  }
  body.single .post-content .inner ul, body.single .post-content .inner ol {
    padding-left: 6rem;
  }
  body.single .post-content .inner li {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
  body.single .post-content .inner li + li {
    margin-top: 2rem;
  }
  body.single .post-content .inner blockquote {
    margin: 8rem auto;
  }
  body.single .post-content .inner blockquote::before {
    right: 0;
    top: 4px;
  }
  body.single .post-content .inner blockquote p:first-child {
    font-size: 3.6rem;
    padding-left: 2.8rem;
    width: 85%;
  }
  body.single .post-content .inner blockquote cite {
    color: #FF6363;
    font-size: 1.8rem;
    margin-left: 2.8rem;
  }
  body.single .post-content .inner .dataTables_wrapper .tablepress {
    border-radius: 40px;
  }
  body.single .post-content .inner .wp-block-advgb-infobox {
    margin-top: 3rem;
  }
  body.single .post-content .inner .wp-block-media-text img {
    margin-top: 0;
  }
  body.single .post-content .inner .wp-block-embed-pinterest {
    margin-bottom: 8rem;
    height: 45rem;
  }
  body.single .post-content .inner .wp-block-embed-pinterest .wp-block-embed__wrapper iframe {
    height: 45rem !important;
  }
  body.single .post-content .inner .friend-tips-block {
    margin: 8rem 0;
    padding: 4rem;
    border: 8px solid #FF6363;
  }
  body.single .post-content .inner .friend-tips-block .friend-tips-title {
    font-size: 40px;
    line-height: 48px;
    text-align: right;
    margin-top: 0;
  }
  body.single .post-content .inner .friend-tips-block .friend-tips-list {
    padding-left: 0;
  }
  body.single .post-content .inner .friend-tips-block .friend-tips-list li {
    font-size: 1.8rem;
    line-height: 2.3rem;
    align-items: center;
  }
  body.single .post-content .inner .friend-tips-block .friend-tips-list li + li {
    margin-top: 4.8rem;
  }
  body.single .post-content .inner .friend-tips-block .friend-tips-list li::before {
    margin-right: 1.6rem;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.6rem;
  }
  body.single .post-content .inner .key-takeaways-block {
    margin: 8rem 0;
    border-radius: 3.2rem;
    padding: 3.2rem 5.6rem 4.8rem;
  }
  body.single .post-content .inner .key-takeaways-block .key-takeaways-block-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources {
    margin: 4rem 0;
  }
  body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources .h2-wrapper {
    margin-top: -1rem !important;
  }
  body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ul.references, body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ol.references {
    padding: 0 13px;
    margin-top: 24px !important;
  }
  body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ul.references li, body.single .post-content .inner .wp-block-wp-sp-gutenberg-blocks-block-sources ol.references li {
    line-height: 2.2rem;
  }
  body.single.guide-post .post-content .inner .h2-wrapper {
    display: flex;
    align-items: baseline;
    column-gap: 0.4rem;
    margin-top: 2rem;
  }
  body.single.guide-post .post-content .inner .h2-wrapper .h2-number {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  body.single.guide-post .post-content .inner .h2-wrapper h2 {
    margin-top: 0;
  }
  body.single.guide-post .post-content .inner .h2-wrapper + figure, body.single.guide-post .post-content .inner .h2-wrapper + img, body.single.guide-post .post-content .inner .h2-wrapper + .resp-iframe {
    margin-top: 3rem;
  }
  body.single.guide-post .post-content .inner .infography {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  body.single.guide-post .post-content .inner .infography figcaption {
    font-size: 1.4rem;
    margin-top: 0.8rem;
    margin-left: 0;
  }
  body.single .ratings-and-author-wrapper {
    margin-top: 8rem;
    padding: 4rem 4.8rem 5.4rem;
    border: 3px solid #FFCB3F;
    min-height: 20rem;
  }
  body.single .ratings-and-author-wrapper .wp-postratings-wrapper {
    align-self: flex-end;
    flex-shrink: 0;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper {
    display: flex;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper .title {
    flex-direction: row;
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper .title .second-part {
    margin-left: 0.7rem;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper .post-ratings {
    margin-left: 1.8rem;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper .post-ratings img {
    margin-right: 1.1rem;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper .post-ratings .ratings-text {
    left: 48px;
    top: unset;
    margin-top: 0.9rem;
  }
  body.single .ratings-and-author-wrapper .author-wrapper-container .author-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    position: relative;
    padding-left: 8rem;
    margin-top: 3rem;
  }
  body.single .ratings-and-author-wrapper .author-wrapper-container .author-wrapper:first-child {
    margin-top: 5rem;
  }
  body.single .ratings-and-author-wrapper .author-wrapper-container .author-wrapper .author-avatar {
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    top: 1px;
    left: 0;
    float: none;
    margin-right: 0;
  }
  body.single .ratings-and-author-wrapper .author-wrapper-container .author-wrapper .author-name {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  body.single .ratings-and-author-wrapper .author-wrapper-container .author-wrapper .author-description {
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper-voted .post-ratings {
    display: flex;
    align-items: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper-voted .post-ratings img.post-ratings-image {
    width: 1.5rem;
    height: 1.5rem;
  }
  body.single .ratings-and-author-wrapper .ratings-wrapper-voted .post-ratings .ratings-text {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 0;
  }
  body.single .ratings-and-author-wrapper + .author-wrapper {
    border-top: none;
    padding-top: 0;
    padding-bottom: 1.8rem;
    margin-top: 1.8rem;
  }
  body.single .related-posts-wrapper,
  body.single .related-quizzes-wrapper {
    margin-top: 7rem;
  }
}
.cta-online-wrapper {
  position: relative;
  height: 18rem;
}
.cta-online-wrapper .cta-online__close__cross {
  position: absolute;
  width: 13px;
  cursor: pointer;
  right: 0;
  top: 0;
  margin: 6px 10px 0 0;
  opacity: 0.7;
}
.cta-online-wrapper .cta-online-covid {
  background: no-repeat url(../images/apprenez-a-la-maison1_mobile.jpg) center;
}
.cta-online-wrapper .cta-online {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background-size: cover;
  height: 18rem;
  width: 100%;
  border-radius: 5px;
  margin-top: 2rem;
  display: block;
}
.cta-online-wrapper .cta-online__video-wrapper {
  position: absolute;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cta-online-wrapper .cta-online__video-wrapper video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  border-radius: 5px;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-online-wrapper .cta-online__txt {
  position: relative;
  text-align: center;
  padding-top: 4.6rem;
}
.cta-online-wrapper .cta-online__txt__solution {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
}
.cta-online-wrapper .cta-online__txt__btn {
  margin-top: 1.5rem;
  display: inline-block;
  height: 4.5rem;
  width: 25.2rem;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #222222;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4.5rem;
  text-align: center;
  position: relative;
}
.cta-online-wrapper .cta-online__txt__btn span {
  padding-right: 0.7rem;
}
.cta-online-wrapper .cta-online__txt__btn img {
  height: 15px;
  position: absolute;
  top: 15px;
}

@media screen and (min-width: 768px) {
  .cta-online-wrapper {
    height: 24rem;
  }
  .cta-online-wrapper .cta-online-covid {
    background: no-repeat url(../images/apprenez-a-la-maison1_desktop.jpg) center;
  }
  .cta-online-wrapper .cta-online {
    height: 24rem;
    margin-top: 1rem;
  }
  .cta-online-wrapper .cta-online__txt {
    padding-top: 7rem;
  }
  .cta-online-wrapper .cta-online__txt__solution {
    font-size: 2.5rem;
    line-height: 3.8rem;
  }
  .cta-online-wrapper .cta-online__txt__btn {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta-online-wrapper .cta-online:hover .cta-online__txt__btn {
    background-color: rgb(255, 255, 255);
  }
}
body.single.quiz-post.no-scroll {
  overflow: hidden;
}
body.single.quiz-post .quiz-container {
  margin-top: 4rem;
}
body.single.quiz-post .quiz-container .quiz-title-wrapper {
  background: #FFF1F1;
  border-radius: 24px;
  padding: 2.4rem 3.2rem 3.2rem;
}
body.single.quiz-post .quiz-container .quiz-title-wrapper .quiz-title-intro {
  font-family: "Grouch", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
}
body.single.quiz-post .quiz-container .quiz-title-wrapper .quiz-title {
  margin-top: 1.6rem;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
}
body.single.quiz-post .quiz-container .quiz-title-wrapper .quiz-start-button {
  margin: 2.4rem auto 0;
  display: flex;
  gap: 0.8rem;
  background: #FF6363;
  border-radius: 20px;
  padding: 1.6rem 3.7rem;
}
body.single.quiz-post .quiz-container .quiz-title-wrapper .quiz-start-button .quiz-start-button-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}
body.single.quiz-post .quiz-container .quiz-title-wrapper .quiz-start-button .arrow-right {
  width: 2.4rem;
  height: auto;
}
body.single.quiz-post .quiz-container #quiz-content-overlay {
  display: none;
  background-color: rgba(34, 34, 34, 0.7);
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body.single.quiz-post .quiz-container #quiz-content-overlay.visible {
  display: block;
}
body.single.quiz-post .quiz-container #quiz-content-overlay.darker {
  background-color: rgba(18, 18, 18, 0.9);
}
body.single.quiz-post .quiz-container .quiz-content {
  display: none;
  position: fixed;
  z-index: 2;
  top: 2.4rem;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.4rem;
  border-radius: 40px 40px 0 0;
  background-color: rgb(255, 255, 255);
  opacity: initial;
}
body.single.quiz-post .quiz-container .quiz-content.visible {
  display: block;
}
body.single.quiz-post .quiz-container .quiz-content.with-scroll {
  overflow: auto;
}
body.single.quiz-post .quiz-container .quiz-content.dark {
  background-color: rgb(78, 78, 78);
}
body.single.quiz-post .quiz-container .quiz-content .quiz-close-button {
  position: absolute;
  right: 2.4rem;
  z-index: 1;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-close-button img.dark {
  filter: invert(10%) sepia(1%) saturate(899%) hue-rotate(24deg) brightness(34%) contrast(106%);
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form {
  padding-top: 5.6rem;
  word-break: break-word;
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
  -ms-overflow-style: none;
  display: flex;
  overflow: auto;
  flex: none;
  width: 100%;
  height: 100%;
  flex-flow: row nowrap;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form.hidden {
  display: none;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form::-webkit-scrollbar {
  width: 0;
  height: 0;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form::-webkit-scrollbar-track {
  background: transparent;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form > div {
  scroll-snap-align: center;
  flex: none;
  width: 100%;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers, body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper {
  position: relative;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-next-button, body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-previous-button, body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper .quiz-next-button, body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper .quiz-previous-button {
  position: absolute;
  bottom: 0;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-next-button, body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper .quiz-next-button {
  right: 0;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-next-button.unclickable, body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper .quiz-next-button.unclickable {
  pointer-events: none;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-progress {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  position: absolute;
  top: -4.4rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-progress .current-question, body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-progress .total-questions {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-progress .quiz-progress-bar-wrapper {
  width: 5.6rem;
  height: 0.4rem;
  background: #F7F7F7;
  border-radius: 4px;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-progress .quiz-progress-bar-wrapper .progress-bar {
  background: #FF6363;
  border-radius: 4px;
  height: 0.4rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .question-text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-top: 1.5rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .question-text .question-number {
  display: none;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers {
  margin-top: 1.6rem;
  counter-reset: answer-counter;
  padding-left: 0;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer {
  display: flex;
  align-items: center;
  border: 1px solid #FFC8C8;
  border-radius: 20px;
  counter-increment: answer-counter;
  list-style: none;
  padding: 0.8rem;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer + .answer {
  margin-top: 0.8rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  content: counter(answer-counter, upper-alpha);
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FF6363;
  background: #FFF1F1;
  border-radius: 16px;
  flex-shrink: 0;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer .answer-input {
  opacity: 0;
  width: 0.1rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer .answer-input:checked + .answer-label {
  color: #fff;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer .answer-input:checked + .answer-label::before {
  background-color: #FF6363;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer .answer-label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-left: 0.7rem;
  flex-grow: 1;
  padding: 0.8rem 0;
  cursor: pointer;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer .answer-label::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper {
  margin-top: 6.3rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper .quiz-submit-text {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 4rem;
  text-align: center;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper #quiz-submit-button {
  margin: 6.4rem auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 4rem;
  background: #FF6363;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result {
  padding-top: 4rem;
  display: none;
  overflow: auto;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result.visible {
  display: block;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result.no-overflow {
  overflow: hidden;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .user-score-percentage {
  display: none;
  text-align: center;
  font-weight: 800;
  font-size: 6rem;
  line-height: 7.6rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .user-score-percentage .percentage-character {
  font-size: 2.4rem;
  line-height: 4rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .user-score-percentage + .result-title {
  margin-top: 0.8rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .user-score-percentage.visible {
  display: block;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .result-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: center;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result #users-results-graph-wrapper, body.single.quiz-post .quiz-container .quiz-content .quiz-result #user-answers-decomposition-graph-wrapper {
  display: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result #users-results-graph-wrapper.visible, body.single.quiz-post .quiz-container .quiz-content .quiz-result #user-answers-decomposition-graph-wrapper.visible {
  display: block;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result #users-results-graph-wrapper figcaption, body.single.quiz-post .quiz-container .quiz-content .quiz-result #user-answers-decomposition-graph-wrapper figcaption {
  text-align: center;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .result-description {
  margin-top: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .result-description a {
  color: #157dfe;
  text-decoration: underline;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions-title {
  margin-top: 3.2rem;
  font-weight: 600;
  text-align: center;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions-title.hidden {
  display: none;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions-title-common, body.single.quiz-post .quiz-container .quiz-content .quiz-result .no-error-text {
  margin-top: 0;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions {
  margin-top: 2.4rem;
  border: 1px solid #FF6363;
  padding: 2.4rem;
  border-radius: 32px;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions.hidden {
  display: none;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions .question-solution {
  line-height: 1.4;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions .question-solution:not(:last-of-type) {
  margin-bottom: 2rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions .question-solution .question-solution-number {
  margin-right: 0.5rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions .question-solution .question-solution-number, body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions .question-solution .question-solution-question {
  font-weight: 600;
  margin-right: 0.5rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result #share-quiz-result {
  display: none;
  margin: 6.7rem auto 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  background-color: #FF6363;
  border-radius: 20px;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result #share-quiz-result.visible {
  display: flex;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result #redo-quiz {
  display: none;
  width: fit-content;
  margin: 1.6rem auto 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: #F7F7F7;
  border-radius: 20px;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-result #redo-quiz.visible {
  display: flex;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share {
  display: none;
  position: fixed;
  z-index: 3;
  top: 18.5rem;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.4rem;
  border-radius: 40px 40px 0 0;
  background-color: rgb(255, 255, 255);
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share.visible {
  display: block;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-close-button {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 4;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-text {
  text-align: center;
  width: 70%;
  margin: 4.2rem auto;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper {
  margin-top: 4.6rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, auto);
  row-gap: 5.6rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button#quiz-copy-url-button:hover .svg-wrapper, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a#quiz-copy-url-button:hover .svg-wrapper {
  background-color: #FFCB3F;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button#quiz-copy-url-button.clicked .svg-wrapper, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a#quiz-copy-url-button.clicked .svg-wrapper {
  background-color: #FFCB3F;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button#quiz-share-messenger-button:hover .svg-wrapper, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a#quiz-share-messenger-button:hover .svg-wrapper {
  background-color: #157dfe;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button#quiz-share-whatsapp-button:hover .svg-wrapper, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a#quiz-share-whatsapp-button:hover .svg-wrapper {
  background-color: #5BCA8D;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button#quiz-share-twitter-button:hover .svg-wrapper, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a#quiz-share-twitter-button:hover .svg-wrapper {
  background-color: #5BA4FE;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button:hover .svg-wrapper img, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button:active .svg-wrapper img, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a:hover .svg-wrapper img, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a:active .svg-wrapper img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(104%) contrast(104%);
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button .svg-wrapper, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  border-radius: 24px;
  width: 5.6rem;
  height: 5.6rem;
}
body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button .text, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a .text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
body.single.quiz-post .quiz-container .desktop-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.single.quiz-post .quiz-container {
    margin-top: 8rem;
  }
  body.single.quiz-post .quiz-container .quiz-title-wrapper {
    display: none;
  }
  body.single.quiz-post .quiz-container .quiz-content {
    display: block;
    position: relative;
    padding: 0 0;
    top: auto;
  }
  body.single.quiz-post .quiz-container .quiz-content.with-scroll {
    overflow: visible;
  }
  body.single.quiz-post .quiz-container .quiz-content.dark {
    background-color: #fff;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-close-button {
    display: none;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form {
    margin-top: 4rem;
    box-shadow: 0 4px 16px rgba(96, 97, 112, 0.08);
    border-radius: 40px;
    padding-top: 0;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-next-button, body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-previous-button, body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper .quiz-next-button, body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper .quiz-previous-button {
    bottom: 2.2rem;
    right: 9.6rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-next-button, body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper .quiz-next-button {
    right: 4rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers {
    padding: 4rem 4rem 2.7rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .quiz-progress {
    top: auto;
    bottom: 3.7rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .question-text {
    margin-top: 0;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer {
    border-radius: 22px;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer::before {
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    border-radius: 18px;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .question-answers .answers .answer .answer-label {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-left: 1.5rem;
    flex-grow: 1;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper {
    margin-top: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-form .quiz-submit-wrapper #quiz-submit-button {
    margin: 2.4rem auto 0;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-result {
    padding: 4rem 6.4rem 6.2rem;
    max-height: 44.1rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-result #users-results-graph-wrapper, body.single.quiz-post .quiz-container .quiz-content .quiz-result #user-answers-decomposition-graph-wrapper {
    margin-top: 3.6rem;
    float: left;
    width: 37%;
    margin-right: 3rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-result .result-description {
    margin-top: 2.4rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions {
    padding: 3.2rem;
    font-size: 1.8rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions .question-solution {
    line-height: 2;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-result .questions-solutions .question-solution:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-result #share-quiz-result {
    display: none;
    margin: 4rem auto 0;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-share {
    position: initial;
    padding: 2.4rem 2.4rem 4rem;
    flex-direction: column;
    justify-content: center;
    gap: 5rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-share.visible {
    display: flex;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-close-button {
    top: 1.6rem;
    right: 1.6rem;
    display: none;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-close-button.visible {
    display: block;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-text {
    width: 100%;
    margin: 0 0;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a {
    gap: 0.8rem;
  }
  body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper button .text, body.single.quiz-post .quiz-container .quiz-content .quiz-share .quiz-share-buttons-wrapper a .text {
    font-weight: 600;
  }
  body.single.quiz-post .quiz-container span.desktop-only {
    display: inline;
  }
  body.single.quiz-post .quiz-container .mobile-only, body.single.quiz-post .quiz-container .quiz-start-button.mobile-only {
    display: none;
  }
}

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