.trust-v2-page {
  color: #263b45;
  background: #fff;
}

.trust-v2-page *,
.trust-v2-page *::before,
.trust-v2-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.trust-v2-page-head {
  background: #eef4f3;
  border-bottom: 1px solid #d8e3e1;
}

.trust-v2-page-head-inner {
  padding-top: 42px;
  padding-bottom: 52px;
}

.trust-v2-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  color: #52676f;
  font-size: 14px;
}

.trust-v2-breadcrumb a {
  color: #526b75;
}

.trust-v2-page-head-copy {
  max-width: 920px;
}

.trust-v2-eyebrow {
  margin: 0 0 10px;
  color: #167c73;
  font-size: 14px;
  font-weight: 700;
}

.trust-v2-page-head h1 {
  margin: 0 0 16px;
  color: #17394d;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
}

.trust-v2-page-head-copy > p:last-child {
  margin: 0;
  color: #52676f;
  font-size: 18px;
  line-height: 1.8;
}

.trust-v2-section-nav {
  background: #fff;
  border-bottom: 1px solid #dfe7e8;
}

.trust-v2-section-nav .w1388 {
  display: flex;
  gap: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.trust-v2-section-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #cbd9db;
  border-radius: 4px;
  color: #49606a;
  font-size: 14px;
  font-weight: 600;
}

.trust-v2-section-nav a.is-active {
  border-color: #087b77;
  color: #fff;
  background: #087b77;
}

.trust-v2-content-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 64px;
  padding-top: 68px;
  padding-bottom: 86px;
}

.trust-v2-aside {
  align-self: start;
  position: sticky;
  top: 104px;
  border-top: 3px solid #087b77;
}

.trust-v2-aside p {
  margin: 0;
  padding: 18px 0 14px;
  border-bottom: 1px solid #dfe7e8;
  color: #263b45;
  font-size: 15px;
  font-weight: 700;
}

.trust-v2-aside a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f2;
  color: #52676f;
  font-size: 14px;
}

.trust-v2-article {
  max-width: 980px;
}

.trust-v2-article-body {
  color: #384e58;
  font-size: 17px;
  line-height: 1.9;
}

.trust-v2-article-body h2 {
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dfe7e8;
  color: #17394d;
  font-size: 32px;
  line-height: 1.35;
}

.trust-v2-article-body h3 {
  margin: 34px 0 12px;
  color: #1e5665;
  font-size: 22px;
  line-height: 1.45;
}

.trust-v2-article-body p {
  margin: 0 0 24px;
}

.trust-v2-article-body strong {
  color: #17394d;
}

.trust-v2-article-body > div > div {
  margin: 0 0 22px;
  padding: 20px 22px;
  border-left: 4px solid #087b77;
  background: #f2f7f6;
}

.trust-v2-article-body > div > div h3 {
  margin-top: 0;
}

.trust-v2-article-body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 10px auto 0;
  border-radius: 4px;
}

.trust-v2-certificates {
  padding-top: 68px;
  padding-bottom: 86px;
}

.trust-v2-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}

.trust-v2-section-title h2 {
  margin: 0;
  color: #17394d;
  font-size: 32px;
  line-height: 1.35;
}

.trust-v2-section-title > p {
  max-width: 560px;
  margin: 0;
  color: #687b82;
  font-size: 14px;
  line-height: 1.75;
}

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

.trust-v2-certificate-card {
  overflow: hidden;
  border: 1px solid #d8e2e3;
  border-radius: 6px;
  background: #fff;
}

.trust-v2-certificate-media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 18px;
  border: 0;
  border-bottom: 1px solid #e2e8e9;
  background: #f4f6f5;
  cursor: zoom-in;
}

.trust-v2-certificate-media:focus-visible {
  outline: 3px solid #f0b429;
  outline-offset: -4px;
}

.trust-v2-certificate-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trust-v2-certificate-body {
  min-height: 170px;
  padding: 22px;
}

.trust-v2-certificate-body p {
  margin: 0 0 10px;
  color: #167c73;
  font-size: 13px;
  font-weight: 700;
}

.trust-v2-certificate-body h3 {
  min-height: 58px;
  margin: 0 0 20px;
  color: #244451;
  font-size: 19px;
  line-height: 1.5;
}

.trust-v2-certificate-body a {
  color: #087b77;
  font-size: 14px;
  font-weight: 700;
}

.trust-v2-pagination,
.trust-v2-empty {
  margin-top: 34px;
  text-align: center;
}

.trust-v2-consult-band {
  background: #e9f3f1;
  border-top: 1px solid #d4e4e1;
}

.trust-v2-consult-inner {
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-top: 46px;
  padding-bottom: 46px;
}

.trust-v2-consult-inner h2 {
  margin: 0 0 12px;
  color: #17394d;
  font-size: 30px;
  line-height: 1.35;
}

.trust-v2-consult-inner > div:first-child > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #52676f;
  font-size: 15px;
  line-height: 1.75;
}

.trust-v2-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.trust-v2-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #087b77;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.trust-v2-btn-primary {
  color: #fff;
  background: #087b77;
}

.trust-v2-btn-secondary {
  color: #1f5863;
  background: transparent;
}

.trust-v2-lightbox {
  width: min(920px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #fff;
}

.trust-v2-lightbox::backdrop {
  background: rgba(10, 30, 40, 0.78);
}

.trust-v2-lightbox-shell {
  position: relative;
  padding: 48px 28px 24px;
}

.trust-v2-lightbox-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  color: #17394d;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.trust-v2-lightbox figure {
  margin: 0;
  text-align: center;
}

.trust-v2-lightbox img {
  max-width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
}

.trust-v2-lightbox figcaption {
  margin-top: 14px;
  color: #445a64;
  font-size: 15px;
}

@media (max-width: 900px) {
  .trust-v2-page-head-inner {
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .trust-v2-breadcrumb {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .trust-v2-page-head h1 {
    font-size: 34px;
  }

  .trust-v2-page-head-copy > p:last-child {
    font-size: 16px;
  }

  .trust-v2-section-nav .w1388 {
    overflow-x: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .trust-v2-section-nav a {
    flex: 0 0 auto;
  }

  .trust-v2-content-layout {
    display: block;
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .trust-v2-aside {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 8px;
    margin-bottom: 30px;
    padding-top: 12px;
  }

  .trust-v2-aside p {
    display: none;
  }

  .trust-v2-aside a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid #d8e2e3;
    border-radius: 4px;
  }

  .trust-v2-article-body {
    font-size: 16px;
  }

  .trust-v2-article-body h2,
  .trust-v2-section-title h2 {
    font-size: 27px;
  }

  .trust-v2-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-v2-consult-inner {
    display: block;
  }

  .trust-v2-actions {
    margin-top: 26px;
  }
}

@media (max-width: 560px) {
  .trust-v2-page-head h1 {
    font-size: 30px;
  }

  .trust-v2-certificates {
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .trust-v2-section-title {
    display: block;
    margin-bottom: 24px;
  }

  .trust-v2-section-title > p {
    margin-top: 14px;
  }

  .trust-v2-certificate-grid {
    grid-template-columns: 1fr;
  }

  .trust-v2-certificate-media {
    aspect-ratio: 5 / 4;
  }

  .trust-v2-certificate-body {
    min-height: 0;
    padding: 18px;
  }

  .trust-v2-certificate-body h3 {
    min-height: 0;
    font-size: 18px;
  }

  .trust-v2-consult-inner h2 {
    font-size: 25px;
  }

  .trust-v2-actions {
    align-items: stretch;
  }

  .trust-v2-btn {
    flex: 1 1 0;
    padding: 0 12px;
  }

  .trust-v2-lightbox-shell {
    padding: 46px 12px 18px;
  }
}
