/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
<style>
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">


</style>

  body {
        font-family: 'Montserrat', sans-serif;
        margin: 0;
        padding: 0;
        background-color: #F4F4F4;
    }

    /* Reset CSS */
    * {
        font-family: inherit;
    }

    body {
        background-color: #f4f4f4;
        color: #000;
    }

    h1 {
        font-weight: 500;
        margin: 10px 0 5px;
    }

    h2 {
        font-size: 26px;
        line-height: 120%;
        font-weight: normal;
        font-weight: 500;
    }

      h3 {
      font-size: 28px;
      line-height: 1.3;
      font-weight: 600;
      font-family: 'Ivar';
    }
   h4 {
      font-size: 22px;
      line-height: 1.4;
      font-weight: 500;
      font-family: 'Ivar';
    }
   h5 {
      font-size: 18px;
      line-height: 1.4;
      font-weight: 500;
      font-family: 'ABCDiatype';
    }
   h6 {
      font-size: 16px;
      line-height: 1.4;
      font-weight: 500;
      font-family: 'ABCDiatype';
      
    }
    p {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
     font-family: 'ABCDiatype';
      
    }

    .header-Knb {
        background-color: rgba(121, 112, 158, 1);
        color: white;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-Knb .logo {
        font-size: 24px;
        font-weight: bold;
    }

    .header-Knb .contact-support {
        background-color: rgba(243, 201, 72, 1);
        padding: 10px 15px;
        color: black;
        border-radius: 5px;
        text-decoration: none;
        border-radius: 11px;
    }

    .hero {
        text-align: center;
        background: url('https://40166028.fs1.hubspotusercontent-na1.net/hubfs/40166028/Build%201%20%282%29.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 60px 0;
    }

    .section.section-explore h2 {
        margin-bottom: 10px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .search-container h2 {
        font-size: 30px;
        font-weight: 500;
    }

    .progress-bar {
        width: 50%;
        height: 10px;
        background: #EAE1F7;
        border-radius: 5px;
        margin: 20px auto;
        overflow: hidden;
    }

    .progress-bar div {
        width: 30%;
        height: 100%;
        background: #6F5BA7;
    }

    .section {
        padding: 40px 0 0;
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }

    .grid-container {
        display: flex;
        justify-content: left;
        gap: 30px;
        flex-wrap: wrap;
    }

    .grid-item-explore {
        background: white;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid rgba(213, 213, 213, 1);
        text-align: center;
    }

    .grid-item img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
        padding: 20px 0px 0;
    }

    .grid-item {
        background: white;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid rgba(213, 213, 213, 1);
        text-align: center;
    }

    .grid-item img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .grid-item-1 h4 {
        font-weight: 500;
        font-size: 20px;
        margin: 10px 0;
    }

    .section.section-help-desk h2 {
        margin: 0 0 10px;
    }

    #hs_cos_wrapper_knowledgebase_header .button {
        padding: 17px !important;
    }

    .hs-kb-search-input-wrapper .hs-search-field__bar {
        min-height: auto !important;
    }

    .hs-kb-search-input-wrapper {
        box-sizing: border-box !important;
        background-image: url('https://40166028.fs1.hubspotusercontent-na1.net/hubfs/40166028/Build%201%20%282%29.png') !important;
        background-size: 100% 100% !important;
        background-position: center center !important;
        padding: 45px 60px !important;
    }

    @media (max-width: 1366px) {
        .grid-container {
            grid-template-columns: repeat(6, 1fr);
            gap: 15px;
        }

        .hero h1 {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .hero {

            padding: 30px 0;
        }
    }

    @media (max-width: 768px) {
        .grid-container {
            grid-template-columns: repeat(2, 1fr);
            /* 2 columns on smaller screens */
        }

        .hero {
            background: #CEBFFF !important;
        }

        .footer-Knb-nav div {
            width: 33% !important;
        }

        .footer-Knb-nav {
            padding-bottom: 30px;
        }

        .footer-Knb h1 {
            margin-bottom: 30px;
            text-align: left;
            color: #79709E;
            font-size: 26px;
            padding-top: 40px;
        }


    }

    @media (max-width: 480px) {
        .grid-container {
            grid-template-columns: 1fr;
            /* 1 column on very small screens */
        }

        .section {
            width: 92% !important;
        }

        .footer-Knb-nav div {
            width: 50% !important;
        }
    }

    .footer-Knb {
        background-color: #E9E6FF;
        color: black;
        padding: 60px 0 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-Knb-links h4 {
        margin: 0 0 10px;
        color: #79709E;
    }

    .footer-Knb-content {
        display: flex;
        flex-direction: column;
    }

    .footer-Knb h1 {
        margin-bottom: 30px;
        text-align: left;
        color: #79709E;
    }

    .footer-Knb h1 em {
        font-style: italic;
    }

    .footer-Knb-links {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 100px;
    }

    .footer-Knb-links a {
        background: #C9BFE9;
        padding: 30px 20px 15px;
        border-radius: 13px;
        text-decoration: none;
        font-size: 18px;
        color: #79709E !important;
        display: flex;
        width: 100%;
    }

    .footer-Knb-links a::after {
        content: url(https://40166028.fs1.hubspotusercontent-na1.net/hubfs/40166028/Arrow4.png);
        font-size: 27px;
        margin-left: auto;
        background-color: #79709E;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: auto;
    }

    .box p {
        margin: 0px;
        font-size: 14px;
        color: #79709E;
        text-align: left;
        padding: 0;
    }

    .footer {
        background: #6B5C99;
        color: white;
        padding: 20px;
        text-align: center;
        display: none;
    }

    .footer-Knb-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
        border-top: 1px solid #79709E;
        padding-top: 20px;
        text-align: center;
    }

    .footer-Knb-nav div {
        width: 15%;
    }

    .footer-Knb-nav h3 {
        font-size: 20px;
        margin-bottom: 17px;
        color: #7062AC;
        font-weight: 400;
    }

    .footer-Knb-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-Knb-nav ul li {
        margin-bottom: 5px;
    }

    .footer-Knb-bottom {
        text-align: center;
        background: #736A99;
        padding: 15px;
        color: #D9D5F7;
    }

    .footer-Knb-bottom a {
        color: white;
        text-decoration: none;
        margin: 0 10px;
    }

    .conainer-w {
        width: 80% !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .custom-link {
        color: #E5974D;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
    }

    .custom-link:hover {
        color: #E9E6FF;
    }

    .grid-container-explore {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        padding: 20px 0px;
    }

    @media (max-width: 1366px) {
        .grid-container-explore {
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
        }

        .footer-Knb-nav h3 {
            font-size: 16px;
        }

        .footer-Knb-nav h3 {
            font-size: 16px;
            margin-bottom: 17px;
            color: #7062AC;
            font-weight: 500;
        }

        .grid-container-explore a {
            text-decoration: none;
            color: #000000;
            display: inline-block;
            padding: 30px 8px;
        }

        .section.section-help-desk .grid-container-explore a h3 {
            margin: 10px 0 0;
        }
    }

    @media (max-width: 768px) {
        .grid-container-explore {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 480px) {
        .grid-container-explore {
            grid-template-columns: 1fr;
        }
    }

    .section-footer-Knb {
        /* padding: 40px; */
        /* text-align: left; */
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        height: 80px;
        align-items: center;
    }

    .footer-Knb-w {
        width: 80%;
    }
    .footer-Knb-cookies a {
        color: #D9D5F7;
    }

    .grid-container a {
        text-decoration: none;
        color: #000000;
        display: inline-block;
        /* Ensures the entire text and image are clickable */
    }

    .grid-container a h3 {
        font-size: 18px;
        font-weight: 500;
        /* Regular weight */
        color: #000000;
        margin: 0;
    }

    .grid-container a:hover h3 {
        color: #F3C948;
    }

    .grid-container-explore a {
        text-decoration: none;
        color: #000000;
        display: inline-block;
        /* Ensures the entire text and image are clickable */
    }

    .section.section-help-desk .grid-container-explore a h3 {
        font-size: 24px;
        font-weight: 500;
        /* Regular weight */
        color: #000000;
    }

    .grid-container-explore a h3 {
        font-size: 18px;
        font-weight: 500;
        /* Regular weight */
        color: #000000;
    }

    .grid-container-explore a:hover h3 {
        color: #F3C948;
    }

    .hs-search-field__input {
        background-color: #FFFFFF;
        padding: 15px;
        border-radius: 7px;
        border: 1px solid #ccc;
        width: 34%;
    }

    #hs_cos_wrapper_hs_kb-search-input-module_ svg {
        height: 0px;
    }

    .hs-search-field__button {
        background-color: #79709E;
        padding: 15px;
        border-radius: 3px 7px 7px 3px;
        border: none;
        cursor: pointer;
        color: white;
        width: 16%;
        margin-left: -70px;
    }

    #hs_kb-search-input-module-input:focus {
        outline: none;
        box-shadow: none;
    }

    .hs-search-field__button:hover {
        background-color: #665F8A;
    }

    .section.resourcesSec h2 {
        margin: 0 0 10px;
    }

    .section.resourcesSec {
        padding: 20px;
    }

    @media (max-width: 1024px) {
        .footer-Knb-links {
            flex-wrap: wrap;
        }
    }

    @media (max-width: 768px) {
        .footer-Knb-nav div {
            width: 100%;
        }

        .section-footer-Knb {

            flex-direction: column;
        }

        .grid-item-1 h4 {

            text-align: center;
        }

        .conainer-w {
            width: 100% !important;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-Knb {
            background-color: #E9E6FF;
            color: black;
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hs-search-field__input {
            background-color: #FFFFFF;
            padding: 20px;
            border-radius: 8px;
            border: 1px solid #ccc;
            width: 70%;
        }
    }

    .grid-item-Ref {
        background: white;
        padding: 32px;
        border-radius: 10px;
        border: 1px solid rgba(213, 213, 213, 1);
        text-align: center;
    }

    .play-button-container span.triangle-play img {
        display: none !important;
    }

    .footer-Knb-nav a {
        text-decoration: none;
        /* Removes underline */
        color: inherit;
        /* Uses the default text color */
    }

    .footer-Knb-nav a:hover {
        color: #E5974D;
        /* Changes color on hover */
    }

    .footer-Knb-links a:hover::after {
        transform: rotate(360deg) !important;
    }

    .footer-Knb-links a::after {
        transform: rotate(302deg) !important;
        transition: 0.5s ease !important;
    }

    @media (max-width: 991px) {

        .certifyFooter {
            margin-bottom: 30px !important;
        }
    }

.hidden {
        display: none;
    }

    .header__top {
        display: none;
    }

    .header__wrapper {
        width: 80%
    }

    #hs_cos_wrapper_knowledgebase_header .button {
        border-radius: 11px;
        background-color: rgba(243, 201, 72, 1);
        color: #000;
        padding: 10px 15px;
        text-decoration: none;
    }

    .hs-search-field {
        margin: auto;
        max-width: 650px;
    }

    #main-content {
        padding-bottom: 30px;
    }

    #hs_cos_wrapper_hs_kb-search-input-module .hs-search-field__bar>form>label {
        color: #000;
        text-align: center;
    }

    .hs-kb-content h1 {
        color: #000;
    }

    a.hs-kb-category-accordion_link {
        color: #000;
        margin: 9px 0;
    }