/*********************
START: ARCHIVE HERO INNER
*********************/
.archiveHeroInner {
    margin-block: 100px;
}

.archiveHeroInner h1 {
    margin-block-end: 2rem;
}

.archiveHeroInner p.text--middle {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
}

.archiveHeroInner picture img {
    width: 100%;
	height: auto;
    max-width: 1272px;
    margin-block-start: 4rem;
    border-radius: var(--border-radius-20);
	margin-inline: auto;
	display: block;
}

/*********************
END: ARCHIVE HERO INNER
*********************/

/*********************
START: IMPORTANT
*********************/
.important p {
    margin-block: 1rem 2.5rem;
}

.important ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.important ul li {
    padding-block: 1.5rem;
    padding-inline: 3.5rem 1.5rem;
    border-radius: var(--border-radius-15);
    border: 1px solid #C0BDB9;
    position: relative;
    margin: 11px;
    flex-basis: calc(33.33% - 22px);
}


.important ul li::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    border-radius: 2px;
    right: -1px;
    top: 1.5rem;
    background-color: var(--primary-color);
}

.important ul li::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 1.5rme;
    right: 1.5rem;
    background-repeat: no-repeat;
    background-image: url("../img/icons/check.svg");
}

/*********************
END: IMPORTANT
*********************/

/*********************
START: LEGAL ADVICE
*********************/
.legalAdvice {
    padding-block: 8rem;
    background-color: var(--secondary-color);
}

.legalAdvice ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-inline: auto;
    margin-block-start: 2.5rem;
}

.legalAdvice ul li {
    position: relative;
    min-height: 200px;
    margin: 16px;
    padding: 2.5rem;
    flex-basis: calc(50% - 32px);
    border-radius: var(--border-radius-15);
    border: 1px solid var(--border-color);
    background-color: var(--baseLight-color);
}

.legalAdvice ul li::before {
    position: absolute;
    content: "";
    top: 55px;
    right: -2px;
    width: 3px;
    height: 50px;
    border-radius: 3px;
    background-color: var(--primary-color);
}


.legalAdvice ul li img {
    width: 80px;
    height: 80px;
    margin-block-end: 1.25rem;
    transition: all 0.3s ease;
}

.legalAdvice ul li p {
    font-weight: 500;
    margin-block-start: 0.5rem;
    line-height: var(--line-height150);
	font-size: var(--text-lg);
}

.legalAdvice ul li h4{
	font-size: var(--text-xl);
}

/*********************
END: LEGAL ADVICE
*********************/

/*********************
START: NEED
*********************/
.need--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.need--box,
.need--text {
    width: 48%;
}

.need--text p {
    margin-block-start: 2rem;
}

.need--box {
    position: relative;
    padding: 2rem;
    background-color: var(--primary-color);
    border-radius: var(--border-radius-20);
    min-height: 196px;
    display: flex;
    align-items: center;
}

.need--box p, 
.need--box li{
    font-style: italic;
    max-width: calc(100% - 160px);
    width: 100%;
    color: var(--baseLight-color);
    text-align: justify;
    line-height: var(--line-height150);
}

.need--box li{
	list-style: decimal;;
}

.need--box li:not(:last-child){
	margin-block-end: 0.25rem;
}

.need--box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 152px;
    height: 196px;
    background-repeat: no-repeat;
    background-image: url("../img/vector-2.svg");
}

/*********************
END: NEED
*********************/


/*********************
START: BENEFITS
*********************/
.benefits ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-block-start: 2rem;
}

.benefits ul li {
    margin: 12px;
    flex-basis: calc(25% - 24px);
    padding: 2rem;
    border-radius: var(--border-radius-20);
    background-color: var(--bg-color-2);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 280px;
    justify-content: center;
}

.benefits ul li img {
    width: 80px;
    height: 80px;
    margin-block-end: 2rem;
}

.benefits ul li > div > p{
	font-size: 16px;
	margin-block-start: 0.5rem;
}
/*********************
END: BENEFITS
*********************/

/*********************
START: START
*********************/
.start--content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.start--box,
.start--text {
    width: 48%;
}

.start--text p {
    margin-block-start: 2rem;
}

.start--box {
    position: relative;
    padding: 4rem;
    background-color: var(--bg-color);
    border-radius: var(--border-radius-20);
    min-height: 200px;
    /* display: flex;
    align-items: center; */
}

.start--text img{
	width: 83px;
	margin-block-end: 1.5rem
}

.start--box p {
    width: 100%;
    color: var(--baseDark-color);
    text-align: justify;
    line-height: var(--line-height150);
}

.start--box a.btn{
	margin-block-start: 2rem;
}
/*********************
END: START
*********************/
/* faq */
.faq{
	background-color: var(--bg-color);
	padding-block-end: 5rem;
}

.faq--content {
    width: 70%;
    margin-inline: auto;
}

.faq--content h3 {
    font-weight: 700;
    margin-block:4rem 1.5rem;
    line-height: var(--line-height140);
}

ul.faq--list {
	margin-block-end: 0;
	background-color: unset;
}

ul.faq--list li {
    padding: 1.25rem 1.8rem;
    transition: all 0.3s ease;
    border-radius: var(--border-radius-15);
    border: 1px solid transparent;
    background-color: var(--baseLight-color);
}

ul.faq--list li:before{
	content: unset;
}

ul.faq--list li:not(:last-child) {
    margin-block-end: 1rem;
}

ul.faq--list li.active {
    border: 1px solid var(--primary-color);
}

ul.faq--list li .accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

ul.faq--list li .accordion h5 {
    font-weight: 500;
    line-height: var(--line-height140);
    transition: all 0.1s ease;
	width: calc(100% - 35px);
	color:var(--text-color-2);
	margin-block:0;
}

ul.faq--list li.active .accordion h5 {
    font-weight: 600;
	 transition: all 0.1s ease;
}

ul.faq--list li .accordion .icon{
	display: block;
    position: relative;
    height:2px;
    width:16px;
}

ul.faq--list li .accordion .icon:before,
ul.faq--list li .accordion .icon:after{
    background: var(--text-color-2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transition: all 0.3s ease;
}

ul.faq--list li .accordion .icon:before {
    top: 0px;
}

ul.faq--list li .accordion .icon::after {
    top: 0px;
    transform: rotate(90deg);
}

ul.faq--list li .accordion.open .icon::after {
    transform: rotate(0deg);
}

ul.faq--list li .panel {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}

ul.faq--list li .panel p {
    margin: 20px 0px 10px 20px;
    text-align: justify;
}
/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1320px) and (max-width: 1439px) {}

@media screen and (max-width: 1319px) {}

@media screen and (max-width: 1200px) {
    .legalAdvice ul {
        width: 95%;
    }

    .legalAdvice ul li {
        padding: 2rem;
        margin: 12px;
        flex-basis: calc(50% - 24px);
    }

    .legalAdvice ul li img {
        width: 70px;
        height: 70px;
    }

    .benefits ul li {
        margin: 8px;
        flex-basis: calc(25% - 16px);
    }
}

@media screen and (max-width: 992px) {
    .important ul li {
        flex-basis: calc(50% - 22px);
    }

    .legalAdvice ul {
        width: 100%;
    }

    .legalAdvice ul li {
        margin: 8px;
        flex-basis: calc(50% - 16px);
    }

    .benefits ul li {
        margin: 12px;
        flex-basis: calc(50% - 24px);
    }
	
	.faq--content {
		width: 80%;
	}
}

@media screen and (max-width: 768px) {
    .legalAdvice ul li {
        padding: 1.5rem;
    }

    .legalAdvice ul li img {
        width: 60px;
        height: 60px;
    }

    .need--content,
    .start--content {
        flex-direction: column;
        row-gap: 2rem;
    }

    .need--text p,
    .start--text p {
        margin-block-start: 1rem;
    }

    .need--text,
    .need--box,
    .start--text,
    .start--box {
        width: 100%;
    }
	
	.faq--content {
		width: 90%;
	}
}

@media screen and (max-width: 576px) {
    .important ul li {
        flex-basis: calc(100% - 22px);
    }

    .legalAdvice ul li {
        margin: 16px;
        flex-basis: calc(100% - 32px);
    }
	
	.faq--content {
		width: 100%;
	}
}

@media screen and (max-width: 425px) {
    .benefits ul li {
        margin: 12px;
        flex-basis: calc(100% - 24px);
    }
}

@media screen and (max-width: 375px) {}

/*********************
END: MEDIA
*********************/