/* Pro-gallery prerender items stay display:none/opacity:0 until the Wix
   gallery script initializes them; that script is stripped locally. */
.pro-gallery .gallery-item-container {
  display: block !important;
  opacity: 1 !important;
}

.velocity-projects-arrow {
  display: none;
}

.velocity-visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.velocity-privacy-policy {
  box-sizing: border-box;
  color: #231f20;
  margin: 0 auto;
  max-width: 920px;
  padding: 96px 48px 112px;
}

.velocity-privacy-eyebrow {
  color: #2b3990;
  font: 600 14px/1.2 "Work Sans", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 16px;
}

.velocity-privacy-policy h1 {
  color: #231f20;
  font: 500 52px/1.1 "Work Sans", sans-serif;
  margin: 0;
}

.velocity-privacy-effective,
.velocity-privacy-intro,
.velocity-privacy-section p {
  font: 18px/1.6 "Work Sans", sans-serif;
}

.velocity-privacy-effective {
  color: #514c4c;
  margin: 16px 0 32px;
}

.velocity-privacy-intro {
  margin: 0 0 40px;
  max-width: 700px;
}

.velocity-privacy-section {
  border-top: 1px solid #d8d5ce;
  padding: 28px 0 8px;
}

.velocity-privacy-section h2 {
  color: #2b3990;
  font: 600 25px/1.25 "Work Sans", sans-serif;
  margin: 0 0 12px;
}

.velocity-privacy-section p {
  margin: 0 0 16px;
}

.velocity-privacy-section a {
  color: #2b3990;
  text-decoration: underline;
}

.velocity-privacy-review {
  background: #e8f5fb;
  border-left: 4px solid #00a8e8;
  font: 600 15px/1.45 "Work Sans", sans-serif;
  margin: 0 0 32px;
  padding: 12px 16px;
}

.velocity-about-summary {
  background: #f7f5ed;
  box-sizing: border-box;
  color: #231f20;
  padding: 88px max(28px, calc((100vw - 920px) / 2));
  width: 100%;
}

.velocity-about-summary-inner {
  max-width: 720px;
}

.velocity-about-eyebrow {
  color: #2b3990;
  font: 600 14px/1.2 "Work Sans", sans-serif;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.velocity-about-summary h1 {
  color: #231f20;
  font: 500 52px/1.1 "Work Sans", sans-serif;
  margin: 0;
}

.velocity-about-summary p:not(.velocity-about-eyebrow) {
  font: 18px/1.6 "Work Sans", sans-serif;
  margin: 24px 0 32px;
}

.velocity-about-cta {
  background: #2b3990;
  border-radius: 6px;
  color: #fffef5;
  display: inline-block;
  font: 600 16px/1 "Work Sans", sans-serif;
  padding: 16px 22px;
}

.velocity-about-cta:focus-visible,
.velocity-about-cta:hover {
  background: #00a8e8;
  color: #231f20;
}

@media screen and (min-width: 1001px) {
  #comp-lj2hf0xg .pro-gallery-parent-container.gallery-slider {
    overflow: hidden !important;
    width: 100% !important;
  }

  #pro-gallery-container-comp-lj2hf0xg {
    position: relative !important;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg {
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg::-webkit-scrollbar {
    display: none;
  }

  .velocity-projects-arrow {
    align-items: center;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    top: calc(var(--velocity-project-image-height, 624px) / 2 - 22px);
    width: 44px;
    z-index: 10;
  }

  .velocity-projects-arrow--previous {
    left: 4px;
  }

  .velocity-projects-arrow--next {
    right: 4px;
  }

  .velocity-projects-arrow svg {
    fill: none;
    height: 34px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 34px;
  }

  .velocity-projects-arrow:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
}

/* Native RTWW repairs: replace inert Wix galleries with responsive local cards. */
#comp-mixit73e.velocity-rtww-posters,
#comp-mixia019.velocity-rtww-interviews {
  box-sizing: border-box;
  height: auto !important;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 28px 56px;
  width: 100% !important;
}

.velocity-rtww-posters-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.velocity-rtww-poster {
  background: #fff;
  border-radius: 4px;
  display: block;
  min-width: 0;
  overflow: hidden;
}

.velocity-rtww-poster:focus-visible,
.velocity-rtww-interview:focus-visible,
.velocity-embed-fallback:focus-visible {
  outline: 3px solid #00a8e8;
  outline-offset: 4px;
}

.velocity-rtww-poster img {
  display: block;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  width: 100%;
}

.velocity-rtww-interviews-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.velocity-rtww-interview {
  background: #fffef5;
  color: #171200;
  display: block;
  min-width: 0;
  text-decoration: none;
}

.velocity-rtww-interview img {
  aspect-ratio: 16 / 9;
  background: #171200;
  display: block;
  object-fit: cover;
  width: 100%;
}

.velocity-rtww-interview-detail {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
}

.velocity-rtww-interview-title {
  color: #171200;
  font: 600 19px/1.28 "Work Sans", sans-serif;
}

.velocity-rtww-interview-action {
  color: #2b3990;
  font: 600 14px/1.2 "Work Sans", sans-serif;
  text-transform: uppercase;
}

#comp-mneuuagg {
  box-sizing: border-box;
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 560px;
  padding: 24px 20px 52px;
  width: 100%;
}

#comp-mneuuagg .velocity-local-embed-iframe {
  background: #fff;
  min-height: 620px;
}

.velocity-embed-fallback {
  color: #2b3990;
  font: 600 16px/1.35 "Work Sans", sans-serif;
  justify-self: center;
  text-decoration: underline;
}

/* Keep the poster in place until a locally served video is actually playing. */
wix-video[data-velocity-local-video] video {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

wix-video[data-velocity-local-video="playing"] .bgVideoposter {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Sponsor gallery has absolute Wix layout rules that crop the final brand mark. */
#comp-mixozfbu,
#comp-mixozfbu .comp-mixozfbu-container,
#comp-mixp22z4,
#comp-mixp22z4 .pro-gallery-parent-container,
#pro-gallery-container-comp-mixp22z4 {
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}

#pro-gallery-margin-container-comp-mixp22z4 {
  display: grid !important;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: auto !important;
  overflow: visible !important;
  padding: 0 28px 56px !important;
  width: 100% !important;
}

#pro-gallery-margin-container-comp-mixp22z4 > .item-link-wrapper,
#pro-gallery-margin-container-comp-mixp22z4 .gallery-item-container,
#pro-gallery-margin-container-comp-mixp22z4 .gallery-item-wrapper,
#pro-gallery-margin-container-comp-mixp22z4 .gallery-item-content {
  display: block !important;
  height: auto !important;
  left: auto !important;
  min-width: 0 !important;
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}

#pro-gallery-margin-container-comp-mixp22z4 .gallery-item-content {
  aspect-ratio: 1;
}

#pro-gallery-margin-container-comp-mixp22z4 img {
  height: 100% !important;
  object-fit: contain !important;
  width: 100% !important;
}

/* Normalize the YouTube mark beside its label across the shared export footer. */
[id$="_r_comp-mlpil557"] {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  overflow: visible !important;
}

[id$="_r_comp-mlpil557"] .iL7Pq5,
[id$="_r_comp-mlpil557"] svg {
  display: block !important;
  height: 100% !important;
  transform: none !important;
  width: 100% !important;
}

@media screen and (max-width: 1000px) {
  .velocity-rtww-posters-grid,
  .velocity-rtww-interviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #comp-mixit73e.velocity-rtww-posters,
  #comp-mixia019.velocity-rtww-interviews {
    padding: 0 20px 40px;
  }

  .velocity-rtww-poster img {
    max-height: none;
  }

  .velocity-rtww-interview-detail {
    padding: 14px;
  }

  .velocity-rtww-interview-title {
    font-size: 16px;
  }

  #comp-mneuuagg .velocity-local-embed-iframe {
    min-height: 540px;
  }
}

@media screen and (max-width: 520px) {
  .velocity-rtww-posters-grid,
  .velocity-rtww-interviews-grid {
    gap: 16px;
    grid-template-columns: minmax(0, 1fr);
  }
}

/* The export retains the Wix visual shell but not its client-side select widget. */
.velocity-native-select {
  appearance: auto;
  -webkit-appearance: menulist;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 0;
  box-sizing: border-box;
  color: #231f20;
  font: inherit;
  min-height: 42px;
  padding: 8px 12px;
  width: 100%;
}

.velocity-native-select:focus-visible {
  outline: 3px solid #00a8e8;
  outline-offset: 2px;
}

/* Site-owned chat panel. The old Bolt iframe cannot be made reliable inside a phone modal. */
.velocity-chat-overlay {
  align-items: center;
  background: rgba(35, 31, 32, 0.62);
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 2147483000;
}

.velocity-chat-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  max-height: min(760px, calc(100dvh - 40px));
  overflow: auto;
  width: min(560px, 100%);
}

.velocity-chat-header {
  align-items: center;
  background: #231f20;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.velocity-chat-header h2 {
  color: inherit;
  font: 600 20px/1.2 "Work Sans", sans-serif;
  margin: 0;
}

.velocity-chat-close,
.velocity-chat-submit {
  border: 0;
  cursor: pointer;
  font: 600 15px/1.2 "Work Sans", sans-serif;
}

.velocity-chat-close {
  background: transparent;
  color: #fff;
  padding: 8px;
}

.velocity-chat-body {
  padding: 28px;
}

.velocity-chat-greeting {
  color: #231f20;
  font: 500 27px/1.2 "Work Sans", sans-serif;
  margin: 0 0 8px;
}

.velocity-chat-note {
  color: #514c4c;
  font: 16px/1.45 "Work Sans", sans-serif;
  margin: 0 0 24px;
}

.velocity-chat-form {
  display: grid;
  gap: 16px;
}

.velocity-chat-field {
  display: grid;
  gap: 7px;
}

.velocity-chat-field label {
  color: #231f20;
  font: 600 14px/1.2 "Work Sans", sans-serif;
}

.velocity-chat-field input,
.velocity-chat-field textarea {
  border: 1px solid #7b7676;
  border-radius: 0;
  box-sizing: border-box;
  color: #231f20;
  font: 16px/1.4 "Work Sans", sans-serif;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.velocity-chat-status {
  color: #231f20;
  font: 14px/1.4 "Work Sans", sans-serif;
  margin: 0;
  min-height: 20px;
}

.velocity-chat-submit {
  background: #32439c;
  color: #fff;
  justify-self: start;
  min-height: 44px;
  padding: 0 20px;
}

.velocity-chat-close:focus-visible,
.velocity-chat-submit:focus-visible,
.velocity-chat-field input:focus-visible,
.velocity-chat-field textarea:focus-visible {
  outline: 3px solid #00a8e8;
  outline-offset: 2px;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
  .velocity-about-summary {
    min-height: 480px;
    padding: 64px 28px 80px;
  }

  .velocity-about-summary h1 {
    font-size: 40px;
  }

  .velocity-privacy-policy {
    padding: 56px 28px 80px;
  }

  .velocity-privacy-policy h1 {
    font-size: 40px;
  }

  .velocity-privacy-effective,
  .velocity-privacy-intro,
  .velocity-privacy-section p {
    font-size: 16px;
  }

  .velocity-privacy-section h2 {
    font-size: 22px;
  }

  [data-hook="hamburger-overlay-root"] {
    background: #231f20 !important;
  }

  body.device-mobile-responsive header h6,
  body.device-mobile-responsive header h6 a {
    color: #fffef5 !important;
  }

  /* Homepage Featured Projects: stop the desktop 1,330px offsets from leaking into mobile. */
  #comp-lj2hf0xg,
  #comp-lj2hf0xg .pro-gallery-parent-container,
  #pro-gallery-container-comp-lj2hf0xg {
    min-width: 0 !important;
    width: 100% !important;
  }

  #comp-lj2hf0xg {
    height: var(--velocity-home-gallery-height, auto) !important;
  }

  #comp-lj2hf0xg .pro-gallery-parent-container.gallery-slider {
    overflow: hidden !important;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg {
    height: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    width: 100% !important;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg .gallery-horizontal-scroll-inner {
    display: flex !important;
    gap: 16px;
    height: auto !important;
    padding: 0 20px;
    transform: none !important;
    width: max-content !important;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg [data-hook="group-view"] {
    display: block !important;
    flex: 0 0 calc(100vw - 40px) !important;
    left: auto !important;
    position: relative !important;
    scroll-snap-align: center;
    top: auto !important;
    transform: none !important;
    width: calc(100vw - 40px) !important;
    --group-left: 0px !important;
    --group-width: 100% !important;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg .gallery-item-container,
  #gallery-horizontal-scroll-comp-lj2hf0xg .gallery-item-wrapper,
  #gallery-horizontal-scroll-comp-lj2hf0xg .gallery-item-content,
  #gallery-horizontal-scroll-comp-lj2hf0xg .item-hover-flex-container,
  #gallery-horizontal-scroll-comp-lj2hf0xg .gallery-item-hover {
    height: auto !important;
    left: auto !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg .gallery-item-content {
    aspect-ratio: 3 / 2;
    overflow: hidden !important;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg .item-hover-flex-container,
  #gallery-horizontal-scroll-comp-lj2hf0xg .gallery-item-hover {
    display: none !important;
  }

  #gallery-horizontal-scroll-comp-lj2hf0xg img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  /* Ride to Work Wednesday poster and project galleries use phone-sized tracks. */
  #comp-mixit73e,
  #comp-mixia019,
  #comp-mixit73e .pro-gallery-parent-container,
  #comp-mixia019 .pro-gallery-parent-container,
  #pro-gallery-container-comp-mixit73e,
  #pro-gallery-container-comp-mixia019 {
    height: auto !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  #comp-mixit73e,
  #comp-mixit73e .pro-gallery-parent-container,
  #pro-gallery-container-comp-mixit73e {
    height: calc(133.333333vw - 53.333333px) !important;
  }

  #comp-mixit73e .pro-gallery-parent-container,
  #comp-mixia019 .pro-gallery-parent-container {
    overflow: hidden !important;
  }

  #comp-mixit73e [id^="gallery-horizontal-scroll"],
  #comp-mixia019 [id^="gallery-horizontal-scroll"] {
    height: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    width: 100% !important;
  }

  #comp-mixit73e .gallery-horizontal-scroll-inner,
  #comp-mixia019 .gallery-horizontal-scroll-inner {
    display: flex !important;
    gap: 16px;
    height: auto !important;
    padding: 0 20px;
    transform: none !important;
    width: max-content !important;
  }

  #comp-mixit73e [data-hook="group-view"],
  #comp-mixia019 [data-hook="group-view"] {
    display: block !important;
    flex: 0 0 calc(100vw - 40px) !important;
    left: auto !important;
    position: relative !important;
    scroll-snap-align: center;
    top: auto !important;
    transform: none !important;
    width: calc(100vw - 40px) !important;
    --group-left: 0px !important;
    --group-width: 100% !important;
  }

  #comp-mixit73e .gallery-item-container,
  #comp-mixit73e .gallery-item-wrapper,
  #comp-mixit73e .gallery-item-content,
  #comp-mixia019 .gallery-item-container,
  #comp-mixia019 .gallery-item-wrapper,
  #comp-mixia019 .gallery-item-content {
    height: auto !important;
    left: auto !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }

  #comp-mixit73e .gallery-item-content {
    aspect-ratio: 3 / 4;
    background: #f7f5ed;
  }

  #comp-mixit73e img {
    height: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
  }

  #comp-mixia019 .gallery-item-content {
    aspect-ratio: 4 / 3;
    overflow: hidden !important;
  }

  #comp-mixia019 img {
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
  }

  /* ACA sponsors: lay out the four logos instead of leaving them in a desktop strip. */
  #comp-mixozfbu,
  #comp-mixozfbu .comp-mixozfbu-container,
  #comp-mixp22z4,
  #comp-mixp22z4 > .comp-mixp22z4,
  #pro-gallery-container-comp-mixp22z4 {
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  #comp-mixozfbu .comp-mixozfbu-container {
    align-items: center;
    display: flex !important;
    flex-direction: column;
    gap: 28px;
    padding: 56px 20px !important;
  }

  #comp-mixozkgt {
    height: auto !important;
    width: 100% !important;
  }

  #comp-mixp22z4,
  #comp-mixp22z4 > .comp-mixp22z4,
  #pro-gallery-container-comp-mixp22z4 {
    max-width: 340px !important;
  }

  #pro-gallery-margin-container-comp-mixp22z4 {
    box-sizing: border-box !important;
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto !important;
    padding: 0 0 40px !important;
    width: 100% !important;
  }

  #pro-gallery-margin-container-comp-mixp22z4 > .item-link-wrapper,
  #pro-gallery-margin-container-comp-mixp22z4 .gallery-item-container,
  #pro-gallery-margin-container-comp-mixp22z4 .gallery-item-wrapper,
  #pro-gallery-margin-container-comp-mixp22z4 .gallery-item-content {
    display: block !important;
    height: auto !important;
    left: auto !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }

  #pro-gallery-margin-container-comp-mixp22z4 .gallery-item-content {
    aspect-ratio: 1;
  }

  #pro-gallery-margin-container-comp-mixp22z4 img {
    height: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
  }

  /* Remove the neon legacy form background in favor of the approved light site surface. */
  #bgLayers_comp-mixk1uh3 [data-testid="colorUnderlay"],
  #comp-mixk2p5z .sN4uTVR {
    background: #f7f5ed !important;
  }

  #comp-mixk1uh3 input,
  #comp-mixk1uh3 textarea,
  #comp-mixk1uh3 select,
  #comp-mixk1uh3 [data-hook="dropdown-base"],
  #comp-mixk1uh3 .skzvMVg {
    background: #fff !important;
    color: #231f20 !important;
  }

  /* Resources become readable cards instead of a narrow raw-URL column. */
  body.velocity-resources-page #comp-mmx7fagi .comp-mmx7fagi-container {
    align-items: stretch;
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px !important;
  }

  body.velocity-resources-page .velocity-resources-heading {
    color: #231f20;
    font: 500 40px/1.1 "Work Sans", sans-serif;
    margin: 0;
  }

  body.velocity-resources-page #comp-mmx7prp6,
  body.velocity-resources-page #comp-mmx7prp6 .comp-mmx7prp6-container {
    box-sizing: border-box;
    display: grid !important;
    gap: 16px;
    margin: 0 auto !important;
    max-width: 1120px;
    width: 100% !important;
  }

  body.velocity-resources-page #comp-mmx7prp6 .comp-mmx7prp6-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.velocity-resources-page .velocity-resource-card {
    background: #f7f5ed !important;
    border: 1px solid #ded7c8 !important;
    border-top: 3px solid #32439c !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    min-width: 0 !important;
    padding: 20px !important;
    width: 100% !important;
  }

  body.velocity-resources-page .velocity-resource-card > [id^="comp-mmx7tfuf__"],
  body.velocity-resources-page .velocity-resource-card > [id^="comp-mmx7u9ms__"] {
    height: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    position: relative !important;
    width: 100% !important;
  }

  body.velocity-resources-page .velocity-resource-card > [id^="comp-mmx7tfuf__"] {
    order: -1;
  }

  body.velocity-resources-page .velocity-resource-card h5 {
    color: #231f20 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }

  body.velocity-resources-page .velocity-resource-title {
    color: #231f20;
    display: block !important;
    font: 600 18px/1.3 "Work Sans", sans-serif;
    margin: 0;
    position: relative;
    z-index: 2;
  }

  body.velocity-resources-page .velocity-resource-card > .inner-box {
    display: none !important;
  }

  body.velocity-resources-page .velocity-resource-card a {
    color: #32439c !important;
    display: inline-block;
    font-size: 15px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
    text-decoration-thickness: 1px;
  }
}

@media screen and (min-width: 320px) and (max-width: 750px) {
  .velocity-chat-overlay {
    align-items: end;
    padding: 0;
  }

  .velocity-chat-card {
    border-radius: 8px 8px 0 0;
    max-height: min(780px, 92dvh);
    width: 100%;
  }

  .velocity-chat-body {
    padding: 24px 20px calc(24px + env(safe-area-inset-bottom));
  }

  body.velocity-resources-page #comp-mmx7prp6 .comp-mmx7prp6-container {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1001px) {
  body.velocity-resources-page #comp-mmx7fagi .comp-mmx7fagi-container {
    align-items: stretch;
    display: flex !important;
    flex-direction: column;
    gap: 32px;
    padding: 88px max(48px, calc((100vw - 1240px) / 2)) !important;
  }

  body.velocity-resources-page .velocity-resources-heading {
    color: #231f20;
    font: 500 52px/1.1 "Work Sans", sans-serif;
    margin: 0;
  }

  body.velocity-resources-page #comp-mmx7prp6,
  body.velocity-resources-page #comp-mmx7prp6 .comp-mmx7prp6-container {
    box-sizing: border-box;
    display: grid !important;
    gap: 20px;
    margin: 0 auto !important;
    max-width: 1240px;
    width: 100% !important;
  }

  body.velocity-resources-page #comp-mmx7prp6 .comp-mmx7prp6-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.velocity-resources-page .velocity-resource-card {
    background: #f7f5ed !important;
    border: 1px solid #ded7c8 !important;
    border-top: 3px solid #32439c !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    min-width: 0 !important;
    padding: 24px !important;
    width: 100% !important;
  }

  body.velocity-resources-page .velocity-resource-card > [id^="comp-mmx7tfuf__"],
  body.velocity-resources-page .velocity-resource-card > [id^="comp-mmx7u9ms__"] {
    height: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    position: relative !important;
    width: 100% !important;
  }

  body.velocity-resources-page .velocity-resource-card > [id^="comp-mmx7tfuf__"] {
    order: -1;
  }

  body.velocity-resources-page .velocity-resource-card h5 {
    color: #231f20 !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }

  body.velocity-resources-page .velocity-resource-title {
    color: #231f20;
    display: block !important;
    font: 600 19px/1.3 "Work Sans", sans-serif;
    margin: 0;
    position: relative;
    z-index: 2;
  }

  body.velocity-resources-page .velocity-resource-card > .inner-box {
    display: none !important;
  }

  body.velocity-resources-page .velocity-resource-card a {
    color: #32439c !important;
    display: inline-block;
    font-size: 15px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
    text-decoration-thickness: 1px;
  }
}

body:not(.device-mobile-optimized) main [data-testid="richTextElement"],
body:not(.device-mobile-optimized) main .wixui-box,
body:not(.device-mobile-optimized) main .wixui-repeater__item,
body:not(.device-mobile-optimized) main .wixui-image,
body:not(.device-mobile-optimized) main wix-image {
  opacity: 1 !important;
}

body.velocity-home-mobile-scrolled #comp-lk6v3ld3-pinned-layer > * {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

@media screen and (min-width: 1001px) {
  #comp-lk6v3ld3_r_comp-m8e9oh2h {
    width: clamp(560px, 48vw, 650px) !important;
    margin-right: 44px !important;
  }

  #comp-lk6v3ld3_r_comp-m8e9oh2h .UU6mel {
    display: none !important;
  }
}
