p > a {
    color: #D39C10;
    font-weight: 700;
}
h1 span {
    line-height: 72px;
}
.hero-content .hero-content__desc {
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    max-width: 611px;
    margin-top: 8px;
}
span.color-dark {
	color: #000000;
    background-clip: unset;
    -webkit-text-fill-color: #000;
    background: transparent;
	display: inline-block;
}
body .post-content-area a {
    color: #D39C10;
}
.solutions {
    margin-top: -40px;
    margin-bottom: 155px;
}

.solutions h2 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 0;
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 12px;
}
.solution__icon {
    display: block;
    margin: 0 auto 12px;
}
.solution__header p {
    margin: 0 auto;
    max-width: 948px;
    text-align: center;
    font-size: 18px;
    line-height: 29px;
}

.solution__list {
    display: flex;
    justify-content: center;
    margin-top: 74px;
    column-gap: 24px;
}

.solution__item {
    flex: 1;
    height: 220px;
    width: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: border-color .3s, border-width .1s;
    border: 2px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 20px;
    row-gap: 12px;
}

.solution__item img {
    height: 80px;
    filter: brightness(0);
    width: auto;
    object-fit: contain;
    transition: filter .3s;
}

.solution__item h3 {
    text-align: center;
    margin: 0 auto;
    max-width: 260px;
}

.solution__item.__active,
.solution__item:hover {
    filter: grayscale(0);
    border-color: #D39C10;
    border-width: 2px;
}

.solution__item-image {
    position: relative;
    text-align: center;
}
.solution__item.__active .static {
    display: none;
}
.solution__item:not(.__active) .animated {
    display: none;
}

.solution__item.__active img,
.solution__item:hover img {
    filter: brightness(1);
}

.solution-subtitle {
    max-width: 906px;
    margin: 35px auto 0;
}

.solution-subtitle__item {
    display: none;
    text-align: center;
}

.solution-subtitle__item p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 24px;
}
.solution-subtitle__item p:last-child {
    margin: 0;
}

.solution-subtitle__item.__active {
    display: block !important;
}

.bg-parallax {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
}
.toolkit {
    position: relative;
    width: 100%;
    height: 909px;
}

.toolkit:after {
    content: '';
    display: block;
    background: linear-gradient(90deg, #E2F476 0%, #3EBA79 100%);
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.toolkit .toolkit-bg__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.toolkit .toolkit-bg__wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.toolkit .container {
    position: relative;
}

.toolkit .toolkit__wrapper {
    color: #fff;
    padding-top: 128px;
}

.toolkit .toolkit-header h2 {
    font-size: 50px;
    line-height: 55px;
    max-width: 592px;
    margin: 0 auto;
    text-align: center;
}

.toolkit .toolkit-header h2 .color-green-gradient {
    font-weight: 800;
    margin-top: 2px;
    display: block;
}

.toolkit .toolkit-list {
    display: flex;
    margin-top: 45px;
    justify-content: space-between;
    column-gap: 64px;
}

.toolkit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.toolkit .toolkit-item__icon {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
}

.toolkit .toolkit-item__icon img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    display: block;
}

.toolkit-item h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin: 24px 0 13px;
    font-weight: 700;
    letter-spacing: -1px;
}

.toolkit-item p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #fff;
    opacity: .7;
}

.what {
    position: relative;
    min-height: 640px;
}

.what:after {
    content: '';
    display: block;
    background: linear-gradient(90deg, #E2F476 0%, #3EBA79 100%);
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.what-bg__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.what-bg__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what .container {
    position: relative;
}

.what__wrapper {
    color: #fff;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.what__wrapper h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 16px;
}

.what__wrapper p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    max-width: 896px;
    margin: 0 auto 29px;
}

.what__wrapper p:last-child {
    margin-bottom: 0;
}

.what-btn__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
.team-section h2 {
    margin-bottom: 70px;
}
.team-content .team-linkedin {
    transition: border-color .3s, background .3s;
}
.team-content .team-linkedin:hover {
    border: 1px solid #D39C10;
    background: linear-gradient(97.91deg, #D39C10 7.66%, #F1CE0B 100%);
}
.text-section {
    margin-top: 164px;
    margin-bottom: 126px;
}
.text-section-header {
    text-align: center;
    margin-bottom: 16px;
}
.text-section__content p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 29px;
}
.text-section__content p:last-child {
    margin-bottom: 0;
}
.text-section__content p span {
    font-weight: 700;
}
.rel-post a.btn.btn-primary {
    display: table;
    margin: 40px auto 0;
}
body .post-item {
}
body .post-item:hover {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #D39C10 7.66%, #F1CE0B 100%) border-box;
}
.partners-section p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.partners-section .partners-logo .logo-items img {
    height: 101px;
}
.footer-logo__wrapper {
    display: flex;
    column-gap: 42px;
    justify-content: flex-start;
}
.footer-logo__col {
    display: flex;
    justify-content: center;
    row-gap: 6px;
    column-gap: 19px;
    align-items: center;
}
.footer-logo__col.__cool-wrapper {
    position: relative;
}
.footer-logo__col.__cool-wrapper:before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 3px;
    background-color: #636363;
    width: 1px;
    left: -22px;
}
.footer-logo__img-wrapper img {
    height: 70px;
    display: block;
}
.footer-logo__link {
    color: #D39C10;
    text-transform: lowercase;
    font-weight: 700;
}
.features {
    padding: 80px 0;
    overflow: hidden;
}

.features-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 180px;
}

.features-item {
    display: flex;
    column-gap: 60px;
}

.features-item.__reverse {
    flex-direction: row-reverse;
}

.features-img__wrapper {
    width: auto;
}

.features-img__wrapper img {
    display: block;
    width: 100%;
    transform: scale(1.15) translate(-45px, 20px);
}

.features-item.__reverse .features-img__wrapper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1.12) translate(33px, 25px)
}

.features-content__wrapper {
    width: 520px;
    min-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-content__wrapper h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 27px;
}

.features-content__wrapper h2 span.color-green {
    display: table;
}

.features-content__wrapper p {
    margin: 0 0 29px;
    font-size: 18px;
    line-height: 29px;
}
.features-content__wrapper p:last-child {
    margin: 0;
}
.single .btn.btn-primary {
	border-color: #D39C10;
}
.error404 .btn.btn-primary {
    margin: 0 auto;
}
.form-img {
    display: block;
}
.post-content-area pre {
    white-space: normal;
}
@media (min-width: 1200px) {
    .footer-navbar ul li:not(:last-of-type) {
        margin-right: 0 !important;
    }
}
@media (max-width: 1199px) {
    .menu-item.menu-item-has-children.__open > ul {
        display: flex;
    }
    .solution__item {
        height: 180px;
        width: 180px;
    }
    .toolkit .toolkit-list {
        column-gap: 48px;
    }

    .features-wrapper {
        row-gap: 120px;
    }

    .features-item {
        column-gap: 24px;
    }

    .features-img__wrapper,
    .features-content__wrapper {
        width: calc(50% - 12px);
        min-width: calc(50% - 12px);
    }

    .features-img__wrapper {
        display: flex;
        align-items: center;
    }

    .features-item .features-img__wrapper img {
        height: auto;
        object-fit: cover;
        object-position: center;
        transform: scale(1) translate(-25px, 20px);
    }

    .features-item.__reverse .features-img__wrapper img {
        transform: scale(1) translate(25px, 25px);
    }

    .features-content__wrapper h2 {
        margin-bottom: 16px;
    }
}

@media (max-width: 992px) {
    .solution__list {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 16px;
        row-gap: 24px;
    }
    .menu-item-has-children .sub-menu li:last-of-type {
        padding: 16px 0 16px 40px;
    }
    .toolkit .toolkit-list {
        column-gap: 24px;
    }
    .features-item .features-img__wrapper img,
    .features-item.__reverse .features-img__wrapper img {
        transform: scale(1.12) translate(0, 0);
    }

    .hero-content__is-desc h1 {
        margin-bottom: 0;
    }
    .hero-content__is-desc .hero-content__desc {
        margin-bottom: 42px;
    }
    .hero-content .hero-content__desc {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .hero-content .hero-content__desc {
        font-size: 16px;
        line-height: 26px;
        margin-top: 4px;
    }
    .solutions {
        margin-bottom: 97px;
    }

    .solutions h2 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0;
    }

    .solution__header p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 40px;
    }

    .solution__list {
        flex-direction: column;
        margin: 34px 38px 0;
        row-gap: 21px;
    }

    .solution__item {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        row-gap: 0;
    }

    .solution__item img {
        height: 48px;
        margin-bottom: 14px;
    }

    .solution__item h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .solution__item p {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s, margin-top .1s;
        margin: 0;
        font-size: 14px;
        line-height: 21px;
        color: #636363;

    }

    .solution__item.__active p {
        margin-top: 10px;
        max-height: 500px;
    }

    .toolkit {
        height: auto;
    }

    .toolkit .toolkit__wrapper {
        padding-top: 72px;
    }

    .toolkit .toolkit-header h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .toolkit .toolkit-header h2 .color-green-gradient {
        line-height: 52px;
    }

    .toolkit .toolkit-list {
        flex-direction: column;
        padding-bottom: 82px;
        margin-top: 55px;
        row-gap: 50px;
    }

    .toolkit-item h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
    }

    .toolkit-item h3 br {
        display: none;
    }

    .toolkit-item p {
        font-size: 14px;
        line-height: 21px;
        max-width: 100% !important;
    }

    .what {
        height: auto;
        min-height: 500px;
        margin-bottom: 10px;
    }

    .what__wrapper {
        min-height: 500px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .what__wrapper h2 {
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .what__wrapper p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 25px 24px;
    }

    .what__wrapper p:last-child {
        margin-bottom: 0;
    }

    .what-btn__wrapper {
        margin-top: 50px;
    }

    .text-section {
        margin-top: 150px;
        margin-bottom: 70px;
    }
    .text-section__content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .map-section {
        display: block !important;  
        padding: 0 0 42px;
    }
    .map-section .map-content img {
        position: relative !important;
        display: block;
    }
    .features-item.__reverse,
    .features-item {
        flex-direction: column;
    }
    .features-img__wrapper, .features-content__wrapper {
        width: 100%;
        min-width: 100%;
    }
    .features-item .features-img__wrapper img, .features-item.__reverse .features-img__wrapper img {
        transform: scale(1);
    }
    .features-content__wrapper h2,
    .features-content__wrapper h2 span.color-green {
        font-size: 36px;
        line-height: 44px;
    }
    .features-content__wrapper h2 {
        margin-bottom: 9px;
    }
    .features-content__wrapper p {
        font-size: 16px;
        line-height: 26px;
    }
    .features-item .features-img__wrapper img, .features-item.__reverse .features-img__wrapper img {
        max-width: 500px;
        margin: 0 auto;
    }

    .partners-section p {
        margin-bottom: 8px;
    }
    .footer-logo__wrapper {
        justify-content: center;
    }
    .footer-logo__col.__cool-wrapper {
        flex-direction: column;
        row-gap: 10px;
    }
    .footer-logo__link {
        font-size: 16px;
        line-height: 16px;
    }
    .footer-logo__col img {
        height: 56px;
    }
    .footer-logo__img-wrapper img {
        height: 56px;
    }
    .footer-logo__wrapper {
        column-gap: 56px;
    }
    .footer-logo__col.__cool-wrapper:before {
        left: -31px;
    }
}
.post-header {
    padding-top: 32px;
    padding-bottom: 24px;
}
.post-header h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 32px 0 16px;
    color: #000000;
}
.post-thumb img {
    width: 100%;
    height: auto;
}
.single-post .post-thumb img {
    max-height: 320px;
    object-fit: cover;
}
@media screen and (min-width: 1200px) {
    .single-post .post-thumb img {
        max-height: 500px;
    }
}
.post-date-tags {
    font-size: 20px;
    display: flex;
    gap: 32px;
}
.post-tags {
    font-weight: 700;
    color: #E55E79;
}

.post-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-nav .social-links {
    margin: 0;
}
.post-content {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 16px;
    line-height: 1.5;
}
.post-content img {
    height: auto;
}
.post-content p {
    margin: 0 0 16px;
}
.post-content-area {
    max-width: 860px;
    margin: 0 auto;
}
.post-divider {
    width: 100%;
}
.rel-post .btn.btn-primary {
    border-color: #D39C10;
}
.rel-post .post-item img {
    height: 112px;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .post-divider {
        display: none;
    }
}

.post-author {
    margin: 36px 0;
}
.post-author-header {
    display: flex;
    gap:  20px;
    align-items: center;
    margin-bottom: 20px;
}
.post-author-header img {
    border-radius: 100%;
}
.post-author-name {
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .post-header {
        padding-top: 80px;
        padding-bottom: 48px;
    }
    .post-header h1 {
        font-size: 42px;
        margin: 40px 0 16px;
    }
    .post-content {
        padding-top: 64px;
        padding-bottom: 64px;
        font-size: 20px;
    }
    .post-content p {
        margin: 0 0 20px;
    }
    .post-author {
        margin: 64px 0;
    }
    .post-author-header {
        gap:  24px;
    }
}

.rel-post {
    margin: 64px 0 0;
}
.rel-post h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}
.rel-post a.btn-back {
    display: table;
    margin: 40px auto 0;
}
@media screen and (min-width: 1200px) {
    .rel-post h3 {
        font-size: 42px;
    }
}

.post-author-img {
    padding: 8px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}
.post-content-area a {
    color: #E55E79;
}
.post-content-area h2 {
    font-size: 28px;
    line-height: 1.4;
    margin: 32px 0 16px;
}
.post-content-area h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 24px 0 16px;
}
.table-of-contents {
    margin-bottom: 64px;
}
.table-of-contents ol {
    padding-left: 20px;
}
.table-of-contents ol li a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.table-of-contents ol li a:hover {
    color: #3EBA79 ;
}