* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  background: #f7f9fc;
  color: #17243a;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
img,
svg,
iframe {
  max-width: 100%;
}
img {
  height: auto;
}
a {
  color: #1f5a99;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.innerpage {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}
.site-header-v2 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #e4ebf3;
  box-shadow: 0 8px 24px rgba(17, 36, 61, 0);
  transition: box-shadow 180ms ease;
}
@media (max-width: 820px) {
  .site-header-v2 {
    box-shadow: 0 8px 24px rgba(17, 36, 61, 0.12);
  }
}
.site-header-v2__inner {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .site-header-v2__inner {
    width: calc(100% - 32px);
  }
}
.site-header-v2__top {
  display: flex;
  align-items: center;
  height: 46px;
  min-height: 46px;
  overflow: hidden;
  opacity: 1;
  transition: height 180ms ease, min-height 180ms ease, opacity 180ms ease;
}
@media (max-width: 820px) {
  .site-header-v2__top {
    height: 0;
    min-height: 0;
    opacity: 0;
  }
}
.site-header-v2__top .site-header-v2__inner {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 520px) {
  .site-header-v2__top .site-header-v2__inner {
    justify-content: center;
  }
}
.site-header-v2__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17243a;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.site-header-v2__phone:hover {
  color: #1f5a99;
}
.site-header-v2__phone-icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.site-header-v2__main .site-header-v2__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 112px;
  transition: min-height 180ms ease;
}
@media (max-width: 820px) {
  .site-header-v2__main .site-header-v2__inner {
    justify-content: space-between;
    position: relative;
    min-height: 114px;
  }
}
@media (max-width: 520px) {
  .site-header-v2__main .site-header-v2__inner {
    display: grid;
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% - 32px);
    min-height: 114px;
  }
}
.site-header-v2__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  align-self: stretch;
  justify-self: start;
  position: relative;
  width: 250px;
  text-decoration: none;
}
@media (max-width: 820px) {
  .site-header-v2__logo {
    align-self: center;
    width: auto;
  }
}
@media (max-width: 520px) {
  .site-header-v2__logo {
    transform: translateX(-10px);
  }
}
.site-header-v2__logo img {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: auto;
  height: 136px;
  max-height: none;
  object-fit: contain;
  transition: height 180ms ease, width 180ms ease;
}
@media (max-width: 820px) {
  .site-header-v2__logo img {
    position: static;
    width: 210px;
    height: auto;
    max-height: 94px;
  }
}
@media (max-width: 520px) {
  .site-header-v2__logo img {
    width: 166px;
    max-height: 86px;
  }
}
.site-header-v2__logo-compact {
  display: none !important;
}
.site-header-v2__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin-left: auto;
}
@media (max-width: 820px) {
  .site-header-v2__nav-wrap {
    display: none;
  }
}
@media (max-width: 820px) {
  .site-header-v2__nav {
    display: none;
  }
}
.site-header-v2__nav .menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header-v2__nav .menu-item {
  position: relative;
}
.site-header-v2__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  color: #4a5565;
  font-size: 0.92rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.site-header-v2__nav a:hover {
  color: #1f5a99;
}
.site-header-v2__nav .current-menu-item > a,
.site-header-v2__nav .current_page_item > a,
.site-header-v2__nav .current-menu-ancestor > a {
  color: #101828;
}
.site-header-v2__nav .current-menu-item > a:after,
.site-header-v2__nav .current_page_item > a:after,
.site-header-v2__nav .current-menu-ancestor > a:after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: #1f5a99;
  content: "";
}
.site-header-v2__nav .sub-menu {
  position: absolute;
  top: 100%;
  left: -12px;
  z-index: 20;
  display: none;
  min-width: 220px;
  margin: 0;
  padding: 10px;
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(34, 52, 76, 0.14);
  list-style: none;
}
.site-header-v2__nav .sub-menu a {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  color: #4a5565;
}
.site-header-v2__nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.site-header-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 5px;
  background: #4d63c7;
  box-shadow: 0 6px 12px rgba(77, 99, 199, 0.18);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.site-header-v2__cta:hover {
  background: #344fae;
  color: #ffffff;
}
@media (max-width: 820px) {
  .site-header-v2__cta {
    display: none;
  }
}
.site-header-v2__toggle {
  display: none;
  margin-left: auto;
}
@media (max-width: 820px) {
  .site-header-v2__toggle {
    display: flex !important;
    flex: 0 0 44px;
    align-items: center;
    justify-content: flex-end;
    width: 44px;
    min-height: 44px;
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .site-header-v2__toggle {
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 1002;
    transform: translateY(-50%);
    justify-self: auto;
  }
}
.site-header-v2__toggle .hamburger-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.site-header-v2__toggle .hamburger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: linear-gradient(#000000, #000000) center 12px / 36px 4px no-repeat, linear-gradient(#000000, #000000) center 20px / 36px 4px no-repeat, linear-gradient(#000000, #000000) center 28px / 36px 4px no-repeat;
  border: 0;
}
.site-header-v2__toggle .hamburger-box,
.site-header-v2__toggle .hamburger-inner,
.site-header-v2__toggle .hamburger-inner:before,
.site-header-v2__toggle .hamburger-inner:after {
  display: none;
}
.site-header-v2__mobile-nav {
  display: none;
  padding: 8px 24px 18px;
  border-top: 1px solid #e4ebf3;
  background: #ffffff;
}
.site-header-v2__mobile-nav .menu,
.site-header-v2__mobile-nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header-v2__mobile-nav a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #edf2f7;
  color: #4a5565;
  font-size: 1rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.site-header-v2__mobile-nav .sub-menu {
  display: none;
  padding-left: 16px;
}
body.site-header-condensed .site-header-v2 {
  box-shadow: 0 8px 24px rgba(17, 36, 61, 0.12);
}
body.site-header-condensed .site-header-v2__top {
  height: 0;
  min-height: 0;
  opacity: 0;
}
body.site-header-condensed .site-header-v2__main .site-header-v2__inner {
  min-height: 82px;
}
body.site-header-condensed .site-header-v2__logo img {
  position: static;
  height: auto;
  max-height: 64px;
}
body.site-header-condensed .site-header-v2__logo-full {
  display: none !important;
}
body.site-header-condensed .site-header-v2__logo-compact {
  display: block !important;
  width: 190px;
}
@media (max-width: 520px) {
  body.site-header-condensed .site-header-v2__main .site-header-v2__inner {
    min-height: 76px;
  }
  body.site-header-condensed .site-header-v2__toggle {
    top: 38px;
  }
  body.site-header-condensed .site-header-v2__logo-compact {
    width: 148px;
    max-height: 42px;
  }
}
.sub-nav {
  display: none;
}
.hero-v2 {
  position: relative;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  background: #194c83;
  isolation: isolate;
}
@media (max-width: 520px) {
  .hero-v2 {
    min-height: 500px;
  }
}
.hero-v2__media,
.hero-v2__overlay {
  position: absolute;
  inset: 0;
}
@media (max-width: 520px) {
  .hero-v2--card_overlay .hero-v2__media,
  .hero-v2--card_overlay .hero-v2__overlay {
    bottom: auto;
    height: 430px;
    overflow: hidden;
  }
}
.hero-v2__media {
  z-index: -2;
  background: #194c83;
}
.hero-v2__media:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 58, 103, 0.16), rgba(15, 58, 103, 0.04));
  content: "";
}
.hero-v2__image,
.hero-v2__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-v2__overlay {
  z-index: -1;
  background: #1f5a99;
  opacity: 0;
}
.hero-v2__inner {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  gap: 32px;
  padding: 54px 0 52px;
}
@media (max-width: 520px) {
  .hero-v2__inner {
    width: calc(100% - 32px);
  }
}
@media (max-width: 520px) {
  .hero-v2--card_overlay .hero-v2__inner {
    align-items: end;
    min-height: 430px;
    padding: 52px 0 0;
  }
}
.hero-v2--card_overlay {
  margin-bottom: 142px;
  overflow: visible;
}
@media (max-width: 520px) {
  .hero-v2--card_overlay {
    background: transparent;
    min-height: 0;
    margin-bottom: 332px;
  }
}
.hero-v2--card_overlay .hero-v2__inner {
  grid-template-columns: minmax(0, 604px) minmax(0, 1fr);
  align-items: end;
  min-height: 430px;
  padding-bottom: 0;
}
@media (max-width: 820px) {
  .hero-v2--card_overlay .hero-v2__inner {
    grid-template-columns: 1fr;
  }
}
.hero-v2--widget_embed .hero-v2__inner {
  grid-template-columns: 1fr;
}
.hero-v2__card {
  max-width: 604px;
  padding: 36px 34px 34px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(239, 247, 255, 0.92);
  box-shadow: 0 18px 42px rgba(10, 31, 58, 0.22);
  backdrop-filter: blur(8px);
  transform: translateY(40%);
}
@media (max-width: 520px) {
  .hero-v2__card {
    transform: translateY(70%);
    padding: 28px 24px 26px;
  }
}
.hero-v2__eyebrow {
  margin: 0 0 10px;
  color: #1f5a99;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-v2__heading {
  max-width: 520px;
  margin: 0;
  color: #1f5a99;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}
@media (max-width: 820px) {
  .hero-v2__heading {
    font-size: 3rem;
  }
}
@media (max-width: 520px) {
  .hero-v2__heading {
    font-size: 2.35rem;
  }
}
.hero-v2__body {
  max-width: 480px;
  margin: 20px 0 0;
  color: #286093;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}
.hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-v2__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}
.hero-v2__button--primary {
  background: #4d63c7;
  color: #ffffff;
}
.hero-v2__button--primary:hover {
  background: #344fae;
  color: #ffffff;
}
.hero-v2__button--secondary {
  border: 2px solid #9fb4d0;
  background: #ffffff;
  color: #1f5a99;
}
.hero-v2__button--secondary:hover {
  border-color: #1f5a99;
  color: #1f5a99;
}
.hero-v2__button-icon {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.hero-v2__widget {
  min-height: 180px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(17, 36, 61, 0.18);
}
.innerpage-content {
  width: 100%;
  background: #ffffff;
}
.home-unit-listings-v2 {
  width: 100%;
  padding: 54px 0 64px;
  background: #f7f9fc;
}
.home-unit-listings-v2__inner {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .home-unit-listings-v2__inner {
    width: calc(100% - 32px);
  }
}
.home-unit-listings-v2__heading {
  margin: 0 0 30px;
  color: #17243a;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.16;
  text-align: center;
}
.home-unit-listings-v2__heading span {
  position: relative;
  display: inline-block;
  color: #1f5a99;
  font-weight: 700;
}
.home-unit-listings-v2__heading span::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -8px;
  height: 4px;
  border-radius: 999px;
  background: #4d63c7;
  transform: rotate(-3deg);
  transform-origin: center;
}
@media (max-width: 820px) {
  .home-unit-listings-v2__heading {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .home-unit-listings-v2__heading {
    margin-bottom: 24px;
    font-size: 29px;
    line-height: 1.22;
  }
}
.home-unit-listings-v2__embed {
  min-height: 360px;
}
.storage-solutions {
  padding: 62px 0 50px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}
.storage-solutions__inner {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .storage-solutions__inner {
    width: calc(100% - 32px);
  }
}
.storage-solutions__header {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}
.storage-solutions__header h2 {
  margin: 0;
  color: #17243a;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}
.storage-solutions__header h2 span {
  color: #1f5a99;
}
@media (max-width: 520px) {
  .storage-solutions__header h2 {
    font-size: 2.1rem;
  }
}
.storage-solutions__header > p:not(.storage-solutions__eyebrow) {
  max-width: 620px;
  margin: 18px auto 0;
  color: #35445c;
  font-size: 1.05rem;
  line-height: 1.5;
}
.storage-solutions__eyebrow {
  margin: 0 0 10px;
  color: #1f5a99;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.storage-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1100px) {
  .storage-solutions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .storage-solutions__grid {
    grid-template-columns: 1fr;
  }
}
.storage-solution-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 42%) minmax(0, 1fr);
  gap: 22px;
  min-height: 230px;
  padding: 26px;
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(23, 36, 58, 0.1);
}
@media (max-width: 520px) {
  .storage-solution-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.storage-solution-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.storage-solution-card__image img,
.storage-solution-card__image .storage-solution-card__placeholder {
  display: block;
  width: 100%;
  max-height: 174px;
  object-fit: contain;
}
.storage-solution-card__placeholder {
  aspect-ratio: 4 / 3;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(31, 90, 153, 0.16), rgba(255, 101, 15, 0.08)), repeating-linear-gradient(90deg, #edf3fa 0 18px, #d8e5f2 18px 20px);
}
.storage-solution-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.storage-solution-card__content h3 {
  margin: 0 0 12px;
  color: #0d2a5c;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.25;
}
.storage-solution-card__content p {
  margin: 0;
  color: #2d3d57;
  line-height: 1.55;
}
.storage-solution-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 22px;
  color: #4d63c7;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}
.storage-solution-card__link span {
  font-size: 1.25rem;
  line-height: 1;
}
.storage-solution-card__link:hover {
  color: #344fae;
}
.storage-solutions__cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 28px;
  border-radius: 8px;
  background: #eef6ff;
}
.storage-solutions__cta h3 {
  margin: 0 0 2px;
  color: #0d2a5c;
  font-size: 1.2rem;
  font-weight: 900;
}
.storage-solutions__cta p {
  margin: 0;
  color: #2d3d57;
}
.storage-solutions__cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 32px;
  border-radius: 5px;
  background: #4d63c7;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.storage-solutions__cta > a:hover {
  background: #344fae;
  color: #ffffff;
}
@media (max-width: 820px) {
  .storage-solutions__cta {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .storage-solutions__cta > a {
    grid-column: 1 / -1;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .storage-solutions__cta {
    grid-template-columns: 1fr;
    padding: 22px;
    text-align: center;
  }
}
.storage-solutions__cta-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #0d3f7b;
  color: #ffffff;
}
.storage-solutions__cta-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
@media (max-width: 520px) {
  .storage-solutions__cta-icon {
    margin: 0 auto;
  }
}
.contact-v2 {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
  padding: 34px 0 64px;
}
@media (max-width: 520px) {
  .contact-v2 {
    width: calc(100% - 32px);
  }
}
.contact-v2__map-strip {
  position: relative;
  width: 100vw;
  height: 360px;
  margin: -34px 0 42px 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: #e9eef5;
}
.contact-v2__map-strip iframe,
.contact-v2__map-strip .contact-v2__map-canvas {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 820px) {
  .contact-v2__map-strip {
    height: 300px;
    margin-bottom: 34px;
  }
}
@media (max-width: 520px) {
  .contact-v2__map-strip {
    height: 240px;
  }
}
.contact-v2__map-canvas {
  min-height: 100%;
}
.contact-v2__map-card {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% + 34px);
  width: min(330px, calc(50vw - 54px));
  padding: 14px 16px;
  border: 1px solid rgba(21, 38, 64, 0.12);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(21, 38, 64, 0.2);
  color: #35445c;
  font-size: 0.98rem;
  line-height: 1.35;
  pointer-events: none;
  transform: translateY(-50%);
}
.contact-v2__map-card strong {
  display: block;
  margin-bottom: 3px;
  color: #17243a;
  font-size: 1.08rem;
  font-weight: 900;
}
.contact-v2__map-card span {
  display: block;
}
@media (max-width: 820px) {
  .contact-v2__map-card {
    left: 50%;
    bottom: 18px;
    top: auto;
    width: min(330px, calc(100vw - 32px));
    transform: translateX(-50%);
  }
}
.contact-v2__intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.contact-v2__intro h1 {
  margin: 0;
  color: #17243a;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}
.contact-v2__intro > p {
  max-width: 620px;
  margin: 18px auto 0;
  color: #35445c;
  font-size: 1.08rem;
  line-height: 1.55;
}
@media (max-width: 520px) {
  .contact-v2__intro h1 {
    font-size: 2.15rem;
  }
}
.contact-v2__section-heading p {
  margin: 0 0 8px;
  color: #1f5a99;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.contact-v2__quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}
@media (max-width: 820px) {
  .contact-v2__quick-grid {
    grid-template-columns: 1fr;
  }
}
.contact-v2__quick-card {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 18px;
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(21, 38, 64, 0.08);
  color: #2d3d57;
  text-decoration: none;
}
.contact-v2__quick-card strong {
  display: block;
  margin-bottom: 2px;
  color: #17243a;
  font-size: 1.05rem;
  line-height: 1.2;
}
.contact-v2__quick-card:is(a):hover {
  border-color: rgba(77, 99, 199, 0.42);
  color: #344fae;
}
.contact-v2__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(77, 99, 199, 0.1);
  color: #4d63c7;
}
.contact-v2__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-v2__main {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: start;
}
@media (max-width: 1100px) {
  .contact-v2__main {
    grid-template-columns: 1fr;
  }
}
.contact-v2__panel {
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(21, 38, 64, 0.08);
}
.contact-v2__details,
.contact-v2__form {
  padding: 28px;
}
@media (max-width: 520px) {
  .contact-v2__details,
  .contact-v2__form {
    padding: 20px;
  }
}
.contact-v2__section-heading {
  margin-bottom: 18px;
}
.contact-v2__section-heading h2 {
  margin: 0;
  color: #17243a;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.16;
}
.contact-v2__hours-grid {
  display: grid;
  gap: 22px;
}
.contact-v2__hours-grid h3 {
  margin: 0 0 12px;
  color: #0d2a5c;
  font-size: 1.12rem;
  font-weight: 900;
}
.contact-v2__hours-grid dl {
  margin: 0;
}
.contact-v2__hours-grid dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid #e4ebf3;
}
.contact-v2__hours-grid dt {
  color: #35445c;
  font-weight: 800;
}
.contact-v2__hours-grid dd {
  margin: 0;
  color: #2d3d57;
  text-align: right;
}
.contact-v2__form iframe {
  width: 100%;
}
.contact-v2 .cognito {
  max-width: none;
}
.specials-page {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
  padding: 46px 0 64px;
}
@media (max-width: 520px) {
  .specials-page {
    width: calc(100% - 32px);
  }
}
.specials-page__intro {
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}
.specials-page__intro h1 {
  margin: 0;
  color: #17243a;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}
.specials-page__intro > p:not(.specials-page__eyebrow) {
  max-width: 650px;
  margin: 18px auto 0;
  color: #35445c;
  font-size: 1.08rem;
  line-height: 1.55;
}
@media (max-width: 520px) {
  .specials-page__intro h1 {
    font-size: 2.15rem;
  }
}
.specials-page__eyebrow {
  margin: 0 0 10px;
  color: #1f5a99;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.specials-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 1100px) {
  .specials-page__grid {
    grid-template-columns: 1fr;
  }
}
.special-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(21, 38, 64, 0.08);
}
.special-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 5px solid #1f5a99;
  pointer-events: none;
}
.special-card h2 {
  margin: 18px 0 14px;
  color: #0d2a5c;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.12;
}
.special-card--featured {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}
.special-card--featured:before {
  border-top-color: #4d63c7;
}
.special-card__badge {
  align-self: flex-start;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(77, 99, 199, 0.1);
  color: #4d63c7;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.special-card__content {
  color: #2d3d57;
  font-size: 1.05rem;
  line-height: 1.55;
}
.special-card__content p:last-child {
  margin-bottom: 0;
}
.special-card__button,
.specials-page__empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 0 24px;
  border-radius: 5px;
  background: #4d63c7;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}
.special-card__button:hover,
.specials-page__empty a:hover {
  background: #344fae;
  color: #ffffff;
}
.specials-page__empty,
.specials-page__note {
  margin-top: 20px;
  padding: 22px 26px;
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background: #eef6ff;
  color: #2d3d57;
}
.specials-page__empty {
  text-align: center;
}
.specials-page__empty h2 {
  margin-bottom: 8px;
}
.specials-page__empty a {
  margin-top: 10px;
}
.specials-page__note {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.specials-page__note strong {
  color: #17243a;
}
@media (max-width: 520px) {
  .specials-page__note {
    display: block;
  }
}
.locations-page {
  padding: 46px 0 64px;
  background: #f7f9fc;
}
body.post-type-archive-magnus_location .content-main > h1,
body.page-template-page-locations .content-main > h1 {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 34px;
  background: #ffffff;
}
@media (max-width: 520px) {
  body.post-type-archive-magnus_location .content-main > h1,
  body.page-template-page-locations .content-main > h1 {
    width: calc(100% - 32px);
  }
}
.locations-page__inner {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 38%);
  gap: 30px;
  align-items: start;
}
@media (max-width: 520px) {
  .locations-page__inner {
    width: calc(100% - 32px);
  }
}
@media (max-width: 1100px) {
  .locations-page__inner {
    grid-template-columns: 1fr;
  }
}
.locations-page__list {
  display: grid;
  gap: 20px;
}
.location-card {
  display: grid;
  grid-template-columns: minmax(190px, 38%) minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
  border: 1px solid #aeb8c6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(23, 36, 58, 0.1);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.location-card.is-active,
.location-card:hover,
.location-card:focus-within {
  border-color: #4d63c7;
  box-shadow: 0 16px 34px rgba(31, 90, 153, 0.18);
  transform: translateY(-1px);
}
@media (max-width: 520px) {
  .location-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }
}
.location-card__media {
  overflow: hidden;
  border-radius: 6px;
  background: #dbe6f1;
  aspect-ratio: 16 / 10;
}
.location-card__media img,
.location-card__media .location-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-card__placeholder {
  background: linear-gradient(135deg, rgba(31, 90, 153, 0.18), rgba(77, 99, 199, 0.08)), repeating-linear-gradient(90deg, #dce7f2 0 18px, #c8d6e6 18px 20px);
}
.location-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.location-card__content h2 {
  margin: 0 0 12px;
  color: #101828;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1.2;
}
.location-card__content address {
  margin: 0;
  color: #17243a;
  font-style: normal;
  line-height: 1.55;
}
.location-card__phone {
  margin-top: 10px;
  margin-bottom: 14px;
  color: #1f5a99;
  font-weight: 800;
  text-decoration: none;
}
.location-card__phone:hover {
  color: #344fae;
}
.location-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 0 24px;
  border-radius: 5px;
  background: #4d63c7;
  color: #ffffff;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}
.location-card__button:hover {
  background: #344fae;
  color: #ffffff;
}
@media (max-width: 520px) {
  .location-card__button {
    width: 100%;
    margin-top: 18px;
  }
}
.locations-map {
  position: sticky;
  top: 20px;
}
@media (max-width: 1100px) {
  .locations-map {
    position: static;
    order: -1;
  }
}
.locations-map__canvas {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background: #e9eef5;
  box-shadow: 0 14px 30px rgba(23, 36, 58, 0.12);
}
@media (max-width: 1100px) {
  .locations-map__canvas {
    min-height: 360px;
  }
}
.locations-page__empty {
  padding: 28px;
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background: #ffffff;
}
.locations-page__empty p {
  margin: 0;
}
.content-main {
  width: 100%;
}
.content-main > h1 {
  margin: 0;
}
.cols2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}
@media (max-width: 820px) {
  .cols2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .sidebar {
    display: none;
  }
}
.map-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.map-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.masonry-sizer {
  width: 100%;
}
.footer_social {
  display: none;
}
.site-footer-v2 {
  background: #1f304c;
  color: #d6dfec;
  text-align: left;
}
.site-footer-v2 a {
  color: #d6dfec;
  text-decoration: none;
}
.site-footer-v2 a:hover {
  color: #ffffff;
}
.site-footer-v2 p {
  margin: 0;
  color: #d6dfec;
  line-height: 1.65;
}
.site-footer-v2__inner {
  width: calc(100% - 48px);
  max-width: 1140px;
  margin: 0 auto;
  padding: 42px 0 28px;
}
@media (max-width: 520px) {
  .site-footer-v2__inner {
    width: calc(100% - 32px);
  }
}
.site-footer-v2__grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.05fr;
  gap: 56px;
}
@media (max-width: 1100px) {
  .site-footer-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
@media (max-width: 520px) {
  .site-footer-v2__grid {
    grid-template-columns: 1fr;
  }
}
.site-footer-v2__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer-v2__section h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}
.site-footer-v2__section a,
.site-footer-v2__section address {
  color: #d6dfec;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.55;
}
.site-footer-v2__section .site-footer-v2__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer-v2__section .site-footer-v2__menu li + li {
  margin-top: 8px;
}
.site-footer-v2__about {
  max-width: 310px;
}
.site-footer-v2__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(214, 223, 236, 0.16);
}
.site-footer-v2__bottom p,
.site-footer-v2__bottom a {
  color: #aebbd0;
  font-size: 0.82rem;
}
.site-footer-v2__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media (max-width: 820px) {
  .site-footer-v2__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
body.hamburger-open .site-header-v2__toggle .hamburger {
  background: linear-gradient(#000000, #000000) center / 36px 4px no-repeat, linear-gradient(#000000, #000000) center / 36px 4px no-repeat;
  transform: rotate(45deg);
}
body.hamburger-open .site-header-v2__toggle .hamburger:after {
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 4px;
  background: #000000;
  content: "";
  transform: rotate(90deg);
}
body.hamburger-open .sub-nav,
body.hamburger-open .innerpage-content,
body.hamburger-open .site-footer-v2 {
  display: none;
}
.magnus-hero-admin label {
  display: block;
  margin-bottom: 4px;
}
.magnus-hero-admin select,
.magnus-hero-admin input[type="text"],
.magnus-hero-admin input[type="url"],
.magnus-hero-admin input[type="number"],
.magnus-hero-admin input[type="datetime-local"],
.magnus-hero-admin textarea {
  max-width: 100%;
}
.magnus-hero-admin__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
/* Blog archive and article layouts */
.blog-page{width:100%;background:#fff}.blog-page__inner{width:calc(100% - 48px);max-width:1140px;margin:0 auto;padding:58px 0 76px}.blog-page__intro{max-width:700px;margin:0 auto 42px;text-align:center}.blog-page__eyebrow{margin:0 0 10px;color:#1f5a99;font-size:.8rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.blog-page__intro h1,.blog-article__header h1{margin:0;color:#17243a;font-size:3rem;font-weight:900;line-height:1.08}.blog-page__intro>p:last-child{max-width:620px;margin:18px auto 0;color:#52627a;font-size:1.08rem;line-height:1.55}.blog-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e4ebf3;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(23,36,58,.08)}.blog-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:#eaf0f7}.blog-card__media img,.blog-card__placeholder{display:block;width:100%;height:100%;object-fit:cover}.blog-card__placeholder{background:#eaf0f7}.blog-card__body{display:flex;flex:1;flex-direction:column;padding:24px}.blog-card__date{margin:0 0 9px;color:#1f5a99;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.blog-card h2{margin:0 0 12px;color:#17243a;font-size:1.35rem;font-weight:900;line-height:1.2}.blog-card h2 a,.blog-card__link,.blog-article__back a{color:inherit;text-decoration:none}.blog-card__excerpt{display:-webkit-box;margin:0;overflow:hidden;color:#52627a;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:4}.blog-card__link,.blog-article__back a{display:inline-flex;gap:9px;margin-top:auto;padding-top:22px;color:#4d63c7;font-weight:900}.blog-page--single{background:#f7f9fc}.blog-article{width:calc(100% - 48px);max-width:860px;margin:0 auto;padding:60px 0 76px}.blog-article__header{max-width:760px;margin:0 auto 30px;text-align:center}.blog-article__header .blog-card__date{margin:0 0 12px}.blog-article__hero{margin:0 0 34px;overflow:hidden;border-radius:8px;box-shadow:0 16px 34px rgba(23,36,58,.12)}.blog-article__hero img{display:block;width:100%;height:auto}.blog-article__content{padding:0 34px;color:#2d3d57;font-size:1.12rem;line-height:1.8}.blog-article__content h2{margin:34px 0 12px;color:#17243a;font-size:1.65rem}.blog-article__content p,.blog-article__content ul,.blog-article__content ol{margin:0 0 20px}.blog-article__back{margin:34px}.blog-card h2 a:hover,.blog-card__link:hover,.blog-article__back a:hover{color:#344fae}@media(max-width:900px){.blog-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.blog-page__inner,.blog-article{width:calc(100% - 32px)}.blog-page__grid{grid-template-columns:1fr}.blog-page__intro h1,.blog-article__header h1{font-size:2.25rem}.blog-article__content{padding:0;font-size:1.02rem}.blog-article__back{margin-right:0;margin-left:0}}
