* {
    font-family: "Geologica", sans-serif;
}

.news-detail-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    padding: 0;
    position: relative;
}

.news-detail-tag {
    background: transparent;
    color: #FF763F;
    padding: 8px 20px;
    background-image: url("/images/svg/rect_orange.svg");
    background-repeat: no-repeat;
    background-position: 6px center;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 300;
}

.news-detail-date {
    color: #858585;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 300;
}

.news-detail-share {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    padding: 12px 24px 12px 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 300;
    color: #FF763F;
    margin-left: auto;
    background-color: transparent;
    transition: all 0.3s ease;
    border-radius: 40px;
}
.news-detail-share img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.news-detail-share:hover {
    text-decoration: none;
    background-color: #FFEAE2;
    color: #FF763F;
}

.news-detail-content {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 24px;
}

.news-detail-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.news-detail-preview {
    font-size: 24px;
    color: #222222;
    line-height: 32px;
    letter-spacing: -0.02em;
    margin: 0px;
}

.news-detail-image {
    width: 100%;
    position: relative;
    padding-top: 48px;
    display: flex;
}

.news-detail-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 30px;
    overflow: hidden;
}

.news-detail-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.04em;
    color: #222222;
    margin: 0;
}

.news-detail-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
    color: #222222;
    margin: 0;
    padding-top: 48px;
}
.news-detail-text p, .news-detail-text h1, .news-detail-text h2, .news-detail-text h3, .news-detail-text h4, .news-detail-text h5, .news-detail-text h6, .news-detail-text span {
    color: #222222;
    margin: 0;
    padding: 0;
}
.news-detail-text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
}
.news-detail-text h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.04em;
}
.news-detail-text h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.03em;
    padding-bottom: 24px;
}
.news-detail-text h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.03em;
    padding-bottom: 12px;
}
.news-detail-text h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    padding-bottom: 8px;
}
.news-detail-text h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding-bottom: 6px;
}
.news-detail-text h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.02em;
    padding-bottom: 4px;
}
.news-detail-text img {
    border-radius: 30px;
}

.gallery-slide {
    height: 504px;
    display: flex;
}
.gallery-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .gallery-slide {
        height: 240px;
    }
}
.news-detail-products, .news-detail-interesting {
    margin-bottom: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.news-detail-products .catalog-section-item-wrapper {
    height: auto !important;
}

.news-detail-video {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    position: relative;
}
.news-detail-video .news-detail-video-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.news-detail-video .news-detail-video-info .video-source {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0em;
    color: #858585;
    font-weight: 400;
}
.news-detail-video .news-detail-video-info .video-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: #222222;
    font-weight: 300;
}
.news-detail-video iframe {
    width: 100%;
    border-radius: 30px;
    height: 537px;
}

.news-detail-gallery {
    padding: 48px 0;
}
.news-detail-gallery .gallery-description {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .news-detail-gallery {
        padding: 32px 0;
    }
}
.news-detail-products h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    font-weight: 500;
    margin: 0;
    margin-top: 48px;
    margin-bottom: 40px;
    color: #222222;
}

.news-detail-interesting h2 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 40px;
    color: #222222;
}

.interesting-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-detail-gallery {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.slider-arrow-left, .slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    border: none;
    background: none;
}

.slider-arrow-left {
    left: 10px;
}

.slider-arrow-right {
    right: 10px;
}

.news-detail-gallery {
    position: relative;
}

.slider-arrow-left, .slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.slider-arrow-left {
    left: 10px;
}

.slider-arrow-right {
    right: 10px;
}

.owl-dots {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10;
}

.owl-dot {
    width: 10px !important;
    height: 10px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
}

.owl-dot.active {
    background: white !important;
}

#pagetitle {
    display: none;
}

.newsBlock .news-detail .intec-content {
    max-width: 1000px !important;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .news-detail-video iframe {
        height: 240px;
    }
    .news-detail-image {
        padding-top: 32px;
    }
    .news-detail-date {
        position: absolute;
        top: calc(100% + 16px);
    }
    .news-detail-header {
        flex-direction: inherit;
        margin-bottom: 60px;
        justify-content: space-between;
    }
    .news-detail-share {
        margin-left: 0;
        font-size: 16px;
        padding: 10px;
    }
    .news-detail-share img {
        width: 20px;
        height: 20px;
    }
    .news-detail-title {
        font-size: 32px;
    }
    .news-detail-preview {
        font-size: 19px;
        line-height: 130%;
        letter-spacing: 0em;
    }
    .interesting-news-grid {
        grid-template-columns: 1fr;
    }
    .news-detail-tag {
        font-size: 16px;
    }
    .news-detail-content {
        margin-top: 16px;
    }
    .news-detail-title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.03em;
    }
    .news-detail-text {
        font-size: 16px;
        line-height: 140%;
        padding-top: 32px;
    }
    .news-detail-text p {
        font-size: 16px;
        line-height: 140%;
    }
    .news-detail-text h1 {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.03em;
    }
    .news-detail-text h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.03em;
        padding-bottom: 20px;
    }
    .news-detail-text h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.02em;
        padding-bottom: 8px;
    }
    .news-detail-text h4 {
        font-size: 19px;
        font-weight: 300;
        line-height: 130%;
        letter-spacing: 0em;
        padding-bottom: 4px;
    }
    .news-detail-text h5 {
        font-size: 15px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0em;
        padding-bottom: 2px;
    }
    .news-detail-text h6 {
        font-size: 10px;
        font-weight: 300;
        line-height: 14px;
        letter-spacing: 0em;
        padding-bottom: 2px;
    }
    .news-detail-text img {
        border-radius: 30px;
    }
    .news-detail-products h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px;
        margin-top: 40px;
    }
    .news-detail-interesting h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px;
        letter-spacing: -0.03em;
        margin-top: 40px;
    }
}
.intec-template .intec-template-layout-page-wrapper {
    margin-bottom: 96px !important;
}

@media (max-width: 991px) {
    .intec-template .intec-template-layout-page-wrapper {
        margin-bottom: 60px !important;
    }
}
.breadcrumb-wrapper-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}
.breadcrumb-wrapper-2 .scroll-content {
    padding-bottom: 0px !important;
}

.breadcrumb-item, .breadcrumb-separator {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
    color: #858585 !important;
}

.breadcrumb-item .breadcrumb-link {
    color: #858585 !important;
}

.breadcrumb-item .intec-cl-text {
    color: #222222 !important;
}

.breadcrumb-item span {
    white-space: pre-line;
}

.intec-template-breadcrumb {
    margin-top: 48px !important;
    margin-bottom: 32px !important;
}

.intec-template-title {
    display: none !important;
}

@media (max-width: 991px) {
    .breadcrumb-item, .breadcrumb-separator {
        font-size: 16px;
        line-height: 140%;
    }
    .intec-template-breadcrumb {
        margin-top: 32px !important;
        margin-bottom: 24px !important;
    }
}
.intec-content {
    max-width: 1024px !important;
    margin: 0px auto !important;
    padding: 0px 12px 0px 12px !important;
}

.c-footer .intec-content {
    max-width: 1224px !important;
    margin: 0px auto !important;
    padding: 0px 12px 0px 12px !important;
}
.company-articles-id__content .title {
    margin: 0;
    padding: 0;
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.04em;
    color: #222222;
}
.company-articles-id__content .description {
    margin: 0;
    padding: 0;
    margin-top: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #222222;
}
.company-articles-id__content .image {
    margin-top: 48px;
    border-radius: 30px;
    object-fit: cover;
    height: 480px;
    width: 100%;
}
.company-articles-id__content .text {
    margin-top: 48px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
    color: #222222;
}
.company-articles-id__content .text p, .company-articles-id__content .text h1, .company-articles-id__content .text h2, .company-articles-id__content .text h3, .company-articles-id__content .text h4, .company-articles-id__content .text h5, .company-articles-id__content .text h6, .company-articles-id__content .text span {
    color: #222222;
    margin: 0;
    padding: 0;
}
.company-articles-id__content .text p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
}
.company-articles-id__content .text h1 {
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: -0.04em;
    padding-top: 20px;
}
.company-articles-id__content .text h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.03em;
    padding-top: 20px;
    padding-bottom: 24px;
}
.company-articles-id__content .text h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.03em;
    padding-top: 20px;
    padding-bottom: 12px;
}
.company-articles-id__content .text h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    padding-top: 20px;
    padding-bottom: 8px;
}
.company-articles-id__content .text h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding-top: 20px;
    padding-bottom: 6px;
}
.company-articles-id__content .text h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.02em;
    padding-top: 20px;
    padding-bottom: 4px;
}
.company-articles-id__content .text img {
    border-radius: 30px;
    object-fit: contain;
    height: 100%;
}
.company-articles-id__content .text > :first-child {
    padding-top: 0px !important;
}
.company-articles-id__content .gallery {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.company-articles-id__content .gallery .title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.03em;
}
.company-articles-id__content .gallery .description {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: -0.02em;
}
.company-articles-id__content .gallery .gallery-slider .gallery-slide {
    height: 504px;
    display: flex;
}
.company-articles-id__content .gallery .gallery-slider .gallery-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.company-articles-id__content .video {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    position: relative;
}
.company-articles-id__content .video iframe {
    width: 100%;
    border-radius: 30px;
    height: 537px;
}
.company-articles-id__content .video .info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.company-articles-id__content .video .info .source {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0em;
    color: #858585;
    font-weight: 400;
}
.company-articles-id__content .video .info .title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: #222222;
    font-weight: 300;
}

@media (max-width: 991px) {
    .company-articles-id__content .title {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.03em;
    }
    .company-articles-id__content .description {
        margin-top: 16px;
        font-size: 19px;
        font-weight: 300;
        line-height: 130%;
        letter-spacing: 0em;
    }
    .company-articles-id__content .image {
        margin-top: 32px;
        height: 240px;
    }
    .company-articles-id__content .text {
        margin-top: 32px;
        font-size: 16px;
        line-height: 140%;
    }
    .company-articles-id__content .text p {
        font-size: 16px;
        line-height: 140%;
    }
    .company-articles-id__content .text h1 {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.03em;
    }
    .company-articles-id__content .text h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.03em;
        padding-bottom: 20px;
    }
    .company-articles-id__content .text h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: -0.02em;
        padding-bottom: 8px;
    }
    .company-articles-id__content .text h4 {
        font-size: 19px;
        font-weight: 300;
        line-height: 130%;
        letter-spacing: 0em;
        padding-bottom: 4px;
    }
    .company-articles-id__content .text h5 {
        font-size: 15px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0em;
        padding-bottom: 2px;
    }
    .company-articles-id__content .text h6 {
        font-size: 10px;
        font-weight: 300;
        line-height: 14px;
        letter-spacing: 0em;
        padding-bottom: 2px;
    }
    .company-articles-id__content .text img {
        border-radius: 30px;
    }
    .company-articles-id__content .gallery {
        margin-top: 32px;
    }
    .company-articles-id__content .gallery .description {
        line-height: 130%;
        letter-spacing: 0em;
    }
    .company-articles-id__content .gallery .gallery-slider .gallery-slide {
        height: 240px;
    }
    .company-articles-id__content .video {
        margin-top: 32px;
    }
    .company-articles-id__content .video iframe {
        height: 240px;
    }
}

.company-articles-id__header {
    display: grid;
    grid-template-columns: auto 20px auto 1fr auto;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}
.company-articles-id__header .tag {
    grid-area: 1/1/2/2;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0px;
    margin: 0px;
    padding: 0px 4px;
    color: #FF763F;
    font-family: "Geologica", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0em;
}
.company-articles-id__header .tag svg {
    width: 8px;
    height: 8px;
}
.company-articles-id__header .date {
    color: #858585;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0em;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    grid-area: 1/3/2/4;
}
.company-articles-id__header .link {
    grid-area: 1/5/2/6;
    justify-self: end;
    color: #FF763F;
    font-family: "Geologica", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px;
    margin: 0px;
    padding: 10px 24px;
    border-radius: 40px;
    text-decoration: none;
}
.company-articles-id__header .link svg {
    width: 24px;
    height: 24px;
}
.company-articles-id__header .link:hover {
    text-decoration: none;
    background-color: #FFEAE2;
    color: #FF763F;
}

@media (max-width: 991px) {
    .company-articles-id__header {
        grid-template-columns: auto auto auto;
        grid-template-rows: auto 16px auto;
        padding: 4px 0px;
    }
    .company-articles-id__header .tag {
        grid-area: 1/1/2/2;
        padding: 0px;
        font-size: 16px;
    }
    .company-articles-id__header .date {
        grid-area: 3/1/4/4;
    }
    .company-articles-id__header .link {
        grid-area: 1/3/2/4;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0px;
    }
    .company-articles-id__header .link svg {
        width: 20px;
        height: 20px;
    }
}

.company-articles-id {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 100%;
}
.company-articles-id #company-articles-id__header {
    grid-column: 1;
    order: 0;
}
.company-articles-id #company-articles-id__content {
    grid-column: 1;
    order: 1;
    margin-top: 16px;
}
.company-articles-id #company-articles-id__products-recommended {
    grid-column: 1;
    order: 2;
    margin-top: 48px;
}
.company-articles-id #company-articles-id__products-interesting {
    grid-column: 1;
    order: 3;
    margin-top: 60px;
}
.company-articles-id #company-articles-id__partner {
    grid-column: 1;
    order: 4;
    margin-top: 96px;
}

@media (max-width: 991px) {
    .company-articles-id #company-articles-id__content {
        margin-top: 16px;
    }
    .company-articles-id #company-articles-id__products-recommended {
        margin-top: 40px;
    }
    .company-articles-id #company-articles-id__products-interesting {
        margin-top: 40px;
    }
    .company-articles-id #company-articles-id__partner {
        margin-top: 40px;
    }
}

.company-articles-id__partner {
    position: relative;
    background-color: #FF763F;
    color: white;
    position: relative;
    padding: 60px 48px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}
.company-articles-id__partner .description {
    color: #ffffff;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 38px;
    letter-spacing: -0.02em;
    font-size: 30px;
    max-width: calc(100% - 230px);
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.company-articles-id__partner .title {
    color: #ffffff;
    font-family: "Geologica", sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 64px;
    letter-spacing: -0.04em;
    font-size: 56px;
    max-width: calc(100% - 230px);
    padding: 0px;
    margin: 0px;
}
.company-articles-id__partner #svg-letter {
    position: absolute;
    width: 140px;
    height: 140px;
    right: -20px;
    top: 110px;
}
.company-articles-id__partner #svg-rupor {
    position: absolute;
    width: 280px;
    height: 280px;
    right: -50px;
    bottom: -28px;
}
.company-articles-id__partner .link {
    border: none;
    border-radius: 40.5px;
    padding: 17px 40px;
    cursor: pointer;
    font-family: "Geologica", sans-serif;
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
    height: fit-content;
    width: fit-content;
    margin-top: 32px;
    transition: all 0.3s ease;
    background: #222222;
    color: white;
}
.company-articles-id__partner .link:hover {
    color: white;
    background: #404040;
}

@media (max-width: 991px) {
    .company-articles-id__partner {
        padding: 23px;
    }
    .company-articles-id__partner #svg-letter {
        top: 23%;
        right: -12px;
        width: 120px;
        height: 120px;
    }
    .company-articles-id__partner #svg-rupor {
        width: 100px;
        height: 100px;
        right: -28px;
        bottom: 12%;
    }
    .company-articles-id__partner .description {
        font-size: 16px;
        line-height: 140%;
        max-width: calc(100% - 90px);
    }
    .company-articles-id__partner .title {
        font-size: 32px;
        line-height: 120%;
        max-width: calc(100% - 90px);
    }
    .company-articles-id__partner .link {
        border-radius: 40px;
        font-size: 20px;
        line-height: 25px;
        padding: 19.5px 40px;
    }
}

.company-articles-id__products-interesting {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.company-articles-id__products-interesting .title {
    margin: 0;
    padding: 0;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #222222;
}
@media (max-width: 991px) {
    .company-articles-id__products-interesting {
        gap: 32px;
    }
    .company-articles-id__products-interesting .title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.03em;
        font-weight: 400;
    }
    .company-articles-id__products-interesting .news-block-splide {
        /* max-width: calc(100% + 12px) !important;
        width: calc(100% + 12px) !important; */
    }
}

.company-articles-id__products-recommended {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.company-articles-id__products-recommended .title {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #222222;
}

@media (max-width: 991px) {
    .company-articles-id__products-recommended {
        gap: 32px;
    }
    .company-articles-id__products-recommended .title {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.03em;
        font-weight: 400;
    }
}