:root {
  --heading-color: #12284c;
}

.dark-background {
  --background-color: #12284c;
}

.language-switch {
  padding-left: 24px;
  padding-right: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--nav-font);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.language-switch a {
  color: rgba(255, 255, 255, 0.72);
}

.language-switch a.active,
.language-switch a:hover {
  color: #ffffff;
}

.exportpack-hero {
  min-height: 82vh;
  padding: 150px 0 90px;
}

.exportpack-hero:before,
.exportpack-page-title:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.62) 48%, rgba(10, 22, 40, 0.18));
}

.exportpack-hero h1 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  margin: 0 0 24px;
  font-weight: 800;
}

.exportpack-hero p {
  max-width: 690px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.hero-kicker {
  color: #7bd1ff;
  font-family: var(--heading-font);
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.hero-actions .btn-getstarted {
  color: #ffffff;
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 5px;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 700;
}

.hero-link:hover {
  color: #7bd1ff;
}

.hero-proof {
  display: grid;
  gap: 1px;
  max-width: 360px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-proof div {
  padding: 28px;
  background: rgba(18, 40, 76, 0.78);
  backdrop-filter: blur(6px);
}

.hero-proof span {
  display: block;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.hero-proof p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  margin-top: 10px;
}

.exportpack-image {
  width: 100%;
  border-radius: 4px;
}

.exportpack-service-card .card-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-links {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0 30px 28px;
  margin: -12px 0 0;
}

.service-links li {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}

.service-links a {
  display: block;
  padding: 10px 0;
  color: color-mix(in srgb, var(--default-color), transparent 22%);
  font-size: 14px;
}

.service-links a:hover {
  color: var(--accent-color);
}

.exportpack-page-title {
  position: relative;
  padding: 150px 0 70px;
  background: url("/slideshow/images/foto-28.jpg") center / cover no-repeat;
}

.exportpack-page-title .container {
  position: relative;
  z-index: 3;
}

.legacy-content {
  overflow: hidden;
}

.legacy-content #content-wrapper {
  width: 100%;
}

.legacy-content .container_12 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.legacy-content .grid_12,
.legacy-content .grid_8,
.legacy-content .grid_4,
.legacy-content .grid_3 {
  float: none;
  width: 100%;
  margin: 0 0 28px;
}

.legacy-content img {
  max-width: 100%;
  height: auto;
}

.legacy-content .page-title,
.legacy-content .title,
.legacy-content .section-title {
  margin-bottom: 22px;
}

.legacy-content .title h1,
.legacy-content .section-title h5 {
  color: var(--heading-color);
}

.exportpack-service-detail {
  padding-top: 0;
  padding-bottom: 0;
}

.exportpack-service-detail .services-list {
  border-radius: 0;
}

.exportpack-service-detail .services-list a {
  text-decoration: none;
}

.exportpack-service-img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}

.exportpack-service-copy p:last-child {
  margin-bottom: 0;
}

.exportpack-service-copy ul {
  margin-top: 18px;
}

.exportpack-service-copy img {
  border-radius: 4px;
  margin: 16px 0;
}

.exportpack-about-detail {
  padding-top: 0;
}

.exportpack-about-img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.exportpack-about-copy {
  margin-bottom: 18px;
}

.exportpack-about-copy p:last-child {
  margin-bottom: 0;
}

.exportpack-about-copy img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 16px 0;
}

.exportpack-about-stats {
  padding-top: 20px;
}

.exportpack-about-proof {
  padding-top: 30px;
}

.exportpack-sei-badge {
  max-width: 260px;
  margin: 0 auto;
}

.exportpack-contact-detail {
  padding-top: 0;
}

.exportpack-contact-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.exportpack-contact-detail .info-item a {
  color: inherit;
}

.exportpack-contact-note {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 86%);
}

.exportpack-contact-note h4 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.exportpack-contact-note p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 15px;
  margin-bottom: 0;
}

.exportpack-blog-detail {
  padding-top: 0;
}

.exportpack-article-img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  margin-bottom: 26px;
}

.exportpack-article-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: var(--accent-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.exportpack-article h2 {
  color: var(--heading-color);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

.exportpack-article-copy {
  color: color-mix(in srgb, var(--default-color), transparent 14%);
  font-size: 16px;
  line-height: 1.75;
}

.exportpack-article-copy p:last-child {
  margin-bottom: 0;
}

.exportpack-article-copy img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 18px 0;
}

.exportpack-article-sidebar {
  position: sticky;
  top: 110px;
}

.exportpack-sidebar-block {
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  margin-bottom: 22px;
  background: var(--surface-color);
}

.exportpack-sidebar-block h3 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
}

.exportpack-sidebar-block p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 15px;
  margin-bottom: 0;
}

.exportpack-sei-block img {
  max-width: 150px;
  margin-bottom: 18px;
}

.exportpack-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exportpack-related-list li + li {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.exportpack-related-list a {
  display: block;
  padding: 12px 0;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  font-weight: 700;
}

.exportpack-related-list a:hover {
  color: var(--accent-color);
}

.exportpack-sidebar-cta {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 991px) {
  .exportpack-hero {
    min-height: auto;
    padding: 130px 0 70px;
  }

  .hero-proof {
    max-width: none;
    margin-left: 0;
  }

  .language-switch {
    padding-left: 0;
  }

  .exportpack-article-sidebar {
    position: static;
  }
}

@media (max-width: 575px) {
  .exportpack-hero {
    padding: 118px 0 56px;
  }

  .exportpack-hero h1 {
    font-size: 32px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .exportpack-hero p {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    align-items: flex-start;
    gap: 16px;
  }

  .hero-link {
    max-width: 150px;
    line-height: 1.35;
  }

  .hero-proof div {
    padding: 26px;
  }
}
