html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    background-color: transparent;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
    cursor: pointer;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Thiet lap quang cao*/
.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: inherit;
}

i {
    cursor: pointer;
    margin: 0 !important;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: 600;
    margin: revert;
    font-family: var(--font-vollkorn);
}

h1 {
    font-size: var(--size-36);
}

h2 {
    font-size: var(--size-32);
}

h3 {
    font-size: var(--size-24);
}

table {
    border-collapse: collapse;
}

table th,
table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input,
select,
textarea,
button {
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    cursor: pointer;
}

input, button {
    border: 0;
}

p {
    margin-bottom: 1rem;
}

img, svg {
    vertical-align: middle;
}

.container-fluid {
    max-width: 1076px;
    margin: 0 auto;
    padding: 0 16px;
}

.container {
    max-width: 978px;
    margin: 0 auto;
    padding: 0 16px;
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clear {
    clear: both;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: var(--color-main);
    font-family: var(--font-family);
    font-size: 16px;
}

body {
    margin: 0;
    font-weight: 400;
    background-color: var(--bg-body);
    font-size: var(--size-18);
    font-family: var(--font-family);
    color: var(--color-main);
    overflow-x: hidden;
    line-height: 1.4141;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.font-vollkorn {
    font-family: var(--font-vollkorn);
}

/*menu header*/

header {
    background-color: var(--color-white);
    position: relative;
    box-shadow: 0 2px 2px -2px var(--color-main);
}

.enneagram__header {}

.enneagram__header--navigation ul {
    display: flex;
    font-size: var(--size-14);
    color: var(--color-blue)
}

.popup-menu {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.popup-menu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-orange);
    height: 2px;
    width: 0;
    transition: all 0.3s ease-out;
}

.toggle-popup .popup-menu:hover::after {
    width: 100%;
}
.popup-menu:hover{
    color:var(--color-orange)
}
.popup-menu.active::after {
    width: 100%;
}

.navigation--toggle {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-body);
    min-height: 200px;
    font-size: var(--size-14);
    transition-duration: .5s;
    transition-property: opacity;
    z-index: -999;
    visibility: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    opacity: 0;
}

.navigation--toggle.show {
    visibility: visible;
    z-index: 999;
    opacity: 1;
}

.navigation--toggle-inner {
    display: flex;
}

.navigation--toggle-inner-left {
    min-width: 320px;
}

.navigation--toggle-inner-right {
    width: 100%;
}

.navgiation-menu-right {
    margin-bottom: 2rem;
}

.navigation-item {
    min-height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navigation-item-title {
    font-size: var(--size-16);
    color: var(--color-blue);
    font-weight: 700;
    transition: 0.25s;
    display: flex;
    align-items: center;
}

.navigation-item-title span {
    transition: 0.25s;
    line-height: 1;
    height: 20px;
    width: 20px;
    font-size: 18px;
    text-align: center;
}

.navigation-item-title:hover {
    color: var(--color-orange)
}

.navigation-item-title:hover span {
    transform: translateX(5px);
}

.navigation-item-desc {
    color: var(--color-grey)
}

.navgiation-menu-right-item {
    display: flex;
    align-items: center;
    width: 30%;
}

.navgiation-menu-right-item>span {
    font-size: var(--size-18);
    color: var(--color-orange);
    padding-right: 1rem;
    font-weight: 500;
}

.navgiation-menu-right-item,
.navigation-item {
    margin: 2rem 0;
}

.navgiation-menu-right-item {
    margin-bottom: 0;
}

.navgiation-menu-right-item .navigation-item {
    margin: 0;
}

/*triads*/
.toggle-triads .navgiation-menu-right {
    display: block;
}

.toggle-triads .navgiation-menu-right-item {
    width: 100%;
    margin: 2rem;
}

.toggle-blog .navgiation-menu-right-item {
    width: 50%;
}

.toggle-popup:hover .navigation--toggle {
    visibility: visible;
    z-index: 999;
    opacity: 1;
}

/*menu mobile*/

.mobile__menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--color-white);
    z-index: 999;
    transform: translate(-100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile__menu--control {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 2px -2px var(--color-main);
    padding: 0 16px;
}

.button-menu {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: relative;
    right: -12px
}

.button-menu svg {
    fill: var(--color-blue)
}

.mobile__menu--box {
    padding: 1rem;
    background-color: var(--bg-body);
}

.mobile__menu--item {
    margin: 0.75rem 0;
    padding-left: 1.25rem;
}

.mobile__menu--item a {
    color: var(--color-blue)
}

.mobile__menu--item-desc {
    font-size: 13px;
    font-style: italic;
}

/*home*/
.enneagram__banner {
    background-color: var(--color-blue);
    padding: 3rem 0;
    color: var(--color-white);
}

.enneagram__banner-content {
    display: flex;
    gap: 4rem;
}

.enneagram__left-control {
    width: 60%;
}

.enneagram__right-control {
    width: 40%;
    min-width: 320px;
}
.desc-content ul{
	padding-left:2rem;
}

.desc-content li{
	list-style:disc;
	margin-bottom: 0.5rem;
}
.home-title {
    font-weight: 400;
    margin: 0;
    line-height: 1;
}

.desc-title {
    margin: 2.5rem 0;
    font-weight: 300;
}

.enneagram-btn {
    background: var(--color-orange);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    width: 240px;
    height: 52px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
}

.enneagram-btn>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.enneagram__right-image {
    text-align: right;
}

.enneagram__left-image {
    text-align: left;
}

.counter {
    font-size: var(--size-36);
    color: var(--color-orange);
    font-family: var(--font-vollkorn);
    font-weight: bold;
    min-width: 130px;
    display: inline-block;
}

.enneagram-counter {
    padding: 1rem 0;
}

.enneagram--box {
    background-color: #fff;
    border-radius: 30px;
    padding: 4rem;
}

.enneagram--box-content {
    display: flex;
    gap: 3rem;
}

.enneagram--box-item {
    flex: 1;
    text-align: center;
}

.enneagram--box-item-title {
    font-size: var(--size-32);
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: var(--color-blue)
}

.enneagram__fixedcontent .enneagram__banner-content {
    margin: 4rem 0;
}

.h2-title {
    color: var(--color-blue);
    font-weight: 500;
}
.enneagram__banner-content .h2-title{
	margin:0;
}
.text__area {
    margin: 5rem 0;
}

.text__area ul,
.text__area ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.text__area li {
    list-style: disc;
}

.text__area table {
    width: 100%;
    border-collapse: collapse;
}

.text__area table th {
    font-weight: bold;
}

.text__area table td,
.text__area table th {
    border: 1px solid #ced4da;
    padding: 0.625rem;
    margin: 1rem 0;
}

.text__area img {
    max-width: 100%;
}

.text__area a {
    color: var(--color-orange)
}

.text__area h2,
.text__area h3,
.text__area h4,
.text__area h5,
.text__area h5 {
    color: var(--color-blue);
    margin: revert;
}

/*test*/

.enneagram__progress {
    height: 12px;
    background-color: var(--bg-body);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 1.5rem 0;
}

.success-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 0;
    background-color: var(--color-blue);
}

.container-test {
    max-width: 700px;
    margin: 10rem auto 0;
}

.enneagram--question {
    text-align: center;
    color: var(--color-main);
    font-size: var(--size-24);
    font-weight: 700;
}

#enneagram--question-holder {
    min-height: 102px;
}

.enneagram--answers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin: 2.5rem auto;
    padding-bottom: var(--width-46);
}

.before-test .enneagram--answers {
    max-width: 560px;
}

.ennegram-core {
    width: var(--width-56);
    height: var(--width-56);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    border-radius: 50%;
}

.ennegram-radius {
    border-radius: 50%;
    border: 3px solid transparent;
    width: var(--width-56);
    height: var(--width-56);
    cursor: pointer;
    padding: 2px;
}

.ennegram-radius.q1,
.ennegram-radius.q2 {
    border-color: var(--color-orange);
    color: var(--color-orange);
}

.ennegram-radius.q2,
.ennegram-radius.q4 {
    width: var(--width-46);
    height: var(--width-46);
}

.ennegram-radius.q3 {
    width: var(--width-36);
    height: var(--width-36);
    border-color: var(--color-st);
    color: var(--color-st);
}

.ennegram-radius.q4,
.ennegram-radius.q5 {
    border-color: var(--color-blue);
    color: var(--color-blue);
}

.ennegram-radius span {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    bottom: -46px;
}

.before-test .ennegram-radius {
    cursor: default;
}

.on-test .ennegram-radius {
    opacity: 0.8;
}

/*on test*/
.on-test {
    display: none;
}

.enneagram--counter {
    text-align: center;
    font-size: var(--size-16);
    color: var(--color-grey);
    margin: 1rem 0;
}

.ennegram-answer-text {
    white-space: nowrap;
    font-weight: 700;
}

.color-orange {
    color: var(--color-orange)
}

.color-blue {
    color: var(--color-blue)
}

.ennegram-radius:hover {
    opacity: 1;
}

.ennegram-radius .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.25s ease-in;
}

.ennegram-radius.q1:hover .circle,
.ennegram-radius.q2:hover .circle {
    background-color: var(--color-orange);
}

.ennegram-radius.q3:hover .circle {
    background-color: var(--color-st);
}

.ennegram-radius.q4:hover .circle,
.ennegram-radius.q5:hover .circle {
    background-color: var(--color-blue);
}

.ennegram-radius.q1.active .circle,
.ennegram-radius.q2.active .circle {
    background-color: var(--color-orange);
}

.ennegram-radius.q3.active .circle {
    background-color: var(--color-st);
}

.ennegram-radius.q4.active .circle,
.ennegram-radius.q5.active .circle {
    background-color: var(--color-blue);
}

.ennegram-radius.inactive .circle {
    background-color: transparent !important;
}

.enneagram-previous {
    opacity: 0.6;
    padding: 0.75rem;
}

.enneagram-previous:hover {
    opacity: 1;
}

.enneagram-previous.hide {
    opacity: 0;
    visibility: hidden;
}

.counter-show-results {
    color: var(--color-orange);
    font-size: var(--size-36);
    font-size: 4rem;

}

/*game_text*/

.enneagram__textcontent .text__area {
    margin: 3rem 0;
}

.main-title {
    font-size: var(--size-24);
}

.short-title {
    font-size: var(--size-36);
}

.text-introduction {
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.text-excerpt {
    color: var(--color-main);
    text-align: justify;
    font-style: italic;
}

.image-banner-text img {
    max-width: 100%;
}

.pink-box {
    background-color: #FFEFED;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 1rem;
	width:100%;
}

.pink-box p{
	margin-bottom:0;
}

.pink-box h2,
.pink-box h3,
.pink-box h4 {
    color: var(--color-orange);
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-image-box {
    display: flex;
    justify-content: space-between;
	margin-bottom:1rem;
	/* align-items: center; */
}

.text-image-box p{
	margin-bottom:0;
}

.text-image-box .pink-box{
	margin-bottom:0;
}
.text__area .text-image-box img {
    max-height: 270px;
    width: auto;
    max-width: 300px;
    height: auto;
    margin-left: 1rem;
}

.text__area .text-image-box h2,
.text__area .text-image-box h3 {
    margin-top: 0;
}

.article__extend {
    max-width: 434px;
    margin: 0 auto;
}

.article__extend-explorer {
    margin: 2.5rem 0;
}

.article__extend-more>span {
    color: var(--color-blue);
    font-size: var(--size-24);
    font-weight: 600;
}

.btn-explorer {
    width: 100%;
}

.btn-explorer>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    background-color: var(--color-orange);
    color: var(--color-white);
    border-radius: 30px;
    font-weight: 600;
    font-size: var(--size-20);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-explorer.button-for-triads>a {
    background-color: var(--color-blue);
}
.btn-explorer, .enneagram-btn, .enneagram__banner-link{
	opacity:0.8;
	transition:all 0.2s;
}

.btn-explorer:hover, .enneagram-btn:hover, .enneagram__banner-link:hover{
	opacity:1;
}
.blog__grid {
    display: flex;
    gap: 2.625rem;
	flex-wrap: wrap;
}

.blog__grid--item-title {
    color: var(--color-blue);
    font-weight: 600;
    margin-top: 1.25rem;
}

.title-size-40 {
    font-size: 40px;
}

.title-size-36 {
    font-size: var(--size-36);
}

.title-size-32 {
    font-size: var(--size-32);
}

.title-size-24 {
    font-size: var(--size-24);
}

.title-size-20 {
    font-size: var(--size-20);
}

.title-size-40, .title-size-36, .title-size-32, .title-size-24, .title-size-20 {
    font-weight: 600;
}

/*game result*/

.enneagram__result--time {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.enneagram__result .enneagram--box {
    padding: 2rem;
}

.show-type {
    font-size: 40px;
    font-family: var(--font-vollkorn);
    margin: 1.5rem 0;
}

.show-type>span {
    color: var(--color-orange);
    font-weight: 700;
}

#echart-nightingale-chart {
    width: 100%;
    min-height: 360px;
    margin: 1.5rem auto;
    max-width: 428px;
}

.core-type {
    gap: 2rem;
}

.core-type-item {
    width: 50%;
    background-color: #F6F2EF;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
}

.core-type-item-title {
    color: var(--color-blue);
    font-size: var(--size-32);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.enneagram__banner-link {
    display: inline-block;
    margin-top: 1.5rem;
    color: var(--color-orange);
    font-weight: bold;
}

.enneagram-box-triads {
    margin: 3rem 0;
}

.triads-type--item {
    width: 50%;
}

.chart-for-types {
    /* background-color: var(--color-orange); */
    min-height: 160px;
    width: 100%;
}

.triads-type-content-item {
    margin: 2rem 0;
}

.triads-type-content-title {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-orange);
    margin-bottom: 1rem;
}

/*footer*/
footer {
    background-color: var(--color-orange);
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-top: 100px;
    color: #fff;
    font-weight: 300;
}

.link {
    margin: 1rem 1.5rem;
    display: inline-block;
}
.link:hover{
	text-decoration:underline;
}
.copyright {
    margin-top: 2.75rem;
}

.copyright>div {
    color: var(--color-disable);
    font-size: var(--size-16);
    margin-top: 1rem;
}

.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
    outline: 0 !important;
}

.back-to-top::before,
.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px var(--color-blue);
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

.back-to-top.show::after,
.back-to-top.show::before {
    visibility: visible;
}

.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}

.back-to-top.show {
    display: block;
    background: #fff;
    font-size: 25px;
    right: 3.5rem;
    bottom: 4rem;
    height: 48px;
    width: 48px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

.back-to-top.show:hover {
    background-color: #f9f9f9;
}

.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

:root {
    --color-white: #fff;
    --color-main: #3E4462;
    --color-grey: #848D9C;
    --color-disable: #E0E2E6;
    --color-blue: #276977;
    --color-orange: #C17464;
    --color-st: #B4B4B4;
    --bg-body: #F6F2EF;
    --size-14: 14px;
    --size-16: 16px;
    --size-18: 18px;
    --size-20: 20px;
    --size-24: 24px;
    --size-32: 32px;
    --size-36: 36px;
    --radius: 5px;
    --box-shadow: 0 0.25em 1em rgba(7, 29, 63, 0.125);
    --font-family: 'Open Sans', sans-serif;
    --font-vollkorn: 'Vollkorn', serif;
    --width-56: 56px;
    --width-46: 46px;
    --width-36: 36px;
}

@media (min-width:992px) {
    .mobile__menu {
        transform: translate(-100%) !important;
    }
}
@media (max-width:1075px) {
    .blog__grid {
        justify-content: center;
    }
}
@media (max-width:991px) {
    .enneagram__header--navigation {
        display: none;
    }

    .enneagram__header {
        min-height: 60px;
    }

    .button-menu {
        display: flex;
    }

    .enneagram__banner-content {
        gap: 2rem;
    }

    :root {
        --size-24: 20px;
        --size-32: 26px;
        --size-36: 30px;
    }

    .show-type {
        font-size: var(--size-36);
    }
}


@media (max-width:767px) {
    .enneagram--box {
        padding: 2rem 1rem !important;
    }

    .enneagram__right-image, .enneagram__left-image {
        text-align: center;
    }

    .enneagram__right-image img, .enneagram__left-image img {
        max-height: 250px;
    }


    .enneagram__left-control, .enneagram__right-control {
        width: 100%;
    }

    .enneagram__banner .enneagram__right-control {
        display: none;
    }

    .widget-button {
        text-align: center;
    }

    .enneagram__banner-content, .enneagram--box-content {
        flex-direction: column;
        align-items: center;
    }

    .enneagram__fixedcontent .enneagram__banner-content:nth-child(2) .enneagram__left-control {
        order: 1;
    }

    .text-image-box, .core-type {
        flex-direction: column;
    }
	.text-image-box p{
		margin-bottom:1rem;
	}
    .core-type-item, .triads-type--item {
        width: 100%;
    }

    .text__area .text-image-box img {
        max-width: 100%;
        margin: 0 auto 1rem;
        order: -1;
    }
}

@media (max-width:650px) {
    .enneagram--answers {
        position: relative;
        max-width: 400px;
    }

    .ennegram-answer-text {
        position: absolute;
        bottom: 0;
        font-size: var(--size-16);
    }

    .ennegram-answer-text-left {
        left: 0;
    }

    .ennegram-answer-text-right {
        left: unset;
        right: 0;
    }
	
    .enneagram--box-item {
        max-width: 400px;
    }
}

@media (max-width:500px) {
    .ennegram-radius span {
        font-size: 12px;
    }

    .container-test {
        margin-top: 6rem;
    }

    #enneagram--question-holder {
        min-height: 120px;
    }

    .counter {
        font-size: 24px;
        min-width: 105px;
    }
	.enneagram-counter{
		font-size: var(--size-16);
	}
	
	.enneagram__left-control, .enneagram__right-control{
		min-width: unset;
	}
	
	.enneagram--box{
		line-height: 1.6;
	}
	
	.pink-box{
		padding: 1rem;
	}
}

@media (max-height:450px) {
    .container-test {
        margin-top: 3rem;
    }

    .enneagram--answers {
        margin-top: 2rem;
    }
}

