.online-home {
    max-width: 100%;
    overflow-x: clip;
    color: #071225;
    background: #f8fbfe;
}

.online-home *,
.online-home *:before,
.online-home *:after {
    box-sizing: border-box;
}

.online-home h1,
.online-home h2,
.online-home h3,
.online-home p {
    margin-top: 0;
}

@supports (content-visibility: auto) {
    .online-home > .online-process,
    .online-home > .why-us,
    .online-home > .latest-services-section,
    .online-home > .consult-section,
    .online-home > .latest-news-section {
        content-visibility: auto;
        contain-intrinsic-size: auto 720px;
    }
}

.online-hero {
    position: relative;
    min-height: 0;
    padding-top: 28px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: #f8fbfe;
    box-shadow: inset 0 -18px 24px rgba(78, 111, 145, .11), 0 1px 0 rgba(255, 255, 255, .72);
}

.online-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #f8fbfe url("/templates/design/images/online-hero-bmw-horizontal-far-clean.webp") center center / cover no-repeat;
    transform: none;
}

.online-hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(248, 251, 254, 0) 64%, rgba(248, 251, 254, .18) 78%, rgba(248, 251, 254, .62) 92%, #f8fbfe 100%),
        linear-gradient(90deg, #f8fbfe 0%, rgba(248, 251, 254, .8) 5%, rgba(248, 251, 254, .38) 14%, rgba(248, 251, 254, 0) 27%),
        linear-gradient(270deg, #f8fbfe 0%, rgba(248, 251, 254, .78) 5%, rgba(248, 251, 254, .34) 14%, rgba(248, 251, 254, 0) 27%),
        radial-gradient(82% 56% at 0% 100%, rgba(248, 251, 254, .96) 0%, rgba(248, 251, 254, .72) 32%, rgba(248, 251, 254, .26) 62%, rgba(248, 251, 254, 0) 86%),
        radial-gradient(58% 42% at 100% 100%, rgba(248, 251, 254, .58) 0%, rgba(248, 251, 254, .24) 42%, rgba(248, 251, 254, 0) 78%);
}

.online-process {
    position: relative;
    overflow: hidden;
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    background: #f8fbfe;
}

.online-hero > .auto-container,
.online-process > .auto-container {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 1200px;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.online-hero-inner {
    position: relative;
    z-index: 1;
    overflow: visible;
    display: grid;
    grid-template-columns: minmax(0, 500px) minmax(0, 1fr) minmax(0, 352px);
    gap: 0;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: 436px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    border-radius: 10px;
    filter: drop-shadow(0 16px 48px rgba(15, 23, 42, .12));
}

.online-hero-copy,
.online-quick-launch,
.quick-launch-list,
.process-steps {
    min-width: 0;
}

.online-hero-copy {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0;
    padding: 0 0 0 43px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .82) 16%, rgba(255, 255, 255, .68) 32%, rgba(255, 255, 255, .48) 48%, rgba(255, 255, 255, .28) 64%, rgba(255, 255, 255, .12) 80%, rgba(255, 255, 255, .04) 92%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px 0 0 10px;
    backdrop-filter: blur(12px) saturate(1.05);
    -webkit-backdrop-filter: blur(12px) saturate(1.05);
}

.online-hero-panel {
    display: block;
    min-width: 0;
    min-height: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 42px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.online-hero-panel:before,
.online-hero-panel:after,
.online-hero-lines,
.online-hero-copy:after {
    display: none;
}

.online-hero-panel h1 {
    max-width: 470px;
    margin: 0;
    color: #071225;
    font-family: Impact, "Arial Black", "Roboto Condensed", Arial, sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
    text-shadow: 0 2px 3px rgba(7, 18, 37, .08);
    text-transform: uppercase;
}

.online-hero-panel h1 strong {
    color: #176fc9;
    font-weight: 400;
}

.online-m-underline {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    margin: 17px 0 18px;
}

.online-m-underline i {
    flex: 0 0 auto;
    width: 33px;
    height: 4px;
    border-radius: 10px;
}

.online-m-underline i:nth-child(1) {
    background: #2ca6e0;
}

.online-m-underline i:nth-child(2) {
    background: #176fc9;
}

.online-m-underline i:nth-child(3) {
    background: #f0242f;
}

.online-hero-panel > p {
    max-width: 395px;
    margin-bottom: 17px;
    color: #10213d;
    font-size: 14px;
    line-height: 1.58;
}

.online-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 440px;
    margin-bottom: 0;
}

.online-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 43px;
    padding: 9px 18px;
    border: 1px solid #176fc9;
    border-radius: 6px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.online-btn i {
    flex: 0 0 14px;
    width: 14px;
    font-size: 14px;
    text-align: center;
}

.online-btn-primary {
    min-width: 192px;
    color: #fff;
    background: #176fc9;
    box-shadow: 0 9px 18px rgba(23, 111, 201, .26);
}

.online-btn-primary:hover {
    color: #fff;
    background: #195c9f;
    border-color: #195c9f;
}

.online-btn-secondary {
    min-width: 174px;
    color: #1d63a9;
    background: rgba(255, 255, 255, .92);
    border-color: #dbe6f1;
    box-shadow: 0 4px 12px rgba(34, 54, 78, .08);
}

.online-btn-secondary:hover {
    color: #174f88;
    background: #fff;
    border-color: #bed1e5;
}

.online-trust-row {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 535px;
    max-width: 100%;
    margin: 42px 0 0;
    padding: 0;
    border-top: 0;
}

.online-trust-row > span {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    text-align: left;
    border-left: 1px solid #d8e2eb;
}

.online-trust-row > span:first-child {
    padding-left: 0;
    border-left: 0;
}

.online-trust-row i {
    display: block;
    width: 34px;
    margin: 0;
    color: #176fc9;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}

.online-trust-row b,
.online-trust-row strong {
    display: block;
}

.online-trust-row strong {
    color: #071225;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.online-trust-row small {
    display: block;
    margin-top: 4px;
    color: #10213d;
    font-size: 10px;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap;
}

.online-quick-launch {
    grid-column: 3;
    align-self: start;
    width: 352px;
    height: 402px;
    max-width: 100%;
    margin: 0;
    padding: 18px 16px 15px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 251, 254, .96) 100%),
        radial-gradient(120% 80% at 0% 0%, rgba(23, 111, 201, .12) 0%, rgba(23, 111, 201, 0) 56%);
    border: 1px solid rgba(214, 227, 240, .95);
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(23, 43, 68, .14), inset 0 1px 0 rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px) saturate(1.04);
    -webkit-backdrop-filter: blur(10px) saturate(1.04);
}

.quick-launch-head {
    position: relative;
    display: block;
    min-height: 24px;
    padding: 0 8px 12px;
    border-bottom: 0;
}

.quick-launch-head > div {
    display: flex;
    align-items: center;
    min-height: 23px;
}

.quick-launch-head strong,
.quick-launch-list strong {
    display: block;
}

.quick-launch-head strong {
    color: #071225;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.22;
}

.quick-launch-list {
    display: grid;
    gap: 8px;
    padding-top: 5px;
}

.quick-launch-list a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    gap: 10px;
    align-items: center;
    min-height: 54px;
    padding: 7px 8px;
    color: inherit;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(215, 229, 242, .96);
    border-radius: 7px;
    box-shadow: 0 7px 18px rgba(34, 54, 78, .055);
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.quick-launch-list span {
    display: block;
    min-width: 0;
}

.quick-launch-list a > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #176fc9;
    background: linear-gradient(180deg, #edf5fd 0%, #e7f0fa 100%);
    border: 1px solid rgba(214, 228, 242, .9);
    border-radius: 7px;
    font-size: 16px;
}

.quick-launch-list strong {
    color: #071225;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
}

.quick-launch-list small {
    display: block;
    margin-top: 4px;
    color: #10213d;
    font-size: 10px;
    line-height: 1.2;
}

.quick-launch-list b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #224d83;
    background: rgba(238, 246, 253, .9);
    border: 1px solid rgba(214, 228, 242, .95);
    border-radius: 50%;
    font-size: 13px;
    line-height: 1;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.quick-launch-list a:hover {
    background: #fff;
    border-color: rgba(23, 111, 201, .32);
    box-shadow: 0 10px 24px rgba(23, 43, 68, .11);
    transform: translateY(-1px);
}

.quick-launch-list a:hover > i,
.quick-launch-list a:hover b {
    color: #fff;
    background: #176fc9;
    border-color: #176fc9;
}

.online-process-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 132px;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 26px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(34, 54, 78, .07);
}

.online-process-intro > span {
    display: block;
    color: #071225;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: uppercase;
}

.online-process-intro h2 {
    margin: 10px 0 7px;
    color: #071225;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap;
}

.online-process-intro p {
    margin: 0;
    color: #10213d;
    font-size: 12px;
    line-height: 1.45;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    border: 0;
}

.process-steps > div {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    column-gap: 16px;
    row-gap: 2px;
    align-content: center;
    align-items: start;
    min-width: 0;
    min-height: 78px;
    padding: 0;
    text-align: left;
    border: 0;
}

.process-steps > div:not(:last-child):after {
    content: "\f178";
    position: absolute;
    top: 50%;
    right: -14px;
    color: #176fc9;
    font-family: FontAwesome;
    font-size: 14px;
    transform: translateY(-50%);
}

.process-steps b {
    position: absolute;
    top: -8px;
    left: 40px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #fff;
    background: #176fc9;
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(35, 109, 184, .18);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.process-steps i {
    display: grid;
    grid-row: 1 / span 2;
    align-self: center;
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0;
    color: #176fc9;
    background: #eef4fb;
    border-radius: 50%;
    font-size: 25px;
}

.process-steps strong {
    grid-column: 2;
    align-self: end;
    display: block;
    margin: 0;
    color: #071225;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.process-steps p {
    grid-column: 2;
    align-self: start;
    margin: -1px 0 0;
    color: #10213d;
    font-size: 10px;
    line-height: 1.42;
}

.latest-services-section {
    position: relative;
    overflow: hidden;
    padding: 44px 0 46px;
    background:
        radial-gradient(52% 72% at 0% 18%, rgba(44, 166, 224, .16) 0%, rgba(44, 166, 224, 0) 62%),
        radial-gradient(44% 64% at 100% 82%, rgba(23, 111, 201, .13) 0%, rgba(23, 111, 201, 0) 66%),
        linear-gradient(180deg, #f8fbfe 0%, #eef6fd 48%, #f8fbfe 100%);
    border-top: 1px solid rgba(218, 231, 243, .9);
    border-bottom: 1px solid rgba(218, 231, 243, .82);
}

.latest-services-section > .auto-container,
.latest-news-section > .auto-container {
    position: relative;
    z-index: 1;
}

.latest-news-section {
    position: relative;
    overflow: hidden;
    padding: 44px 0 48px;
    background:
        radial-gradient(48% 70% at 100% 16%, rgba(240, 36, 47, .09) 0%, rgba(240, 36, 47, 0) 64%),
        radial-gradient(52% 76% at 0% 78%, rgba(44, 166, 224, .14) 0%, rgba(44, 166, 224, 0) 66%),
        linear-gradient(180deg, #f8fbfe 0%, #eef6fd 50%, #f8fbfe 100%);
    border-top: 1px solid rgba(218, 231, 243, .86);
    border-bottom: 1px solid rgba(218, 231, 243, .78);
}

.online-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 22px;
}

.online-section-head > div > span {
    display: block;
    color: #1268c9;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.online-section-head h2 {
    margin: 16px 0 0;
    color: #172433;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
}

.online-section-head > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding-bottom: 5px;
    color: #4572a6;
    border-bottom: 1px solid #a9bed3;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.latest-services-section .online-section-head {
    align-items: flex-start;
    margin-bottom: 24px;
}

.latest-services-section .online-section-head > div {
    max-width: 420px;
    padding: 0 0 0 20px;
    border-left: 3px solid #176fc9;
}

.latest-services-section .online-section-head > div:after,
.latest-news-section .online-section-head > div:after {
    content: "";
    display: block;
    width: 78px;
    height: 3px;
    margin-top: 14px;
    background: linear-gradient(90deg, #2ca6e0 0 33.333%, #176fc9 33.333% 66.666%, #f0242f 66.666% 100%);
    border-radius: 10px;
}

.latest-services-section .online-section-head h2 {
    margin: 0;
    color: #071225;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}

.latest-services-section .online-section-head p {
    margin: 10px 0 0;
    color: #176fc9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
}

.latest-services-section .online-section-head > a {
    justify-content: center;
    margin-top: 2px;
    min-height: 36px;
    padding: 0 14px;
    color: #1e67ad;
    background: #fff;
    border: 1px solid #d5e2ef;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(25, 58, 92, .06);
}

.latest-services-section .online-section-head > a:hover {
    color: #fff;
    background: #1f6fbf;
    border-color: #1f6fbf;
}

.latest-news-section .online-section-head {
    align-items: flex-end;
    margin-bottom: 24px;
}

.latest-news-section .online-section-head > div {
    max-width: 560px;
    padding-left: 20px;
    border-left: 3px solid #176fc9;
}

.latest-news-section .online-section-head h2 {
    margin: 0;
    color: #071225;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}

.latest-news-section .online-section-head p {
    margin: 10px 0 0;
    color: #176fc9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
}

.latest-news-section .online-section-head > a {
    justify-content: center;
    margin-top: 2px;
    min-height: 36px;
    padding: 0 14px;
    color: #1e67ad;
    background: #fff;
    border: 1px solid #d5e2ef;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(25, 58, 92, .06);
}

.latest-news-section .online-section-head > a:hover {
    color: #fff;
    background: #f02d3a;
    border-color: #f02d3a;
}

.latest-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.latest-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
}

.latest-service-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe7f2;
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(24, 47, 78, .07);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.latest-news-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dce7f1;
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(24, 47, 78, .075);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.latest-service-image {
    display: block;
    overflow: hidden;
    background: #e9eef3;
}

.latest-service-image {
    aspect-ratio: 16 / 8;
}

.latest-news-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #e9eef3;
}

.latest-news-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, rgba(7, 18, 37, .34) 100%);
}

.latest-service-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.latest-news-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.latest-news-image time {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    color: #0c2c4d;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(213, 226, 239, .95);
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.latest-news-date-mobile {
    display: none;
}

.latest-service-body {
    display: grid;
    gap: 10px;
    padding: 16px 16px 17px;
}

.latest-news-body {
    display: grid;
    gap: 7px;
    padding: 17px 18px 19px;
}

.latest-service-body h3 {
    margin: 0;
    line-height: 1.35;
}

.latest-service-body h3 {
    font-size: 16px;
}

.latest-news-body > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #f02d3a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.latest-news-body > span i {
    color: #1e70c9;
    font-size: 13px;
}

.latest-news-body h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.latest-service-body h3 a {
    color: #172433;
    text-decoration: none;
}

.latest-news-body h3 a {
    color: #071225;
    text-decoration: none;
}

.latest-service-body p {
    display: -webkit-box;
    min-height: 50px;
    margin: 0;
    overflow: hidden;
    color: #52677d;
    font-size: 11px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.latest-news-body p {
    display: -webkit-box;
    min-height: 51px;
    margin: 0;
    overflow: hidden;
    color: #52677d;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.latest-service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 7px;
    min-height: 31px;
    padding: 0 11px;
    color: #176bc1;
    background: #eef5fc;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.latest-news-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 7px;
    min-height: 32px;
    padding: 0 12px;
    color: #071225;
    background: #edf3f9;
    border: 1px solid #dce7f1;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.latest-service-card:hover {
    transform: translateY(-3px);
    border-color: #a7bdd3;
    box-shadow: 0 20px 38px rgba(24, 47, 78, .12);
}

.latest-service-card:hover .latest-service-image img {
    transform: scale(1.035);
}

.latest-service-card:hover .latest-service-link {
    color: #fff;
    background: #1f6fbf;
}

.latest-news-card:hover {
    transform: translateY(-4px);
    border-color: #abc2d8;
    box-shadow: 0 22px 42px rgba(24, 47, 78, .13);
}

.latest-news-card:hover .latest-news-image img {
    transform: scale(1.04);
}

.latest-news-card:hover .latest-news-link {
    color: #fff;
    background: #1f6fbf;
    border-color: #1f6fbf;
}

.online-home .why-us {
    position: relative;
    padding: 25px 0 25px;
    background: linear-gradient(180deg, #f8fbfe 0%, #f3f8fd 48%, #f8fbfe 100%);
    border-top: 1px solid rgba(220, 232, 244, .7);
    border-bottom: 0;
}

.online-home .why-us > .auto-container > .row.clearfix {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
    gap: 44px;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
}

.online-home .why-us > .auto-container > .row.clearfix:before,
.online-home .why-us > .auto-container > .row.clearfix:after,
.online-home .why-us > .auto-container > .row.clearfix > .col-md-7 > .row.clearfix:before,
.online-home .why-us > .auto-container > .row.clearfix > .col-md-7 > .row.clearfix:after {
    content: none;
    display: none;
}

.online-home .why-us > .auto-container > .row.clearfix > .text-content,
.online-home .why-us > .auto-container > .row.clearfix > .col-md-7 {
    float: none;
    width: auto;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.online-home .why-us .title-box {
    max-width: 420px;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 3px solid #176fc9;
}

.online-home .why-us .title-box:after {
    content: "";
    display: block;
    width: 78px;
    height: 3px;
    margin-top: 14px;
    background: linear-gradient(90deg, #2ca6e0 0 33.333%, #176fc9 33.333% 66.666%, #f0242f 66.666% 100%);
    border-radius: 10px;
}

.online-home .why-us .title-box h3 {
    margin: 0;
    color: #071225;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
}

.online-home .why-us .title-box h4 {
    margin: 10px 0 0;
    color: #176fc9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
}

.online-home .why-us .text-content .text {
    max-width: 440px;
    padding-left: 23px;
    color: #10213d;
    font-size: 13px;
    line-height: 1.72;
}

.online-home .why-us .text-content .text p {
    margin-bottom: 0;
}

.online-home .why-us > .auto-container > .row.clearfix > .col-md-7 > .row.clearfix {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 14px;
}

.online-home .why-us > .auto-container > .row.clearfix > .col-md-7 > .row.clearfix:last-child {
    margin-bottom: 0;
}

.online-home .why-us .box {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.online-home .why-us .box .tab-link {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 32px;
    column-gap: 16px;
    align-items: center;
    min-height: 118px;
    padding: 20px 18px;
    overflow: hidden;
    color: #071225;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(251, 253, 255, .95) 100%),
        linear-gradient(90deg, rgba(23, 111, 201, .08), rgba(255, 255, 255, 0) 42%);
    border: 1px solid rgba(215, 229, 242, .95);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(34, 54, 78, .065), inset 0 1px 0 rgba(255, 255, 255, .9);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.online-home .why-us .box .tab-link:before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    width: 3px;
    background: linear-gradient(180deg, #2ca6e0 0%, #176fc9 100%);
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 18px rgba(23, 111, 201, .22);
    opacity: .78;
}

.online-home .why-us .box .tab-link .icon {
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #176fc9;
    background: linear-gradient(180deg, #edf5fd 0%, #e8f1fb 100%);
    border: 1px solid rgba(214, 228, 242, .95);
    border-radius: 10px;
    font-size: 34px;
    line-height: 1;
}

.online-home .why-us .box .tab-link .icon span {
    display: block;
    line-height: 1;
}

.online-home .why-us .box .tab-link h4 {
    grid-column: 2;
    align-self: end;
    margin: 0;
    color: #071225;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.online-home .why-us .box .tab-link p {
    grid-column: 2;
    align-self: start;
    margin: 4px 0 0;
    color: #10213d;
    font-size: 12px;
    line-height: 1.35;
}

.online-home .why-us .box .tab-link .arrow {
    position: static;
    grid-column: 3;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    justify-self: end;
    width: 32px;
    height: 32px;
    color: #176fc9;
    background: rgba(238, 246, 253, .92);
    border: 1px solid rgba(214, 228, 242, .95);
    border-radius: 50%;
    font-size: 15px;
    line-height: 1;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.online-home .why-us .box .tab-link:hover {
    color: #071225;
    background: #fff;
    border-color: rgba(23, 111, 201, .32);
    box-shadow: 0 18px 36px rgba(23, 43, 68, .12);
    transform: translateY(-3px);
}

.online-home .why-us .box .tab-link:hover .icon,
.online-home .why-us .box .tab-link:hover .arrow {
    color: #fff;
    background: #176fc9;
    border-color: #176fc9;
}

.online-home .why-us .box .tab-link:hover .arrow {
    transform: translateX(2px);
}

.online-home .why-us .box .tab-link:hover h4 {
    color: #071225;
}

.online-home .why-us .box .tab-link:hover p {
    color: #10213d;
}

.online-home .consult-section {
    padding: 34px 0;
    background: #f8fbfe;
}

.online-home .consult-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    min-height: 126px;
    padding: 24px 26px;
    background:
        linear-gradient(112deg, rgba(28, 105, 212, .84) 0%, rgba(22, 88, 142, .68) 50%, rgba(226, 39, 24, .78) 100%),
        #f7fbff;
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(24, 47, 78, .16);
}

.online-home .consult-cta:after {
    content: "";
    position: absolute;
    top: -42px;
    right: 28px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(255, 255, 255, .22);
    transform: rotate(18deg);
}

.online-home .consult-cta-copy,
.online-home .consult-cta-action {
    position: relative;
    z-index: 1;
}

.online-home .consult-cta-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .86);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.online-home .consult-cta-copy > span i {
    color: #fff;
    font-size: 13px;
}

.online-home .consult-cta h3 {
    max-width: 620px;
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
    text-transform: none;
}

.online-home .consult-cta p {
    max-width: 620px;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.35;
}

.online-home .consult-cta-action {
    display: grid;
    gap: 8px;
    justify-items: end;
}

.online-home .consult-cta-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 18px;
    color: #0c2c4d;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(7, 18, 37, .18);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.online-home .consult-cta-action a:hover {
    color: #fff;
    background: #1f6fbf;
    border-color: #1f6fbf;
    transform: translateY(-2px);
}

.online-home .consult-cta-action small {
    display: block;
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (max-width: 1199px) {
    .online-hero-inner {
        grid-template-columns: minmax(0, 430px) minmax(0, 1fr) minmax(0, 330px);
        height: auto;
        min-height: 420px;
        padding: 0;
        background: transparent;
    }

    .online-hero-copy {
        padding-left: 32px;
    }

    .online-quick-launch {
        width: 330px;
        height: auto;
    }

    .online-process-card {
        grid-template-columns: 1fr;
        height: auto;
        gap: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .online-hero {
        padding-top: 10px;
        background:
            linear-gradient(rgba(23, 111, 201, .04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(23, 111, 201, .04) 1px, transparent 1px),
            radial-gradient(92% 62% at 0% 0%, rgba(44, 166, 224, .055) 0%, rgba(44, 166, 224, 0) 66%),
            radial-gradient(84% 70% at 100% 16%, rgba(23, 111, 201, .045) 0%, rgba(23, 111, 201, 0) 72%),
            linear-gradient(180deg, #fff 0%, #fbfdff 58%, #f4f9fe 100%);
        background-size: 34px 34px, 34px 34px, auto, auto, auto;
        box-shadow: inset 0 -16px 24px rgba(78, 111, 145, .07);
    }

    .online-hero-media {
        display: none;
    }

    .online-hero-inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 22px;
        background: transparent;
    }

    .online-hero-copy,
    .online-quick-launch {
        grid-column: 1;
    }

    .online-hero-copy {
        padding-left: 0;
        background: transparent;
        border-radius: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .online-quick-launch {
        width: 100%;
        margin-top: 18px;
    }

    .online-trust-row {
        width: 100%;
    }

    .online-trust-row > span {
        grid-template-columns: 36px auto;
        justify-content: center;
    }

    .process-steps,
    .latest-services-grid,
    .latest-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-steps > div:not(:last-child):after {
        display: none;
    }

    .online-home .why-us > .auto-container > .row.clearfix {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .online-home .why-us .title-box,
    .online-home .why-us .text-content .text {
        max-width: 620px;
    }
}

@media only screen and (max-width: 767px) {
    .latest-news-image time {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .online-hero > .auto-container,
    .online-process > .auto-container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .online-hero-inner {
        position: relative;
        overflow: hidden;
        display: block;
        padding: 24px 16px 18px;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        filter: none;
    }

    .online-hero-copy,
    .online-quick-launch {
        position: relative;
        z-index: 1;
    }

    .online-quick-launch {
        margin-top: 12px;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .quick-launch-head {
        padding: 0 0 12px;
    }

    .quick-launch-list {
        padding-top: 5px;
    }

    .online-hero-copy {
        background: transparent;
        border-radius: 0;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        text-align: left;
    }

    .online-hero-panel {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding-top: 0;
    }

    .online-hero-panel h1 {
        width: 100%;
        max-width: none;
        margin-right: auto;
        margin-left: 0;
        font-size: 30px;
        line-height: 1.06;
        text-align: left;
    }

    .online-m-underline {
        justify-content: flex-start;
        width: 100%;
        max-width: none;
        margin: 13px auto 16px 0;
    }

    .online-hero-panel > p {
        width: 100%;
        max-width: none;
        margin: 0 auto 17px 0;
        color: #10213d;
        font-size: 13.5px;
        line-height: 1.52;
        text-align: left;
    }

    .online-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
        align-items: center;
        width: 100%;
        max-width: none;
        margin: 0 auto 14px 0;
        gap: 10px;
    }

    .online-btn,
    .online-btn-primary,
    .online-btn-secondary {
        flex: 1 1 0;
        width: 100%;
        min-width: 0;
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 7px;
        font-size: 11px;
    }

    .online-trust-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        width: 100%;
        max-width: none;
        margin: 0 auto 0 0;
        padding: 13px 0 0;
        border-top: 1px solid rgba(216, 226, 235, .9);
    }

    .online-trust-row > span {
        display: grid;
        grid-template-columns: 22px max-content;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-height: 42px;
        padding: 0 8px;
        text-align: left;
        border-left: 1px solid rgba(216, 226, 235, .95);
        border-bottom: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .online-trust-row > span:first-child {
        padding-left: 0;
        border-left: 0;
    }

    .online-trust-row i {
        width: 22px;
        margin: 0;
        font-size: 21px;
        line-height: 1;
        text-align: center;
    }

    .online-trust-row b {
        width: 100%;
        min-width: 0;
    }

    .online-trust-row strong {
        font-size: 8.7px;
        line-height: 1.15;
        text-align: left;
        overflow-wrap: normal;
    }

    .online-trust-row small {
        margin-top: 2px;
        font-size: 8.5px;
        line-height: 1.15;
        text-align: left;
        overflow-wrap: normal;
    }

    .online-trust-row > span:last-child {
        border-bottom: 0;
    }

    .online-process-card {
        padding: 18px;
    }

    .online-process-intro h2 {
        white-space: normal;
    }

    .process-steps,
    .online-home .why-us > .auto-container > .row.clearfix > .col-md-7 > .row.clearfix,
    .latest-services-grid,
    .latest-news-grid {
        grid-template-columns: 1fr;
    }

    .latest-news-grid {
        gap: 6px;
    }

    .latest-news-card {
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .latest-news-image {
        display: none;
    }

    .latest-news-body {
        gap: 5px;
        padding: 10px 0 11px 20px;
        border-bottom: 1px solid #dce7f1;
    }

    .latest-news-card:last-child .latest-news-body {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .latest-news-date-mobile {
        display: inline-flex;
        justify-self: start;
        color: #6a7f94;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .latest-news-body h3 {
        min-height: 0;
        font-size: 15px;
        line-height: 1.35;
    }

    .latest-news-body p {
        -webkit-line-clamp: 2;
    }

    .latest-news-link {
        min-height: 28px;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .latest-news-card:hover {
        transform: none;
        border-color: transparent;
        box-shadow: none;
    }

    .latest-news-card:hover .latest-news-link {
        color: #071225;
        background: transparent;
        border-color: transparent;
    }

    .process-steps > div {
        grid-template-columns: 54px minmax(0, 1fr);
        min-height: 68px;
    }

    .process-steps b {
        left: 32px;
    }

    .process-steps i {
        width: 54px;
        height: 54px;
        font-size: 21px;
    }

    .latest-services-section,
    .latest-news-section,
    .online-home .consult-section,
    .online-home .why-us {
        padding: 30px 0;
    }

    .online-home .consult-section {
        padding: 24px 0;
    }

    .online-section-head {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 21px;
    }

    .online-section-head > div {
        min-width: 0;
    }

    .online-section-head h2 {
        font-size: 23px;
    }

    .latest-services-section .online-section-head {
        align-items: flex-start;
    }

    .latest-news-section .online-section-head {
        align-items: flex-start;
    }

    .latest-news-section .online-section-head > div {
        max-width: 420px;
        padding: 0 0 0 17px;
        border-left: 3px solid #176fc9;
    }

    .latest-services-section .online-section-head > a,
    .latest-news-section .online-section-head > a {
        align-self: flex-start;
        flex: 0 0 auto;
        min-height: 30px;
        margin-top: 0;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 11px;
        line-height: 1;
        box-shadow: none;
    }

    .latest-service-body p,
    .latest-news-body p {
        min-height: 0;
    }

    .online-home .why-us .text-content .text {
        padding-left: 17px;
    }

    .online-home .why-us .title-box {
        padding-left: 17px;
    }

    .online-home .why-us .box .tab-link {
        min-height: 96px;
        grid-template-columns: 48px minmax(0, 1fr) 28px;
        padding: 16px 14px;
    }

    .online-home .why-us .box .tab-link .icon {
        width: 48px;
        height: 48px;
        font-size: 29px;
    }

    .online-home .why-us .box .tab-link .arrow {
        width: 28px;
        height: 28px;
    }

    .online-home .consult-cta {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        padding: 20px;
    }

    .online-home .consult-cta:after {
        right: -72px;
    }

    .online-home .consult-cta h3 {
        font-size: 21px;
    }

    .online-home .consult-cta-action {
        justify-items: start;
    }

    .online-home .consult-cta-action a {
        width: 100%;
        white-space: normal;
    }
}

@media only screen and (max-width: 420px) {
    .online-hero-inner {
        padding: 22px 14px 16px;
    }

    .online-hero-panel h1 {
        max-width: none;
        font-size: 28px;
    }

    .online-hero-panel > p {
        max-width: none;
    }

    .online-btn {
        min-height: 44px;
        gap: 6px;
        padding-right: 7px;
        padding-left: 7px;
        font-size: 10.5px;
    }

    .online-btn i {
        font-size: 12px;
    }

    .online-trust-row {
        gap: 0;
    }

    .online-trust-row > span {
        min-height: 40px;
        grid-template-columns: 20px max-content;
        gap: 5px;
        padding: 0 4px;
    }

    .online-trust-row > span:first-child {
        padding-left: 0;
    }

    .online-trust-row i {
        width: 20px;
        font-size: 19px;
    }

    .online-trust-row strong,
    .online-trust-row small {
        font-size: 8px;
    }

    .quick-launch-list a {
        grid-template-columns: 40px minmax(0, 1fr) 26px;
        gap: 9px;
        min-height: 54px;
        padding: 7px;
    }

    .quick-launch-list a > i {
        width: 40px;
        height: 40px;
    }

    .quick-launch-list b {
        width: 26px;
        height: 26px;
    }
}
