.locations-map {
    position: relative;
    width: 100%;
    container-type: inline-size;
    container-name: locationsMapSVG;
}

.locations-map .locations-map__canvas {
    position: relative;
    width: 100%;
}

.locations-map .locations-map__canvas svg {
    display: block;
    width: 100%;
    height: auto;
}

.locations-map .locations-map__canvas .locations-map-label-layer,
.locations-map .locations-map__canvas .locations-map-state-label {
    pointer-events: none !important;
}

.locations-map .locations-map__canvas .locations-map-state-label {
    fill: #5a5a5a !important;
    stroke: none !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    user-select: none !important;
}

.locations-map .mapsvg-top-container {
    display: none !important;
}

.locations-map .locations-map__canvas path.locations-map-region--licensed {
    cursor: pointer;
}

.locations-map .locations-map__canvas path.locations-map-region--active {
    filter: brightness(0.88);
}

.locations-map .locations-map__legend {
    position: absolute;
    right: 25px;
    bottom: 50px;
    z-index: 5;
    font-size: 14px;
    line-height: 1;
    color: #5a5a5a;
}

.locations-map .locations-map__legend-title {
    margin-bottom: 15px;
    font-weight: 500;
    color: #5a5a5a;
}

.locations-map .locations-map__legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.locations-map .locations-map__legend-color {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.locations-map .locations-map__legend-color--licensed {
    background: #ffc001;
}

.locations-map .locations-map__legend-color--progress {
    background: #dcdcdc;
}

.locations-map .locations-map-tooltip {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 230px;
    padding: 10px 15px;
    color: #5a5a5a;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, .35));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, calc(-100% - 14px));
    transition: opacity .16s ease,
    visibility .16s ease;
}

.locations-map .locations-map-tooltip::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    transform: translateX(-50%) rotate(45deg);
}

.locations-map .locations-map-tooltip--visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.locations-map .locations-map-tooltip__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #5a5a5a;
}

.locations-map .locations-map-tooltip__rates {
    padding: 10px;
    border-radius: 5px;
    background: #eaeaea;
}

.locations-map .locations-map-tooltip__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.locations-map .locations-map-tooltip__row strong {
    white-space: nowrap;
    font-weight: 600;
}

.locations-map .locations-map-tooltip__link {
    display: inline-block;
    margin-top: 5px;
    color: #ffc001;
    font-size: 12px;
    text-decoration: none !important;
}

.locations-map .locations-map-tooltip__link:hover {
    text-decoration: underline !important;
}

.locations-page {
    max-width: 1300px;
    margin: 60px auto 0;
}

.locations-page .locations-hero {
    max-width: 1200px;
    margin: 0 auto;
}

.locations-page .locations-hero h1 {
    color: #5a5a5a;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}

.locations-page .locations-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 60px;
    margin-top: 80px;
    overflow: visible;
    position: relative;
}

.locations-page .locations-container .locations-right {
    position: sticky;
    top: 30px;
    align-self: start;
    min-width: 0;
}

.locations-page .locations-container .state-licensed,
.locations-page .locations-container .state-licensed-info,
.locations-page .locations-container .state-licensed-choose,
.locations-page .locations-container .state-licensed-faq {
    margin-bottom: 60px;
}

.locations-page .locations-container .state-licensed .title-licensed {
    font-size: 22px;
    font-weight: 600;
    color: #5a5a5a;
}

.locations-page .locations-container .state-licensed .state-licensed-item.is-extra {
    display: none;
}

.locations-page .locations-container .state-licensed-list.is-expanded .state-licensed-item.is-extra {
    display: flex;
}

.locations-page .locations-container .state-licensed-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #5a5a5a;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 3px;
    border-bottom: 2px solid #ffc001;
    line-height: unset;
    min-height: unset;
}

.locations-page .locations-container .state-licensed-toggle:hover {
    box-shadow: none !important;
    color: #ffc001 !important;
}


.locations-page .locations-container .state-licensed-toggle:focus {
    color: #5a5a5a !important;
}

.locations-page .locations-container .state-licensed-toggle-icon {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.locations-page .state-licensed-list.is-expanded .state-licensed-toggle-icon {
    transform: rotate(-90deg);
}

.locations-page .state-licensed-list {
    margin-top: 30px;
}

.locations-page .state-licensed-list .state-licensed-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 60px;
}

.locations-page .state-licensed-list .state-licensed-items .state-licensed-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 30px;
    border-radius: 10px;
    background: #fff;
    color: #5a5a5a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04),
    0 10px 30px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease,
    transform 0.2s ease;
}

.locations-page .state-licensed-list .state-licensed-items .state-licensed-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.11);
}

.locations-page .state-licensed-list .state-licensed-items .state-licensed-item .name {
    font-weight: 700;
    font-size: 16px;
    color: #9b9b9b;
    flex: 1;
    min-width: 0;
}

.locations-page .state-licensed-list .state-licensed-items .state-licensed-item .licensed-no {
    font-size: 14px;
    color: #5a5a5a;
    flex-shrink: 0;
    text-align: right;
    white-space: nowrap;
    margin-right: 20px;
}

.locations-page .state-licensed-list .state-licensed-items .state-licensed-item .icon {
    width: 22px;
    height: 22px;
}

.locations-page .locations-container h2 {
    font-size: 25px;
    font-weight: 600;
    color: #5a5a5a;
    margin-bottom: 20px;
}

.locations-page .locations-container h2 span {
    color: #ffc001;
}

.locations-page .locations-container p,
.locations-page .locations-container li {
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 5px;
}

.locations-page .locations-container .state-licensed-info p a {
    color: #ffc001;
}

.locations-page .locations-container .state-licensed-info p a:hover {
    text-decoration: underline;
}

.locations-page .semi-bold {
    font-weight: 600;
}

.locations-page .state-licensed-info .option {
    display: grid;
    grid-template-columns: 60px 1fr;
    margin-top: 20px;
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.locations-page .state-licensed-info .option img {
    max-width: 40px;
    height: auto;
    text-align: center;
}

.locations-page .state-licensed-info .option.rate img {
    transform: rotate(-15deg);
}

.locations-page .state-licensed-info .view-licensing {
    font-size: 12px;
    color: #5a5a5a;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.locations-page .state-licensed-info .view-licensing:hover {
    color: #ffc001;
    text-decoration: underline;
}

.locations-page .state-licensed-choose .state-licensed-choose-list {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.locations-page .state-licensed-choose .state-licensed-choose-list .choose-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 15px;
}

.locations-page .state-licensed-choose .state-licensed-choose-list .choose-item img {
    height: 100%;
    max-height: 80px;
}

.locations-page .state-licensed-choose .state-licensed-choose-list .choose-item .title {
    font-weight: 700;
    font-size: 14px;
    color: #ffc001;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.locations-page .state-licensed-choose .state-licensed-choose-list .choose-item .description {
    font-size: 12px;
}

.locations-page .state-licensed-choose .state-licensed-choose-report {
    max-width: 850px;
    display: flex;
    gap: 15px;
    margin: 0 auto;
}

.locations-page .state-licensed-choose .state-licensed-choose-report .report-item {
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 10px 0;
    background-color: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.locations-page .state-licensed-choose .state-licensed-choose-report .report-item:hover {
    border: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.11);
}

.locations-page .state-licensed-choose .state-licensed-choose-report .report-item .report-item-number {
    font-size: 25px;
    color: #ffc001;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}

.locations-page .state-licensed-choose .state-licensed-choose-report .report-item .report-item-label {
    color: #8a8a8a;
    font-size: 14px;
    margin-bottom: 0;
}

.locations-page .state-licensed-choose .state-licensed-choose-report a.report-item:hover .report-item-label {
    color: #ffc001;
    text-decoration: underline;
}

.locations-page .state-licensed-share {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    display: flex;
    gap: 15px;
    justify-content: end;
}

.locations-page .state-licensed-share .share-btn {
    width: 38px;
    height: 38px;
    color: #5a5a5a;
    border-radius: 50%;
    background: #ededed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: background 0.4s ease, color 0.15s ease-in-out;
}

.locations-page .state-licensed-share .share-btn:hover {
    background: linear-gradient(90deg, #ffc001 0%, #ffe079 100%);
    color: #fff;
}

.locations-page .state-licensed-share .share-btn svg {
    width: 22px;
    height: 22px;
}

.locations-page .state-licensed-share .share-copy {
    position: relative;
}

.locations-page .state-licensed-share .share-copy.copied::after {
    content: "Copied!";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #5a5a5a;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 1;
    pointer-events: none;
    transition: opacity .3s;
}

.locations-page .state-licensed-share .share-copy:not(.copied)::after {
    opacity: 0;
}

.locations-page .faq {
    margin: 80px auto 0;
    max-width: 800px;
}

.locations-page .faq .block-title {
    text-align: center;
}

.locations-page .faq .faqs-list {
    margin-top: 40px;
}

.locations-page .faq .faqs-list .faq-item {
    border-left: 4px solid #ffc001;
    background-color: #fff;
    border-radius: 1rem;
    flex-flow: column;
    padding: 15px 20px 15px 30px;
    display: flex;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.locations-page .faq .faqs-list .faq-item .faq-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}

.locations-page .faq .faq-item .faq-top .faq-question {
    font-size: 14px;
    font-weight: 500;
    color: #5a5a5a;
}

.locations-page .faq .faq-item .faq-top img {
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.locations-page .faq .faq-item.open .faq-top img {
    transform: rotate(180deg);
}

.locations-page .faq .faq-item .faq-bottom {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
    will-change: height, opacity;
}

.locations-page .faq .faq-item.open .faq-bottom {
    opacity: 1;
}

.locations-page .faq .faq-item .faq-answer {
    font-size: 12px;
    color: #6d6d6d;
    margin-top: 20px;
    flex-flow: column;
    width: 100%;
    display: flex;
    transform: translate3d(0px, 50%, 0px);
    opacity: 0;
    transform-style: preserve-3d;
    overflow-wrap: break-word;
    transition: transform 0.55s cubic-bezier(.4, 0, .2, 1), opacity 0.45s ease;
}

.locations-page .faq .faq-item.open .faq-answer {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
}

.locations-page .faq .faq-item .faq-answer .faq-answer-inner {
    transform: translateY(-6px);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: auto;
}

.locations-page .faq .faq-item.open .faq-answer .faq-answer-inner {
    transform: translateY(0);
}

.locations-page .faq .faq-item .faq-answer .faq-answer-inner p,
.locations-page .faq .faq-item .faq-answer .faq-answer-inner a,
.locations-page .faq .faq-item .faq-answer .faq-answer-inner li {
    font-size: 12px;
}

.locations-page .faq .faq-item .faq-answer .faq-answer-inner a {
    color: #ffc001;
}

.locations-page .faq .faq-item .faq-answer .faq-answer-inner a:hover {
    text-decoration: underline;
}

.locations-page .locations-right .btn-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 16px;
    background: #5a5a5a;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.locations-page .locations-right .btn-action img {
    width: 30px;
    height: auto;
    transition: transform 0.25s ease;
}

.locations-page .locations-right .btn-action:hover {
    background: #333;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.locations-page .locations-right .btn-action img {
    transform: translateX(4px);
}

.locations-page .locations-right .featured-rate {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 30px 30px 20px;
}

.locations-page .locations-right .featured-rate .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #5a5a5a;
}

.locations-page .locations-right .featured-rate .scenario {
    color: #797979;
    font-size: 12px;
}

.locations-page .locations-right .featured-rate .updated-at {
    font-size: 10px;
    color: #9b9b9b;
    text-align: center;
}

.locations-page .locations-right .featured-rate .rates-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.locations-page .rates-info {
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 50%;
    color: #1565c0;
    cursor: pointer;
    margin-left: 5px;
    transition: all .2s ease-in-out;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    position: relative;
    z-index: 3;
    line-height: 13px;
    border: 2px solid #1565c0;
}

.locations-page .rates-info:hover {
    border-color: #003a7b;
    color: #003a7b;
}

.locations-page .rates-info .rates-tooltip {
    position: absolute;
    left: -70px;
    bottom: calc(100% + 15px);
    width: 300px;
    max-width: calc(100vw - 30px);
    padding: 12px 14px;
    box-sizing: border-box;
    color: #5a5a5a;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
    z-index: 10;
}

.locations-page .rates-info .rates-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 70px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
}

.locations-page .rates-info .rates-tooltip a {
    color: #ffc001;
}

.locations-page .rates-info .rates-tooltip a:hover {
    text-decoration: underline;
}

.locations-page .rates-info:hover .rates-tooltip,
.locations-page .rates-info:focus .rates-tooltip,
.locations-page .rates-info:focus-within .rates-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.locations-page .locations-right .featured-rate .label {
    font-size: 14px;
    color: #5a5a5a;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.locations-page .locations-right .featured-rate .value {
    font-size: 20px;
    color: #1565c0;
    font-weight: bold;
}

.locations-page .locations-right .featured-rate .btn-rate-quote {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #1565c0;
    padding: 6px;
    border-radius: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.locations-page .locations-right .featured-rate .btn-rate-quote:hover {
    background: #003a7b;
}

.location-state-page p {
    font-size: 14px;
    color: #5a5a5a;
}

.location-state-page .state-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50%;
    gap: 80px;
    align-items: center;
}

.location-state-page .state-header .state-header-left h1 {
    font-size: 35px;
    color: #5a5a5a;
    font-weight: 500;
}

.location-state-page .state-header .state-header-left h1 span {
    color: #ffc001;
    font-weight: 600;
}

.location-state-page .state-header .state-header-left .description {
    margin: 30px 0;
}

.location-state-page .state-header .state-header-left .btn-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.location-state-page .state-header .state-header-left .btn-list .btn {
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    width: max-content;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

.location-state-page .state-header .state-header-left .btn-list .btn-approval {
    background: #ffc001;
    color: #fff;
}

.location-state-page .state-header .state-header-left .btn-list .btn-contact {
    background: transparent;
    color: #ffc001;
    border: 1px solid #ffc001;
}

.location-state-page .state-header .state-header-left .btn-list .btn-approval:hover {
    box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
    color: #ffffff;
}

.location-state-page .state-header .state-header-left .btn-list .btn-contact:hover {
    background: #ffc001;
    color: #fff;
}

.location-state-page .state-header .state-header-right {
    position: relative;
    max-width: 640px;
    justify-self: end;
    padding-right: 50px;
}

.location-state-page .state-header .state-header-right .state-rate {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-left: auto;
}

.location-state-page .state-header .state-header-right .rate-card {
    position: absolute;
    left: -7%;
    top: 25%;
    max-width: 380px;
}

.location-state-page .state-header .state-header-right .rate-card .card-item {
    display: grid;
    align-items: center;
    justify-items: center;
    inset: 0;
    grid-template-columns: 2fr 1fr;
    padding: 0 8%;
    position: absolute;
    text-align: center;
}

.location-state-page .state-header .state-header-right .rate-card .state-rate-img {
    position: relative;
}

.location-state-page .state-header .state-header-right .rate-card .label {
    font-weight: 500;
    margin-bottom: 5px;
    color: #5a5a5a;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-state-page .state-header .state-header-right .rate-card .rates-info {
    color: #c9c9c9;
    border-color: #c9c9c9;
}

.location-state-page .state-header .state-header-right .rate-card .rates-info:hover {
    color: #5a5a5a;
    border-color: #5a5a5a;
}

.location-state-page .state-header .state-header-right .rate-card .value {
    color: #ffc001;
    display: inline-flex;
    align-items: baseline;
}

.location-state-page .state-header .state-header-right .rate-card .interest-rate span {
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
}

.location-state-page .state-header .state-header-right .rate-card .interest-rate sup {
    font-weight: 700;
    font-size: 27px;
}

.location-state-page .state-header .state-header-right .rate-card .apr span {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
}

.location-state-page .state-header .state-header-right .rate-card .apr sup {
    font-weight: 700;
    font-size: 15px;
}

.location-state-page .state-header .state-header-right .scenario {
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 20px;
    line-height: 1.4;
}

.location-state-page .locations-container {
    margin-bottom: 60px;
}

.location-state-page .locations-container p,
.location-state-page .locations-container li {
    margin-bottom: 10px;
}

.location-state-page .locations-container li {
    padding-left: 15px;
}

.location-state-page .locations-container ul {
    margin: 15px 0 15px 25px;
}

.location-state-page .locations-container ul li strong {
    font-weight: 600;
}

.location-state-page .locations-container ul li::marker {
    color: #ffc001;
}

.location-state-page .locations-container .home-financing,
.location-state-page .locations-container .why-work,
.location-state-page .locations-container .state-partner,
.location-state-page .locations-container .programs {
    margin-bottom: 60px;
}

.location-state-page .locations-container .why-work .why-work-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}

.location-state-page .locations-container .why-work .why-work-grid ul {
    flex: 3;
    min-width: 0;
}

.location-state-page .locations-container .why-work .why-work-grid .why-work-grid-right {
    flex: 2;
    min-width: 0;
    position: relative;
}

.location-state-page .locations-container .why-work .why-work-grid .why-work-grid-right::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 100%;
    height: 35px;
    background: url("../../assets/images/state/shadow.png") no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.location-state-page .locations-container .why-work .why-work-grid .state-thumbnail {
    aspect-ratio: 1;
    mask: url("../../assets/images/state/bubble.svg") center/contain no-repeat;
    -webkit-mask: url("../../assets/images/state/bubble.svg") center/contain no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-state-page .locations-container .why-work .why-work-grid .state-thumbnail img {
    width: auto;
    height: 100%;
    flex: none;
}

.location-state-page .locations-container .why-work .why-work-grid ul {
    margin-top: 0;
}

.location-state-page .state-partner .state-partner-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin: 30px 0 15px;
}

.location-state-page .state-partner .state-partner-benefits .benefit-item .image {
    width: 70px;
    height: 60px;
    display: flex;
    justify-content: start;
    align-items: end;
}

.location-state-page .state-partner .state-partner-benefits .benefit-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.location-state-page .state-partner .state-partner-benefits .benefit-item .benefit-title {
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 10px;
}

.location-state-page .programs .programs-list .programs-item.is-extra {
    display: none;
}

.location-state-page .programs .programs-list.is-expanded .programs-item.is-extra {
    display: block;
}

.location-state-page .programs .programs-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #5a5a5a;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 3px;
    line-height: unset;
    min-height: unset;
    align-self: flex-end;
}

.location-state-page .programs .programs-toggle:hover {
    box-shadow: none !important;
    color: #ffc001 !important;
}

.location-state-page .programs .programs-toggle:focus {
    color: #5a5a5a !important;
}

.location-state-page .programs .programs-toggle-icon {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
}

.location-state-page .programs .programs-list.is-expanded .programs-toggle-icon {
    transform: rotate(-90deg);
}

.location-state-page .programs a {
    color: #ffc001;
}

.location-state-page .programs a:hover {
    text-decoration: underline;
}

.location-state-page .programs .programs-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.location-state-page .programs .programs-list .programs-item {
    border-bottom: 1px solid #cecece;
    padding: 15px 20px 5px;
    transition: all .16s ease;
}

.location-state-page .programs .programs-list .programs-item:hover {
    border-bottom: 2px solid #ffc001;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 10px;
    transform: translateY(-6px);
}

.location-state-page .programs .programs-list .programs-item .name {
    font-size: 16px;
    font-weight: 600;
    color: #ffc001;
    margin-bottom: 0;
}

.location-state-page .live-rates {
    position: relative;
    max-width: 1300px;
    margin: 80px auto;
}

.location-state-page .live-rates .live-rates-left {
    background: #f6f6f6;
    border-radius: 16px;
    width: calc(100% - 310px);
    display: flex;
    align-items: center;
    padding: 20px 0 20px 30px;
}

.location-state-page .live-rates .live-rates-left .container {
    width: 80%;
}

.location-state-page .live-rates .live-rates-right {
    position: absolute;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
    max-width: 410px;
}

.location-state-page .live-rates .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.location-state-page .live-rates .description,
.location-state-page .live-rates .benefits .benefit-item {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 1.4;
}

.location-state-page .live-rates .description strong {
    font-weight: 600;
}

.location-state-page .live-rates .benefits {
    display: flex;
    gap: 15px;
}

.location-state-page .live-rates .benefits .benefit-item {
    display: inline-flex;
    gap: 5px;
}

.location-state-page .live-rates .benefits .benefit-item img {
    width: 11px;
    height: auto;
}

.location-state-page .live-rates a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #1565c0;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
    width: fit-content;
}

.location-state-page .live-rates a:hover {
    background: #003a7b;
}

.location-state-page .state-disclosure {
    border-top: 1px solid #a5a5a5;
    margin-top: 30px;
    padding-top: 20px;
}

.location-state-page .state-disclosure .title {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0;
}

.location-state-page .state-disclosure p {
    font-size: 12px;
}

.location-state-page .state-disclosure a {
    color: #ffc001;
}

.location-state-page .state-disclosure a:hover {
    text-decoration: underline;
}

.location-state-page .related-state {
    display: flex;
    gap: 10px;
    align-items: end;
    font-size: 14px;
    flex-wrap: wrap;
}

.location-state-page .related-state a {
    color: #5a5a5a;
    border: 1px solid #a5a5a5;
    border-radius: 20px;
    padding: 2px 15px;
    font-weight: 500;
    transition: all .16s ease
}

.location-state-page .related-state a:hover {
    color: #fff;
    background-color: #ffc001;
    border-color: #ffc001;
    transform: translateY(-2px);
}

@container locationsMapSVG (max-width: 1100px) {
    .locations-map .locations-map__legend {
        right: 0;
    }
}

@container locationsMapSVG (max-width: 960px) {
    .locations-map .locations-map__legend {
        position: unset;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1300px) {
    .locations-page {
        padding: 0 16px;
    }
}

@media screen and (max-width: 1180px) {
    .locations-page .locations-container {
        gap: 30px;
    }

    .locations-page .state-licensed-list .state-licensed-items {
        column-gap: 20px;
    }
}

@media screen and (max-width: 1080px) {
    .locations-page .locations-container {
        grid-template-columns: 1fr;
    }

    .locations-page .locations-container .locations-right {
        max-width: 500px;
        margin: 0 auto;
    }

    .location-state-page .state-header {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .location-state-page .state-header .state-header-right {
        justify-self: center;
        padding-right: 0;
    }
}

@media screen and (max-width: 880px) {
    .location-state-page .live-rates .benefits {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .location-state-page .live-rates .live-rates-left {
        padding: 15px 0 15px 30px;
    }

    .location-state-page .live-rates .live-rates-right {
        top: 47%;
    }
}

@media screen and (max-width: 860px) {
    .location-state-page .live-rates .live-rates-right {
        top: 51%;
    }
}

@media screen and (max-width: 767px) {
    .locations-map .locations-map-tooltip {
        position: fixed;
        top: auto !important;
        right: 16px;
        bottom: 18px;
        left: 16px !important;
        width: auto;
        max-width: none;
        transform: none;
    }

    .locations-map .locations-map-tooltip::after {
        display: none;
    }

    .locations-map .locations-map__legend {
        position: static;
        margin-top: 16px;
    }
}

@media screen and (max-width: 750px) {
    .locations-page .state-licensed-list .state-licensed-items {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .location-state-page .live-rates {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .location-state-page .live-rates .live-rates-left {
        width: 100%;
    }

    .location-state-page .live-rates .live-rates-right {
        position: unset;
        transform: none;
    }

    .location-state-page .live-rates .live-rates-left .container {
        width: 100%;
    }

    .location-state-page .locations-container .why-work .why-work-grid {
        flex-direction: column-reverse;
    }

    .location-state-page .locations-container .why-work .why-work-grid .why-work-grid-right {
        width: 80%;
    }

    .location-state-page .locations-container .why-work .why-work-grid {
        gap: 30px;
    }
}

@media screen and (max-width: 640px) {
    .locations-page .locations-container h2 {
        font-size: 20px;
    }

    .location-state-page .state-header .state-header-left h1,
    .locations-page .locations-hero h1 {
        font-size: 24px;
    }

    .locations-page .locations-container .state-licensed .title-licensed {
        font-size: 18px;
    }

    .location-state-page .state-header .state-header-right .rate-card {
        left: -2%;
    }

    .location-state-page .state-header .state-header-right {
        padding-right: 50px;
    }

    .location-state-page .state-header .state-header-right .state-rate {
        max-width: 300px;
    }

    .location-state-page .state-header .state-header-right .rate-card {
        max-width: 300px;
        left: 7%;
    }

    .location-state-page .state-header .state-header-right .rate-card .interest-rate span {
        font-size: 30px;
    }

    .location-state-page .state-header .state-header-right .rate-card .interest-rate sup {
        font-size: 18px;
    }

    .location-state-page .state-header .state-header-right .rate-card .apr span {
        font-size: 20px;
    }

    .location-state-page .state-header .state-header-right .rate-card .apr sup {
        font-size: 12px;
    }

    .location-state-page .locations-container .why-work .why-work-grid {
        gap: 20px;
    }
}

@media screen and (max-width: 576px) {
    .locations-page .state-licensed-list .state-licensed-items {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .locations-page .state-licensed-choose .state-licensed-choose-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .locations-page .state-licensed-choose .state-licensed-choose-report {
        flex-wrap: wrap;
    }

    .locations-page .state-licensed-choose .state-licensed-choose-report .report-item {
        min-width: 135px;
    }

    .location-state-page .state-header .state-header-right {
        padding-right: 0;
    }

    .location-state-page .state-header .state-header-right .state-rate {
        max-width: 250px;
    }

    .location-state-page .state-header .state-header-right .rate-card {
        max-width: 250px;
        left: 0;
    }

    .location-state-page .state-partner .state-partner-benefits {
        grid-template-columns: 1fr;
    }
}