/* styles.css */

/*===========================================
=           1LiVNG Media Queries            =
==========================================* /

@media only screen and (max-width : 1919px) {

}

@media only screen and (max-width : 1439px) {

}

@media only screen and (max-width : 1079px) {

}

@media only screen and (max-width : 833px) {

}

@media only screen and (max-width : 392px) {

}

/*========================================*/

/* swiper-key-feature */

.swiper-key-feature {
    width: 100%;
    position: relative;
}

.swiper-key-feature .swiper-wrapper {
    align-items: stretch !important;
    height: auto !important;
    overflow: visible !important;
}

.swiper-key-feature .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 28px;
    padding: 20px;
    width: 412px !important;
}

@media only screen and (max-width : 1919px) {
    .swiper-key-feature .swiper-slide {
        width: 378px !important;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-key-feature .swiper-slide {
        width: 344px !important;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-key-feature .swiper-slide {
        width: 250px !important;
    }
}

.swiper-key-feature .swiper-slide img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 46px;
}

@media only screen and (max-width : 1079px) {
    .swiper-key-feature .swiper-slide img {
        margin-bottom: 28px;
    }
}

.swiper-key-feature .swiper-slide h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 700;
    margin: 0 0 28px 0;
    text-align: left;
    color: #000;
    letter-spacing: -0.02em;
}

@media only screen and (max-width : 1919px) {
    .swiper-key-feature .swiper-slide h3 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-key-feature .swiper-slide h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-key-feature .swiper-slide h3 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width : 579px) {
    .swiper-key-feature .swiper-slide h3 {
        font-size: 18px;
        line-height: 18px;
    }
}

.swiper-key-feature .swiper-slide p {
    font-size: 24px;
    line-height: 28px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 400;
    margin: 0;
    text-align: left;
    color: #000;
}

@media only screen and (max-width : 1919px) {
    .swiper-key-feature .swiper-slide p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-key-feature .swiper-slide p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-key-feature .swiper-slide p {
        font-size: 14px;
        line-height: 17px;
    }
}

.swiper-key-feature .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.swiper-key-feature .swiper-button-next,
.swiper-key-feature .swiper-button-prev {
    margin: 0;
    position: relative;
    width: 44px;
    height: 40px;
    padding: 5px;
}

.swiper-key-feature .swiper-button-prev {
    left: 0;
    margin-right: 12px;
}

.swiper-key-feature .swiper-button-next {
    right: 0;
}

.swiper-key-feature .swiper-button-prev svg,
.swiper-key-feature .swiper-button-next svg {
    width: 34px;
    height: 30px;
}

.swiper-key-feature .swiper-button-prev:after {
    content: '';
    display: none;
}

.swiper-key-feature .swiper-button-next:after {
    content: '';
    display: none;
}

/* swiper-modern-solutions */

.swiper-modern-solutions {
    width: 100%;
    position: relative;
}

.swiper-modern-solutions .swiper-wrapper {
    align-items: stretch !important;
    height: auto !important;
    overflow: visible !important;
}

.swiper-modern-solutions .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 28px;
    padding: 20px;
    position: relative;
    aspect-ratio: 412 / 668;
    width: 412px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width : 1919px) {
    .swiper-modern-solutions .swiper-slide {
        width: 378px !important;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-modern-solutions .swiper-slide {
        width: 344px !important;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-modern-solutions .swiper-slide {
        width: 250px !important;
    }
}

.swiper-modern-solutions .swiper-slide::after {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #00000000 50%);
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    border-radius: 28px;
    opacity: .5;
}

.swiper-modern-solutions .swiper-slide-inner {
    z-index: 1;
}

.swiper-modern-solutions .swiper-slide h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 700;
    margin: 0 0 28px 0;
    text-align: left;
    color: #fff;
    letter-spacing: -0.02em;
}

@media only screen and (max-width : 1919px) {
    .swiper-modern-solutions .swiper-slide h3 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-modern-solutions .swiper-slide h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-modern-solutions .swiper-slide h3 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width : 579px) {
    .swiper-modern-solutions .swiper-slide h3 {
        font-size: 18px;
        line-height: 18px;
    }
}
.swiper-modern-solutions .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.swiper-modern-solutions .swiper-button-next,
.swiper-modern-solutions .swiper-button-prev {
    margin: 0;
    position: relative;
    width: 44px;
    height: 40px;
    padding: 5px;
}

.swiper-modern-solutions .swiper-button-prev {
    left: 0;
    margin-right: 12px;
}

.swiper-modern-solutions .swiper-button-next {
    right: 0;
}

.swiper-modern-solutions .swiper-button-prev svg,
.swiper-modern-solutions .swiper-button-next svg {
    width: 34px;
    height: 30px;
}

.swiper-modern-solutions .swiper-button-prev:after {
    content: '';
    display: none;
}

.swiper-modern-solutions .swiper-button-next:after {
    content: '';
    display: none;
}

/* swiper-full-stack-benefits */

.swiper-full-stack-benefits {
    width: 100%;
    position: relative;
}

.swiper-full-stack-benefits .swiper-wrapper {
    align-items: stretch !important;
    height: auto !important;
    overflow: visible !important;
}

.swiper-full-stack-benefits .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 28px;
    padding: 20px;
    width: 412px !important;
}

@media only screen and (max-width : 1919px) {
    .swiper-full-stack-benefits .swiper-slide {
        width: 378px !important;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-full-stack-benefits .swiper-slide {
        width: 344px !important;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-full-stack-benefits .swiper-slide {
        width: 250px !important;
    }
}

.swiper-full-stack-benefits .swiper-slide img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 46px;
}

@media only screen and (max-width : 1079px) {
    .swiper-full-stack-benefits .swiper-slide img {
        margin-bottom: 28px;
    }
}

.swiper-full-stack-benefits .swiper-slide h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 700;
    margin: 0 0 28px 0;
    text-align: left;
    color: #000;
    letter-spacing: -0.02em;
}

@media only screen and (max-width : 1919px) {
    .swiper-full-stack-benefits .swiper-slide h3 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-full-stack-benefits .swiper-slide h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-full-stack-benefits .swiper-slide h3 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width : 579px) {
    .swiper-full-stack-benefits .swiper-slide h3 {
        font-size: 18px;
        line-height: 18px;
    }
}

.swiper-full-stack-benefits .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.swiper-full-stack-benefits .swiper-button-next,
.swiper-full-stack-benefits .swiper-button-prev {
    margin: 0;
    position: relative;
    width: 44px;
    height: 40px;
    padding: 5px;
}

.swiper-full-stack-benefits .swiper-button-prev {
    left: 0;
    margin-right: 12px;
}

.swiper-full-stack-benefits .swiper-button-next {
    right: 0;
}

.swiper-full-stack-benefits .swiper-button-prev svg,
.swiper-full-stack-benefits .swiper-button-next svg {
    width: 34px;
    height: 30px;
}

.swiper-full-stack-benefits .swiper-button-prev:after {
    content: '';
    display: none;
}

.swiper-full-stack-benefits .swiper-button-next:after {
    content: '';
    display: none;
}

/* swiper-global-market */

.swiper-global-market {
    width: 100%;
    position: relative;
}

.swiper-global-market .swiper-wrapper {
    align-items: stretch !important;
    height: auto !important;
    overflow: visible !important;
}

.swiper-global-market .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 28px;
    padding: 20px;
    width: 412px !important;
}

@media only screen and (max-width : 1919px) {
    .swiper-global-market .swiper-slide {
        width: 378px !important;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-global-market .swiper-slide {
        width: 344px !important;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-global-market .swiper-slide {
        width: 250px !important;
    }
}

.swiper-global-market .swiper-slide img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 46px;
}

@media only screen and (max-width : 1079px) {
    .swiper-global-market .swiper-slide img {
        margin-bottom: 28px;
    }
}

.swiper-global-market .swiper-slide h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 700;
    margin: 0 0 28px 0;
    text-align: left;
    color: #000;
    letter-spacing: -0.02em;
}

@media only screen and (max-width : 1919px) {
    .swiper-global-market .swiper-slide h3 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-global-market .swiper-slide h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-global-market .swiper-slide h3 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width : 579px) {
    .swiper-global-market .swiper-slide h3 {
        font-size: 18px;
        line-height: 18px;
    }
}

.swiper-global-market .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.swiper-global-market .swiper-button-next,
.swiper-global-market .swiper-button-prev {
    margin: 0;
    position: relative;
    width: 44px;
    height: 40px;
    padding: 5px;
}

.swiper-global-market .swiper-button-prev {
    left: 0;
    margin-right: 12px;
}

.swiper-global-market .swiper-button-next {
    right: 0;
}

.swiper-global-market .swiper-button-prev svg,
.swiper-global-market .swiper-button-next svg {
    width: 34px;
    height: 30px;
}

.swiper-global-market .swiper-button-prev:after {
    content: '';
    display: none;
}

.swiper-global-market .swiper-button-next:after {
    content: '';
    display: none;
}

/* swiper-client-reference */

.swiper-client-reference {
    width: 100%;
    position: relative;
}

.swiper-client-reference .swiper-wrapper {
    align-items: stretch !important;
    height: auto !important;
    overflow: visible !important;
}

.swiper-client-reference .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 28px;
    padding: 20px;
    width: 412px !important;
}

@media only screen and (max-width : 1919px) {
    .swiper-client-reference .swiper-slide {
        width: 378px !important;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-client-reference .swiper-slide {
        width: 344px !important;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-client-reference .swiper-slide {
        width: 250px !important;
    }
}

.swiper-client-reference .swiper-slide img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 46px;
}

@media only screen and (max-width : 1079px) {
    .swiper-client-reference .swiper-slide img {
        margin-bottom: 28px;
    }
}

.swiper-client-reference .swiper-slide h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-align: left;
    color: #000;
    letter-spacing: -0.02em;
}

@media only screen and (max-width : 1919px) {
    .swiper-client-reference .swiper-slide h3 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-client-reference .swiper-slide h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-client-reference .swiper-slide h3 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width : 579px) {
    .swiper-client-reference .swiper-slide h3 {
        font-size: 18px;
        line-height: 18px;
    }
}

.swiper-client-reference .swiper-slide p {
    font-size: 24px;
    line-height: 28px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 400;
    margin: 0;
    text-align: left;
    color: #000;
}

@media only screen and (max-width : 1919px) {
    .swiper-client-reference .swiper-slide p {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-client-reference .swiper-slide p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-client-reference .swiper-slide p {
        font-size: 14px;
        line-height: 17px;
    }
}

.swiper-client-reference .swiper-slide .content {
    flex: 1 0 auto;
}

.swiper-client-reference .swiper-slide .info {
    flex: 0 0 auto;
    margin-top: 77px;
}

@media only screen and (max-width : 1919px) {
    .swiper-client-reference .swiper-slide .info {
        flex: 0 0 auto;
        margin-top: 108px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-client-reference .swiper-slide .info {
        flex: 0 0 auto;
        margin-top: 90px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-client-reference .swiper-slide .info {
        flex: 0 0 auto;
        margin-top: 34px;
    }
}

.swiper-client-reference .swiper-slide .position {
    font-size: 24px;
    line-height: 28px;
    font-family: "SuisseIntl", sans-serif;
    font-weight: 400;
    margin: 0;
    text-align: left;
    color: #000;
}

@media only screen and (max-width : 1919px) {
    .swiper-client-reference .swiper-slide .position {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width : 1439px) {
    .swiper-client-reference .swiper-slide .position {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width : 1079px) {
    .swiper-client-reference .swiper-slide .position {
        font-size: 14px;
        line-height: 17px;
    }
}

.swiper-client-reference .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.swiper-client-reference .swiper-button-next,
.swiper-client-reference .swiper-button-prev {
    margin: 0;
    position: relative;
    width: 44px;
    height: 40px;
    padding: 5px;
}

.swiper-client-reference .swiper-button-prev {
    left: 0;
    margin-right: 12px;
}

.swiper-client-reference .swiper-button-next {
    right: 0;
}

.swiper-client-reference .swiper-button-prev svg,
.swiper-client-reference .swiper-button-next svg {
    width: 34px;
    height: 30px;
}

.swiper-client-reference .swiper-button-prev:after {
    content: '';
    display: none;
}

.swiper-client-reference .swiper-button-next:after {
    content: '';
    display: none;
}
