
.quidance-lp--main-wrapper {
    background: #fff;
}
.quidance-lp--main-wrapper * {
    box-sizing: border-box;

}
.quidance-lp--main-wrapper .quidance-lp--hero {
    max-width: 100vw;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    position: relative;
}
.quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-bg {}
.quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-bg img {
    height: 100%;
    width: 100%;
    object-position: top;
    object-fit: cover;
}
.quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-container {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    max-width: 1758px;
    width: 100%;
}
.quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-container .quidance-lp--hero-content {
    width: 50%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #987AAF;
    background: linear-gradient(270deg, rgba(152, 122, 175, 1) 91%, rgba(152, 122, 175, 0) 100%);
}
.quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-container .quidance-lp--hero-content .h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: clamp(2.125rem, 1.6789rem + 1.8301vw, 3.875rem);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-container .quidance-lp--hero-content .h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: clamp(1.5rem, 1.2132rem + 1.1765vw, 2.625rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.quidance-lp--main-wrapper .btn-orange {
    font-size: clamp(1rem, 0.7451rem + 1.0458vw, 2rem) !important;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    text-transform: uppercase;
    height: 60px;
    margin-top: 20px;
}

.quidance-lp--main-wrapper .quidance-lp--container-large{
    max-width: 1758px;
    width: 100%;
    margin: 0 auto;
}

.quidance-lp--calendar{
    max-width: 1758px;
    width: 100%;
    margin: 0 auto;
}

.quidance-lp--calendar iframe {
	border-width: 0px;
	border-style: none;
	border-color: unset;
	border-image: none;
	width: 100%;
	height: 1700px;
    padding-bottom: 80px;
}

.quidance-lp--main-wrapper .quidance-lp--cards {
    width: 100%;
    padding: 80px;
}

.quidance-lp--main-wrapper .quidance-lp--cards-item {
    max-width: 1758px;
    width: 100%;
    background: #F6F5F0;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.quidance-lp--main-wrapper .quidance-lp--cards-item + .quidance-lp--cards-item {
    margin-top: 60px;
}
.quidance-lp--main-wrapper .quidance-lp--cards-item.rev {
    flex-direction: row-reverse;
}

.quidance-lp--main-wrapper .quidance-lp--cards-item picture {
    width: 28%;
    height: 370px;
}

.quidance-lp--main-wrapper .quidance-lp--cards-item picture img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.quidance-lp--main-wrapper .quidance-lp--cards .quidance-lp--cards-item-content {
    padding: 20px;
    width: 72%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quidance-lp--main-wrapper .quidance-lp--cards .quidance-lp--cards-item-content .h2,
.quidance-lp--faq .h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.quidance-lp--main-wrapper .quidance-lp--cards .quidance-lp--cards-item-content p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: clamp(1.125rem, 0.902rem + 0.915vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.quidance-lp--faq .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}


.quidance-lp--faq {
    background-color: #EBEBFF;
    padding: 20px 0;
    overflow: hidden;
}

.quidance-lp--faq .accordion-item {

}

.quidance-lp--faq .accordion-header {
    cursor: pointer;
    color: #000;
    font-family: Montserrat;
    font-size: clamp(1rem, 0.7451rem + 1.0458vw, 2rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    line-height: normal;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.quidance-lp--faq .accordion-header > span {
    width: 90%;
    display: flex;
}

.quidance-lp--faq .accordion-content {
    display: none;
    
    background-color: #f9f9f9;
}

.quidance-lp--faq .accordion-content {
    color: #000;
    font-family: Montserrat;
    font-size: clamp(1rem, 0.7451rem + 1.0458vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
    position: relative;
    background-color: #fff;
    overflow: visible !important;
}

.quidance-lp--faq .accordion-content * { 
    position: relative;
    z-index: 1;
}

.quidance-lp--faq .accordion-content .inner {
    height: 100%;
    padding: 10px;
    overflow: hidden;
}

.quidance-lp--faq .accordion-content::before,
.quidance-lp--faq .accordion-content::after {
    content: "";
    display: inline-block;
    width: 50vw;
    height: 100%;
    position:absolute;
    z-index: 0;
    top: 0;
    left: -50vw;
    background-color: #fff;
    pointer-events:none ;
}
.quidance-lp--faq .accordion-content::after {
    left: 50vw;
}

.quidance-lp--faq .accordion-header path,
.quidance-lp--faq .accordion-header svg {
    fill: #000;
}

.quidance-lp--faq .accordion-header svg {
    transition: all .2s linear;
    transform: rotate(0deg);
}
.quidance-lp--faq .accordion-header.current svg {
    transform: rotate(90deg);
}

@media (max-width: 1499.98px) {
    .quidance-lp--main-wrapper br {
        display: none;
    }
}

@media (max-width: 1400px) {
    .quidance-lp--faq .accordion-header {
        margin: 0;
        padding: 15px;
    }
}


@media (max-width: 1199.98px) {
    .quidance-lp--main-wrapper .quidance-lp--hero {
        height: 400px;
    }
    .quidance-lp--main-wrapper .quidance-lp--cards {
        padding: 60px;
    }
}

@media (max-width: 991.98px) {
    .quidance-lp--main-wrapper .quidance-lp--hero {
        height: 360px;
    }
    .quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-container .quidance-lp--hero-content {
        width: 65%;
    }
    .quidance-lp--main-wrapper .quidance-lp--cards {
        padding: 40px;
    }

	.quidance-lp--calendar iframe {
        padding-bottom: 40px;
		height: 1780px;
	}

}

@media (max-width: 768px) {
    .quidance-lp--main-wrapper .quidance-lp--hero {
        height: 625px;
    }
    
    .quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-container {
        left: 0;
        top: 0;
        height: 100%;
        transform: none;
        justify-content: flex-end;
    }
    .quidance-lp--main-wrapper .quidance-lp--hero .quidance-lp--hero-container .quidance-lp--hero-content {
        width: 100%;
        height: 40%;
        background: #987AAF;
        background: linear-gradient(0deg, rgba(152, 122, 175, 1) 91%, rgba(152, 122, 175, 0) 100%);
    }
    .quidance-lp--main-wrapper .quidance-lp--cards {
        padding: 20px;
    }

    .quidance-lp--main-wrapper .quidance-lp--cards-item {
        flex-direction: column !important;
    }

    .quidance-lp--main-wrapper .quidance-lp--cards-item picture {
        width: 100%;
        height: auto;
    }
    .quidance-lp--main-wrapper .quidance-lp--cards .quidance-lp--cards-item-content {
        padding: 40px;
        width: 100%;
    }

	.quidance-lp--calendar iframe {
        padding-bottom: 20px;
		height: 1760px;
	}
   
    .quidance-lp--main-wrapper .quidance-lp--cards-item + .quidance-lp--cards-item {
        margin-top: 20px;
    }

    .quidance-lp--faq .accordion-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    }
       
    .quidance-lp--faq .accordion {
        border-top: 1px solid rgba(0, 0, 0, 0.30);
        margin-top: 20px;
    }

    .quidance-lp--faq .accordion-content .inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    }
}

@media (max-width: 575.98px) {
    .quidance-lp--main-wrapper .quidance-lp--hero {
        height: 435px;
    }
    .quidance-lp--main-wrapper .btn-orange {
        height: 40px;
        line-height: 40px;
    }
    .quidance-lp--main-wrapper .quidance-lp--cards {
        padding: 10px;
    }
	.quidance-lp--calendar iframe {
        padding-bottom: 10px;
		height: 1750px;
	}
}
