/* html, body {
    overflow: unset;
} */
h3 {
    padding: 0;
    margin: 0;
}
h3:after {
    content: none;
}
.vector-forester {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    max-width: 1300px;
    min-width: 290px;
    margin: 0 auto;
}
.vector-forester * {
    box-sizing: border-box;
}
.title-forester {
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}
.subtitle-forester {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.mintitle-forester {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.text-forester {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media (max-width: 1599px) {
    .title-forester {
        font-size: 62px;
    }
}
@media (max-width: 1499px) {
    .title-forester {
        font-size: 60px;
    }
    .subtitle-forester {
        font-size: 40px;
    }
    .mintitle-forester {
        font-size: 26px;
    }
    .text-forester {
        font-size: 18px;
    }
}
@media (max-width: 1299px) {
    .title-forester {
        font-size: 45px;
    }
    .subtitle-forester {
        font-size: 35px;
    }
    .mintitle-forester {
        font-size: 20px;
    }
    .text-forester {
        font-size: 16px;
    }
}
@media (max-width: 1099px) {
    .title-forester {
        font-size: 60px;
    }
    .mintitle-forester {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .title-forester {
        font-size: 45px;
    }
    .mintitle-forester {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .title-forester {
        font-size: 40px;
    }
}
@media (max-width: 566px) {
    .title-forester {
        font-size: 22px;
    }
    .subtitle-forester {
        font-size: 18px;
    }
    .mintitle-forester {
        font-size: 16px;
    }
    .text-forester {
        font-size: 14px;
    }
}
/* product=================================================================== */
.product-forester {
    padding: 66px 50px 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 317px;
    border-radius: 0 0 40px 40px;
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/light-ellipse.svg), url(/image/catalog/unilanding/paragon1x18x-mini/product-bg.webp);
    background-size: 800px, cover;
    background-position: top -100px left 30px, center;
    background-repeat: no-repeat;
}
.product-forester__wrap {
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.product-forester__inner {
    display: flex;
    flex-direction: column;
}
.product-forester__inner h3 {
    color: #F9F9F9;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.product-forester__inner h4 {
    color: #F9F9F9;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    align-self: end;
    text-align: end;
    max-width: 575px;
    width: 100%;
}
.product-forester__name {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}
.product-forester__title-1 {
    max-width: 1175px;
    width: 100%;
    display: block;
}
.product-forester__title-2 {
    max-width: 1175px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.product-forester__img {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 575px;
    width: 100%;
}
.product-forester__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 575px;
    width: 100%;
    align-self: end;
}
.product-forester__wrap .text-forester {
    color: #F9F9F9;
}
@media (max-width: 1599px) {
    .product-forester {
        gap: 240px;
    }
    .product-forester__wrap {
        gap: 40px;
    }
    .product-forester__inner h4 {
        font-size: 50px;
        max-width: 525px;
    }
    .product-forester__name {
        margin: 30px 0 50px;
    }
    .product-forester__img {
        top: 25px;
        max-width: 524px;
    }
    .product-forester__info {
        max-width: 525px;
    }
}
@media (max-width: 1499px) {
    .product-forester {
        padding: 66px 30px 30px 30px;
        gap: 140px;
        background-size: 600px, cover;
        background-position: top -20px left 30px, center;
    }
    .product-forester__wrap {
        gap: 60px;
    }
    .product-forester__inner h4 {
        font-size: 43px;
        max-width: 465px;
    }
    .product-forester__name {
        margin: 20px 0;
    }
    .product-forester__img {
        top: 15px;
        max-width: 444px;
    }
    .product-forester__info {
        max-width: 465px;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 1299px) {
    .product-forester {
        padding: 66px 20px 20px 20px;
        gap: 110px;
        border-radius: 0 0 30px 30px;
        background-size: 800px, cover;
        background-position: top -10px left -40px, center;
    }
    .product-forester__wrap {
        gap: 50px;
    }
    .product-forester__inner h4 {
        font-size: 33px;
        max-width: 345px;
    }
    .product-forester__name {
        margin: 20px 0;
    }
    .product-forester__img {
        top: 35px;
        max-width: 344px;
    }
    .product-forester__info {
        max-width: 344px;
        gap: 20px;
    }
}
@media (max-width: 1099px) {
    .product-forester {
        padding: 66px 30px 30px 30px;
        gap: 140px;
        background-size: 600px, cover;
        background-position: top -20px left 30px, center;
    }
    .product-forester__wrap {
        gap: 60px;
    }
    .product-forester__inner h4 {
        font-size: 43px;
        max-width: 465px;
    }
    .product-forester__name {
        margin: 20px 0;
    }
    .product-forester__img {
        top: 25px;
        max-width: 444px;
    }
    .product-forester__info {
        max-width: 465px;
    }
}
@media (max-width: 991px) {
    .product-forester {
        padding: 66px 20px 20px 20px;
        gap: 110px;
        border-radius: 0 0 30px 30px;
        background-size: 800px, cover;
        background-position: top -10px left -40px, center;
    }
    .product-forester__wrap {
        gap: 80px;
    }
    .product-forester__inner h4 {
        font-size: 33px;
        max-width: 345px;
    }
    .product-forester__name {
        margin: 20px 0;
    }
    .product-forester__img {
        top: 35px;
        max-width: 344px;
    }
    .product-forester__info {
        max-width: 50vw;
        gap: 20px;
        align-items: end;
    }
}
@media (max-width: 767px) {
    .product-forester {
        gap: 100px;
        border-radius: 0 0 20px 20px;
        background-size: 600px, cover;
        background-position: top -30px center, center;
    }
    .product-forester__wrap {
        gap: 280px;
    }
    .product-forester__inner h3 {
        font-size: 40px;
    }
    .product-forester__inner h4 {
        text-align: right;
        max-width: 100%;
    }
    .product-forester__name {
        margin: 10px 0;
    }
    .product-forester__img {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 355px;
    }
    .product-forester__info {
        max-width: 100%;
        align-items: start;
    }
}
@media (max-width: 566px) {
    .product-forester {
        gap: 60px;
        padding: 20px 10px 10px 10px;
        background-size: 400px, cover;
        background-position: top 30px center, center;
    }
    .product-forester__wrap {
        gap: 253px;
    }
    .product-forester__inner h3 {
        font-size: 30px;
    }
    .product-forester__inner h4 {
        font-size: 22px;
    }
    .product-forester__name {
        margin: 10px 0;
    }
    .product-forester__img {
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 236px;
    }
}



.product-forester__choice {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.product-forester__choice-info {
    display: flex;
    flex-direction: column;
    gap: 38px;
    max-width: 575px;
    width: 100%;
}
.product-forester__choice-titles {
    display: flex;
    flex-direction: column;
}
.product-forester__choice-titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -65px 0;
}
.product-forester__choice .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-forester__choice .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
}
.product-forester__choice .text-forester {
    color: #F9F9F9;
}

.target-scope {
    position: relative;
    width: 575px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.target-scope__content {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.target-scope__text {
    color: rgba(170, 170, 170, 0.67);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: balance;
}
.target-scope__controls {
    display: flex;
    justify-content: center;
    width: 100%;
}
.target-scope__button {
    padding: 13px;
    border: none;
    color: hsl(0, 0%, 30%);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: opacity 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}
.target-scope__button--red {
    border-radius: 20px 0 0 20px;
    background: #240000;
}
.target-scope__button--green {
    border-radius: 0 20px 20px 0;
    background: #002613;
}
.target-scope__button--red.target-scope__button--active {
    background: #650000;
    text-shadow: 0 0 10px #F00;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #F00;
    color: hsl(0, 0%, 100%);
}
.target-scope__button--green.target-scope__button--active {
    background: #004623;
    text-shadow: 0 0 10px #0F0;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #0F0;
    color: hsl(0, 0%, 100%);
}
.target-scope__overlay {
    width: 575px;
    height: 575px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/scope-bg.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.target-scope__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.target-scope__grid img {
    width: 100%;
}
.target-scope__grid--red {
    filter: drop-shadow(0 0 8px #F00);
    -webkit-filter: drop-shadow(0 0 8px #F00);
}
.target-scope__grid--green {
    filter: drop-shadow(0 0 8px #0F0);
    -webkit-filter: drop-shadow(0 0 8px #0F0);
}
.target-scope__grid--active {
    opacity: 1;
}

@media (max-width: 1599px) {
    .product-forester__choice {
        align-items: end;
    }
    .product-forester__choice-info {
        max-width: 525px;
    }
    .product-forester__choice .title-forester {
        font-size: 62px;
    }
    .target-scope {
        width: 525px;
    }
    .target-scope__overlay {
        width: 525px;
        height: 525px;
    }
    .target-scope__grid {
        width: 69px;
    }
}
@media (max-width: 1499px) {
    .product-forester__choice-info {
        max-width: 485px;
    }
    .product-forester__choice .text-forester {
        max-width: 445px;
    }
    .product-forester__choice .title-forester {
        font-size: 60px;
    }
    .target-scope {
        width: 445px;
    }
    .target-scope__overlay {
        width: 445px;
        height: 445px;
    }
    .target-scope__grid {
        width: 63px;
    }
}
@media (max-width: 1299px) {
    .product-forester__choice-info {
        max-width: 344px;
    }
    .product-forester__choice-wrap {
        width: 344px;
        height: 344px;
        margin: 0 0 0 -500px;
    }
    .product-forester__choice .title-forester {
        font-size: 45px;
    }
    .product-forester__choice .subtitle-forester {
        font-size: 32px;
    }
    .target-scope {
        width: 344px;
        margin: 0 0 0 -500px;
    }
    .target-scope__overlay {
        width: 344px;
        height: 344px;
    }
    .target-scope__button {
        padding: 16px;
        font-size: 20px;
    }
    .target-scope__content {
        gap: 15px;
    }
    .target-scope__grid {
        width: 47px;
    }
}
@media (max-width: 1099px) {
    .product-forester__choice-info {
        max-width: 485px;
    }
    .product-forester__choice .text-forester {
        max-width: 445px;
    }
    .product-forester__choice .title-forester {
        font-size: 57px;
    }
    .target-scope {
        width: 445px;
    }
    .target-scope__overlay {
        width: 445px;
        height: 445px;
    }
    .target-scope__grid {
        width: 63px;
    }
}
@media (max-width: 991px) {
    .product-forester__choice-info {
        max-width: 45vw;
    }
    .product-forester__choice .title-forester {
        font-size: 45px;
    }
    .target-scope {
        width: 344px;
        margin: 0 0 0 -500px;
    }
    .target-scope__overlay {
        width: 344px;
        height: 344px;
    }
    .target-scope__grid {
        width: 47px;
    }
}
@media (max-width: 767px) {
    .product-forester__choice {
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        padding: 0 0 25px 0;
    }
    .product-forester__choice .title-forester {
        font-size: 40px;
    }
    .product-forester__choice .subtitle-forester {
        max-width: 100%;
    }
    .product-forester__choice .text-forester {
        max-width: 100%;
    }
    .product-forester__choice-info {
        max-width: 100%;
    }
    .target-scope__button {
        padding: 13px;
        font-size: 25px;
    }
    .target-scope {
        width: 445px;
        margin: 0;
    }
    .target-scope__overlay {
        width: 445px;
        height: 445px;
    }
    .target-scope__grid {
        width: 63px;
    }
}
@media (max-width: 566px) {
    .product-forester__choice {
        gap: 30px;
        padding: 0 0 10px 0;
    }
    .product-forester__choice-info {
        gap: 30px;
    }
    .product-forester__choice .title-forester {
        font-size: 22px;
    }
    .product-forester__choice .subtitle-forester {
        font-size: 18px;
    }
    .product-forester__choice-titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .target-scope {
        max-width: 400px;
        width: 100%;
        margin: 0;
    }
    .target-scope__text {
        font-size: 16px;
    }
    .target-scope__overlay {
        width: 100%;
        height: auto;
    }
    .target-scope__grid {
        width: 11vw;
    }
    .target-scope__button {
        padding: 16px;
        font-size: 20px;
    }
}


/* modern---------------------------------------------------------------------------------------------- */
.modern-forester {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 100px 50px;
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/modern-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.modern-forester__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.modern-forester__titles {
    display: flex;
    flex-direction: column;
}
.modern-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.modern-forester__info .title-forester {
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modern-forester__info .subtitle-forester {
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modern-forester__text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.modern-forester__info .mintitle-forester {
    color: #333;
}
.modern-forester__info .text-forester {
    color: #333;
}
.modern-forester ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.modern-forester__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 64px 20px 20px 20px;
}
.modern-forester__item .mintitle-forester {
    color: #F9F9F9;
    max-width: 350px;
    text-wrap: balance;
}
.modern-forester__item .text-forester {
    color: #F9F9F9;
}
.modern-forester__item--1,
.modern-forester__item--4 {
    width: 700px;
}
.modern-forester__item--2,
.modern-forester__item--3 {
    width: 480px;
}
.modern-forester__item--1 {
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/modern-1.webp);
}
.modern-forester__item--2 {
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/modern-2.webp);
}
.modern-forester__item--3 {
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/modern-3.webp);
}
.modern-forester__item--4 {
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/modern-4.webp);
}

@media (max-width: 1599px) {
    .modern-forester__item {
        padding: 34px 20px 20px 20px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 644px;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 406px;
    }
}
@media (max-width: 1499px) {
    .modern-forester {
        padding: 90px 30px;
    }
    .modern-forester__item {
        padding: 56px 20px 20px 20px;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 300px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 546px;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 344px;
    }
}
@media (max-width: 1299px) {
    .modern-forester {
        gap: 50px;
        padding: 90px 20px;
    }
    .modern-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .modern-forester ul {
        gap: 10px;
    }
    .modern-forester__item {
        padding: 42px 20px 20px 20px;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 205px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 422px;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 266px;
    }
}
@media (max-width: 1099px) {
    .modern-forester {
        padding: 90px 30px;
    }
    .modern-forester__titles b {
        margin: 0 0 -73px 0;
    }
    .modern-forester ul {
        justify-content: center;
    }
    .modern-forester__item {
        padding: 56px 20px 20px 20px;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 300px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 525px;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 344px;
    }
}
@media (max-width: 991px) {
    .modern-forester {
        gap: 50px;
        padding: 90px 20px;
    }
    .modern-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .modern-forester ul {
        gap: 10px;
        justify-content: start;
    }
    .modern-forester__item {
        padding: 42px 20px 20px 20px;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 205px;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 50vw;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 36vw;
    }
}
@media (max-width: 767px) {
    .modern-forester {
        padding: 80px 20px;
    }

    .modern-forester ul {
        flex-direction: column;
        gap: 20px;
    }
    .modern-forester__item {
        padding: 20px;
        min-height: 179px;
        justify-content: end;
    }
    .modern-forester__item .mintitle-forester {
        max-width: 100%;
    }
    .modern-forester__item--1,
    .modern-forester__item--4 {
        width: 100%;
    }
    .modern-forester__item--2,
    .modern-forester__item--3 {
        width: 100%;
    }
}
@media (max-width: 566px) {
    .modern-forester {
        gap: 30px;
        padding: 90px 10px 50px 10px;
    }
    .modern-forester__info {
        gap: 30px;
    }
    .modern-forester__titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .modern-forester__item {
        min-height: auto;
    }
}

/* compatibility------------------------------------------------------------------------------------ */
.compatibility-forester {
    padding: 50px;
    border-radius: 40px;
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/compatibility-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 150px;
}
.compatibility-forester__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-forester__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-forester__titles {
    display: flex;
    flex-direction: column;
}
.compatibility-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.compatibility-forester__titles .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compatibility-forester__titles .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compatibility-forester .text-forester {
    color: #F9F9F9;
}
.compatibility-forester__img {
    max-width: 1200px;
    width: 100%;
}
.compatibility-tuning {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-tuning__info {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.compatibility-tuning__titles {
    display: flex;
    flex-direction: column;
}
.compatibility-tuning__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.compatibility-tuning__titles .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compatibility-tuning__titles .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.compatibility-tuning__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.compatibility-tuning .mintitle-forester {
    color: #F9F9F9;
}
.compatibility-tuning ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.compatibility-tuning__item {
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.compatibility-tuning__item img {
    max-width: 575px;
    width: 100%;
}
.compatibility-tuning__item--1 {
    align-items: start;
}
.compatibility-tuning__discription {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 575px;
}
.compatibility-tuning__item--2 {
    align-items: end;
    margin: -240px 0 0 0;
}

@media (max-width: 1599px) {
    .compatibility-tuning__item {
        gap: 20px;
    }
    .compatibility-tuning__item img {
        max-width: 525px;
    }
    .compatibility-tuning__discription {
        max-width: 525px;
    }
    .compatibility-tuning__item--2 {
        margin: -200px 0 0 0;
    }
}
@media (max-width: 1499px) {
    .compatibility-forester {
        padding: 30px;
        gap: 120px;
    }
    .compatibility-tuning__item img {
        max-width: 445px;
    }
    .compatibility-tuning__discription {
        max-width: 445px;
    }
    .compatibility-tuning__item--2 {
        margin: -125px 0 0 0;
    }
}
@media (max-width: 1299px) {
    .compatibility-forester {
        padding: 20px;
        border-radius: 30px;
        gap: 110px;
    }
    .compatibility-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .compatibility-tuning__item {
        gap: 10px;
    }
    .compatibility-tuning__item img {
        max-width: 344px;
    }
    .compatibility-tuning__discription {
        max-width: 344px;
    }
    .compatibility-tuning__item--2 {
        margin: -70px 0 0 0;
    }
    .compatibility-tuning__titles b {
        margin: 0 0 -53px 0;
    }
}
@media (max-width: 1099px) {
    .compatibility-forester {
        padding: 30px;
        border-radius: 40px;
        gap: 120px;
    }
    .compatibility-forester__titles b {
        margin: 0 0 -73px 0;
    }
    .compatibility-tuning__titles b {
        margin: 0 0 -73px 0;
    }
    .compatibility-tuning__item {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .compatibility-tuning__item img {
        max-width: 100%;
    }
    .compatibility-tuning__discription {
        max-width: 100%;
    }
    .compatibility-tuning__item--2 {
        margin: -170px 0 0 0;
    }
}
@media (max-width: 991px) {
    .compatibility-forester {
        padding: 20px;
        border-radius: 30px;
        gap: 110px;
    }
    .compatibility-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .compatibility-tuning__item {
        gap: 10px;
    }
    .compatibility-tuning__item--2 {
        margin: -7vw 0 0 0;
    }
    .compatibility-tuning__titles b {
        margin: 0 0 -53px 0;
    }
}
@media (max-width: 767px) {
    .compatibility-forester {
        padding: 20px;
        border-radius: 20px;
        gap: 100px;
    }
    .compatibility-forester__img {
        content: url(/image/catalog/unilanding/paragon1x18x-mini/compatibility-m.webp);
    }
    .compatibility-tuning ul {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .compatibility-tuning__item {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .compatibility-tuning__item--2 {
        flex-direction: column-reverse;
        margin: 0;
    }
}
@media (max-width: 566px) {
    .compatibility-forester {
        padding: 15px 10px;
        gap: 60px;
    }
    .compatibility-forester__titles .title-forester {
        font-size: 22px;
    }
    .compatibility-forester__wrap {
        gap: 30px;
    }
    .compatibility-forester__info {
        gap: 30px;
    }
    .compatibility-forester__titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .compatibility-tuning {
        gap: 30px;
    }
    .compatibility-tuning__info {
        gap: 30px;
    }
    .compatibility-tuning__titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .compatibility-tuning ul {
        gap: 30px;
    }
}

/* reticle------------------------------------------------------------------------------------ */
.reticle-forester {
    display: flex;
    flex-direction: column;
    padding: 100px 50px 200px 50px;
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/reticle-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.reticle-forester__titles {
    display: flex;
    flex-direction: column;
}
.reticle-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.reticle-forester__titles .title-forester {
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reticle-forester__titles .subtitle-forester {
    background: linear-gradient(90deg, #6B6B6B 0%, #333 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.reticle-forester__wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: -175px 0 0 0;
}
.reticle-forester__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 575px;
    width: 100%
}
.reticle-forester__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.reticle-forester__item-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.reticle-forester__item-header img {
    width: 51px;
    aspect-ratio: 1/1;
}
.reticle-forester .mintitle-forester {
    color: #333;
    text-wrap: balance;
}
.reticle-forester .text-forester {
    color: #333;
}
.reticle-forester__img {
    max-width: 575px;
    width: 100%;
}

@media (max-width: 1599px) {
    .reticle-forester__wrap {
        margin: -120px 0 0 0;
    }
    .reticle-forester__inner {
        max-width: 525px;
    }
    .reticle-forester__img {
        max-width: 525px;
    }
}
@media (max-width: 1499px) {
    .reticle-forester {
        padding: 90px 30px 150px 30px;
    }
    .reticle-forester__wrap {
        margin: -15px 0 0 0;
    }
    .reticle-forester__inner {
        max-width: 445px;
    }
    .reticle-forester__img {
        max-width: 445px;
    }
}
@media (max-width: 1299px) {
    .reticle-forester {
        padding: 90px 20px 130px 20px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .reticle-forester__wrap {
        align-items: start;
        margin: -20px 0 0 0;
    }
    .reticle-forester__inner {
        max-width: 100%;
        padding: 55px 0 0 0;
    }
    .reticle-forester__item:nth-child(1) {
        max-width: 334px;
    }
    .reticle-forester__item:nth-child(2) {
        max-width: 100%;
    }
    .reticle-forester__img {
        max-width: 334px;
        margin: -50px 0 0 -334px;
    }
}
@media (max-width: 1099px) {
    .reticle-forester {
        padding: 90px 30px 150px 30px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -73px 0;
    }
    .reticle-forester__wrap {
        margin: -110px 0 0 0;
        align-items: end;
        gap: 20px;
    }
    .reticle-forester__inner {
        max-width: 100%;
        padding: 0;
    }
    .reticle-forester__item:nth-child(1) {
        max-width: 100%;
    }
    .reticle-forester__item:nth-child(2) {
        max-width: 100%;
    }
    .reticle-forester__img {
        max-width: 445px;
        margin: 0;
    }
}
@media (max-width: 991px) {
    .reticle-forester {
        padding: 90px 20px 130px 20px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .reticle-forester__wrap {
        align-items: start;
        margin: -20px 0 0 0;
    }
    .reticle-forester__inner {
        max-width: 100%;
        padding: 55px 0 0 0;
    }
    .reticle-forester__item:nth-child(1) {
        max-width: 44vw;
    }
    .reticle-forester__item:nth-child(2) {
        max-width: 100%;
    }
    .reticle-forester__img {
        max-width: 334px;
        margin: -90px 0 0 -334px;
    }
}
@media (max-width: 767px) {
    .reticle-forester {
        padding: 80px 20px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .reticle-forester__wrap {
        align-items: center;
        flex-direction: column-reverse;
        margin: 50px 0 0 0;
        gap: 50px;
    }
    .reticle-forester__inner {
        max-width: 100%;
        padding: 0;
    }
    .reticle-forester__item:nth-child(1) {
        max-width: 100%;
    }
    .reticle-forester__item:nth-child(2) {
        max-width: 100%;
    }
    .reticle-forester__img {
        max-width: 497px;
        margin: 0;
    }
}
@media (max-width: 566px) {
    .reticle-forester {
        padding: 50px 10px;
    }
    .reticle-forester__titles b {
        margin: 0 0 -35px 0;
        font-size: 120px;
    }
    .reticle-forester__wrap {
        margin: 20px 0 0 0;
        gap: 20px;
    }
    .reticle-forester__inner {
        gap: 20px;
    }
    .reticle-forester__img {
        max-width: 400px;
    }
}

/* guarantee------------------------------------------------------------------------------------ */
.dark-forester {
    background-color: #242424;
    border-radius: 40px;
}
.guarantee-forester {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 30px 50px 300px 50px;
    position: relative;
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/guarantee-bg.webp);
    background-size: 100% 580px;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 40px 40px 0 0;
}
.guarantee-forester img {
    max-width: 575px;
    width: 100%;
    position: absolute;
    top: 38px;
    left: 50px;
    z-index: 1;
}
.guarantee-forester__inner {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}
.guarantee-forester__inner b {
    font-size: 400px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.2;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 0;
}
.guarantee-forester__titles {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-60%);
    z-index: 2;
}
.guarantee-forester .title-forester {
    background: linear-gradient(90deg, #F9F9F9 -3.81%, #626262 99.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guarantee-forester .subtitle-forester {
    background: linear-gradient(90deg, #F9F9F9 -3.81%, #626262 99.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.guarantee-forester .text-forester {
    color: #F9F9F9;
    max-width: 575px;
    width: 100%;
    align-self: end;
}

@media (max-width: 1599px) {
    .guarantee-forester {
        gap: 25px;
        padding: 20px 50px 270px 50px;
        background-size: 100% 540px;
    }
    .guarantee-forester img {
        max-width: 525px;
    }
    .guarantee-forester .text-forester {
        max-width: 545px;
    }
}
@media (max-width: 1499px) {
    .guarantee-forester {
        gap: 20px;
        padding: 30px 30px 240px 30px;
        background-size: 100% 435px;
    }
    .guarantee-forester__inner b {
        font-size: 300px;
    }
    .guarantee-forester__titles {
        transform: translateY(-50%);
    }
    .guarantee-forester img {
        max-width: 445px;
        top: 30px;
        left: 30px;
    }
    .guarantee-forester .text-forester {
        max-width: 445px;
    }
}
@media (max-width: 1299px) {
    .dark-forester {
        border-radius: 30px;
    }
    .guarantee-forester {
        gap: 10px;
        padding: 20px 20px 150px 20px;
        background-size: 100% 378px;
        border-radius: 30px 30px 0 0;
    }
    .guarantee-forester img {
        max-width: 344px;
        top: 20px;
        left: 20px;
    }
    .guarantee-forester__inner b {
        font-size: 250px;
    }
    .guarantee-forester .text-forester {
        max-width: 344px;
    }
}
@media (max-width: 1099px) {
    .dark-forester {
        border-radius: 40px;
    }
    .guarantee-forester {
        gap: 20px;
        padding: 30px 30px 240px 30px;
        background-size: 100% 425px;
        border-radius: 40px 40px 0 0;
    }
    .guarantee-forester__inner b {
        font-size: 300px;
    }
    .guarantee-forester img {
        max-width: 445px;
        top: 30px;
        left: 30px;
    }
    .guarantee-forester .text-forester {
        max-width: 445px;
    }
}
@media (max-width: 991px) {
    .dark-forester {
        border-radius: 30px;
    }
    .guarantee-forester {
        gap: 10px;
        padding: 20px 20px 150px 20px;
        background-size: 100% 378px;
        border-radius: 30px 30px 0 0;
    }
    .guarantee-forester img {
        max-width: 344px;
        top: 20px;
        left: 20px;
    }
    .guarantee-forester__inner b {
        font-size: 250px;
    }
    .guarantee-forester .text-forester {
        max-width: 344px;
    }
}
@media (max-width: 767px) {
    .dark-forester {
        border-radius: 20px;
    }
    .guarantee-forester {
        gap: 80px;
        padding: 20px 20px 100px 20px;
        background-size: 100% 270px;
        border-radius: 20px 20px 0 0;
    }
    .guarantee-forester img {
        max-width: 254px;
    }
    .guarantee-forester__inner b {
        font-size: 300px;
    }
    .guarantee-forester .text-forester {
        margin: 0;
        max-width: 100%;
        align-self: start;
    }
}
@media (max-width: 566px) {
    .guarantee-forester {
        gap: 55px;
        padding: 20px 10px;
        background-size: 100% 150px;
    }
    .guarantee-forester__inner b {
        font-size: 154px;
    }
    .guarantee-forester img {
        max-width: 147px;
        top: 10px;
        left: 10px;
    }
}

/* construction-------------------------------------------------------------------------------------- */
.construction-forester {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px;
}
.construction-forester__titles {
    display: flex;
    flex-direction: column;
}
.construction-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.construction-forester__titles .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.construction-forester__titles .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.construction-forester ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.construction-forester ul li {
    display: flex;
    gap: 30px;
    align-items: start;
    padding: 30px;
    border-radius: 10px;
    background: #1D1D1D;
}
.construction-forester ul li img {
    max-width: 145px;
    width: 100%;
}
.construction-forester__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.construction-forester .mintitle-forester {
    color: #F9F9F9;
}
.construction-forester .text-forester {
    color: #F9F9F9;
}

@media (max-width: 1499px) {
    .construction-forester {
        padding: 0 30px;
    }
}
@media (max-width: 1299px) {
    .construction-forester {
        padding: 0 20px;
    }
    .construction-forester__titles b {
        margin: 0 0 -53px 0;
    }
}
@media (max-width: 1099px) {
    .construction-forester {
        padding: 0 30px;
    }
    .construction-forester__titles b {
        margin: 0 0 -73px 0;
    }
}
@media (max-width: 991px) {
    .construction-forester {
        padding: 0 20px;
    }
    .construction-forester__titles b {
        margin: 0 0 -53px 0;
    }
}
@media (max-width: 767px) {
    .construction-forester ul li {
        flex-direction: column;
    }
    .construction-forester ul li img {
        max-width: 100px;
    }
}
@media (max-width: 566px) {
    .construction-forester {
        gap: 30px;
        padding: 50px 10px 0 10px;
    }
    .construction-forester__titles b {
        font-size: 120px;
        margin: 0 0 -35px 0;
    }
    .construction-forester ul li {
        gap: 20px;
        padding: 20px;
    }
    .construction-forester ul li img {
        max-width: 90px;
    }
}

/* equipment-------------------------------------------------------------------------------------- */
.equipment-forester {
    padding: 150px 0 400px 50px;
    background-image: url(/image/catalog/unilanding/paragon1x18x-mini/equipment-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom 50px;
    position: relative;
}
.equipment-forester__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 1
}
.equipment-forester__titles {
    display: flex;
    flex-direction: column;
}
.equipment-forester__titles b {
    font-size: 154px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
    opacity: 0.15;
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 -73px 0;
}
.equipment-forester__titles .title-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.equipment-forester__titles .subtitle-forester {
    background: linear-gradient(90deg, #626262 0%, #F9F9F9 131.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.equipment-forester ul {
    margin: 0;
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.equipment-forester .text-forester {
    color: #F9F9F9;
}
.equipment-forester img {
    max-width: 830px;
    width: 100%;
    position: absolute;
    right: 40px;
    bottom: 166px;
}

@media (max-width: 1599px) {
    .equipment-forester {
        padding: 150px 0 420px 50px;
    }
    .equipment-forester img {
        max-width: 750px;
        bottom: 200px;
        right: 25px;
    }
}
@media (max-width: 1499px) {
    .equipment-forester {
        padding: 120px 0 400px 30px;
        background-position: left bottom 30px;
    }
    .equipment-forester__titles .subtitle-forester {
        font-size: 35px;
    }
    .equipment-forester ul {
        max-width: 350px;
        padding: 0 0 0 30px;
    }
    .equipment-forester img {
        max-width: 725px;
        bottom: 125px;
    }
}
@media (max-width: 1299px) {
    .equipment-forester {
        padding: 110px 0 258px 20px;
        background-position: left bottom 20px;
    }
    .equipment-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .equipment-forester img {
        max-width: 540px;
        bottom: 77px;
        right: 10px;
    }
}
@media (max-width: 1099px) {
    .equipment-forester {
        padding: 120px 0 400px 30px;
        background-position: left bottom 30px;
    }
    .equipment-forester ul {
        padding: 0 0 0 30px;
    }
    .equipment-forester img {
        max-width: 725px;
        bottom: 125px;
    }
}
@media (max-width: 991px) {
    .equipment-forester {
        padding: 110px 0 440px 20px;
        background-position: left bottom 20px;
    }
    .equipment-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .equipment-forester img {
        max-width: 80vw;
        bottom: 100px;
    }
}
@media (max-width: 767px) {
    .equipment-forester {
        padding: 100px 0 60vw 20px;
        background-position: left bottom 20px;
    }
    .equipment-forester__titles b {
        margin: 0 0 -53px 0;
    }
    .equipment-forester img {
        max-width: 85%;
        bottom: 70px;
        right: 0;
    }
}
@media (max-width: 566px) {
    .equipment-forester {
        padding: 60px 10px 70vw 10px;
        background-position: left bottom 10px;
    }
    .equipment-forester__inner {
        gap: 30px;
    }
    .equipment-forester ul {
        padding: 0 0 0 20px;
        max-width: 100%;
    }
    .equipment-forester__titles b {
        margin: 0 0 -35px 0;
        font-size: 120px;
    }
    .equipment-forester__titles .title-forester {
        font-size: 28px;
    }
    .equipment-forester__titles .subtitle-forester {
        font-size: 18px;
    }
    .equipment-forester img {
        max-width: 90%;
        bottom: 10px;
    }
}