@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap');

body {
    font-family: 'Open Sans', sans-serif !important;
}

html,
body {
    overflow-x: hidden;
    background: linear-gradient(
        243.08deg,
        #f9eded 0%,
        #fffaf2 69.27%,
        #f0f5ff 100%
    );
}
input[type="checkbox"][name="wa-reminder"] {
    accent-color: #C70540;
    margin-top: -4px;
    width: 14px;
}
a.btn-next-form-href {
    color: #647AA3;
}
.iti.iti--allow-dropdown {
    width: 100%;
}

.selected-flag,
.iti__selected-flag {
    background: #e5e5e5;
    border-radius: 10px 0 0 10px;
}

.item-survey__logo {
    cursor: pointer;
}

.sub-title {
    font-size: 21px;
    font-weight: 600;
}

.w-500px {
    max-width: 500px !important;
}

input.error,
input.error:focus,
text.error {
    border-color: red;
}

select.yana-select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select.yana-select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

.nav-form ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    padding: 0;
    margin: 0;
}

.step-q .form-group {
    width: 522px;
    margin: 15px auto;
}

.step-q h2 {
    width: 522px;
    text-align: left;
    margin: 0 auto;
}

.step-q label {
    text-align: left;
    padding: 0;
    margin: 10px 0 !important;
    font-size: 17px !important;
}

.step-3 .wpcf7-list-item-label {
    background-color: #f7f8fe;
    padding: 7px 15px;
    color: #5b5b5c;
    border-radius: 20px;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    border: 0.8px solid #5b5b5c;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.step-3 .wpcf7-list-item-label:hover {
    background: #8c93b9;
    color: #f7f8fe;
}
.step-3 .wpcf7-list-item-label.active {
    background: #8c93b9;
    color: #f7f8fe;
}
.step-3 input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.step-3 .wpcf7-list-item {
    padding: 0;
    margin: 0;
}

.step-3 .wpcf7-list-item label {
    padding: 0;
    margin: 5px 5px;
}

.nav-form ul li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
    border-bottom: 3px solid #ccc;
    padding-bottom: 21px;
}

.nav-form ul li.active {
    color: #020e50;
    border-color: #020e50;
}

.box-form h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 35px;
}

.box-form label {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
    margin-left: 0;
}

.box-form .form-group {
    margin-bottom: 25px;
}

.btn-rounded {
    display: inline-flex;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 30px;
}

.btn-rounded svg {
    width: 21px;
    margin-left: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn-rounded:focus {
    outline: none;
    box-shadow: none;
}

.step {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    flex-shrink: 0;
    width: 100%;
    padding: 55px 40px;
    box-sizing: border-box;
}

.step.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.btn-rounded:hover svg {
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #020e50;
    border-color: #020e50;
    opacity: var(--bs-btn-disabled-opacity);
}

a {
    color: #585858;
    text-decoration: underline;
}

.header_title h1 {
    color: #fff;
    font-size: 32px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #585858;
}

.btn-outline-white {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn-outline-white:hover {
    background-color: #020e50;
    border: 3px solid #020e50;
    color: #fff;
}

.btn-primary {
    background-color: #020e50;
    border: 3px solid #020e50;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn-primary:hover {
    background-color: #d10c27;
    border: 3px solid #d10c27;
}
.btn-secondary {
    background: #e5e6ec;
    border: 3px solid #e5e6ec;
    width: 221px;
    font-size: 14px;
    margin: 0 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.btn-secondary {
    color: #020e50;
}
.btn-secondary:hover {
    background-color: #020e50;
    border: 3px solid #020e50;
    color: #fff !important;
}
.button-area {
    display: flex;
    margin-top: 54px;
}
.form-rounded {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 20px;
    border-color: #d9d9d9;
}
.form-rounded::placeholder {
    color: #d9d9d9;
}

.form-rounded:focus {
    box-shadow: none;
    outline: none;
    border-color: #020e50;
}

.nav-form {
    margin-bottom: 30px;
    padding: 0 10%;
}

.box-form {
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    box-sizing: border-box;
    margin-bottom: 100px;
    height: 670px;
}

header {
    height: 350px;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
}

header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 78%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
        179deg,
        rgb(8 8 8 / 64%) 0%,
        rgba(255, 255, 255, 0) 84%
    );
}
h1 {
    font-size: 28px;
    margin-bottom: 22px;
}
h5 {
    font-size: 18px;
    margin-bottom: 37px;
    font-weight: 400;
}
.breadcrumb_cc svg {
    width: 18px;
    color: #fff;
}

.breadcrumb_cc a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.breadcrumb_cc a.current {
    color: #fff;
}

nav {
    position: absolute;
    width: 100%;
    height: 185px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
    padding: 20px;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 999;
    top: 0;
}

.header_title {
    margin-bottom: 98px;
    margin-left: 258px;
    color: #fff;
    position: relative;
    z-index: 999;
}

.nav__left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav__left ul li {
    list-style: none;
    margin-right: 30px;
}

.nav__left ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.nav__right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav__right ul li {
    list-style: none;
    padding: 0 6px;
}

.nav__right ul li svg {
    width: 30px;
}

.nav__left ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_top {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.content__footer-top {
    display: grid;
    grid-template-areas: 'title form form';
    align-items: start;
    column-gap: 35px;
}

.footer-form-group h6 {
    grid-column: span 3;
}

.footer-middle {
    background-color: #f5f5f5;
    border-top: 2px solid #e1dede;
    padding: 60px 0 0;
}

.item-footer-middle h3 {
    font-size: 23px;
}

.item-footer-middle ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.item-footer-middle svg {
    width: 20px;
}

.item-footer-middle ul {
    padding: 0;
    margin-bottom: 30px;
}

.item-footer-middle ul li span {
    color: #585858;
    font-size: 14px;
}

.item-footer-middle ul li svg {
    display: block;
    color: #d10c27;
    position: relative;
    top: 5px;
    margin-right: 9px;
    flex-shrink: 0;
}

.last-col__footer-middle {
    height: 100%;
    border-left: 1px solid #bbb;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.last-col__footer-middle div {
    flex-shrink: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 70px;
}

.last-col__footer-middle a {
    display: block;
    color: #585858;
    text-decoration: none;
    line-height: 31px;
    transition: 0.3s;
}

.footer-socmed svg {
    height: 16px;
    fill: #585858;
}

.footer-socmed a {
    text-decoration: none;
    color: #585858;
    transition: 0.3s;
}

.footer-socmed span {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #585858;
    border-radius: 50%;
    display: flex;
    place-items: center;
    place-content: center;
}

.footer-socmed {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90px;
    gap: 5px;
}

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

button.bg-blue {
    background-color: #020e50;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
button.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:active {
    background-color: #020930;
}
.resource-pagination button.active {
    background-color: #020e50 !important;
    color: #fff !important;
}
.footer-socmed a:hover svg {
    fill: #d10c27;
}

.footer-socmed a:hover span {
    border-color: #d10c27;
}

.last-col__footer-middle a:hover {
    color: #d10c27;
}

.footer-middle h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #484848;
}

.title__footer-top p {
    margin-bottom: 0;
}

.footer-form-group input[type='text'] {
    background-color: #fff;
    border-color: #fff;
}

.content__footer-top h2 {
    grid-area: title;
    margin: 0 0 16px;
}

.footer-form-group {
    grid-area: form;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.step-q .wpcf7-list-item label {
    padding: 0;
    margin: 4px 0;
    width: 100%;
}

.step-q .wpcf7-list-item input[type='radio'] {
    position: absolute;
    opacity: 0;
}

.step-q .wpcf7-list-item-label {
    display: block;
    padding: 15px 20px;
    background-color: #f7f8fe;
    border-radius: 4px;
    color: #5b5b5c;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    width: 100%;
    font-size: 17px;
    border: 1px solid #d9d9d9;
}
.step-q .wpcf7-list-item-label:hover {
    background-color: #8c93b9;
    color: #e5e6ec;
}

.wpcf7-list-item-label.active {
    border: 1px solid #d9d9d9;
    background-color: #8c93b9;
    color: #e5e6ec;
}

.step-q .wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-q .wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.step-q .wpcf7-list-item-label:hover {
    border: 1px solid #d9d9d9;
}
.header-page {
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.page-header h1 {
    margin-bottom: -25px;
    font-weight: 700;
}
.page-header h1,
.page-header p {
    color: #fff;
}

.s-first-section-svg {
    height: 64.7541px;
    width: 100%;
}
.page-header {
    background: url(../yana/img/image.png) no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20%;
    text-align: center;
    background-size: cover;
    background-color: rgb(232, 234, 236);
    background-position: -14.5444px -87.25px;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
}
.s-first-section-round.css-kjfz0x {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.subtitle {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
}

.outer-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 60px;
}
.box-thank-you {
    grid-template-columns: 1fr 1fr 1fr;
}
.intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.intro h2 {
    font-weight: 300;
    text-align: center;
}
.intro .btn-primary {
    margin-top: 44px;
    margin-bottom: 10px;
}
.item-box:first-child {
    background-color: #daf1fd;
}

.item-box:nth-child(2) {
    background-color: #fff5d2;
}
.item-box:nth-child(3) {
    background-color: #ffd2f6;
}

.item-box:last-child {
    background-color: #e6f5ce;
}

.item-box {
    padding: 20px 30px;
    text-decoration: none;
    transition: 0.3s;
}
.item-box:hover {
    color: #000;
}

.item-box:hover .content {
    transform: scale(1.1);
}
.item-box .content {
    transition: 0.3s;
}
.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 84%;
    background: rgb(2, 0, 36);
    background: linear-gradient(
        179deg,
        rgb(78 78 78) 0%,
        rgba(255, 255, 255, 0) 62%
    );
    z-index: 2;
}

.item-box h3 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 21.79px;
    height: 43.6px;
}

.item-box p {
    font-size: 16px;
    line-height: 21.79px;
    margin-bottom: 33px;
    height: 65.34px;
}

.item-box span {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.wrapper-boxes {
    position: relative;
}

.item-filter {
    border: 2px solid #020e50;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
}
.item-filter.active {
    background-color: #020e50;
    color: #fff;
}

.filter-box {
    display: block;
    padding: 0 0 60px;
}

.back-q,
.back-step {
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

.back-q::before,
.back-step::before {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    content: '\f30a';
    font-family: 'font awesome 5 free';
}
.content-card-home a.go-to-next {
    font-size: 1em;
    margin-top: 50px;
}

.content-card-home img {
    width: 450px;
}

.item-card {
    padding: 60px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    transition: 0.3s;
}

.content-card-home h2 {
    font-size: 6em;
    line-height: 121px;
}

.content-card-home a {
    font-size: 4.2em;
    cursor: pointer;
    color: #585858 !important;
    text-decoration: underline !important;
}

.card {
    margin-bottom: 60px;
}
.yana-card {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 578px;
    overflow: hidden;
}

.content-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.content-card-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-card .form-group {
    width: 400px;
    margin-bottom: 20px;
}

.content-card .form-group label {
    font-size: 20px;
    margin: 0 auto 5px;
    display: block;
    text-align: center;
}
.content-card h3 {
    margin-bottom: 20px;
}
.card-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
}
.card-item {
    width: 22%;
    background: #e5e6ec;
    border: 3px solid #e5e6ec;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.card-title {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 15px;
}

/* MOCKUP v4 STYLE */
.item-survey {
    background: linear-gradient(
        243.08deg,
        #f9eded 0%,
        #fffaf2 69.27%,
        #f0f5ff 100%
    );
    padding: 0 100px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.wrapper-survey {
    overflow-x: hidden;
}

.avatar img {
    width: 100%;
}
.item-survey__logo {
    margin-bottom: 30px;
}

.intro-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.intro-text h2 {
    font-size: 36px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}
.intro-text p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.main-button-container{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.btn-blue {
    font-size: 16px;
    font-weight: 400;
    background-color: #250e62;
    color: #fff;
    border: none;
    padding: 17px 30px;
    border-radius: 50px;
    border: 2px solid #250e62;
}
.btn-blue-outline {
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    color: #250e62;
    border: none;
    padding: 17px 30px;
    border-radius: 50px;
    border: 2px solid #250e62;
}
.explore-button{
	margin-right: 10px
}
.disclaimer {
    margin-top: 20px;
}

.disclaimer p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.disclaimer p strong {
    font-weight: 700;
}

.content-survey {
    width: 100%;
    min-height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-survey h2 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #444444;
    margin-bottom: 20px;
}

.btn-blue-full {
    width: 350px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #250e62;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    background-color: #250e62;
    color: #fff;
    margin-bottom: 10px;
    flex-shrink: 0;
    text-decoration: none;
}
.btn-outline-blue-full {
    width: 350px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #250e62;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    color: #250e62;
    margin-bottom: 10px;
    flex-shrink: 0;
    text-decoration: none;
}
.btn-outline-blue-full:hover {
    text-decoration: none;
    color: #250e62;
}
.btn-red-full {
    width: 350px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #c70540;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    background-color: #c70540;
    color: #fff;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.btn-red-full:hover {
    color: #fff;
}
.btn-blue-full svg,
.btn-outline-blue-full svg {
    margin-left: 10px;
}
.btn-outline-red-full {
    width: 350px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #c70540;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    color: #c70540;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.btn-outline-red-full:hover {
    color: #c70540;
}
.btn-outline-full {
    width: 350px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    background-color: #fff;
    color: black;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.btn-gray-full {
    background: rgba(100, 122, 163, 0.1);
    width: 500px;
    height: 70px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    color: #000 !important;
}

.content-survey__2 {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.item-grid {
    background-color: #fff;
    padding: 20px 30px;
    cursor: pointer;
}

.content-survey__2 h2 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 40px;
}
.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 20px;
}

.item-grid img {
    width: 100%;
    max-width: 300px;
}
.item-grid a {
    text-decoration: none;
}
.content-survey article {
    width: 550px;
    overflow-y: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
}
.content-survey article p {
    font-size: 14px;
}
.content-survey .row {
    width: 716px;
}

.form-group label {
    font-size: 11px;
    margin-bottom: 7px;
}

.form-group label span {
    color: #eb5757;
    display: inline-block;
    margin-right: 2px;
}
.wrapper-question {
    width: 534px;
}

.wrapper-question > p span.disabled {
    color: #e0e0e0;
}

.wrapper-question h4 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
}

.wrapper-question .wpcf7-list-item {
    width: 100%;
    background-color: rgba(100, 122, 163, 0.1);
    margin-left: 0;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.wrapper-question .wpcf7-list-item label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0 25px;
    cursor: pointer;
}

.wrapper-question .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
}
.mt-70 {
    margin-top: 70px;
}
.text-center {
    text-align: center !important;
}
.btn-submit.disabled,
.btn-next-form.disabled {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
    pointer-events: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 2px;
}
.content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.content-center > svg {
    margin-bottom: 50px;
}

.wrapper-button {
    margin-top: 50px;
}

.content-center h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    margin: 0;
}
#book-session .row,
#family-book-session .row {
    width: 100%;
    max-width: 397px;
}

#book-session .form-group,
#family-book-session .form-group {
    margin-bottom: 20px;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    color: #444444;
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
#booking-confirmation,
#family-booking-confirmation {
    text-align: center;
}

/* #booking-confirmation .row,
#family-booking-confirmation .row {
    margin-top: 30px;
} */

#booking-confirmation .row p,
#family-booking-confirmation .row p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

#booking-confirmation .form-group,
#family-booking-confirmation .form-group,
#appointment-confirmed-1 .form-group {
    margin-bottom: 20px;
}
p.small {
    font-size: 10px !important;
    line-height: 15px !important;
}
#booking-confirmation .form-group h3,
#family-booking-confirmation .form-group h3,
#appointment-confirmed-1 .form-group h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.item-survey h4 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}
.slideRight {
    animation: slideRight 0.5s forwards;
}
.slideLeft {
    animation: slideLeft 0.5s forwards;
}
@keyframes slideRight {
    from {
        right: -200px;
        opacity: 0;
    }
    to {
        opacity: 1;
        right: 0;
    }
}
@keyframes slideLeft {
    from {
        left: -200px;
        opacity: 0;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
.item-survey h2 {
    width: 534px;
}
#appointment-confirmed.item-survey h2 {
    width: auto;
}
.back-to-main {
    color: #c70540;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-top: 10px;
}
.back-to-main:hover {
    text-decoration: none;
    color: #c70540;
}
#connect-us textarea,
#family-personal-details textarea {
    height: 108px;
    resize: none;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: grid;
    place-content: center;
    overflow-y: scroll;
}
.popup-home{
	z-index: 999999
}
.lock-scroll {
    overflow: visible !important;
    width: auto;
}

.lock-scroll body {
    overflow: hidden !important;
}
.backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d4;
}

.backdrop-rating {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.content-popup {
    position: relative;
    z-index: 999;
    width: 600px;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
}

.content-popup h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}

.hide-popup-idle {
    display: none !important;
}
.item-grid h5 {
    font-size: 14px;
    text-transform: unset;
}

.item-grid p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.feeling-icon {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    gap: 14px;
    padding-bottom: 40px;
}

.feeling-icon svg {
    cursor: pointer;
}
.feeling-icon svg:hover > circle:first-child {
    fill: #d2f0ff;
}

#k10-end article {
    max-width: 820px;
}

#k10-end h2 {
    width: auto;
    margin-bottom: 30px;
}
.result-appointment {
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 0;
}

.result-appointment h5 {
    margin: 15px 0 0 !important;
    font-size: 12px;
    font-weight: 700;
    /* letter-spacing: 2.5px; */
}

.text-red {
    color: #c70540;
}

.result-appointment h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#appointment-confirmed p {
    width: 465px;
    margin: 0 auto;
}
.wrapper-survey .wpcf7-spinner,
.wrapper-survey .wpcf7-response-output {
    display: none;
}

/* END MOCKUP v4 STYLE */
/* Appointment */
#booking-confirmation .booking-content {
    max-width: 350px;
    background: white;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}
#appointment-confirmed-1 .booking-content {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}

#appointment-confirmed-1 .row p {
    margin: 0;
    font-size: 14px;
}
#appointment-confirmed-1 .form-group {
    margin-bottom: 20px;
}
.popup-rectangular h2 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #444444;
}
.popup-rectangular .content-popup {
    border-radius: 0;
    padding: 0;
}

.popup-rectangular .content-popup .popup-close {
    text-align: end;
    cursor: pointer;
}
.popup-rectangular .content-popup .popup-close img {
    width: 30px;
}

.popup-rectangular .content-popup .content-header {
    padding: 20px;
}

.popup-rectangular .content-popup .content-body {
    padding: 0px 40px 50px;
}

#book-session small {
    font-size: 12px;
}
/* End Appointment */

.d-desktop {
    display: block;
}

.d-mobile {
    display: none;
}
.wrapper-grid {
    margin-top: 40px;
}
.back {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}
p.note {
    font-size: 12px;
    margin-top: 5px;
}
#thankyou-submitting h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

#thankyou-submitting p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
}
#init-survey {
    position: relative;
    z-index: 999999;
}
.wrapper-hamburger {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 100px;
    cursor: pointer;
}
.menu-content {
    background-color: #fff;
    /* padding: 20px; */
    position: absolute;
    right: 100px;
    top: 90px;
    width: 230px;
    display: none;
}

.menu-content ul {
    margin-bottom: 0;
    padding: 0;
}

.menu-content ul li {
    list-style: none;
    font-size: 16px;
}
.menu-content ul li div{
    padding: 10px 20px;
}

.menu-content ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}
.menu-content ul li a:hover {
    color: #444444;
}

.menu-content ul li a svg {
    margin-right: 10px;
}
a.menu-toc {
    display: none;
}

.content-popup__rating {
    width: 534px;
    position: relative;
    z-index: 99;
    background-color: #fff;
    text-align: center;
    padding: 80px 50px;
}

.content-popup__rating .popup-close {
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.content-popup__rating h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.content-popup__rating p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.stars {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tell-us-more textarea {
    width: 100%;
    height: 108px;
    padding: 10px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    margin-top: 5px;
}
.btn-red-rouded {
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background-color: #c70540;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.content-popup__rating button {
    margin-top: 56px;
}
.stars svg {
    cursor: pointer;
}
.stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.star-hover {
    fill-opacity: 1;
}
.star-active {
    fill-opacity: 1;
}
span[data-name='rating'] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.swiper-container {
    width: 100%;
    margin: 0;
    padding: 55px 0;
    height: 100%;
}

.swiper-slide {
    opacity: 1;
    overflow: hidden;
    transition: 0.7s;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 20px;
}

.swiper-slide .counter {
    position: absolute;
    top: 1px;
    left: 50%;
    background: black;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    /* align-items: center; */
    padding-top: 11px;
    font-size: 18px;
    z-index: 10;
    transform: translate(-50%,0);
}

.single-resource-slider {
    overflow: hidden;
    height: calc(100vh - 282px);
    margin-top: 30px;
}

.swiper-slide-active {
    transform: scale(1.2) !important;
    z-index: 9;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
}
.pswp__button {
    position: absolute;
    background: unset;
}

.pswp__button--arrow--right {
    right: 80px;
}
.pswp__button--arrow--left {
    left: 80px;
}
.pswp__top-bar {
    opacity: 1;
}
.pswp__caption {
    display: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
    transition: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: gray;
    background-size: contain;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pswp__button--arrow--right:before {
    top: 0;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    content: '\f054';
    font-family: 'font awesome 5 free';
    font-weight: 900;
    color: #161616;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.pswp__button--arrow--left:before {
    top: 0;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    content: '\f053';
    font-family: 'font awesome 5 free';
    font-weight: 900;
    color: #161616;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
button.pswp__button.pswp__button--close {
    position: absolute;
    right: 0;
    top: 20px;
    background: url(default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 50px;
    height: 50px;
    background-position-y: -40px;
    z-index: 99999;
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 1;
    background: transparent !important;
}
.pswp__top-bar {
    opacity: 1;
    background: transparent !important;
}
button.pswp__button.pswp__button--fs {
    display: none;
}

button.pswp__button.pswp__button--share {
    display: none;
}
.pswp__button--zoom {
    display: none;
}
.pswp__counter {
    display: none;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: visible;
}
.image-resource {
    margin-bottom: 20px;
}
.resource-pagination {
    margin-left: 18px;
    justify-content: flex-start;
    display: flex;
    width: auto;
    margin-top: 20px;
}

.wrapper-question > h4,
.wrapper-question > p {
    color: #000;
}

.wrapper-question > p {
    font-weight: 600;
}
.wrapper-video {
    position: relative;
    height: 100%;
}

.wrapper-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;	
	height: 390px
}
.loading img {
    width: 50px;
    margin: 0 auto;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1051;
    display: none;
}

.preloader.active {
    display: block;
}

.preloader .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    opacity: 0.4;
    z-index: 1052;
}

.inner-preloader {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index:1053;
}

.inner-preloader img {
    width: 100%;
}

.date-preload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.date-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.date-bg-drop{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: gray;
    opacity: 0.3;
}
/* Preloader */
.yana-date[readonly],
.family-yana-date[readonly] {
    background-color: #fff;
}
.yana-date[disabled],
.family-yana-date[disabled] {
    background-color: #e9ecef;
}

#page404 h1 {
    font-size: 5rem;
}
.loading {
    width: 100%;
    text-align: center;
    padding: 90px 0;
}
.mid-number-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.pagination > li > a {
    display: block;
    margin: 0;
    padding: 0 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
ul.pagination {
    font-family: inherit;
    line-height: 36px;
    margin: 30px auto 0;
    padding: 0;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-size: 16px;
    display: flex;
}
ul.pagination > li.active > a,
ul.pagination > li.active > a:focus,
ul.pagination > li.active > a:hover {
    cursor: default;
    color: #fff;
    border: 1px solid #020e50;
    outline: 0;
    background-color: #020e50;
}
ul.pagination > li > a:hover {
    border: 1px solid #fff;
}
/* Responsive Start */

#sos-btn a {
    text-decoration: unset;
}

.wpcf7_ {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#page-redirected img,
#appointment-cancel img,
#family-appointment-failed img,
#appointment-failed img {
    width: 100%;
    max-width: 100px;
}

#page-success img{
    width: 100%;
    max-width: 150px;
}

#privacy-policy li p {
    margin-left: 8px;
}

.img-d-desktop {
    text-align: right;
}

.item-survey img.yana-img{
    width: auto;
    max-width: 170px;
    margin-bottom: 20px;
}

#k10-end img {
    width: auto;
    max-width: 250px;
    margin-bottom: 20px;
}

.swiper-slide img {
    cursor: pointer;
}

.empty-resources {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 50%;
    padding-top: 50px;
}

@media only screen and (max-width: 1600px) and (min-width: 1024px)  {
    .item-grid img {
        max-height: 23vh;
        object-fit: contain;
    }
    .wrapper-grid {
        margin-top: 20px;
    }
    .item-survey__logo {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .img-d-desktop {
        text-align: center;
    }
    .pswp__button--arrow--right {
        right: unset;
        top: unset;
        left: 70px;
        bottom: 30px;
    }
    .pswp__button--arrow--left {
        top: unset;
        left: 20px;
        bottom: 30px;
    }
    .single-resource-slider {
        height: 45vh;
    }
    .content-popup__rating {
        width: 328px;
        padding: 60px 15px 40px;
    }

    .content-popup__rating h2 {
        font-size: 21px;
        line-height: 28px;
    }

    .stars svg {
        width: 40px;
    }

    .stars {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .content-popup__rating button {
        margin-top: 36px;
    }

    .content-popup__rating .popup-close img {
        width: 25px;
    }

    .content-popup__rating .popup-close {
        top: 8px;
        right: 8px;
    }
    .wrapper-hamburger {
        position: absolute;
        top: 0;
        z-index: 999;
        right: 0;
        height: 90px;
        display: flex;
        align-items: center;
        padding: 0 100px;
        cursor: pointer;
    }

    .menu-content {
        width: 100vw;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        z-index: 999;
        padding: 85px 50px;
    }

    .menu-content ul li a {
        font-size: 18px;
    }

    .wrapper-hamburger > svg {
        position: relative;
        z-index: 99999;
    }
    #k10-end h2 {
        font-size: 21px;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .content-center article {
        width: 100%;
    }

    #k10-end p {
        width: 100%;
        margin-bottom: 0;
    }

    .wrapper-button {
        margin-top: 40px;
        max-width: 100%;
    }
    .wrapper-question {
        max-width: 100%;
        padding-top: 20px;
    }
    .content-popup {
        width: 500px;
        margin: 0 auto;
    }
    .form-group .col-md-6 {
        margin-bottom: 15px;
    }
    .d-desktop {
        display: none;
    }
    .d-mobile {
        display: block;
    }
    .form-group .col-md-6:last-child {
        margin-bottom: 0;
    }

    .nav-form ul {
        grid-template-columns: 1fr;
    }
    .intro-text h2 {
        margin-bottom: 0;
    }

    .avatar {
        display: block;
        margin: 0 auto 30px;
    }

    .intro-text p {
        text-align: center;
        margin-bottom: 40px;
    }

    .intro-text {
        align-items: center;
    }
	.main-button-container{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.explore-button{
		margin-bottom: 10px;
		margin-right: 0
	}
.dis
    .item-survey {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 90px;
        padding-bottom: 40px;
    }
    .content-survey {
        justify-content: flex-start;
    }
    .item-survey__logo {
        margin-bottom: 28px;
        margin-left: auto;
        margin-right: auto;
    }
    .content-survey__2 .item-survey__logo {
        margin-left: unset;
    }
    .wrapper-grid {
        margin-top: 28px;
    }
    .grid-2 {
        grid-template-columns: 1fr;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .content-survey__2 h2 {
        font-size: 21px;
    }

    .grid-2-col {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .content-survey__2 {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .intro-text h2 {
        font-size: 27px;
        line-height: 32px;
    }

    .disclaimer {
        margin-top: 36px;
    }

    .disclaimer p {
        margin-bottom: 0;
        font-size: 10px;
        line-height: 16px;
    }

    .grid-3 {
        grid-template-columns: 1fr;
    }
    .content-survey .row {
        max-width: 100%;
        margin-left: unset;
        margin-right: unset;
    }
    a.menu-toc {
        font-size: 14px;
        text-decoration: none;
        position: absolute;
        left: 50px;
        bottom: 40px;
        display: block;
    }
    .menu-content {
        right: 0;
        top: 0;
        left: 0;
        position: fixed;
        width: 100vw;
        height: 100vh;
        padding: 85px 25px 0;
    }

    .swiper-slide .counter {
        width: 35px;
        height: 35px;
        font-size: 12px;
        padding-top: 9px;
    }
}

@media (max-width: 480px) {
    #contact-form-surveys .item-survey {
        background: unset;
    }
    .grid-2-col .text-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #book-session .row,
    #family-book-session .row {
        width: 353px;
    }
    .wrapper-video iframe {	
		position: absolute;	
		top: 0;	
		left: 0;	
		width: 100%;	
	}
    .image-resource {
        margin-bottom: 0;
        padding: 0;
        flex: 1;
    }

    .desc-resources p {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .resources-page .content-item .title {
        font-size: 16px;
        line-height: 21px;
        height: auto;
    }

    .resources-page .content-item .date {
        font-size: 10px;
    }
    .single-resource-slider {
        height: 256px;
        margin-top: 0;
    }
    section.single-resources-page__section h1 {
        font-size: 16px;
    }
    .swiper-container {
        width: 100%;
        margin: 0;
        padding: 45px 0;
        height: 100%;
    }
    #booking-confirmation .form-group h3,
    #family-booking-confirmation .form-group h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }
    .container-booking p {
        font-size: 14px;
    }
    .booking-content p {
        font-size: 11px;
    }
    .menu-content ul li a {
        font-size: 16px;
    }
    .menu-content.show {
        padding: 85px 25px;
    }
    .wrapper-hamburger {
        height: 64px;
        padding: 0 25px;
    }
    #thankyou-submitting p {
        max-width: 100%;
        text-align: center;
    }
    .popup-rectangular h2 {
        font-size: 21px;
    }
    .content-popup {
        width: 80vw;
        margin: 0 auto;
    }
    .mt-70 {
        margin-top: 30px;
    }

    .content-center h2 {
        font-size: 21px;
        line-height: 28px;
        text-align: center;
        width: 100%;
    }

    .result-appointment h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .result-appointment {
        padding: 15px 5px;
    }

    #appointment-confirmed p {
        width: 100%;
    }
    .mt-70 {
        margin-top: 30px;
    }
    .content-survey article {
        max-width: 100%;
    }

    .btn-outline-full,
    .btn-red-full,
    .btn-outline-red-full {
        max-width: 100%;
    }
    .feeling-icon {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 40px;
    }
    .content-survey article {
        max-width: 100%;
    }
    .back {
        height: 64px;
        padding: 0 25px;
    }
    .item-survey {
        padding: 64px 20px 40px;
    }
    .avatar {
        display: block;
        margin: 0 auto 20px;
        width: 240px;
    }
    .item-survey__logo {
        margin-bottom: 20px;
        display: inline
    }
    .item-survey__logo img {
        height: 50px;
    }
    .content-survey h2 {
        display: block;
        max-width: 100%;
        font-size: 21px;
    }
    .btn-blue-full,
    .btn-outline-blue-full {
        max-width: 100%;
    }

    .btn-gray-full {
        max-width: 100%;
    }
    .wrapper-grid {
        margin-top: 20px;
    }
    .item-grid h5 {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 0;
    }
}
/* Responsive End*/

/* resource page */
.resources-page {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 60px;
}
.single-resources-page__section {
    min-height: 100vh;
    padding-top: 80px;
    background: linear-gradient(
        243.08deg,
        #f9efed 0%,
        #fffaf2 69.27%,
        #f0f5ff 100%
    );
}
.resources-page .card {
    height: 100%;
    margin-bottom: 0 !important;
}
.resources-page .item-filter {
    color: #fff;
    background-color: #e5dada;
    border: none;
    transition: 500ms;
}

.resources-page .item-filter.active {
    color: #fff;
    background-color: #c70540;
}

.resources-page .item-filter:hover {
    color: #fff;
    background-color: #c70540;
    transition: 500ms;
}

.resources-page .content-item {
    margin-bottom: 30px;
}

.resources-page .content-item .date {
    font-size: 11px;
}

.resources-page .content-item a {
    text-decoration: none;
}

.resources-page .content-item .title {
    font-weight: 600;
    overflow: hidden;
}

.resources-page {
    background: linear-gradient(
        243.08deg,
        #f9efed 0%,
        #fffaf2 69.27%,
        #f0f5ff 100%
    );
}

.resources-detail .swiper-slide.active {
    width: 40% !important;
    cursor: default;
}

.resources-detail .swiper-slide {
    width: 30% !important;
    cursor: pointer;
}

.resources-detail .splide__slide.is-active.is-visible {
    width: 40% !important;
}

.resources-detail .splide__slide.is-prev,
.resources-detail .splide__slide.is-next {
    width: 30.5% !important;
}

.image-single{	
    width: 100%	
}

/* End Appointment */

/* MOBILE VERSION */
.resources-page .search-bar {
    padding: 10px 15px;
}

@media (max-width: 767px) {
    #yana-resource-page .container {
        margin-top: 60px;
    }
    .image-single{	
		width: 100%	
	}
    .resource-pagination {
        margin-bottom: 130px;
        margin-left: auto;
        margin-right: auto;
    }

    .image-resource {
        margin-bottom: 0;
        /* padding: 40px 0 40px 40px; */
        flex: 1;
    }

    .desc-resources {
        flex: 3;
    }
    .filter-box.pb-3 {
        width: max-content;
        margin-top: 10px;
    }

    .wrapper-boxes {
        overflow-x: auto;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .wrapper-boxes::-webkit-scrollbar {
        display: none;
    }
    .resources-page .item-filter {
        color: #fff;
        background-color: #e5dada;
        border: none;
        transition: 500ms;
        display: inline;
    }
    .resources-page .item-filter.active {
        color: #fff;
        background-color: #c70540;
    }
    .resources-page .item-filter:hover {
        color: #fff;
        background-color: #c70540;
        transition: 500ms;
    }
    .resources-page .content-item {
        margin-bottom: 30px;
    }
    .resources-page .content-item .date {
        font-size: 11px;
    }
    .resources-page .content-item .title {
        /* font-size: 16; */
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: fit-content;
        white-space: normal;
    }
    .resources-page {
        padding: 16px;
        background: linear-gradient(
            243.08deg,
            #f9efed 0%,
            #fffaf2 69.27%,
            #f0f5ff 100%
        );
    }
    .resources-page .search-bar {
        width: 100% !important;
    }
    .resources-page .swiper-slide {
        font-size: 13px;
        width: fit-content !important;
    }
}

/* end resource page */

/* Homepage List */
.carey-list img {
    width: 35px;
}
.carey-list li {
    padding: 0;
    margin-top: 6px;
}

.carey-list {
    padding-left: 20px;
}

.text-red-bold {
    font-weight: bold;
    color: #CC1F42;
}

.carey-list li {
    margin: 0;
}

.carey-list li span {
    font-size:15px;
}

.text-blue {
    color: #250e62;
}

.f-24 {
    font-size: 22px !important;
}
.text-bold {
    font-weight: bold !important;
}

.item-survey__logo.not-active {
    cursor: default;
}

@media (max-width: 768px){
    #init-survey .intro-text {
        align-items: start !important;
    }
    .f-24 {
        font-size: 18px !important;
    }

    #init-survey .main-button-container {
        margin-left: auto;
        margin-right: auto;
    }
}
