body.notewall-rospis-page-body {
  overflow-x: hidden;
}

body.notewall-rospis-page-body .site-content {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #fff;
}

body.notewall-rospis-page-body #content.site-content > .ast-container {
  box-sizing: border-box !important;
  display: block !important;
  width: calc(100% - 160px) !important;
  max-width: 1600px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

body.notewall-rospis-page-body .content-area,
body.notewall-rospis-page-body .site-main,
body.notewall-rospis-page-body article.page,
body.notewall-rospis-page-body .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.notewall-rospis-page {
  --nw-rospis-text: #1b2830;
  --nw-rospis-body: #3b434d;
  --nw-rospis-muted: #64727e;
  --nw-rospis-line: #e1edf2;
  --nw-rospis-line-strong: #bfe3ec;
  --nw-rospis-soft: #f7fcfd;
  --nw-rospis-accent: #2ba8c4;
  --nw-rospis-accent-dark: #22869d;
  --nw-rospis-banner: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%);
  width: 100%;
  margin: 0 auto;
  padding: 8px 0 0;
  color: var(--nw-rospis-text);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.notewall-rospis-page *,
.notewall-rospis-page *::before,
.notewall-rospis-page *::after {
  box-sizing: border-box;
}

.notewall-rospis-page a,
.notewall-rospis-page a:hover,
.notewall-rospis-page a:focus,
.notewall-rospis-page .nw-rospis-btn,
.notewall-rospis-page .nw-rospis-btn:hover,
.notewall-rospis-page .nw-rospis-btn:focus {
  text-decoration: none !important;
}

.notewall-rospis-page h1,
.notewall-rospis-page h2,
.notewall-rospis-page h3,
.notewall-rospis-page p {
  margin-top: 0;
}

.notewall-rospis-page h1 {
  margin-bottom: 16px;
  color: var(--nw-rospis-text);
  font-size: 48px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: -1px;
}

.notewall-rospis-page h2 {
  margin-bottom: 14px;
  color: var(--nw-rospis-text);
  font-size: 34px;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: -.5px;
}

.notewall-rospis-page h3 {
  margin-bottom: 0;
  color: var(--nw-rospis-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.notewall-rospis-page p,
.notewall-rospis-page li {
  margin-bottom: 0;
  color: var(--nw-rospis-body);
  font-size: 16px;
  line-height: 24px;
}

.nw-rospis-hero {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 1280 / 248;
  min-height: 238px;
  max-height: 310px;
  align-items: center;
  padding: 24px 40px;
  overflow: hidden;
  background-color: #eef8fa;
  background-image:
    radial-gradient(70.71% 70.71% at 50% 50%, rgba(43, 168, 196, .18) 0%, rgba(43, 168, 196, 0) 68%),
    radial-gradient(70.71% 70.71% at 50% 50%, rgba(120, 170, 235, .16) 0%, rgba(120, 170, 235, 0) 70%),
    linear-gradient(94.85deg, #eef8fa -1.09%, #eaf1fb 50.8%, rgba(244, 250, 253, 0) 75.89%),
    var(--nw-rospis-hero-image);
  background-repeat: no-repeat;
  background-position:
    calc(100% + 80px) -94px,
    52% calc(100% + 160px),
    center,
    right center;
  background-size:
    420px 420px,
    360px 360px,
    auto,
    62% auto;
  border-radius: 20px;
}

.nw-rospis-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 620px;
}

.nw-rospis-hero__content p {
  max-width: 620px;
  color: var(--nw-rospis-muted);
}

.nw-rospis-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 28px;
  color: var(--nw-rospis-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}

.nw-rospis-btn:hover {
  transform: translateY(-1px);
}

.nw-rospis-btn img {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

.nw-rospis-btn--primary {
  color: #fff;
  background: var(--nw-rospis-accent);
  box-shadow: 0 12px 26px rgba(43, 168, 196, .22);
}

.nw-rospis-btn--primary:hover {
  color: #fff;
  background: var(--nw-rospis-accent-dark);
}

.nw-rospis-btn--outline {
  color: var(--nw-rospis-accent);
  background: #fff;
  border-color: var(--nw-rospis-accent);
}

.nw-rospis-btn--light {
  color: var(--nw-rospis-accent);
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 66, 79, .12);
}

.nw-rospis-service,
.nw-rospis-info-grid,
.nw-rospis-projects {
  margin-top: 88px;
}

.nw-rospis-service {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.nw-rospis-section-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.nw-rospis-section-head h2,
.nw-rospis-section-head p,
.nw-rospis-section-head .nw-rospis-eyebrow {
  margin: 0;
}

.nw-rospis-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nw-rospis-accent-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nw-rospis-eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: var(--nw-rospis-accent-dark);
}

.nw-rospis-service__copy {
  max-width: 636px;
}

.nw-rospis-service__text {
  display: grid;
  gap: 12px;
  max-width: 636px;
}

.nw-rospis-service__text ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nw-rospis-service__text li,
.nw-rospis-info-card li {
  position: relative;
  padding-left: 24px;
}

.nw-rospis-service__text li::before,
.nw-rospis-info-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: var(--nw-rospis-accent);
  transform: rotate(45deg);
}

.nw-rospis-consult {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 269px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 34px;
  overflow: hidden;
  text-align: center;
  background: var(--nw-rospis-banner);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(43, 168, 196, .13);
}

.nw-rospis-consult::before,
.nw-rospis-consult::after,
.nw-rospis-final::before,
.nw-rospis-final::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .08) 45%, rgba(255, 255, 255, 0) 72%);
}

.nw-rospis-consult::before {
  left: -96px;
  bottom: -150px;
  width: 300px;
  height: 300px;
}

.nw-rospis-consult::after {
  top: -126px;
  right: -86px;
  width: 300px;
  height: 300px;
}

.nw-rospis-consult h3,
.nw-rospis-consult p,
.nw-rospis-consult .nw-rospis-btn {
  position: relative;
  z-index: 1;
}

.nw-rospis-consult h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  letter-spacing: -.5px;
  white-space: nowrap;
}

.nw-rospis-consult p {
  max-width: 560px;
  color: #fff;
  text-align: center;
}

.nw-rospis-consult .nw-rospis-btn {
  min-height: 54px;
  padding-right: 30px;
  padding-left: 30px;
}

.nw-rospis-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.nw-rospis-info-card {
  display: flex;
  min-height: 369px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 30px 32px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--nw-rospis-line-strong);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(27, 40, 48, .06);
}

.nw-rospis-info-card--soft {
  background: var(--nw-rospis-soft);
}

.nw-rospis-info-card h2 {
  margin: 0;
  color: var(--nw-rospis-accent);
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}

.nw-rospis-info-card p {
  max-width: 520px;
  margin: 0 auto;
}

.nw-rospis-info-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 20px;
  width: 100%;
  max-width: 582px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.nw-rospis-info-card .nw-rospis-btn {
  width: 100%;
  max-width: 582px;
  margin-top: auto;
}

.nw-rospis-projects__head {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.nw-rospis-projects__head .nw-rospis-btn {
  min-height: 56px;
  padding: 0 32px;
  font-size: 16px;
  line-height: 24px;
}

.nw-rospis-projects__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.nw-rospis-project {
  display: block;
  overflow: hidden;
  aspect-ratio: 305 / 264;
  background: #fff;
  border: 1px solid var(--nw-rospis-line);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(27, 40, 48, .06);
}

.nw-rospis-project img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}

.nw-rospis-project:hover img {
  transform: scale(1.035);
}

.nw-rospis-final {
  position: relative;
  display: flex;
  width: 100vw;
  min-height: 222px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 96px calc(50% - 50vw) 0;
  padding: 42px max(80px, calc((100vw - 1600px) / 2 + 80px));
  overflow: hidden;
  text-align: center;
  background: var(--nw-rospis-banner);
}

.nw-rospis-final::before {
  right: 8%;
  top: -180px;
  width: 380px;
  height: 380px;
}

.nw-rospis-final::after {
  left: -80px;
  bottom: -145px;
  width: 300px;
  height: 300px;
}

.nw-rospis-final h2,
.nw-rospis-final p,
.nw-rospis-final .nw-rospis-btn {
  position: relative;
  z-index: 1;
}

.nw-rospis-final h2 {
  margin: 0;
  color: #fff;
}

.nw-rospis-final p {
  max-width: 620px;
  color: #fff;
}

@media (max-width: 1280px) {
  body.notewall-rospis-page-body #content.site-content > .ast-container {
    width: calc(100% - 48px) !important;
  }

  .nw-rospis-service,
  .nw-rospis-info-grid,
  .nw-rospis-projects {
    margin-top: 72px;
  }

  .nw-rospis-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.notewall-rospis-page-body #content.site-content > .ast-container {
    width: calc(100% - 40px) !important;
    max-width: none !important;
  }

  .notewall-rospis-page h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .notewall-rospis-page h2,
  .nw-rospis-consult h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .nw-rospis-hero {
    aspect-ratio: auto;
    min-height: 430px;
    align-items: flex-start;
    padding: 34px 28px;
    text-align: center;
    background-image:
      radial-gradient(70.71% 70.71% at 50% 50%, rgba(43, 168, 196, .14) 0%, rgba(43, 168, 196, 0) 68%),
      radial-gradient(70.71% 70.71% at 50% 50%, rgba(120, 170, 235, .12) 0%, rgba(120, 170, 235, 0) 70%),
      linear-gradient(180deg, #eef8fa 0%, rgba(238, 248, 250, .96) 37%, rgba(238, 248, 250, .38) 64%, rgba(238, 248, 250, 0) 100%),
      var(--nw-rospis-hero-image);
    background-position: calc(100% + 70px) -90px, 50% calc(100% + 150px), center, center bottom;
    background-size: 360px 360px, 320px 320px, auto, cover;
  }

  .nw-rospis-hero__content,
  .nw-rospis-hero__content p {
    margin-right: auto;
    margin-left: auto;
  }

  .nw-rospis-service,
  .nw-rospis-info-grid {
    grid-template-columns: 1fr;
  }

  .nw-rospis-service__copy {
    max-width: none;
    align-items: center;
    text-align: center;
  }

  .nw-rospis-service__text {
    max-width: 720px;
  }

  .nw-rospis-consult {
    min-height: 250px;
  }

  .nw-rospis-consult h3 {
    white-space: normal;
  }

  .nw-rospis-info-card ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.notewall-rospis-page-body #content.site-content > .ast-container {
    width: min(calc(100vw - 20px), 370px) !important;
    max-width: none !important;
  }

  .notewall-rospis-page {
    padding-top: 20px;
  }

  .notewall-rospis-page h1 {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .notewall-rospis-page h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }

  .nw-rospis-hero {
    min-height: clamp(468px, 130vw, 520px);
    padding: 32px 20px;
    background-position: calc(100% + 60px) -86px, 50% calc(100% + 132px), center, center bottom;
    background-size: 320px 320px, 280px 280px, auto, cover;
  }

  .nw-rospis-service,
  .nw-rospis-info-grid,
  .nw-rospis-projects {
    margin-top: 64px;
  }

  .nw-rospis-service__copy {
    gap: 12px;
  }

  .nw-rospis-service__text {
    text-align: left;
  }

  .nw-rospis-consult {
    min-height: 0;
    padding: 28px 20px;
  }

  .nw-rospis-consult h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .nw-rospis-consult .nw-rospis-btn,
  .nw-rospis-info-card .nw-rospis-btn,
  .nw-rospis-final .nw-rospis-btn {
    width: 100%;
    min-height: 54px;
  }

  .nw-rospis-info-card {
    min-height: 0;
    align-items: flex-start;
    padding: 24px 20px;
    text-align: left;
  }

  .nw-rospis-info-card h2,
  .nw-rospis-info-card p {
    width: 100%;
    text-align: center;
  }

  .nw-rospis-info-card h2 {
    font-size: 20px;
    line-height: 27px;
  }

  .nw-rospis-info-card ul {
    max-width: none;
  }

  .nw-rospis-projects {
    display: grid;
    gap: 24px;
  }

  .nw-rospis-projects__head {
    display: contents;
  }

  .nw-rospis-projects__head .nw-rospis-section-head {
    order: 1;
  }

  .nw-rospis-projects__grid {
    order: 2;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nw-rospis-projects__head .nw-rospis-btn {
    order: 3;
    width: 100%;
    min-height: 56px;
  }

  .nw-rospis-project {
    aspect-ratio: 335 / 264;
  }

  .nw-rospis-final {
    min-height: 0;
    gap: 14px;
    margin-top: 64px;
    padding: 40px 20px;
  }

  .nw-rospis-final h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
  }
}

@media (max-width: 480px) {
  body.notewall-rospis-page-body #content.site-content > .ast-container {
    width: min(calc(100vw - 20px), 370px) !important;
  }

  .nw-rospis-hero {
    padding-right: 16px;
    padding-left: 16px;
    background-size: 300px 300px, 260px 260px, auto, cover;
  }

  .nw-rospis-final {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 374px) {
  .notewall-rospis-page h1,
  .notewall-rospis-page h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .nw-rospis-hero {
    min-height: 450px;
    background-size: 280px 280px, 240px 240px, auto, cover;
  }
}