.goniometer-buying-guide-how-to-use-table {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 96px !important;
    width: 100% !important;
    background: #FFFFFF !important;
}

.goniometer-buying-guide-how-to-use-table__stack,
.goniometer-buying-guide-how-to-use-table__proof-stack {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__stack {
    gap: 72px !important;
}


.goniometer-buying-guide-how-to-use-table__proof-stack {
    gap: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__top {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 24px !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__top-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 64px !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: calc(50% - 32px) !important;
    flex: 1 1 0 !important;
}

.goniometer-buying-guide-how-to-use-table__heading {
    margin: 0 !important;
    width: 100% !important;
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 60px !important;
    letter-spacing: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__subheading {
    margin: 0 !important;
    width: 100% !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: calc(50% - 32px) !important;
    flex: 1 1 0 !important;
}

.goniometer-buying-guide-how-to-use-table__guidance-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__guidance-dot {
    display: block !important;
    width: 8px !important;
    min-width: 8px !important;
    height: 8px !important;
    margin-top: 10px !important;
    border-radius: 2px !important;
    background: #1570EF !important;
}

.goniometer-buying-guide-how-to-use-table__guidance-text {
    margin: 0 !important;
    width: 100% !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__guidance-divider {
    width: 100% !important;
    height: 1px !important;
    background: #E4E7EC !important;
    margin: 24px 0 !important;
}

.goniometer-buying-guide-how-to-use-table__proof-card {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 32px !important;
    border: 1px solid #E4E7EC !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
}

.goniometer-buying-guide-how-to-use-table__proof-title {
    margin: 0 0 16px 0 !important;
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__proof-copy,
.goniometer-buying-guide-how-to-use-table__smallnote {
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400 !important;
}

.goniometer-buying-guide-how-to-use-table__proof-copy {
    font-size: 17px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__proof-copy p,
.goniometer-buying-guide-how-to-use-table__smallnote p {
    margin: 0 0 14px 0 !important;
    color: inherit !important;
    font: inherit !important;
}

.goniometer-buying-guide-how-to-use-table__proof-copy p:last-child,
.goniometer-buying-guide-how-to-use-table__smallnote p:last-child {
    margin-bottom: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__proof-copy a,
.goniometer-buying-guide-how-to-use-table__smallnote a,
.goniometer-buying-guide-how-to-use-table__references-list a {
    color: #175CD3 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.goniometer-buying-guide-how-to-use-table__proof-copy a:hover,
.goniometer-buying-guide-how-to-use-table__smallnote a:hover,
.goniometer-buying-guide-how-to-use-table__references-list a:hover {
    text-decoration: underline !important;
}

.goniometer-buying-guide-how-to-use-table__stat-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    margin-top: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__stat-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    padding: 24px !important;
    border: 1px solid #E4E7EC !important;
    border-top: 4px solid #1570EF !important;
    border-radius: 8px !important;
    background: #F9FAFB !important;
}

.goniometer-buying-guide-how-to-use-table__stat {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    color: #175CD3 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 700 !important;
    font-size: 34px !important;
    line-height: 42px !important;
}

.goniometer-buying-guide-how-to-use-table__stat small {
    color: #344054 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
}

.goniometer-buying-guide-how-to-use-table__smallnote {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 28px !important;
    border: 1px solid #E4E7EC !important;
    border-left: 4px solid #175CD3 !important;
    border-radius: 8px !important;
    background: #F9FAFB !important;
    box-sizing: border-box !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__mark {
    width: 44px !important;
    height: 44px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #EFF8FF !important;
    color: #175CD3 !important;
    font-family: Georgia, serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__body {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__title {
    margin: 0 !important;
    color: #101828 !important;
    font-family: Inter, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__text {
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__text p {
    margin: 0 0 12px 0 !important;
    color: inherit !important;
    font: inherit !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__text p:last-child {
    margin-bottom: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__author {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    margin: 4px 0 0 0 !important;
    color: #667085 !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__author strong {
    color: #101828 !important;
    font-weight: 700 !important;
}

.goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__author a {
    color: #175CD3 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.goniometer-buying-guide-how-to-use-table__unis {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 24px 0 28px 0 !important;
}

.goniometer-buying-guide-how-to-use-table__uni {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 6px 12px !important;
    border: 1px solid #D0D5DD !important;
    border-radius: 999px !important;
    background: #F9FAFB !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

.goniometer-buying-guide-how-to-use-table__references-heading {
    margin: 0 !important;
    color: #22212A !important;
    font-family: Inter, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__references-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__references-list .use-case-template-reference-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 16px !important;
    border: 1px solid #E4E7EC !important;
    border-radius: 8px !important;
    background: #F9FAFB !important;
    box-sizing: border-box !important;
}

.goniometer-buying-guide-how-to-use-table__references-list .use-case-template-reference-content {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.goniometer-buying-guide-how-to-use-table__references-list .use-case-template-reference-number {
    flex: 0 0 auto !important;
    color: #175CD3 !important;
    font-weight: 700 !important;
}

.goniometer-buying-guide-how-to-use-table__references-list .use-case-template-reference-body {
    min-width: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__references-list .use-case-template-reference-body p {
    display: inline !important;
    margin: 0 !important;
    color: inherit !important;
    font: inherit !important;
}

.goniometer-buying-guide-how-to-use-table__sample-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 32px !important;
    border: 1px solid #E4E7EC !important;
    border-left: 4px solid #175CD3 !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
}

.goniometer-buying-guide-how-to-use-table__sample-copy,
.goniometer-buying-guide-how-to-use-table__sample-form-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
}

.goniometer-buying-guide-how-to-use-table__sample-eyebrow {
    color: #175CD3 !important;
    font-family: Inter, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}

.goniometer-buying-guide-how-to-use-table__sample-card .use-case-template-workflow-title {
    margin: 0 !important;
    color: #101828 !important;
    font-family: Inter, sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    letter-spacing: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__sample-card .use-case-template-workflow-content {
    color: #344054 !important;
    font-family: Inter, sans-serif !important;
    font-size: 17px !important;
    line-height: 28px !important;
}

.goniometer-buying-guide-how-to-use-table__sample-card .use-case-template-workflow-content p {
    margin: 0 0 14px 0 !important;
    color: inherit !important;
    font: inherit !important;
}

.goniometer-buying-guide-how-to-use-table__sample-card .use-case-template-workflow-content p:last-child {
    margin-bottom: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__sample-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: min(100%, 620px) !important;
}

.goniometer-buying-guide-how-to-use-table__sample-field {
    display: block !important;
    flex: 1 1 280px !important;
    min-width: 0 !important;
    margin: 0 !important;
}

.goniometer-buying-guide-how-to-use-table__sample-form input[type="email"] {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 13px 16px !important;
    border: 1px solid #D0D5DD !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
    color: #101828 !important;
    font-family: Inter, sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.goniometer-buying-guide-how-to-use-table__sample-submit {
    flex: 0 0 auto !important;
    min-height: 52px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.goniometer-buying-guide-how-to-use-table__sample-submit:disabled {
    cursor: wait !important;
    opacity: 0.72 !important;
}

.goniometer-buying-guide-how-to-use-table__submit-loader {
    display: none !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid rgba(255, 255, 255, 0.38) !important;
    border-top-color: #FFFFFF !important;
    border-radius: 999px !important;
    animation: gbg-sample-spin 0.75s linear infinite !important;
}

.goniometer-buying-guide-how-to-use-table__sample-submit.is-loading .goniometer-buying-guide-how-to-use-table__submit-loader {
    display: inline-block !important;
}

.goniometer-buying-guide-how-to-use-table__sample-note {
    color: #667085 !important;
    font-family: Inter, sans-serif !important;
    font-size: 13px !important;
    line-height: 20px !important;
}

.goniometer-buying-guide-how-to-use-table__sample-note a {
    color: #175CD3 !important;
    font-weight: 700 !important;
}

.goniometer-buying-guide-how-to-use-table__form-status {
    margin: 0 !important;
    padding: 12px 14px !important;
    border-radius: 6px !important;
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

.goniometer-buying-guide-how-to-use-table__form-status--success {
    background: #ECFDF3 !important;
    color: #027A48 !important;
}

.goniometer-buying-guide-how-to-use-table__form-status--error {
    background: #FEF3F2 !important;
    color: #B42318 !important;
}

@keyframes gbg-sample-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .goniometer-buying-guide-how-to-use-table,
    .goniometer-buying-guide-how-to-use-table__stack {
        gap: 60px !important;
    }

    .goniometer-buying-guide-how-to-use-table__top-content {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .goniometer-buying-guide-how-to-use-table__left,
    .goniometer-buying-guide-how-to-use-table__right {
        width: 100% !important;
    }

    .goniometer-buying-guide-how-to-use-table__heading {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .goniometer-buying-guide-how-to-use-table__stat-grid {
        grid-template-columns: 1fr !important;
    }

    .goniometer-buying-guide-how-to-use-table__sample-form {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .goniometer-buying-guide-how-to-use-table__sample-submit {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .goniometer-buying-guide-how-to-use-table,
    .goniometer-buying-guide-how-to-use-table__stack {
        gap: 48px !important;
    }

    .goniometer-buying-guide-how-to-use-table__heading {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .goniometer-buying-guide-how-to-use-table__subheading,
    .goniometer-buying-guide-how-to-use-table__guidance-text,
    .goniometer-buying-guide-how-to-use-table__proof-copy {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .goniometer-buying-guide-how-to-use-table__proof-card,
    .goniometer-buying-guide-how-to-use-table__quote-card,
    .goniometer-buying-guide-how-to-use-table__sample-card {
        padding: 22px !important;
    }

    .goniometer-buying-guide-how-to-use-table__proof-title {
        font-size: 21px !important;
        line-height: 30px !important;
    }

    .goniometer-buying-guide-how-to-use-table__stat {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .goniometer-buying-guide-how-to-use-table__quote-card {
        grid-template-columns: 1fr !important;
    }

    .goniometer-buying-guide-how-to-use-table__quote-card .use-case-validated-quote-card__text {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .goniometer-buying-guide-how-to-use-table__sample-card .use-case-template-workflow-title {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}
