.faq{display:flex;flex-direction:column}.faq-wrapper{background-color:#fff;padding:3.5rem;display:flex;justify-content:space-between;gap:5rem;border-radius:1.5rem}@media screen and (max-width:1024px){.faq-wrapper{gap:2rem}}@media screen and (max-width:768px){.faq-wrapper{flex-direction:column;gap:1.5rem;padding:2.5rem;border-radius:1rem}}@media screen and (max-width:425px){.faq-wrapper{gap:1rem;padding:1.25rem}}.faq-title-area{flex:1 1}.faq-title{color:var(--hd-text-dark-900);text-align:start}.faq__content{width:57%}@media screen and (max-width:768px){.faq__content{width:100%}}.faq__content-list{display:flex;flex-direction:column}.faq__content-item{background-color:rgba(0,0,0,0);text-align:start;border:none;border-bottom:1px solid #d6d6d6}.faq__content-item:last-child{border-bottom:none}.faq__content-item-query-area{display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;padding:2.25rem 0}@media screen and (max-width:768px){.faq__content-item-query-area{padding:1.625rem 0}}.faq__content-icon{display:flex;transition:transform .3s ease,opacity .3s ease}.faq__content-icon.open{transform:rotate(180deg) scale(1.1);opacity:.9}.faq__content-icon img{width:1.5rem;height:1.5rem;transition:transform .3s ease,opacity .3s ease}@media screen and (max-width:375px){.faq__content-icon img{width:1.25rem;height:1.25rem}}.faq__content-item-answer{color:var(--hd-text-gray-800);margin-top:.875rem}.faq__content-item-answer.hide{display:none}.faq__content-item-answer.show{display:block}.get-started{background-repeat:no-repeat;background-size:cover;background-position:50%;padding:3.5rem 0;background-color:var(--hd-bg-white)}@media screen and (max-width:768px){.get-started{padding:2.5rem 0}}@media screen and (max-width:425px){.get-started{padding:2rem 0}}.get-started-wrapper{display:flex;flex-direction:column;align-items:center}.get-started-text{text-align:center;max-width:31.25rem}.related-article,.related-article__wrapper{display:flex;flex-direction:column}.related-article__boxes{display:flex;flex-wrap:wrap;width:100%;gap:1.875rem}.related-article__box{width:calc((100% - 1.875rem)/2);display:flex;justify-content:space-between;gap:1.875rem}@media screen and (max-width:1024px){.related-article__box{flex-direction:column}}@media screen and (max-width:768px){.related-article__box{gap:1.5rem}}@media screen and (max-width:600px){.related-article__box{width:100%;gap:1rem}}.related-article__image-wrapper{position:relative;width:47%;border-radius:1.5rem;overflow:hidden}@media screen and (max-width:1024px){.related-article__image-wrapper{width:100%}}@media screen and (max-width:768px){.related-article__image-wrapper{border-radius:1.25rem}}.related-article__image{position:relative;display:flex;height:100%}.related-article__image:before{content:"";display:block;padding-top:100%}@media screen and (max-width:1024px){.related-article__image:before{padding-top:76%}}.related-article__image img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover}.related-article__image-info{position:absolute;bottom:7%;left:7%;display:flex;flex-wrap:wrap;gap:.625rem}@media screen and (max-width:768px){.related-article__image-info{bottom:4%;left:4%;gap:.375rem}}@media screen and (max-width:425px){.related-article__image-info{bottom:1rem;left:1rem;gap:.375rem}}.related-article__image-item{background-color:var(--hd-bg-white);color:var(--hd-text-black);border-radius:.25rem;padding:.5rem .625rem;font-size:.875rem}@media screen and (max-width:768px){.related-article__image-item{font-size:.625rem;padding:.375rem .5rem}}@media screen and (max-width:500px){.related-article__image-item{font-size:.625rem}}.related-article__content{width:47%;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1024px){.related-article__content{width:100%}}.related-article__content-info{display:flex;flex-direction:column}.related-article__title-link{text-decoration:none}.related-article__content-title{font-family:var(--SF_Pro),sans-serif;color:var(--hd-title-dark-900);font-size:1.5rem;font-weight:700}@media screen and (max-width:768px){.related-article__content-title{font-size:1.125rem}}@media screen and (max-width:500px){.related-article__content-title{font-size:1.125rem}}.related-article__content-link{color:var(--hd-link-red);gap:.875rem}@media screen and (max-width:768px){.related-article__content-link{gap:.5rem}}.related-article__see-more-wrapper{width:100%;background-color:rgba(238,37,60,.0392156863);list-style:none;display:flex;border-radius:3rem;margin-top:4.25rem}@media screen and (max-width:768px){.related-article__see-more-wrapper{margin-top:2.5rem}}@media screen and (max-width:425px){.related-article__see-more-wrapper{margin-top:1.5rem}}.related-article__see-more-wrapper:hover .related-article__see-more-link img{transform:translate(.313rem)}.related-article__see-more-link{text-transform:uppercase;display:flex;justify-content:center;align-items:center;width:100%;text-decoration:none;color:var(--hd-link-red);font-size:1.25rem;font-weight:700;gap:.625rem;padding:.625rem}@media screen and (max-width:600px){.related-article__see-more-link{font-size:1.125rem}}@media screen and (max-width:425px){.related-article__see-more-link{font-size:.875rem}}.related-article__see-more-link img{width:1.5rem;height:1.5rem;transition:.3s ease-in-out}@media screen and (max-width:425px){.related-article__see-more-link img{width:1.25rem}}