.header__container {
    min-height: 900px;
    background-image: url('../images/hero-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FFFFFF;
    line-height: 1.5;
}

header {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5.2%
}

.nav__icon--blue {
    display: none;
}

/* Fixed state for the top header (only the <header> tag, not the container) */
.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
}

.header--fixed .logo {
    color: #E9450A;
}

.header--fixed .nav__text {
    color: #1C1C1C;
}

.header--fixed .nav__icon {
    display: none;
}

.header--fixed .nav__icon--blue {
    display: flex;
}

nav {
    display: flex;
    gap: 40px;
}

.logo {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.logo__image {
    max-width: 64px;
    height: auto;
    width: 100%;
    display: flex;
}

.logo__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.nav__icon {
    max-width: 24px;
}

.nav__icon img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.nav__link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
}

.nav__text {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
}

.sub-header {
    position: absolute;
    bottom: 0;
    padding: 0 5.2% 76px 5.2%;
}

.sub-header__title {
    font-size: 80px;
    font-weight: 700;
    color: #FFFFFF;
    max-width: 850px;
    line-height: 1.2;
}

.sub-header__description {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 850px;
    /* line-height: 1.5; */
    margin-top: 16px;
}

.advance-filter {
    display: flex;
    align-items: center;
    background-color: #E9450A;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
}

.advance-filter__wrapper {
    position: relative;
}

.advance-filter-button {
    display: flex;
    align-items: center;
}

.advance-filter__text {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 42px 40px;
    min-width: 388px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    outline: transparent;
    border: transparent;
}

.advance-filter__divider {
    width: 1px;
    height: 56px;
    background-color: #FFFFFF;
}

.advance-filter__icon {
    display: flex;
    align-items: center;
    padding: 44px 40px;
    cursor: pointer;
}

.advance-filter__icon img {
    max-width: 32px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.advance-filter__pop-up-container {
    position: absolute;
    bottom: 100%;
    background-color: #FFFFFF;
    width: 100%;
    display: none;
    flex-direction: column;
    padding: 24px 0 32px 0;
}

.advance-filter-pop-up-header-title {
    font-size: 32px;
    font-weight: 700;
    color: #E9450A;
    flex: 1;
}

.advance-filter-pop-up-header__title {
    flex: 1;
    font-size: 32px;
    font-weight: 700;
    color: #E9450A;
}

.advance-filter__section {
    padding: 0 24px;
    margin-top: 32px;
}

.advance-filter__section-title {
    font-size: 20px;
    font-weight: 700;
    color: #122643;
}

.advance-filter-pop-up-header {
    display: flex;
    padding: 0 20px 0 24px;
}

.advance-filter__options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
    gap: 20px;
    padding-bottom: 21px;
}

.advance-filter__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.advance-filter__label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    position: relative;
    color: #101828;
}

.advance-filter__label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #c7c7c7;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
}

.advance-filter__checkbox:checked+span,
.advance-filter__label:has(input:checked)::before {
    content: "✔";
    background: #e84c1a;
    border-color: #e84c1a;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advance-filter-pop-up-header__close-icon {
    cursor: pointer;
}

.search-by-category {
    background-color: #FAF4F7;
    padding: 60px 0;
}

.search-by-category__container {
    max-width: 1200px;
    margin: 0 auto;
}

.title-section__header {
    width: fit-content;
    border-bottom: 2px solid #DCDCDC;
    position: relative;
}

.title-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #1C1C1C;
    padding-bottom: 22px;
    line-height: 1.25;
}

.title-section__divider {
    display: flex;
    height: 4px;
    width: 120px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.search-by-category__header-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    background-color: #E9EDF7;
    cursor: pointer;
    /* line-height: 1.5; */
}

.search-by-category__header-title {
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
}

.search-by-category__body {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    row-gap: 32px;
}

.search-by-category__caret-down-icon {
    display: flex;
    align-items: center;
}

.search-by-category__item-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.search-by-service__link {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    background-color: #FFFFFF;
    border-radius: 90px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    border: 1px solid #EDEDED;
    cursor: pointer;
    /* line-height: 1.5; */
}

.search-by-service__link.active {
    color: #FFFFFF;
    background-color: #E9450A;
}

.search-by-location__link {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    background-color: #FFFFFF;
    border-radius: 90px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    border: 1px solid #EDEDED;
    cursor: pointer;
    /* line-height: 1.5; */
}

.search-by-location__link.active {
    color: #FFFFFF;
    background-color: #E9450A;
}

.search-by-location__body-item {
    display: flex;
    flex-direction: column;
    padding: 16px 32px 24px 32px;
    background-color: #FFFFFF;
}

.search-by-location__item-sublist {
    margin: 24px 0 0 0;
}

.search-by-location__item-sublist {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.search-by-location__item-sublist.active {
    display: grid;
}

.search-by-category__link {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    background-color: #FFFFFF;
    border-radius: 90px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    border: 1px solid #EDEDED;
    cursor: pointer;
    /* line-height: 1.5; */
}

.search-by-category__link.active {
    color: #FFFFFF;
    background-color: #E9450A;
}

.search-by-category__body-item {
    display: flex;
    flex-direction: column;
    padding: 16px 32px 24px 32px;
    background-color: #FFFFFF;
}

.search-by-category__item-sublist {
    margin: 24px 0 0 0;
}

.search-by-category__item-sublist {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.search-by-category__item-sublist.active {
    display: grid;
}

/* Custom radio button styling for location filter */
.search-by-category__item-sublist-radio {
    /* Reset the native look */
    appearance: none;
    -webkit-appearance: none;
    /* Size tuned to the reference image */
    width: 24px;
    height: 24px;
    /* Unchecked border */
    border: 2px solid #CFCFCF;
    border-radius: 50%;
    background: #fff;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: border-color 0.15s ease-in-out;
}

.search-by-category__item-sublist-radio:checked {
    /* Red-ish ring when checked */
    border-color: #FF3D00;
    /* ring color */
}

.search-by-category__item-sublist-radio:checked::before {
    content: '';
    display: block;
    width: 8px;
    /* small inner dot */
    height: 8px;
    background: #FF5A1F;
    /* inner dot color (orange) */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Optional hover focus polish */
.search-by-category__item-sublist-radio:hover {
    border-color: #D6D6D6;
}

.search-by-category__item-sublist-radio:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 61, 0, 0.2);
}

/* Fallback for environments where custom appearance is not supported */
input[type="radio"].search-by-category__item-sublist-radio {
    accent-color: #FF3D00;
}

.search-by-category__item-sublist-radio {
    width: 16px;
    height: 16px;
    color: #E9450A;
}

.search-by-category__item-sublist-text {
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: fit-content;
    cursor: pointer;
}

.search-by-category__item-sublist-label {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    display: flex;
    column-gap: 8px;
    align-items: center;
    /* line-height: 1.5; */
}

.search-by-category__show-more-button {
    font-size: 16px;
    font-weight: 500;
    color: #F1EFED;
    background-color: #E9450A;
    border: transparent;
    outline: transparent;
    padding: 16px;
    cursor: pointer;
    width: 100%;
    /* line-height: 1.5; */
}

.search-by-category__footer {
    margin-top: 32px;
}

/* End search by category */


/* Start search by location */
.search-by-location {
    background-image: url('../images/search-by-location-bg.webp');
    min-height: 974px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-color: #FAF7F3;
}

/* --- Search by location (prefecture + district) --- */
.search-by-location__lists {
    display: flex;
    flex-direction: column;
}

.search-by-location__prefecture-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 32px;
    color: #1C1C1C;
}

.search-by-location__prefecture-item {
    padding: 10px 12px;
    border-radius: 90px;
    font-size: 16px;
    font-weight: 400;
    /* line-height: 1.5; */
    background-color: #FFFFFF;
    color: #1C1C1C;
    cursor: pointer;
}

.search-by-location__prefecture-item.active {
    color: #FFFFFF;
    background-color: #E9450A;
}

.search-by-location__district-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 16px;
    padding: 0 32px 16px 32px;
}

.search-by-location__district-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: fit-content;
    padding: 6px 0;
}

.search-by-location__district-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-by-location__district-item-icon img {
    width: 20px;
    height: 20px;
}

.search-by-location__district-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #E9450A;
    /* line-height: 1.5; */
}

.search-by-location__container {
    position: absolute;
    bottom: 0;
    max-width: 1820px;
    width: 100%;
    background-color: #FFFFFF;
}

.search-by-location__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

.search-by-category__list-location {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.list-location__link {
    border: 1px solid #EDEDED;
    border-radius: 90px;
    padding: 10px 12px;
    color: #101828;
    line-height: 1.35;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.search-by-location__body {
    background-color: #FAF8F5;
    margin-top: 32px;
}

.search-by-location__region-button {
    font-size: 20px;
    font-weight: 500;
    color: #101828;
    background-color: transparent;
    border: transparent;
    outline: transparent;
    padding: 13px 32px;
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    /* line-height: 1.5; */
    cursor: pointer;
}

.search-by-location__region-button.active {
    font-weight: 700;
    color: #E9450A;
    border-bottom: 2px solid #E9450A;
}

/* End search by location */


/* Start case resolved */
.case-resolved {
    background: linear-gradient(to bottom, #FFFFFF 0px, #FFFFFF 245px, #F7FAF7 245px, #F7FAF7 100%);
    margin: 0;
    min-height: 723px;
    display: flex;
}

.case-resolved__container {
    max-width: 1820px;
    width: calc(100% - 5.2%);
    margin-left: 5.2%;
    background-color: #F5F1EA;
    padding-bottom: 60px;
}

.case-resolved__wrapper {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 60px 0 0 0;
    transform: translateX(-100px);
}

.case-resolved__subtitle {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #636363;
}

/* Carousel */
.case-resolved__carousel {
    margin-top: 32px;
    position: relative;
    margin-left: 210px;
}

.case-resolved__carousel-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    scroll-snap-type: x mandatory;
}

.case-resolved__carousel-track::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Opera */
}

/* Case Card */
.case-card__content {
    padding: 20px 20px 16px 20px;
}

.case-card {
    min-width: 384px;
    max-width: 384px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.case-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.case-card__tags {
    display: flex;
    gap: 8px;
}

.case-card__tag {
    display: inline-flex;
    padding: 7px 10px;
    background: #FFFFFF;
    border: 1px solid #B0B0B0;
    border-radius: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
}

.case-card__title {
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 1.4;
    margin: 0;
    margin-top: 8px;
}

.case-card__excerpt {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 1.6;
    margin: 0;
    margin-top: 8px;
    flex-grow: 1;
}

.case-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.case-card__meta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-card__meta-text {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 1.4;
}

.case-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #F0F0F0;
}

.case-card__label {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 1.4;
}

.case-card__amount {
    font-size: 32px;
    font-weight: 700;
    color: #E9450A;
    line-height: 1.2;
}

/* Carousel Controls */
.case-resolved__carousel-controls {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 32px;
    max-width: 1200px;
}

.carousel-control {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #B0B0B0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #636363;
}

.carousel-control:hover {
    border-color: #E9450A;
    color: #E9450A;
}

.carousel-control--prev {
    color: #636363;
}

.carousel-control--next {
    color: #E9450A;
    border-color: #E9450A;
}

.carousel-control--prev:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.carousel-control--next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* End case resolved */

/* Start Useful Legal Information */
.useful-legal-info {
    background-color: #F8F7F4;
    padding: 60px 0;
}

.useful-legal-info__container {
    max-width: 1200px;
    margin: 0 auto;
}


.legal-terrace {
    display: flex;
    padding: 40px;
    column-gap: 10px;
    background-color: #FFFFFF;
}

.legal-terrace__content {
    padding: 25px 32px 25px 0;
    display: flex;
    flex-direction: column;
}

.legal-terrace__image {
    max-width: 512px;
    width: 100%;
}

.legal-terrace__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.legal-terrace__title {
    font-size: 32px;
    font-weight: 700;
    color: #1E4BB1;
    margin-top: 8px;
    /* line-height: 1.5; */
}

.legal-terrace__description {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    margin-top: 8px;
}

.legal-terrace__link {
    display: flex;
    align-items: center;
    margin-top: 8px;
    column-gap: 6px;
}

.legal-terrace__link-icon {
    display: flex;
    align-items: center;
}

.legal-terrace__link-text {
    font-size: 16px;
    font-weight: 500;
    color: #2C5AA0;
}

.legal-terrace-pref-list {
    margin-top: 32px;
    padding: 24px 40px;
    background-color: #FFFFFF;
}

.legal-terrace-pref-list__title {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
}

.legal-terrace-pref-list__title::before {
    content: '';
    display: inline-block;
    height: 36px;
    width: 8px;
    background-color: #1E4BB1;
    position: absolute;
    left: -40px;
}

.legal-terrace-pref-list__lead {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    margin-top: 8px;
}

.legal-terrace-pref-list__table-wrapper {
    margin-top: 24px;
}

#legal-terrace-name {
    width: 26%;
}

#legal-terrace-location {
    width: 54%;
}

#legal-terrace-phone {
    width: 20%;
}

.legal-terrace-pref-list__table-container {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #EDEDED;
}

.legal-terrace-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    overflow: hidden;
}

.legal-terrace-table__header-cell {
    padding: 14px 16px;
    text-align: left;
    background-color: #F5F1EA;
    color: #2C5AA0;
    font-size: 16px;
    font-weight: 700;
}

.legal-terrace-cell {
    padding: 14px 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    border: 1px solid #F4F4F4;
}

.legal-terrace-cell a {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.legal-terrace-pref-list__note {
    font-size: 16px;
    font-weight: 700;
    color: #636363;
    margin-top: 24px;
}

.legal-terrace-pref-list__lead--bold {
    font-weight: 700;
    color: #1C1C1C;
    font-size: 16px;
}

/* End Useful Legal Information */

/* Start Usage Flow */
.usage-flow {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.usage-flow__container {
    max-width: 1200px;
    margin: 0 auto;
}

.usage-flow__steps {
    margin-top: 32px;
    display: grid;
    /* 3 columns 1 row */
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
}

.usage-flow-step {
    padding: 9px 24px 40px 24px;
    position: relative;
}

.usage-flow-step::after {
    content: '';
    display: block;
    width: 140px;
    height: 6px;
    background-color: #1E4BB1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.usage-flow-step__number {
    font-size: 90px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #b0c4de;
    text-stroke: 1px #b0c4de;
}

.usage-flow-step__icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.usage-flow-step__content {
    margin-top: 28px;
}

.usage-flow-step__label {
    font-size: 16px;
    font-weight: 700;
    color: #FF6B35;
}

.usage-flow-step__title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-top: 8px;
}

.usage-flow-step__description {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    margin-top: 8px;
}

/* End Usage Flow */

/* Start FAQ Section */
.faq {
    background-color: #F9F7F4;
    padding: 60px 0;
}

.faq__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    column-gap: 100px;
}

.title-section__header {
    width: fit-content;
}

.title-section__header-faq {
    max-width: 282px;
    width: fit-content;
}

.faq-title {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
}

.faq-item__summary {
    display: flex;
    padding: 24px 32px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.faq__content {
    flex: 1;
}

.faq-item__q-icon {
    display: flex;
}

.faq-item__question-wrapper {
    display: flex;
    flex: 1;
    column-gap: 16px;
    align-items: center;
}

.faq-item__question {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    flex: 1;
}

.faq-item__answer {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    column-gap: 16px;
    padding: 24px 32px;
    background-color: #FFFFFF;
    display: none;
    border-top: 1px solid #EDEDED;
}

.faq-item.active .faq-item__answer {
    display: flex;
}

.faq-item.active .faq-item__toggle-plus {
    display: none;
}

.faq-item.active .faq-item__toggle-minus {
    display: block;
}

.faq-item__toggle-minus {
    display: none;
}

.faq__more {
    display: flex;
    justify-content: end;
    margin-top: 16px;
}

.faq__more-link {
    display: flex;
    background-color: #E9450A;
    align-items: center;
    width: fit-content;
}

.faq__more-text {
    font-size: 16px;
    font-weight: 500;
    color: #F7F5F4;
    padding: 16px;
}

.faq__more-arrow {
    display: flex;
    align-items: center;
}

.faq__more-arrow {
    padding: 16px;
}

.faq__more-divider {
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
}

/* End FAQ Section */


/* Start Footer */
footer {
    background-color: #47413E;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer__content {
    padding: 32px 0 32px 0;
    display: flex;
    column-gap: 40px;
}

.footer__column {
    flex: 1;
}

.footer__nav {
    flex: 1;
    max-width: 208px;
    width: 100%;
}

.footer__column-title {
    font-size: 16px;
    font-weight: 700;
    color: #E9450A;
    padding-bottom: 8px;
    border-bottom: 1px solid #636363;
    position: relative;
}

.footer__column-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    background-color: #E9450A;
    position: absolute;
    bottom: -1px;
}

.footer__column-group {
    display: flex;
    margin-top: 20px;
}

.footer__list-item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer__link {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
}

.footer__list-item-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__list-sub-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__sublink {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__sublink::before {
    content: '';
    background-color: #E9450A;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 16px;
}

.footer__list-sub-item--right-caret {
    max-width: 20px;
    width: 100%;
    display: flex;
    margin-left: 8px;
}

.footer__link--red {
    color: #E9450A;
}

.footer__bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid #515151;
}

.footer__bottom-links {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 0 14px 0;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer__logo-link {
    font-size: 24px;
    font-weight: 700;
    color: #ED6A3B;
}

.footer__bottom-link {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__copyright {
    padding: 20px 0;
    background-color: #272422;
}

.footer__copyright-text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

/* End Footer */
