﻿:root {
    --navheader-offset: 0px;
    --header-height: 112px;
    --navheader-relative-height: 80px;
}

.izYfDF {
    margin-right: var(--spacing-mini-2);
}

.lpdDoz {
    position: relative;
    background-color: transparent;
    height: 100%;
    font-size: 16px;
    margin: auto;
}

    .lpdDoz a {
        text-decoration: none;
        font-weight: var(--font-weight-medium);
        color: var(--text-color);
    }

    .lpdDoz ul {
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: 100%;
    }

        .lpdDoz ul li {
            list-style: none;
        }

.fzgNIP {
    flex-shrink: 0;
    height: 48px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .fzgNIP a {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        position: relative;
        height: 100%;
    }

@media (min-width: 768px) {
    .fZPnJc ul li, .fZPnJc ul .styles__Icon-sc-1n09aa0-0 {
        opacity: 1;
        pointer-events: initial;
    }
}

@media (min-width: 768px) {
    .fZPnJc ul li svg, .fZPnJc ul .styles__Icon-sc-1n09aa0-0 svg {
        height: var(--size-icon-md);
        width: var(--size-icon-md);
    }
}

.fzgNIP a svg {
    margin-left: 4px;
}

    .fzgNIP a svg path {
        fill: var(--text-color);
    }

.eQjEHL {
    opacity: 0;
}

.cjWNBg {
    list-style: none;
    gap: var(--space-xxs);
    height: fit-content;
    margin-bottom: 24px;
}

.bZyJcT .singleton {
    columns: 280px 1;
    column-gap: 0rem;
    width: 280px;
}

@media (min-width: 768px) {
    .bZyJcT .singleton {
        display: flex;
        flex-flow: wrap;
        align-items: flex-start;
        gap: var(--space-150, 24px) 32px;
        width: unset;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.bZyJcT .singleton:last-child {
    margin-bottom: 32px;
}

.gwIoHD {
    list-style: none;
    min-height: 22px;
}

.bZyJcT .singleton .column__ColumnItem-sc-1cs7iqt-1:not(:last-child) {
    margin-bottom: 0px;
}

.bZyJcT .singleton .column__ColumnItem-sc-1cs7iqt-1 {
    width: auto;
    text-align: center;
}

.gMthdR {
    display: inline-flex;
    min-height: 48px;
    min-width: 96px;
    padding: 0.5625rem 1rem;
    text-decoration: none;
    color: var(--text-color);
    border: 2px solid transparent;
    border-radius: var(--button-border-radius);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: unset;
}

.gFVvAZ {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 32px;
    max-width: 1520px;
    width: 100%;
    margin-bottom: -32px;
}

    .gFVvAZ :last-child {
        column-gap: 32px !important;
    }

.gwIoHD .styles__Button-sc-18sij4a-0 {
    padding: 0px;
    min-width: auto;
    min-height: auto;
}

.lpdDoz a {
    text-decoration: none;
    font-weight: var(--font-weight-medium);
    color: var(--text-color);
}

.cNmLhs {
    width: 100vw;
    height: 100vh;
    position: absolute;
    visibility: visible;
    top: 321px;
    z-index: 3;
}

.gmtnOB {
    width: 100vw;
    height: 100vh;
    position: absolute;
    visibility: hidden;
    top: 321px;
    z-index: 3;
}

    .gmtnOB .overlay-collider {
        z-index: 2;
        position: absolute;
        height: inherit;
        top: 0px;
        width: 100%;
    }
/*    .gmtnOB .overlay-blur {
        z-index: 1;
        opacity: 0;
        position: relative;
        height: 100vh;
        top: -257px;
        transition: opacity 333ms cubic-bezier(0, 0.01, 0.05, 1);
        background-color: rgba(26, 26, 26, 0.1);
        backdrop-filter: blur(7.5px);
    }*/


@media (min-width: 1920px) {
    .gChtjz .styles__Navigation-sc-1mif751-0 {
        grid-column: 4 / 14;
    }
}

.gChtjz .styles__Navigation-sc-1mif751-0 {
    grid-column: 2 / 9;
    margin: auto;
}

.bROMKz {
    height: 100%;
    min-height: 64px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    animation: 200ms ease 0s 1 normal forwards running fadeIn;
}

.fZPnJc {
    overflow: hidden;
    width: fit-content;
    margin: 0px auto;
    position: relative;
    height: 100%;
    display: flex !important;
}

.fzgNIP a::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 8px;
    background-color: var(--text-color-soft);
    height: 2px;
    border: 1px solid var(--accent);
    border-radius: 4px;
    width: calc(100% - 15px);
    transform: scaleX(0);
    transition-property: all;
    transition-duration: var(--t-grow-out-duration);
    transition-timing-function: var(--t-grow-out-function);
}

@media (min-width: 768px) {
    .fZPnJc ul li {
        opacity: 0;
        pointer-events: none;
        padding: 0px 16px;
        cursor: pointer;
    }

    .fZPnJc ul li, .fZPnJc ul .styles__Icon-sc-1n09aa0-0 {
        opacity: 1;
        pointer-events: initial;
    }

    .fZPnJc ul {
        align-items: flex-start;
        flex-wrap: nowrap;
        display: flex;
    }
}

@media (min-width: 980px) {
    .bROMKz nav {
        display: initial;
    }
}

.jdnHQV a {
    text-decoration-thickness: 1px !important;
}

.bZyJcT .styles__Button-sc-18sij4a-0 {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .kUOVcQ {
        left: -608.906px;
        max-height: calc(-112px - 1rem + 100vh);
        overflow-y: auto;
    }
}

.kUOVcQ {
    display: flex;
    background-color: var(--bg-main);
    position: absolute;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(-17px + 100vw);
    padding: var(--space-s) var(--space-xs);
}

    .kUOVcQ .styles__Button-sc-18sij4a-0 {
        text-decoration: none;
    }

.oSIqc {
    width: 100%;
    position: relative;
}

.fkklIP .styles__Wrapper-sc-71h57p-0 {
    left: 0px;
    background-color: var(--bg-main);
}

    .fkklIP .styles__Wrapper-sc-71h57p-0::after {
        content: "";
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        box-shadow: var(--fx-elevation-1);
        pointer-events: none;
    }

.dSoIRz .styles__ModalTrigger-sc-1v1boy1-1, .dSoIRz .styles__ModalTrigger-sc-1mlwimd-10 {
    color: var(--topbar-color);
}

.OmrEl {
    z-index: 1;
}

.gChtjz .styles__Logotype-sc-hktp9h-0 {
    margin: auto 0px;
    grid-column: 1 / 2;
    background-color: var(--bg-main);
    position: relative;
    z-index: 99;
}

.gChtjz {
    position: relative;
    z-index: 999;
    background-color: var(--bg-main);
    width: 100%;
    align-content: center;
    display: grid;
    grid-template-columns: repeat(5, minmax(0px, 1fr)) 150px repeat(5, minmax(0px, 1fr));
    grid-auto-flow: column;
    min-height: 64px;
    margin: 0px;
    border-radius: 0px;
    padding: 0 var(--spacing-small-1);
}



.eDSqbc {
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
}

.fdOJMG .styles__ImageWrapper-sc-h9y1a8-0 img, .fdOJMG .styles__Image-sc-h9y1a8-1 img {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 3.75rem;
    max-width: 11.5rem;
    margin: 0px auto;
}

.fdOJMG .styles__ImageWrapper-sc-h9y1a8-0, .fdOJMG .styles__Image-sc-h9y1a8-1 {
    width: 100%;
    height: auto;
}



.jDzcVf {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.dBulVa {
    border: 0px;
    text-align: left;
    padding: 0px;
    cursor: pointer;
    background-color: transparent;
    color: var(--accent-contrast);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}


.dSoIRz .styles__Icon-sc-1u0rbjk-0 {
    fill: var(--topbar-color);
}

.dSoIRz {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: minmax(100px, auto) minmax(0px, 1fr) minmax(200px, auto);
    font-weight: 700;
    background-color: var(--topbar-bg);
    padding: 0 var(--spacing-small);
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    height: 3rem;
}


.dBulVa svg {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
}

.fmnUQE {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
    position: relative;
}

.dSoIRz .styles__ModalTrigger-sc-1v1boy1-1, .dSoIRz .styles__ModalTrigger-sc-1mlwimd-10 {
    color: var(--topbar-color);
}

.fkklIP.visible {
    opacity: 1;
}

.fkklIP {
    position: fixed;
    top: 0px;
    width: 100%;
    transition: opacity 0.3s, top 0.3s;
    z-index: 999;
}



.frXRSC .styles__Text-sc-72ujpw-0 {
    z-index: 999999;
    color: var(--overlay-contrast);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: var(--fx-elevation-1);
    opacity: 0;
    transition-property: opacity, transform;
    transform: translateY(0px);
    max-width: 480px;
    background: var(--text-color-success);
    padding: var(--spacing-mini-1) var(--spacing-small);
    border-radius: var(--border-radius);
    margin: 0 var(--spacing-medium);
}

.frXRSC {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: calc(var(--header-height));
    position: fixed;
    width: 100vw;
    top: 0px;
    pointer-events: none;
    z-index: 999999;
}








.jhWebi {
    width: 100%;
    position: relative;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: minmax(100px, auto) minmax(0px, 1fr) minmax(200px, auto);
    padding: var(--spacing-small-1);
}


.dSoIRz .styles__Icon-sc-1u0rbjk-0 {
    fill: var(--topbar-color);
}

.dBulVa svg path {
    fill: var(--topbar-color);
}

.dBulVa svg {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
}



.fmnUQE {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
    position: relative;
}

.izYfDF {
    margin-right: var(--spacing-mini-2);
}

.dSoIRz .styles__ModalTrigger-sc-1v1boy1-1, .dSoIRz .styles__ModalTrigger-sc-1mlwimd-10 {
    color: var(--topbar-color);
}

.sMUYA {
    margin-right: var(--spacing-medium);
}

.cKuFpt li .styles__Button-sc-18sij4a-0 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
/*    margin-left: var(--spacing-medium);*/
    margin-right: 20px;
    color: var(--topbar-color);
    text-decoration: none;
/*    padding: 0 0 0 1rem;*/
    min-width: auto;
    min-height: auto;
}

.cKuFpt li {
    flex-shrink: 0;
    list-style: none;
}

.cKuFpt {
    padding: 0px;
    display: flex;
    overflow: hidden;
}

.gMthdR {
    display: inline-flex;
    min-height: 48px;
    min-width: 96px;
    padding: 0.5625rem 1rem;
    text-decoration: none;
    color: var(--text-color);
    border: 2px solid transparent;
    border-radius: var(--button-border-radius);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: unset;
}

.cKuFpt li .styles__Button-sc-18sij4a-0 span {
    gap: 4px;
}



.elCHup {
    display: inline-flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    align-items: center;
}

.gMthdR {
    display: inline-flex;
    min-height: 48px;
    min-width: 96px;
    padding: 0.5625rem 1rem;
    text-decoration: none;
    color: var(--text-color);
    border: 2px solid transparent;
    border-radius: var(--button-border-radius);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: unset;
}

.dSoIRz .styles__LocationSwitcher-sc-1v1boy1-0 {
    display: flex;
    flex-direction: row-reverse;
    grid-column-end: 5;
}

.kWNxfc {
    display: flex;
    animation: 200ms ease 0s 1 normal forwards running fadeIn;
}

.dSoIRz .styles__LocationSwitcher-sc-1v1boy1-0 .styles__ModalTrigger-sc-1v1boy1-1 {
    padding: 0px;
    margin-left: var(--space-m);
}

.frZjLW svg path {
    fill: var(--topbar-color);
}
@media (max-width: 524px) {
    .frZjLW svg path {
        fill: #000;
    }
    .dropdown {
        position: relative;
        top: 0px;
        right: 10px;
        margin-top: -80px;
    }
    .dropdown > a {
        line-height: 1.1;
        padding: 11px 0;
        color: #000;
        text-decoration: none;
    }
        .dropdown > a::after {
            display: inline-block;
             margin-left: 0px; 
            margin-top: 3px;
            content: "";
            font-family: "Font Awesome 5 Free";
            font-size: 12px;
            font-weight: 600;
        }
}

.frZjLW .globe {
    margin-right: var(--spacing-mini-1);
}

.frZjLW svg {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
}

.frZjLW {
    color: var(--accent-contrast);
    background-color: transparent;
    border: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: var(--font-weight-medium);
    cursor: pointer;
}


.EQGtD {
    margin-right: var(--spacing-mini-2);
    min-width: 36px;
}


.fkklIP .styles__PrimaryNavigation-sc-71h57p-1 {
    background-color: transparent;
    border-radius: 0px;
    margin: 0px;
    max-width: calc(2288px + var(--spacing-medium-1));
    left: 50%;
    transform: translate(-50%, 0px);
}

.fdOJMG, .fdOJMG a {
    display: flex;
    width: 100%;
    height: auto;
}

.fdOJMG {
    box-sizing: content-box;
    max-height: 3.75rem;
    max-width: 11.5rem;
    margin: auto;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 1rem 0px;
    width: 100%;
    height: auto;
}

.gyRPfV {
    position: relative;
    overflow: hidden;
}

.btQuhn .styles__SearchBar-sc-1nsuxx1-5 {
    grid-column: 2;
}

.fkklIP .styles__PrimaryNavigation-sc-71h57p-1 .styles__SearchBarInput-sc-1nsuxx1-4 {
    right: var(--spacing-small);
}

@media (min-width: 1024px) {
    .fkklIP .styles__PrimaryNavigation-sc-71h57p-1 .styles__SearchBarInput-sc-1nsuxx1-4 {
        right: 0px;
    }
}

@media (min-width: 768px) {
    .fkklIP .styles__PrimaryNavigation-sc-71h57p-1 .styles__SearchBarInput-sc-1nsuxx1-4 {
        right: var(--spacing-medium-2);
    }
}

.carljj {
    width: 0px;
    height: 46px;
    background-color: var(--bg-alt);
    padding-right: 3rem;
    padding-left: 1rem;
    border-radius: 50px;
    border: 0px;
    outline: transparent solid 2px;
    outline-offset: 2px;
}

@media (min-width: 1024px) {
    .carljj {
        width: 100%;
    }
}


.fpRKxE {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: transparent;
    border: 0px;
    padding: 0px;
    margin-right: 5px;
}

    .fpRKxE svg {
        height: var(--size-icon-md);
        width: var(--size-icon-md);
    }

.fkklIP .styles__SearchBar-sc-1nsuxx1-5 .styles__Icon-sc-1u0rbjk-0 path {
    fill: rgb(26, 26, 26);
}

@media (min-width: 1024px) {
    .fkklIP .styles__SearchBar-sc-1nsuxx1-5 .styles__Icon-sc-1u0rbjk-0 path {
        fill: rgba(26, 26, 26, 0.3);
    }
}

.fkklIP .styles__SearchBar-sc-1nsuxx1-5 .styles__ClearButton-sc-1nsuxx1-2 svg {
    fill: transparent !important;
}

.fkklIP .styles__SearchBar-sc-1nsuxx1-5 .styles__Icon-sc-1u0rbjk-0 {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
    cursor: pointer;
}

.fkklIP .styles__SearchBar-sc-1nsuxx1-5 input {
    background-color: transparent;
    color: rgb(26, 26, 26);
}

@media (min-width: 1024px) {
    .fkklIP .styles__SearchBar-sc-1nsuxx1-5 input {
        background-color: var(--bg-main);
    }
}

@media (min-width: 1024px) {
    .fkklIP .styles__SearchBar-sc-1nsuxx1-5 input {
        border: 2px solid var(--bg-alt, #f4f4f4);
    }
}

.jxYSRl {
    width: 46px;
    height: 46px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background: transparent;
    border: 0px;
    padding: 0px;
    margin-right: 0px;
}

    .jxYSRl svg {
        position: absolute;
        right: 0px;
        top: 0px;
        transform: translate(-50%, 50%);
    }

.dwhdUg {
    display: flex;
    width: 100%;
}

.gA-dRvI {
    display: flex;
    -webkit-box-pack: end;
    justify-content: end;
    margin: 0px;
    padding: 0px;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
    background-color: transparent;
    border-color: transparent;
    width: 100%;
}

.pAfIO {
    display: flex;
    width: 46px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999999;
    right: 0px;
}

    .pAfIO, .pAfIO * {
        transition-property: all;
        transition-duration: var(--t-grow-out-duration);
        transition-timing-function: var(--t-grow-out-function);
    }

@media (min-width: 1024px) {
    .pAfIO {
        position: unset;
        transform: unset;
        width: 280px;
    }
}

.btQuhn {
    -webkit-box-pack: end;
    justify-content: end;
    gap: var(--space-200, 32px);
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: minmax(0px, 1fr) 46px;
    grid-column: 9 / 12;
    position: relative;
}

@media (min-width: 1920px) {
    .btQuhn {
        grid-column: 14 / 19;
    }
}

@media (min-width: 1280px) {
    .btQuhn {
        grid-column: 9 / 19;
    }
}

@media (min-width: 1024px) {
    .btQuhn {
        position: relative;
        display: flex;
        z-index: 0;
        margin-top: 3px;
        -webkit-box-pack: end;
        justify-content: flex-end;
        grid-column: 7 / 12;
    }
}

.fkklIP .styles__PrimaryNavigation-sc-71h57p-1::after {
    content: "";
    box-shadow: none;
}

.gChtjz::after {
    content: "";
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    box-shadow: var(--fx-elevation-1);
    pointer-events: none;
}

@media (min-width: 1024px) {
    .gChtjz::after {
        z-index: 99;
        border-radius: 4px;
    }
}

/*.eYGEVe {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;*/
/*    filter: blur(7px);*/
/*transform: scale(1.11);
    opacity: 1;
    animation: 0.5s ease-out 0s 1 normal forwards running SVOdK;
}*/

.jeoiMm {
    --margins-to-navheader: calc(var(--space-xl) + 32px + var(--navheader-offset) + var(--navheader-relative-height) + var(--topPaddingLocalizationBar));
    background-color: var(--bg-alt);
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0px, 1fr);
    min-height: max(664px, 100vh);
    grid-template-rows: var(--margins-to-navheader) auto minmax(var(--space-xl), max-content);
}

@media (min-width: 1920px) {
    .oSIqc .styles__ImageWrapper-sc-h9y1a8-0 img {
        margin: 0px;
    }
}

.jfRrWj {
    z-index: 1;
}

.jeoiMm .styles__ImageWrapper-sc-h9y1a8-0 .styles__Image-sc-h9y1a8-1 {
    height: 100%;
}

.jeoiMm .styles__ImageWrapper-sc-h9y1a8-0 {
    grid-row: 1 / 4;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute !important;
}


.eDwdIW {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}


@media (min-width: 360px) {
    .fdOJMG {
        max-width: 15rem;
    }
}

@media (min-width: 1920px) {
    .fkklIP .styles__Wrapper-sc-71h57p-0 {
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0px);
        align-self: center;
        margin: 0px auto;
        max-width: 100%;
        align-content: center;
    }
}

@media (min-width: 768px) {

    .jhWebi {
        width: 100%;
        left: 0px;
        position: absolute;
    }

    .fkklIP.visible {
        top: 0px;
    }

    .dSoIRz {
        padding: 0 var(--spacing-small-1);
    }

    .jeoiMm {
        min-height: max(664px, 100vh);
    }

    .fkklIP .styles__Wrapper-sc-71h57p-0 {
        width: 100%;
        position: absolute;
    }

    .fkklIP .styles__PrimaryNavigation-sc-71h57p-1 {
        padding: 0 var(--spacing-small-1);
    }

    .cKuFpt li {
        padding: 2px 0px 2px 2px;
    }

    .gMthdR {
        padding: 0.75rem 1rem;
        min-height: 56px;
        min-width: 112px;
    }

    .elCHup {
        gap: 0.625rem;
    }
}



@media (min-width: 1024px) {
    .jhWebi {
        padding: 0 var(--spacing-small-1);
    }

    .jeoiMm .styles__Image-sc-h9y1a8-1 img {
        margin: 0px auto;
        max-width: 3040px;
    }

    .oSIqc {
        width: calc(100% - 3rem);
        left: 1.5rem;
        position: absolute;
    }

    .gChtjz {
        grid-template-columns: repeat(5, minmax(0px, 1fr)) 150px repeat(5, minmax(0px, 1fr));
    }

    .jeoiMm .styles__Image-sc-h9y1a8-1 img {
        margin: 0px auto;
        max-width: 3040px;
    }
}


@media (min-width: 1280px) {
    .gChtjz {
        grid-template-columns: repeat(11, 1fr);
        border-radius: 4px;
        margin: var(--spacing-small) auto 0 auto;
    }

        .gChtjz .styles__Logotype-sc-hktp9h-0 {
            max-width: inherit;
        }

    .sMUYA {
        background: transparent;
    }
}

@media (min-width: 1920px) {
    .gChtjz .styles__Logotype-sc-hktp9h-0 {
        grid-column: 1 / 3;
    }

    .gChtjz {
        grid-template-columns: repeat(8, 1fr) 150px repeat(9, 1fr);
        margin: 0px;
    }
}





@media (min-width: 1920px) {
    .jhWebi {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
        align-self: center;
        max-width: calc(2288px + var(--spacing-medium-1));
        margin: 0px auto;
    }
}

@media (min-width: 768px) {
    .gMthdR {
        padding: 0.75rem 1rem;
        min-height: 56px;
        min-width: 112px;
    }
}

@media (min-width: 1920px) {
    .oSIqc {
        left: 50%;
        transform: translate(-50%, 0px);
        align-self: center;
        max-width: 2288px;
        margin: 0px auto;
    }
}

.jLrGID {
    background: var(--bg-main);
    box-sizing: border-box;
    padding-top: var(--spacing-large);
    padding-bottom: var(--spacing-large);
}

.gkZrru {
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
    padding: 0 var(--grid-margin);
    max-width: calc(1536px + var(--grid-margin) + var(--grid-margin));
}

.hMULwY {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    list-style: none;
    margin-bottom: var(--spacing-medium-1);
}

    .hMULwY li {
        margin: 10px;
    }

    .hMULwY li {
        flex-basis: 100%;
        min-width: 150px;
        list-style:none !important;
    }

@media (min-width: 768px) {
    .hMULwY li {
        margin: 10px;
        min-width: calc(240px - 1rem);
        flex-basis: calc(19% - 1rem);
        list-style: none !important;
    }
}

@media (min-width: 768px) {
    .jgHzIH {
        padding: 0.75rem 1rem;
        min-height: 56px;
        min-width: 112px;
    }
}

.hMULwY .styles__Button-sc-18sij4a-0 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.jgHzIH {
    display: inline-flex;
    min-height: 48px;
    min-width: 96px;
    padding: 0.5625rem 1rem;
    text-decoration: none;
    color: var(--text-color);
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-radius: var(--button-border-radius);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--bg-alt);
    border-color: var(--bg-alt);
}

.hMULwY .styles__Button-sc-18sij4a-0 .styles__Label-sc-18sij4a-1 {
    display: flex;
    max-width: calc(100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jLrGID .line {
    border-top: 1px solid var(--border-color-soft);
    margin-bottom: var(--space-m);
}

.eutMd .styles__SocialLinks-sc-dj68eu-1 {
    margin-bottom: var(--space-m);
}

.bmbwkK {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    row-gap: var(--space-50, 8px);
    list-style: none;
    flex-flow: wrap;
}

    .bmbwkK li {
        width: 48px;
        height: 48px;
        list-style: none !important;
    }

.gJzazr {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    border: none;
    background: none;
    position: relative;
    margin-left: 0px;
    margin-right: var(--spacing-small-1);
    cursor: pointer;
    padding: 0px;
    z-index: 1;
    gap: 4px;
}

.dmyBGB {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: var(--space-150, 24px);
    width: var(--space-150, 24px);
    flex-direction: column;
}

    .dmyBGB span {
        background-color: var(--text-color);
        transition-property: all;
        transition-duration: var(--t-move-out-duration);
        transition-timing-function: var(--t-move-out-function);
        width: 20px;
        height: 2px;
        margin: 2px 0px;
        display: block;
        transform-origin: 0px 0px;
    }

    .dmyBGB.open span {
        transition-duration: var(--t-move-in-duration);
        transition-timing-function: var(--t-move-in-function);
    }

        .dmyBGB.open span:nth-child(1) {
            transform-origin: left center;
            transform: rotate(45deg);
            width: 17px;
        }

        .dmyBGB.open span:nth-child(2) {
            transform: scaleX(0);
            opacity: 0;
        }

        .dmyBGB.open span:nth-child(3) {
            transform-origin: left center;
            transform: rotate(-45deg);
            width: 17px;
        }

.jeoiMm {
    --margins-to-navheader: calc(var(--space-xl) + 32px + var(--navheader-offset) + var(--navheader-relative-height) + var(--topPaddingLocalizationBar));
    background-color: var(--bg-alt);
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0px, 1fr);
    min-height: max(664px, 100vh);
    grid-template-rows: var(--margins-to-navheader) auto minmax(var(--space-xl), max-content);
}
/*.heading-xxl {
    font-size: var(--heading-fs-7);
    font-weight: var(--font-weight-light);
    line-height: var(--heading-lh-7);
}*/
@media (min-width: 1520px) {
    :root {
        --heading-fs-1: clamp(1rem, calc(-0.8rem + 1.88vw), 1.1875rem);
        --heading-lh-1: clamp(1.5rem, calc(-0.9rem + 2.5vw), 1.75rem);
        --heading-fs-2: clamp(1.1875rem, calc(-1.8125rem + 3.13vw), 1.5rem);
        --heading-lh-2: clamp(1.75rem, calc(-1.85rem + 3.75vw), 2.125rem);
        --heading-fs-3: clamp(1.5rem, calc(-2.1rem + 3.75vw), 1.875rem);
        --heading-lh-3: clamp(2.125rem, calc(-1.475rem + 3.75vw), 2.5rem);
        --heading-fs-4: clamp(1.875rem, calc(-2.925rem + 5vw), 2.375rem);
        --heading-lh-4: clamp(2.5rem, calc(-2.3rem + 5vw), 3rem);
        --heading-fs-5: clamp(2.375rem, calc(-3.625rem + 6.25vw), 3rem);
        --heading-lh-5: clamp(3rem, calc(-3rem + 6.25vw), 3.625rem);
        --heading-fs-6: clamp(3rem, calc(-5.4rem + 8.75vw), 3.875rem);
        --heading-lh-6: clamp(3.625rem, calc(-4.775rem + 8.75vw), 4.5rem);
        --heading-fs-7: clamp(3.5rem, calc(-8.5rem + 12.5vw), 4.75rem);
        --heading-lh-7: clamp(6.125rem, calc(-6.675rem + 11.25vw), 7.25rem);
        --body-normal-fs-1: clamp(0.75rem, calc(0.15rem + 0.63vw), 0.8125rem);
        --body-normal-lh-1: clamp(1.25rem, calc(0.05rem + 1.25vw), 1.375rem);
        --body-normal-fs-2: clamp(0.875rem, calc(-0.325rem + 1.25vw), 1rem);
        --body-normal-lh-2: clamp(1.375rem, calc(0.175rem + 1.25vw), 1.5rem);
        --body-normal-fs-3: clamp(1rem, calc(-0.8rem + 1.88vw), 1.1875rem);
        --body-normal-lh-3: clamp(1.5rem, calc(-0.9rem + 2.5vw), 1.75rem);
        --body-normal-fs-4: clamp(1.3125rem, calc(-0.4875rem + 1.88vw), 1.5rem);
        --body-normal-lh-4: clamp(1.75rem, calc(-0.65rem + 2.5vw), 2rem);
        --body-relaxed-fs-1: clamp(0.75rem, calc(0.15rem + 0.63vw), 0.8125rem);
        --body-relaxed-lh-1: clamp(1.375rem, 1.375rem, 1.375rem);
        --body-relaxed-fs-2: clamp(0.875rem, calc(-0.325rem + 1.25vw), 1rem);
        --body-relaxed-lh-2: clamp(1.5rem, calc(0.3rem + 1.25vw), 1.625rem);
        --body-relaxed-fs-3: clamp(1rem, calc(-0.8rem + 1.88vw), 1.1875rem);
        --body-relaxed-lh-3: clamp(1.625rem, calc(-0.775rem + 2.5vw), 1.875rem);
        --body-relaxed-fs-4: clamp(1.3125rem, calc(-0.4875rem + 1.88vw), 1.5rem);
        --body-relaxed-lh-4: clamp(2rem, calc(-0.4rem + 2.5vw), 2.25rem);
    }
}

.jydnQG {
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
    padding: 0 var(--grid-margin);
    max-width: calc(1000px + var(--grid-margin) + var(--grid-margin));
}

.NhkiH {
    width: 100%;
    margin: 0px auto;
    background-color: var(--bg-main);
    padding-top: var(--space-l);
    padding-bottom: 0.5rem;
}

@media (min-width: 1280px) {
    .dFljfq {
        padding: 72px;
        margin: 0px;
    }
}

@media (min-width: 768px) {
    .dFljfq {
        padding: 32px;
        margin: 0px;
    }
}

.dFljfq {
    color: var(--text-color);
    background-color: var(--bg-alt);
    border-radius: var(--border-radius);
    padding: 24px;
    margin: 0px;
    z-index: 99;
    position: relative;
}

    .dFljfq .styles__Content-sc-18ucclq-1 {
        gap: 0px !important;
    }

.gpTENg li {
    animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
    list-style: none;
}
.dtdayE {
    width: 100%;
    background-color: var(--bg-main);
    padding-top: var(--space-l);
    padding-bottom: var(--space-xl);
}
.cbtqXl {
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
    padding: 0 var(--grid-margin);
    max-width: calc(1520px + var(--grid-margin) + var(--grid-margin));
}
@media (min-width: 1920px) {
    .euKptx {
        max-width: calc(1520px + var(--grid-margin) + var(--grid-margin));
    }
}
.ctVIel {
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    row-gap: var(--space-s);
    column-gap: var(--grid-gutter);
    margin-bottom: var(--space-m);
}
@media (min-width: 1280px) {
    .gpTENg {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
    }
}
.gpTENg li {
    animation: 0.4s ease-out 0s 1 normal forwards running fadeIn;
    list-style: none;
}
.gpTENg .styles__Card-sc-1mmdl6b-3 {
    height: 100%;
}

.AnasayfaVitrin {
    height: 100% !important;
    background-color: #f4f4f4;
    position: relative;
    display: flex;
    flex-direction: column;
    height: inherit;
    -webkit-box-pack: justify
}

    .AnasayfaVitrin:hover {
        height: 100%;
        margin-top: -1px;
        box-shadow: 0px 16px 20px #0000000d, 0px 8px 12px #0000001a, 0px 1px 4px #00000026
    }
.gZfmiB .container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: inherit;
    -webkit-box-pack: justify;
}
.kzWTvt {
    border-top-color:;
    border-top-style:;
    border-top-width:;
    border-right-color:;
    border-right-style:;
    border-right-width:;
    border-left-color:;
    border-left-style:;
    border-left-width:;
    border-image-source:;
    border-image-slice:;
    border-image-width:;
    border-image-outset:;
    border-image-repeat:;
    border-radius: var(--border-radius);
    overflow: hidden;
    border-bottom: 0px;
}
.hCbHNF {
    padding-left: var(--spacing-small-1);
    padding-right: var(--spacing-small-1);
    padding-top: var(--space-s);
    padding-bottom: var(--space-xs) !important;
}
@media (min-width: 360px) {
    .kpDLXW {
        padding-top: 0px;
    }
}
.kpDLXW {
    padding-left: var(--spacing-small-1);
    padding-right: var(--spacing-small-1);
    padding-bottom: var(--space-s);
    padding-top: 0px;
    margin-top: auto;
}
@media (min-width: 1280px) {
    .gZfmiB {
        --card-vw: 25vw;
    }
}
.gZfmiB .styles__Button-sc-18sij4a-0 {
    display: inline-block;
    position: initial;
    font-weight: var(--font-weight-semi-bold);
    min-width: auto;
    padding: 0px;
    border: none;
    min-height: 0px !important;
}
.dNYnTJ {
    display: inline-flex;
    min-height: 48px;
    min-width: 96px;
    padding: 0.5625rem 1rem;
    text-decoration: none;
    color: var(--text-color);
    border: 2px solid transparent;
    border-radius: var(--button-border-radius);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: unset;
}

@media (min-width: 768px) {
    .dNYnTJ {
        padding: 0.75rem 1rem;
        min-height: 56px;
        min-width: 112px;
    }
}
.elCHup {
    display: inline-flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 40px;
}
@media (min-width: 768px) {
    .elCHup {
        gap: 0.625rem;
    }
}
.gZfmiB .styles__Button-sc-18sij4a-0::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.gZfmiB .styles__Button-sc-18sij4a-0 svg {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
    transition-property: all;
    transition-duration: var(--t-move-out-duration);
    transition-timing-function: var(--t-move-out-function);
}

.fHHIno {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    column-gap: var(--grid-gutter);
}
.fdUBMa {
    grid-column: 1 / 13;
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    column-gap: var(--grid-gutter);
}
    .fdUBMa > div {
        row-gap: 0px;
    }
@media (min-width: 1024px) {
    .bzMKLQ {
        padding: 32px 72px 32px 0px;
        margin: 0px;
    }
}
@media (min-width: 768px) {
    .bzMKLQ {
        padding: 0px 32px;
        margin-top: -32px;
    }
}
.iFmBIA {
    grid-area: 2 / 1 / auto / 13;
    flex-direction: column;
    padding: 24px 24px 32px;
    color: var(--text-color);
    background-color: var(--bg-alt);
    border-radius: var(--border-radius);
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    gap: 0px !important;
}
@media (min-width: 1280px) {
    .iFmBIA {
        padding: 72px 72px 96px;
    }
}
@media (min-width: 768px) {
    .iFmBIA .styles__Title-sc-fbadai-0 {
        grid-area: 1 / 1 / auto / 7;
        display: block;
        word-break: break-word;
    }
}
.iFmBIA .styles__Title-sc-fbadai-0 {
    display: block;
}
.iFmBIA .styles__Button-sc-18sij4a-0 {
    margin-top: var(--space-m);
    background-color: var(--accent) !important;
    color: var(--button-primary-text) !important;
    border-color: var(--accent) !important;
}
.iFmBIA h1, .iFmBIA h2, .iFmBIA h3, .iFmBIA h4, .iFmBIA h5, .iFmBIA h6, .iFmBIA a, .iFmBIA blockquote, .iFmBIA q {
    color: var(--text-color);
}
.cvkPud {
    display: inline-flex;
    min-height: 48px;
    min-width: 96px;
    padding: 0.5625rem 1rem;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-radius: var(--button-border-radius);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: var(--body-normal-fs-2);
    line-height: var(--body-normal-lh-2);
    font-weight: var(--font-weight-medium);
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--accent-contrast);
}
.elCHup .styles__Icon-sc-1u0rbjk-0 {
    margin-left: 0.5rem;
}
.gXaZPk .styles__Icon-sc-1u0rbjk-0 {
    height: var(--size-icon-md) !important;
    width: var(--size-icon-md) !important;
    position: absolute;
    right:15px;
}
    .gXaZPk .styles__Icon-sc-1u0rbjk-0:hover {
        height: var(--size-icon-md) !important;
        width: var(--size-icon-md) !important;
        right: 10px
    }
.iFmBIA .styles__Button-sc-18sij4a-0 svg path {
    fill: var(--button-primary-text);
    right: 10px
}

.gyRPfV > picture > img {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.cJeYaz {
    width: 100%;
    margin: 0px auto;
    background-color: var(--bg-main);
    padding-top: 0.5rem;
    padding-bottom: var(--space-xl);
}

@media (min-width: 768px) {
    .kNAPNB {
        gap: var(--space-s);
    }
}
.kNAPNB {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: var(--space-s);
}
    .kNAPNB .styles__Button-sc-18sij4a-0 {
        margin-top: var(--space-xs);
    }
@media (min-width: 768px) {
    .eTLRGN {
        padding: 0.75rem 1rem;
        min-height: 56px;
        min-width: 112px;
    }
}
.eTLRGN {
    display: inline-flex;
    min-height: 48px;
    min-width: 96px;
    padding: 0.5625rem 1rem;
    text-decoration: none;
    border: 2px solid;
    border-radius: var(--button-border-radius);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--text-color);
    background-color: var(--bg-main);
}

.cwaSBs {
    width: 100%;
    margin: 0px auto;
    background-color: var(--bg-alt);
    padding-top: var(--space-l);
    padding-bottom: var(--space-xl);
}
.bqiaIJ {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    column-gap: var(--grid-gutter);
}
.bKLnZQ {
    grid-column: 1 / 13;
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    column-gap: var(--grid-gutter);
    row-gap: var(--space-s);
}
    .bKLnZQ > div {
        row-gap: 0px;
    }
.eBPVzr {
    display: grid;
    column-gap: var(--grid-gutter);
    grid-area: 2 / 1 / auto / 13;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
}
@media (min-width: 1024px) {
    .eBPVzr {
        padding-right: var(--grid-column-padding);
        grid-area: 1 / 7 / auto / 13;
    }
}
.kyqtWq {
    grid-area: 2 / 1 / auto / 13;
    display: flex;
    flex-direction: column;
    gap: var(--space-s);
}
@media (min-width: 1024px) {
    .kyqtWq {
        gap: var(--space-s);
        grid-area: 1 / 1 / auto / 13;
    }
}

.gCRduX {
    z-index: 9999;
    border-radius: var(--button-border-radius);
    bottom: 24px;
    right: 24px;
    position: fixed;
    overflow: hidden;
}

.kskxFp {
    min-height: 46px;
    min-width: unset;
    display: flex;
    bottom: -60px;
    white-space: nowrap;
    border: none;
    -webkit-box-pack: start;
    justify-content: start;
    pointer-events: auto;
    padding: var(--space-25, 4px) var(--space-75, 12px);
    transform: translateY(-60px);
    transition: 0.24s ease-in;
}
@media (min-width: 1024px) {
    .kskxFp {
        bottom: 0px;
        z-index: 999;
        right: calc(-100% + 46px);
        transition: 0.24s ease-in;
        transform: translateY(0px);
    }
}

.gZItIX {
    grid-column: 2;
    align-self: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    list-style: none;
}
@media (min-width: 1280px) {
    .gZItIX {
        margin-bottom: 0px;
    }
}
.gZItIX .styles__Copyright-sc-1198the-9 {
    position: relative;
    color: var(--text-color);
    font-size: var(--body-normal-fs-2);
    font-weight: var(--font-weight-regular);
    padding: 0 var(--spacing-small-1);
    margin-left: 0px;
    min-height: 48px;
    list-style: none;
    flex: 0 0 100%;
    text-align: center;
}
.gZItIX .styles__StaticListItem-sc-1198the-8 {
    flex-shrink: 0;
}
.hPnebo {
    color: var(--text-color);
    font-size: var(--body-normal-fs-2);
    position: relative;
}
    .hPnebo .styles__Button-sc-18sij4a-0 {
        padding: 0 var(--spacing-small-1);
        min-width: auto;
        min-height: auto;
        border: none;
        font-size: var(--body-normal-fs-2);
        line-height: var(--body-normal-lh-2);
        font-weight: var(--font-weight-regular);
        text-decoration: underline;
    }


    .hPnebo .styles__Button-sc-18sij4a-0 {
        padding: 0 var(--spacing-small-1);
        min-width: auto;
        min-height: auto;
        border: none;
        font-size: var(--body-normal-fs-2);
        line-height: var(--body-normal-lh-2);
        font-weight: var(--font-weight-regular);
        text-decoration: underline;
    }
        .hPnebo .styles__Button-sc-18sij4a-0 .styles__Label-sc-18sij4a-1 span {
            margin-right: 0px;
        }


.lbYNFW {
    min-height: 46px;
    min-width: unset;
    display: flex;
    bottom: -60px;
    white-space: nowrap;
    border: none;
    transition: 0.48s ease-out;
    -webkit-box-pack: start;
    justify-content: start;
    pointer-events: auto;
    padding: var(--space-25, 4px) var(--space-75, 12px);
}
@media (min-width: 1024px) {
    .lbYNFW {
        bottom: 0px;
        z-index: 999;
        right: calc(-100% + 46px);
        transition: 0.24s ease-in;
        transform: translateY(0px);
    }
}

.lbYNFW .styles__Icon-sc-1u0rbjk-0 {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
    transform: rotate(270deg);
}

.cSryYa {
    display: inline-flex;
    min-height: 48px;
    min-width: 96px;
    padding: 0.5625rem 1rem;
    text-decoration: none;
    color: var(--text-color);
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-radius: var(--button-border-radius);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--bg-alt);
    border-color: var(--bg-alt);
}

@media (min-width: 768px) {
    .cSryYa {
        padding: 0.75rem 1rem;
        min-height: 56px;
        min-width: 112px;
    }
}

.cSryYa svg {
    height: var(--size-icon-md);
    width: var(--size-icon-md);
    padding-right: 0px;
    flex-shrink: 0;
    vertical-align: middle;
    transition-property: all;
    transition-duration: var(--t-move-out-duration);
    transition-timing-function: var(--t-move-out-function);
}
.lbYNFW span {
    padding: 0px var(--space-25, 4px);
}
@media (min-width: 1024px) {
    .lbYNFW span {
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        padding: 0px var(--space-25, 4px);
    }
}