.page-template-new-home-page .breadcrumb {
    display: none;
}
.first-home-section-wrap-top {
    padding: 8px 0;
    display: flex;
    justify-content: end;
}
.first-home-section-wrap-top-items {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    position: relative;
}
.first-home-section-wrap-top-item {
    display: flex;
    gap: 4px;
    align-items: center;
}
.first-home-section-wrap-top-item-img {
    width: 20px;
    height: 20px;
}
.first-home-section-wrap-top-item-price {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.first-home-section-wrap-top-items:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FFF 4.59%, rgba(255, 255, 255, 0.00) 54.17%, rgba(255, 255, 255, 0.00) 100%);
}
.first-home-section-wrap {
    display: flex;
    gap: 20px;
}
.first-home-section-wrap-left {
    width: 67%;
    border-radius: 32px;
    overflow: hidden;
    background: url(/wp-content/uploads/2026/03/adobe-express-file-24-1.png) right bottom no-repeat, linear-gradient(138deg, #CDDBFA -4.79%, #EBEFF4 56.86%);
    background-blend-mode: color-burn;
    padding: 32px;
}
.first-home-section-wrap-left-content-title {
    color: #090909;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding-bottom: 8px;
}
.first-home-section-wrap-left-content-text {
    color: #090909;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    padding-bottom: 16px;
}
.first-home-section-wrap-left-content-button {
    padding-bottom: 8px;
    display: flex;
}
.first-home-section-wrap-left-content-button a {
    display: flex;
    align-items: center;
    padding: 13px 24px;
    gap: 12px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    border-radius: 16px;
    background: var(--gradient-accent, linear-gradient(278deg, #F99515 -7.42%, #FF7316 112.6%));
}