 .msk-hero {
    padding: 18px 0 0;
}

.gradient-text {
    background: var(--gr);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.msk-hero-content {
    max-width: 850px;
    margin: auto;
    text-align: center;
    padding: 12px 0 18px;
}
.msk-hero-badge {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #b9ddf5;
    border-radius: 30px;
    background: #eef9ff;
    color: #1478bd;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.msk-hero h1 {
    max-width: 650px;
    margin: 0 auto 8px;
    color: #101820;
    line-height: 1.15;
    font-weight: 700;
}

.msk-hero-rating {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    color: #718296;
    font-size: 16px;
}

.msk-stars {
    color: #f4ad28;
    letter-spacing: 1px;
}

.msk-hero-content p {
    max-width: 730px;
    margin: auto;
    color: #3e464f;
    line-height: 1.65;
}

.msk-hero-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0;
}

.msk-hero-pills span {
    padding: 5px 10px;
    border: 1px solid #d4e7f5;
    border-radius: 20px;
    background: #fff;
    color: #1478bd;
    font-size: 14px;
}

.msk-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 10px 0 7px;
}

.msk-btn-primary,
.msk-btn-outline {
    padding: 8px 17px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
}

.msk-btn-primary {
    color: #fff;
    background: var(--gr);
    border: 1px solid #087fc5;
}

.msk-btn-outline {
    color: #087fc5;
    background: #fff;
    border: 1px solid #087fc5;
}

.msk-hero-trust {
    color: #718396;
    font-size: 9px;
}

.msk-hero-stats {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px solid #dce9f3;
}

.msk-hero-stats > div {
    text-align: center;
    padding: 10px 5px;
    border-right: 1px solid #dce9f3;
}

.msk-hero-stats > div:last-child {
    border-right: 0;
}

.msk-hero-stats strong {
    display: block;
    font-size: 19px;
    margin-bottom: 2px;
}

.msk-hero-stats span {
    color: #7a8998;
    font-size: 12px;
}

@media (max-width: 767px) {
    .msk-hero {
        padding-top: 12px;
    }

    .msk-hero h1 {
        font-size: 25px;
    }

    .msk-hero-stats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .msk-hero h1 {
        font-size: 22px;
    }

    .msk-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .msk-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}
.win-mac-btn-container {
    text-align: center;
}

.win-mac-btn {
    text-align: center;
}
.download-btn{
    background:var(--gr);
    color: white;
}
.win-mac-btn .box1,
.win-mac-btn .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.win-mac-btn .download-btn,
.win-mac-btn .buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.win-mac-btn a img {
    display: block;
    margin: 0 auto;
}
.msk-second-section {
    padding: 28px 0 30px;
    background: #fff;
}

.msk-content-left {
    padding-right: 8px;
}
.buy-btn {
    color: #0484ce;
    border: 1px solid #0484ce;
    gap: 10px;
    margin-right: 10px !important;
}
.msk-label {
    margin-bottom: 7px;
    color: #087fc5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
}

.msk-content-left h2 {
    margin: 0 0 10px;
    color: #101820;
    line-height: 1.2;
    font-weight: 700;
}

.msk-content-left > p {
    margin-bottom: 10px;
    color: #34495a;
    line-height: 1.7;
}

.msk-highlight-box {
    margin: 12px 0;
    padding: 11px 13px;
    border: 1px solid #9ddcff;
    border-radius: 8px;
    background: #e6f7ff;
}

.msk-highlight-box strong {
    margin-bottom: 3px;
    color: #0875b9;
    font-size: 16px;
}

.msk-highlight-box p {
    margin: 0;
    color: #34576e;
    font-size: 16px;
    line-height: 1.5;
}

.msk-feature-row {
    margin-top: 4px;
}

.msk-feature {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 7px;
}

.msk-feature i {
    width: 14px;
    margin-top: 2px;
    color: #0788df;
    font-size: 16px;
    text-align: center;
}

.msk-feature p {
    margin: 0;
    color: #455d70;
    font-size: 16px;
    line-height: 1.45;
}

.msk-section-buttons {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.msk-download-btn,
.msk-guide-btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.msk-download-btn {
    background: #087fc5;
    border: 1px solid #087fc5;
    color: #fff;
}

.msk-guide-btn {
    background: #fff;
    border: 1px solid #087fc5;
    color: #087fc5;
}
.newbtn{
    width: 93px;
    justify-content: center;
    display: flex;
}
.msk-content-right {
    padding-left: 5px;
}

.msk-compatibility-row {
    margin-top: 0;
}

.msk-compatibility-box {
    height: 100%;
    padding: 12px;
    border: 1px solid #cfe5f4;
    border-radius: 9px;
    background: #fff;
}

.msk-compatibility-box p {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    color: #1c3347;
    font-size: 16px;
    font-weight: 700;
}

.msk-compatibility-box p i {
    color: #087fc5;
    font-size: 11px;
}

.msk-compatibility-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.msk-compatibility-box li {
    padding: 3px 0;
    border-bottom: 1px solid #edf3f7;
    color: #536b7d;
    font-size: 16px;
}

.msk-compatibility-box li:last-child {
    border-bottom: 0;
}

.msk-compatibility-box li::before {
    content: "✓";
    margin-right: 6px;
    color: #20a66a;
    font-weight: 700;
}

.msk-supported-title {
    margin: 14px 0 7px;
    color: #087fc5;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px;
}

.msk-client-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.msk-client-pills span {
    padding: 5px 9px;
    border: 1px solid #a9ddfa;
    border-radius: 15px;
    background: #e9f8ff;
    color: #0878bd;
    font-size: 16px;
    line-height: 1;
    margin: 3px;
}

@media (max-width: 991px) {
    .msk-content-left,
    .msk-content-right {
        padding: 0;
    }

    .msk-content-right {
        margin-top: 18px;
    }
}

@media (max-width: 575px) {
    .msk-second-section {
        padding: 22px 0;
    }

    .msk-section-buttons {
        flex-wrap: wrap;
    }

    .msk-compatibility-row {
        gap: 10px;
    }
}    
.msk-second-section > .container > .row {
    display: flex;
    flex-wrap: nowrap;
}

.msk-second-section > .container > .row > .col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
}

@media (max-width: 991px) {
    .msk-second-section > .container > .row {
        display: block;
    }

    .msk-second-section > .container > .row > .col-lg-6 {
        width: 100%;
        flex: none;
    }

    .msk-content-right {
        margin-top: 20px;
    }
}
.msk-feature {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px;
    border: 1px solid #d7e8f3;
    border-radius: 6px;
    background: #fff;
    height: 100%;
}

.msk-feature i {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #b9ddf3;
    border-radius: 5px;
    background: #eef9ff;
    color: #087fc5;
    font-size: 12px;
}

.msk-feature p {
    margin: 0;
    color: #526b7c;
    font-size: 16px;
    line-height: 1.5;
}

.msk-feature p strong {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}
.msk-feature-row {
    row-gap: 5px;
}
.msk-choice-section {
    padding: 40px 0 30px;
    background: #f7fbfe;
}

.msk-choice-heading {
    margin-bottom: 10px;
}

.msk-choice-heading h2 {
    margin: 0 0 5px;
    color: #101820;
    font-weight: 700;
}

.msk-choice-heading p {
    margin: 0;
    color: #718293;
}

.msk-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}

.msk-tab {
    padding: 7px 22px;
    border: 1px solid #087fc5;
    background: #fff;
    color: #087fc5;
    font-size: 9px;
    font-weight: 600;
    cursor: pointer;
}

.msk-tab:first-child {
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.msk-tab:last-child {
    border-radius: 0 4px 4px 0;
    font-size: 14px;
}

.msk-tab.active {
    background: #087fc5;
    color: #fff;
}

.msk-feature-table {
        width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #d7e7f1;
    overflow: hidden;
}

.msk-feature-table th {
    padding: 8px 10px;
    background: var(--gr);
    color: #fff;
    border: 1px solid #075a7d;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.msk-feature-table td {
       padding: 13px 10px;
    border: 1px solid #e1edf3;
    color: #526879;
    font-size: 16px;
    line-height: 1.45;
    vertical-align: middle;
}

.msk-feature-table td:first-child {
    width: 27%;
    color: #29475c;
    font-weight: 600;
}

.msk-feature-table tbody tr:nth-child(even) {
    background: #f5faff;
}

.msk-feature-table tbody tr:hover {
    background: #edf8ff;
}

@media (max-width: 767px) {
    .msk-choice-section {
        padding: 22px 0;
    }

    .msk-feature-table {
        min-width: 650px;
    }

    .msk-tabs {
        margin-bottom: 26px;
    }
}
.msk-tick,
.msk-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.msk-tick,
.msk-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 10px;
}

.msk-tick {
    color: #15945a;
    background: #effaf4;
    border: 1px solid #bce7cf;
}

.msk-cross {
    color: #ed5555;
    background: #fff3f3;
    border: 1px solid #f4cccc;
}

.msk-tick i,
.msk-cross i {
    margin: 0;
}

.msk-comparison-section .msk-feature-table th:not(:first-child),
.msk-comparison-section .msk-feature-table td:not(:first-child) {
    text-align: center;
}

.msk-comparison-section .tab-pane {
    display: none;
}

.msk-comparison-section .tab-pane.show.active {
    display: block;
}
.msk-steps-section {
    padding: 35px 0 30px;
    background: #fff;
}
.msk-steps-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
}

.msk-step-list {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
}

.msk-step-content {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
}

@media (max-width: 767px) {
    .msk-steps-wrapper {
        flex-wrap: wrap !important;
    }

    .msk-step-list,
    .msk-step-content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.msk-steps-wrapper {
    display: flex;
    width: 100%;
    border: 1px solid #dceaf2;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.msk-step-list {
    background: #f5faff;
    border-right: 1px solid #dceaf2;
}

.msk-step-btn {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 12px 14px;
    border: 0;
    border-bottom: 1px solid #e1edf3;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.msk-step-btn:last-child {
    border-bottom: 0;
}

.msk-step-btn:hover {
    background: #eef8fd;
}

.msk-step-btn.active {
    background: #fff;
    box-shadow: inset 3px 0 0 #087fc5;
}

.msk-step-number {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #e8f7ff;
    color: #087fc5;
    font-size: 12px;
    font-weight: 700;
}

.msk-step-btn.active .msk-step-number {
    background: #087fc5;
    color: #fff;
}

.msk-step-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.msk-step-info strong {
    color: #163d59;
    font-size: 16px;
    font-weight: 700;
}

.msk-step-info small {
    color: #718293;
    font-size: 16px;
    line-height: 1.4;
}

.msk-step-content {
    padding: 18px 20px;
}

.msk-step-panel {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.msk-step-panel.active {
    display: flex;
}

.msk-step-text {
    width: 52%;
}

.msk-step-text p {
    margin: 0 0 8px;
    color: #142b3d;
    font-size: 16px;
    font-weight: 700;
}

.msk-step-image {
    width: 60%;
    justify-content: center;
    align-items: center;
}

.msk-step-image img {
    max-width: 167%;
    min-height: 420px !important;
    display: block;
}

@media (max-width: 767px) {
    .msk-steps-wrapper {
        display: block;
    }

    .msk-step-list,
    .msk-step-content {
        width: 100%;
        flex: none;
    }

    .msk-step-list {
        border-right: 0;
        border-bottom: 1px solid #dceaf2;
    }

    .msk-step-panel.active {
        display: block;
    }

    .msk-step-text,
    .msk-step-image {
        width: 100%;
    }

    .msk-step-image {
        margin-top: 15px;
    }
}
.msk-step-note {
    margin-top: 10px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #e8f8ff;
    border: 1px solid #c8eaf7;
    border-radius: 4px;
    color: #526b7c;
    font-size: 16px;
    line-height: 1.5;
}

.msk-step-note strong {
    font-size: 16px;
}

.msk-step-guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 7px 13px;
    border-radius: 4px;
    background: #087fc5;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.msk-step-guide-btn:hover {
    color: #fff;
    text-decoration: none;
}

.msk-step-guide-btn i {
    margin-right: 5px;
    font-size: 9px;
}

@media (max-width: 767px) {
    .msk-step-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .msk-step-guide-btn {
        align-self: flex-start;
    }
}
.msk-video-section {
    padding: 30px 0 35px;
    background: #fff;
}

.msk-video-section > .container > .row {
    display: flex;
    flex-wrap: nowrap;
}

.msk-video-section > .container > .row > .col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
}

.msk-video-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    background: #111;
}

.msk-video-box iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.msk-video-content {
    padding-left: 20px;
}

.msk-video-content h2 {
    margin: 4px 0 8px;
    color: #101820;
    font-weight: 700;
}

.msk-video-content p {
    margin: 0;
    color: #607586;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .msk-video-section > .container > .row {
        display: block;
    }

    .msk-video-section > .container > .row > .col-lg-6 {
        width: 100%;
        flex: none;
    }

    .msk-video-content {
        padding-left: 0;
        margin-top: 20px;
    }
}
.msk-enterprise-section {
    padding: 30px 0 35px;
    background: #f7fbfe;
}

.msk-enterprise-row {
    display: flex;
    flex-wrap: nowrap;
        margin-top: 20px;
}

.msk-enterprise-row > .col-lg-4 {
    width: 33.333333%;
    flex: 0 0 33.333333%;
}

.msk-enterprise-card {
    height: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid #d7e8f3;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.msk-enterprise-card:hover {
    border-color: #087fc5;
    box-shadow: 0 5px 16px rgba(8, 127, 197, 0.08);
}

.msk-enterprise-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    border-radius: 5px;
    background: #eef9ff;
    border: 1px solid #b9ddf3;
    color: #087fc5;
    font-size: 13px;
}

.msk-enterprise-card h3 {
    margin: 0 0 7px;
    color: #163d59;
    font-size: 16px;
    font-weight: 700;
}

.msk-enterprise-card p {
    margin: 0 0 10px;
    color: #607586;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .msk-enterprise-section {
        padding: 25px 0;
    }

    .msk-enterprise-row {
        display: block;
    }

    .msk-enterprise-row > .col-lg-4 {
        width: 100%;
        flex: none;
        margin-bottom: 12px;
    }

    .msk-enterprise-row > .col-lg-4:last-child {
        margin-bottom: 0;
    }
}
.msk-enterprise-note {
    margin-top: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: var(--bdp);
    border: 1px solid #c8eaf7;
    border-radius: 6px;
}

.msk-enterprise-note-content {
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
    font-size: 16px;
}

.msk-enterprise-note-content strong {
    color: white;
    font-size: 16px;
}

.msk-enterprise-note-buttons {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
}

.msk-enterprise-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 11px;
    border: 1px solid #087fc5;
    border-radius: 4px;
    background: var(--gr);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.msk-enterprise-btn:hover {
    color: #fff;
    text-decoration: none;
}

.msk-enterprise-btn-outline {
    background: #fff;
    color: #087fc5;
}

.msk-enterprise-btn-outline:hover {
    color: #087fc5;
}

.msk-enterprise-btn i {
    font-size: 8px;
}

@media (max-width: 767px) {
    .msk-enterprise-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .msk-enterprise-note-content {
        display: block;
    }

    .msk-enterprise-note-content strong {
        display: block;
        margin-bottom: 3px;
    }

    .msk-enterprise-note-buttons {
        width: 100%;
    }
}
.msk-specification-section {
    padding: 32px 0 35px;
    background: #f7fbfe;
}

.msk-specification-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
}

.msk-specification-row > .col-lg-6 {
    width: calc(50% - 12.5px);
    flex: 0 0 calc(50% - 12.5px);
    padding: 0;
    min-width: 0;
}

.msk-spec-title {
    margin-bottom: 8px;
    color: #087fc5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .3px;
}

.msk-specification-section .msk-feature-table {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    table-layout: fixed;
}

.msk-specification-section .msk-feature-table th {
    padding: 11px 10px;
    font-size: 16px;
}

.msk-specification-section .msk-feature-table td {
    padding: 10px;
    font-size: 16px;
    line-height: 1.45;
    word-break: normal;
    overflow-wrap: break-word;
}

.msk-specification-section .msk-feature-table th:not(:first-child),
.msk-specification-section .msk-feature-table td:not(:first-child) {
    text-align: center;
}

.msk-specification-section .msk-feature-table td:first-child {
    width: 42%;
}

.msk-os-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
}

.msk-os-btn {
    padding: 7px 13px;
    border: 1px solid #087fc5;
    border-radius: 4px;
    background: #fff;
    color: #087fc5;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.msk-os-btn.active {
    background: #087fc5;
    color: #fff;
    font-size: 14px;
}

.msk-os-btn i {
    margin-right: 4px;
}

.msk-compatibility-note {
    margin-top: 10px;
    padding: 11px 13px;
    background: #fff8df;
    border: 1px solid #f0df9d;
    border-radius: 5px;
    color: #756638;
    font-size: 16px;
    line-height: 1.55;
}

.msk-compatibility-note strong {
    margin-bottom: 5px;
    color: #806b21;
    font-size: 16px;
}

.msk-compatibility-note strong i {
    margin-right: 5px;
}

.msk-compatibility-note ul {
    margin: 0;
    padding-left: 17px;
}

.msk-compatibility-note li {
    margin-bottom: 3px;
}

.msk-compatibility-note li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .msk-specification-row {
        display: block;
    }

    .msk-specification-row > .col-lg-6 {
        width: 100%;
        flex: none;
        margin-bottom: 20px;
    }

    .msk-specification-row > .col-lg-6:last-child {
        margin-bottom: 0;
    }
}
.new {
    margin-left: 0px !important;
}
.msk-faq-row .accordion-item {
    border: 1px solid #e2e6ea;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}

.msk-faq-row .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding: 15px 18px;
    background: #fff;
    box-shadow: none;
}

.msk-faq-row .accordion-button:not(.collapsed) {
    color: #087fc5;
    background: #fff;
    box-shadow: none;
}

.msk-faq-row .accordion-body {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    padding: 0 18px 16px;
}
.msk-resource-section {
    padding: 32px 0 35px;
    background: #fff;
}

.msk-resource-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
}

.msk-resource-row > .col-lg-4 {
    display: flex;
    width: 33.333333%;
    flex: 0 0 33.333333%;
    padding-left: 7px;
    padding-right: 7px;
}
.banner {
     background: none !important; 
}
.msk-resource-card {
    width: 100%;
    height: 145px;
    padding: 18px 17px;
    border: 1px solid #d7e7f1;
    border-radius: 6px;
    background: #fff;
    transition: .2s ease;
}

.msk-resource-card:hover {
    border-color: #087fc5;
    box-shadow: 0 4px 12px rgba(8, 127, 197, .08);
    transform: translateY(-2px);
}

.msk-resource-card h3 {
    margin: 0 0 12px;
    color: #173f59;
    font-size: 16px;
    font-weight: 700;
}

.msk-resource-card p {
    margin: 0 0 13px;
    color: #607586;
    font-size: 16px;
    line-height: 1.5;
}

.msk-resource-card a {
    color: #087fc5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.msk-resource-card a:hover {
    color: #075f91;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .msk-resource-row > .col-lg-4 {
        width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 575px) {
    .msk-resource-section {
        padding: 25px 0;
    }

    .msk-resource-row > .col-lg-4 {
        width: 100%;
        flex: 0 0 100%;
    }
}
.pron_topbar {
    text-align: center;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.pron_topbar .sticky-logo, .first, .pron_topbar a
 {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
.first{
    color: #07203c !important;
}