:root {
    --footer-color-font: #4D7399;
    --footer-color-title-font: #000;
    --footer-color-background: #EDEDED;
    --footer-font-size-extra-large: 32px;
    --footer-font-size-large: 24px;
    --footer-font-size-medium: 18px;
    --footer-font-size-regular: 16px;
    --footer-font-size-small: 14px;
}

.fragment-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    color: var(--footer-color-font);
    background-color: var(--footer-color-background);
}

.fragment-footer__container {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.fragment-footer__title {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    text-decoration: none;
    color: inherit;
}

.fragment-footer__title a {
    display: flex;
    height: 37px;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    color: var(--footer-color-title-font);
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-family: Inter;
    font-size: var(--footer-font-size-large);
    font-style: normal;
    font-weight: 500;
    line-height:normal;
    white-space: nowrap;
}

.fragment-footer__policy-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    align-items: center;
    align-content: center;
    row-gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
}

.fragment-footer__policy-link {
    width: 160px;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    align-self: stretch;
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-family: Inter;
    font-size: var(--footer-font-size-regular);
    font-style: normal;
    line-height: 24px;
    cursor: pointer;
}

.fragment-footer__policy-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
}

.fragment-footer__business {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.fragment-footer__business-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    color: var(--footer-color-font);
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-family: Inter;
    font-size: var(--footer-font-size-small);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.fragment-footer__business-value {
    margin: 0;
}

.fragment-footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}