@media screen and (min-width: 701px) {
  .rensino-home-pc {
    --rh-blue: #073783;
    --rh-cyan: #00aeef;
    --rh-ink: #10233f;
    --rh-muted: #64748b;
    --rh-line: #dce5ef;
    --rh-surface: #f4f7fa;
    overflow: hidden;
    color: var(--rh-ink);
    background: #fff;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  }

  .rensino-home-pc *,
  .rensino-home-pc *::before,
  .rensino-home-pc *::after {
    box-sizing: border-box;
    letter-spacing: 0 !important;
  }

  .rensino-home-pc h1,
  .rensino-home-pc h2,
  .rensino-home-pc h3,
  .rensino-home-pc p,
  .rensino-home-pc figure,
  .rensino-home-pc ol {
    margin: 0;
  }

  .rensino-home-pc img {
    display: block;
    width: 100%;
  }

  .rh-shell {
    width: min(calc(100% - 64px), 1480px);
    margin: 0 auto;
  }

  .rh-section {
    padding: 112px 0;
  }

  .rh-kicker,
  .rh-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--rh-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .rh-kicker i {
    color: var(--rh-cyan);
    font-size: 18px;
  }

  .rh-section-head {
    margin-bottom: 48px;
  }

  .rh-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
    gap: 72px;
    align-items: end;
  }

  .rh-section-head h2,
  .rh-custom__content h2 {
    max-width: 820px;
    margin-top: 14px;
    color: var(--rh-ink);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.12;
  }

  .rh-section-head > p,
  .rh-factory__intro > p,
  .rh-section-head--center > p:last-child,
  .rh-custom__content > p {
    color: var(--rh-muted);
    font-size: 16px;
    line-height: 1.8;
  }

  .rh-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
  }

  .rh-button:hover {
    transform: translateY(-2px);
  }

  .rh-button--primary {
    color: #fff;
    background: var(--rh-cyan);
    box-shadow: 0 12px 30px rgba(0, 174, 239, 0.22);
  }

  .rh-button--primary:hover {
    color: #fff;
    background: #008fc7;
  }

  .rh-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(5, 31, 68, 0.38);
    backdrop-filter: blur(8px);
  }

  .rh-button--ghost:hover {
    color: var(--rh-blue);
    border-color: #fff;
    background: #fff;
  }

  .rh-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rh-blue);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }

  .rh-text-link i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--rh-line);
    border-radius: 50%;
    color: var(--rh-cyan);
    transition: transform 220ms ease, border-color 220ms ease;
  }

  .rh-text-link:hover i {
    transform: translateX(3px);
    border-color: var(--rh-cyan);
  }

  .rh-hero {
    position: relative;
    display: flex;
    min-height: 660px;
    height: calc(100svh - 24px);
    align-items: center;
    isolation: isolate;
    color: #fff;
    background-color: #061a34;
    background-image: url('./hero-products.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .rh-hero__shade {
    position: absolute;
    z-index: -1;
    inset: 0 auto 0 0;
    width: 49%;
    background: rgba(3, 22, 47, 0.28);
  }

  .rh-hero__content {
    padding-top: 72px;
  }

  .rh-hero__content > * {
    max-width: 610px;
  }

  .rh-eyebrow {
    margin-bottom: 23px !important;
    color: #c9eaff;
  }

  .rh-eyebrow span {
    width: 34px;
    height: 2px;
    background: var(--rh-cyan);
  }

  .rh-hero h1 {
    max-width: 650px;
    color: #fff;
    font-size: 68px;
    font-weight: 750;
    line-height: 1.03;
    text-wrap: balance;
  }

  .rh-hero__lead {
    margin-top: 28px !important;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.38;
  }

  .rh-hero__copy {
    max-width: 550px;
    margin-top: 18px !important;
    color: #c8d7e8;
    font-size: 15px;
    line-height: 1.8;
  }

  .rh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }

  .rh-hero__scroll {
    position: absolute;
    bottom: 34px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 600;
    transform: translateX(-50%);
  }

  .rh-hero__scroll span {
    position: relative;
    width: 1px;
    height: 32px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.36);
  }

  .rh-hero__scroll span::after {
    position: absolute;
    top: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    content: '';
    animation: rh-scroll 2.2s ease-in-out infinite;
  }

  @keyframes rh-scroll {
    0% { transform: translateY(0); }
    70%, 100% { transform: translateY(200%); }
  }

  .rh-categories {
    background: var(--rh-surface);
  }

  .rh-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }

  .rh-category {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--rh-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 55, 131, 0.04);
    transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
  }

  .rh-category:hover {
    border-color: rgba(0, 174, 239, 0.56);
    box-shadow: 0 18px 44px rgba(7, 55, 131, 0.12);
    transform: translateY(-5px);
  }

  .rh-category__image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9eef3;
  }

  .rh-category__image::after {
    position: absolute;
    inset: 0;
    border-bottom: 3px solid var(--rh-cyan);
    content: '';
    opacity: 0;
    transition: opacity 240ms ease;
  }

  .rh-category:hover .rh-category__image::after {
    opacity: 1;
  }

  .rh-category__image img {
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
  }

  .rh-category:hover .rh-category__image img {
    transform: scale(1.035);
  }

  .rh-category__icon {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 14px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--rh-blue);
    box-shadow: 0 8px 18px rgba(7, 55, 131, 0.2);
  }

  .rh-category__icon i {
    font-size: 20px;
  }

  .rh-category__body {
    position: relative;
    display: grid;
    min-height: 96px;
    align-content: center;
    padding: 18px 52px 18px 20px;
  }

  .rh-category__body h3 {
    display: -webkit-box;
    min-width: 0;
    min-height: 42px;
    overflow: hidden;
    color: var(--rh-ink);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rh-category__body > span {
    margin-top: 7px;
    color: var(--rh-muted);
    font-size: 12px;
  }

  .rh-category__body > i {
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--rh-cyan);
    font-size: 20px;
    transform: translateY(-50%);
  }

  .rh-factory {
    color: #fff;
    background: #071b35;
  }

  .rh-factory.rh-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .rh-section-head--light h2,
  .rh-section-head--light .rh-kicker {
    color: #fff;
  }

  .rh-section-head--light .rh-kicker i {
    color: var(--rh-cyan);
  }

  .rh-factory__intro > p {
    color: #afc2d7;
  }

  .rh-factory__intro > span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #8fb2d7;
    font-size: 12px;
    line-height: 1.5;
  }

  .rh-factory__intro > span i {
    color: var(--rh-cyan);
    font-size: 17px;
  }

  .rh-factory-grid {
    display: grid;
    grid-template-columns: repeat(16, minmax(0, 1fr));
    grid-template-rows: repeat(2, 272px);
    grid-auto-flow: dense;
    gap: 12px;
  }

  .rh-factory-item {
    position: relative;
    grid-column: auto;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    background: #0d294a;
  }

  .rh-factory-item--main {
    grid-row: span 2;
    grid-column: span 7;
  }

  .rh-factory-item:nth-child(2) {
    grid-column: span 5;
  }

  .rh-factory-item:nth-child(3) {
    grid-column: span 4;
  }

  .rh-factory-item:nth-child(n + 4) {
    grid-column: span 3;
  }

  .rh-factory-item::after {
    position: absolute;
    inset: 46% 0 0;
    background: linear-gradient(180deg, rgba(3, 22, 47, 0) 0%, rgba(3, 22, 47, 0.78) 100%);
    content: '';
    pointer-events: none;
  }

  .rh-factory-item img {
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
  }

  .rh-factory-item--main img {
    object-position: center 58%;
  }

  .rh-factory-item:nth-child(2) img {
    object-position: center 46%;
  }

  .rh-factory-item:nth-child(3) img {
    object-position: center 50%;
  }

  .rh-factory-item:hover img {
    transform: scale(1.025);
  }

  .rh-factory-item figcaption {
    position: absolute;
    z-index: 1;
    right: 18px;
    bottom: 16px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.34);
  }

  .rh-factory-item--main figcaption {
    font-size: 15px;
  }

  .rh-factory-item figcaption span {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 24px;
    place-items: center;
    border-radius: 2px;
    color: #fff;
    background: var(--rh-cyan);
    font-size: 10px;
    font-weight: 700;
    text-shadow: none;
  }

  @media screen and (max-width: 1500px) {
    .rh-factory-grid {
      margin-right: 112px;
    }
  }

  .rh-products {
    background: #fff;
  }

  .rh-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .rh-product {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--rh-line);
    border-radius: 6px;
    background: #fff;
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  }

  .rh-product:hover {
    border-color: rgba(7, 55, 131, 0.25);
    box-shadow: 0 18px 44px rgba(7, 55, 131, 0.1);
    transform: translateY(-4px);
  }

  .rh-product__image {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f7f9;
  }

  .rh-product__image img {
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
  }

  .rh-product:hover .rh-product__image img {
    transform: scale(1.035);
  }

  .rh-product__image > span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    border-radius: 3px;
    color: #fff;
    background: var(--rh-blue);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .rh-product__body {
    position: relative;
    min-height: 132px;
    padding: 20px 56px 20px 20px;
  }

  .rh-product__body > p {
    overflow: hidden;
    color: var(--rh-cyan);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .rh-product__body h3 {
    display: -webkit-box;
    min-height: 48px;
    margin-top: 9px;
    overflow: hidden;
    color: var(--rh-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rh-product__link {
    position: absolute;
    right: 18px;
    bottom: 20px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: var(--rh-blue);
    background: #edf3f9;
  }

  .rh-product:hover .rh-product__link {
    color: #fff;
    background: var(--rh-cyan);
  }

  .rh-custom {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(520px, 0.92fr);
    min-height: 720px;
    background: #eef4f8;
  }

  .rh-custom__visual {
    min-height: 620px;
    overflow: hidden;
  }

  .rh-custom__visual img {
    height: 100%;
    object-fit: cover;
  }

  .rh-custom__content {
    display: flex;
    max-width: 720px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 84px 8vw 84px 7vw;
  }

  .rh-custom__content > p {
    max-width: 590px;
    margin-top: 24px;
  }

  .rh-custom__content .rh-kicker {
    margin-top: 0;
  }

  .rh-custom__options {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 34px 0;
    border-top: 1px solid #cbd8e5;
    border-left: 1px solid #cbd8e5;
  }

  .rh-custom__options > div {
    display: flex;
    min-width: 0;
    min-height: 96px;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-right: 1px solid #cbd8e5;
    border-bottom: 1px solid #cbd8e5;
  }

  .rh-custom__options > div > i {
    flex: 0 0 auto;
    color: var(--rh-cyan);
    font-size: 24px;
  }

  .rh-custom__options span {
    min-width: 0;
    color: var(--rh-muted);
    font-size: 12px;
    line-height: 1.5;
  }

  .rh-custom__options strong {
    display: block;
    margin-bottom: 3px;
    color: var(--rh-ink);
    font-size: 14px;
  }

  .rh-process {
    background: #fff;
  }

  .rh-process.rh-section {
    padding-top: 76px;
    padding-bottom: 64px;
  }

  .rh-section-head--center {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .rh-section-head--center .rh-kicker {
    justify-content: center;
  }

  .rh-section-head--center h2 {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-section-head--center > p:last-child {
    margin-top: 18px;
  }

  .rh-process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid #d8e3ed;
    border-radius: 6px;
    background: #f7f9fc;
    list-style: none;
  }

  .rh-process-list::before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--rh-cyan);
    content: '';
  }

  .rh-process-list li {
    position: relative;
    min-width: 0;
    min-height: 220px;
    padding: 28px 24px 24px;
    border-right: 1px solid #d8e3ed;
    text-align: left;
  }

  .rh-process-list li:last-child {
    border-right: 0;
  }

  .rh-process__number {
    display: block;
    margin-bottom: 22px;
    color: var(--rh-cyan);
    font-size: 11px;
    font-weight: 700;
  }

  .rh-process__icon {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    display: grid;
    width: 38px;
    height: 38px;
    margin: 0;
    place-items: center;
    border: 1px solid #c8d8e7;
    border-radius: 50%;
    color: var(--rh-blue);
    background: #fff;
    font-size: 16px;
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
  }

  .rh-process-list li:hover .rh-process__icon {
    color: #fff;
    border-color: var(--rh-cyan);
    background: var(--rh-cyan);
  }

  .rh-process-list h3 {
    min-height: 46px;
    padding-right: 18px;
    color: var(--rh-ink);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.4;
  }

  .rh-process-list p {
    margin-top: 10px;
    color: var(--rh-muted);
    font-size: 13px;
    line-height: 1.65;
  }

  .rh-process__cta {
    display: flex;
    max-width: 820px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 28px auto 0;
    padding-top: 20px;
    border-top: 1px solid var(--rh-line);
  }

  .rh-process__cta p {
    color: var(--rh-ink);
    font-size: 15px;
    font-weight: 600;
  }

  body.rensino-home-ready .garment-header {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  body.rensino-home-ready .garment-header-inner {
    height: 92px;
  }

  body.rensino-home-ready .garment-header.is-scrolled .garment-header-inner {
    height: 78px;
  }

  body.rensino-home-ready #kf.container2 {
    --rh-blue: #073783;
    --rh-cyan: #00aeef;
    --rh-ink: #102b4e;
    --rh-muted: #647b97;
    --rh-line: #d8e3ed;
    position: relative;
    isolation: isolate;
    width: min(calc(100% - 64px), 1480px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 66px 0 72px !important;
  }

  body.rensino-home-ready #kf.container2::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #f3f7fa;
    content: '';
    transform: translateX(-50%);
  }

  body.rensino-home-ready #kf .online_cont {
    margin: 0 !important;
  }

  body.rensino-home-ready #kf .online_cont .title {
    margin: 0 0 32px !important;
  }

  body.rensino-home-ready #kf .online_cont .title p:first-child {
    color: var(--rh-ink) !important;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  body.rensino-home-ready #kf .online_cont .title p:last-child {
    margin-top: 10px !important;
    color: var(--rh-muted) !important;
    font-size: 15px !important;
  }

  body.rensino-home-ready #kf .online_cont ul {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
  }

  body.rensino-home-ready #kf .online_cont ul li {
    min-width: 0;
    padding: 20px 16px 16px !important;
    border: 1px solid var(--rh-line);
    border-radius: 6px;
    background: #fff;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  body.rensino-home-ready #kf .online_cont ul li:hover {
    border-color: rgba(0, 174, 239, 0.5);
    box-shadow: 0 16px 38px rgba(7, 55, 131, 0.1);
    transform: translateY(-4px);
  }

  body.rensino-home-ready #kf .online_cont ul li p:first-child {
    width: 96px !important;
    height: 96px !important;
    border: 4px solid #e8f1f8;
    border-radius: 50% !important;
    background: #edf5fb !important;
    box-shadow: none !important;
  }

  body.rensino-home-ready #kf .online_cont ul li p:nth-child(2) {
    margin: 13px 0 12px !important;
    color: var(--rh-ink) !important;
    font-size: 15px !important;
    font-weight: 650 !important;
  }

  body.rensino-home-ready #kf .online_cont ul li p:nth-child(3) {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr) !important;
    align-items: stretch !important;
    gap: 6px !important;
  }

  body.rensino-home-ready #kf .online_cont ul li p:nth-child(3) span {
    display: block !important;
    min-width: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    background: #073783 !important;
    font-size: 10px !important;
  }

  body.rensino-home-ready #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    margin-left: 0 !important;
    background: #00aeef !important;
  }

  body.rensino-home-ready #kf .online_cont ul li p:nth-child(3) span a {
    display: flex !important;
    min-height: 36px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 7px !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.rensino-home-enhanced .rensino-home-pc .rh-reveal {
    opacity: 1;
    transform: translateY(0);
  }

  body.rensino-home-enhanced .rensino-home-pc .rh-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  @media screen and (max-width: 1240px) {
    .rh-shell {
      width: min(calc(100% - 48px), 1480px);
    }

    .rh-section {
      padding: 92px 0;
    }

    .rh-section-head h2,
    .rh-custom__content h2 {
      font-size: 40px;
    }

    .rh-hero h1 {
      max-width: 530px;
      font-size: 56px;
    }

    .rh-hero__lead {
      font-size: 21px;
    }

    .rh-category-grid,
    .rh-product-grid {
      gap: 15px;
    }

    .rh-category__body {
      padding-right: 42px;
      padding-left: 16px;
    }

    .rh-category__body > i {
      right: 15px;
    }

    .rh-custom {
      grid-template-columns: minmax(0, 1fr) minmax(480px, 0.9fr);
      min-height: 650px;
    }

    .rh-custom__content {
      padding: 68px 5vw;
    }

    .rh-factory.rh-section {
      padding-top: 84px;
      padding-bottom: 84px;
    }

    .rh-factory-grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: 240px 240px 220px;
      gap: 12px;
    }

    .rh-factory-item,
    .rh-factory-item:nth-child(2),
    .rh-factory-item:nth-child(3) {
      grid-row: auto;
      grid-column: span 5;
    }

    .rh-factory-item--main {
      grid-row: span 2;
      grid-column: span 7;
    }

    .rh-factory-item:nth-child(n + 4) {
      grid-column: span 4;
    }

    .rh-process.rh-section {
      padding-top: 68px;
      padding-bottom: 56px;
    }

    .rh-process-list li {
      padding-right: 18px;
      padding-left: 18px;
    }

    body.rensino-home-ready #kf.container2 {
      width: min(calc(100% - 48px), 1480px) !important;
      padding: 58px 0 64px !important;
    }
  }

  @media screen and (max-width: 1050px) {
    .rh-shell {
      width: calc(100% - 40px);
    }

    .rh-section-head--split {
      grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
      gap: 42px;
    }

    .rh-hero {
      background-position: 56% center;
    }

    .rh-hero__shade {
      width: 57%;
      background: rgba(3, 22, 47, 0.46);
    }

    .rh-hero h1 {
      max-width: 470px;
      font-size: 48px;
    }

    .rh-hero__content > * {
      max-width: 500px;
    }

    .rh-category__body h3 {
      font-size: 14px;
    }

    .rh-factory-grid {
      grid-template-rows: 220px 220px 205px;
    }

    .rh-factory-item figcaption {
      right: 14px;
      bottom: 13px;
      left: 14px;
      font-size: 12px;
    }

    .rh-custom {
      grid-template-columns: 1fr 480px;
    }

    .rh-custom__content {
      padding: 58px 36px;
    }

    .rh-custom__options > div {
      padding: 14px;
    }

    .rh-process-list h3 {
      font-size: 14px;
    }

    .rh-process-list p {
      font-size: 12px;
    }

    .rh-process-list {
      margin-right: 64px !important;
    }

    body.rensino-home-ready #kf.container2 {
      width: calc(100% - 40px) !important;
    }

    body.rensino-home-ready #kf .online_cont ul {
      gap: 10px !important;
      padding-right: 64px !important;
    }

    body.rensino-home-ready #kf .online_cont ul li {
      padding: 18px 8px 14px !important;
    }

    body.rensino-home-ready #kf .online_cont ul li p:nth-child(3) {
      gap: 4px !important;
    }

    body.rensino-home-ready #kf .online_cont ul li p:nth-child(3) span a {
      padding: 0 4px !important;
      font-size: 9px !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .rensino-home-pc *,
    .rensino-home-pc *::before,
    .rensino-home-pc *::after {
      scroll-behavior: auto !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
    }
  }
}
