.home-page .pre-header {
    margin: 90px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 96px;
    position: relative
}

.home-page .pre-header .planet {
    width: 90vw;
    max-width: 675px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.home-page .pre-header .planet img {
    width: 100%;
}

.home-page .pre-header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 11
}

.home-page .pre-header .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 11
}

.home-page .pre-header h1 {
    font-size: 48px;
    line-height: 55px;
    color: #FFF;
    margin-bottom: 18px
}

.home-page .pre-header p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
    color: #FFF
}

.home-page .pre-header .row picture {
    width: 49%;
    z-index: 111;
}

.home-page .pre-header .row picture img {
    width: 100%;
}

.home-page .pre-header .total-info {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-column-gap: 15px;
    padding: 28px 0 0;
    margin: 40px 0 0;
    list-style: none;
    border-top: 1px solid #FFF;
    z-index: 11;
    position: relative
}

.home-page .pre-header .total-info li {
    display: flex;
    flex-direction: column
}

.home-page .pre-header .total-info li p {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin: 0 0 8px
}

.home-page .pre-header .total-info li b {
    font-size: 48px;
    line-height: 55px;
    color: #FFF
}

@media (max-width: 1200px) {
    .home-page .pre-header {
        margin: 65px 0 0
    }
}

@media (max-width: 900px) {
    .home-page .pre-header {
        padding: 32px 0 96px
    }

    .home-page .pre-header .row {
        flex-direction: column-reverse;
    }

    .home-page .pre-header .row picture {
        width: 78vw;
    }

    .home-page .pre-header .col {
        align-items: center
    }

    .home-page .pre-header h1 {
        text-align: center;
        margin-bottom: 28px
    }

    .home-page .pre-header p {
        max-width: 500px;
        text-align: center;
        margin-bottom: 32px
    }

    .home-page .pre-header .total-info {
        margin: 64px 0 0;
        padding: 15px 0 0;
        grid-template-columns:42% 1fr;
        grid-template-rows:repeat(4, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 15px
    }

    .home-page .pre-header .total-info li {
        border-bottom: 1px solid #FFF;
        padding-bottom: 15px
    }

    .home-page .pre-header .total-info li:nth-child(3) {
        grid-area: 1 / 1 / 5 / 2;
        border: 0
    }

    .home-page .pre-header .total-info li:nth-child(3) p {
        font-size: 24px;
        line-height: 36px
    }

    .home-page .pre-header .total-info li:nth-child(3) b {
        font-size: 100px;
        line-height: 100px
    }

    .home-page .pre-header .total-info li:nth-child(1) {
        grid-area: 1 / 2 / 2 / 3
    }

    .home-page .pre-header .total-info li:nth-child(2) {
        grid-area: 2 / 2 / 3 / 3
    }

    .home-page .pre-header .total-info li:nth-child(4) {
        grid-area: 3 / 2 / 4 / 3
    }

    .home-page .pre-header .total-info li:nth-child(5) {
        grid-area: 4 / 2 / 5 / 3;
        border: 0
    }

    .home-page .pre-header .total-info li p {
        text-align: left
    }

    .home-page .pre-header .total-info li p br {
        display: none
    }
}

@media (max-width: 600px) {
    .home-page .pre-header {
        padding: 32px 0 64px
    }

    .home-page .pre-header .planet {
        width: 97vw
    }

    .home-page .pre-header .row picture {
        width: 94vw
    }

    .home-page .pre-header h1 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 12px
    }

    .home-page .pre-header p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px
    }

    .home-page .pre-header .total-info {
        display: flex;
        flex-direction: column;
        border: 0
    }

    .home-page .pre-header .total-info li {
        padding: 18px 0 0;
        border-bottom: 0;
        border-top: 1px solid #FFF !important;
        margin: 0 0 18px;
    }

    .home-page .pre-header .total-info li:last-child {
        margin: 0;
    }

    .home-page .pre-header .total-info li p {
        font-size: 16px !important;
        line-height: 24px !important;
        text-align: center
    }

    .home-page .pre-header .total-info li b {
        font-size: 48px !important;
        line-height: 55px !important;
        text-align: center
    }
}

.home-page .help-info {
    padding: 128px 0
}

.home-page .help-info h2 {
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: #353A3E;
    margin-bottom: 28px
}

.home-page .help-info .description {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #686868;
    margin-bottom: 32px
}

.home-page .help-info .row {
    display: flex;
    align-items: center;
    margin: 0 0 64px
}

.home-page .help-info .row:last-child {
    margin: 0
}

.home-page .help-info .row:nth-child(2n) {
    flex-direction: row-reverse
}

.home-page .help-info .row:nth-child(2n) picture {
    margin: 0 0 0 100px;
}

.home-page .help-info .row picture {
    width: 90%;
    max-width: 460px;
    height: inherit;
    margin: 0 100px 0 0;
}

.home-page .help-info .row img {
    width: 100%;
}

.home-page .help-info .row .col {
    flex: 1;
    display: flex;
    flex-direction: column
}

.home-page .help-info .row .col h4 {
    font-size: 32px;
    line-height: 40px;
    color: #353A3E;
    margin-bottom: 18px
}

.home-page .help-info .row .col p {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    margin: 0
}

@media (max-width: 900px) {
    .home-page .help-info {
        padding: 96px 0
    }

    .home-page .help-info h2 {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 18px
    }

    .home-page .help-info .description {
        margin-bottom: 48px
    }

    .home-page .help-info .row {
        flex-direction: column !important;
        align-items: center;
        margin-bottom: 64px;
    }

    .home-page .help-info .row .col h4 {
        text-align: center;
        margin-bottom: 18px
    }

    .home-page .help-info .row .col p {
        text-align: center
    }

    .home-page .help-info .row picture,
    .home-page .help-info .row:nth-child(2n) picture {
        margin: 0 0 28px;
    }
}

@media (max-width: 600px) {
    .home-page .help-info {
        padding: 64px 0
    }

    .home-page .help-info h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 12px
    }

    .home-page .help-info .description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px
    }

    .home-page .help-info .row {
        margin-bottom: 48px;
    }

    .home-page .help-info .row img {
        width: 100%
    }


    .home-page .help-info .row picture,
    .home-page .help-info .row:nth-child(2n) picture {
        margin: 0 0 12px;
    }

    .home-page .help-info .row .col h4 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 12px
    }

    .home-page .help-info .row .col p {
        font-size: 18px;
        line-height: 25px
    }
}

.home-page .short-description {
    padding: 128px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.home-page .short-description .container {
    display: flex;
    justify-content: space-between;
}

.home-page .short-description picture {
    width: 100%;
    max-width: 467px;
    height: inherit;
    margin: 0 0 -224px
}

.home-page .short-description picture img {
    width: 100%;
}

.home-page .short-description .col {
    flex: 1;
    display: flex;
    flex-direction: column
}

.home-page .short-description .col h3 {
    font-size: 48px;
    line-height: 55px;
    color: #FFF;
    margin-bottom: 32px
}

@media (max-width: 900px) {
    .home-page .short-description {
        padding: 96px 0 0;
        background-image: url(../../../uploads/2022/06/home-short-description-bg-mob.jpg) !important;
        background-size: cover;
        background-position-y: 50%;
        background-repeat: no-repeat;
        display: flex
    }

    .home-page .short-description .container {
        flex: 1;
        flex-direction: column-reverse;
    }

    .home-page .short-description .col {
        align-items: center
    }

    .home-page .short-description .col h3 {
        text-align: center
    }

    .home-page .short-description picture {
        margin: 48px 0 -95px auto
    }
}

@media (max-width: 600px) {
    .home-page .short-description {
        padding: 64px 0 0;
        background-size: 120% 120%;
        background-position-y: 0
    }

    .home-page .short-description .col h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px
    }

    .home-page .short-description picture {
        width: 81%;
        margin: 60px 0 -64px auto
    }
}

.home-page .services-info {
    padding: 118px 0 128px
}

.home-page .services-info h2 {
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: #353A3E;
    margin-bottom: 64px
}

.home-page .services-info .sp-tabs {
    display: flex;
    flex-direction: column
}

.home-page .services-info .sp-tabs .navigation {
    display: flex;
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 18px;
    margin-bottom: 48px;
    position: relative
}

.home-page .services-info .sp-tabs .navigation div {
    flex: 1;
    min-width: max-content;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #686868;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.home-page .services-info .sp-tabs .navigation div svg {
    fill: #686868;
    stroke: #686868;
    margin: 0 10px 0 0;
}

.home-page .services-info .sp-tabs .navigation div.active {
    color: #6959AB
}

.home-page .services-info .sp-tabs .navigation div.active svg {
    fill: #6959AB;
    stroke: #6959AB
}

.home-page .services-info .sp-tabs .navigation .bar {
    height: 6px;
    width: 25%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border: 0;
    background: #6959AB;
    border-radius: 6px;
    transition: .2s ease-in-out
}

.home-page .services-info .sp-tabs .tab {
    align-items: center;
    display: none;
    animation: fadeEffect 1s
}

.home-page .services-info .sp-tabs .tab .tab-name {
    display: none
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.home-page .services-info .sp-tabs .tab.active {
    display: flex
}

.home-page .services-info .sp-tabs .tab picture {
    width: 81%;
    max-width: 552px;
    height: inherit;
    margin: 0 48px 0 0;
}

.home-page .services-info .sp-tabs .tab picture img {
    width: 100%;
}

.home-page .services-info .sp-tabs .tab .col {
    flex: 1;
    display: flex;
    flex-direction: column
}

.home-page .services-info .sp-tabs .tab h3 {
    font-size: 32px;
    line-height: 40px;
    color: #353A3E;
    margin-bottom: 18px
}

.home-page .services-info .sp-tabs .tab p {
    font-size: 18px;
    line-height: 28px;
    color: #686868;
    margin-bottom: 32px
}

@media (max-width: 900px) {
    .home-page .services-info {
        padding: 143px 0 96px
    }

    .home-page .services-info h2 {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 48px
    }

    .home-page .services-info .sp-tabs .navigation {
        display: none
    }

    .home-page .services-info .sp-tabs .tabs-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 48px
    }

    .home-page .services-info .sp-tabs .tabs-content .tab {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-page .services-info .sp-tabs .tab .tab-name {
        display: flex;
        justify-content: center;
        font-weight: 700;
        font-size: 24px;
        line-height: 33px;
        color: #6959AB;
        margin: 28px 0
    }

    .home-page .services-info .sp-tabs .tab .tab-name svg {
        fill: #6959AB;
        stroke: #6959AB;
        margin: 0 8px 0 0;
    }

    .home-page .services-info .sp-tabs .tab picture {
        margin: 0 0 28px;
    }

    .home-page .services-info .sp-tabs .tab .col {
        align-items: center
    }

    .home-page .services-info .sp-tabs .tab h3 {
        text-align: center
    }

    .home-page .services-info .sp-tabs .tab p {
        text-align: center;
        margin: 0
    }

    .home-page .services-info .sp-tabs .tab .btn {
        display: none
    }

    .home-page .services-info .sp-tabs .tab:last-child .btn {
        display: flex;
        margin: 48px auto 0
    }
}

@media (max-width: 600px) {
    .home-page .services-info {
        padding: 96px 0 64px
    }

    .home-page .services-info h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 48px
    }

    .home-page .services-info .sp-tabs .tab img {
        width: 100%
    }

    .home-page .services-info .sp-tabs .tab .tab-name {
        font-size: 18px;
        line-height: 28px;
        margin: 28px 0 18px
    }

    .home-page .services-info .sp-tabs .tab h3 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 12px
    }

    .home-page .services-info .sp-tabs .tab p {
        font-size: 16px;
        line-height: 24px
    }

    .home-page .services-info .sp-tabs .tab picture {
        margin: 0;
    }
}

.home-page .pricing-comments {
    display: grid;
    padding: 0 0 128px;
    gap: 128px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -200px 800px
}

.home-page .pricing-comments .container.pricing > h2 {
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: #353A3E;
    margin-bottom: 48px
}

.pricing-comments .planet-bg {
    display: none
}

@media (max-width: 900px) {
    .home-page .pricing-comments {
        background: none !important;
        position: relative
    }

    .home-page .pricing-comments .container.pricing > h2 {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 48px
    }

    .home-page .pricing-comments .planet-bg {
        width: calc(100vw - 90px);
        display: block;
        position: absolute;
        right: 0;
        top: 440px
    }

    .home-page .comments .mobile-slider .slider-dots div:not(.active)::before {
        background: #686868
    }

    .home-page .comments .mobile-slider .slider-dots div.active {
        background: #FF5256
    }

    .home-page .pricing-tabs .price-details {
        display: grid
    }

    .home-page .pricing-tabs .price-details.analytics {
        display: flex
    }
}

@media (max-width: 600px) {
    .home-page .pricing-comments {
        background: none;
        display: grid;
        gap: 102px;
    }

    .home-page .pricing-comments .container.pricing > h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px
    }

    .pricing-comments .planet-bg {
        width: calc(100vw - 10px);
        top: 600px
    }
}

.home-page .our-cases {
    padding: 128px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.home-page .our-cases .planet-blue {
    width: 500px;
    position: absolute;
    left: -66px;
    top: 154px;
    z-index: 1
}


.home-page .our-cases .planet-red {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 350px;
    z-index: 1
}

.home-page .our-cases .planet-blue img,
.home-page .our-cases .planet-red img {
    width: 100%;
}

.home-page .our-cases .container {
    z-index: 11;
    position: relative
}

.home-page .our-cases h2 {
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: #FFF;
    margin: 0
}

.home-page .our-cases .section-description {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    margin: 18px 0 48px
}

.home-page .our-cases .cases .slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0
}

.home-page .our-cases .cases .slider-dots div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 12px;
}

.home-page .our-cases .cases .slider-dots div:not(.active)::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E7E7E7
}

.home-page .our-cases .cases .slider-dots div.active {
    background: #FF5256
}

.home-page .our-cases .cases .navigation-btn {
    position: absolute;
    top: 183px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    z-index: 11
}

.home-page .our-cases .cases .navigation-btn.prev-slide {
    left: 24px
}

.home-page .our-cases .cases .navigation-btn.next-slide {
    right: 24px
}

.home-page .our-cases .cases .navigation-btn svg {
    stroke: #DCDCDC;
    transition: .1s ease-in-out
}

.home-page .our-cases .cases .navigation-btn:hover svg {
    stroke: #6959AB
}

.home-page .our-cases .cases {
    position: relative;
    background: #FFF;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 48px 84px 64px;
    margin-bottom: 128px;
    overflow: hidden;
    z-index: -1
}

.home-page .our-cases .cases .slide {
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 48px;
    left: 84px;
    right: 84px;
    bottom: 64px;
    opacity: 0
}

.home-page .our-cases .cases .slide.prev-slide.left {
    animation: hideLeft .5s
}

.home-page .our-cases .cases .slide.prev-slide.right {
    animation: hideRight .5s
}

@keyframes hideLeft {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    80% {
        transform: translateX(-100%)
    }
    100% {
        opacity: 0;
        z-index: -1
    }
}

@keyframes hideRight {
    0% {
        transform: translateX(0);
        opacity: 1
    }
    80% {
        transform: translateX(100%)
    }
    100% {
        opacity: 0;
        z-index: -1
    }
}

.home-page .our-cases .cases .slide.active {
    display: flex;
    position: inherit;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.home-page .our-cases .cases .slide.active.right {
    animation: showRight .5s
}

.home-page .our-cases .cases .slide.active.left {
    animation: showLeft .5s
}

@keyframes showRight {
    0% {
        transform: translateX(100%);
        opacity: 0
    }
    80% {
        transform: translateX(0)
    }
    100% {
        z-index: 11
    }
}

@keyframes showLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    80% {
        transform: translateX(0)
    }
    100% {
        z-index: 11
    }
}

.home-page .our-cases .cases .slide.active img {
    margin: 0 0 90px
}

.home-page .our-cases .cases .slide img {
    width: 100%;
    height: inherit;
    margin: 0 0 84px
}

.home-page .our-cases .cases .slide .case-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home-page .our-cases .cases .slide .case-details h4 {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #353A3E;
    margin-bottom: 18px
}

.home-page .our-cases .cases .slide .case-details ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex
}

.home-page .our-cases .cases .slide .case-details ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.home-page .our-cases .cases .slide .case-details ul li b {
    font-size: 48px;
    line-height: 55px;
    text-align: center;
    color: #6959AB
}

.home-page .our-cases .cases .slide .case-details ul li p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #353A3E;
    margin: 8px 0 0
}

.home-page .our-cases .cases .slide .case-details ul li:nth-child(2) {
    border-left: 2px solid #EFEFEF;
    border-right: 2px solid #EFEFEF
}

.home-page .our-cases .help-info {
    list-style: none;
    padding: 0;
    margin: 48px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px
}

.home-page .our-cases .help-info li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 28px;
    background: #FFF;
    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
    border-radius: 8px
}

.home-page .our-cases .help-info li h3 {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #353A3E;
    margin: 18px 0 9px
}

.home-page .our-cases .help-info li p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #686868;
    margin-bottom: 52px
}

.home-page .our-cases .help-info li .btn {
    height: 49px;
    font-size: 16px;
    line-height: 24px;
    margin: auto 0 0;
    padding: 0 28px
}

.home-page .our-cases .mob-link {
    display: none
}

@media (max-width: 900px) {
    .home-page .our-cases {
        padding: 96px 0
    }

    .page.main-content section.our-cases > .container {
        width: calc(100% - 20px);
        padding: 0;
        margin: 0 auto;
        overflow: hidden
    }

    .home-page .our-cases .planet-blue {
        top: auto;
        left: -150px;
        bottom: 1100px
    }

    .home-page .our-cases .planet-red {
        width: 160px;
        bottom: 370px
    }

    .home-page .our-cases h2 {
        font-size: 48px;
        line-height: 55px
    }

    .home-page .our-cases .section-description {
        margin: 18px 0 48px
    }

    .home-page .our-cases .cases {
        padding: 32px 28px 48px;
        margin-bottom: 90px;
        overflow: initial
    }

    .home-page .our-cases .cases .navigation-btn {
        display: none
    }

    .home-page .our-cases .cases .slide img, .home-page .our-cases .cases .slide.active img {
        margin-bottom: 32px
    }

    .home-page .our-cases .cases .slide .case-details ul {
        margin: 0
    }

    .home-page .our-cases .cases .slide .case-details ul li b {
        font-size: 32px;
        line-height: 40px
    }

    .home-page .our-cases .cases .slide .case-details ul li p {
        font-size: 16px;
        line-height: 24px;
        margin: 2px 0 0
    }

    .home-page .our-cases .cases .slide .case-details .btn {
        display: none
    }

    .home-page .our-cases .cases .slider-dots {
        top: calc(100% + 32px)
    }

    .home-page .our-cases .mob-link {
        display: flex;
        margin: 0 auto 96px
    }

    .home-page .our-cases .help-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-page .our-cases .help-info li {
        width: 80vw;
        max-width: 460px;
        padding: 48px 70px;
        margin: 0 0 28px;
    }

    .home-page .our-cases .help-info li:last-child {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .home-page .our-cases {
        padding: 64px 0
    }

    .home-page .our-cases .planet-blue {
        width: 437px;
        left: -200px;
        bottom: 1130px
    }

    .home-page .our-cases .planet-red {
        display: none
    }

    .home-page .our-cases h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px
    }

    .home-page .our-cases .section-description {
        display: none
    }

    .home-page .our-cases .cases {
        padding: 28px 18px 32px
    }

    .home-page .our-cases .cases .slide {
        width: 100%
    }

    .home-page .our-cases .cases .slide img, .home-page .our-cases .cases .slide.active img {
        margin-bottom: 18px
    }

    .home-page .our-cases .cases .slide .case-details h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .home-page .our-cases .cases .slide .case-details ul {
        flex-direction: column;
        align-items: center
    }

    .home-page .our-cases .cases .slide .case-details ul li:nth-child(2) {
        border: 0;
        border-top: 2px solid #EFEFEF;
        border-bottom: 2px solid #EFEFEF;
        padding: 18px 0;
        margin: 18px 0
    }

    .home-page .our-cases .mob-link {
        margin-bottom: 64px
    }

    .home-page .our-cases h2 {
        font-size: 32px;
        line-height: 40px
    }

    .home-page .our-cases .help-info {
        margin: 32px 0 0
    }

    .home-page .our-cases .help-info li {
        width: 100%;
        padding: 48px 12px
    }

    .home-page .our-cases .help-info li p {
        margin-bottom: 28px
    }
}

.home-page .ceo {
    padding: 128px 0
}

.home-page .ceo .container {
    display: flex;
    align-items: flex-start;
}

.home-page .ceo .image {
    width: 40%;
    display: flex;
    margin: 0 48px 0 0;
}

.home-page .ceo picture {
    width: 100%;
    height: inherit
}

.home-page .ceo img {
    width: 100%;
}

.home-page .ceo .image svg {
    display: none
}

.home-page .ceo .col {
    flex: 1;
    display: flex;
    flex-direction: column
}

.home-page .ceo .col h3 {
    font-size: 48px;
    line-height: 55px;
    color: #353A3E;
    margin: 39px 0 32px
}

.home-page .ceo .col h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #353A3E;
    margin-bottom: 8px
}

.home-page .ceo .col p {
    font-size: 16px;
    line-height: 24px;
    color: #686868
}

@media (max-width: 900px) {
    .home-page .ceo {
        padding: 96px 0
    }

    .home-page .ceo .container {
        flex-direction: column;
        align-items: center
    }

    .home-page .ceo .image {
        width: 38vw;
        position: relative;
        margin: 0 0 28px;
    }

    .home-page .ceo .image svg {
        display: block;
        position: absolute;
        right: -36px;
        top: -24px
    }

    .home-page .ceo .col {
        align-items: center
    }

    .home-page .ceo .col svg {
        display: none
    }

    .home-page .ceo .col h3 {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 32px
    }

    .home-page .ceo .col h5 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 8px
    }

    .home-page .ceo .col p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 600px) {
    .home-page .ceo {
        padding: 64px 0
    }

    .home-page .ceo .image {
        width: 56vw
    }

    .home-page .ceo .image svg {
        width: 50px;
        height: 34px;
        right: -25px;
        top: -17px;
    }

    .home-page .ceo .col h3 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 24px
    }

    .home-page .ceo .col h5 {
        font-size: 16px;
        line-height: 24px
    }

    .home-page .ceo .col p {
        font-size: 12px;
        line-height: 18px
    }
}

.home-page .request-demo .block img {
    width: 51%
}

@media (max-width: 900px) {
    .home-page .request-demo .block {
        padding-bottom: 25vw
    }

    .home-page .request-demo .block img {
        width: 93vw
    }
}

@media (max-width: 600px) {
    .home-page .request-demo .block {
        padding-bottom: 0;
        align-items: flex-end
    }

    .home-page .request-demo .block img {
        position: inherit;
        width: 115vw;
        margin: 32px -10px -5px 0
    }
}