    @media screen and (max-width: 1199px) {
        header .header-navbar .menu-item.menu-item-has-children:not(.active):hover > ul {
            display: none;
        }
        header .header-navbar .menu-item.menu-item-has-children.active > ul.sub-menu {
            display: block;
            padding-left: 0;
        }
    }
    
footer {
  background: #000000;
  padding: 80px 0;
  font-size: 14px;
  line-height: 1;
  font-family: Axiforma;
  color: #DFDFDF;
}
footer .footer-divider {
  margin: 0 0 24px;
}
.footer-logo {
  display: flex;
  justify-content: space-between;
}
footer .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .social-links a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 100%;
}
footer .social-links a:hover {
  border: 1px solid #000000;
  background: #000000;
  filter: invert(1);
}
.footer-nav {
  display: flex;
  gap: 36px;
  flex-direction: column;
  padding: 0 14px;
}
.footer-nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 0;
  margin: 0;
}
.footer-nav ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #DFDFDF;
}
.footer-nav__main ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.footer-nav__main ul li.menu-item-has-children {
  display: flex;
  gap: 10px;
  width: max-content;
}
.footer-nav__main ul li.menu-item-has-children .sub-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-left: 10px;
}
.footer-nav__main ul li.menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 16px;
  width: 1px;
  background: #636363;
}
.footer-nav__main .footer-text {
  margin-top: 24px;
  font-size: 12px;
  line-height: 100%;
  color: #636363;
  display: none;
}
.footer-nav__secondary {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.footer-nav__secondary ul li.menu-item-has-children {
  position: relative;
}
.footer-nav__secondary ul li.menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.40039' width='1.2' height='12' fill='white'/%3E%3Crect x='12' y='5.39868' width='1.2' height='12' transform='rotate(90 12 5.39868)' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-nav__secondary ul li.menu-item-has-children .sub-menu {
  display: none;
}
.footer-nav__secondary ul li.menu-item-has-children.active::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='1' viewBox='0 0 12 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' width='1' height='12' transform='rotate(90 12 0)' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-nav__secondary ul li.menu-item-has-children.active .sub-menu {
  display: block;
}
.footer-nav__secondary ul li.menu-item-has-children > a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    flex-direction: row;
    padding: 0;
  }
  .footer-nav__main ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
  .footer-nav__main .footer-text {
    display: block;
  }
  .footer-nav__secondary {
    flex-direction: row;
  }
  .footer-nav__secondary ul li.menu-item-has-children::after {
    display: none;
  }
  .footer-nav__secondary ul li.menu-item-has-children .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .footer-main {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-navbar {
    display: flex;
  }
}

    .cases-section {
        margin-top: 64px;
    }
    .cases-section h2 {
        margin: 0 0 32px;
    }
    .footer-b-wrap {
        border-top: 2px solid #636363;
        margin: 40px 0 0;
        padding-top: 32px;
    }
    .menu-policy-menu-container {
        width: 100% !important;
    }
    .footer-policy-text {
        font-family: Axiforma;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        margin-top: 32px;
    }
    .logo-list-section {
        background: #000;
        padding: 240px 0 42px;
        position: relative;
        overflow: hidden;
    }
    .logo-list-section:before {
        content: '';
        width: 1200px;
        height: 600px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -600px;
        background: url(../assets/img/list-frame.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
    }
    .logo-list-section>div {
        position: relative;
        z-index: 1;
    }
    .logo-list-section h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 80px;
    }
    .list-logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 24px;
        width: calc(50% - 12px);
        margin-bottom: 24px;
        box-sizing: border-box;
        border: 2px solid #636363;
        border-radius: 16px;
    }
    @media screen and (max-width: 1199px) {
        .logo-list-section:before {
            content: '';
            width: 100%;
            height: 500px;
            top: 0;
            left: 0;
            margin-left: 0;
            z-index: 0;
        }
    }
    .meas-section {
        padding: 42px 0 64px;
        text-align: center;
    }
    .meas-section p {
        max-width: 940px;
        margin: 16px auto 32px;
    }

    .meas-list {
        margin: 42px 0 0;
        padding: 0 30px;
    }
    .meas-list>div {
        padding: 20px;
        border: 2px solid #DFDFDF;
        border-radius: 16px;
        text-align: center;
    }
    .meas-list>div:not(:last-of-type) {
        margin-bottom: 42px;
    }
    .meas-list h4 {
        font-size: 21px;
        font-weight: 700;
        line-height: 1.2;
        margin: 12px 0 0;
    }
    .meas-list img {
        max-height: 60px;
        width: auto;
    }
    @media screen and (min-width: 1200px) {
        .meas-section {
            padding: 64px 0 80px;
        }
        .meas-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 0;
        }
        .meas-list>div {
            width: calc(25% - 12px);
            padding: 32px 20px;
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .meas-list>div:not(:last-of-type) {
            margin-bottom: 0;
        }
    }

    .trust-section {
        color: #fff;
        padding: 64px 0 80px;
        background: #000;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .trust-section>div {
        position: relative;
        z-index: 1;
    }
    .trust-section p {
        max-width: 960px;
        margin: 16px auto 32px;
    }
    .trust-section:after {
            content: '';
            width: 100%;
            height: 260px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: url(../assets/img/trust-frame.png);
            background-position: center bottom;
            background-size: contain;
            background-repeat: no-repeat;
    }
    @media screen and (min-width: 1200px) {
        .trust-section {
            padding: 120px 0;
        } 
        .trust-section:before {
            content: '';
            width: 100%;
            height: 145px;
            position: absolute;
            top: 0;
            left: 0;
            background: url(../assets/img/dot_pattern.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }
    }
    .swiper-container-icon {
        overflow: hidden;
        position: relative;
    }
    .swiper-container-icon:before { 
        content: '';
        width: 160px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
    }
    .swiper-container-icon:after { 
        content: '';
        width: 160px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2;
    }
    .swiper-container-icon .swiper-slide span  {
        font-size: 21px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        position: relative;
        padding-top: 20px;
        margin-top: 20px;
        display: block;
    }
    .swiper-container-icon .swiper-slide span:before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../assets/img/slide-line.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .swiper-container-icon .swiper-slide:not(.swiper-slide-active) span {
        opacity: 0;
        transition:all 200ms linear;
    }
    .swiper-container-icon .swiper-slide:not(.swiper-slide-active) img {
        transition:all 200ms linear;
        filter: grayscale(1);
        transform: scale(0.8);
    }
    .swiper-container-icon .swiper-slide.swiper-slide-active img {
        transition:all 200ms linear;
        transform: scale(1);
    }

    @media screen and (min-width: 1200px) {
        .header-navbar .menu-item.menu-item-has-children {
            padding-right: 20px;
            position: relative;
        }
        .header-navbar ul li {
            padding-top: 12px;
            padding-bottom: 12px;
        }
        .header-navbar .menu-item.menu-item-has-children>ul {
            display: none;
            position: absolute;
            flex-direction: column;
            align-items: flex-start;
            z-index: 2;
            border: 1px solid #636363;
            border-radius: 10px;
            padding: 12px 20px;
            margin-left: -20px;
            margin-top: 12px;
            width: 280px;
        }
        .header-navbar .menu-item.menu-item-has-children:hover>ul {
            display: flex;
        }
        .header-navbar .menu-item.menu-item-has-children:hover>a {
            color: #E55E79;
        }
        .header-navbar .menu-item.menu-item-has-children:after {
            position: absolute;
            content: '';
            right: 0;
            top: 50%;
            margin-top: -5px;
            width: 10px;
            height: 10px;
            background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86603 6.5C4.48113 7.16667 3.51887 7.16667 3.13397 6.5L0.535899 2C0.150999 1.33333 0.632124 0.499999 1.40192 0.499999L6.59808 0.5C7.36788 0.5 7.849 1.33333 7.4641 2L4.86603 6.5Z' fill='%23636363'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        .header-navbar .menu-item.menu-item-has-children>ul li {
            padding: 6px 0;
        }
    }

    @media screen and (min-width: 1200px) {
      .hero-section .hero-content {
        gap: 64px;
      }
      .hero-section .hero-content > div:first-of-type {
        width: calc(60% - 32px);
      }
      .hero-section .hero-content > div:last-of-type {
        width: calc(40% - 32px);
      }
    }
    @media screen and (min-width: 1400px) {
        .hero-section .hero-content {
            padding-top: 120px;
        }
    }
    @media screen and (min-width: 1700px) {
        .hero-section .hero-content {
            padding-top: 64px;
        }
        h1, .h1-title {
            font-size: 56px;
        }
    }

    @media screen and (max-width: 1199px) {
        .header-navbar>div>ul {
            position: absolute;
            display: block;
            left: 0;
            right: 0;
            top: 84px;
            margin: 0;
            background: #000;
            padding: 0;
            display: flex;
            z-index: 22;
            flex-direction: column;
            opacity: 0;
            transition: transform .3s;
            transform: translateY(100%);
        }
        .header-navbar.active>div>ul {
            opacity: 1;
            transition: transform .3s;
            transform: translateY(0);
        }
        .header-navbar>div>ul>li {
            padding: 16px 15px;
            border-bottom: 1px solid #636363
        }
        .header-navbar>div>ul>li:first-of-type {
            border-top: 1px solid #636363
        }

        .header-navbar .menu-close {
            display: none;
        }
        .header-navbar svg {
            width: 18px;
            height: 18px;
        }
        .header-navbar.active .menu-open {
            display: none;
        }
        .header-navbar.active .menu-close {
            display: block;
        }
    }
    .numbers-item > div:last-of-type {
        opacity: .6;
    }

    @media screen and (min-width: 1400px) {
        .page-id-245 .hero-section .hero-images-part-1 {
            bottom: 120px;
            top: unset;
        }
    }

    @media screen and (max-width: 991px) {
        .works-title span {
            font-size: 64px;
            font-weight: 900;
            line-height: 1;
            letter-spacing: -1px;
            margin-top: 12px;
        }
        .works-content > div:first-of-type {
            order: 0;
            margin: 0 0 40px;
        }
        .rocket-content-area {
            text-align: center;
        }
        .rocket-content-area h2 {
            margin-top: 32px;
        }
        .rocket-content-area h2 span {
            display: inline-block;
        }
        .header-navbar ul li.current-menu-item {
            background: linear-gradient(97.91deg, #E2F476 7.66%, #3EBA79 100%);
        }
        .header-navbar ul li.current-menu-item a {
            color: #000000 !important;
        }
        .header-navbar ul li a {
            padding-left: 10px;
        }
        .header-navbar ul.sub-menu li a {
            padding-left: 0;
        }
        .header-navbar .menu-item-has-children.active .sub-menu {
            background-color: #1E1E1E;
            margin: 16px -16px 0;
        }
        .header-navbar .menu-item-has-children.active {
            padding-bottom: 0;
        }
        .header-navbar .menu-item-has-children .sub-menu {
            border-top: 1px solid #636363;
            list-style: none;
            padding-left: 0;
            margin-top: 16px;
        }
        .header-navbar .menu-item-has-children .sub-menu li:not(:last-of-type) {
            padding: 16px 0 16px;
        }
        .header-navbar .menu-item-has-children .sub-menu li {
            padding-left: 26px !important;
        }
        .header-navbar .menu-item-has-children.active .sub-menu {
            display: block;
        }
        .header-navbar .menu-item.menu-item-has-children {
            position: relative;
        }
        .header-navbar .menu-item.menu-item-has-children:after {
            position: absolute;
            content: '';
            right: 15px;
            top: 24px;
            width: 10px;
            height: 10px;
            background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86603 6.5C4.48113 7.16667 3.51887 7.16667 3.13397 6.5L0.535899 2C0.150999 1.33333 0.632124 0.499999 1.40192 0.499999L6.59808 0.5C7.36788 0.5 7.849 1.33333 7.4641 2L4.86603 6.5Z' fill='%23636363'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        .header-navbar .menu-item.menu-item-has-children.active:after {
            transform: rotate(180deg);
        }
    }
    .map-content {
        position: relative;
    }
    .map-content img:last-of-type {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }
    @media screen and (min-width: 1200px) {
        .page-id-96 .hero-section .hero-images-part-1 {
            bottom: 120px;
            top: unset;
        }
        .page-id-278 .hero-section .hero-images-part-1 {
            bottom: 220px;
            max-width: 160px;
            left: -30px;
            top: unset;
        }
    }
    .swiper-slide:not(.swiper-slide-active) .testimonials-item {
        opacity: 0;
        visibility: hidden;
        transition: transform .3s;
    }
    .swiper-slide .testimonials-item {
        transition: transform .3s;
    }
    .swiper-pagination {
      pointer-events: all !important;
    }
    .rocket-content-area h2 span {
        display: inline-block;
    }
    @media screen and (min-width: 1200px) {
        .team-section .team-content {
            justify-content: flex-start;
            gap: 16px;
        }
    }
    @media screen and (min-width: 1200px) {
        .map-section {
            padding: 120px 0 80px;
        }
    }
    .team-section .team-item h4 a {
        font-size: 24px;
        font-weight: 700;
        color: #161C2D;
    }

    .media-text-content .btn-text {
        display: inline-block;
        margin-top: 24px;
        padding: 2px;
        border-radius: 12px;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
        border: 3px solid transparent;
        padding: 9px 20px;
    }
    .media-text-content .btn-text:hover {
        background: linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%);
        border: 0;
        padding: 12px 23px;
    }

    .media-text-content .btn-text>span>span {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        background-image: linear-gradient(97.91deg, #E55E79 7.66%, #3B2C77 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    .media-text-content .btn-text:hover>span>span {
        color: #fff;
        background: unset;
        -webkit-text-fill-color: unset;
        -webkit-background-clip: unset;
        background-clip: unset;
    }
    @media screen and (min-width: 1200px) {
        .media-text-content .btn-text {
            margin-top: 40px;
        }
    }
    .cta-section .cta-content p {
        font-weight: 400;
    }
    @media screen and (min-width: 1200px) {
        .cta-section .cta-content p {
            font-size: 36px;
        }
        .cta-section .cta-content > div:first-of-type {
            width: calc(80% - 24px);
        }
        .cta-section .cta-content > div:last-of-type {
            width: 20%;
        }
        .cta-section .cta-content:before {
            right: -140px;
        }
    }
        .testimonials-section {
            background: #000;
            padding: 0;
        }
        .testimonials-section .testimonials-item div {
            background: unset;
            color: #fff;
        }
        .testimonials-section .testimonials-item div p.testimonials-text:before {
            content: "";
            position: absolute;
            top: -70px;
            width: 40px;
            height: 40px;
            background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 0C9.64454 0 0 9.64454 0 21.5C0 33.3555 9.64454 43 21.5 43H43V21.5C43 9.64454 33.3555 0 21.5 0ZM39.4167 39.4167H21.5C11.6208 39.4167 3.58333 31.3792 3.58333 21.5C3.58333 11.6208 11.6208 3.58333 21.5 3.58333C31.3792 3.58333 39.4167 11.6208 39.4167 21.5V39.4167ZM27.4997 14C24.3054 14 21.9997 16.637 21.9997 20.5416C22.0202 26.2148 26.285 30.2258 32.4375 30.9961C33.0083 31.0676 33.2284 30.2769 32.7028 30.0431C30.342 28.9934 29.1497 27.6613 28.9957 26.3428C28.8806 25.3578 29.4161 24.4949 30.0885 24.3333C31.8317 23.9144 32.9997 21.7436 32.9997 19.5C32.9997 16.4624 30.5372 14 27.4997 14ZM9.99973 20.5416C9.99965 16.637 12.3054 14 15.4997 14C18.5372 14 20.9997 16.4624 20.9997 19.5C20.9997 21.7436 19.8317 23.9144 18.0885 24.3333C17.4161 24.4949 16.8806 25.3578 16.9957 26.3428C17.1497 27.6613 18.342 28.9934 20.7028 30.0431C21.2284 30.2769 21.0083 31.0676 20.4375 30.9961C14.285 30.2258 10.0202 26.2148 9.99973 20.5416Z' fill='white'/%3E%3C/svg%3E%0A");
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

        @media screen and (min-width: 1200px) {
            .testimonials-section .swiper-pagination {
                top: 100px !important;
                left: unset !important;
                right: 50%;
            }
        }

        @media screen and (max-width: 1199px) {
            .testimonials-section .testimonials-item div {
                text-align: center;
            }
            .testimonials-section .testimonials-item div p.testimonials-text:before {
                left: 0;
                top: -60px;
            }
            .testimonials-section .swiper-pagination {
                top: 450px !important;
            }
        }
        @media screen and (max-width: 1199px) {
            .logo-list-section {
                padding: 40px 0 42px;
            }
            .logo-list-section:before {
                height: 180px;
            }
            .works-section:after {
                display: none;
            }
        }
        .team-section .team-item p {
            padding-right: 40px;
        }
        .team-section .team-item img {
            border-radius: 0;
        }

        @media screen and (max-width: 991px) {
            .post-nav .social-links {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
            }
        }
        @media screen and (max-width: 991px) {
            .page-id-278 .hero-section .hero-images-part-1 {
                bottom: 220px;
                left: 0px;
                max-width: 100px;
            }
        }
        .brand-img-d {
            display: none;
        }
        @media screen and (min-width: 1200px) {
            .brand-img-m {
                display: none;
            }
            .brand-img-d {
                display: block;
            }

            .list-logo a {
                padding: 64px 24px;
            }
            .list-logo a:hover {
                border: 2px solid #3EBA79;
            }
        }
        @media screen and (max-width: 991px) {
            h1 span, 
            .h1-title span {
                font-size: 48px !important;
            }
            h2, 
            .h2-title {
                font-size: 32px;
            }
            h2 span, 
            .h2-title span {
                display: inline-block;
            }
        }
        .team-item>img {
            width: 100%;
        }
        .team-linkedin {
            top: unset;
            bottom: 32px;
        }
        @media screen and (min-width: 1200px) {
            .team-linkedin {
                top: 410px;
                bottom: unset;
            }
        }

        h2 span, 
        .h2-title span {
            display: inline-block;
        }
        @media screen and (min-width: 1200px) {
            h2 span, 
            .h2-title span {
                display: table;
            }
            .tif-section h2 span, 
            .tif-section .h2-title span,
            .metrics-section h2 span,
            .meas-section h2 span,
            .trust-section h2 span,
            .platforms-content h2 span,
            .how-it-works-section h2 span,
            .works-content-area h2 span,
            .team-section h2 span {
                margin: 0 auto;
            }
        }
        .metrics-section {
            margin-bottom: 40px;
        }

        .page-id-94 .hero-section .hero-images-part-1 {
            max-width: 160px;
            top: 140px;
            left: -40px;
        }

        .platforms-list {
            justify-content: center;
        }
        .partners-section .partners-logo .logo-items {
          animation: 45s slides infinite linear;
        }

        .archive-post-list {
            margin: 0 0 120px;
        }
        .post-item {
            border-radius: 24px;
            box-sizing: border-box;
            border: 2px solid #DFDFDF;
            overflow: hidden;
            background: #fff;
            padding: 0;
        }
        .post-item:hover {
            padding: 0;
            background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
            border: 2px solid transparent;
        }
        .post-item>a {
            display: block;
        }
        .post-item img {
            width: 100%;
        }
        .post-item-info {
            padding: 16px 16px 24px;
        }
        .post-item-title {
            font-size: 22px;
            font-weight: 700;
            line-height: 1.2;
            color: #000000;
        }
        .post-item-date {
            font-size: 20px;
            margin: 10px 0;
            color: #000000;
        }
        .post-item-tags {
            color: #E55E79;
            font-weight: 700;
        }
        .post-list>div:not(:last-of-type) {
            margin-bottom: 48px;
        }
        .post-list-divider {
            margin: 40px 0;
        }
        .pagination {
            display: block;
            text-align: center;
            margin: 64px 0 0;
        }
        .nav-links{
            display: flex;
            justify-content: center;
            gap: 20px;
        }
        .nav-links a,
        .nav-links span {
            background: #DFDFDF;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            font-family: Axiforma;
            font-size: 20px;
            font-weight: 700;
            color: #000000;
        }
        .nav-links .prev {
            opacity: .5;
        }
        .nav-links .current,
        .nav-links a:hover,
        .nav-links span:hover {
            background: linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%);
            color: #fff;
        }
        @media screen and (min-width: 1200px) {
            .post-list {
                display: flex;
                flex-wrap: wrap;
                gap: 40px 24px;
            }
            .post-list>div {
                width: calc(33.332% - 16px);
            }
            .post-list>div:not(:last-of-type) {
                margin-bottom: 0;
            }
            .post-list-divider {
                margin: 80px 0;
            }
        }
        .post-item-main {
            margin: -80px 0 0;
        }
        .btn-back {
            display: inline-block;
            border-radius: 12px;
            padding: 2px;
            background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
            border: 3px solid transparent;
            padding: 9px 20px;
        }
        .btn-back>span>span {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            background-image: linear-gradient(97.91deg, #E55E79 7.66%, #3B2C77 100%);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            background-clip: text;
        }
        .btn-back:hover {
            background: linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%);
            border: 0;
            padding: 12px 23px;
        }
        .btn-back:hover>span>span {
            color: #fff;
            background: unset;
            -webkit-text-fill-color: unset;
            -webkit-background-clip: unset;
            background-clip: unset;
        }

         @media screen and (min-width: 1200px) {
            .list-logo {
                justify-content: center;
                gap: 30px;
            }
            .list-logo a {
                padding: 68px 24px;
                width: calc(20% - 30px);
                margin-bottom: 0px;
            }
        }
        main {
            overflow-x: hidden;
        }
        .header-navbar ul {
            background: #000;
        }

.how-it-works-item {
    border: 2px solid #DFDFDF;
    padding: 1px;
}

.how-it-works-item:hover {
    padding: 0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #D39C10 7.66%, #F1CE0B 100%) border-box;
    border: 3px solid transparent;
}

.platform-item {
    border: 2px solid #DFDFDF;
    background: #fff;
    padding: 1px;
}
.platform-item:hover {
    padding: 0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
    border: 3px solid transparent;
}
.meas-list>div {
    border: 2px solid #DFDFDF !important;
    background: #fff;
    padding: 1px;
}
.meas-list>div:hover {
    padding: 0;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E55E79 7.66%, #6D49D4 100%) border-box;
    border: 3px solid transparent !important;
}
.meas-list>div>div {
    padding: 32px 12px;
}

@media screen and (min-width: 1200px) {
    .how-it-works-item > div {
        height: 330px;
    }
}

.header-btn-area {
    display: flex;
    gap: 20px;
}
.header-login {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Axiforma;
    font-size: 16px;
    line-height: 1;
    gap: 4px;
}
.header-login svg {
    margin-right: 4px;
}
    .header-content .btn {
        padding: 8px 20px;
    }
@media screen and (max-width: 1199px) {
    .header-content img {
        max-width: 140px;
    }
    .header-content .btn {
        padding: 8px 14px;
    }
}
@media screen and (max-width: 991px) {
    .header-navbar ul li.current-menu-item {
        background: linear-gradient(97.91deg, #D39C10 7.66%, #F1CE0B 100%);
    }
    .header-login {
        display: none;
    }
}

    /* Header */
    .btn-primary span {
        background-image: unset;
        color: #D39C10;
        -webkit-text-fill-color: initial;
        background-clip: initial;
    }
    .btn-primary:hover {
        border-color: #D39C10;
    }
    .header-navbar ul li a:hover {
        color: #D39C10;
    }
    .header-navbar ul li.current-menu-item a {
        color: #D39C10;
    }
    .header-navbar .menu-item.menu-item-has-children:hover>a {
        color: #D39C10;
    }

    h1 span, 
    .h1-title span {
        background: linear-gradient(89.85deg, #CBA31D 2.36%, #EDCB0F 96.58%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        font-size: 62px;
    }
    h2 span, 
    .h2-title span {
        background: linear-gradient(97.91deg, #3EBA79 7.66%, #3EBA79 100%);
        background: linear-gradient(89.85deg, #CBA31D 2.36%, #EDCB0F 96.58%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
    .heading-accent { display: inline-block !important; }

    .page-id-341 .text-section-header h2 span {
        display: block !important;
    }

    @media screen and (min-width: 1200px) {
        h1, .h1-title {
            font-size: 50px;
        }
        h1>span, .h1-title>span {
            font-size: 60px;
        }
    }

    header .header-logo {
        display: flex;
    }
    header.sticky {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 1) !important;
        padding: 0;
        transition: all 0.5s ease;
        z-index: 999;
    }
    @media (max-width: 991px) {
        header.sticky {
            padding: 20px 0;
        }
    }
    .blog .posts-wrapper .post-banner__wrapper {
        height: 112px;
    }

    @media screen and (min-width: 1200px) {
        .header-content {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .features-item {
            justify-content: space-between;
        }
    }
    .page-id-322 .steps-slider .swiper-slide {
        min-height: 210px;
    }
    
    .page-id-341 .text-section,
    .page-id-350 .text-section,
    .page-id-374 .text-section,
    .page-id-364 .text-section {
        margin-bottom: 0;
    }
    .page-id-364 .testimonials {
        margin-top: -120px;
    }

    .page-id-9 .features-img__wrapper img {
        width: 80%;
        transform: unset;
    }
    .page-id-9 .features-content__wrapper h2 span.color-green {
        display: initial;
    }

    @media screen and (min-width: 1200px) {
        .products .card-list {
            margin-left: auto;
            margin-right: auto;
            max-width: 860px;
        }
    }

    @media screen and (max-width: 1199px) {
        #product-mission .features-img__wrapper {
            margin-bottom: 40px;
        }
        #product-mission .features-content__wrapper {
            text-align: center;
        }

        .hero-content {
            text-align: center;
        }
        .hero-content a.hero-btn {
            margin-top: 0;
            margin-bottom: 64px;
        }
        .features-img__wrapper {
            margin-bottom: 40px;
        }

        .page-id-350 .solutions {
            margin-top: 40px;
        }
        .page-id-350 .solution__list {
            margin: 34px 0 0;
        }
    }

    @media screen and (min-width: 1200px) {
        .hide-mobile {
            display: none;
        }
    }
    @media screen and (max-width: 1199px) {
        .hide-desktop {
            display: none;
        }
    }

.cool-header-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cool-header-logo a {
    display: flex;
}

@media screen and (min-width: 1200px) {
    .header-navbar ul.menu>li:first-of-type {
        margin-right: 124px;
        border-left: 1px solid #636363;
        padding-left: 24px;
    }
    .header-navbar .menu-item.menu-item-has-children:first-of-type>ul {
        width: 320px;
    }
}
    @media screen and (min-width: 1200px) {
        body:not(.single):not(.page-id-1145) .hero-section {
            padding-top: 200px;
            margin-top: -96px;
        }
        body:not(.single):not(.page-id-1153):not(.page-id-1145):not(.page-id-1134):not(.page-id-980):not(.page-id-964) header:not(.sticky) {
            background: none;
            position: absolute;
            top: 96px;
            left: 0;
            right: 0;
            z-index: 99;
        }
        body.archive header:not(.sticky),
        body.blog header:not(.sticky) {
            top: 0 !important;
        }
        body:not(.single) .header-navbar ul {
            background: none;
        }
        body:not(.single) .header-navbar ul .sub-menu {
            background: #000;
        }
        .blog .hero h1,
        .archive .hero h1 {
            top: 220px;
        }
    }
    .text-section__content li > a {
        color: #D39C10;
        font-weight: 700;
    }
    body:not(.single):not(.blog):not(.archive)  h1, .h1-title {
        text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    }
    h1 span, .h1-title span {
        text-shadow: none;
    }
    .post-nav  .social-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin: 32px 0;
    }
    .post-nav .social-links a {
        background: initial;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        border-radius: 100%;
    }
    .post-nav .social-links a img {
        filter: grayscale(100%) brightness(0%);
    }
    main .post-nav .social-links a:hover {
      border: 1px solid #D39C10 !important;
      background-color: #D39C10 !important;
    }
    .btn-gd-secondary {
        display: flex;
        width: fit-content;
        font-size: 16px;
        line-height: 24px;
        padding: 13px 19px 9px;
        text-decoration: none;
        border: 2px solid #D39C10;
        border-radius: 12px;
        color: #D39C10;
    }
    .btn-gd-secondary:hover {
        background-image: linear-gradient(90deg, #F4E139 0%, #CA8B3B 100%);
        border: 0;
        padding: 15px 21px 11px;
        color: #fff;
    }
    .btn-gd-secondary>span {
        margin-left: 4px;
    }
    @media screen and (max-width: 1199px) {
        .btn-gd-secondary>span {
            display: none;
        }
    }
    header .header-main-btn {
        font-family: Axiforma;
        font-weight: 900;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        text-decoration: none !important;
        padding: 14px 20px 10px;
        border-radius: 12px;
    }
    header .header-main-btn>span {
        text-decoration: none !important;
        background: linear-gradient(90deg, #F4E139 0%, #CA8B3B 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
    }
    header .header-main-btn:before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        background: linear-gradient(90deg, #F4E139 0%, #CA8B3B 100%);
        border-radius: inherit;
        mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
        z-index: 2;
    }
    header .header-main-btn:hover,
    header .header-main-btn:hover:before {
        background: #fff;
    }
    @media screen and (max-width: 1199px) {
        header .header-main-btn { {
            padding: 14px 14px 10px;
        }
    }
