.rtl .comments-content-name {
  text-align: right;
}
.rtl .comments-content-text {
  text-align: right;
}
.rtl .comments-avatar {
  margin-left: 21px;
  margin-right: 0;
}

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

.comments {
  color: #ffffff;
  font-size: 6px;
  text-align: center;
}

.comments a, .comments img {
  border: 0;
  outline: 0;
}

.comments a {
  text-decoration: none;
  color: #fff;
}

.comments img {
  vertical-align: top;
}

.comments h1, .comments h2, .comments p {
  margin: 0;
  padding: 0;
  font-size: 10.5px;
  font-weight: normal;
}

.header {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}
.header__content {
  padding-top: 50px;
}
@media screen and (max-width: 1300px) {
  .header__content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  .header__content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .header__content {
    padding-top: 21px;
  }
}

.main {
  margin-bottom: 70px;
  flex: 1 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .main {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 425px) {
  .main {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 21px;
  }
}

.footer {
  position: relative;
  padding: 21px 0;
  flex: 0 0 auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .footer__content {
    max-width: 500px;
    margin: 0 auto;
  }
}

.title, .wpmodal__header {
  padding-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  .title, .wpmodal__header {
    font-size: 30px;
  }
}
@media screen and (max-width: 425px) {
  .title, .wpmodal__header {
    font-size: 25px;
  }
}

.subtitle, .wpmodal__text {
  padding-bottom: 10.5px;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 680px) {
  .subtitle, .wpmodal__text {
    font-size: 25px;
  }
}
@media screen and (max-width: 450px) {
  .subtitle, .wpmodal__text {
    font-size: 21px;
    padding-bottom: 15px;
  }
}

.text {
  font-size: 21px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .text {
    font-size: 21px;
  }
}
@media screen and (max-width: 425px) {
  .text {
    font-size: 21px;
    line-height: 25px;
    padding: 5px;
  }
}
.text--strong {
  font-weight: 500;
}
.text--footer {
  padding: 0;
  font-size: 2.21px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .text--footer {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.content {
  margin: 0 auto;
  width: 60%;
}
@media screen and (max-width: 1440px) {
  .content {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    width: 75%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .content {
    width: 95%;
  }
}
@media screen and (orientation: portrait) {
  .content {
    width: 95%;
  }
}

.logo {
  padding: 50px 0;
}
@media screen and (max-width: 1300px) {
  .logo {
    padding: 40px 0;
  }
}
@media screen and (max-width: 425px) {
  .logo {
    padding: 30px 0;
  }
}
.logo-link {
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.logo__img {
  flex: 0 1 auto;
  display: block;
  margin: 0 10.5px;
  width: 40px;
  height: 40px;
}
.logo__text {
  flex: 0 1 auto;
  font-size: 30px;
}
@media screen and (max-width: 1300px) {
  .logo__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 680px) {
  .logo__text {
    font-size: 25px;
  }
}

.body-wrapper, .welcome-page {
  height: 100%;
  display: flex;
  flex-flow: column;
}

.survey {
  margin: 0 auto;
  background-color: #fff;
}
.survey__content {
  margin-top: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 500px) {
  .survey__content {
    min-height: unset;
  }
}
.survey .thank_you .survey__button {
  padding-top: 10.5px;
  max-width: max-content;
  flex: 0 0 100%;
}
.survey .survey__loading-screen p {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .survey .survey__loading-screen p {
    font-size: 17.5px;
  }
}
.survey__question-content {
  margin-bottom: 10.5px;
}

.comments {
  display: none;
  flex-direction: column;
  padding: 0 21px;
  font-size: 21px;
  background-color: transparent;
  color: #fff;
  transition: opacity 0.4s;
  opacity: 0;
}
.comments.flex {
  display: flex;
}
.comments.show {
  opacity: 1;
}
.comments.latinos .comments-avatar {
  display: none;
}
.comments.latinos .comments-avatar--latinos {
  display: block;
}
@media screen and (max-width: 500px) {
  .comments {
    display: flex;
    flex-flow: column;
    padding: 0 1.21px;
  }
}
.comments-header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid lightgrey;
}
.comments-header-sum {
  font-size: 21px;
}
.comments-header-wrap {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.comments-header-text {
  margin-right: 10.5px;
  font-size: 16px;
}
.comments .linked {
  font-size: 15px;
  padding-bottom: 6px;
  color: #4267b2;
  transition: 0.4s all ease-in-out;
}
.comments .linked:hover {
  opacity: 0.75;
}
.comments-btn {
  background: none;
  border-radius: 5px;
  border: none;
  outline: none;
  transition: 0.4s all ease-in-out;
  cursor: text;
}
.comments-btn--sort {
  padding: 5px 1.21px;
  font-size: 16px;
}
.comments-btn--create {
  font-size: 13px;
  padding: 5px 9px;
}
@media screen and (max-width: 500px) {
  .comments-btn--create {
    align-self: flex-end;
  }
}
.comments-create {
  padding-top: 21px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  order: 1;
}
.comments-create-wrap {
  width: 100%;
}
.comments-avatar {
  max-width: 53px;
  margin-right: 21px;
  transition: 0.4s all ease-in-out;
  border-radius: 10.5px;
}
.comments-avatar--latinos {
  display: none;
}
.comments-avatar--main {
  display: block !important;
}
.comments-textarea {
  color: #000000;
  width: inherit;
  max-height: 160px;
  border: 1px solid lightgrey;
  resize: none;
  border-radius: 5px;
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.05);
  transition: 0.4s all ease-in-out;
}
@media screen and (max-width: 450px) {
  .comments-textarea {
    max-height: 80px;
  }
}
.comments-textarea:hover, .comments-textarea:focus {
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.35);
  outline: lightgrey;
}
.comments-label {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
@media screen and (max-width: 450px) {
  .comments-label {
    margin-bottom: 10.5px;
  }
}
.comments-label:hover {
  opacity: 0.75;
}
.comments-checkbox {
  margin-right: 5px;
  cursor: pointer;
}
.comments .row--create {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .comments .row--create {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.comments .row--function {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.comments-content {
  padding-top: 21px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .comments-content-wrap {
    margin-bottom: 0.80px;
  }
}
.comments-content-header {
  width: 100%;
  display: flex;
  flex-flow: column;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .comments-content-header {
    font-size: 24px;
  }
}
.comments-content-name {
  margin: 0;
  padding-top: 0.21px;
  padding-bottom: 6px;
  font-size: 18px;
  transition: 0.4s all ease-in-out;
}
.comments-content-name:hover {
  opacity: 0.65;
}
.comments p.comments-content-text {
  padding-bottom: 6px;
  font-size: 15px;
}
.comments-content-link {
  margin-right: 13px;
  font-size: 1.21px;
  transition: 0.4s all ease-in-out;
}
@media screen and (max-width: 500px) {
  .comments-content-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  .comments-content-link {
    margin-bottom: 5px;
  }
}
.comments-content-link--function {
  color: #90949c;
}
.comments-content-link--time {
  color: #90949c;
}
.comments-content-link--reply {
  display: none;
}
.comments .subcomments {
  padding: 10.5px 0 0;
}
.comments .show-more {
  display: block;
  margin: 10.5px 0;
  padding: 7px;
  width: 100%;
  background-color: #ffba5f;
  text-align: center;
  font-size: 15px;
  transition: 0.4s all ease-in-out;
  color: #000000;
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.25);
  border-radius: 5px;
}
.comments .show-more:hover {
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.45);
}
.comments-footer {
  padding: 21px 0;
}
.comments-load-more {
  display: block;
  width: 100%;
  padding: 10.5px 0;
  background-color: #ffba5f;
  color: #000000;
  transition: 0.4s all ease-in-out;
  border-radius: 5px;
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.25);
}
.comments-load-more:hover {
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.45);
}

.row {
  display: flex;
  flex-flow: row wrap;
}
.row--linked {
  font-size: 15px;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .survey__button:hover {
    box-shadow: inset 0 0 0 0.10.5px #67a130;
    animation: inactiveNew 0.4s ease;
  }
  .comments-header-sum {
      font-size: 18px;
  }
  .comments-content-name {
      font-size: 16px;
  }
  .comments p.comments-content-text, .comments-load-more, .comments .show-more {
      font-size: 14px;
  }
  .comments-btn--sort { 
      font-size: 10px;
  }
}
@keyframes inactiveNew {
  0% {
    box-shadow: inset 0 0 0 0.10.5px #67a130;
  }
  5% {
    box-shadow: inset 0 0 0 3px #67a130;
  }
  100% {
    box-shadow: inset 0 0 0 0.10.5px #67a130;
  }
}

#lg-popup .lg-popup--exit_popup_overlay {
  opacity: 0.85 !important;
}
#lg-popup .lg-popup--popup_content {
  max-width: 900px !important;
}
#lg-popup .lg-popup--title {
  font-style: normal !important;
  font-size: 40px !important;
  color: #ffffff !important;
}
#lg-popup .lg-popup--subtitle {
  font-size: 30px !important;
}
#lg-popup .lg-popup--subtitle b {
  color: #ffba5f !important;
}
#lg-popup .lg-popup--subtitle b i {
  color: inherit;
  font-style: normal !important;
}
#lg-popup .lg-popup--button {
  width: max-content !important;
  padding: 25px 30px !important;
  height: unset !important;
  border: none !important;
  background-color: #ffba5f !important;
  background-image: none !important;
  color: #000000 !important;
  transition: 0.4s all ease;
}
#lg-popup .lg-popup--button:hover {
  background-color: #FF9800 !important;
}
#lg-popup .lg-popup--close_button svg {
  fill: #ffba5f !important;
  transition: 0.4s all ease;
}
#lg-popup .lg-popup--close_button svg:hover {
  fill: #FF9800 !important;
}

body {
  background-color: #000;
}

.dark {
  color: #ffffff;
}
.dark .text--footer {
  color: inherit;
}

.light {
  background-image: url("../images/hero-bg.html");
  background-color: #f1f4f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
}
.light .logo {
  padding: 21px 0;
}
.light .logo__text {
  font-size: 25px;
}
@media screen and (max-width: 1300px) {
  .light .logo__img {
    width: 30px;
    height: 30px;
  }
}
.light .logo, .light .footer {
  background-color: #455A64;
}
.light .title, .light .wpmodal__header {
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .light .title, .light .wpmodal__header {
    font-size: 35px;
  }
}
@media screen and (max-width: 500px) {
  .light .title, .light .wpmodal__header {
    font-size: 25px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .light .subtitle, .light .wpmodal__text {
    padding-bottom: 30px;
  }
}
.light .content {
  padding: 30px 21px 0;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .light .content {
    max-width: 100%;
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .light .content {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .light .content {
    padding: 0 1.21px;
  }
}
@media screen and (orientation: portrait) {
  .light .content {
    width: 100%;
  }
}
.light .survey {
  margin-bottom: 80px;
  -webkit-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.54);
}
.light .survey__content {
  margin-top: 0;
  padding: 40px 21px;
}
@media screen and (max-width: 1300px) {
  .light .survey__content {
    padding: 30px 21px 21px;
  }
}
.light .survey .loading-screen__progressbar:before {
  background: #FF9800;
}
.light .survey__heading {
  margin-bottom: 21px;
}
@media screen and (max-width: 500px) {
  .light .survey__heading {
    margin-bottom: 21px;
  }
}
.light .survey__question-text {
  margin-bottom: 21px;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (max-width: 500px) {
  .light .survey__question-text {
    margin-bottom: 30px;
    font-size: 2.80px;
  }
}
.light .survey__button {
  background-color: #ffba5f;
  color: #000000 !important;
  border: none;
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.25);
}
@media screen and (max-width: 500px) {
  .light .survey__button {
    max-width: 260px;
    margin: 5px auto;
  }
}
.light .survey__button:hover {
  background-color: #FF9800;
}
.light .comments {
  -webkit-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.54);
}
.light .text--footer {
  color: #ffffff;
}

.dark-v2 .survey {
  background-color: #222222;
}
.dark-v2 .survey__question-text {
  color: #ffffff;
}
.dark-v2 .survey__question-content {
  color: #ffffff;
}
.dark-v2 .survey__loading-screen {
  background: #222222;
}
.dark-v2 .survey #recaptcha-container {
  background: #222222;
}
.dark-v2 .survey .loading-screen__text, .dark-v2 .survey .loading-screen__title, .dark-v2 .survey .loading-screen__text_dynamic {
  color: #ffffff;
}
.dark-v2 .survey .loading-screen__progressbar:before {
  background: #FF9800;
}
.dark-v2 .survey__content {
  margin-top: 0;
}
.dark-v2 .survey__button {
  background-color: #ffba5f;
  color: #000000 !important;
  border: none;
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.25);
}
@media screen and (max-width: 500px) {
  .dark-v2 .survey__button {
    max-width: 260px;
    margin: 5px auto;
  }
}
.dark-v2 .survey__button:hover {
  background-color: #FF9800;
}
@media (pointer: coarse) {
  .dark-v2 .survey__button:hover {
    background-color: #FF9800;
  }
}
@media screen and (max-width: 500px) {
  .dark-v2 .survey__button:hover {
    background-color: #ffba5f;
    animation: inactive 0.4s ease;
  }
}
@keyframes inactive {
  0% {
    background-color: #ffba5f;
  }
  5% {
    background-color: #FF9800;
  }
  100% {
    background-color: #ffba5f;
  }
}
.dark-v2 .comments {
  background-color: unset;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .dark-v2 .comments {
    margin: 21px 0;
  }
}
.dark-v2 .comments .linked {
  color: #5ba6fc;
  padding-bottom: 0;
}
.dark-v2 .comments-btn {
  color: #ffffff;
}
.dark-v2 .comments-content-wrap {
  background-color: #474747;
  padding: 10.5px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.dark-v2 .comments-content-link--function {
  color: #ffffff;
}
.dark-v2 .comments-content-link--time {
  color: #ffffff;
}
.dark-v2 .comments-content-text {
  padding-bottom: 0;
}
@media screen and (max-width: 500px) {
  .dark-v2 .comments-content-text {
    font-size: 17px;
  }
}
.dark-v2 .comments-content-text--linked {
  color: #ffba5f;
}
.dark-v2 .comments .show-more {
  width: max-content;
  margin: 10.5px auto;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: none;
}
.dark-v2 .comments .show-more:hover {
  opacity: 0.75;
}
@media screen and (max-width: 500px) {
  .dark-v2 .comments .show-more {
    width: 100%;
  }
}

.welcome-page {
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  transition: opacity 0.5s linear 0.1s;
}
.welcome-page__modal {
  margin: 0 auto;
  width: 60%;
  min-width: 320px;
}

.wpmodal {
  background-color: rgba(0, 0, 0, 0.7);
}
body.light .wpmodal {
  background-color: rgba(255, 255, 255, 0.8);
}
.wpmodal__header {
  padding-top: 30px;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 425px) {
  .wpmodal__header {
    font-size: 40px;
  }
}
.wpmodal__text {
  max-width: 80%;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 450px) {
  .wpmodal__text {
    font-size: 25px;
    line-height: 1.5;
  }
}
.wpmodal__button {
  background-color: #ffba5f;
  color: #000000;
  box-shadow: 0 5px 10px -3px rgba(100, 110, 120, 0.25);
  border: none;
  cursor: pointer;
  padding: 10.5px;
  border-radius: 5px;
  text-align: center;
  transition: 0.4s;
  flex: 0 0 40%;
  width: 90%;
  max-width: 450px;
  min-width: 300px;
  margin: 10.5px auto;
  margin-bottom: 30px;
  font-size: 30px;
}
.wpmodal__button:hover {
  background-color: #FF9800;
}

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