.ss-cards-layout.layout1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 34px;
}
.ss-card-item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.ss-card-image {
    position: relative;
}
.ss-card-image img {
    width: 100%;
    height: auto;
    display: block;
}
.ss-cards-layout.layout1 .ss-card-content {
    padding: 15px 0 0;
}
.layout1 .ss-card-title {
    padding: 0 0 10px 16px;
    color: #141414;
    position: relative;
}
.ss-card-desc {
    font-size: 16px;
    margin-bottom: 15px;
    color: #141414;
}
.ss-card-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #0073e6;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.ss-cards-layout .hero__cta {
    justify-content: start;
}
.ss-cards-layout .hero__badge {
    position: absolute;
    top: 24px;
    left: 24px;
}
.layout1 .ss-card-title::before {
    content: "";
    width: 8px;
    height: 8px;
    top: 9px;
    left: 0;
    position: absolute;
    display: block;
    background: #000;
    border-radius: 50%;
}
.postal .ss-card-title::before {
    background: #5C2DD0;
}
.federal .ss-card-title::before {
    background: #D02DD0;
}
.health .ss-card-title::before {
    background: #007AFF;
}
.healthcare .ss-card-title::before {
    background: #D02323;
}
.ss-cards-layout.layout2 {
    display: flex;
    gap: 16px;
    height: 400px;
}
.ss-cards-layout.layout2 .ss-card-item {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: flex 0.5s ease;
    display: flex;
    justify-content: end;
    position: relative;
    background-position: 67% 50% !important;
    background-size: cover !important;
}
.ss-cards-layout.layout2 .ss-card-item::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.ss-cards-layout.layout2 .ss-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
}
.ss-cards-layout.layout2 .ss-card-item.active {
    flex: 3;
}
.ss-cards-layout.layout2 .ss-card-item.active img {
    transform: scale(1.05);
}
.ss-cards-layout.layout2 .ss-card-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 24px;
    width: 100%;
}
.ss-cards-layout.layout2 .ss-card-title {
    color: #FFFFFF;
    margin-bottom: 0;
    max-width: 150px;
}
.ss-cards-layout.layout2 .stepss {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}
.ss-cards-layout.layout2 .hero__cta.icon .hero__btn {
    display: none;
}
.ss-cards-layout.layout2 .active .hero__cta.icon .hero__btn {
    display: inline-flex;
}
.ss-cards-layout.layout2 .hero__cta .hero__btn {
    margin-top: 16px;
}
ul.list-ms {
    padding: 7px 0 0;
    max-width: 336px;
}
#heading_wwd {
    margin: 0 0 16px;
}
.list-ms li {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 12px;
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    padding: 20px 0;
}
.list-ms li:last-child {
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.list-ms .list-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #0C2D45;
}
.ourmission-ct {
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.04em;
    color: #0C2D45;
    margin-bottom: 33px;
}
.ourmission-ct em {
    color: #0E6496;
}
.ourmission-ct p {
    margin-bottom: 16px;
}
.ourmission_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.ourmission-left {
    min-width: 336px;
}
.ourmission-right {
    max-width: 805px;
}
.ourmission_sublist {
    color: #141414;
    margin-top: 49px;
}
.section-wwd {
    background: #FFECA5;
    padding: 48px;
    border-radius: 16px;
}
.section-wwd .column--item-content {
    max-width: 58%;
}
.section-wwd .column--item-image {
    max-width: 42%;
}
.section-wwd .flex--row {
    gap: 60px;
}
.section-wwd p {
    margin-bottom: 25px;
}
.section-wwd p:last-child {
    margin-bottom: 0;
}
#heading_ourhistory h2 {
    font-size: 64px;
}
.section-wwd h5 {
    letter-spacing: -0.02em;
    color: #3E3200;
    margin-bottom: 25px;
}
.description--banner p {
    color: rgb(62 50 0 / 80%);
}
.section-wwd h4 strong {
    color: #0E6496;    
    font-weight: 600;
}
.section-wwd ul {
    padding-left: 15px;
}
.section-wwd li {
    padding-left: 39px;
    list-style: none;
    position: relative;
    padding-bottom: 13px;
}
.section-wwd li::before {
    content: "";    
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../images/stars.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.section-wwd .image--wrap {
    border-radius: 16px;
    overflow: hidden;
}
.section-wwd p:has(+ ul) {
    margin-bottom: 10px;
}
.ss-history-layout {
    position: relative;
}

/* timeline */
.history-timeline {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #bbb;
}
.history-timeline-item {
    cursor: pointer;
    transition: color 0.3s;
}
.history-timeline-item.active {
    color: #0066a1;
    font-weight: bold;
    border-bottom: 2px solid #0066a1;
}
.history-arrows {
    position: absolute;
    top: 23px;
    right: 0;
    display: flex;
    gap: 16px;
    z-index: 10;
}
.swiper-button-prev,
.swiper-button-next {
    border: 1px solid #13496A;
    background: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    right: 0;
}
.swiper-button-next {
    background: #0F557D;
}
body .swiper-button-prev {
    right: 72px;
    left: auto;
}
.history-slide {
    display: flex;
    gap: 134px;
    align-items: stretch;
}
.history-img img {
    border-radius: 12px;
    width: 453px;
    max-width: 100%;
}
.history-content {
    flex: 1;
    padding-top: 93px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.history-content-wra {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 570px;
}
.history-year {
    font-size: 24px;
    color: #0066a1;
    font-weight: bold;
    margin-bottom: 10px;
}
.history-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.swiper.history-content-swiper {
    margin-top: -85px;
}
.history-timeline-swiper {
    border-top: 2px solid rgba(15, 126, 186, 0.1);
    margin: 41px 0 0 587px;
    z-index: 10;
}
body .swiper-button-prev svg,
body .swiper-button-next svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
    width: 28px;
}
.history-timeline-swiper .swiper-slide {
    cursor: pointer;
    padding-bottom: 10px;
    transition: color 0.3s, border-color 0.3s;
    white-space: nowrap;
    font-weight: 500;
    font-size: 48px;
    line-height: 125%;
    letter-spacing: -0.04em;
    color: #E8ECEF;
    width: auto;
    flex: 0 0 auto;
    z-index: 10;
    padding-top: 14px;
}
.history-timeline-swiper .swiper-slide.active {
    color: #0F7EBA;
    border-top: 2px solid #0F7EBA;
}
.history-content .history-ct p {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #141414;
}
.history-ctbot p {
    letter-spacing: 0.01em;
}
.history-img {
    flex: 0 0 453px;
}
.yellow .accreditation-content-item {
    background: #F7E9B1;
    color: #3E3200;
}
.yellow .accreditation-text p {
    color: #3E3200;
}
.accreditation-logo {
    min-height: 227px;
}
.accreditation-swiper {
    overflow: visible;
}
.accreditation-content-item {
    background: #13496A;
    border-radius: 16px;
    padding: 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
.accreditation-text {
    margin-bottom: 16px;
}
.accreditation-logo img {
    max-width: 227px;
    height: auto;
    margin-bottom: 50px;
}
.accreditation-title h3 {
    margin-bottom: 24px;
    color: #fff;
}
.yellow .accreditation-title h3 {
    color: #141414;
}
.accreditation-text p {
    color: rgba(255, 255, 255, 0.8);
}
.accreditation-btn .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f7c948;
    padding: 11px 19px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    color: #141414;
    transition: background .3s;
}
.accreditation-btn .btn:hover {
    background: #f0b429;
}
.accreditation-des {
    max-width: 453px;
}
body .accreditation-top {
    display: flex;
    max-width: 1040px;
    justify-content: space-between;
    margin-bottom: 60px;
}
.btn-group.download a {
    font-weight: bold;
}
.btn-group.download {
    display: flex;
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    padding: 20px 0;
}
.btn-group.download .btn-link {
    text-decoration: none;
}
.tooltip-wrapper {
    position: relative;
    display: block;
    cursor: pointer;
}
.tooltip-content {
    position: absolute;
    bottom: 38px;
    left: -3%;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    width: 80%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 10;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}
.tooltip-content p {
    margin-bottom: 0;
}
.tooltip-content::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 12px;
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    /* filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.1)); */
}
.tooltip-wrapper:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}
.tooltip-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #13496A;
}
.tooltip-trigger p {
    margin: 0;
}
.tooltip-trigger i {
    color: #0073e6;
    font-size: 20px;
}
.accessing .hero__btn.primary {
    background: #FDF2C8;
}
.fs_64 .hero__title h2 {
    font-size: 64px;
    line-height: 100%;
}
.btn-group svg {
    margin-right: 10px;
}
.layout2 .accordion--title {
    font-size: 18px;
    line-height: 130%;
}
.layout2 .accordion--description {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: rgba(20, 20, 20, 0.7);
}
.section-accordion.layout2 .accordion--item {
    padding: 24px;
    border-top: 1px solid rgb(20 20 20 / 10%);
    background: #FFFFFF;
    border-radius: 16px;
    border: none;
    margin-bottom: 12px;
}
.ss-texteditor-checklist ul {
    padding: 0;
}
.ss-texteditor-checklist ul li {
    position: relative;
    list-style: none;
    padding: 12px 0 12px 32px;
}
.ss-texteditor-checklist ul li::before {
    content: "";
    position: absolute;
    left: 0;
/*    top: 50%;
    transform: translateY(-50%);*/
    top: 12px;
    display: block;
    width: 16px;
    background: url("../images/checklist-green.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 12px;
}
.ss-texteditor-checklist ul li:first-child::before {
    top: 6px;
}
.ss-tab-images h4 {
    color: #707070;
}
.ss-tab-images .tab-title.active h4 {
    color: #141414;
    margin-bottom: 18px;
}
.ss-tab-images .tab-desc p {
    letter-spacing: 0.01em;
    color: rgba(20, 20, 20, 0.7);
}
.ss-tab-images {
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.ss-tab-images .tab-left, .ss-tab-images .tab-right {
    width: 50%;
}
.ss-tab-images .tab-left .tab-image {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    border-radius: 12px;
}
.ss-tab-images .tab-left .tab-image.active {
    display: block;
}
.ss-tab-images .tab-right .tab-titles {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid rgba(20, 20, 20, 0.1);
}
.ss-tab-images .tab-right .tab-title .tab-desc {
    display: none;
}
.ss-tab-images .tab-right .tab-title.active .tab-desc {
    display: block;
}
.ss-tab-images .tab-right .tab-title {
    cursor: pointer;
    padding: 16px 24px;
}
.ss-tab-images .tab-right .tab-title.active {
	opacity: 1;
	border-left: 2px solid #0F7EBA;
	transform: translateX(-2px);
}
.ss-tab-images .tab-btn {
    padding: 0 24px;
    border-left: 1.5px solid rgba(20, 20, 20, 0.1);
}
.ss-tab-images .tab-left .tab-image img {
    opacity: 0;
    max-height: 525px;
}
.ss-steps-layout .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 16px;
}
.ss-steps-layout .step-item {
  text-align: left;
}
.ss-steps-layout .step-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    padding: 20px 0 20px 15px;
    border-top: 1px dashed rgba(20, 20, 20, 0.1);
    border-bottom: 1px dashed rgba(20, 20, 20, 0.1);
    margin-bottom: 40px;
}
.ss-steps-layout .step-icon {
    font-size: 26px;
    margin-bottom: 24px;
    max-width: 56px;
}
.ss-steps-layout .step-content {
    font-weight: 600;
}
.ss-steps-layout .step-content p:last-child {
    margin-bottom: 0;
}
.ss-steps-layout .step-content strong {
    font-weight: 600;
}
body .ss-texteditor-checklist ul li:first-child {
    padding-top: 0;
}
body .ss-texteditor-checklist ul li:last-child {
    padding-bottom: 0;
}
.ss-texteditor-checklist ul:has(+ p) {
    margin-bottom: 12px;
}
.ss-texteditor-checklist p:has(+ ul) {
    margin-bottom: 16px;
}
.ss-texteditor-checklist ul {
    margin-bottom: 0;
}
.yoast_breadcrumb.breadcrumb a, .yoast_breadcrumb.breadcrumb span {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    align-items: center;
    text-align: center;
    color: #757682;
}
.yoast_breadcrumb.breadcrumb span.breadcrumb_last {
    color: #13496A;
}
.yoast_breadcrumb.breadcrumb .breadcrumb-sep {
    margin: 0 8px;
}
.yoast_breadcrumb.breadcrumb {
    padding: 20px 0;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.yoast_breadcrumb.breadcrumb::before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    background: #D9D9DE;
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
}
.tpl-page-sidebar .yoast_breadcrumb.breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
}
.tpl-page-sidebar .yoast_breadcrumb.breadcrumb::before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    background: #D9D9DE;
    left: -12px;
    width: 100vw;
    margin-left: 0;
}
.ss-table-style.table1 table, .ss-table-style.table1 table tr, .ss-table-style.table1 tbody {
    display: table;
    width: 100%;
}
.ss-table-style.table1 tr {
    border-top: 1px solid #EEEEF0;
}
.ss-table-style.table1 tr:last-child {
    border-bottom: 1px solid #EEEEF0;
}
.ss-table-style.table1 td {
    min-width: 25%;
    border-right: 1px solid #EEEEF0;
    padding: 23px 16px;
}
.ss-table-style.table1 td:first-child {
    width: 50%;
}
.ss-table-style.table1 td:last-child {
    border: none;
}
.ss-table-style.table1 td p {
    margin-bottom: 0;
}
.ss-table-style.table1 td, .ss-table-style.table1 td p {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: rgba(20, 20, 20, 0.7);
}
.ss-table-style.table1 td h6 {
    font-size: 14px;
    line-height: 150%;
}
.ss-table-style.table1 tr:nth-child(2n) {
    background: #f7f7f8;
}
.ss-table-style.table1 tr:not(:first-child) td:not(:first-child):not(:has(p)) {
    text-decoration: underline;
}
.ss-table-style.table1 tr:not(:first-child) td:not(:first-child) p:last-child {
    text-decoration: underline;
}
.ss-table-style.table1 tr:not(:first-child) td:not(:first-child), .ss-table-style.table1 tr:not(:first-child) td:not(:first-child) p {
    color: #0F557D;
}
.btn-group.quicklink {
    display: flex;
    border-radius: unset;
    width: 100%;
}
.btn-group.quicklink .btn-inner {
    width: 100%;
}
.btn-group.quicklink a {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(20, 20, 20, 0.1);
}
.btn-group.quicklink svg {
    margin-right: 0;
}
.btn-group.quicklink span.txt {
    border-bottom: 1.25px solid #13496A;
    line-height: 150%;
}
.btn-group.quicklink .btn-link {
    text-decoration: none;
}
.ss-table-style.table1 {
    padding: 29px 24px 64px;
}
.ss-texteditor-checklist p strong, .ss-texteditor-checklist li strong {
    font-weight: 600;
}
body .ss-texteditor-checklist ul ul {
    margin-left: 25px;
    margin-top: 12px;
}
body .ss-texteditor-checklist ul ul li::before {
    opacity: 0;
    display: none;
}
body .ss-texteditor-checklist ul ul li {
    list-style: disc;
    padding: 0;
    margin-bottom: 12px;
}
body .ss-texteditor-checklist ul ul li:last-child {
    margin-bottom: 0;
}
.elementor-widget-text-editor li {
    padding-bottom: 15px;
}
.ss-card-partner .card-item {
    border-top: 1px solid rgba(20, 20, 20, 0.1);
    padding: 45px 0;
}
.ss-card-partner .card-item .heading {
    margin: 24px 0 10px;
}
.ss-card-partner .card-item:first-child, .ss-card-partner .card-item:nth-child(2) {
    border-top: none;
    padding-top: 5px;
}
.ss-card-partner .card-item:last-child, .ss-card-partner .card-item:nth-last-child(2) {
    padding-bottom: 20px;
}
.ss-tab-images.layout2 .tab-left {
    flex: 0 0 30%;
}
.ss-tab-images.layout2 .tab-right {
    flex: 1;
}
.ss-texteditor-checklist blockquote {
    padding: 24px;
    background: #FCE9FA;
    border-radius: 12px;
}
.ss-tab-images .ss-texteditor-checklist blockquote p {
    color: #D02DD0;
    font-size: 14px;
    line-height: 150%;
}
.accordion--item.havedots .accordion--heading {
    padding-left: 18px;
    position: relative;
}
.accordion--item.havedots .dots {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
body .partners-tabs .e-n-tabs-heading {
    max-width: 100%;
    border-bottom: 1.5px solid rgba(20, 20, 20, 0.1);
    margin: 0;
    justify-content: start;
    gap: 27px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 1px;
    flex-wrap: unset;
    width: 100%;
}
body .partners-tabs span.e-n-tab-title-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: rgba(20, 20, 20, 0.6);
}
body .partners-tabs [aria-selected="true"] span.e-n-tab-title-text {
    color: #0F7EBA;
}
body .partners-tabs h5 {
    color: #141414;
    font-weight: 600;
}
body .partners-tabs .e-n-tabs-content > div, body .partners-tabs .e-n-tabs-content > div > div, body .partners-tabs .e-n-tabs-content .e-con-inner > div {
    padding-left: 0;
    padding-right: 0;
}
body .partners-tabs .e-n-tabs-content .e-con-boxed > .e-con-inner > div > .e-child:first-child .elementor-element {
/*    max-width: 240px;*/
}
body .elementor-widget-container ol li ul li {
    list-style: disc;
    padding: 0;
}
body .partners-tabs ol li ul li::before {
    display: none;
}
body .partners-tabs ol li ul {
    margin-bottom: 25px;
}
body .partners-tabs ul + p, body .partners-tabs ol + p {
    margin-top: 25px;
}
.partners-tabs .accordion--item:first-child {
    border-top: none;
    padding-top: 0;
}
body .partners-tabs .ss-texteditor-checklist ul ul {
    margin-top: 0;
}
.elementor-widget-Tab_Image_widget {
    width: 100%;
}
.partners-tabs .ss-texteditor-checklist blockquote {
    padding: 12px 20px;
    border-radius: unset;
    border-left: 2px solid #D02DD0;
    font-size: 14px;
    line-height: 150%;
    margin: 24px 0;
}