.breadcrumbs,.breadcrumbs a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400
}

.breadcrumbs a>svg {
    width: 15px;
    vertical-align: text-top;
    margin-right: 4px
}

.breadcrumbs span {
    color: #fff;
    font-weight: 500
}

.breadcrumbs a:active,.breadcrumbs a:hover {
    color: #f7f7f7
}

.two-col-text-img-section {
    background: #006fda;
    padding: 74px 5% 100px!important
}

.two-col-text-img-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1280px
}

.left-col {
    flex-basis: 37%
}

.left-col-button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 30px
}

.left-col h1 {
    font-size: 63px;
    line-height: 67px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px
}

.left-col-description {
    margin-top: 25px;
    width: 90%;
    color: #fff
}

.zb-button {
    transition: all .5s ease 0s
}

.secondary-cta a,.secondary-cta button,.primary-cta a,.primary-cta button {
    font-size: 13px;
    display: inline-block;
    margin: 0;
    border-radius: 8px;
    padding: 18px 42px;
    font-weight: 600;
    cursor: pointer
}

.primary-cta a:hover,.primary-cta button:hover {
    background: #daa731
}

.secondary-cta a:hover,.secondary-cta button:hover {
    background: #fff;
    color: #006fda
}

.secondary-cta a,.secondary-cta button {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff
}

.primary-cta a,.primary-cta button {
    background: #f5ba31;
    border: 1px solid #f5ba31;
    color: #000;
    text-transform: none;
    margin-right: 10px
}

.right-col {
    margin-left: auto;
    flex-basis: 52%
}

.mobile-container img {
    display: none
}

@media screen and (max-width: 1235px) {
    .two-col-text-img-section {
        padding:100px 5%!important
    }

    .left-col {
        flex-basis: 49%
    }

    .left-col h1 {
        font-size: 53px;
        line-height: 55px;
        width: 100%;
        margin: auto
    }

    .left-col-description {
        width: 100%;
        margin: 20px auto 0
    }

    .right-col {
        margin: 0;
        flex-basis: 48%;
        z-index: 1;
        align-self: center
    }
}

@media screen and (max-width: 1024px) {
    .left-col {
        flex-basis:42%
    }

    .two-col-text-img-section {
        padding: 58px 5%!important
    }

    .left-col h1 {
        font-size: 42px;
        line-height: 50px;
        width: 80%;
        margin: 10px 0 0
    }

    .left-col-description {
        font-size: 15px;
        line-height: 25px;
        width: 88%;
        margin: 0;
        margin-top: 12px
    }

    .secondary-cta a,.primary-cta a,.secondary-cta button,.primary-cta button {
        font-size: 14px;
        padding: 11px 12px;
        border-radius: 4px
    }

    .right-col {
        flex-basis: 55%
    }
}

@media screen and (max-width: 768px) {
    .left-col {
        flex-basis:100%
    }

    .right-col {
        flex-basis: 80%
    }

    .two-col-text-img-container {
        margin: auto;
        text-align: center;
        gap: 30px
    }

    .left-col-button-container {
        justify-content: center;
        gap: 10px;
        padding: 0
    }

    .left-col h1 {
        font-size: 48px;
        width: 60%;
        margin: 20px auto 0
    }

    .left-col-description {
        width: 67%;
        margin: 15px auto
    }

    .secondary-cta a,.secondary-cta button,.primary-cta a,.primary-cta button {
        line-height: 0;
        padding: 24px 50px;
        margin: 20px 0 0;
        border-radius: 8px
    }

    .desktop-container {
        flex-basis: 50%
    }
}

@media screen and (max-width: 500px) {
    .two-col-text-img-section {
        padding:106px 5% 0
    }

    .two-col-text-img-container {
        padding: 0;
        gap: 30px
    }

    .breadcrumbs {
        display: none
    }

    .desktop-container img {
        display: none
    }

    .mobile-container img {
        display: block;
        width: 320px;
        margin: auto
    }

    .left-col h1 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 900;
        margin: 0;
        width: 100%
    }

    .left-col-description {
        width: 100%;
        margin: 15px auto 20px
    }

    .left-col-button-container {
        gap: 0
    }

    .right-col {
        flex-basis: 100%
    }

    .primary-cta,.secondary-cta {
        flex-basis: 100%
    }

    .secondary-cta a,.primary-cta a,.secondary-cta button,.primary-cta button {
        width: 100%;
        margin-top: 10px
    }
}

.text-screenshot-center-container {
    background: linear-gradient(#006fda 8%,#f8f8f8 8%);
    padding: 0 5% 100px
}

.text-screenshot-center {
    max-width: 1280px;
    display: flex;
    border-radius: 16px;
    background-color: #fff;
    flex-direction: column;
    padding: 80px 50px 0;
    margin: auto
}

.text-screenshot-center-heading {
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px;
    text-align: center;
    max-width: 635px
}

.text-screenshot-center-heading>h2 {
    padding-bottom: 14px;
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

.text-screenshot-center-heading>p {
    font-size: 16px;
    line-height: 28px;
    color: #000
}

.text-screenshot-center>.screenshot {
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .text-screenshot-center-heading {
        margin-right:0;
        margin-left: 0
    }

    .text-screenshot-center-heading p {
        text-align: center
    }

    .text-screenshot-center {
        padding: 30px
    }
}

@media screen and (max-width: 500px) {
    .text-screenshot-center-container {
        background:#f8f8f8;
        padding: 0 5% 60px
    }

    .text-screenshot-center {
        margin-top: 0!important
    }

    .text-screenshot-center-heading>h2 {
        font-size: 24px;
        line-height: 36px
    }
}

.three-col-card-with-border-container {
    padding: 0 5% 100px;
    overflow: hidden
}

.three-col-card-with-border-content {
    padding: 15px 0 0
}

.three-col-card-with-border-heading {
    max-width: 500px;
    margin: 75px auto 0;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 53px
}

.three-col-card-with-border-desc {
    margin: 12px auto 0;
    max-width: 500px;
    text-align: center;
    font-size: 16px;
    line-height: 28px
}

.three-col-card-with-border-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 45px auto 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 45px 0
}

.three-col-card-with-border {
    padding: 0 50px;
    border-right: 1px solid #e5e5e5
}

.three-col-card-with-border:last-child {
    border-right: none
}

.three-col-card-with-border h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 14px 0 8px;
    line-height: 30px
}

.three-col-card-with-border p {
    font-size: 16px;
    line-height: 28px;
    max-width: 426px
}

@media screen and (max-width: 1024px) {
    .three-col-card-with-border-container {
        padding:0 5% 60px
    }

    .three-col-card-with-border-heading {
        margin: 40px auto 0
    }

    .three-col-card-with-border-wrapper {
        flex-direction: column;
        padding: 0
    }

    .three-col-card-with-border {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 36px 50px 36px 0
    }

    .three-col-card-with-border p {
        max-width: 80%
    }

    .three-col-card-with-border:last-child {
        border-bottom: none
    }
}

@media screen and (max-width: 500px) {
    .three-col-card-with-border-heading {
        font-size:28px;
        line-height: 36px;
        max-width: 350px
    }

    .three-col-card-with-border p {
        max-width: 100%
    }

    .three-col-card-with-border {
        max-width: 100%;
        padding: 36px 0 26px
    }
}

.carousel-with-side-tabs-section.light-theme {
    --background-color: #f9f9f9;
    --text-color: #000;
    --section-border-top: transparent;
    --tab-border-color: 1px solid #E5E5E5;
    --tab-heading-color: #525564;
    --tab-heading-active-color: #000
}

.carousel-with-side-tabs-section.dark-theme {
    --background-color: #000;
    --text-color: #fff;
    --section-border-top: 1px solid #242424;
    --tab-border-color: 1px solid #333639;
    --tab-heading-color: #808080;
    --tab-heading-active-color: #fff
}

.carousel-with-side-tabs-section {
    background-color: var(--background-color);
    color: var(--text-color);
    padding: 0 5%
}

.carousel-with-side-tabs-container {
    display: flex;
    flex-direction: row-reverse;
    border-top: var(--section-border-top);
    max-width: 1280px;
    margin: auto;
    padding: 100px 0;
    justify-content: space-between;
    gap: 30px;
    align-items: center
}

.carousel-with-side-tabs-section .combined-section {
    padding: 74px 0 100px
}

.side-tabs-container {
    max-width: 44%
}

.side-tabs-container span {
    color: #3c3d42;
    margin-bottom: 20px;
    display: block
}

.side-tabs-container-title {
    font-size: 40px;
    color: var(--text-color);
    line-height: 50px;
    font-weight: 700
}

.side-tabs-item {
    height: 65px;
    border-bottom: var(--tab-border-color);
    transition: height .4s;
    overflow: hidden;
    cursor: pointer;
    position: relative
}

.side-tabs-item:first-child {
    border-top: var(--tab-border-color)
}

.side-tabs-item::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    background-color: #006fda;
    display: block;
    transition: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.side-tabs-item.active::before {
    width: 100%;
    transition: width 15s linear
}

.side-tabs-item.active {
    cursor: initial;
    height: 240px;
    transition: height .4s
}

.side-tabs-item.active svg {
    transform: rotateX(180deg);
    transition: transform .7s
}

.side-tabs-item svg path {
    stroke: var(--tab-heading-color)
}

.side-tabs-item.active svg path {
    stroke: var(--tab-heading-active-color)
}

.side-tabs-item p {
    color: var(--text-color)
}

.side-tab-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0
}

.active .side-tab-header-container {
    margin: 28px 0 25px
}

.side-tab-header-container img {
    width: 15px;
    margin-right: 10px
}

.side-tab-header-container h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--tab-heading-color);
    margin-bottom: 0
}

.side-tab-header-container:hover h3 {
    color: var(--tab-heading-active-color);
    transition: all .2s ease
}

.side-tab-header-container:hover svg path {
    stroke: var(--tab-heading-active-color);
    transition: all .2s ease
}

.active .side-tab-header-container h3 {
    color: var(--tab-heading-active-color)
}

.side-tabs-items-container {
    margin-top: 20px
}

.side-tabs-item p {
    font-size: 16px;
    line-height: 28px
}

.side-tab-image {
    display: none
}

.side-tabs-showcase-container {
    position: relative;
    overflow: hidden;
    max-width: 49%;
    width: 100%;
    align-self: center
}

.side-tabs-showcase-container img {
    width: 100%;
    position: absolute;
    border-radius: 14px
}

@media screen and (max-width: 1024px) {
    .carousel-with-side-tabs-section {
        padding:0 5% 58px
    }

    .carousel-with-side-tabs-container {
        padding: 0;
        padding-top: 50px
    }

    .carousel-with-side-tabs-section .combined-section {
        padding: 60px 0 0
    }

    .side-tabs-container-title {
        font-size: 30px;
        line-height: 38px
    }

    .side-tab-header-container h3 {
        font-size: 18px;
        line-height: 23px
    }

    .side-tabs-item p {
        font-size: 14px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .side-tab-image {
        display:block;
        width: 100%;
        margin: 0 0 30px;
        border-radius: 14px
    }

    .side-tabs-showcase-container {
        display: none
    }

    .side-tabs-container {
        max-width: 100%
    }

    .side-tab-header-container h3 {
        font-size: 20px;
        line-height: 30px
    }

    .side-tabs-item,.side-tabs-item.active {
        transition: unset
    }

    .side-tabs-item.active {
        height: 100%
    }

    .side-tabs-item p {
        font-size: 16px
    }
}

@media screen and (max-width: 500px) {
    .carousel-with-side-tabs-section {
        padding:0 5% 58px
    }
}

.two-col-cards-section.light-theme {
    --background-color: #f9f9f9;
    --text-color: #000;
    --desc-color: #000000AB;
    --card-border: #CFCFCF;
    --card-background: #fff
}

.two-col-cards-section.dark-theme {
    --background-color: #000;
    --text-color: #fff;
    --desc-color: #ccc;
    --card-border: #343434;
    --card-background: #101010
}

.two-col-cards-section {
    background-color: var(--background-color);
    color: var(--text-color);
    padding: 100px 5%
}

.two-col-cards-combined-section {
    padding: 100px 5% 74px
}

.two-col-cards-wrapper {
    max-width: 1280px;
    margin: auto
}

.two-col-cards-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 53px;
    color: var(--text-color)
}

.two-col-cards-wrapper .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    max-width: 500px;
    margin: auto;
    color: var(--desc-color)
}

.cards-list-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 30px
}

.two-col-card-item {
    background-color: var(--card-background);
    border: 1px solid var(--card-border);
    padding: 45px 35px 0;
    border-radius: 20px;
    font-size: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.card-contents p {
    color: var(--desc-color);
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0 50px;
    width: 88%
}

.card-contents h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    color: var(--text-color)
}

@media screen and (max-width: 1024px) {
    .two-col-cards-section {
        padding:58px 5%
    }

    .two-col-cards-wrapper h2 {
        font-size: 30px;
        line-height: 42px
    }

    .card-contents h3 {
        font-size: 20px;
        line-height: 26px
    }
}

@media screen and (max-width: 768px) {
    .cards-list-container {
        flex-wrap:wrap
    }

    .two-col-cards-wrapper h2 {
        font-size: 30px
    }

    .two-col-card-item {
        padding: 45px 20px 0;
        max-width: 550px;
        width: 100%
    }

    .card-contents p {
        width: auto
    }
}

.three-col-card-with-border-container {
    padding: 0 5% 100px;
    overflow: hidden
}

.three-col-card-with-border-content {
    padding: 15px 0 0
}

.three-col-card-with-border-heading {
    max-width: 500px;
    margin: 75px auto 0;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 53px
}

.three-col-card-with-border-desc {
    margin: 12px auto 0;
    max-width: 500px;
    text-align: center;
    font-size: 16px;
    line-height: 28px
}

.three-col-card-with-border-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 45px auto 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 45px 0
}

.three-col-card-with-border {
    padding: 0 50px;
    border-right: 1px solid #e5e5e5
}

.three-col-card-with-border:last-child {
    border-right: none
}

.three-col-card-with-border h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 14px 0 8px;
    line-height: 30px
}

.three-col-card-with-border p {
    font-size: 16px;
    line-height: 28px;
    max-width: 426px
}

@media screen and (max-width: 1024px) {
    .three-col-card-with-border-container {
        padding:0 5% 60px
    }

    .three-col-card-with-border-heading {
        margin: 40px auto 0
    }

    .three-col-card-with-border-wrapper {
        flex-direction: column;
        padding: 0
    }

    .three-col-card-with-border {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        padding: 36px 50px 36px 0
    }

    .three-col-card-with-border p {
        max-width: 80%
    }

    .three-col-card-with-border:last-child {
        border-bottom: none
    }
}

@media screen and (max-width: 500px) {
    .three-col-card-with-border-heading {
        font-size:28px;
        line-height: 36px;
        max-width: 350px
    }

    .three-col-card-with-border p {
        max-width: 100%
    }

    .three-col-card-with-border {
        max-width: 100%;
        padding: 36px 0 26px
    }
}

.two-row-four-cards-section {
    padding: 100px 5%;
    background-color: #fafafa
}

.two-row-four-cards-wrapper {
    max-width: 1280px;
    margin: auto
}

.two-row-four-cards-section .subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #006fda;
    text-transform: uppercase;
    text-align: center
}

.two-row-four-cards-section .title {
    font-size: 40px;
    font-weight: 700;
    width: 52%;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 53px
}

.four-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%
}

.four-cards-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 36px 36px 0;
    border-radius: 16px;
    border: 1px solid #f3f3f3;
    flex: 1 1 32%;
    gap: 40px;
    overflow: hidden;
    justify-content: space-between
}

.four-cards-item:nth-child(4) {
    flex-basis: 100%;
    flex-direction: row-reverse;
    padding: 0 3% 0 0;
    align-items: center
}

.four-cards-item h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    width: 95%;
    max-width: 226px
}

.four-cards-item:nth-child(4) h3 {
    max-width: 100%
}

.four-cards-item p {
    font-size: 16px;
    line-height: 28px;
    padding-top: 8px;
    max-width: 440px
}

.four-cards-image {
    vertical-align: middle
}

.four-card-item-contents {
    flex-basis: 75%
}

@media screen and (max-width: 1024px) {
    .two-row-four-cards-section {
        padding:58px 5%
    }

    .two-row-four-cards-section .subtitle {
        font-size: 12px
    }

    .two-row-four-cards-section .title {
        font-size: 32px;
        line-height: 38px;
        margin: 0 auto 45px
    }

    .four-cards-item h3 {
        font-size: 18px;
        line-height: 26px
    }

    .four-cards-item p {
        max-width: 100%
    }

    .four-card-item-contents {
        flex-basis: auto
    }
}

@media screen and (max-width: 768px) {
    .two-row-four-cards-section {
        padding:70px 5%
    }

    .four-cards-item {
        flex-basis: 100%;
        gap: 40px;
        text-align: center
    }

    .four-card-item-contents {
        text-align: left
    }

    .four-cards-item:nth-child(4) {
        flex-direction: column;
        padding: 0
    }

    .four-cards-image {
        width: 60%
    }

    .four-cards-item:nth-child(4) .four-cards-image {
        width: 100%
    }

    .four-cards-item:nth-child(4)>.four-card-item-contents {
        padding: 40px 20px 0
    }

    .four-cards-item h3 {
        font-size: 20px;
        line-height: 30px;
        max-width: 100%
    }

    .two-row-four-cards-section .title {
        width: 100%;
        margin: 0 auto 40px
    }
}

@media screen and (max-width: 500px) {
    .two-row-four-cards-section .title {
        margin-bottom:20px
    }

    .four-cards-image {
        width: 100%
    }
}

.footer-band-container {
    background-color: #000
}

.dark-theme+.footer-band-container.dark-theme {
    border-top: 1px solid #282828
}

.footer-band-content {
    padding: 65px 5% 40px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 0;
    color: #fff
}

.footer-band-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    width: 60%;
    margin: auto;
    line-height: 50px;
    text-align: center
}

.footer-band-content p {
    color: #cacaca;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 68%;
    margin: 6px auto 16px;
    text-align: center
}

.footer-band-content .primary-button {
    display: block;
    width: max-content;
    margin: 20px auto 0;
    background-color: #f5ba31;
    padding: 18px 42px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    color: #000;
    transition: .5s
}

.footer-band-content .primary-button:hover {
    background-color: #daa731
}

@media screen and (max-width: 1024px) {
    .footer-band-content {
        padding:58px 5%
    }

    .footer-band-content h2 {
        font-size: 26px;
        line-height: 38px
    }

    .footer-band-content p {
        margin: 4px auto 16px
    }
}

@media screen and (max-width: 768px) {
    .footer-band-content h2,.footer-band-content p {
        width:100%
    }
}
