.integration-cards {
    padding: 50px 0;
    background-color: #f4f6f9;
}

.integration-cards .integration-wrap {
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
}

.integration-cards .integration-wrap .int-cards {
    max-width: calc((100% - 110px) / 3);
    width: 100%;
    display: flex;
    border: 1px solid #D9D9D9;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    gap: 16px;
}

.integration-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 50px;
}

.integration-title h1 {
    font-size: 50px;
    line-height: 60px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.integration-title h2 {
    font-size: 42px;
    line-height: 52px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.integration-title h3 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.integration-title h4 {
    font-size: 36px;
    line-height: 46px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.integration-title h5 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.integration-title h6 {
    font-size: 32px;
    line-height: 42px;
    color: #084987;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.integration-title p {
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.integration-title a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}

.integration-cards .integration-wrap .int-cards .int-icons {
    width: 147px;
    height: 147px;
}

.integration-cards .integration-wrap .int-cards .int-icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.integration-cards .integration-wrap .int-cards .in-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.integration-cards .integration-wrap .int-cards .in-desc h2 {
    font-size: 28px;
    line-height: normal;
    color: #084987;
    margin: 0;
    font-weight: 500;
}

.integration-cards .integration-wrap .int-cards .in-desc h1 {
    line-height: normal;
    color: #084987;
    margin: 0;
    font-weight: 500;
}

.integration-cards .integration-wrap .int-cards .in-desc h3 {
    line-height: normal;
    color: #084987;
    margin: 0;
    font-weight: 500;
}

.integration-cards .integration-wrap .int-cards .in-desc h4 {
    line-height: normal;
    color: #084987;
    margin: 0;
    font-weight: 500;
}

.integration-cards .integration-wrap .int-cards .in-desc h5 {
    line-height: normal;
    color: #084987;
    margin: 0;
    font-weight: 500;
}

.integration-cards .integration-wrap .int-cards .in-desc h6 {
    line-height: normal;
    color: #084987;
    margin: 0;
    font-weight: 500;
}

.integration-cards .integration-wrap .int-cards .in-desc p {
    font-size: 20px;
    line-height: normal;
    color: #595959;
    margin: 0;
    font-weight: 400;
}

.integration-cards .integration-wrap .int-cards .in-desc ul {
    margin: 0;
}

.integration-cards .integration-wrap .int-cards .in-desc ol {
    margin: 0;
}

.integration-cards .integration-wrap .int-cards .in-desc ul li {
    font-size: 20px;
    line-height: normal;
    color: #595959;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}

.integration-cards .integration-wrap .int-cards .in-desc ol li {
    font-size: 20px;
    line-height: normal;
    color: #595959;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}

.dual-slider {
    padding: 50px 0;
}

.dual-slider__wrapper {
    display: flex;
    flex-direction: column;
    gap: 37px;
}

.dual-slider__wrapper a.resource-btn {
    font-size: 20px;
    padding: 16px 32px 16px 32px;
}

.dual-slider__item {
    padding: 19px 29px;
    background-color: #fff;
    box-shadow: 0px 0px 23px 0px #00000033;
    border-radius: 90px;
    margin: 22px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dual-slider__item img {
    width: 70% !important;
    height: 55px;
    object-fit: contain;
}

.btw-logo {
    width: 198px;
    height: 198px;
    box-shadow: 0px 0px 44px 14px #009adb33;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

.btw-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dual-slider .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.dual-slider .btn-wrap .btn-learn-more {
    font-family: "Lato";
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    background-color: #e4008a;
    color: #fff;
    padding: 0px 20px;
    text-decoration: none;
    border-radius: 30px;
}

.solution-lifecycle {
    padding: 50px 0;
    background-color: #f4f6f9;
}

.solution-lifecycle__content>h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin: 0;
    color: #084987;
    text-align: center;
}

.solution-lifecycle__content>h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    margin: 0;
    color: #084987;
    text-align: center;
}

.solution-lifecycle__content>h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin: 0;
    color: #084987;
    text-align: center;
}

.solution-lifecycle__content>h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin: 0;
    color: #084987;
    text-align: center;
}

.solution-lifecycle__content>h5 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin: 0;
    color: #084987;
    text-align: center;
}

.solution-lifecycle__content>h6 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin: 0;
    color: #084987;
    text-align: center;
}

.solution-lifecycle__content>p {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #595959;
    padding-top: 30px;
    margin: 0;
}

.solution-lifecycle__lifecycle {
    padding: 188px 345px;
    position: relative;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg {
    position: absolute;
    min-height: 135px;
    max-width: 335px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #224380;
    border-radius: 15px;
    max-width: 335px;
    width: 100%;
    padding: 10px;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg:hover {
    box-shadow: 0px 0px 29px 0px #134a86;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg .solution-lifecycle-arrow {
    content: "";
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 14px solid transparent;
    border-top: 18px solid #fff;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg .solution-lifecycle-arrow::after {
    content: "";
    width: 1px;
    height: 21.7px;
    background-color: #224380;
    display: block;
    transform: rotate(-36deg);
    bottom: -2px;
    position: absolute;
    left: -5px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg .solution-lifecycle-arrow::before {
    content: "";
    content: "";
    width: 1px;
    height: 21px;
    background-color: #224380;
    display: block;
    transform: rotate(36deg);
    bottom: -2px;
    position: absolute;
    right: -8px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.top {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.top .solution-lifecycle-arrow {
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.bottom {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.bottom .solution-lifecycle-arrow {
    left: 50%;
    transform: translateX(-50%) rotate(-180deg);
    top: -18px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.bottom .solution-lifecycle-arrow::before {
    right: -7px;
    bottom: -2px;
    height: 21px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.bottom .solution-lifecycle-arrow::after {
    left: -6px;
    height: 22px;
    bottom: -2px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top {
    top: 300px;
    left: 4vw;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top .solution-lifecycle-arrow {
    transform: translateX(-50%) rotate(-90deg);
    top: 50%;
    left: unset;
    right: -34px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top .solution-lifecycle-arrow::before {
    right: -8px;
    transform: rotate(34deg);
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top {
    top: 300px;
    right: 4vw;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top .solution-lifecycle-arrow {
    transform: translateX(50%) rotate(90deg);
    top: 50%;
    left: -34px;
    right: unset;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top .solution-lifecycle-arrow::before {
    right: -7px;
    bottom: -2px;
    height: 22px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top .solution-lifecycle-arrow::after {
    left: -6px;
    bottom: -3px;
    height: 23px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.left-bottom {
    bottom: 300px;
    left: 4vw;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.left-bottom .solution-lifecycle-arrow {
    transform: translateX(-50%) rotate(-90deg);
    top: 50%;
    left: unset;
    right: -34px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom {
    bottom: 300px;
    right: 4vw;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom .solution-lifecycle-arrow {
    transform: translateX(50%) rotate(90deg);
    top: 50%;
    left: -34px;
    right: unset;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom .solution-lifecycle-arrow::before {
    right: -8px;
    bottom: -2px;
    height: 22px;
}

.solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom .solution-lifecycle-arrow::after {
    left: -6px;
    bottom: -2px;
    height: 22px;
}

.solution-lifecycle--cycle-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    max-height: 708px;
    max-width: 36.608vw;
}

.solution-lifecycle--msg p {
    font-family: "Lato";
    font-weight: 400;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    color: #224380;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.solution-lifecycle-mobile {
    display: none;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.solution-lifecycle-mobile .cb {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.solution-lifecycle-mobile .cb .main-text {
    padding: 16px;
    max-width: fit-content;
    min-width: 267px;
    text-align: center;
    position: relative;
}

.solution-lifecycle-mobile .Discovery .main-text {
    background-color: #3CBEEE;
}

.solution-lifecycle-mobile .Discovery .main-text::after {
    position: absolute;
    content: "";
    width: 64px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='33' viewBox='0 0 65 33' fill='none'%3E%3Cpath d='M32.0429 32.25L64.0859 0H0L32.0429 32.25Z' fill='%233CBEEE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -31px;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.solution-lifecycle-mobile .cb .main-text h1 {
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.solution-lifecycle-mobile .cb .main-text h2 {
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.solution-lifecycle-mobile .cb .main-text h3 {
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.solution-lifecycle-mobile .cb .main-text h4 {
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.solution-lifecycle-mobile .cb .main-text h5 {
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.solution-lifecycle-mobile .cb .main-text h6 {
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.solution-lifecycle-mobile .cb .main-text p {
    font-size: 30px;
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.solution-lifecycle-mobile .cb .det h1 {
    line-height: normal;
    font-weight: 500;
    color: #224380;
    margin: 0;
    text-align: center;
}

.solution-lifecycle-mobile .cb .det h2 {
    line-height: normal;
    font-weight: 500;
    color: #224380;
    margin: 0;
    text-align: center;
}

.solution-lifecycle-mobile .cb .det h3 {
    line-height: normal;
    font-weight: 500;
    color: #224380;
    margin: 0;
    text-align: center;
}

.solution-lifecycle-mobile .cb .det h4 {
    line-height: normal;
    font-weight: 500;
    color: #224380;
    margin: 0;
    text-align: center;
}

.solution-lifecycle-mobile .cb .det h5 {
    line-height: normal;
    font-weight: 500;
    color: #224380;
    margin: 0;
    text-align: center;
}

.solution-lifecycle-mobile .cb .det h6 {
    line-height: normal;
    font-weight: 500;
    color: #224380;
    margin: 0;
    text-align: center;
}

.solution-lifecycle-mobile .cb .det p {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #224380;
    margin: 0;
    text-align: center;
}

.solution-lifecycle-mobile .Expertise .main-text {
    background-color: #134A86;
}

.solution-lifecycle-mobile .Expertise .main-text::after {
    position: absolute;
    content: "";
    width: 64px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='33' viewBox='0 0 65 33' fill='none'%3E%3Cpath d='M32.0429 32.25L64.0859 0H0L32.0429 32.25Z' fill='%23134A86'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -31px;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.solution-lifecycle-mobile .Optimization .main-text {
    background-color: #447B7D;
}

.solution-lifecycle-mobile .Optimization .main-text::after {
    position: absolute;
    content: "";
    width: 64px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='33' viewBox='0 0 65 33' fill='none'%3E%3Cpath d='M32.0429 32.25L64.0859 0H0L32.0429 32.25Z' fill='%23447B7D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -31px;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.solution-lifecycle-mobile .Implementation .main-text {
    background-color: #0097AB;
}

.solution-lifecycle-mobile .Implementation .main-text::after {
    position: absolute;
    content: "";
    width: 64px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='33' viewBox='0 0 65 33' fill='none'%3E%3Cpath d='M32.0429 32.25L64.0859 0H0L32.0429 32.25Z' fill='%230097AB'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -31px;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.solution-lifecycle-mobile .Integration .main-text {
    background-color: #01637D;
}

.solution-lifecycle-mobile .Integration .main-text::after {
    position: absolute;
    content: "";
    width: 64px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='33' viewBox='0 0 65 33' fill='none'%3E%3Cpath d='M32.0429 32.25L64.0859 0H0L32.0429 32.25Z' fill='%2301637D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -31px;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.solution-lifecycle-mobile .Support .main-text {
    background-color: #055985;
}

.solution-lifecycle-mobile .Support .main-text::after {
    position: absolute;
    content: "";
    width: 64px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='33' viewBox='0 0 65 33' fill='none'%3E%3Cpath d='M32.0429 32.25L64.0859 0H0L32.0429 32.25Z' fill='%23055985'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    bottom: -31px;
    right: 0;
    left: 0;
    margin: 0px auto;
}

.solution-lifecycle-mobile .cb .det {
    border-radius: 9px;
    padding: 40px 26px;
    max-width: 100%;
    width: 100%;
}

.solution-lifecycle-mobile .Discovery .det {
    border: 3px solid #3CBEEE;
}

.solution-lifecycle-mobile .Expertise .det {
    border: 3px solid #134A86;
}

.solution-lifecycle-mobile .Optimization .det {
    border: 3px solid #447B7D;
}

.solution-lifecycle-mobile .Implementation .det {
    border: 3px solid #0097AB;
}

.solution-lifecycle-mobile .Integration .det {
    border: 3px solid #01637D;
}

.solution-lifecycle-mobile .Support .det {
    border: 3px solid #055985;
}

.example-solution {
    padding: 50px 0;
}

.example-solution .example-wrp .ex-sol-card {
    max-width: calc((100% - 110px) / 3);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.example-solution .example-wrp {
    display: flex;
    gap: 55px;
    flex-wrap: wrap;
}

.example-solution .example-wrp .ex-sol-card .ex-desc .ex-icon-main {
    padding: 0;
}

.example-solution .example-wrp .ex-sol-card .ex-img img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    object-fit: cover;
    height: 175px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc {
    padding: 30px 20px;
    padding-bottom: 80px;
    background-color: #F5F5F5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.example-solution .example-wrp .ex-sol-card .ex-desc .ex-icon-main {
    width: 198px;
    height: 198px;
    display: flex;
    margin: 0px auto;
    margin-top: auto;
}

.example-solution .example-wrp .ex-sol-card .ex-desc .ex-icon-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.example-solution .example-wrp .ex-sol-card .ex-desc a.read-now {
    height: unset !important;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc h1 {
    line-height: normal;
    color: #131e37;
    font-weight: 500;
    margin-bottom: 16px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc h2 {
    font-size: 28px;
    line-height: normal;
    color: #131e37;
    font-weight: 500;
    margin-bottom: 16px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc h3 {
    line-height: normal;
    color: #131e37;
    font-weight: 500;
    margin-bottom: 16px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc h4 {
    line-height: normal;
    color: #131e37;
    font-weight: 500;
    margin-bottom: 16px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc h5 {
    line-height: normal;
    color: #131e37;
    font-weight: 500;
    margin-bottom: 16px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc h6 {
    line-height: normal;
    color: #131e37;
    font-weight: 500;
    margin-bottom: 16px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc p {
    font-size: 22px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    margin-bottom: 20px;
}

.example-solution .example-wrp .ex-sol-card .ex-desc p a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #084987;
}

.example-solution .example-wrp .ex-sol-card .ex-desc ul {
    margin: 0;
}

.example-solution .example-wrp .ex-sol-card .ex-desc ol {
    margin: 0;
}

.example-solution .example-wrp .ex-sol-card .ex-desc ul li {
    font-size: 20px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    padding-bottom: 20px;
    list-style: none;
    position: relative;
}

.example-solution .example-wrp .ex-sol-card .ex-desc ol li {
    font-size: 20px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    padding-bottom: 20px;
    position: relative;
}

.example-solution .example-wrp .ex-sol-card .ex-desc ul li::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M9 6.5L0 12.9952V0.00480938L9 6.5Z' fill='%23224380'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    left: -20px;
    top: 6px;
}


@media(min-width:1920px) {
    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom {
        right: 1vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top {
        right: 1vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top {
        left: 1vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-bottom {
        left: 1vw;
    }
}

@media(max-width:1600px) {
    .solution-lifecycle__lifecycle {
        padding: 188px 24.839vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top {
        top: 15.512vw;
        left: 4vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top {
        top: 15.512vw;
        right: 4vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-bottom {
        bottom: 15.512vw;
        left: 4vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom {
        bottom: 15.512vw;
        right: 4vw;
    }
}

@media(max-width:1440px) {

    .example-solution .example-wrp .ex-sol-card .ex-img img {
        height: 155px;
    }
}

@media(max-width:1300px) {

    .dual-slider__item {
        padding: 15px 25px;
    }

    .btw-logo {
        width: 160px;
        height: 160px;
        padding: 40px 40px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top,
    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-bottom {
        left: 0vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top,
    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom {
        right: 0vw;
    }

}

@media(max-width:1280px) {

    .integration-cards .integration-wrap .int-cards {
        max-width: calc((100% - 55px) / 2);
        width: 100%;
    }

    .dual-slider__item {
        padding: 10px 20px;
    }

    .dual-slider__item img {
        height: 50px;
    }

    .btw-logo {
        width: 150px;
        height: 150px;
        padding: 25px;
    }

    .dual-slider {
        padding: 80px 0 48px;
    }

    .solution-lifecycle--msg p {
        font-size: 20px;
        line-height: 22px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg {
        min-height: 130px;
    }

    .example-solution .example-wrp .ex-sol-card {
        max-width: calc((100% - 55px) / 2);
        width: 100%;
    }

    .example-solution .example-wrp .ex-sol-card .ex-img img {
        height: 195px;
    }
}

@media(max-width:1200px) {

    .solution-lifecycle--msg p {
        font-size: 18px;
        line-height: 20px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg {
        max-width: 285px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top {
        left: 1vw;
        top: 19vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top {
        right: 1vw;
        top: 19vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-bottom {
        left: 1vw;
        bottom: 19vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom {
        right: 1vw;
        bottom: 19vw;
    }
}

@media(max-width:1100px) {

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top {
        left: 1vw;
        top: 18.512vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top {
        right: 1vw;
        top: 18.512vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-bottom {
        left: 1vw;
        bottom: 20.512vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom {
        right: 1vw;
        bottom: 20.512vw;
    }
}

@media(max-width:1024px) {

    .integration-cards .integration-wrap .int-cards .int-icons {
        width: 100px;
        height: 100px;
    }

    .integration-cards .integration-wrap .int-cards {
        padding: 20px;
    }

    .integration-title h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .integration-title h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .integration-title h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .integration-title h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .integration-title h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .integration-title h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .integration-title p {
        font-size: 20px;
        line-height: 30px;
    }

    .dual-slider__wrapper {
        gap: 25px;
    }

    .dual-slider__item {
        margin: 20px 0;
    }

    .btw-logo {
        width: 120px;
        height: 120px;
    }

    .dual-slider__wrapper a.resource-btn {
        font-size: 18px;
        line-height: normal;
        padding: 12px 24px;
    }

    .solution-lifecycle--msg p {
        font-size: 16px;
        line-height: 18px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg {
        max-width: 265px;
        min-height: 105px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg .solution-lifecycle-arrow::after {
        left: -6px;
        height: 22px;
        bottom: -2px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.top {
        top: 60px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.bottom {
        bottom: 60px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-top {
        left: 4vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-top {
        right: 4vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.left-bottom {
        left: 4vw;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg.right-bottom {
        right: 4vw;
    }

    .solution-lifecycle--cycle-img img {
        max-width: 30.608vw;
    }

    .solution-lifecycle__content>h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .solution-lifecycle__content>h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .solution-lifecycle__content>h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .solution-lifecycle__content>h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .solution-lifecycle__content>h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .solution-lifecycle__content>h6 {
        font-size: 28px;
        line-height: 38px;
    }

    .solution-lifecycle__content>p {
        font-size: 20px;
        line-height: 30px;
        padding-top: 15px;
    }

    .solution-lifecycle__lifecycle {
        display: none;
    }

    .solution-lifecycle-mobile {
        display: flex !important;
        margin-top: 30px;
    }

    .example-solution .example-wrp .ex-sol-card .ex-img img {
        height: 155px;
    }
}

@media(max-width:991px) {

    .dual-slider {
        padding: 50px 0 50px;
    }

    .solution-lifecycle__lifecycle .solution-lifecycle--msg {
        max-width: 210px;
    }
}

@media(max-width:880px) {

    .example-solution .example-wrp .ex-sol-card .ex-img img {
        height: 130px;
    }
}

@media(max-width:767px) {

    .integration-cards .integration-wrap .int-cards .in-desc h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .integration-cards .integration-wrap .int-cards {
        max-width: 100%;
    }

    .integration-cards .integration-wrap {
        gap: 30px;
    }

    .integration-cards {
        padding: 50px 0;
    }

    .integration-cards .integration-wrap .int-cards .in-desc p {
        font-size: 18px;
        line-height: 28px;
    }

    .integration-cards .integration-wrap .int-cards .in-desc ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .integration-cards .integration-wrap .int-cards .in-desc ol li {
        font-size: 18px;
        line-height: 28px;
    }

    .integration-title {
        padding-bottom: 30px;
    }

    .integration-title h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .integration-title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .integration-title h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .integration-title h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .integration-title h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .integration-title h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .integration-title p {
        font-size: 18px;
        line-height: 28px;
    }

    .solution-lifecycle__content>h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .solution-lifecycle__content>h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .solution-lifecycle__content>h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .solution-lifecycle__content>h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .solution-lifecycle__content>h5 {
        font-size: 24px;
        line-height: 34px;
    }

    .solution-lifecycle__content>h6 {
        font-size: 24px;
        line-height: 34px;
    }

    .solution-lifecycle__content>p {
        font-size: 18px;
        line-height: 28px;
        padding-top: 15px;
    }

    .example-solution .example-wrp {
        gap: 30px;
    }

    .example-solution .example-wrp .ex-sol-card {
        max-width: 100%;
    }

    .example-solution .example-wrp .ex-sol-card .ex- {
        font-size: 24px;
        line-height: 34px;
    }

    .example-solution .example-wrp .ex-sol-card .ex-desc p {
        font-size: 18px;
        line-height: 28px;
    }

    .example-solution .example-wrp .ex-sol-card .ex-desc h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .example-solution .example-wrp .ex-sol-card .ex-desc .ex-icon-main {
        width: 150px;
        height: 150px;
    }

    .example-solution .example-wrp .ex-sol-card .ex-img img {
        height: 100%;
    }

    .example-solution .example-wrp .ex-sol-card .ex-desc ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .example-solution .example-wrp .ex-sol-card .ex-desc ul li::after {
        top: 9px;
    }

    .example-solution .example-wrp .ex-sol-card .ex-desc {
        padding-bottom: 30px;
    }

    .example-solution{
        padding: 25px 0;
    }
}

@media(max-width:768px) {

    .dual-slider__wrapper {
        gap: 15px;
    }

    .dual-slider__item img {
        height: 40px;
    }

    .dual-slider .btn-wrap .btn-learn-more {
        line-height: 45px;
    }

    .btw-logo {
        width: 150px;
        height: 150px;
        padding: 20px;
    }
}

@media(max-width:576px) {

    .solution-lifecycle__lifecycle {
        padding: 50px 50px;
    }

    .solution-lifecycle--cycle-img img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
}