html {
  height: 100%;
  font-smoothing: antialiased;
}

body {
  font-family: "Open Sans", 'Helvetica Neue', Arial;
  color: #576071;
  font-size: 18px;
  height: 100%;
  margin: 0;
  transition: padding-top 0.2s ease-in-out;
}

main {
  display: block;
}

.main-wrapper {
  min-height: calc(100% - 355px);
  height: auto;
  margin: 0 auto;
}

p {
  line-height: 1.8;
  margin-bottom: 17px;
}

h1 {
  font-family: Montserrat, "Open Sans", 'Helvetica Neue', Arial;
  color: #484E50;
  font-size: 2.9em;
  margin: 30px 0 20px 0;
  line-height: 1.3;
  color: #576071;
}

h1.underlined {
  margin: 0 0 30px 0;
  padding: 30px 20px;
  border-bottom: 1px solid #EEE;
  font-size: 1.5em;
  font-weight: 600;
}

h2 {
  font-family: Montserrat, "Open Sans", 'Helvetica Neue', Arial;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: unset;
  margin: 0 0 30px 0;
  padding: 0;
  color: #576071;
}

h3,
h4,
h5,
h6 {
  font-family: Montserrat, "Open Sans", 'Helvetica Neue', Arial;
  line-height: 1.5;
  font-weight: 600;
  color: #576071;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
  margin: 30px 0;
}

a {
  color: #51A9AB;
}

a:hover,
a:focus,
a:active {
  color: #418788;
  transition: all 0.1s ease-out;
}

a.btn {
  color: #FFFFFF;
}

a.btn.btn-default {
  color: #576071;
}

a.no-formatting {
  color: inherit;
  text-decoration: none;
}

a.no-formatting:hover,
a.no-formatting:active,
a.no-formatting:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

a.no-color {
  color: inherit;
}

a.no-color:hover,
a.no-color:active,
a.no-color:focus {
  color: inherit;
}

a.no-color.with-border:hover,
a.no-color.with-border:active,
a.no-color.with-border:focus {
  border-color: inherit;
}

a.with-border {
  outline: 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

a.with-border:hover,
a.with-border:active,
a.with-border:focus {
  border-color: #51A9AB;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

input.invalid,
select.invalid,
input:invalid,
select:invalid {
  outline: 0 !important;
  border-color: #FF5C60 #FF7077 #FF7077 !important;
  box-shadow: 0 1px 2px transparent inset, 0 1px 0 rgba(255, 255, 255, 0), 0 0 2px 0 rgba(255, 0, 0, 0.5) !important;
}

select.full-width {
  width: 100%;
}

.fa {
  font-style: normal;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

::-webkit-scrollbar {
  background-color: #F9F9F9;
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #F9F9F9;
}

::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #F9F9F9;
}

input,
textarea,
select {
  border: 1px solid #F9F9F9;
  background-color: #F9F9F9;
  padding: 18px 25px 19px 25px;
  border-radius: 5px;
  outline: 0;
  transition: border-color 0.1s ease-in-out;
  line-height: 1.3;
  color: #576071;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b5b5b5;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #b5b5b5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b5b5b5;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #b5b5b5;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
}

input::selection,
textarea::selection,
select::selection {
  background: #c9e5e5;
}

input::-moz-selection,
textarea::-moz-selection,
select::-moz-selection {
  background: #c9e5e5;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #51A9AB;
  background-color: white;
}

.input-wrapper.with-icon {
  position: relative;
}

.input-wrapper.with-icon:focus-within span.fal {
  color: #51A9AB;
}

.input-wrapper.with-icon span.fal {
  position: absolute;
  top: 19px;
  left: 26px;
  font-size: 1.4em;
  color: #b5b5b5;
}

.input-wrapper.with-icon input {
  padding-left: 65px;
}

textarea.invalid {
  border-color: #FF5C60 #FF7077 #FF7077 !important;
  box-shadow: 0px 1px 2px transparent inset, 0px 1px 0px rgba(255, 255, 255, 0), 0px 0px 2px 0px rgba(255, 0, 0, 0.5) !important;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

input[type=checkbox] + label .checkbox {
  display: block;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #F5F5F5;
  border: 1px solid #DCDCDC;
  cursor: pointer;
}

input[type=checkbox]:checked + label .checkbox {
  border-color: #51A9AB;
  background: #51A9AB url('/images/system/checkbox.svg') center no-repeat;
  background-size: 50%;
}

span.italic {
  font-style: italic;
}

span.grey {
  color: #b5b5b5;
}

.red-text {
  color: #DC6950;
}

.green-text {
  color: #51A9AB;
}

.inline {
  display: inline-block;
}

blockquote {
  margin: 30px 0;
}

blockquote.no-footer {
  font-style: italic;
  padding-left: 30px;
  border-left: 3px solid #56AC8A;
}

blockquote.no-footer p {
  border: none;
  padding: 0;
}

blockquote p {
  font-style: italic;
  margin-bottom: 15px !important;
  padding-left: 30px;
  border-left: 3px solid #56AC8A;
}

blockquote footer {
  text-transform: uppercase;
  color: #b5b5b5;
}

.description-pullout {
  font-style: italic;
  margin-bottom: 30px;
  padding: 35px 45px 45px 50px;
  background-color: #F5F5F5;
  -webkit-clip-path: polygon(3% 13%, 13% 3%, 55% 0, 98% 12%, 100% 85%, 84% 100%, 54% 94%, 24% 100%, 14% 97%, 0 77%);
  clip-path: polygon(3% 13%, 13% 3%, 55% 0, 98% 12%, 100% 85%, 84% 100%, 54% 94%, 24% 100%, 14% 97%, 0 77%);
  color: #576071;
  line-height: 1.8;
  color: white;
}

.description-pullout p:last-of-type {
  margin-bottom: 0;
}

.description-pullout ul li {
  background-image: url('/images/system/list-item-white.svg');
}

.description-pullout ul li ul li {
  background-image: url('/images/system/list-item-2-white.svg');
}

.description-pullout ul li ul li ul li {
  background-image: url('/images/system/list-item-white.svg');
}

.description-pullout ul li ul li ul li ul li {
  background-image: url('/images/system/list-item-2-white.svg');
}

.description-pullout p,
.description-pullout li {
  font-size: 1em;
}

.social-popup {
  display: none;
}

.social-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.social-popup a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: white;
  border: 1px solid #DCDCDC;
  font-size: 0.9em;
  margin-right: 4px;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  fill: #9B9FAA;
}

.social-popup a.twitter {
  background-color: #2A9FEE;
  border-color: #2A9FEE;
}

.social-popup a.email {
  background-color: #3F8F6F;
  border-color: #3F8F6F;
}

.social-popup a:hover,
.social-popup a:active,
.social-popup a:focus {
  text-decoration: none;
  cursor: pointer;
  transform: translateY(-2px);
}

.btn {
  display: inline-flex;
  font-family: "Open Sans";
  letter-spacing: 0.05em;
  font-weight: 500;
  color: white;
  outline: 0;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 45px;
  padding: 25px 40px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

.btn .fa-caret-right {
  margin-left: 5px;
}

.btn:hover {
  cursor: pointer;
}

.btn:hover .fa-arrow-right {
  animation: moveArrowRight 0.5s ease-in-out both;
}

.btn .fa-spin,
.btn span.fa-check,
.btn span.fa-times,
.btn span.fa-plus {
  margin-right: 7px;
}

.btn-action {
  background-color: #51A9AB;
  color: white;
}

.btn-action:hover {
  background-color: #49989a;
}

.btn-action:active,
.btn-action:focus {
  background-color: #418788;
  outline: 0;
}

.btn-action:disabled {
  cursor: default;
  background-color: #95cccd;
}

.btn-action:disabled:hover,
.btn-action:disabled:active,
.btn-action:disabled:focus {
  background-color: #95cccd;
}

.btn-default {
  background-color: #F9F9F9;
  color: #576071;
  border: 1px solid #DCDCDC;
}

.btn-default:hover {
  background-color: #f4f4f4;
}

.btn-default:active {
  background-color: #eaeaea;
  outline: 0;
}

.btn-default:disabled {
  cursor: default;
  background-color: #F9F9F9;
}

.btn-default:disabled:hover,
.btn-default:disabled:active,
.btn-default:disabled:focus {
  background-color: #F9F9F9;
}

.btn-action-2 {
  background-color: #696F80;
  color: #FFFFFF;
  border: 1px solid #696F80;
}

.btn-action-2:hover {
  background-color: #5e6372;
  border-color: #5e6372;
}

.btn-action-2:active,
.btn-action-2:focus {
  background-color: #545967;
  border-color: #545967;
  outline: 0;
}

.btn-action-2:disabled {
  cursor: default;
  background-color: #7F8691;
  border-color: #7F8691;
}

.btn-action-2:disabled:hover,
.btn-action-2:disabled:active,
.btn-action-2:disabled:focus {
  background-color: #7F8691;
  border-color: #7F8691;
}

.btn-action:hover,
.btn-action-2:hover,
.btn-action-3:hover,
.btn-action:focus,
.btn-action-2:focus,
.btn-action-3:focus,
.btn-action:active,
.btn-action-2:active,
.btn-action-3:active {
  color: #FFFFFF;
}

.btn-white {
  border: 1px solid #DCDCDC;
  color: #576071;
  background-color: #FFFFFF;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #576071;
  background-color: #f4f4f4;
  border-color: #a9a9a9;
}

.btn-white span {
  color: #576071;
}

.btn-green {
  background-color: #56AC8A;
  color: white;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #4d9c7d;
  color: white;
}

.btn-academy-nav {
  font-weight: 600;
  padding: 0;
  width: 210px;
  height: 80px;
  background-image: linear-gradient(113deg, #daedee 20%, #bfe0e1 50%, #daedee 80%);
  background-size: 600% 100%;
  animation: academyNav 3.5s ease-in-out infinite;
}

.btn-academy-nav:hover,
.btn-academy-nav:active,
.btn-academy-nav:focus {
  animation: none;
  background-position: 50%;
}

.btn-academy-nav img {
  width: 45px;
  margin: 13px 8px 0 0;
}

.btn-purple {
  background-color: #8F749C;
  color: white;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #836790;
  color: white;
}

.btn-purple:disabled {
  cursor: default;
  background-color: #9b83a7;
  border-color: #9b83a7;
}

.btn-purple:disabled:hover,
.btn-purple:disabled:active,
.btn-purple:disabled:focus {
  background-color: #9b83a7;
  border-color: #9b83a7;
}

.btn-purple-dark {
  background-color: #7a6087;
  color: white;
}

.btn-purple-dark:hover,
.btn-purple-dark:focus,
.btn-purple-dark:active {
  background-color: #6d5678;
  color: white;
}

.btn-teal-dark {
  background-color: #448e8f;
  color: white;
}

.btn-teal-dark:hover,
.btn-teal-dark:active,
.btn-teal-dark:focus {
  background-color: #3c7d7e;
  outline: 0;
}

.btn-teal-dark:disabled {
  cursor: default;
  background-color: #49989a;
  border-color: #49989a;
}

.btn-teal-dark:disabled:hover,
.btn-teal-dark:disabled:active,
.btn-teal-dark:disabled:focus {
  background-color: #49989a;
  border-color: #49989a;
}

.btn-red {
  background-color: #DC6950;
  color: #FFFFFF;
  border: 1px solid #DC6950;
}

.btn-red:hover {
  background-color: #d95e43;
}

.btn-red:active,
.btn-red:focus {
  background-color: #d75337;
  outline: 0;
}

.btn-red:disabled {
  cursor: default;
  background-color: #e17f69;
  border-color: #e17f69;
}

.btn-red:disabled:hover,
.btn-red:disabled:active,
.btn-red:disabled:focus {
  background-color: #e17f69;
  border-color: #e17f69;
}

.btn-link {
  background-color: transparent;
  color: #7F7F7F;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #576071;
}

.btn.has-icon .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
}

.btn.has-icon .i svg {
  width: 17px;
  height: 17px;
  fill: #7F8691;
}

.btn.has-icon .i svg.active {
  fill: #51A9AB;
}

.btn.has-icon .i svg.active.bad {
  fill: #DC6950;
}

.btn.has-icon .i svg.unread {
  fill: #DC6950;
}

.alert {
  border-radius: 5px;
  line-height: 1.4em;
  padding: 15px 20px;
}

.alert-success {
  color: #446125;
  background-color: #bfdb8e;
  border-color: #bfdb8e;
}

.alert-danger {
  color: #CC5139;
  background-color: #FAE9E5;
  border-color: #CC5139;
}

.alert-warning {
  color: #e2a942;
  background-color: #fdf9f3;
  border-color: #e2a942;
}

.alert-teal {
  color: #576071;
  background-color: #DCEEEE;
  border-color: #51a9ab;
}

.alert-small {
  padding: 10px 12px;
}

transition {
  display: none;
}

.slide-enter-active {
  transition: all 0.5s ease-in-out;
}

.slide-leave-active {
  transition: all 0.5s ease-in-out;
}

.slide-enter {
  transform: translateY(-100%);
}

.slide-enter-to {
  transform: translateY(0);
}

.slide-leave-to {
  transform: translateY(-100%);
  opacity: 0;
}

.slide-right-enter-active {
  transition: all 0.3s ease-in-out;
}

.slide-right-leave-active {
  transition: all 0.3s ease-in-out;
}

.slide-right-enter {
  transform: translateX(100%);
}

.slide-right-leave-to {
  transform: translateX(200%);
  opacity: 0;
}

.slide-fade-enter-active,
.slide-fade-side-enter-active {
  transition: all 0.2s ease;
}

.slide-fade-leave-active,
.slide-fade-side-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(10px);
  opacity: 0;
}

.slide-fade-side-enter,
.slide-fade-side-leave-to {
  transform: translateX(200px);
}

.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

table {
  border-collapse: collapse;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}

.pagination li {
  list-style: none;
  font-size: 1em !important;
  padding: 3px 0;
  line-height: unset !important;
  margin: 0 5px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.pagination li.arrow {
  border-bottom: none;
}

.pagination li.arrow.left {
  padding: 5px 15px 5px 0;
  margin-right: 15px;
  border-right: 1px solid #DDD;
}

.pagination li.arrow.right {
  padding: 5px 0 5px 15px;
  margin-left: 15px;
  border-left: 1px solid #DDD;
}

.pagination li.arrow.disabled {
  cursor: not-allowed;
  color: #b5b5b5;
}

.pagination li.arrow:not(.disabled):hover span,
.pagination li.arrow:not(.disabled):hover a {
  color: #51A9AB;
}

.pagination li.arrow a {
  color: #7F7F7F;
}

.pagination li.arrow > span {
  color: #b5b5b5;
  text-decoration: none;
}

.pagination li:not(.arrow).disabled {
  cursor: not-allowed;
}

.pagination li:not(.arrow).disabled:hover {
  border-color: transparent;
}

.pagination li:not(.arrow).disabled:hover span {
  color: #576071;
}

.pagination li:not(.arrow).active,
.pagination li:not(.arrow):hover {
  border-color: #51A9AB;
}

.pagination li:not(.arrow).active span,
.pagination li:not(.arrow):hover span,
.pagination li:not(.arrow).active a,
.pagination li:not(.arrow):hover a {
  color: #51A9AB;
}

.pagination li:not(.arrow) span {
  padding: 3px 10px;
}

.pagination li:not(.arrow) a {
  color: #b5b5b5;
  padding: 3px 10px;
  text-decoration: none;
}

.pagination li:not(.arrow) a:hover,
.pagination li:not(.arrow) a:focus,
.pagination li:not(.arrow) a:active {
  text-decoration: none;
}

.test-questions.comp {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}

.test-questions.comp .question {
  padding: 35px 0 20px 0;
  width: 100%;
  max-width: 400px;
  border-bottom: 1px solid #DCDCDC;
}

.test-questions.comp .question .statement {
  color: #576071;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.test-questions.comp .question .decision {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 15px 0;
}

.test-questions.comp .question .decision:not(.mobile) .caption {
  display: none;
}

.test-questions.comp .question .decision.mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.test-questions.comp .question .decision .caption {
  font-weight: 600;
  font-size: 0.8em;
  text-transform: uppercase;
}

.test-questions.comp .question .decision .caption.agree {
  color: #56AC8A;
}

.test-questions.comp .question .decision .caption.disagree {
  color: #5F394D;
}

.test-questions.comp .question .decision .options {
  flex: 0 0 100%;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.test-questions.comp .question .decision .options .option {
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-questions.comp .question .decision .options .option.agree {
  border: 2px solid #56AC8A;
}

.test-questions.comp .question .decision .options .option.agree:hover,
.test-questions.comp .question .decision .options .option.agree.active {
  background-color: #56AC8A;
}

.test-questions.comp .question .decision .options .option.neutral {
  border: 2px solid #9B9FAA;
  flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
}

.test-questions.comp .question .decision .options .option.neutral:hover,
.test-questions.comp .question .decision .options .option.neutral.active {
  background-color: #9B9FAA;
}

.test-questions.comp .question .decision .options .option.neutral span {
  font-size: 0.7em;
}

.test-questions.comp .question .decision .options .option.disagree {
  border: 2px solid #5F394D;
}

.test-questions.comp .question .decision .options .option.disagree:hover,
.test-questions.comp .question .decision .options .option.disagree.active {
  background-color: #5F394D;
}

.test-questions.comp .question .decision .options .option.max {
  flex: 0 0 45px;
  max-width: 45px;
  height: 45px;
}

.test-questions.comp .question .decision .options .option.max span {
  font-size: 1.1em;
  margin-top: 3px;
}

.test-questions.comp .question .decision .options .option.med {
  flex: 0 0 35px;
  max-width: 35px;
  height: 35px;
}

.test-questions.comp .question .decision .options .option.med span {
  font-size: 1em;
  margin-top: 2px;
}

.test-questions.comp .question .decision .options .option.min {
  flex: 0 0 28px;
  max-width: 28px;
  height: 28px;
}

.test-questions.comp .question .decision .options .option.min span {
  font-size: 0.8em;
  margin-top: 1px;
}

.test-questions.comp .question .decision .options .option.active span {
  color: white;
}

.test-questions.comp .question .decision .options .option span {
  color: transparent;
}

.social-cta.comp {
  padding: 75px 15px 30px 15px;
  text-align: center;
  font-size: 1.2em;
  color: #9B9FAA;
  text-transform: uppercase;
}

.social-cta.comp > .title {
  font-size: 0.8em;
  line-height: 1.5;
}

.social-cta.comp .wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.social-cta.comp .social-count {
  font-weight: 600;
}

.social-cta.comp .social-count .number {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 3px;
}

.social-cta.comp .social-count .title {
  font-size: 0.6em;
}

.social-cta.comp .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.social-cta.comp .social-icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #9B9FAA;
  border: 1px solid #DCDCDC;
  font-size: 0.8em;
  margin: 3px;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  fill: white;
  color: white;
}

.social-cta.comp .social-icons .icon.twitter {
  background-color: #2A9FEE;
  border-color: #2A9FEE;
}

.social-cta.comp .social-icons .icon.facebook {
  background-color: #3F5B96;
  border-color: #3F5B96;
}

.social-cta.comp .social-icons .icon.messenger {
  background-color: #1783F9;
  border-color: #1783F9;
}

.social-cta.comp .social-icons .icon.email {
  background-color: #3F8F6F;
  border-color: #3F8F6F;
}

.social-cta.comp .social-icons .icon.instagram {
  background-color: #CD446B;
  border-color: #CD446B;
}

.social-cta.comp .social-icons .icon.pinterest {
  background-color: #E3102E;
  border-color: #E3102E;
}

.social-cta.comp .social-icons .icon.vkontakte {
  background-color: #4C75A3;
  border-color: #4C75A3;
}

.social-cta.comp .social-icons .icon.whatsapp {
  background-color: #22E57E;
  border-color: #22E57E;
}

.social-cta.comp .social-icons .icon.whatsapp,
.social-cta.comp .social-icons .icon.messenger {
  display: flex;
}

.social-cta.comp .social-icons .icon:hover,
.social-cta.comp .social-icons .icon:active,
.social-cta.comp .social-icons .icon:focus {
  text-decoration: none;
  cursor: pointer;
  transform: translateY(-3px);
}

.trait-scales.comp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.trait-scales.comp .trait {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #DCDCDC;
}

.trait-scales.comp .trait.mind .bar-wrapper .percentage.active {
  color: #51A9AB;
}

.trait-scales.comp .trait.mind .bar-wrapper .bar.right-fill {
  background-color: #51A9AB;
}

.trait-scales.comp .trait.mind .bar-wrapper .bar.right-fill .filler {
  background-color: #F5F5F5;
}

.trait-scales.comp .trait.mind .bar-wrapper .bar .filler {
  background-color: #51A9AB;
}

.trait-scales.comp .trait.mind .trait-titles .title.active {
  color: #51A9AB;
}

.trait-scales.comp .trait.energy .bar-wrapper .percentage.active {
  color: #e2a942;
}

.trait-scales.comp .trait.energy .bar-wrapper .bar.right-fill {
  background-color: #e2a942;
}

.trait-scales.comp .trait.energy .bar-wrapper .bar.right-fill .filler {
  background-color: #F5F5F5;
}

.trait-scales.comp .trait.energy .bar-wrapper .bar .filler {
  background-color: #e2a942;
}

.trait-scales.comp .trait.energy .trait-titles .title.active {
  color: #e2a942;
}

.trait-scales.comp .trait.nature .bar-wrapper .percentage.active {
  color: #56AC8A;
}

.trait-scales.comp .trait.nature .bar-wrapper .bar.right-fill {
  background-color: #56AC8A;
}

.trait-scales.comp .trait.nature .bar-wrapper .bar.right-fill .filler {
  background-color: #F5F5F5;
}

.trait-scales.comp .trait.nature .bar-wrapper .bar .filler {
  background-color: #56AC8A;
}

.trait-scales.comp .trait.nature .trait-titles .title.active {
  color: #56AC8A;
}

.trait-scales.comp .trait.tactics .bar-wrapper .percentage.active {
  color: #CFA0B6;
}

.trait-scales.comp .trait.tactics .bar-wrapper .bar.right-fill {
  background-color: #CFA0B6;
}

.trait-scales.comp .trait.tactics .bar-wrapper .bar.right-fill .filler {
  background-color: #F5F5F5;
}

.trait-scales.comp .trait.tactics .bar-wrapper .bar .filler {
  background-color: #CFA0B6;
}

.trait-scales.comp .trait.tactics .trait-titles .title.active {
  color: #CFA0B6;
}

.trait-scales.comp .trait.identity {
  border: none;
}

.trait-scales.comp .trait.identity .bar-wrapper .percentage.active {
  color: #8A7298;
}

.trait-scales.comp .trait.identity .bar-wrapper .bar.right-fill {
  background-color: #8A7298;
}

.trait-scales.comp .trait.identity .bar-wrapper .bar.right-fill .filler {
  background-color: #F5F5F5;
}

.trait-scales.comp .trait.identity .bar-wrapper .bar .filler {
  background-color: #8A7298;
}

.trait-scales.comp .trait.identity .trait-titles .title.active {
  color: #8A7298;
}

.trait-scales.comp .trait .caption {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.trait-scales.comp .trait .tagline {
  text-align: center;
  color: #9B9FAA;
  margin-bottom: 20px;
  font-size: 0.75em;
}

.trait-scales.comp .trait .bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.trait-scales.comp .trait .bar-wrapper .percentage {
  flex: 0 0 50px;
  font-weight: 600;
}

.trait-scales.comp .trait .bar-wrapper .percentage.right {
  text-align: right;
}

.trait-scales.comp .trait .bar-wrapper .bar {
  flex-grow: 1;
  height: 10px;
  margin-top: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
}

.trait-scales.comp .trait .bar-wrapper .bar.right-fill .filler {
  background-color: #F5F5F5;
}

.trait-scales.comp .trait .bar-wrapper .bar .filler {
  height: 10px;
}

.trait-scales.comp .trait .trait-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trait-scales.comp .trait .trait-titles .title {
  text-transform: uppercase;
  color: #9B9FAA;
  font-size: 0.75em;
  font-weight: 600;
}

.trait-scales.comp .trait .trait-titles .title.left {
  padding-right: 5px;
}

.trait-scales.comp .trait .trait-titles .title.right {
  padding-left: 5px;
}

.comments-wrapper.comp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.comments-wrapper.comp .shape {
  width: 100%;
  display: block;
}

.comments-wrapper.comp .shape .c1 {
  fill: #f2f3f4;
}

.comments-wrapper.comp .comments {
  width: 100%;
  padding: 15px;
  background-color: #F2F3F4;
}

.comments-wrapper.comp .comments .switches {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comments-wrapper.comp .comments .switches .switch {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #DCDCDC;
  padding-bottom: 10px;
  margin-bottom: 30px;
  height: 40px;
  cursor: pointer;
}

.comments-wrapper.comp .comments .switches .switch.active {
  cursor: default;
  border-color: #51A9AB;
}

.comments-wrapper.comp .comments .switches .switch:first-of-type {
  flex-grow: 1;
}

.comments-wrapper.comp .comments .switches .switch:last-of-type {
  flex: 0 0 190px;
}

.comments-wrapper.comp .comments .switches .switch img,
.comments-wrapper.comp .comments .switches .switch .fal {
  width: 20px;
  margin-right: 10px;
}

.comments-wrapper.comp .comments .switches .switch .fal {
  font-size: 1.1em;
}

.comments-wrapper.comp .comments .switches .switch span {
  margin-left: 5px;
}

.comments-wrapper.comp .comments .switches .switch .title {
  display: flex;
  align-items: center;
  font-size: 0.75em;
  font-weight: 600;
}

.comments-wrapper.comp .comments .switches .switch .title .fa-pencil-alt {
  font-size: 0.9em;
  color: #51A9AB;
}

.comments-wrapper.comp .comments .switches .switch .count {
  color: #51A9AB;
}

.comments-wrapper.comp .comments .panel.other .need-login,
.comments-wrapper.comp .comments .panel.other .action-add {
  margin-bottom: 30px;
  font-size: 0.8em;
}

.comments-wrapper.comp .comments .panel.other .no-comments {
  font-size: 0.8em;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper {
  margin-bottom: 15px;
  background-color: white;
  border-radius: 10px;
  padding: 15px;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper.subcomment {
  margin: 15px 0 15px 30px;
  padding-bottom: 0;
  border: none;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .avatar {
  -webkit-clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  background-color: #E5E6E7;
  width: 65px;
  margin-bottom: -5px;
  height: 65px;
  margin-right: 15px;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .avatar img {
  height: 65px;
  width: 65px;
  position: relative;
  z-index: 1;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 2px;
  color: #b5b5b5;
  font-size: 0.8em;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .wrapper .name {
  margin-bottom: 2px;
  font-weight: 600;
  color: #7F7F7F;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .wrapper .name a {
  text-decoration: none;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .wrapper .name a:hover,
.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .wrapper .name a:focus,
.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .wrapper .name a:active {
  text-decoration: none;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .wrapper .separator {
  display: none;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .wrapper .type {
  font-size: 0.9em;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .meta > div .user-info .date {
  font-size: 0.72em;
  color: #7F7F7F;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .content {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-size: 0.8em;
  line-height: 1.7;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .actions {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 0.75em;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .actions .reply {
  cursor: pointer;
  color: #b5b5b5;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .actions .reply:hover {
  color: #51A9AB;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .actions .like {
  cursor: pointer;
  color: #b5b5b5;
  margin-left: 15px;
}

.comments-wrapper.comp .comments .panel.other .comment-wrapper .actions .like:hover,
.comments-wrapper.comp .comments .panel.other .comment-wrapper .actions .like.liked {
  color: #51A9AB;
}

.comments-wrapper.comp .comments .panel.other .comment-links {
  margin-top: 30px;
}

.dropdown-menu.comp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  width: calc(100% - 30px);
  max-width: 401px;
  height: 60px;
  padding: 0 25px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.dropdown-menu.comp.expanded {
  z-index: 3;
}

.dropdown-menu.comp.expanded ul {
  display: block;
  max-height: 520px;
  overflow-y: auto;
}

.dropdown-menu.comp .selection {
  color: #7F7F7F;
  line-height: 1;
}

.dropdown-menu.comp .arrow {
  margin-left: 30px;
}

.dropdown-menu.comp ul {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -1px;
  z-index: 1;
  background-color: white;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
  animation: showDropdown 0.2s ease-in-out both;
}

.dropdown-menu.comp ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  padding: 0 25px;
  margin-top: -1px;
  color: #7F7F7F;
  line-height: 1;
}

.dropdown-menu.comp ul li:hover {
  background-color: #F9F9F9;
}

.autocomplete-menu.comp {
  width: 350px;
  animation: showDropdown 0.2s ease-in-out both;
  position: relative;
  z-index: 10;
}

.autocomplete-menu.comp ul {
  background-color: white;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}

.autocomplete-menu.comp ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 75px;
  padding: 0 25px;
  margin-top: -1px;
  color: #7F7F7F;
  font-size: 1.1em;
  line-height: 1;
}

.autocomplete-menu.comp ul li:hover {
  background-color: #F9F9F9;
}

.binary-toggle.comp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.binary-toggle.comp .option {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}

.binary-toggle.comp .option.left {
  justify-content: flex-end;
}

.binary-toggle.comp .option.left .title {
  margin-right: 20px;
}

.binary-toggle.comp .option.left .toggle {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.binary-toggle.comp .option.right {
  justify-content: flex-start;
}

.binary-toggle.comp .option.right .title {
  margin-left: 20px;
}

.binary-toggle.comp .option.right .toggle {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.binary-toggle.comp .option.active .toggle {
  color: #51A9AB;
}

.binary-toggle.comp .option:not(.active) .title {
  color: #b5b5b5;
}

.binary-toggle.comp .option:not(.active) .toggle {
  color: #F5F5F5;
}

.binary-toggle.comp .option .title {
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
}

.binary-toggle.comp .option .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 32px;
  padding: 0 7px;
  background-color: #F5F5F5;
  cursor: pointer;
}

.binary-toggle.comp .option .toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.triple-toggle.comp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.triple-toggle.comp .option {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.triple-toggle.comp .option.left {
  align-items: flex-start;
}

.triple-toggle.comp .option.left .toggle {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: flex-start;
}

.triple-toggle.comp .option.right {
  align-items: flex-end;
}

.triple-toggle.comp .option.right .toggle {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: flex-end;
}

.triple-toggle.comp .option.active .toggle {
  color: #51A9AB;
}

.triple-toggle.comp .option:not(.active) .title {
  color: #b5b5b5;
}

.triple-toggle.comp .option:not(.active) .toggle {
  color: #F5F5F5;
}

.triple-toggle.comp .option .title {
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 3px;
}

.triple-toggle.comp .option .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 85px;
  padding: 0 7px;
  background-color: #F5F5F5;
  cursor: pointer;
}

.triple-toggle.comp .option .toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.navigation-buttons.comp {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px 0;
  border-top: 1px solid #EEE;
}

.navigation-buttons.comp .part {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 50%;
  width: 50%;
  padding: 20px 0;
}

.navigation-buttons.comp .part.left a .title {
  color: #9B9FAA;
}

.navigation-buttons.comp .part.right {
  border-left: 1px solid #EEE;
}

.navigation-buttons.comp .part.right a .fal {
  color: white;
  background: linear-gradient(113deg, #576071 20%, #677185 50%, #576071 80%);
  background-size: 600% 100%;
}

.navigation-buttons.comp .part.right a .fal:not(.fa-spin) {
  animation: academyNav 3.5s ease-in-out infinite;
}

.navigation-buttons.comp .part a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}

.navigation-buttons.comp .part a:hover,
.navigation-buttons.comp .part a:active,
.navigation-buttons.comp .part a:focus {
  text-decoration: none;
  outline: 0;
}

.navigation-buttons.comp .part a:hover.premium .fal,
.navigation-buttons.comp .part a:active.premium .fal,
.navigation-buttons.comp .part a:focus.premium .fal {
  background-color: #d8573b;
}

.navigation-buttons.comp .part a:hover .fa-long-arrow-right:before,
.navigation-buttons.comp .part a:active .fa-long-arrow-right:before,
.navigation-buttons.comp .part a:focus .fa-long-arrow-right:before {
  animation: moveArrowRight 0.5s ease-in-out both;
}

.navigation-buttons.comp .part a:hover .fa-long-arrow-left:before,
.navigation-buttons.comp .part a:active .fa-long-arrow-left:before,
.navigation-buttons.comp .part a:focus .fa-long-arrow-left:before {
  animation: moveArrowLeft 0.5s ease-in-out both;
}

.navigation-buttons.comp .part a.premium .title {
  color: #DC6950;
}

.navigation-buttons.comp .part a.premium .fal {
  color: #FFFFFF;
  background: linear-gradient(113deg, #DC6950 20%, #e2836e 50%, #DC6950 80%);
  background-size: 600% 100%;
}

.navigation-buttons.comp .part a.premium .fal:not(.fa-spin) {
  animation: academyNav 3.5s ease-in-out infinite;
}

.navigation-buttons.comp .part a .title {
  padding: 0 15px;
  font-size: 1.05em;
  letter-spacing: unset;
  margin-bottom: 15px;
  color: #576071;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.navigation-buttons.comp .part a .fal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #F2F3F4;
  color: #7F7F7F;
  transition: all 0.1s ease-in-out;
}

.container.w-s {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.container.w-s article,
.container.w-s .content {
  flex-grow: 1;
  padding: 0 20px;
  margin: 0 auto;
}

.container.w-s .sidebar {
  flex: 0 0 275px;
  min-width: 275px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.container.w-s .sidebar.left {
  padding-left: 30px;
}

.container.w-s .sidebar.right {
  padding-right: 30px;
}

.container.w-s .sidebar nav.sections {
  padding-top: 50px;
}

.container.w-s .sidebar nav.sections .title {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 45px;
}

.container.w-s .sidebar nav.sections ul {
  padding: 0;
  margin-top: 20px;
}

.container.w-s .sidebar nav.sections ul.collapsible > li {
  padding: 0 !important;
  margin-bottom: 30px;
  border-left: none;
}

.container.w-s .sidebar nav.sections ul.collapsible li {
  line-height: 1.8 !important;
}

.container.w-s .sidebar nav.sections ul.collapsible li:hover .can-collapse a {
  color: #576071;
}

.container.w-s .sidebar nav.sections ul.collapsible li:hover a {
  color: #576071;
}

.container.w-s .sidebar nav.sections ul.collapsible li:hover ul li a {
  color: #576071;
}

.container.w-s .sidebar nav.sections ul.collapsible li.expanded > .can-collapse .fa-plus {
  display: none;
}

.container.w-s .sidebar nav.sections ul.collapsible li:not(.expanded) > .can-collapse .fa-minus {
  display: none;
}

.container.w-s .sidebar nav.sections ul.collapsible li:not(.expanded) ul {
  display: none;
}

.container.w-s .sidebar nav.sections ul.collapsible li .can-collapse {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.container.w-s .sidebar nav.sections ul.collapsible li .can-collapse .fas {
  font-size: 0.8em;
  margin: 2px 10px 0 0;
  color: #51A9AB;
  cursor: pointer;
}

.container.w-s .sidebar nav.sections ul.collapsible a {
  color: #576071;
}

.container.w-s .sidebar nav.sections ul.collapsible a:hover {
  color: #51A9AB !important;
}

.container.w-s .sidebar nav.sections ul.collapsible a.active {
  color: #51A9AB !important;
  font-weight: 600;
}

.container.w-s .sidebar nav.sections ul.collapsible ul {
  margin: 20px 0;
  padding-left: 50px;
  font-size: 0.8em;
}

.container.w-s .sidebar nav.sections ul.collapsible ul li {
  border-left: none;
  padding: 0 0 15px 0;
}

.container.w-s .sidebar nav.sections ul.collapsible ul li ul {
  margin-bottom: 10px;
  font-size: 1em;
}

.container.w-s .sidebar nav.sections ul.collapsible ul li:first-of-type {
  padding: 0 0 15px 0;
}

.container.w-s .sidebar nav.sections ul.collapsible ul li:last-of-type {
  padding: unset;
}

.container.w-s .sidebar nav.sections ul li {
  list-style: none;
  background: none;
  padding: 10px 0 10px 25px;
  border-left: 2px solid #F5F5F5;
  transition: border-color 0.2s ease-in-out;
}

.container.w-s .sidebar nav.sections ul li:first-of-type {
  padding: 0 0 13px 25px;
  line-height: 1;
}

.container.w-s .sidebar nav.sections ul li:last-of-type {
  padding: 13px 0 0 25px;
  line-height: 1;
}

.container.w-s .sidebar nav.sections ul li:hover:not(.premium) {
  border-color: #51A9AB;
}

.container.w-s .sidebar nav.sections ul li:hover:not(.premium) a {
  color: #51A9AB;
}

.container.w-s .sidebar nav.sections ul li:hover.premium {
  border-color: #DC6950;
}

.container.w-s .sidebar nav.sections ul li:hover.premium a {
  color: #DC6950;
}

.container.w-s .sidebar nav.sections ul li:hover.premium a:focus,
.container.w-s .sidebar nav.sections ul li:hover.premium a:active {
  color: #DC6950;
}

.container.w-s .sidebar nav.sections ul li.active {
  border-color: #51A9AB;
  font-weight: 600;
}

.container.w-s .sidebar nav.sections ul li.active a {
  color: #51A9AB;
}

.container.w-s .sidebar nav.sections ul li.premium a {
  font-weight: 600;
  color: #DC6950;
}

.container.w-s .sidebar nav.sections ul li.premium a:hover,
.container.w-s .sidebar nav.sections ul li.premium a:active,
.container.w-s .sidebar nav.sections ul li.premium a:focus {
  color: #DC6950;
}

.container.w-s .sidebar nav.sections ul li a {
  color: #576071;
  text-decoration: none;
}

.container.w-s .sidebar nav.sections ul li a:focus,
.container.w-s .sidebar nav.sections ul li a:active {
  color: #51A9AB;
}

article {
  word-break: break-word;
}

article ::selection {
  background: #d3eaea;
}

article p {
  line-height: 1.8;
  margin-bottom: 17px;
}

article ol {
  line-height: 1.8;
  margin-bottom: 17px;
  padding-left: 40px;
}

article ol > li {
  line-height: 1.8;
  margin-bottom: 17px;
  padding-left: 15px;
}

article ol > li ol,
article ol > li ul {
  margin: 17px 0;
}

article ol > li > ul:not(.pagination) > li {
  list-style: none;
  padding-left: 40px;
  background: url('/images/system/list-item-2.svg') no-repeat 0 10px;
  background-size: 20px 20px;
  font-size: 1em;
}

article ol > li > ul:not(.pagination) > li ul > li {
  list-style: none;
  padding-left: 40px;
  background: url('/images/system/list-item.svg') no-repeat 0 7px;
  background-size: 20px 20px;
}

article ol > li > ul:not(.pagination) > li ul > li ul > li {
  list-style: none;
  padding-left: 40px;
  background: url('/images/system/list-item-2.svg') no-repeat 0 21px;
  background-size: 20px 20px;
}

article ol > li li,
article ol > li p {
  font-size: 1em;
}

article ul:not(.pagination) {
  line-height: 1.8;
  margin-bottom: 17px;
  padding-left: 15px;
}

article ul:not(.pagination) > li {
  line-height: 1.8;
  margin-bottom: 17px;
  list-style: none;
  padding-left: 40px;
  background: url('/images/system/list-item.svg') no-repeat 0 6px;
  background-size: 20px 20px;
}

article ul:not(.pagination) > li ol {
  margin: 17px 0;
}

article ul:not(.pagination) > li > ul {
  margin: 17px 0;
}

article ul:not(.pagination) > li > ul > li {
  list-style: none;
  padding-left: 40px;
  background: url('/images/system/list-item-2.svg') no-repeat 0 10px;
  background-size: 20px 20px;
}

article ul:not(.pagination) > li > ul > li > ul > li {
  list-style: none;
  padding-left: 40px;
  background: url('/images/system/list-item.svg') no-repeat 0 7px;
  background-size: 20px 20px;
}

article ul:not(.pagination) > li > ul > li > ul > li > ul > li {
  list-style: none;
  padding-left: 40px;
  background: url('/images/system/list-item-2.svg') no-repeat 0 21px;
  background-size: 20px 20px;
}

article ul:not(.pagination) > li li,
article ul:not(.pagination) > li p {
  font-size: 1em;
}

article h1 {
  font-size: 1.7em;
  letter-spacing: unset;
  margin-bottom: 15px;
  color: #576071;
}

article h2 {
  font-size: 1.4em;
  letter-spacing: unset;
  color: #576071;
  font-weight: 600;
  line-height: 1.5;
  margin: 30px 0;
}

article h3 {
  font-size: 1.1em;
  letter-spacing: unset;
  margin: 30px 0 15px 0;
  color: #576071;
  font-weight: 600;
  line-height: 1.7;
}

article h4 {
  font-size: 1em;
  letter-spacing: unset;
  margin: 30px 0 15px 0;
  color: #576071;
  font-weight: 600;
  line-height: 1.8;
}

article .table-list {
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #DCDCDC;
}

article .table-list thead th {
  border: 1px solid #DCDCDC;
  border-bottom: none;
  background-color: #F5F5F5;
  text-align: left;
  padding: 10px 15px;
}

article .table-list tbody td {
  border: 1px solid #DCDCDC;
  padding: 10px 15px;
}

article .table-list tbody td .fa-check {
  color: #51A9AB;
}

article .table-list tbody td .fa-times {
  color: #DC6950;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 80px 0 120px 0;
}

.loader svg {
  width: 3em;
  height: 3em;
  color: #b5b5b5;
}

@keyframes showDropdown {
  from {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pulseCircle {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes typeArchitect1 {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes typeArchitect2 {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: translateY(10px);
  }
}

@keyframes typeArchitect3 {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: rotate(-5deg);
  }
}

@keyframes typeLogician1 {
  0%, 40%, 80%, 100% {
    transform: none;
  }

  30%, 60%, 90% {
    transform: rotate(15deg);
  }
}

@keyframes typeLogician2 {
  0%, 100% {
    transform: none;
  }

  30% {
    transform: translate(15px, -15px);
  }

  70% {
    transform: translate(25px, -7px);
  }
}

@keyframes typeCommander1 {
  0%, 60%, 100% {
    transform: none;
  }

  40%, 80% {
    transform: rotate(-20deg) translateY(-5px);
  }
}

@keyframes typeDebater1 {
  0%, 30%, 50%, 100% {
    transform: none;
  }

  15%, 40%, 85% {
    transform: rotate(-8deg) translateY(-7px);
  }
}

@keyframes typeAdvocate1 {
  0%, 50%, 70%, 100% {
    transform: none;
  }

  30%, 60%, 85% {
    transform: rotate(-15deg) translateY(-15px);
  }
}

@keyframes typeMediator1 {
  0%, 100% {
    transform: none;
  }

  20% {
    transform: translateY(-60px) rotate(10deg);
  }

  40% {
    transform: translateX(30px) rotate(60deg);
  }

  60% {
    transform-origin: 20% 34%;
    transform: translateX(30px) rotate(180deg);
  }

  80% {
    transform-origin: 0% 34%;
    transform: translateY(0) translateX(0) rotate(20deg);
  }
}

@keyframes typeMediator2 {
  0%, 50%, 100% {
    transform: none;
  }

  25% {
    transform: rotate(-40deg);
  }

  25% {
    transform: rotate(-40deg) translateY(-20px);
  }

  75% {
    transform-origin: 40% 25%;
    transform: rotate(15deg);
  }

  90% {
    transform-origin: 40% 25%;
    transform: rotate(5deg) translateY(10px);
  }
}

@keyframes typeMediator3 {
  0%, 100% {
    transform: none;
  }

  20% {
    transform: rotate(200deg);
  }

  45% {
    transform: translateY(120px) rotate(200deg);
  }
}

@keyframes typeProtagonist1 {
  0%, 100% {
    transform: none;
  }

  80% {
    transform: translateY(30px);
  }
}

@keyframes typeProtagonist2 {
  0%, 100% {
    transform: none;
  }

  80% {
    transform: rotate(-25deg);
  }
}

@keyframes typeProtagonist3 {
  0%, 100% {
    transform: none;
  }

  80% {
    transform: rotate(14deg) scaleX(1.16);
  }
}

@keyframes typeCampaigner1 {
  0%, 30%, 60%, 100% {
    transform: none;
  }

  15%, 45%, 75% {
    transform: rotate(-12deg) translateY(-3px);
  }
}

@keyframes typeCampaigner2 {
  0%, 30%, 60%, 100% {
    transform: none;
  }

  15%, 45%, 75% {
    transform: rotate(-6deg) translateY(-10px);
  }
}

@keyframes typeLogistician1 {
  0%, 40%, 100% {
    transform: none;
  }

  20%, 60% {
    transform: rotate(8deg);
  }
}

@keyframes typeLogistician2 {
  0%, 40%, 100% {
    transform: none;
  }

  20%, 60% {
    transform: rotate(-7deg);
  }
}

@keyframes typeDefender1 {
  0%, 100% {
    transform: none;
  }

  65% {
    transform: scale(1.4);
  }
}

@keyframes typeDefender2 {
  0%, 100% {
    transform: none;
  }

  65% {
    transform: translateY(-8px);
  }
}

@keyframes typeDefender3 {
  0%, 100% {
    transform: none;
  }

  65% {
    transform: skew(27deg, -1deg) translate(-29px, 4px) rotate(-4.3deg) scale(1.38, 0.9);
  }
}

@keyframes typeExecutive1 {
  0%, 40%, 100% {
    transform: none;
  }

  20%, 60% {
    transform: rotate(5deg);
  }
}

@keyframes typeConsul1 {
  0%, 40%, 100% {
    transform: none;
  }

  20%, 60% {
    transform: translateY(-8px);
  }
}

@keyframes typeConsul2 {
  0%, 40%, 100% {
    transform: none;
  }

  20%, 60% {
    transform: rotate(-4deg);
  }
}

@keyframes typeVirtuoso1 {
  0%, 100% {
    transform: none;
  }

  30%, 34%, 38%, 42%, 46%, 50% {
    transform: rotate(5deg) translate(-14px, -2px);
  }

  20%, 32%, 36%, 40%, 44%, 48%, 60% {
    transform: rotate(5deg) translate(-10px, 0px);
  }
}

@keyframes typeVirtuoso2 {
  0%, 100% {
    transform: none;
  }

  20%, 60% {
    transform: rotate(5deg) translate(-10px, 0px);
  }
}

@keyframes typeVirtuoso3 {
  0%, 100% {
    transform: none;
  }

  20%, 60% {
    transform: rotate(-5deg) translate(-13px, 0px);
  }
}

@keyframes typeVirtuoso4 {
  0%, 100% {
    transform: none;
  }

  20%, 60% {
    transform: rotate(3deg);
  }
}

@keyframes typeAdventurer1 {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: rotate(15deg);
  }
}

@keyframes typeAdventurer2 {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: rotate(-8deg);
  }
}

@keyframes typeEntrepreneur1 {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: rotate(-5deg);
  }
}

@keyframes typeEntrepreneur2 {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: rotate(-9deg);
  }
}

@keyframes typeEntertainer1 {
  0%, 40%, 60%, 80%, 100% {
    transform: none;
    transform-origin: 73% 49%;
  }

  30% {
    transform: rotate(-10deg);
    transform-origin: 73% 53%;
  }

  50%, 70%, 90% {
    transform: rotate(10deg);
    transform-origin: 73% 49%;
  }
}

@keyframes typeEntertainer2 {
  0%, 40%, 60%, 80%, 100% {
    transform: none;
    transform-origin: 28% 48%;
  }

  30% {
    transform: rotate(10deg);
    transform-origin: 28% 53%;
  }

  50%, 70%, 90% {
    transform: rotate(-10deg);
    transform-origin: 28% 48%;
  }
}

@keyframes moveArrowRight {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: translateX(5px);
  }
}

@keyframes moveArrowLeft {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: translateX(-5px);
  }
}

@keyframes moveArrowDown {
  0%, 100% {
    transform: none;
  }

  50% {
    transform: translateY(4px);
  }
}

@keyframes academyNav {
  0% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 0% 50%;
  }
}

@keyframes shake {
  50% {
    transform: translateX(2px);
  }
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.modal.hidden-modal {
  display: none;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.modal.hidden-modal.shown {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal.hidden-modal.shown .modal-background {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal.hidden-modal .modal-background {
  display: none;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.modal .modal-background {
  background-color: #b5b5b5;
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal .modal-dialog {
  font-size: 0.9em;
  width: 90%;
  max-width: 530px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 90vh;
  background-color: white;
  border-radius: 10px;
  position: relative;
}

.modal .modal-dialog .modal-header {
  padding: 0;
  position: relative;
  min-height: 35px;
}

.modal .modal-dialog .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 0 0 3px;
  height: 40px;
  width: 40px;
  background-color: white;
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 10% 90%);
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 10% 90%);
  color: #9B9FAA;
  cursor: pointer;
  font-size: 1.1em;
}

.modal .modal-dialog .modal-header .close:hover {
  color: #7F8691;
}

.modal .modal-dialog .modal-header .close:focus {
  outline: 0;
}

.modal .modal-dialog .modal-body {
  position: relative;
  padding: 0 20px 20px 20px;
}

.modal .modal-dialog .modal-body .title,
.modal .modal-dialog .modal-body .modal-title {
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
}

.modal .modal-dialog .modal-body select,
.modal .modal-dialog .modal-body input[type=text],
.modal .modal-dialog .modal-body input[type=email],
.modal .modal-dialog .modal-body input[type=password] {
  width: 100%;
  line-height: 1.3;
  display: block;
}

.modal .modal-dialog .modal-actions {
  padding: 0 20px 27px 20px;
  position: relative;
  z-index: 2;
}

.modal .modal-dialog .background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-clip-path: polygon(41% 30px, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(41% 30px, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: #F9F9F9;
  height: 110px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.f16 {
  display: inline-block;
  font-family: "16Personalities";
  font-size: inherit;
  text-rendering: auto;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f16-profile:before {
  content: "r";
}

.f16-friends:before {
  content: "u";
}

.f16-discussions:before {
  content: "i";
}

.f16-additional-tests:before {
  content: "p";
}

.f16-academy:before {
  content: "a";
}

.f16-quote:before {
  content: "e";
}

.f16-comment:before {
  content: "o";
}

.f16-thumbs-up:before {
  content: "q";
}

.f16-globe:before {
  content: "s";
}

.f16-notification:before {
  content: "t";
}

.f16-cog:before {
  content: "w";
}

.f16-message-notification:before {
  content: "y";
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
:after,
:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p {
  margin-top: 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin: 0;
  height: 61px;
  z-index: 21;
  transition: top 0.2s ease-in-out;
  background-color: white;
}

.navbar.checkout {
  padding: 15px;
  height: auto;
  position: relative;
  background-color: white;
  z-index: 99;
}

.navbar.shadow {
  box-shadow: 0 1px 4px 0 #B3B6BF;
}

.navbar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}

.navbar.user.shadow {
  box-shadow: 0 2px 4px 0 #DDD;
}

.navbar.user nav.middle-section {
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 20px;
}

.navbar .logo img {
  display: block;
  width: 180px;
  transition: all 0.2s ease-in-out;
}

.navbar nav.middle-section {
  display: none;
  z-index: 20;
}

.navbar nav.middle-section.guest > ul > li {
  font-size: 0.7em;
  margin: 0 5px;
}

.navbar nav.middle-section.guest > ul > li.active:not(.academy):after,
.navbar nav.middle-section.guest > ul > li:hover:not(.academy):after,
.navbar nav.middle-section.guest > ul > li:active:not(.academy):after,
.navbar nav.middle-section.guest > ul > li:focus:not(.academy):after {
  left: 7px;
  right: 7px;
  bottom: calc(-100% - 14px);
}

.navbar nav.middle-section.guest > ul > li > a {
  padding: 20px 6px;
}

.navbar nav.middle-section.guest > ul > li .btn {
  width: 115px;
  margin: 0 10px 0 7px;
}

@media (max-width: 1079px) {
  .navbar nav.middle-section.logged-in:not(.premium) > ul > li.active:not(.academy):after,
  .navbar nav.middle-section.logged-in:not(.premium) > ul > li:hover:not(.academy):after,
  .navbar nav.middle-section.logged-in:not(.premium) > ul > li:active:not(.academy):after,
  .navbar nav.middle-section.logged-in:not(.premium) > ul > li:focus:not(.academy):after {
    bottom: calc(-100% - 12px);
  }

  .navbar nav.middle-section.logged-in:not(.premium) > ul > li {
    font-size: 0.75em;
  }
}

@media (max-width: 1150px) {
  .navbar nav.middle-section.logged-in:not(.premium) > ul > li.active:not(.academy):after,
  .navbar nav.middle-section.logged-in:not(.premium) > ul > li:hover:not(.academy):after,
  .navbar nav.middle-section.logged-in:not(.premium) > ul > li:active:not(.academy):after,
  .navbar nav.middle-section.logged-in:not(.premium) > ul > li:focus:not(.academy):after {
    left: 10px;
    right: 10px;
  }

  .navbar nav.middle-section.logged-in:not(.premium) > ul > li > a {
    padding: 20px 10px;
  }
}

.navbar nav.middle-section.logged-in > ul {
  margin: 0;
}

.navbar nav.middle-section.logged-in > ul > li {
  font-size: 0.8em;
}

.navbar nav.middle-section.logged-in > ul > li > a {
  padding: 20px 15px;
}

.navbar nav.middle-section.logged-in > ul > li .btn {
  width: 120px;
  margin: 0 9px;
  padding: 0;
}

.navbar nav.middle-section > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.navbar nav.middle-section > ul > li {
  list-style: none;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  position: relative;
}

.navbar nav.middle-section > ul > li.active:not(.academy) > a {
  font-weight: 600;
  border-radius: 10px;
}

.navbar nav.middle-section > ul > li.active:not(.academy):after,
.navbar nav.middle-section > ul > li:hover:not(.academy):after,
.navbar nav.middle-section > ul > li:active:not(.academy):after,
.navbar nav.middle-section > ul > li:focus:not(.academy):after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #51A9AB;
  bottom: calc(-100% - 19px);
  left: 10px;
  right: 10px;
}

.navbar nav.middle-section > ul > li.active:not(.academy) > a,
.navbar nav.middle-section > ul > li:hover:not(.academy) > a,
.navbar nav.middle-section > ul > li:active:not(.academy) > a,
.navbar nav.middle-section > ul > li:focus:not(.academy) > a {
  color: #576071;
  padding-bottom: 31px;
}

.navbar nav.middle-section > ul > li:hover > ul,
.navbar nav.middle-section > ul > li:active > ul,
.navbar nav.middle-section > ul > li:focus > ul {
  transition: visibility 0ms, opacity 0.2s, transform 0.4s;
  transform: none;
  transform-origin: 50% 0%;
  visibility: visible;
  opacity: 1;
}

.navbar nav.middle-section > ul > li.community {
  display: none;
}

.navbar nav.middle-section > ul > li.huge-only {
  display: none;
}

.navbar nav.middle-section > ul > li > a {
  color: #7F7F7F;
  text-decoration: none;
  padding: 20px 10px;
}

.navbar nav.middle-section > ul > li .btn {
  width: 128px;
  height: 50px;
  color: #51A9AB;
  margin: 0 14px;
}

.navbar nav.middle-section > ul > li .btn img {
  width: 25px;
  margin: 9px 5px 0 0;
}

.navbar nav.middle-section > ul > li > ul {
  transform: perspective(2000px) rotateX(-15deg);
  visibility: hidden;
  opacity: 0;
  font-size: 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 30px 100px -20px rgba(50, 50, 70, 0.5), 0 30px 50px -30px rgba(0, 0, 0, 0.2), 0 15px 60px 0px rgba(0, 0, 0, 0.01);
  top: calc(100% + 20px);
  left: calc(50% - 135px);
  z-index: 1;
  padding: 9px 0;
  background-color: white;
}

.navbar nav.middle-section > ul > li > ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 30px 100px -20px rgba(50, 50, 70, 0.3), 0 30px 50px -30px rgba(0, 0, 0, 0.2), 0 15px 60px 0px rgba(0, 0, 0, 0.01);
}

.navbar nav.middle-section > ul > li > ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 18px;
  background-color: white;
}

.navbar nav.middle-section > ul > li > ul.wide {
  left: calc(50% - 185px);
}

.navbar nav.middle-section > ul > li > ul.wide .types ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.navbar nav.middle-section > ul > li > ul.wide .types ul li a span {
  display: block;
  font-size: 0.8em;
  margin-top: 2px;
  letter-spacing: 0.03em;
}

.navbar nav.middle-section > ul > li > ul.wide > li > a {
  width: 370px;
}

.navbar nav.middle-section > ul > li > ul > li {
  background-color: white;
  list-style: none;
  position: relative;
}

.navbar nav.middle-section > ul > li > ul > li.types {
  padding: 10px 20px;
}

.navbar nav.middle-section > ul > li > ul > li.types:first-of-type ul a {
  background-color: #734d60;
}

.navbar nav.middle-section > ul > li > ul > li.types:first-of-type ul a:hover {
  background-color: #5F394D;
}

.navbar nav.middle-section > ul > li > ul > li.types:nth-of-type(2) ul a {
  background-color: #56AC8A;
}

.navbar nav.middle-section > ul > li > ul > li.types:nth-of-type(2) ul a:hover {
  background-color: #448b6f;
}

.navbar nav.middle-section > ul > li > ul > li.types:nth-of-type(3) ul a {
  background-color: #51A9AB;
}

.navbar nav.middle-section > ul > li > ul > li.types:nth-of-type(3) ul a:hover {
  background-color: #418788;
}

.navbar nav.middle-section > ul > li > ul > li.types:last-of-type {
  padding-bottom: 18px;
}

.navbar nav.middle-section > ul > li > ul > li.types:last-of-type ul a {
  background-color: #e2a942;
}

.navbar nav.middle-section > ul > li > ul > li.types:last-of-type ul a:hover {
  background-color: #d19220;
}

.navbar nav.middle-section > ul > li > ul > li.types > a {
  align-items: flex-start;
  padding: 0;
  width: 330px;
}

.navbar nav.middle-section > ul > li > ul > li.types > a img {
  width: 22px;
  flex: 0 0 22px;
  margin: 1px 10px 0 0;
}

.navbar nav.middle-section > ul > li > ul > li.types ul {
  display: flex;
  align-items: center;
  margin: 9px 0 0 32px;
}

.navbar nav.middle-section > ul > li > ul > li.types ul li {
  margin-right: 5px;
  list-style: none;
}

.navbar nav.middle-section > ul > li > ul > li.types ul li:last-of-type {
  margin: 0;
}

.navbar nav.middle-section > ul > li > ul > li.types ul li a {
  display: block;
  padding: 0;
  padding: 7px 10px;
  background-color: #F5F5F5;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 0.5em;
}

.navbar nav.middle-section > ul > li > ul > li:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar nav.middle-section > ul > li > ul > li:first-of-type a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar nav.middle-section > ul > li > ul > li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbar nav.middle-section > ul > li > ul > li:last-of-type a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbar nav.middle-section > ul > li > ul > li .info {
  transition: all 0.1s ease-in-out;
}

.navbar nav.middle-section > ul > li > ul > li .info .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  color: #576071;
  margin-bottom: 5px;
}

.navbar nav.middle-section > ul > li > ul > li .info .subtitle {
  font-size: 0.8em;
  color: #7F7F7F;
  line-height: 1.5;
}

.navbar nav.middle-section > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
  width: 270px;
  text-decoration: none;
  outline: 0;
  font-size: 0.75em;
}

.navbar nav.middle-section > ul > li > ul > li > a:hover,
.navbar nav.middle-section > ul > li > ul > li > a:focus,
.navbar nav.middle-section > ul > li > ul > li > a:active {
  text-decoration: none;
  outline: 0;
}

.navbar nav.middle-section > ul > li > ul > li > a:hover img,
.navbar nav.middle-section > ul > li > ul > li > a:focus img,
.navbar nav.middle-section > ul > li > ul > li > a:active img {
  animation: shake 0.2s ease-in-out both;
}

.navbar nav.middle-section > ul > li > ul > li > a:hover .info,
.navbar nav.middle-section > ul > li > ul > li > a:focus .info,
.navbar nav.middle-section > ul > li > ul > li > a:active .info {
  opacity: 0.7;
}

.navbar nav.middle-section > ul > li > ul > li > a img {
  width: 30px;
  margin-right: 10px;
}

.navbar nav.middle-section > ul > li > ul > li ul {
  padding: 0;
}

.navbar .right-section {
  display: none;
}

.navbar .right-section.guest .language-toggle {
  padding-right: 15px;
}

.navbar .right-section.guest .login-link,
.navbar .right-section.guest .btn {
  font-size: 0.7em;
}

.navbar .right-section.guest .btn {
  margin-left: 10px;
  width: 105px;
}

.navbar .right-section.logged-in .search-toggle .i,
.navbar .right-section.logged-in .search-toggle svg {
  height: 18px;
  width: 18px;
}

.navbar .right-section.logged-in .language-toggle {
  padding-right: 15px;
}

.navbar .right-section.logged-in .language-toggle span {
  font-size: 1em;
}

.navbar .right-section.logged-in .profile-menu-wrapper {
  margin-left: 15px;
}

.navbar .right-section .search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  padding-right: 15px;
}

.navbar .right-section .search-toggle:hover svg path {
  fill: #576071;
}

.navbar .right-section .search-toggle .i,
.navbar .right-section .search-toggle svg {
  display: block;
  height: 15px;
  width: 15px;
}

.navbar .right-section .search-toggle .i path,
.navbar .right-section .search-toggle svg path {
  fill: #7F7F7F;
}

.navbar .right-section .language-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px 5px 0;
  border-right: 1px solid #E4E4E2;
  color: #7F7F7F;
  text-decoration: none;
  outline: 0;
}

.navbar .right-section .language-toggle:hover {
  cursor: pointer;
  color: #576071;
}

.navbar .right-section .language-toggle span {
  font-size: 0.8em;
}

.navbar .right-section .login-link {
  font-size: 0.75em;
  margin: 0 0 -2px 15px;
  min-width: 42px;
  color: #7F7F7F;
  text-decoration: none;
}

.navbar .right-section .login-link:hover,
.navbar .right-section .login-link:active,
.navbar .right-section .login-link:focus {
  color: #576071;
  border-color: #576071;
}

.navbar .right-section .test-button {
  font-size: 0.75em;
  padding: 0;
  height: 50px;
  width: 128px;
  margin-left: 15px;
}

.navbar .right-section .profile-menu-wrapper {
  position: relative;
  margin-left: 20px;
}

.navbar .right-section .profile-menu-wrapper #profile-menu-toggle {
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.navbar .right-section .profile-menu-wrapper #profile-menu-toggle .avatar {
  -webkit-clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  background-color: #E5E6E7;
  height: 55px;
  width: 55px;
  margin-bottom: -5px;
}

.navbar .right-section .profile-menu-wrapper #profile-menu-toggle .avatar img {
  height: 55px;
  width: 55px;
  position: relative;
  z-index: 1;
}

.navbar .right-section .profile-menu-wrapper #profile-menu-toggle .avatar img {
  width: 55px;
  height: 55px;
  position: relative;
  z-index: 1;
}

.navbar .right-section .profile-menu-wrapper #profile-menu-toggle .notifications {
  position: absolute;
  top: 7px;
  right: -5px;
  width: 16px;
  height: 16px;
  background-color: #DC6950;
  border: 2px solid white;
  border-radius: 50%;
  animation: pulseCircle 1.5s ease-in-out -1s infinite;
}

.navbar .right-section .profile-menu-wrapper #profile-menu {
  position: absolute;
  top: 60px;
  left: -160px;
  z-index: 19;
  transform: perspective(2000px) rotateX(-15deg);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 20px 90px -10px rgba(50, 50, 70, 0.3), 0 30px 50px -30px rgba(0, 0, 0, 0.2), 0 15px 60px 0px rgba(0, 0, 0, 0.01);
  background-color: white;
  border-radius: 5px;
}

.navbar .right-section .profile-menu-wrapper #profile-menu.visible {
  transition: visibility 0ms, opacity 0.2s;
  transform: none;
  transform-origin: 50% 0%;
  visibility: visible;
  opacity: 1;
}

.navbar .right-section .profile-menu-wrapper #profile-menu .item-group {
  border-bottom: 1px solid #DCDCDC;
  padding: 5px;
}

.navbar .right-section .profile-menu-wrapper #profile-menu .item-group.no-border {
  border: none;
}

.navbar .right-section .profile-menu-wrapper #profile-menu .item-group .item {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  width: 225px;
  color: #7F7F7F;
  transition: all 0.1s ease-in-out;
  border-radius: 5px;
  font-size: 0.9em;
  text-decoration: none;
  outline: 0;
}

.navbar .right-section .profile-menu-wrapper #profile-menu .item-group .item:hover,
.navbar .right-section .profile-menu-wrapper #profile-menu .item-group .item:focus,
.navbar .right-section .profile-menu-wrapper #profile-menu .item-group .item:active {
  background-color: #F5F5F5;
  border-color: transparent;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

.navbar .right-section .profile-menu-wrapper #profile-menu .item-group .item .notification-count {
  margin-left: 15px;
  background-color: #DC6950;
  color: white;
  padding: 3px 8px;
  font-size: 0.7em;
}

.navbar .mobile-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 61px;
  transition: all 0.2s ease-in-out;
  background-color: #51A9AB;
  -webkit-clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0 78%);
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0 78%);
}

.navbar .mobile-toggle:focus {
  background-color: #49989a;
}

.navbar .mobile-toggle.index {
  background-color: #3C9294;
}

.navbar .mobile-toggle .bars {
  position: absolute;
  color: white;
  width: 21px;
  height: 21px;
  top: 19px;
  right: 17px;
}

.navbar #mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
}

.navbar #mobile-menu .background {
  background-color: #6D6F65;
  opacity: 0.5;
  flex: 0 0 60px;
  width: 60px;
}

.navbar #mobile-menu .menu {
  background-color: white;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  overflow-y: auto;
}

.navbar #mobile-menu .menu:not(.logged-in) .part.login {
  flex-grow: 1;
}

.navbar #mobile-menu .menu:not(.logged-in) .part.bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar #mobile-menu .menu:not(.logged-in) .part.bottom a:first-of-type {
  padding-right: 10px;
}

.navbar #mobile-menu .menu:not(.logged-in) .part.padded {
  padding: 15px 20px;
}

.navbar #mobile-menu .menu:not(.logged-in) .part a,
.navbar #mobile-menu .menu:not(.logged-in) .part .btn,
.navbar #mobile-menu .menu:not(.logged-in) .part .item {
  font-size: 0.8em;
}

.navbar #mobile-menu .menu:not(.logged-in) .part .btn {
  padding: 17px 0;
}

.navbar #mobile-menu .menu:not(.logged-in) .part a:not(.btn),
.navbar #mobile-menu .menu:not(.logged-in) .part .item {
  padding: 13px 20px;
}

.navbar #mobile-menu .menu:not(.logged-in) .part .item.expandable .title {
  padding: 13px 20px;
}

.navbar #mobile-menu .menu .part {
  padding: 10px 0;
  border-bottom: 1px solid #EEE;
}

.navbar #mobile-menu .menu .part.top {
  display: flex;
  align-items: center;
  flex: 0 0 91px;
  height: 91px;
  border: none;
}

.navbar #mobile-menu .menu .part.top.guest .avatar {
  -webkit-clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  background-color: #E5E6E7;
  width: 50px;
  margin-bottom: -5px;
  height: 50px;
}

.navbar #mobile-menu .menu .part.top.guest .avatar img {
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 1;
}

.navbar #mobile-menu .menu .part.top.guest .info {
  font-size: 0.8em;
  font-weight: 600;
}

.navbar #mobile-menu .menu .part.top.guest .info a {
  font-size: 1em;
}

.navbar #mobile-menu .menu .part.top.guest .info .btn {
  padding: 5px 20px;
  width: auto;
  font-size: 0.9em;
  margin-top: 3px;
}

.navbar #mobile-menu .menu .part.top .avatar {
  -webkit-clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  background-color: #E5E6E7;
  width: 60px;
  margin-bottom: -5px;
  height: 60px;
  margin-right: 15px;
}

.navbar #mobile-menu .menu .part.top .avatar img {
  height: 60px;
  width: 60px;
  position: relative;
  z-index: 1;
}

.navbar #mobile-menu .menu .part.top .info {
  font-size: 0.8em;
}

.navbar #mobile-menu .menu .part.top .info .name {
  font-weight: 600;
}

.navbar #mobile-menu .menu .part.top .info .type a {
  padding: 0 0 2px 0;
  margin-top: 2px;
}

.navbar #mobile-menu .menu .part.padded {
  padding: 10px 20px;
}

.navbar #mobile-menu .menu .part.no-top-padding {
  padding-top: 0;
}

.navbar #mobile-menu .menu .part.no-border {
  border: none;
}

.navbar #mobile-menu .menu .part.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px 0;
}

.navbar #mobile-menu .menu .part.icons .item {
  width: 20px;
  flex: 0 0 20px;
  padding: 0;
  margin: 0 17px;
  cursor: pointer;
  position: relative;
}

.navbar #mobile-menu .menu .part.icons .item:active,
.navbar #mobile-menu .menu .part.icons .item:focus,
.navbar #mobile-menu .menu .part.icons .item:hover {
  background-color: white !important;
}

.navbar #mobile-menu .menu .part.icons .item:active svg .cls-1,
.navbar #mobile-menu .menu .part.icons .item:focus svg .cls-1,
.navbar #mobile-menu .menu .part.icons .item:hover svg .cls-1 {
  fill: #576071;
}

.navbar #mobile-menu .menu .part.icons .item.unread svg .cls-1 {
  fill: #DC6950;
}

.navbar #mobile-menu .menu .part.icons .item svg {
  display: block;
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
}

.navbar #mobile-menu .menu .part.icons .item svg .cls-1 {
  fill: #7F7F7F;
}

.navbar #mobile-menu .menu .part.icons .item .count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DC6950;
  color: white;
  font-size: 0.6em;
  border-radius: 10px;
  top: -4px;
  right: -7px;
  min-width: 15px;
  height: 13px;
  padding: 0 3px;
}

.navbar #mobile-menu .menu .part > a,
.navbar #mobile-menu .menu .part > .btn,
.navbar #mobile-menu .menu .part > .item {
  font-size: 0.8em;
}

.navbar #mobile-menu .menu .part a:not(.btn),
.navbar #mobile-menu .menu .part .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
}

.navbar #mobile-menu .menu .part a:not(.btn).active,
.navbar #mobile-menu .menu .part .item.active {
  font-weight: 600;
}

.navbar #mobile-menu .menu .part a:not(.btn).academy,
.navbar #mobile-menu .menu .part .item.academy {
  font-weight: 600;
  color: #51A9AB;
}

.navbar #mobile-menu .menu .part a:not(.btn):hover,
.navbar #mobile-menu .menu .part .item:hover,
.navbar #mobile-menu .menu .part a:not(.btn):focus,
.navbar #mobile-menu .menu .part .item:focus,
.navbar #mobile-menu .menu .part a:not(.btn):active,
.navbar #mobile-menu .menu .part .item:active,
.navbar #mobile-menu .menu .part a:not(.btn).active,
.navbar #mobile-menu .menu .part .item.active {
  outline: 0;
}

.navbar #mobile-menu .menu .part a:not(.btn):hover:not(.expandable),
.navbar #mobile-menu .menu .part .item:hover:not(.expandable),
.navbar #mobile-menu .menu .part a:not(.btn):focus:not(.expandable),
.navbar #mobile-menu .menu .part .item:focus:not(.expandable),
.navbar #mobile-menu .menu .part a:not(.btn):active:not(.expandable),
.navbar #mobile-menu .menu .part .item:active:not(.expandable),
.navbar #mobile-menu .menu .part a:not(.btn).active:not(.expandable),
.navbar #mobile-menu .menu .part .item.active:not(.expandable) {
  background-color: #F5F5F5;
}

.navbar #mobile-menu .menu .part a:not(.btn).expandable,
.navbar #mobile-menu .menu .part .item.expandable {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.navbar #mobile-menu .menu .part a:not(.btn).expandable.expanded .title .fa-caret-right,
.navbar #mobile-menu .menu .part .item.expandable.expanded .title .fa-caret-right {
  display: none;
}

.navbar #mobile-menu .menu .part a:not(.btn).expandable.expanded .title .fa-caret-down,
.navbar #mobile-menu .menu .part .item.expandable.expanded .title .fa-caret-down {
  display: block;
}

.navbar #mobile-menu .menu .part a:not(.btn).expandable.expanded .submenu,
.navbar #mobile-menu .menu .part .item.expandable.expanded .submenu {
  display: block;
}

.navbar #mobile-menu .menu .part a:not(.btn).expandable .title,
.navbar #mobile-menu .menu .part .item.expandable .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
}

.navbar #mobile-menu .menu .part a:not(.btn).expandable .title .fa-caret-down,
.navbar #mobile-menu .menu .part .item.expandable .title .fa-caret-down {
  display: none;
}

.navbar #mobile-menu .menu .part a:not(.btn).expandable .submenu,
.navbar #mobile-menu .menu .part .item.expandable .submenu {
  display: none;
  width: 100%;
}

.navbar #mobile-menu .menu .part a:not(.btn).expandable .submenu .item,
.navbar #mobile-menu .menu .part .item.expandable .submenu .item {
  padding-left: 40px;
}

.navbar #mobile-menu .menu .part .btn {
  width: 100%;
  padding: 20px 0;
}

nav.top-tabs {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 20;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: white;
  color: #576071;
  box-shadow: 0 4px 4px -4px #B3B6BF;
  transition: top 0.2s ease-in-out;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

nav.top-tabs::-webkit-scrollbar {
  display: none;
}

nav.top-tabs.messages {
  display: none;
}

nav.top-tabs.desktop-only {
  display: none;
}

nav.top-tabs .tab {
  display: block;
  padding: 15px 15px 14px 15px;
  font-size: 0.7em;
  font-weight: 600;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #B3B6BF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}

nav.top-tabs .tab:hover,
nav.top-tabs .tab:focus,
nav.top-tabs .tab:active,
nav.top-tabs .tab.active {
  text-decoration: none;
  outline: 0;
  color: #576071;
  border-bottom: 4px solid #51A9AB;
}

nav.top-tabs .tab.active .f16 {
  font-weight: normal;
}

nav.top-tabs .tab.large-only {
  display: none;
}

nav.top-tabs .tab.premium {
  color: #DC6950;
}

nav.top-tabs .tab.with-progress {
  position: relative;
}

nav.top-tabs .tab.with-progress .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ecf6f6;
  z-index: -1;
}

nav.top-tabs .tab.with-progress .progress.completed {
  background-image: linear-gradient(113deg, #ecf6f6 20%, #a6d4d5 50%, #ecf6f6 80%);
  background-size: 600% 100%;
  animation: tabRead 3s ease-in-out forwards;
}

nav.top-tabs .tab .f16 {
  display: none;
}

nav.top-tabs .tab span {
  white-space: nowrap;
}

nav.top-tabs .tab svg {
  display: none;
  fill: white;
}

nav.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 -1px 4px 0 #B3B6BF;
  z-index: 10;
}

nav.bottom a {
  flex: 0 0 20%;
  width: 20%;
  height: 66px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0 12px 0;
  text-decoration: none;
  color: #576071;
}

nav.bottom a.active,
nav.bottom a:active,
nav.bottom a:focus,
nav.bottom a:hover {
  color: #51A9AB;
}

nav.bottom a.active .title,
nav.bottom a:active .title,
nav.bottom a:focus .title,
nav.bottom a:hover .title {
  font-weight: 600;
}

nav.bottom a.active svg .cls-1,
nav.bottom a:active svg .cls-1,
nav.bottom a:focus svg .cls-1,
nav.bottom a:hover svg .cls-1 {
  fill: #51A9AB;
}

nav.bottom a:active,
nav.bottom a:focus,
nav.bottom a:hover {
  background-color: #F9F9F9;
}

nav.bottom a .f16 {
  height: 23px;
  width: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 1.3em;
}

nav.bottom a svg {
  display: block;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-bottom: 4px;
}

nav.bottom a svg .cls-1 {
  fill: #576071;
}

nav.bottom a .title {
  font-size: 0.55em;
}

@keyframes tabRead {
  0% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 0% 50%;
  }
}

#footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 45px 15px 80px 15px;
}

#footer .copyright {
  color: #b5b5b5;
  margin-bottom: 20px;
  font-size: 0.9em;
}

#footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#footer nav a {
  display: block;
  margin: 0 15px 7px 15px;
  font-size: 0.8em;
}

#footer nav a.mindtrackers {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer nav a.mindtrackers svg {
  height: 17px;
  width: 17px;
  margin-left: 5px;
}

#footer .social {
  margin: 12px 0 20px 0;
}

#footer .social a {
  font-size: 1.2em;
  margin: 0 2px;
}

#footer .social a .fa-facebook {
  color: #43599a;
}

#footer .social a .fa-facebook:hover {
  color: #344476;
}

#footer .social a .fa-instagram {
  color: #d63673;
}

#footer .social a .fa-instagram:hover {
  color: #b4255b;
}

#footer .social a .fa-twitter {
  color: #58aae9;
}

#footer .social a .fa-twitter:hover {
  color: #2b93e3;
}

.footer-translation-alert {
  font-size: 0.75em;
  margin-bottom: 30px;
  padding: 10px 13px;
  line-height: 1.8;
}

.q-hm {
  overflow-x: hidden;
}

.q-hm .hero {
  background-color: #3C9294;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 30px 15px 0 15px;
}

.q-hm .hero .text-wrapper {
  width: 100%;
  max-width: 990px;
  text-align: center;
}

.q-hm .hero .text-wrapper.secondary {
  margin-top: 45px;
}

.q-hm .hero .text-wrapper h1 {
  color: white;
  font-size: 1.85em;
  font-weight: 700;
  margin: 15px 0 20px 0;
}

.q-hm .hero .text-wrapper .subtitle {
  display: block;
  font-size: 0.9em;
}

.q-hm .hero .action-wrapper {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.q-hm .hero .action-wrapper .btn {
  padding: 20px 0;
  width: 100%;
  max-width: 290px;
  background-color: #53A7A8;
}

.q-hm .hero .action-wrapper .btn:hover,
.q-hm .hero .action-wrapper .btn:focus,
.q-hm .hero .action-wrapper .btn:active {
  background-color: #4c9fa1;
}

.q-hm .hero .action-wrapper .btn .fa-arrow-right {
  margin: 1px 0 0 15px;
}

.q-hm .hero .action-wrapper .test-link {
  margin-top: 15px;
  font-size: 0.9em;
}

.q-hm .scene {
  margin-top: -50px;
  padding-top: 70px;
  width: 200%;
  margin-left: -50%;
  text-align: center;
  position: relative;
  z-index: -1;
}

.q-hm .scene svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  z-index: -1;
}

.q-hm .scene svg .c1 {
  fill: #3c9294;
}

.q-hm .scene img {
  width: 50%;
}

.q-hm .stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 15px;
}

.q-hm .stats-wrapper .stats {
  font-family: "Montserrat";
  text-align: center;
}

.q-hm .stats-wrapper .stats .counter {
  color: #51A9AB;
  font-size: 2.1em;
  font-weight: 700;
  margin-bottom: 10px;
}

.q-hm .stats-wrapper .stats .text {
  color: #576071;
  font-weight: 700;
  margin-bottom: 10px;
}

.q-hm .stats-wrapper .subtitle {
  text-align: center;
  font-size: 0.8em;
  color: #7F7F7F;
}

.q-hm .reviews {
  display: flex;
  justify-content: space-between;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 0 15px 30px 15px;
}

.q-hm .reviews .review {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
  box-shadow: 0 10px 50px 5px #F5F5F5;
  border-top: 7px solid transparent;
  border-radius: 7px;
  padding: 30px;
}

.q-hm .reviews .review.diplomat {
  border-color: #56AC8A;
}

.q-hm .reviews .review.diplomat .name {
  color: #56AC8A;
}

.q-hm .reviews .review.explorer {
  border-color: #DFC10C;
}

.q-hm .reviews .review.explorer .name {
  color: #DFC10C;
}

.q-hm .reviews .review.analyst {
  border-color: #5F394D;
}

.q-hm .reviews .review.analyst .name {
  color: #5F394D;
}

.q-hm .reviews .review .f16 {
  font-size: 1.6em;
  color: #b5b5b5;
  margin-bottom: 15px;
}

.q-hm .reviews .review .text {
  flex-grow: 1;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 0.8em;
  color: #9B9FAA;
  max-width: 100%;
}

.q-hm .reviews .review img {
  width: 60px;
  margin-bottom: 15px;
}

.q-hm .reviews .review .name {
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}

.q-hm .middle-cta {
  text-align: center;
  margin-bottom: 60px;
}

.q-hm .middle-cta a {
  padding: 20px 40px;
  background-color: #53A7A8;
}

.q-hm .middle-cta a:hover,
.q-hm .middle-cta a:focus,
.q-hm .middle-cta a:active {
  background-color: #4c9fa1;
}

.q-hm .middle-cta a .fa-arrow-right {
  margin-left: 15px;
}

.q-hm .middle-cover {
  position: relative;
  height: 94px;
}

.q-hm .middle-cover svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: -1;
}

.q-hm .middle-cover svg .c1 {
  fill: #f4f5f6;
}

.q-hm .middle-cover .vertical-line {
  position: absolute;
  left: 50%;
  top: -10px;
  width: 2px;
  height: 80px;
  background-color: #51A9AB;
}

.q-hm .other-actions {
  background: #f4f5f6;
  background: linear-gradient(to bottom, #f4f5f6 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f5f6', endColorstr='#ffffff', GradientType=0);
  margin-top: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
}

.q-hm .other-actions h2 {
  text-align: center;
  color: #576071;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 30px;
}

.q-hm .other-actions .horizontal-line {
  width: 80px;
  height: 2px;
  background-color: #51A9AB;
}

.q-hm .other-actions .actions {
  width: 100%;
  max-width: 1400px;
  padding: 15px;
}

.q-hm .other-actions .actions .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px 0;
}

.q-hm .other-actions .actions .action.first .image-wrapper {
  padding: 30px 85px 69px 30px;
}

.q-hm .other-actions .actions .action.first .number {
  right: 0;
}

.q-hm .other-actions .actions .action.first .btn {
  background-color: #409EB6;
}

.q-hm .other-actions .actions .action.first .btn:hover,
.q-hm .other-actions .actions .action.first .btn:focus,
.q-hm .other-actions .actions .action.first .btn:active {
  background-color: #398ea3;
}

.q-hm .other-actions .actions .action.second .image-wrapper {
  padding: 20px 70px 70px 20px;
}

.q-hm .other-actions .actions .action.second .number {
  left: 0;
}

.q-hm .other-actions .actions .action.second .btn {
  background-color: #A386B4;
}

.q-hm .other-actions .actions .action.second .btn:hover,
.q-hm .other-actions .actions .action.second .btn:focus,
.q-hm .other-actions .actions .action.second .btn:active {
  background-color: #9776aa;
}

.q-hm .other-actions .actions .action.third .image-wrapper {
  padding: 25px 75px 85px 32px;
}

.q-hm .other-actions .actions .action.third .number {
  right: 0;
}

.q-hm .other-actions .actions .action.third .btn {
  background-color: #61BED6;
}

.q-hm .other-actions .actions .action.third .btn:hover,
.q-hm .other-actions .actions .action.third .btn:focus,
.q-hm .other-actions .actions .action.third .btn:active {
  background-color: #4db6d1;
}

.q-hm .other-actions .actions .action .image-wrapper {
  display: none;
  flex: 0 0 50%;
  max-width: 500px;
  background: url("https://static.neris-assets.com/images/index/action-wrapper.svg") no-repeat;
  background-size: 100%;
}

.q-hm .other-actions .actions .action .image-wrapper img {
  width: 100%;
}

.q-hm .other-actions .actions .action .info {
  flex: 0 0 50%;
  padding-right: 30px;
  position: relative;
}

.q-hm .other-actions .actions .action .info .number {
  position: absolute;
  top: -30px;
  line-height: 1;
  color: #EAEBED;
  font-size: 8em;
  z-index: 0;
  font-weight: bold;
}

.q-hm .other-actions .actions .action .info h3 {
  color: #576071;
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
  position: relative;
  z-index: 1;
}

.q-hm .other-actions .actions .action .info p {
  color: #7F7F7F;
  margin: 15px 0 30px 0;
  position: relative;
}

.q-hm .other-actions .actions .action .info .btn {
  padding: 20px 30px;
}

.q-hm .trust-background-1 {
  width: 100%;
  height: 60px;
  display: block;
}

.q-hm .trust-background-1 .c1 {
  fill: #61bed6;
}

.q-hm .why-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -2px;
  background-color: #61BED6;
  color: white;
  padding: 30px 15px 0 15px;
}

.q-hm .why-trust h2 {
  text-align: center;
  font-size: 1.6em;
  color: white;
}

.q-hm .why-trust .horizontal-line {
  width: 80px;
  height: 2px;
  background-color: white;
}

.q-hm .why-trust .trust-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 30px 0 15px 0;
}

.q-hm .why-trust .trust-wrapper .point {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.q-hm .why-trust .trust-wrapper .point .icon-wrapper {
  background: url('https://static.neris-assets.com/images/index/trust-icon.svg') top no-repeat;
  background-size: 100%;
  padding: 20px;
}

.q-hm .why-trust .trust-wrapper .point .icon-wrapper .icon {
  width: 60px;
}

.q-hm .why-trust .trust-wrapper .point .info {
  text-align: center;
  max-width: 100%;
}

.q-hm .why-trust .trust-wrapper .point .info h3 {
  font-size: 1.1em;
  font-weight: 600;
}

.q-hm .why-trust .trust-wrapper .point .info .description {
  line-height: 1.7;
}

.q-hm .why-trust .trust-wrapper .point .info .description a {
  color: #576071;
  text-decoration: none;
}

.q-hm .why-trust .trust-wrapper .point .info .description a:hover,
.q-hm .why-trust .trust-wrapper .point .info .description a:focus,
.q-hm .why-trust .trust-wrapper .point .info .description a:active {
  text-decoration: underline;
}

.q-hm .why-trust .action-row {
  margin-bottom: 30px;
}

.q-hm .why-trust .action-row a {
  padding: 20px 40px;
  background-color: #409EB6;
}

.q-hm .why-trust .action-row a:hover,
.q-hm .why-trust .action-row a:focus,
.q-hm .why-trust .action-row a:active {
  background-color: #3c94ab;
}

.q-hm .why-trust .action-row a .fa-arrow-right {
  margin: 1px 0 0 15px;
}

.q-hm .trust-background-2 {
  display: block;
  width: 100%;
  height: 60px;
}

.q-hm .trust-background-2 .c1 {
  fill: #61bed6;
}

.q-tl .hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
}

.q-tl .hero h1 {
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #576071;
  letter-spacing: unset;
  text-align: center;
}

.q-tl .type-group {
  padding: 30px 15px 45px 15px;
}

.q-tl .type-group.analysts {
  background-color: #e8d8e0;
  position: relative;
  margin-top: 30px;
}

.q-tl .type-group.analysts:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 60px;
  background-color: #dbeee6;
  transform: skewY(2deg);
  z-index: 1;
}

.q-tl .type-group.analysts .background {
  height: 40px;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

.q-tl .type-group.analysts .background .c1 {
  fill: #e8d8e0;
}

.q-tl .type-group.analysts .types .type h4 {
  color: #5F394D;
}

.q-tl .type-group.diplomats {
  background-color: #dbeee6;
  position: relative;
}

.q-tl .type-group.diplomats:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 50px;
  background-color: #cde6e7;
  z-index: 1;
  transform: skewY(-2deg);
}

.q-tl .type-group.diplomats .types .type h4 {
  color: #56AC8A;
}

.q-tl .type-group.sentinels {
  background-color: #cde6e7;
  position: relative;
}

.q-tl .type-group.sentinels:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 50px;
  background-color: #f7e7cb;
  transform: skewY(2deg);
  z-index: 1;
}

.q-tl .type-group.sentinels .types .type h4 {
  color: #51A9AB;
}

.q-tl .type-group.explorers {
  background-color: #f7e7cb;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 90px;
}

.q-tl .type-group.explorers:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 50px;
  background-color: #f7e7cb;
  transform: skewY(-2deg);
  z-index: 1;
}

.q-tl .type-group.explorers .types .type h4 {
  color: #DFC10C;
}

.q-tl .type-group h2 {
  font-size: 3em;
  color: white;
  text-align: center;
  margin: 0;
  position: relative;
  pointer-events: none;
  z-index: 2;
}

.q-tl .type-group .types {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -25px;
  position: relative;
  z-index: 3;
}

.q-tl .type-group .types .type {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  outline: 0;
  transition: all 0.1s ease-in-out;
  margin-bottom: 30px;
  flex: 0 0 60%;
}

.q-tl .type-group .types .type:hover {
  transform: translateY(-10px);
}

.q-tl .type-group .types .type:hover .architect .an1 {
  animation: typeArchitect1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .architect .an2 {
  animation: typeArchitect2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .architect .an3 {
  transform-origin: 40% 15%;
  animation: typeArchitect3 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .logician .an1 {
  transform-origin: 70% 15%;
  animation: typeLogician1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .logician .an2 {
  transform-origin: 70% 15%;
  animation: typeLogician2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .commander .an1 {
  transform-origin: 75% 51%;
  animation: typeCommander1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .debater .an1 {
  transform-origin: 60% 53%;
  animation: typeDebater1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .advocate .an1 {
  transform-origin: 70% 50%;
  animation: typeAdvocate1 3s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .mediator .an1 {
  transform-origin: 40% 34%;
  animation: typeMediator1 3s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .mediator .an2 {
  transform-origin: 30% 0%;
  animation: typeMediator2 2s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .mediator .an3 {
  transform-origin: 78% 8%;
  animation: typeMediator3 2s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .protagonist .an1 {
  animation: typeProtagonist1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .protagonist .an2 {
  transform-origin: 58% 38%;
  animation: typeProtagonist2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .protagonist .an3 {
  transform-origin: 22% 37%;
  animation: typeProtagonist3 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .protagonist .an4 {
  transform: scaleY(1.1) translateY(-47px);
}

.q-tl .type-group .types .type:hover .protagonist .an5 {
  transform: scaleY(1.2) translateY(-87px) rotate(1deg) translateX(9px);
}

.q-tl .type-group .types .type:hover .campaigner .an1 {
  transform-origin: 47% 52%;
  animation: typeCampaigner1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .campaigner .an2 {
  transform-origin: 47% 52%;
  animation: typeCampaigner2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .logistician .an1 {
  transform-origin: 36% 34%;
  animation: typeLogistician1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .logistician .an2 {
  transform-origin: 25% 49%;
  animation: typeLogistician2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .defender .an1 {
  transform-origin: 55% 33%;
  animation: typeDefender1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .defender .an2 {
  animation: typeDefender2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .defender .an3 {
  transform-origin: 57% 29%;
  animation: typeDefender3 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .executive .an1 {
  transform-origin: 27% 27%;
  animation: typeExecutive1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .consul .an1 {
  animation: typeConsul1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .consul .an2 {
  transform-origin: 50% 50%;
  animation: typeConsul2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .virtuoso .an1 {
  transform-origin: 35% 56%;
  animation: typeVirtuoso1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .virtuoso .an2:not(.an1) {
  transform-origin: 35% 56%;
  animation: typeVirtuoso2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .virtuoso .an3 {
  transform-origin: 46% 25%;
  animation: typeVirtuoso3 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .virtuoso .an4 {
  transform-origin: 35% 30%;
  animation: typeVirtuoso4 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .adventurer .an1 {
  transform-origin: 29% 62%;
  animation: typeAdventurer1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .adventurer .an2 {
  transform-origin: 75% 52%;
  animation: typeAdventurer2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .entrepreneur .an1 {
  transform-origin: 34% 44%;
  animation: typeEntrepreneur1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .entrepreneur .an2 {
  transform-origin: 65% 60%;
  animation: typeEntrepreneur2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .entertainer .an1 {
  animation: typeEntertainer1 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type:hover .entertainer .an2 {
  animation: typeEntertainer2 1.5s ease-in-out infinite;
}

.q-tl .type-group .types .type svg,
.q-tl .type-group .types .type img {
  width: 250px;
  height: 250px;
  transform-box: fill-box;
  pointer-events: none;
}

.q-tl .type-group .types .type h4 {
  font-weight: 600;
  font-size: 1.4em;
  margin: 15px 0 3px 0;
  text-align: center;
}

.q-tl .type-group .types .type h5 {
  margin: 0 0 10px 0;
  color: #576071;
  font-weight: 600;
  font-size: 0.9em;
}

.q-tl .type-group .types .type .snippet {
  color: #7F7F7F;
  line-height: 1.7;
  text-align: center;
  font-size: 0.8em;
  max-width: 500px;
}

.q-td {
  position: relative;
}

.q-td.analyst .container article .description-pullout {
  background-color: #8A7298;
}

.q-td section.test-results {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  margin-top: -112px;
  overflow: hidden;
}

.q-td section.test-results:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  bottom: 200px;
}

.q-td section.test-results.analyst .background .c1 {
  fill: #8A7298;
}

.q-td section.test-results.analyst .type-code {
  color: #5F394D;
}

.q-td section.test-results.diplomat .background .c1 {
  fill: #56ac8a;
}

.q-td section.test-results.diplomat .type-code {
  color: #56AC8A;
}

.q-td section.test-results.diplomat .action-row .btn-action {
  background-color: #696F80;
  color: #FFFFFF;
  border: 1px solid #696F80;
}

.q-td section.test-results.diplomat .action-row .btn-action:hover {
  background-color: #5e6372;
  border-color: #5e6372;
}

.q-td section.test-results.diplomat .action-row .btn-action:active,
.q-td section.test-results.diplomat .action-row .btn-action:focus {
  background-color: #545967;
  border-color: #545967;
  outline: 0;
}

.q-td section.test-results.sentinel .background .c1 {
  fill: #51A9AB;
}

.q-td section.test-results.sentinel .type-code {
  color: #51A9AB;
}

.q-td section.test-results.sentinel .action-row .btn-action {
  background-color: #696F80;
  color: #FFFFFF;
  border: 1px solid #696F80;
}

.q-td section.test-results.sentinel .action-row .btn-action:hover {
  background-color: #5e6372;
  border-color: #5e6372;
}

.q-td section.test-results.sentinel .action-row .btn-action:active,
.q-td section.test-results.sentinel .action-row .btn-action:focus {
  background-color: #545967;
  border-color: #545967;
  outline: 0;
}

.q-td section.test-results.explorer .background .c1 {
  fill: #e2a942;
}

.q-td section.test-results.explorer .type-code {
  color: #e2a942;
}

.q-td section.test-results .background {
  position: absolute;
  left: -80%;
  right: 0;
  bottom: 0;
  width: 220%;
  height: 560px;
  z-index: 3;
}

.q-td section.test-results .type-info {
  margin: 0 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  z-index: 3;
}

.q-td section.test-results .type-info .caption {
  color: #7F8691;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

.q-td section.test-results .type-info .type-name {
  font-family: "Montserrat";
  color: #576071;
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 10px;
}

.q-td section.test-results .type-info .type-code {
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.7em;
  margin-bottom: 30px;
}

.q-td section.test-results .type-info img {
  width: 100%;
  max-width: 250px;
}

.q-td section.test-results .trait-scales {
  width: 100%;
  margin: 10px 15px 15px 15px;
  padding: 15px;
  background-color: white;
  z-index: 3;
  max-width: 600px;
  border-radius: 10px;
}

.q-td section.test-results .action-row {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 35px;
  z-index: 3;
}

.q-td section.test-results .action-row .btn {
  width: 290px;
  padding: 0;
  height: 65px;
  margin: 0 15px 15px 15px;
}

.q-td section.test-results .action-row .btn:first-of-type {
  border: none;
}

.q-td section.test-results .action-row .btn.start {
  position: relative;
}

.q-td section.test-results .action-row .btn.start:hover .fa-arrow-down {
  animation: moveArrowDown 0.5s ease-in-out both;
}

.q-td section.test-results .action-row .btn.start .fa-arrow-down {
  position: absolute;
  top: calc(50% - 8px);
  right: 38px;
}

.q-td .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFF;
  opacity: 0.85;
  z-index: 20;
}

.q-td .social-cta {
  padding-top: 15px;
}

.q-td .comments-wrapper > img:first-of-type {
  transform: rotateY(180deg);
}

article.main.description {
  padding-top: 10px;
  position: relative;
  max-width: 1200px;
}

.analyst article.main.description .description-pullout {
  background-color: #8F749C;
}

.diplomat article.main.description .description-pullout {
  background-color: #56AC8A;
}

.sentinel article.main.description .description-pullout {
  background-color: #51A9AB;
}

.explorer article.main.description .description-pullout {
  background-color: #e2a942;
}

article.main.description > .number {
  position: absolute;
  top: -10px;
  left: -45px;
  font-size: 7em;
  font-weight: bold;
  color: #F9F9F9;
  z-index: -1;
}

article.main.description .definition {
  margin: 20px 0;
  font-size: 0.7em;
}

article.main.description .definition p {
  margin: 0;
  font-size: 1em;
}

article.main.description .definition p.title {
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #696F80;
  text-transform: uppercase;
  font-size: 0.9em;
}

article.main.description .definition p dfn {
  font-style: normal;
  font-weight: bold;
}

article.main.description .scene {
  margin: 30px auto;
  max-width: 1000px;
  text-align: center;
}

header.type-header {
  position: relative;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  overflow: hidden;
}

header.type-header .background {
  height: 150px;
  width: calc(100% + 1px);
  position: absolute;
  bottom: 0;
  left: -1px;
  right: 0;
  z-index: 1;
}

header.type-header .background .st0 {
  fill: white;
}

header.type-header .scene {
  width: 200%;
}

header.type-header .type-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  text-align: center;
  width: 100%;
  position: relative;
}

header.type-header .type-info:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  height: 150px;
  background-color: inherit;
  transform: skewY(5deg);
  z-index: -1;
}

header.type-header .type-info h1 {
  color: white;
  font-size: 1.2em;
  margin-bottom: 15px;
}

header.type-header .type-info h1 span {
  display: block;
  font-size: 2em;
  margin-bottom: 3px;
}

header.type-header .type-info .code {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.2em;
  opacity: 0.95;
}

header.type-header .type-info .difference {
  font-size: 0.55em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: border-bottom-color 0s;
}

header.type-header.sentinel .background .st1 {
  fill: transparent;
}

header.type-header.sentinel .type-info {
  background-color: #51A9AB;
  color: white;
}

header.type-header.sentinel .type-info .code {
  color: #306566;
}

header.type-header.sentinel .type-info .difference {
  color: #3c7d7e;
}

header.type-header.sentinel .type-info .difference:active,
header.type-header.sentinel .type-info .difference:focus,
header.type-header.sentinel .type-info .difference:hover {
  border-bottom: 1px solid #3c7d7e;
}

header.type-header.analyst .background .st1 {
  fill: transparent;
}

header.type-header.analyst .type-info {
  background-color: #8F749C;
  color: white;
}

header.type-header.analyst .type-info .code {
  color: #5a4763;
}

header.type-header.analyst .type-info .difference {
  color: #6d5678;
}

header.type-header.analyst .type-info .difference:active,
header.type-header.analyst .type-info .difference:focus,
header.type-header.analyst .type-info .difference:hover {
  border-bottom: 1px solid #6d5678;
}

header.type-header.diplomat .background .st1 {
  fill: transparent;
}

header.type-header.diplomat .type-info {
  background-color: #56AC8A;
  color: white;
}

header.type-header.diplomat .type-info .code {
  color: #336954;
}

header.type-header.diplomat .type-info .difference {
  color: #3f8167;
}

header.type-header.diplomat .type-info .difference:active,
header.type-header.diplomat .type-info .difference:focus,
header.type-header.diplomat .type-info .difference:hover {
  border-bottom: 1px solid #3f8167;
}

header.type-header.explorer .background .st1 {
  fill: transparent;
}

header.type-header.explorer .type-info {
  background-color: #e2a942;
  color: white;
}

header.type-header.explorer .type-info .code {
  color: #a57319;
}

header.type-header.explorer .type-info .difference {
  color: #a57319;
}

header.type-header.explorer .type-info .difference:active,
header.type-header.explorer .type-info .difference:focus,
header.type-header.explorer .type-info .difference:hover {
  border-bottom: 1px solid #a57319;
}

header.type-header.architect .scene {
  left: -370px;
}

header.type-header.logician .scene {
  left: -390px;
}

header.type-header.commander .scene {
  margin-left: 120px;
}

header.type-header.advocate .scene {
  margin-left: -200px;
}

header.type-header.mediator .scene {
  margin: 15px 0 -15px -300px;
}

header.type-header.mediator .type-info:after {
  bottom: -30px;
  transform: skewY(3deg);
}

header.type-header.protagonist .scene {
  left: -550px;
}

header.type-header.campaigner .scene {
  margin: 20px 0 -20px 90px;
}

header.type-header.logistician .scene {
  margin: 20px 0 -20px 0;
}

header.type-header.defender .scene {
  margin-left: 150px;
}

header.type-header.executive .scene {
  margin: 10px 0 -10px -50px;
}

header.type-header.consul .scene {
  margin-left: -200px;
}

header.type-header.virtuoso .scene {
  margin-left: 40px;
}

header.type-header.adventurer .scene {
  margin: 10px 0 -10px -40px;
}

main.q-td .container .sidebar {
  display: none;
}

main.q-td .container .sidebar.left {
  margin-right: 0;
  flex: 0 0 272px;
  min-width: 272px;
}

main.q-td .container .sidebar.right .insight-widget {
  display: none;
  margin-top: 90px;
}

main.q-td .container .sidebar.right .insight-widget .avatar {
  display: block;
}

main.q-td .container .sidebar.right .insight-widget .source {
  display: block;
  font-size: 0.8em;
}

main.q-td .container .sidebar .insight-widget {
  display: none;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
  background-color: #576071;
  padding-top: 20px;
  border-radius: 10px;
  color: white;
}

main.q-td .container .sidebar .insight-widget .avatar {
  display: none;
  margin: -80px 0 15px 0;
  position: relative;
  width: 90px;
  height: 90px;
}

main.q-td .container .sidebar .insight-widget .avatar:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(56% 0, 95% 25%, 96% 75%, 49% 97%, 0 69%, 10% 28%);
  clip-path: polygon(56% 0, 95% 25%, 96% 75%, 49% 97%, 0 69%, 10% 28%);
  background-color: #F9F9F9;
  z-index: 0;
}

main.q-td .container .sidebar .insight-widget .avatar:after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: -1px;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(49% 100%, 100% 100%, 96% 75%, 49% 97%, 0 69%, 0 100%);
  clip-path: polygon(49% 100%, 100% 100%, 96% 75%, 49% 97%, 0 69%, 0 100%);
  background-color: #576071;
  z-index: 2;
}

main.q-td .container .sidebar .insight-widget .avatar img {
  width: 105px;
  position: relative;
  margin: -15px 0 0 -15px;
  z-index: 1;
}

main.q-td .container .sidebar .insight-widget .title {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 25px;
}

main.q-td .container .sidebar .insight-widget .insight {
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 15px;
  font-size: 0.8em;
  padding: 0 15px;
  max-width: 100%;
}

main.q-td .container .sidebar .insight-widget .source {
  display: none;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  color: #BCBFC5;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding: 40px 15px 20px 15px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

main.q-td .container .sidebar .insight-widget .source a {
  color: white;
}

main.q-td .container .sidebar .insight-widget .source .background {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -1px;
  right: -3px;
  z-index: -3;
  width: calc(100% + 6px);
  height: 100%;
}

main.q-td .container .sidebar .results-widget {
  padding: 15px;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  width: 100%;
  background-color: #F9F9F9;
  margin-top: 20px;
}

main.q-td .container .sidebar .results-widget > .title {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 25px;
  text-align: center;
}

main.q-td .container .sidebar .results-widget .personality-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

main.q-td .container .sidebar .results-widget .personality-info .avatar {
  margin-bottom: 15px;
  -webkit-clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
  background-color: #E5E6E7;
  width: 90px;
  margin-bottom: -5px;
  height: 90px;
}

main.q-td .container .sidebar .results-widget .personality-info .avatar img {
  height: 90px;
  width: 90px;
  position: relative;
  z-index: 1;
}

main.q-td .container .sidebar .results-widget .personality-info .avatar img {
  width: 90px;
}

main.q-td .container .sidebar .results-widget .personality-info .type {
  text-align: center;
}

main.q-td .container .sidebar .results-widget .personality-info .type .far {
  width: 15px;
}

main.q-td .container .sidebar .results-widget .personality-info .type .name {
  font-weight: 600;
  margin-bottom: 3px;
}

main.q-td .container .sidebar .results-widget .personality-info .type .name a {
  text-decoration: none;
}

main.q-td .container .sidebar .results-widget .personality-info .type .code {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 0.8em;
}

main.q-td .container .sidebar .results-widget .personality-info .type .group {
  margin-bottom: 3px;
  font-size: 0.8em;
}

main.q-td .container .sidebar .results-widget .trait-scales {
  background-color: white;
  margin: 15px -15px 0 -15px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px 25px;
  font-size: 0.85em;
}

main.q-td .container .sidebar .results-widget .trait-scales .trait {
  border: none;
  padding-bottom: 5px;
}

main.q-td .container .sidebar .results-widget .trait-scales .trait .bar-wrapper {
  margin-bottom: 5px;
}

main.q-td .container .sidebar .results-widget .trait-scales .trait .percentage {
  font-size: 0.8em;
  flex: 0 0 35px;
}

main.q-td .container .sidebar .results-widget .trait-scales .trait .title {
  font-size: 0.8em;
}

main.q-td .container .sidebar .results-widget .social-cta {
  padding: 0;
  margin-top: 15px;
}

main.q-td .container .sidebar .results-widget .social-cta .wrapper {
  margin: 0;
}

main.q-td .container .sidebar .results-widget .social-cta .wrapper .social-icons {
  margin: 0;
}

main.q-td .container .sidebar .results-widget .action-row {
  margin: 15px 0;
  text-align: center;
}

main.q-td .container .sidebar .results-widget .action-row .btn {
  font-size: 0.8em;
  width: 100%;
  padding: 20px 0;
}

main.q-td .container .sidebar .results-widget .logout {
  text-align: center;
}

main.q-td .container .sidebar .results-widget .logout a {
  color: #7F7F7F;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

main.q-td .container .sidebar .results-widget .logout a:hover,
main.q-td .container .sidebar .results-widget .logout a:focus,
main.q-td .container .sidebar .results-widget .logout a:active {
  border-color: #7F7F7F;
}

main.q-td .container .sidebar .results-widget .already-registered {
  text-align: center;
}

main.q-td .container .sidebar .results-widget .already-registered a {
  text-decoration: none;
}

main.q-pt.accessible header .note {
  text-align: center;
  color: white;
  color: #F5F5F5;
  margin: -5px 0 20px 0;
}

main.q-pt.accessible header .trademark {
  margin-bottom: 35px;
}

main.q-pt.accessible .decision {
  margin-top: 30px !important;
}

main.q-pt.accessible select {
  min-height: 50px;
  width: 250px;
}

main.q-pt header {
  background-color: #57AE8C;
  position: relative;
  padding: 15px;
}

main.q-pt header h1 {
  text-align: center;
  color: white;
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 15px;
}

main.q-pt header .trademark {
  text-align: center;
  color: #F5F5F5;
  font-size: 0.9em;
}

main.q-pt .tips {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 15px 15px 15px;
  overflow: hidden;
}

main.q-pt .tips .tip-highlight {
  display: none;
  position: absolute;
  top: 70px;
  height: 260px;
  width: 370px;
  z-index: 3;
  border-radius: 10px;
  mix-blend-mode: hue;
}

main.q-pt .tips .tip-highlight.first {
  left: calc(50% - 585px);
  background-color: #DFC10C;
}

main.q-pt .tips .tip-highlight.second {
  left: calc(50% - 185px);
  background-color: #51A9AB;
}

main.q-pt .tips .tip-highlight.third {
  background-color: #5F394D;
  left: calc(50% + 215px);
}

main.q-pt .tips .tip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
  margin: 0;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: relative;
  z-index: 4;
}

@media (max-width: 767px) {
  main.q-pt .tips .tip.last {
    display: none;
  }

  main.q-pt .tips .shape {
    left: -37%;
    height: 108px;
  }
}

main.q-pt .tips .tip img {
  width: 50px;
  margin-bottom: 15px;
}

main.q-pt .tips .tip .text {
  padding: 0 10px;
  max-width: 100%;
}

main.q-pt .tips .tip .text .title {
  font-weight: 600;
  text-align: center;
  color: #576071;
  font-family: "Montserrat";
  margin-bottom: 10px;
  font-size: 0.9em;
}

main.q-pt .tips .tip .text .subtitle {
  text-align: center;
  line-height: 1.5;
  color: #9B9FAA;
  font-size: 0.65em;
}

main.q-pt .tips .shape {
  display: block;
  position: absolute;
  left: -103%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 300%;
  height: 180px;
}

main.q-pt .tips .shape .c1 {
  fill: #57ae8c;
}

main.q-pt .tips .shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 95px;
  bottom: 0;
  z-index: 1;
  background-color: #F9F9F9;
  box-shadow: 0 0 30px 15px #F9F9F9;
}

main.q-pt .progress-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  background-color: #F5F5F5;
  padding: 25px 0;
}

main.q-pt .progress-wrapper .percentage {
  color: #9B9FAA;
}

main.q-pt .progress-wrapper .progress-bar {
  flex: 0 0 60%;
  height: 4px;
  border-radius: 10px;
  background-color: #D9DBDF;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}

main.q-pt .progress-wrapper .progress-bar .filler {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #56AC8A;
  transition: all 0.2s ease-in-out;
}

main.q-pt .gender {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px 5px 15px;
}

main.q-pt .gender label {
  color: #576071;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

main.q-pt .gender label span {
  color: #b5b5b5;
}

main.q-pt .gender .note {
  color: #b5b5b5;
  text-align: center;
  font-size: 0.85em;
}

main.q-pt .gender .triple-toggle {
  margin: 5px 0 10px 0;
}

main.q-pt .gender .triple-toggle .option {
  align-items: center;
  margin: 0 7px;
  cursor: pointer;
}

main.q-pt .gender .triple-toggle .option.active .toggle {
  background-color: #51A9AB;
}

main.q-pt .gender .triple-toggle .option .title {
  margin-bottom: 7px;
  font-size: 0.85em;
}

main.q-pt .gender .triple-toggle .option .toggle {
  border-radius: 0;
  height: 4px;
}

main.q-pt .gender .triple-toggle .option .toggle span {
  display: none;
}

main.q-pt .action-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 90px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  border-bottom: 1px solid #DCDCDC;
}

main.q-pt .action-row .btn {
  padding: 20px 0;
  width: 100%;
  max-width: 300px;
  border-radius: 60px;
  position: relative;
}

main.q-pt .action-row .btn .fas,
main.q-pt .action-row .btn .fa-spinner-third {
  position: absolute;
  top: 23px;
  right: 45px;
}

main.notification-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 0.9em;
}

main.notification-list .notification {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
  padding: 0 20px;
}

main.notification-list .notification.highlighted .text {
  color: #DC6950;
  font-weight: 600;
}

main.notification-list .notification .date {
  font-size: 0.9em;
  color: #7F7F7F;
  margin-top: 5px;
}

main.notification-list .notification .text {
  display: inline-block;
  max-width: 70%;
  color: #51A9AB;
}

main.notification-list .notification .text.important {
  color: #51A9AB;
  font-weight: 600;
}

main.notification-list .note {
  margin: 40px 0 40px 0;
  font-size: 0.9em;
  color: #7F7F7F;
  padding: 0 20px;
  line-height: 1.7;
}

main.notification-list .no-notifications {
  margin-top: 30px;
}

.modal .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .modal-actions.column {
  flex-direction: column;
}

.modal .modal-actions.column .btn {
  margin-bottom: 20px;
}

.modal .modal-actions.column .close-link {
  color: #b5b5b5;
}

.modal .modal-actions.column .close-link:hover {
  cursor: pointer;
  color: #576071;
}

.modal .modal-actions .btn {
  padding: 15px 45px;
}

.modal.error {
  z-index: 100;
}

.modal.error .modal-dialog .modal-body .title {
  margin-bottom: 25px;
}

.modal.error .modal-dialog .modal-body p {
  margin: 0;
  text-align: center;
}

.modal.error .modal-dialog .modal-actions {
  text-align: center;
}

.modal.error .modal-dialog .modal-actions .contact-link {
  font-size: 0.85em;
  color: #b5b5b5;
}

.modal.results p {
  margin: 20px 0 0 0;
  text-align: center;
}

.modal.results .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.results .modal-actions .btn {
  padding: 0;
  height: 50px;
  width: 130px;
  margin: 0 5px;
}

.modal.registration {
  z-index: 100;
}

.modal.registration .modal-dialog p {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.modal.registration .modal-dialog .input-wrapper {
  font-size: 0.9em;
}

.modal.registration .modal-dialog .typo-alert {
  font-size: 0.9em;
  color: #DC6950;
  margin-top: 10px;
}

.modal.registration .modal-dialog .checkbox-wrapper {
  font-size: 0.8em;
  margin: 15px 0 10px 0;
  line-height: 1.4;
}

.modal.registration .modal-dialog .checkbox-wrapper .checkbox {
  flex: 0 0 30px;
  height: 30px;
}

.modal.registration .modal-dialog .alert {
  margin-top: 20px;
}

.modal.registration .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.modal.registration .modal-dialog .modal-actions .btn {
  font-size: 0.9em;
  padding: 20px 0;
  width: 100%;
  max-width: 300px;
}

.modal.registration .modal-dialog .modal-actions .btn.start {
  position: relative;
}

.modal.registration .modal-dialog .modal-actions .btn.start span {
  position: absolute;
  top: 22px;
  right: 38px;
}

.modal.registration .modal-dialog .modal-actions .terms {
  padding-top: 30px;
  text-align: center;
  color: #b5b5b5;
  line-height: 1.4;
  font-size: 0.8em;
  max-width: 100%;
}

.modal.registration .modal-dialog .background {
  display: none;
  height: 160px;
}

.modal.login .modal-dialog p {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.9em;
}

.modal.login .modal-dialog label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.9em;
}

.modal.login .modal-dialog .input-wrapper {
  margin-bottom: 15px;
}

.modal.login .modal-dialog .input-wrapper.with-icon span.fal {
  top: 19px;
}

.modal.login .modal-dialog .input-wrapper input {
  line-height: 1.3;
}

.modal.login .modal-dialog .input-wrapper .note {
  margin-top: 10px;
  font-size: 0.85em;
  color: #b5b5b5;
}

.modal.login .modal-dialog .modal-body {
  padding-bottom: 0;
}

.modal.login .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal.login .modal-dialog .modal-actions .btn {
  font-size: 1em;
  padding: 15px 0;
  width: 185px;
  margin-bottom: 15px;
}

.modal.login .modal-dialog .modal-actions .forgot-link {
  color: #b5b5b5;
  font-size: 0.9em;
}

.modal.login .modal-dialog .modal-actions .forgot-link:hover {
  cursor: pointer;
  color: #576071;
}

.modal.forgot .modal-dialog p {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.modal.forgot .modal-dialog .input-wrapper {
  margin-bottom: 30px;
}

.modal.forgot .modal-dialog .input-wrapper .fal {
  top: 19px;
}

.modal.forgot .modal-dialog .modal-body {
  padding-bottom: 0;
}

.modal.forgot .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px 35px 60px;
  position: relative;
  z-index: 2;
}

.modal.forgot .modal-dialog .modal-actions .btn {
  font-size: 1.1em;
  padding: 20px 0;
  width: 205px;
}

.modal.forgot .modal-dialog .modal-actions .forgot-link {
  color: #b5b5b5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.modal.forgot .modal-dialog .modal-actions .forgot-link:hover,
.modal.forgot .modal-dialog .modal-actions .forgot-link:focus,
.modal.forgot .modal-dialog .modal-actions .forgot-link:active {
  border-color: #b5b5b5;
}

.modal.new-comment .modal-dialog p {
  margin-top: 0;
  margin-bottom: 45px;
  text-align: center;
}

.modal.new-comment .modal-dialog textarea {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  height: 150px;
}

.modal.new-comment .modal-dialog .modal-body {
  padding-bottom: 10px;
}

.modal.new-comment .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px 60px 60px;
  position: relative;
  z-index: 2;
}

.modal.new-comment .modal-dialog .modal-actions .btn {
  font-size: 1.1em;
  padding: 20px 0;
  width: 205px;
}

.modal.new-comment .modal-dialog .background {
  display: none;
  height: 110px;
}

.modal.subscribe-article .modal-dialog .modal-body input {
  margin-bottom: 15px;
}

.modal.subscribe-article .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px 30px 60px;
  position: relative;
  z-index: 2;
}

.modal.subscribe-article .modal-dialog .modal-actions .btn {
  font-size: 1.1em;
  padding: 20px 0;
  width: 205px;
}

.modal.rate-article .modal-dialog p {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

.modal.rate-article .modal-dialog textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  height: 120px;
}

.modal.rate-article .modal-dialog .modal-body {
  padding-bottom: 10px;
}

.modal.rate-article .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px 60px 60px;
  position: relative;
  z-index: 2;
}

.modal.rate-article .modal-dialog .modal-actions .btn {
  font-size: 1.1em;
  padding: 20px 0;
  width: 205px;
}

.modal.rate-article .modal-dialog .modal-actions .btn .fal,
.modal.rate-article .modal-dialog .modal-actions .btn svg {
  margin-left: 5px;
}

.modal.survey-feedback .modal-dialog p {
  margin-top: 0;
  margin-bottom: 45px;
  text-align: center;
}

.modal.survey-feedback .modal-dialog textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  height: 150px;
  max-height: 400px;
}

.modal.survey-feedback .modal-dialog .modal-body {
  padding-bottom: 10px;
}

.modal.survey-feedback .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px 60px 60px;
  position: relative;
  z-index: 2;
}

.modal.survey-feedback .modal-dialog .modal-actions .btn {
  font-size: 1.1em;
  padding: 20px 0;
  width: 205px;
}

.modal.comparison .modal-dialog {
  width: 700px;
}

.modal.comparison .modal-dialog p {
  margin-top: 0;
  margin-bottom: 45px;
  text-align: center;
}

.modal.comparison .modal-dialog .input-wrapper span {
  top: 19px;
}

.modal.comparison .modal-dialog input {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.modal.comparison .modal-dialog .modal-body {
  padding-bottom: 10px;
}

.modal.comparison .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px 60px 60px;
  position: relative;
  z-index: 2;
}

.modal.comparison .modal-dialog .modal-actions .btn {
  font-size: 1.1em;
  padding: 20px 0;
  width: 205px;
}

.modal.unfriend {
  z-index: 100;
}

.modal.unfriend .modal-dialog .modal-body .title {
  margin-bottom: 25px;
}

.modal.unfriend .modal-dialog .modal-body p {
  margin: 0;
  text-align: center;
}

.modal.acronym-tooltip .modal-body {
  padding-bottom: 60px;
}

.modal.acronym-tooltip .loader {
  margin: 0;
  padding: 50px;
}

.modal.acronym-tooltip .nice-name {
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
}

.modal.acronym-tooltip .nice-name img {
  width: 80px;
  margin-bottom: 15px;
}

.modal.acronym-tooltip .nice-name a {
  font-size: 1.2em;
}

.modal.acronym-tooltip .nice-name span {
  font-weight: normal;
  text-transform: uppercase;
  margin: 5px 0 8px 0;
  color: #b5b5b5;
}

.modal.acronym-tooltip .role,
.modal.acronym-tooltip .strategies.assertive {
  margin-bottom: 5px;
}

.modal.acronym-tooltip .role,
.modal.acronym-tooltip .strategy,
.modal.acronym-tooltip .strategies {
  text-align: center;
}

.modal.acronym-tooltip .role .title,
.modal.acronym-tooltip .strategy .title,
.modal.acronym-tooltip .strategies .title {
  font-weight: 600;
}

.modal.delete-account p {
  margin-bottom: 0;
}

.modal.delete-account .background {
  display: none;
  height: 130px;
}

.modal.another-profile .modal-dialog .modal-body .title {
  margin-bottom: 25px;
}

.modal.another-profile .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal.another-profile .modal-dialog .modal-actions .btn {
  padding: 15px 60px;
}

.modal.card-update input,
.modal.card-update select {
  height: 63px;
}

.modal.card-update label .info {
  color: #b5b5b5;
}

.modal.card-update .with-icon .icon {
  top: 20px;
}

.modal.card-update .date-cvc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.modal.card-update .date-cvc .date {
  display: flex;
  flex-wrap: wrap;
}

.modal.card-update .date-cvc .date select {
  width: auto;
  margin-right: 15px;
}

.modal.card-update .date-cvc .date label {
  flex: 0 0 100%;
}

.modal.card-update .date-cvc .cvc input {
  width: 100px;
}

.modal.course-info .modal-dialog {
  width: 90%;
  max-width: 800px;
  font-size: 0.8em;
  max-height: 80%;
  overflow-y: auto;
}

.modal.intertype .modal-dialog {
  width: calc(100% - 40px);
  max-width: 450px;
}

.modal.intertype p {
  text-align: center;
  font-size: 1.2em !important;
  line-height: 1.8 !important;
  margin: 30px 0 17px 0 !important;
}

.modal.intertype select {
  font-size: 1.2em;
}

.modal.intertype .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.intertype .modal-actions .btn {
  padding: 20px 0;
  margin: 0 5px;
  width: 185px;
}

.modal.input .modal-dialog .title {
  margin-bottom: 30px;
}

.modal.input .modal-dialog label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.modal.input .modal-dialog .input-wrapper {
  margin-bottom: 10px;
}

.modal.input .modal-dialog .input-wrapper.with-icon span.fal {
  top: 19px;
}

.modal.input .modal-dialog .input-wrapper input {
  line-height: 1.3;
}

.modal.input .modal-dialog .modal-body {
  padding-bottom: 10px;
}

.modal.input .modal-dialog .modal-body > input {
  line-height: 1.3;
  width: 100%;
  margin-bottom: 10px;
}

.modal.input .modal-dialog .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px 40px 60px;
  position: relative;
  z-index: 2;
}

.modal.input .modal-dialog .modal-actions .btn {
  padding: 15px 0;
  width: 100%;
  max-width: 135px;
}

.modal.search input {
  margin: 0;
}

.modal.search .suggestions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
}

.modal.search .suggestions label {
  font-weight: 600;
  margin-bottom: 10px;
}

.modal.search .suggestions a {
  margin-bottom: 2px;
}

.modal.why-register .title {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.modal.why-register .points {
  max-height: 270px;
  overflow: hidden;
  overflow-y: auto;
}

.modal.why-register .points .why {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.modal.why-register .points .why img {
  margin-bottom: 20px;
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
}

.modal.why-register .points .why .info {
  text-align: center;
}

.modal.why-register .points .why .info .point {
  font-weight: 600;
  margin-bottom: 15px;
}

.modal.why-register .points .why .info .description {
  line-height: 1.7;
  font-size: 0.8em;
}

.modal.why-register .modal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
  font-size: 0.9em;
}

.modal.why-register .modal-actions .btn {
  padding: 15px 45px;
  margin-bottom: 15px;
}

.modal.why-register .modal-actions .close-link {
  color: #b5b5b5;
}

.modal.why-register .modal-actions .close-link:hover {
  cursor: pointer;
  color: #576071;
}

.modal.why-register .background {
  height: 130px;
  display: none;
}

.notification-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  max-width: calc(100% - 60px);
  overflow-y: auto;
  background-color: white;
  z-index: 22;
}

.notification-sidebar .heading {
  display: flex;
  align-items: center;
  padding: 15px;
}

.notification-sidebar .heading .close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  flex: 0 0 35px;
  height: 35px;
  width: 35px;
  background-color: #EFEFF1;
  border-radius: 50%;
  font-size: 1em;
  color: #9B9FAA;
  cursor: pointer;
  margin-right: 45px;
}

.notification-sidebar .heading .close:hover {
  background-color: #E4E4E2;
}

.notification-sidebar .heading .close:focus {
  outline: 0;
}

.notification-sidebar .heading .title {
  font-size: 1.1em;
  font-weight: 600;
  color: #7F8691;
  margin-top: -1px;
}

.notification-sidebar .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 90px 0;
  color: #7F8691;
}

.notification-sidebar .notification {
  display: flex;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #EEE;
  outline: 0;
  text-decoration: none;
}

.notification-sidebar .notification.unread .text,
.notification-sidebar .notification.highlighted .text {
  color: #DC6950;
  font-weight: 600;
}

.notification-sidebar .notification:hover {
  cursor: pointer;
  background-color: #F9F9F9;
}

.notification-sidebar .notification img {
  width: 30px;
  flex: 0 0 30px;
  margin-right: 15px;
}

.notification-sidebar .notification .text {
  margin-bottom: 5px;
  font-size: 0.85em;
}

.notification-sidebar .notification .date {
  font-size: 0.65em;
  color: #b5b5b5;
}

.notification-sidebar .see-all {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #EEE;
  outline: 0;
  text-decoration: none;
  font-size: 0.85em;
}

.notification-sidebar .see-all:hover {
  cursor: pointer;
  background-color: #F9F9F9;
}

/*# sourceMappingURL=main-core.css.map*/

@media (min-width: 340px) {
  .navbar #mobile-menu .menu .part.top.guest .avatar {
    -webkit-clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
    clip-path: polygon(56% 0, 95% 25%, 100% 75%, 49% 91%, 0 69%, 10% 26%);
    background-color: #E5E6E7;
    width: 60px;
    margin-bottom: -5px;
    height: 60px;
  }

  .navbar #mobile-menu .menu .part.top.guest .avatar img {
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 1;
  }

  .navbar #mobile-menu .menu .part.top.guest .info .btn {
    margin-top: 5px;
  }
}

@media (min-width: 350px) {
  .navbar #mobile-menu .menu:not(.logged-in) .part a,
  .navbar #mobile-menu .menu:not(.logged-in) .part .btn,
  .navbar #mobile-menu .menu:not(.logged-in) .part .item {
    font-size: 0.95em;
  }

  nav.top-tabs .tab {
    font-size: 0.8em;
  }
}

@media (min-width: 395px) {
  .modal.registration .modal-dialog .background {
    height: 140px;
  }
}

@media (min-width: 400px) {
  .test-questions.comp {
    padding: 15px 30px;
  }

  .social-cta.comp {
    padding: 75px 30px 30px 30px;
  }

  .comments-wrapper.comp .comments {
    padding: 0 30px;
  }

  .navbar.checkout {
    padding-left: 30px;
  }

  .navbar #mobile-menu .background {
    flex: none;
    flex-grow: 1;
    width: auto;
  }

  .navbar #mobile-menu .menu {
    flex: 0 0 300px;
  }

  article.main.description {
    padding-top: 20px;
  }

  main.q-pt header {
    padding: 15px 30px;
  }

  main.q-pt .tips {
    padding: 20px 30px 15px 30px;
  }

  main.q-pt .tips .tip {
    padding: 25px 0;
  }

  main.q-pt .tips .tip img {
    width: 60px;
  }

  main.q-pt .tips .tip .text {
    padding: 0 15px;
  }

  main.q-pt .tips .tip .text .title {
    font-size: 1em;
  }

  main.q-pt .tips .tip .text .subtitle {
    font-size: 0.75em;
  }

  .modal.acronym-tooltip .modal-dialog {
    width: auto;
    max-width: 370px;
  }

  .modal.acronym-tooltip .nice-name a {
    font-size: 1.4em;
  }

  .modal.acronym-tooltip .nice-name span {
    font-size: 1.1em;
  }
}

@media (max-width: 767px) and (min-width: 400px) {
  main.q-pt .tips .shape {
    left: -42%;
    height: 119px;
  }
}

@media (min-width: 420px) {
  header.type-header.consul .scene {
    margin: -10px 0 10px -200px;
  }

  header.type-header.virtuoso .scene {
    margin-left: 50px;
  }

  header.type-header.adventurer .scene {
    margin-left: 50px;
  }
}

@media (min-width: 450px) {
  .description-pullout {
    line-height: 2;
    font-size: 1.1em;
  }

  .comments-wrapper.comp .comments .switches .switch:first-of-type {
    flex: 0 0 50%;
  }

  .comments-wrapper.comp .comments .switches .switch:last-of-type {
    flex: 0 0 50%;
  }

  .comments-wrapper.comp .comments .switches .switch .title {
    font-size: 0.85em;
  }

  .navigation-buttons.comp .part a .title {
    margin-bottom: 20px;
    padding: 0 30px;
    font-size: 1.3em;
  }

  .navigation-buttons.comp .part a .fal {
    font-size: 1.5em;
    width: 70px;
    height: 70px;
  }

  article p {
    line-height: 2;
    font-size: 1.1em;
    margin-bottom: 25px;
  }

  article ol {
    padding-left: 45px;
  }

  article ol > li {
    line-height: 2;
    font-size: 1.1em;
    margin-bottom: 25px;
  }

  article ul:not(.pagination) {
    padding-left: 20px;
  }

  article ul:not(.pagination) > li {
    line-height: 2;
    font-size: 1.1em;
    margin-bottom: 25px;
    background-position: 0 10px;
  }

  article h1 {
    font-size: 2.1em;
    margin-bottom: 30px;
  }

  article h2 {
    font-size: 1.5em;
  }

  article h3 {
    font-size: 1.25em;
  }

  article h4 {
    font-size: 1.1em;
  }

  article.main.description > .number {
    font-size: 10em;
  }

  article.main.description .definition p {
    font-size: 1.1em;
  }

  header.type-header .type-info h1 {
    font-size: 1.5em;
    margin: 30px 0 15px 0;
  }

  header.type-header .type-info .code {
    margin-bottom: 15px;
    font-size: 1.5em;
  }

  header.type-header .type-info .difference {
    margin-top: -10px;
    font-size: 0.6em;
  }

  header.type-header.defender .scene {
    margin-left: 300px;
  }
}

@media (min-width: 460px) {
  .btn.has-icon.bigger-icon .i {
    width: 23px;
    height: 23px;
  }

  .btn.has-icon.bigger-icon .i svg {
    width: 23px;
    height: 23px;
  }

  .btn.has-icon .i {
    width: 20px;
    height: 20px;
  }

  .btn.has-icon .i svg {
    width: 20px;
    height: 20px;
  }

  .trait-scales.comp .trait .caption {
    font-size: 1.2em;
  }

  .trait-scales.comp .trait .tagline {
    font-size: 0.9em;
  }

  .trait-scales.comp .trait .bar-wrapper .percentage {
    flex: 0 0 60px;
    font-size: 1.2em;
  }

  .trait-scales.comp .trait .trait-titles .title {
    font-size: 0.9em;
  }

  .navigation-buttons.comp {
    padding: 20px 0;
  }

  article ol > li > ul:not(.pagination) > li {
    background-position: 0 14px;
  }

  article ol > li > ul:not(.pagination) > li ul > li {
    background-position: 0 10px;
  }

  article ul:not(.pagination) > li > ul > li {
    background-position: 0 10px;
  }

  article ul:not(.pagination) > li > ul > li > ul > li {
    background-position: 0 10px;
  }

  .navbar #mobile-menu .menu .part.icons .item {
    width: 25px;
    flex: 0 0 25px;
  }

  .navbar #mobile-menu .menu .part.icons .item svg {
    height: 25px;
    width: 25px;
    flex: 0 0 25px;
  }

  .navbar #mobile-menu .menu .part.icons .item .count {
    top: -3px;
    right: -8px;
    min-width: 16px;
    height: 14px;
    padding: 0 4px;
  }

  #footer .copyright {
    font-size: 1em;
  }

  .q-hm .hero .action-wrapper .btn {
    padding: 20px 0;
  }

  .q-hm .middle-cta a {
    padding: 20px 60px;
  }

  .q-hm .other-actions .actions .action .info .btn {
    padding: 20px 60px;
  }

  .q-hm .why-trust .action-row a {
    padding: 20px 60px;
  }

  .q-tl .hero h1 {
    font-size: 2.3em;
  }

  .q-tl .type-group h2 {
    font-size: 4em;
  }

  .q-tl .type-group .types .type {
    margin-bottom: 45px;
  }

  .q-td section.test-results .background {
    height: 600px;
  }

  .q-td section.test-results .type-info .caption {
    font-size: 1.4em;
  }

  .q-td section.test-results .type-info .type-name {
    font-size: 3em;
  }

  .q-td section.test-results .type-info .type-code {
    font-size: 2em;
  }

  .q-td section.test-results .type-info img {
    max-width: 300px;
  }

  .q-td section.test-results .trait-scales {
    margin-bottom: 20px;
    padding: 15px 25px;
  }

  .q-td section.test-results .action-row {
    margin-bottom: 25px;
  }

  .q-td section.test-results .action-row .btn {
    margin-bottom: 20px;
  }

  header.type-header.commander .scene {
    margin-left: 140px;
  }

  header.type-header.advocate .scene {
    margin-left: -300px;
  }

  header.type-header.consul .scene {
    margin-left: -250px;
  }

  header.type-header.virtuoso .scene {
    margin-left: 100px;
  }

  header.type-header.adventurer .scene {
    margin: 0;
  }

  .modal.results .modal-actions .btn {
    height: 60px;
    width: 150px;
  }

  .modal.login .modal-dialog p {
    margin-bottom: 30px;
  }

  .modal.login .modal-dialog .modal-actions .btn {
    font-size: 1.1em;
    padding: 20px 0;
    width: 204px;
  }

  .modal.login .modal-dialog .modal-actions .forgot-link {
    font-size: 1em;
  }

  .modal.input .modal-dialog .input-wrapper {
    margin-bottom: 15px;
  }

  .modal.input .modal-dialog .modal-body > input {
    margin-bottom: 15px;
  }

  .modal.input .modal-dialog .modal-actions .btn {
    font-size: 1.1em;
    padding: 20px 0;
    max-width: 205px;
  }

  .modal.why-register .points .why {
    flex-direction: row;
    margin: 10px 0 20px 0;
  }

  .modal.why-register .points .why img {
    margin: 0 20px 0 0;
  }

  .modal.why-register .points .why .info {
    text-align: left;
  }
}

@media (min-width: 480px) {
  .modal .modal-dialog .modal-header .close {
    height: 50px;
    width: 50px;
    font-size: 1.2em;
  }

  .modal.registration .modal-dialog p {
    font-size: 1em;
  }

  .modal.registration .modal-dialog .input-wrapper {
    font-size: 1em;
  }

  .modal.registration .modal-dialog .checkbox-wrapper {
    font-size: 0.9em;
  }

  .modal.registration .modal-dialog .checkbox-wrapper .checkbox {
    flex: 0 0 40px;
    height: 40px;
  }

  .modal.registration .modal-dialog .modal-actions .btn {
    font-size: 1em;
  }

  .modal.registration .modal-dialog .modal-actions .terms {
    font-size: 0.9em;
  }

  .modal.registration .modal-dialog .background {
    height: 150px;
  }
}

@media (min-width: 500px) {
  nav.bottom {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    left: calc(50% - 180px);
    right: calc(50% - 180px);
  }

  .notification-sidebar {
    max-width: 400px;
  }
}

@media (min-width: 550px) {
  .description-pullout {
    font-size: 1.2em;
  }

  .navigation-buttons.comp .part a .title {
    font-size: 1.5em;
  }

  article h1 {
    font-size: 2.5em;
  }

  article h2 {
    font-size: 1.6em;
  }

  article h3 {
    font-size: 1.35em;
  }

  article h4 {
    font-size: 1.2em;
  }

  .navbar.checkout .logo img {
    width: 200px;
  }

  .navbar {
    height: 80px;
  }

  .navbar .logo img {
    width: 200px;
  }

  .navbar .mobile-toggle {
    width: 75px;
    height: 80px;
  }

  .navbar .mobile-toggle .bars {
    width: 25px;
    height: 25px;
    top: 27px;
    right: 21px;
  }

  nav.top-tabs.mobile-only {
    top: 80px;
  }

  nav.top-tabs {
    top: 80px;
  }

  #footer {
    padding-top: 60px;
  }

  #footer nav a {
    font-size: 1em;
  }

  .q-hm .hero {
    padding: 60px 30px 0 30px;
  }

  .q-hm .hero .text-wrapper h1 {
    font-size: 2.3em;
  }

  .q-hm .hero .text-wrapper .subtitle {
    font-size: 1.1em;
  }

  .q-hm .hero .action-wrapper {
    margin-top: 30px;
  }

  .q-hm .hero .action-wrapper .btn {
    font-size: 1.1em;
    max-width: 350px;
  }

  .q-hm .scene {
    margin-top: -35px;
  }

  .q-hm .stats-wrapper .stats .text {
    font-size: 1.2em;
  }

  .q-hm .stats-wrapper .subtitle {
    font-size: 1em;
  }

  .q-hm .reviews .review {
    margin-bottom: 30px;
  }

  .q-hm .reviews .review .f16 {
    font-size: 2em;
  }

  .q-hm .reviews .review .text {
    font-size: 0.9em;
  }

  .q-hm .reviews .review .name {
    font-size: 1em;
  }

  .q-hm .middle-cta a {
    font-size: 1.2em;
  }

  .q-hm .other-actions h2 {
    font-size: 2em;
  }

  .q-hm .other-actions .actions .action .info .number {
    font-size: 10em;
  }

  .q-hm .other-actions .actions .action .info h3 {
    font-size: 1.5em;
  }

  .q-hm .other-actions .actions .action .info .btn {
    font-size: 1.2em;
  }

  .q-hm .why-trust h2 {
    font-size: 2em;
  }

  .q-hm .why-trust .trust-wrapper .point .info h3 {
    font-size: 1.5em;
  }

  .q-hm .why-trust .action-row a {
    font-size: 1.2em;
  }

  .q-td section.test-results {
    margin-top: -132px;
  }

  article.main.description > .number {
    font-size: 13em;
    top: -40px;
    left: -60px;
  }

  header.type-header .type-info h1 {
    font-size: 1.8em;
  }

  header.type-header .type-info .code {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  header.type-header .type-info .difference {
    margin-top: -25px;
    font-size: 0.75em;
  }

  header.type-header.commander .scene {
    margin-left: 180px;
  }

  header.type-header.consul .scene {
    margin-left: -350px;
  }

  main.q-pt header h1 {
    font-size: 2.3em;
  }
}

@media (min-width: 600px) {
  .q-tl .hero h1 {
    font-size: 2.5em;
  }

  .q-tl .type-group.analysts {
    padding-bottom: 100px;
  }

  .q-tl .type-group.analysts:after {
    bottom: -70px;
    height: 120px;
  }

  .q-tl .type-group.diplomats {
    padding-bottom: 100px;
  }

  .q-tl .type-group.diplomats:after {
    bottom: -70px;
    height: 120px;
  }

  .q-tl .type-group.sentinels {
    padding-bottom: 100px;
  }

  .q-tl .type-group.sentinels:after {
    bottom: -50px;
    height: 90px;
  }

  .q-tl .type-group.explorers:after {
    bottom: -60px;
    height: 100px;
  }

  .q-tl .type-group h2 {
    font-size: 5.5em;
  }

  .q-tl .type-group .types {
    margin-top: -60px;
  }

  header.type-header.mediator .scene {
    margin: 10px 0 -10px -300px;
  }

  header.type-header.defender .scene {
    margin-left: 500px;
  }
}