.text-left {
    text-align: left;
}

.justify-content-left {
    justify-content: left !important;
}

.d-flex {
    display: flex;
}

.flex-colum {
    flex-direction: column;
}

.h-fit-content {
    height: fit-content;
}

.align-items-center {
    align-items: center;
}

.header {
    background-color: white;
}

.page-home .baner {
    background-color: #ffffff;
}

.page-home .baner__image {
    margin: unset;
    padding: unset;
    margin-top: auto !important;
}

.page-home .baner__image img {
    max-width: 113%;
}

.p-5 {
    padding-bottom: 5em;
}

.pt-3 {
    padding-top: 3em;
}

.pt-5 {
    padding-top: 5em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pb-2 {
    padding-bottom: 2em;
}

.pb-5 {
    padding-bottom: 5em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.rounded {
    border-radius: 50%;
}

.w-50 {
    width: 50%;
}

.mt-auto {
    margin-top: auto !important;
}

.justify-content-center {
    justify-content: center;
}

.section-personas {
    background: #ffffff;
}

.section-personas__header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-personas__connector {
    position: absolute;
    top: 182px;
    left: 70px;
}

.section-personas__divider {
    position: absolute;
    top: 85px;
    left: 100px;
    z-index: 9999;
}

.section-personas .boxes {
    flex-direction: column;
    gap: 0;
}

.section-personas .boxes__item {
    min-height: unset;
    height: 368px;
}

.section-personas .boxes__item__info {
    width: calc(100% - 325px);
    background: #f8fafc;
    border-radius: 16px 0 0 16px;
}

.section-personas .boxes__item__image {
    width: 325px;
}

.section-magic {
    background: #f4f7fa;
}

.section-magic .boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.section-magic .row .column:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-magic .row .column:nth-child(2) .container {
    width: 70%;
}

.section-magic .section-title,
.section-magic .body-medium {
    text-align: left;
}

.integrations {
    padding-top: 0;
}

.integrations .row {
    background: #ffffff;
    padding-top: 4em;
    border-radius: 16px;
}

.clients {
    background: #ffffff;
}

.clients .column {
    border: 1px solid #d7e2ef;
    border-radius: 12px;
    padding: 48px;
}

.login__body {
    background: #f4f7fa;
}

.login .section-title {
    color: #000000;
}
.login .body-medium {
    color: #414c58;
}

.login .reviews .review {
    background: #ffffff;
}

.login .reviews .review .review__text {
    color: #6d7d8e;
}

.reviews .role {
    color: black !important;
    font-weight: bold !important;
}

.footer {
    background: #ffffff;
}

.footer .footer__top {
    padding-bottom: 20px;
}

.footer .footer__top--left {
    width: 100%;
}

.footer .footer__book-demo {
    padding-bottom: 40px;
    border-bottom: 1px solid #d7e2ef;
}

.footer .footer__bottom__copy {
    padding-top: 40px;
}

.footer .footer__bottom {
    border-top: none;
    padding-top: 0;
}

.footer__bottom__row--left {
    width: 100%;
}

.footer__bottom__row--right {
    margin-top: 50px;
    width: 100%;
}

.footer__bottom__row .text-wrapper {
    display: inline-block;
}

.footer__bottom__row--right .footer-section-title {
    margin-top: 20px;
    text-decoration: underline;
}

.footer-title .arrow {
    -webkit-animation: arrowAnimation 3s infinite;
    animation: arrowAnimation 3s infinite;
    width: 120px;
    display: inline-block;
}

.footer-title .arrow img {
    width: 52px;
    height: 49px;
}

.section-one:before {
    background: none;
}

.customers-baner {
    background-color: #ffffff;
}

.featured-article {
    margin-bottom: 0;
    padding-bottom: 48px;
}

.featured-article,
.posts-listing.grid3 {
    background-color: #ffffff;
}

.blog-page .posts-listing.grid3 {
    padding-bottom: 96px;
}

.single-post .posts-listing.grid3,
.blog-page .featured-article__item__content {
    background-color: #f4f7fa;
}

.blog-page .posts-listing.grid4 .post-item__content,
.single-post .post-item__content {
    background-color: #ffffff;
}

.single-post .author {
    display: flex !important;
}

.blog-page .about-join,
.single-post .about-join,
.single-post .about-join .row {
    display: block !important;
}

.about-baner.cs-baner,
.about-baner.cs-baner .right {
    background-color: #ffffff;
}

.about-baner.cs-baner {
    padding-bottom: 0;
}

.about-baner__box .right .h5 {
    margin-bottom: 96px;
}

.post-item__content {
    background-color: #f4f7fa;
}

.cs-section {
    margin-top: 96px;
}

.cs-section__categories:after {
    display: none;
}

.cs-section__posts__footer {
    background: transparent;
}

.book__box--right,
.book__box--right ul {
    background-color: #f1f5f9;
}

.book__box--right .exit {
    color: #243837;
}

.book__box--right .h7 {
    color: #000000;
}

.book__box--right li {
    color: #414c58;
}

.book__box--right .book__selected-customers {
    position: absolute;
    bottom: 80px;
    left: 80px;
    right: 80px;
    font-size: 12px;
    text-align: center;
    color: #9ea9b6;
}

.book__box--right .book__selected-customers img {
    filter: grayscale(1);
}

.boxes-wrapper .box__header__icon {
    flex: 0 0 48px;
    width: 48px;
}

@media only screen and (max-width: 600px) {
    .page-home .baner__image img {
        max-width: 100%;
    }
}
