@import url("font-awesome.min.css");

/*
	Industrious by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
/* Basic */
@-ms-viewport {
  width: device-width; }
body {
  -ms-overflow-style: scrollbar; }

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } }

/* Overschrijft de max-width van de .inner container in stylesheet.css (rond regel 415) */
body.wide .inner {
    width: 100%;
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: 0;
    margin-right: 0;
}

/* Overschrijft de max-width van de .container (rond de Grid sectie) */
.site-main-container,
body.wide .site-main-container {
    max-width: min(1400px, calc(100% - 2rem));
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

/* Overschrijft de max-width van de #main wrapper (vaak gebruikt in de layout) */
body.wide #main .wrapper {
    /* Verwijdert alle max-width beperkingen */
    width: 100%;
    max-width: 100%;
        padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 480px) {
    body.wide .inner {
        /* De padding van .inner is 1.5rem op kleine schermen (de helft van 3rem). */
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* Hoofdmenu: subtiele diepte en compact op mobiel */
.site-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92) !important;
  -webkit-backdrop-filter: saturate(160%) blur(8px);
  backdrop-filter: saturate(160%) blur(8px);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

body {
  --site-navbar-offset: 6.95rem;
  padding-top: var(--site-navbar-offset);
}

.site-navbar .navbar-nav {
  align-items: center;
}

.site-navbar .navbar-collapse {
  text-align: center;
}

.site-navbar__inner {
  gap: 1rem;
}

.site-navbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 180px;
  margin-left: auto;
}

.site-account-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.site-account-actions__link {
  color: #1f2937;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}

.site-account-actions__link:hover {
  color: #111827;
}

.site-account-actions__cta {
  min-width: 9.75rem;
}

.site-account-actions__form {
  margin: 0;
}

.cost-control-banner {
  margin: 1rem 0 1.5rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(180, 83, 9, 0.22);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.98), rgba(255, 251, 235, 0.98));
  color: #7c2d12;
  box-shadow: 0 16px 32px rgba(120, 53, 15, 0.08);
}

.cost-control-banner strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #9a3412;
}

.cost-control-banner p {
  margin: 0;
  color: #7c2d12;
}

.site-account-menu__trigger.is-disabled {
  pointer-events: none;
  opacity: 0.72;
}

@media screen and (min-width: 576px) {
  .site-navbar .container-fluid {
    position: relative;
    justify-content: center;
    min-height: 82px;
    padding-left: clamp(11rem, 20vw, 15rem);
    padding-right: 2rem;
  }

  .site-navbar .navbar-brand {
    position: absolute;
    left: 0.75rem;
    margin-right: 0;
  }

  .site-navbar .navbar-collapse {
    flex-grow: 0;
    justify-content: center !important;
  }

  .site-navbar .navbar-nav {
    flex-grow: 0 !important;
    justify-content: center;
    gap: 0.4rem;
  }
}

@media screen and (max-width: 576px) {
  .site-navbar {
    min-height: 52px;
  }

  .site-navbar .navbar-brand {
    font-size: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .site-navbar .navbar-toggler {
    padding: 0.2rem 0.45rem;
    font-size: 0.95rem;
  }

  .site-navbar .nav-link {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }

  .site-navbar__actions {
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.75rem;
  }

  .site-account-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.auth-shell,
.account-shell {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 0 5rem;
}

.auth-shell__card,
.account-shell__card {
  width: min(34rem, 100%);
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.2rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  padding: 2rem;
}

.auth-shell__card--wide {
  width: min(42rem, 100%);
}

.auth-shell__eyebrow,
.account-shell__eyebrow {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 700;
  color: #33558a;
}

.auth-shell__title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  color: #0f2744;
}

.auth-shell__lead,
.account-shell__lead {
  margin-bottom: 1.5rem;
  color: #3a4f68;
}

.auth-shell__footer,
.account-shell__footer {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.auth-method-block {
  border: 1px solid rgba(15, 39, 68, 0.1);
  border-radius: 0.95rem;
  padding: 1rem;
  margin-top: 1rem;
  background: #f8fbff;
}

.auth-method-block--secondary {
  background: #ffffff;
}

.auth-method-block__title {
  margin: 0;
  color: #0f2744;
  font-size: 1.05rem;
}

.auth-method-block__text {
  margin: 0.35rem 0 0.9rem;
  color: #4d6178;
  font-size: 0.95rem;
}

.auth-actions-stack {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.auth-status-block {
  border: 1px solid rgba(15, 39, 68, 0.12);
  background: #f6f9fc;
  border-radius: 0.9rem;
  padding: 0.8rem 0.95rem;
  display: grid;
  gap: 0.35rem;
  color: #20354f;
  margin: 0.75rem 0 1rem;
}

.signalops-access-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
  align-items: start;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(31, 86, 200, 0.14);
  border-radius: 0.75rem;
  background: #f8fbff;
}

.signalops-access-card h2,
.signalops-access-card p {
  margin: 0;
}

.signalops-access-card h2 {
  color: #18324f;
  font-size: 1.25rem;
}

.signalops-access-card p {
  color: #4d6178;
}

.signalops-access-card__eyebrow {
  margin-bottom: 0.35rem !important;
  color: #45617f !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signalops-access-steps {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-left: 1.25rem;
  color: #526982;
}

.signalops-access-steps li {
  padding-left: 0.1rem;
}

.signalops-access-steps li.is-complete {
  color: #15803d;
  font-weight: 700;
}

.signalops-access-steps li.is-current {
  color: #173f98;
  font-weight: 700;
}

.signalops-access-card__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.account-form {
  display: grid;
  gap: 0.85rem;
}

.account-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.account-form__submit {
  margin-top: 0.5rem;
}

.account-form__submit--busyable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.account-form__submit-spinner {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  display: none;
  animation: account-submit-spin 0.75s linear infinite;
}

.account-form__submit--busyable.is-busy .account-form__submit-spinner {
  display: inline-block;
}

@keyframes account-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.account-plan-card {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(31, 86, 200, 0.14);
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
  color: var(--platform-text);
}

.account-plan-card__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--platform-accent);
}

.account-plan-card span {
  color: var(--platform-muted);
}

.account-alert {
  border-radius: 0.9rem;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.account-alert--success {
  background: #e8f7ef;
  color: #0f6b3b;
  border: 1px solid #9dd5b2;
}

.account-alert--error {
  background: #fdf0f0;
  color: #9b1c1c;
  border: 1px solid #efb5b5;
}

.account-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(31, 86, 200, 0.1);
  color: #1b49a8;
  border: 1px solid rgba(31, 86, 200, 0.12);
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.account-admin-shell {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem 0 3rem;
  color: #18324f;
}

.account-admin-shell h1,
.account-admin-shell h2,
.account-admin-shell h3,
.account-admin-shell h4,
.account-admin-shell h5,
.account-admin-shell h6,
.account-admin-shell strong,
.account-admin-shell b {
  color: #18324f;
}

.account-admin-shell p,
.account-admin-shell label,
.account-admin-shell td,
.account-admin-shell th,
.account-admin-shell span,
.account-admin-shell li {
  color: inherit;
}

.account-admin-shell input,
.account-admin-shell select,
.account-admin-shell textarea {
  color: #18324f;
  border-color: rgba(31, 86, 200, 0.18);
  background-color: rgba(255, 255, 255, 0.98);
}

.account-admin-shell input:focus,
.account-admin-shell select:focus,
.account-admin-shell textarea:focus {
  border-color: rgba(31, 86, 200, 0.34);
  box-shadow: 0 0 0 3px rgba(31, 86, 200, 0.08);
}

.account-admin-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  padding-bottom: 0.5rem;
}

.account-admin-header h1 {
  margin: 0.35rem 0 0.45rem;
}

.account-admin-header p {
  margin: 0;
  color: #475569;
}

.account-admin-section {
  border-top: 1px solid rgba(31, 86, 200, 0.12);
  padding-top: 1rem;
  display: grid;
  gap: 0.9rem;
}

.account-admin-section--compact {
  gap: 0.75rem;
}

.account-admin-section__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.account-admin-section__header span {
  color: #64748b;
  font-size: 0.95rem;
}

.account-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1rem;
}

.account-collapsible-list {
  display: grid;
  gap: 0.75rem;
}

.account-collapsible {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
}

.account-collapsible summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 1rem;
  font-weight: 700;
  color: #0f172a;
}

.account-collapsible summary::-webkit-details-marker {
  display: none;
}

.account-collapsible[open] summary {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.account-collapsible form {
  margin: 0;
  padding: 1rem;
}

.account-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.25rem;
  border: 1px solid rgba(31, 86, 200, 0.12);
  border-radius: 0.95rem;
  background: rgba(248, 251, 255, 0.98);
  width: fit-content;
}

.account-tabs__link {
  padding: 0.65rem 0.9rem;
  border-radius: 0.7rem;
  color: #385273;
  text-decoration: none;
  font-weight: 600;
}

.account-tabs__link:hover,
.account-tabs__link:focus-visible {
  color: #1b49a8;
  background: rgba(31, 86, 200, 0.08);
}

.account-tabs__link--active {
  background: linear-gradient(135deg, #1d5bd8 0%, #2640b8 100%);
  color: #ffffff !important;
}

.account-product-card {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.product-license-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.product-license-card__header p {
  margin: 0.35rem 0 0;
  color: #64748b;
}

.product-license-card__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 0.8rem;
  margin: 0 0 1rem;
}

.product-license-card__meta dt {
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.product-license-card__meta dd {
  margin: 0;
  color: #475569;
}

.team-role-form {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  flex-wrap: wrap;
}

.team-role-form select {
  min-width: 11rem;
}

.admin-list {
  display: grid;
  gap: 0.75rem;
}

.admin-table {
  display: grid;
  gap: 0.5rem;
}

.admin-table__head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 0 1rem 0.15rem;
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.admin-list__row {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.94);
}

.admin-list__identity {
  display: grid;
  gap: 0.2rem;
}

.admin-list__identity span {
  color: #64748b;
}

.admin-list__meta {
  display: grid;
  gap: 0.2rem;
  color: #475569;
  font-size: 0.95rem;
}

.admin-list__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.admin-list__row--table {
  padding-block: 0.8rem;
}

.subscription-summary {
  display: grid;
  gap: 0.9rem;
}

.subscription-summary__card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 1rem 1.1rem;
  display: grid;
  gap: 1rem;
}

.subscription-summary__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.subscription-summary__header h2 {
  margin: 0 0 0.25rem;
  font-size: 1.3rem;
}

.subscription-summary__header p {
  margin: 0;
  color: #64748b;
}

.subscription-summary__rows {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.subscription-summary__row {
  display: grid;
  gap: 0.15rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.subscription-summary__row span {
  color: #64748b;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.subscription-summary__row strong {
  color: #0f172a;
}

.subscription-summary__actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.team-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.team-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.team-table th,
.team-table td {
  padding: 0.9rem 1rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.team-table thead th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #475569;
  font-weight: 700;
  background: rgba(248, 250, 252, 0.98);
}

.team-table tbody tr {
  border: 0;
  background: rgba(255, 255, 255, 0.98);
}

.team-table tbody th {
  color: #18324f;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.98);
}

.team-table tbody td {
  background: rgba(255, 255, 255, 0.98);
}

.team-table tbody tr:hover th,
.team-table tbody tr:hover td {
  background: rgba(248, 250, 252, 0.96);
}

.team-table tbody tr:last-child td {
  border-bottom: 0;
}

.team-table tbody tr:last-child th {
  border-bottom: 0;
}

.team-table tbody tr.team-table__row--pending td {
  background: rgba(248, 250, 252, 0.98);
}

.team-table code {
  display: inline-block;
  max-width: 100%;
  padding: 0.22rem 0.4rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.35rem;
  background: rgba(248, 250, 252, 0.98);
  color: #18324f;
  white-space: normal;
  overflow-wrap: anywhere;
}

.team-table__identity {
  display: grid;
  gap: 0.15rem;
}

.team-table__product-link {
  color: inherit;
  text-decoration: none;
}

.team-table__product-link:hover,
.team-table__product-link:focus-visible {
  color: #1f56c8;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.team-table__identity span,
.team-table__hint {
  color: #607696;
}

.team-table__stack {
  display: grid;
  gap: 0.2rem;
}

.team-table__inline-form {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  justify-content: flex-start;
}

.team-table__inline-form--add {
  width: 100%;
}

.account-admin-shell .panel-icon-btn {
  min-width: 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.account-admin-shell .panel-icon-btn .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
}

.account-admin-shell .panel-icon-btn--add {
  border-color: #86efac;
  background: #f0fdf4;
  color: #15803d !important;
}

.account-admin-shell .panel-icon-btn--add:hover:not(:disabled) {
  border-color: #4ade80;
  background: #dcfce7;
  color: #166534 !important;
}

.account-admin-shell .panel-icon-btn--danger {
  border-color: #d79a9a;
  background: #fff3f3;
  color: #9f2525 !important;
}

.account-admin-shell .panel-icon-btn--danger:hover:not(:disabled) {
  border-color: #c87f7f;
  background: #ffecec;
  color: #8b1e1e !important;
}

.account-admin-shell .panel-icon-btn__plus {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

.team-table td:nth-child(2),
.team-table td:nth-child(3),
.team-table td:nth-child(4) {
  white-space: nowrap;
}

.team-table td:nth-child(3) .form-control {
  min-width: 11rem;
  max-width: 11rem;
}

.team-table__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.team-table__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: #243b5a;
}

.team-table .admin-feature-flags {
  min-width: 24rem;
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.35;
  white-space: pre;
}

.team-table .admin-number-input {
  min-width: 7.5rem;
  max-width: 7.5rem;
}

.team-table .admin-number-input--seats,
.team-table .admin-number-input--retention {
  min-width: 8rem;
  max-width: 8rem;
}

.admin-feature-flag-list {
  display: grid;
  gap: 0.35rem;
  min-width: 18rem;
}

.admin-feature-flag span {
  overflow-wrap: anywhere;
}

.team-request-list {
  display: grid;
  gap: 0.85rem;
}

.team-request-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(31, 86, 200, 0.12);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(247, 250, 255, 0.92) 0%, rgba(241, 246, 255, 0.92) 100%);
}

.team-request-list__identity {
  display: grid;
  gap: 0.15rem;
}

.team-request-list__identity span,
.team-request-list__meta span:not(.account-pill) {
  color: #607696;
}

.team-request-list__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
  align-items: center;
}

.team-table__add-row td {
  background: linear-gradient(180deg, rgba(244, 248, 255, 0.96) 0%, rgba(237, 244, 255, 0.96) 100%);
}

.account-form--compact {
  gap: 0.6rem;
}

.auth-login-form {
  gap: 0.5rem;
}

.auth-login-form .field-validation-valid {
  display: none;
}

.auth-login-form .account-form__submit {
  margin-top: 0.15rem;
}

@media screen and (max-width: 980px) {
  .account-admin-header,
  .account-admin-section__header,
  .admin-list__row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .account-admin-section__header,
  .account-admin-header {
    align-items: flex-start;
  }

  .admin-table__head,
  .subscription-summary__rows {
    grid-template-columns: 1fr;
  }

  .admin-list__actions {
    justify-content: flex-start;
  }

  .team-table th,
  .team-table td {
    min-width: 140px;
  }

  .team-table__inline-form {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .team-request-list__item {
    grid-template-columns: 1fr;
  }

  .team-request-list__meta {
    justify-content: flex-start;
  }
}

.btn-tertiary {
  background: rgba(255, 255, 255, 0.98);
  color: #1b49a8 !important;
  border: 1px solid rgba(31, 86, 200, 0.22);
  box-shadow: none;
}

.btn-tertiary:hover,
.btn-tertiary:focus-visible {
  background: rgba(31, 86, 200, 0.08);
  border-color: rgba(31, 86, 200, 0.34);
}

.account-admin-shell button:hover:active,
.account-admin-shell .button:hover:active,
.account-admin-shell input[type="submit"]:hover:active,
.account-admin-shell input[type="button"]:hover:active,
.account-admin-shell input[type="reset"]:hover:active {
  background-color: rgba(31, 86, 200, 0.12);
}

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #ffffff; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important; }

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

/* Typography */
html {
  font-size: 13pt; }
  @media screen and (max-width: 1680px) {
    html {
      font-size: 11pt; } }
  @media screen and (max-width: 980px) {
    html {
      font-size: 12pt; } }
  @media screen and (max-width: 480px) {
    html {
      font-size: 11pt; } }

body {
  background-color: #ffffff;
  color: #444444; }

body, input, select, textarea {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65; }

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

strong, b {
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2rem 0; }

header.special {
  text-align: center;
  margin-bottom: 4rem; }
  header.special p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

h1 {
  font-size: 3rem;
  line-height: 1.2; }

h2 {
  font-size: 2.25rem;
  line-height: 1.3; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.9rem; }

h6 {
  font-size: 0.7rem; }

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2.75rem;
    line-height: 1.3; }

  h2 {
    font-size: 1.75rem;
    line-height: 1.5; }

  h3 {
    font-size: 1.25rem; } }
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem; }

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem; }

blockquote {
  border-left: solid 0.5rem;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 1rem 0 1rem 2rem; }

code {
  border-radius: 4px;
  border: solid 1px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9rem;
  margin: 0 0 2rem 0; }
  pre code {
    display: block;
    line-height: 1.75;
    padding: 1rem 1.5rem;
    overflow-x: auto; }

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2rem 0; }
  hr.major {
    margin: 4rem 0; }

input, select, textarea {
  color: #555555; }

a {
  color: #003399ff; }

strong, b {
  color: #555555; }

h1, h2, h3, h4, h5, h6 {
  color: #555555; }

blockquote {
  border-left-color: rgba(0, 0, 0, 0.25); }

code {
  background: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.25); }

hr {
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* Inner */
.inner {
  margin: 0 auto;
  width: 75rem;
  max-width: calc(100% - 6rem); }
  @media screen and (max-width: 480px) {
    .inner {
      max-width: calc(100% - 3rem); } }

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 3.25rem;
  line-height: 3.25rem;
  padding: 0 1.75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.8rem;
    height: 2.4375rem;
    line-height: 2.4375rem;
    padding: 0 1.25rem; }
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1.35rem;
    height: 4.0625rem;
    line-height: 4.0625rem;
    padding: 0 2rem; }
  input[type="submit"].wide,
  input[type="reset"].wide,
  input[type="button"].wide,
  button.wide,
  .button.wide {
    min-width: 13rem; }
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5rem; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    width: 100%; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    pointer-events: none;
    opacity: 0.25; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #555555;
  color: #555555 !important; 
  display: inline-flex;
  align-items: center;
  justify-content: center;}
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    box-shadow: inset 0 0 0 1px #003399ff;
    color: #003399ff !important; }
    input[type="submit"]:hover:active,
    input[type="reset"]:hover:active,
    input[type="button"]:hover:active,
    button:hover:active,
    .button:hover:active {
      background-color: rgba(206, 27, 40, 0.25); }
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .button.primary {
    box-shadow: none;
    background-color: #003399ff;
    color: #ffffff !important; }
    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      background-color: #003399ff;
      box-shadow: none; }
      input[type="submit"].primary:hover:active,
      input[type="reset"].primary:hover:active,
      input[type="button"].primary:hover:active,
      button.primary:hover:active,
      .button.primary:hover:active {
        background-color: #003399ff; }

/* Form */
form {
  margin: 0 0 2rem 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: none;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  input[type="tel"]:invalid,
  input[type="search"]:invalid,
  input[type="url"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }

label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
  height: 3.25rem; }

select {
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3.25rem;
  padding-right: 3.25rem;
  text-overflow: ellipsis; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }

textarea {
  padding: 0.75rem 1rem; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 2.825rem;
    padding-right: 0.875rem;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'Source Sans Pro', sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      border-radius: 4px;
      border: solid 1px;
      content: '';
      display: inline-block;
      height: 1.95rem;
      left: 0;
      line-height: 1.86875rem;
      position: absolute;
      text-align: center;
      top: -0.1625rem;
      width: 1.95rem; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    content: '\f00c'; }

input[type="checkbox"] + label:before {
  border-radius: 4px; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  opacity: 1.0; }

:-moz-placeholder {
  opacity: 1.0; }

::-moz-placeholder {
  opacity: 1.0; }

:-ms-input-placeholder {
  opacity: 1.0; }

label {
  color: #555555; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  background-color: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.25); }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #003399ff;
    box-shadow: 0 0 0 1px #003399ff; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.25)' /%3E%3C/svg%3E"); }
  select option {
    color: #444444;
    background-color: #ffffff; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: #444444; }
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    background: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.25); }
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #003399ff;
  border-color: #003399ff;
  color: #ffffff; }
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #003399ff;
  box-shadow: 0 0 0 1px #003399ff; }

::-webkit-input-placeholder {
  color: #bbbbbb !important; }

:-moz-placeholder {
  color: #bbbbbb !important; }

::-moz-placeholder {
  color: #bbbbbb !important; }

:-ms-input-placeholder {
  color: #bbbbbb !important; }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25rem; }
  ol li {
    padding-left: 0.25rem; }

ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1rem; }
  ul li {
    padding-left: 0.325rem; }
  ul.plain {
    list-style: none;
    padding-left: 0; }
    ul.plain li {
      margin-bottom: 1rem; }
      ul.plain li .icon {
        border-radius: 4px;
        color: #ffffff;
        display: inline-block;
        margin-right: 1rem;
        text-align: center;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        background: rgba(0, 0, 0, 0.5); }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px;
      padding: 0.75rem 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }
      ul.alt li:last-child {
        padding-bottom: 0; }

dl {
  margin: 0 0 2rem 0; }
  dl dt {
    display: block;
    font-weight: 600;
    margin: 0 0 1rem 0; }
  dl dd {
    margin-left: 1.5rem; }

ul.alt li {
  border-top-color: rgba(0, 0, 0, 0.25); }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2rem 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0; }
  table td {
    padding: 0.75rem 0.75rem; }
  table th {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0 0.75rem 0.75rem 0.75rem;
    text-align: left; }
  table thead {
    border-bottom: solid 2px; }
  table tfoot {
    border-top: solid 2px; }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px;
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

table tbody tr {
  border-color: rgba(0, 0, 0, 0.25); }
  table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.075); }
table th {
  color: #555555; }
table thead {
  border-bottom-color: rgba(0, 0, 0, 0.25); }
table tfoot {
  border-top-color: rgba(0, 0, 0, 0.25); }
table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.25); }

/* Highlights */
.highlights {
  width: 100%;
  margin: 2.5rem 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch; }
  .highlights > * {
    flex-shrink: 1;
    -webkit-flex-grow: 0;
    flex-grow: 0; }
  .highlights > * {
    width: 33.3333333333%; }
  .highlights > * {
    padding: 1.5rem;
    width: calc(33.3333333333% + 1rem); }
  .highlights > :nth-child(-n + 3) {
    padding-top: 0; }
  .highlights > :nth-last-child(-n + 3) {
    padding-bottom: 0; }
  .highlights > :nth-child(3n + 1) {
    padding-left: 0; }
  .highlights > :nth-child(3n) {
    padding-right: 0; }
  .highlights > :nth-child(3n + 1),
  .highlights > :nth-child(3n) {
    width: calc(33.3333333333% + -0.5rem); }
  .highlights .content {
    border-radius: 4px;
    height: 100%;
    padding: 3rem;
    text-align: center; }
    .highlights .content .icon {
      font-size: 5rem; }
  .highlights > div > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .highlights > * {
      width: 50%; }
    .highlights > * {
      padding: 1rem;
      width: calc(33.3333333333% + 0.6666666667rem); }
    .highlights > :nth-child(-n + 3) {
      padding-top: 1rem; }
    .highlights > :nth-last-child(-n + 3) {
      padding-bottom: 1rem; }
    .highlights > :nth-child(3n + 1) {
      padding-left: 1rem; }
    .highlights > :nth-child(3n) {
      padding-right: 1rem; }
    .highlights > :nth-child(3n + 1),
    .highlights > :nth-child(3n) {
      padding: 1rem;
      width: calc(50% + 1rem); }
    .highlights > * {
      padding: 1rem;
      width: calc(50% + 1rem); }
    .highlights > :nth-child(-n + 2) {
      padding-top: 0; }
    .highlights > :nth-last-child(-n + 2) {
      padding-bottom: 0; }
    .highlights > :nth-child(2n + 1) {
      padding-left: 0; }
    .highlights > :nth-child(2n) {
      padding-right: 0; }
    .highlights > :nth-child(2n + 1),
    .highlights > :nth-child(2n) {
      width: calc(50% + 0rem); }
    .highlights .content {
      padding: 2rem; } }
  @media screen and (max-width: 736px) {
    .highlights > * {
      width: 100%; }
    .highlights > * {
      padding: 1rem;
      width: calc(33.3333333333% + 0.6666666667rem); }
    .highlights > :nth-child(-n + 3) {
      padding-top: 1rem; }
    .highlights > :nth-last-child(-n + 3) {
      padding-bottom: 1rem; }
    .highlights > :nth-child(3n + 1) {
      padding-left: 1rem; }
    .highlights > :nth-child(3n) {
      padding-right: 1rem; }
    .highlights > :nth-child(3n + 1),
    .highlights > :nth-child(3n) {
      padding: 1rem;
      width: calc(100% + 2rem); }
    .highlights > * {
      padding: 1rem;
      width: calc(50% + 1rem); }
    .highlights > :nth-child(-n + 2) {
      padding-top: 1rem; }
    .highlights > :nth-last-child(-n + 2) {
      padding-bottom: 1rem; }
    .highlights > :nth-child(2n + 1) {
      padding-left: 1rem; }
    .highlights > :nth-child(2n) {
      padding-right: 1rem; }
    .highlights > :nth-child(2n + 1),
    .highlights > :nth-child(2n) {
      padding: 1rem;
      width: calc(100% + 2rem); }
    .highlights > * {
      padding: 1rem;
      width: calc(100% + 2rem); }
    .highlights > :nth-child(-n + 1) {
      padding-top: 0; }
    .highlights > :nth-last-child(-n + 1) {
      padding-bottom: 0; }
    .highlights > :nth-child(1n + 1) {
      padding-left: 0; }
    .highlights > :nth-child(1n) {
      padding-right: 0; }
    .highlights > :nth-child(1n + 1),
    .highlights > :nth-child(1n) {
      width: calc(100% + 1rem); } }

.highlights .content {
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.025); }

/* Testimonials */
.testimonials {
  margin: 2.5rem 0;
  width: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch; }
  .testimonials > * {
    flex-shrink: 1;
    -webkit-flex-grow: 0;
    flex-grow: 0; }
  .testimonials > * {
    width: 33.3333333333%; }
  .testimonials > * {
    padding: 1.5rem;
    width: calc(33.3333333333% + 1rem); }
  .testimonials > :nth-child(-n + 3) {
    padding-top: 0; }
  .testimonials > :nth-last-child(-n + 3) {
    padding-bottom: 0; }
  .testimonials > :nth-child(3n + 1) {
    padding-left: 0; }
  .testimonials > :nth-child(3n) {
    padding-right: 0; }
  .testimonials > :nth-child(3n + 1),
  .testimonials > :nth-child(3n) {
    width: calc(33.3333333333% + -0.5rem); }
  .testimonials .content {
    border-radius: 4px;
    height: 100%;
    padding: 3rem; }
    .testimonials .content .author {
      display: -moz-flex;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .testimonials .content .author blockquote {
        margin: 0; }
      .testimonials .content .author .image {
        margin-right: 2rem;
        width: 20%; }
        .testimonials .content .author .image img {
          border-radius: 100%;
          max-width: 100%; }
    .testimonials .content .credit {
      font-size: 0.75rem; }
    .testimonials .content p:last-child {
      margin: 0; }
  .testimonials > div > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 980px) {
    .testimonials > * {
      width: 50%; }
    .testimonials > * {
      padding: 1rem;
      width: calc(33.3333333333% + 0.6666666667rem); }
    .testimonials > :nth-child(-n + 3) {
      padding-top: 1rem; }
    .testimonials > :nth-last-child(-n + 3) {
      padding-bottom: 1rem; }
    .testimonials > :nth-child(3n + 1) {
      padding-left: 1rem; }
    .testimonials > :nth-child(3n) {
      padding-right: 1rem; }
    .testimonials > :nth-child(3n + 1),
    .testimonials > :nth-child(3n) {
      padding: 1rem;
      width: calc(50% + 1rem); }
    .testimonials > * {
      padding: 1rem;
      width: calc(50% + 1rem); }
    .testimonials > :nth-child(-n + 2) {
      padding-top: 0; }
    .testimonials > :nth-last-child(-n + 2) {
      padding-bottom: 0; }
    .testimonials > :nth-child(2n + 1) {
      padding-left: 0; }
    .testimonials > :nth-child(2n) {
      padding-right: 0; }
    .testimonials > :nth-child(2n + 1),
    .testimonials > :nth-child(2n) {
      width: calc(50% + 0rem); }
    .testimonials .content {
      padding: 2rem; } }
  @media screen and (max-width: 736px) {
    .testimonials > * {
      width: 100%; }
    .testimonials > * {
      padding: 1rem;
      width: calc(33.3333333333% + 0.6666666667rem); }
    .testimonials > :nth-child(-n + 3) {
      padding-top: 1rem; }
    .testimonials > :nth-last-child(-n + 3) {
      padding-bottom: 1rem; }
    .testimonials > :nth-child(3n + 1) {
      padding-left: 1rem; }
    .testimonials > :nth-child(3n) {
      padding-right: 1rem; }
    .testimonials > :nth-child(3n + 1),
    .testimonials > :nth-child(3n) {
      padding: 1rem;
      width: calc(100% + 2rem); }
    .testimonials > * {
      padding: 1rem;
      width: calc(50% + 1rem); }
    .testimonials > :nth-child(-n + 2) {
      padding-top: 1rem; }
    .testimonials > :nth-last-child(-n + 2) {
      padding-bottom: 1rem; }
    .testimonials > :nth-child(2n + 1) {
      padding-left: 1rem; }
    .testimonials > :nth-child(2n) {
      padding-right: 1rem; }
    .testimonials > :nth-child(2n + 1),
    .testimonials > :nth-child(2n) {
      padding: 1rem;
      width: calc(100% + 2rem); }
    .testimonials > * {
      padding: 1rem;
      width: calc(100% + 2rem); }
    .testimonials > :nth-child(-n + 1) {
      padding-top: 0; }
    .testimonials > :nth-last-child(-n + 1) {
      padding-bottom: 0; }
    .testimonials > :nth-child(1n + 1) {
      padding-left: 0; }
    .testimonials > :nth-child(1n) {
      padding-right: 0; }
    .testimonials > :nth-child(1n + 1),
    .testimonials > :nth-child(1n) {
      width: calc(100% + 1rem); } }

.testimonials .content {
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.025); }
  .testimonials .content .credit strong {
    color: #003399ff; }

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0; }
  ul.actions li {
    padding: 0 0 0 1rem;
    vertical-align: middle; }
  ul.actions.special {
    -webkit-justify-content: center;
    justify-content: center;
    width: calc(100% + 1rem); }
  ul.actions.stacked {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
    ul.actions.stacked li {
      padding: 1.3rem 0 0 0; }
      ul.actions.stacked li:first-child {
        padding-top: 0; }
  ul.actions.fit {
    width: calc(100% + 1rem); }
    ul.actions.fit li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      flex-shrink: 1;
      width: 100%; }
      ul.actions.fit li > * {
        width: 100%; }
    ul.actions.fit.stacked {
      width: 100%; }
  @media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 0;
      width: 100% !important; }
      ul.actions:not(.fixed) li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 1rem 0 0 0;
        text-align: center;
        width: 100%; }
        ul.actions:not(.fixed) li > * {
          width: 100%; }
        ul.actions:not(.fixed) li:first-child {
          padding-top: 0; }
        ul.actions:not(.fixed) li input[type="submit"],
        ul.actions:not(.fixed) li input[type="reset"],
        ul.actions:not(.fixed) li input[type="button"],
        ul.actions:not(.fixed) li button,
        ul.actions:not(.fixed) li .button {
          width: 100%; }
          ul.actions:not(.fixed) li input[type="submit"].icon:before,
          ul.actions:not(.fixed) li input[type="reset"].icon:before,
          ul.actions:not(.fixed) li input[type="button"].icon:before,
          ul.actions:not(.fixed) li button.icon:before,
          ul.actions:not(.fixed) li .button.icon:before {
            margin-left: -0.5rem; } }

/* Grid */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .row > * {
    box-sizing: border-box; }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0; }

.row > .imp {
  order: -1; }
.row > .col-1 {
  width: 8.3333333333%; }
.row > .off-1 {
  margin-left: 8.3333333333%; }
.row > .col-2 {
  width: 16.6666666667%; }
.row > .off-2 {
  margin-left: 16.6666666667%; }
.row > .col-3 {
  width: 25%; }
.row > .off-3 {
  margin-left: 25%; }
.row > .col-4 {
  width: 33.3333333333%; }
.row > .off-4 {
  margin-left: 33.3333333333%; }
.row > .col-5 {
  width: 41.6666666667%; }
.row > .off-5 {
  margin-left: 41.6666666667%; }
.row > .col-6 {
  width: 50%; }
.row > .off-6 {
  margin-left: 50%; }
.row > .col-7 {
  width: 58.3333333333%; }
.row > .off-7 {
  margin-left: 58.3333333333%; }
.row > .col-8 {
  width: 66.6666666667%; }
.row > .off-8 {
  margin-left: 66.6666666667%; }
.row > .col-9 {
  width: 75%; }
.row > .off-9 {
  margin-left: 75%; }
.row > .col-10 {
  width: 83.3333333333%; }
.row > .off-10 {
  margin-left: 83.3333333333%; }
.row > .col-11 {
  width: 91.6666666667%; }
.row > .off-11 {
  margin-left: 91.6666666667%; }
.row > .col-12 {
  width: 100%; }
.row > .off-12 {
  margin-left: 100%; }
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0rem; }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem; }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem; }
    .row.gtr-0.gtr-uniform > * {
      padding-top: 0rem; }
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.75rem; }
  .row.gtr-25 > * {
    padding: 0 0 0 0.75rem; }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.75rem; }
    .row.gtr-25.gtr-uniform > * {
      padding-top: 0.75rem; }
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1.5rem; }
  .row.gtr-50 > * {
    padding: 0 0 0 1.5rem; }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.5rem; }
    .row.gtr-50.gtr-uniform > * {
      padding-top: 1.5rem; }
.row {
  margin-top: 0;
  margin-left: -3rem; }
  .row > * {
    padding: 0 0 0 3rem; }
  .row.gtr-uniform {
    margin-top: -3rem; }
    .row.gtr-uniform > * {
      padding-top: 3rem; }
.row.gtr-150 {
  margin-top: 0;
  margin-left: -4.5rem; }
  .row.gtr-150 > * {
    padding: 0 0 0 4.5rem; }
  .row.gtr-150.gtr-uniform {
    margin-top: -4.5rem; }
    .row.gtr-150.gtr-uniform > * {
      padding-top: 4.5rem; }
.row.gtr-200 {
  margin-top: 0;
  margin-left: -6rem; }
  .row.gtr-200 > * {
    padding: 0 0 0 6rem; }
  .row.gtr-200.gtr-uniform {
    margin-top: -6rem; }
    .row.gtr-200.gtr-uniform > * {
      padding-top: 6rem; }

@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box; }
    .row > * {
      box-sizing: border-box; }
    .row.gtr-uniform > * > :last-child {
      margin-bottom: 0; }

  .row > .imp-xlarge {
    order: -1; }
  .row > .col-1-xlarge {
    width: 8.3333333333%; }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%; }
  .row > .col-2-xlarge {
    width: 16.6666666667%; }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%; }
  .row > .col-3-xlarge {
    width: 25%; }
  .row > .off-3-xlarge {
    margin-left: 25%; }
  .row > .col-4-xlarge {
    width: 33.3333333333%; }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%; }
  .row > .col-5-xlarge {
    width: 41.6666666667%; }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%; }
  .row > .col-6-xlarge {
    width: 50%; }
  .row > .off-6-xlarge {
    margin-left: 50%; }
  .row > .col-7-xlarge {
    width: 58.3333333333%; }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%; }
  .row > .col-8-xlarge {
    width: 66.6666666667%; }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%; }
  .row > .col-9-xlarge {
    width: 75%; }
  .row > .off-9-xlarge {
    margin-left: 75%; }
  .row > .col-10-xlarge {
    width: 83.3333333333%; }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%; }
  .row > .col-11-xlarge {
    width: 91.6666666667%; }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%; }
  .row > .col-12-xlarge {
    width: 100%; }
  .row > .off-12-xlarge {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem; }
    .row.gtr-0 > * {
      padding: 0 0 0 0rem; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0rem; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.75rem; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.75rem; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.75rem; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.75rem; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.5rem; }
    .row.gtr-50 > * {
      padding: 0 0 0 1.5rem; }
    .row.gtr-50.gtr-uniform {
      margin-top: -1.5rem; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 1.5rem; }
  .row {
    margin-top: 0;
    margin-left: -3rem; }
    .row > * {
      padding: 0 0 0 3rem; }
    .row.gtr-uniform {
      margin-top: -3rem; }
      .row.gtr-uniform > * {
        padding-top: 3rem; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -4.5rem; }
    .row.gtr-150 > * {
      padding: 0 0 0 4.5rem; }
    .row.gtr-150.gtr-uniform {
      margin-top: -4.5rem; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 4.5rem; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -6rem; }
    .row.gtr-200 > * {
      padding: 0 0 0 6rem; }
    .row.gtr-200.gtr-uniform {
      margin-top: -6rem; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 6rem; } }
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box; }
    .row > * {
      box-sizing: border-box; }
    .row.gtr-uniform > * > :last-child {
      margin-bottom: 0; }

  .row > .imp-large {
    order: -1; }
  .row > .col-1-large {
    width: 8.3333333333%; }
  .row > .off-1-large {
    margin-left: 8.3333333333%; }
  .row > .col-2-large {
    width: 16.6666666667%; }
  .row > .off-2-large {
    margin-left: 16.6666666667%; }
  .row > .col-3-large {
    width: 25%; }
  .row > .off-3-large {
    margin-left: 25%; }
  .row > .col-4-large {
    width: 33.3333333333%; }
  .row > .off-4-large {
    margin-left: 33.3333333333%; }
  .row > .col-5-large {
    width: 41.6666666667%; }
  .row > .off-5-large {
    margin-left: 41.6666666667%; }
  .row > .col-6-large {
    width: 50%; }
  .row > .off-6-large {
    margin-left: 50%; }
  .row > .col-7-large {
    width: 58.3333333333%; }
  .row > .off-7-large {
    margin-left: 58.3333333333%; }
  .row > .col-8-large {
    width: 66.6666666667%; }
  .row > .off-8-large {
    margin-left: 66.6666666667%; }
  .row > .col-9-large {
    width: 75%; }
  .row > .off-9-large {
    margin-left: 75%; }
  .row > .col-10-large {
    width: 83.3333333333%; }
  .row > .off-10-large {
    margin-left: 83.3333333333%; }
  .row > .col-11-large {
    width: 91.6666666667%; }
  .row > .off-11-large {
    margin-left: 91.6666666667%; }
  .row > .col-12-large {
    width: 100%; }
  .row > .off-12-large {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem; }
    .row.gtr-0 > * {
      padding: 0 0 0 0rem; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0rem; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.375rem; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.375rem; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375rem; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.75rem; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.75rem; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75rem; }
  .row {
    margin-top: 0;
    margin-left: -1.5rem; }
    .row > * {
      padding: 0 0 0 1.5rem; }
    .row.gtr-uniform {
      margin-top: -1.5rem; }
      .row.gtr-uniform > * {
        padding-top: 1.5rem; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem; }
    .row.gtr-150 > * {
      padding: 0 0 0 2.25rem; }
    .row.gtr-150.gtr-uniform {
      margin-top: -2.25rem; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25rem; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem; }
    .row.gtr-200 > * {
      padding: 0 0 0 3rem; }
    .row.gtr-200.gtr-uniform {
      margin-top: -3rem; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 3rem; } }
@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box; }
    .row > * {
      box-sizing: border-box; }
    .row.gtr-uniform > * > :last-child {
      margin-bottom: 0; }

  .row > .imp-medium {
    order: -1; }
  .row > .col-1-medium {
    width: 8.3333333333%; }
  .row > .off-1-medium {
    margin-left: 8.3333333333%; }
  .row > .col-2-medium {
    width: 16.6666666667%; }
  .row > .off-2-medium {
    margin-left: 16.6666666667%; }
  .row > .col-3-medium {
    width: 25%; }
  .row > .off-3-medium {
    margin-left: 25%; }
  .row > .col-4-medium {
    width: 33.3333333333%; }
  .row > .off-4-medium {
    margin-left: 33.3333333333%; }
  .row > .col-5-medium {
    width: 41.6666666667%; }
  .row > .off-5-medium {
    margin-left: 41.6666666667%; }
  .row > .col-6-medium {
    width: 50%; }
  .row > .off-6-medium {
    margin-left: 50%; }
  .row > .col-7-medium {
    width: 58.3333333333%; }
  .row > .off-7-medium {
    margin-left: 58.3333333333%; }
  .row > .col-8-medium {
    width: 66.6666666667%; }
  .row > .off-8-medium {
    margin-left: 66.6666666667%; }
  .row > .col-9-medium {
    width: 75%; }
  .row > .off-9-medium {
    margin-left: 75%; }
  .row > .col-10-medium {
    width: 83.3333333333%; }
  .row > .off-10-medium {
    margin-left: 83.3333333333%; }
  .row > .col-11-medium {
    width: 91.6666666667%; }
  .row > .off-11-medium {
    margin-left: 91.6666666667%; }
  .row > .col-12-medium {
    width: 100%; }
  .row > .off-12-medium {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem; }
    .row.gtr-0 > * {
      padding: 0 0 0 0rem; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0rem; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.375rem; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.375rem; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375rem; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.75rem; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.75rem; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75rem; }
  .row {
    margin-top: 0;
    margin-left: -1.5rem; }
    .row > * {
      padding: 0 0 0 1.5rem; }
    .row.gtr-uniform {
      margin-top: -1.5rem; }
      .row.gtr-uniform > * {
        padding-top: 1.5rem; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem; }
    .row.gtr-150 > * {
      padding: 0 0 0 2.25rem; }
    .row.gtr-150.gtr-uniform {
      margin-top: -2.25rem; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25rem; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem; }
    .row.gtr-200 > * {
      padding: 0 0 0 3rem; }
    .row.gtr-200.gtr-uniform {
      margin-top: -3rem; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 3rem; } }
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box; }
    .row > * {
      box-sizing: border-box; }
    .row.gtr-uniform > * > :last-child {
      margin-bottom: 0; }

  .row > .imp-small {
    order: -1; }
  .row > .col-1-small {
    width: 8.3333333333%; }
  .row > .off-1-small {
    margin-left: 8.3333333333%; }
  .row > .col-2-small {
    width: 16.6666666667%; }
  .row > .off-2-small {
    margin-left: 16.6666666667%; }
  .row > .col-3-small {
    width: 25%; }
  .row > .off-3-small {
    margin-left: 25%; }
  .row > .col-4-small {
    width: 33.3333333333%; }
  .row > .off-4-small {
    margin-left: 33.3333333333%; }
  .row > .col-5-small {
    width: 41.6666666667%; }
  .row > .off-5-small {
    margin-left: 41.6666666667%; }
  .row > .col-6-small {
    width: 50%; }
  .row > .off-6-small {
    margin-left: 50%; }
  .row > .col-7-small {
    width: 58.3333333333%; }
  .row > .off-7-small {
    margin-left: 58.3333333333%; }
  .row > .col-8-small {
    width: 66.6666666667%; }
  .row > .off-8-small {
    margin-left: 66.6666666667%; }
  .row > .col-9-small {
    width: 75%; }
  .row > .off-9-small {
    margin-left: 75%; }
  .row > .col-10-small {
    width: 83.3333333333%; }
  .row > .off-10-small {
    margin-left: 83.3333333333%; }
  .row > .col-11-small {
    width: 91.6666666667%; }
  .row > .off-11-small {
    margin-left: 91.6666666667%; }
  .row > .col-12-small {
    width: 100%; }
  .row > .off-12-small {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem; }
    .row.gtr-0 > * {
      padding: 0 0 0 0rem; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0rem; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.3125rem; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.3125rem; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.3125rem; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.625rem; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.625rem; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.625rem; }
  .row {
    margin-top: 0;
    margin-left: -1.25rem; }
    .row > * {
      padding: 0 0 0 1.25rem; }
    .row.gtr-uniform {
      margin-top: -1.25rem; }
      .row.gtr-uniform > * {
        padding-top: 1.25rem; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem; }
    .row.gtr-150 > * {
      padding: 0 0 0 1.875rem; }
    .row.gtr-150.gtr-uniform {
      margin-top: -1.875rem; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 1.875rem; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem; }
    .row.gtr-200 > * {
      padding: 0 0 0 2.5rem; }
    .row.gtr-200.gtr-uniform {
      margin-top: -2.5rem; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 2.5rem; } }
@media screen and (max-width: 480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box; }
    .row > * {
      box-sizing: border-box; }
    .row.gtr-uniform > * > :last-child {
      margin-bottom: 0; }

  .row > .imp-xsmall {
    order: -1; }
  .row > .col-1-xsmall {
    width: 8.3333333333%; }
  .row > .off-1-xsmall {
    margin-left: 8.3333333333%; }
  .row > .col-2-xsmall {
    width: 16.6666666667%; }
  .row > .off-2-xsmall {
    margin-left: 16.6666666667%; }
  .row > .col-3-xsmall {
    width: 25%; }
  .row > .off-3-xsmall {
    margin-left: 25%; }
  .row > .col-4-xsmall {
    width: 33.3333333333%; }
  .row > .off-4-xsmall {
    margin-left: 33.3333333333%; }
  .row > .col-5-xsmall {
    width: 41.6666666667%; }
  .row > .off-5-xsmall {
    margin-left: 41.6666666667%; }
  .row > .col-6-xsmall {
    width: 50%; }
  .row > .off-6-xsmall {
    margin-left: 50%; }
  .row > .col-7-xsmall {
    width: 58.3333333333%; }
  .row > .off-7-xsmall {
    margin-left: 58.3333333333%; }
  .row > .col-8-xsmall {
    width: 66.6666666667%; }
  .row > .off-8-xsmall {
    margin-left: 66.6666666667%; }
  .row > .col-9-xsmall {
    width: 75%; }
  .row > .off-9-xsmall {
    margin-left: 75%; }
  .row > .col-10-xsmall {
    width: 83.3333333333%; }
  .row > .off-10-xsmall {
    margin-left: 83.3333333333%; }
  .row > .col-11-xsmall {
    width: 91.6666666667%; }
  .row > .off-11-xsmall {
    margin-left: 91.6666666667%; }
  .row > .col-12-xsmall {
    width: 100%; }
  .row > .off-12-xsmall {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem; }
    .row.gtr-0 > * {
      padding: 0 0 0 0rem; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0rem; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0rem; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.3125rem; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.3125rem; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.3125rem; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem; }
    .row.gtr-50 > * {
      padding: 0 0 0 0.625rem; }
    .row.gtr-50.gtr-uniform {
      margin-top: -0.625rem; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 0.625rem; }
  .row {
    margin-top: 0;
    margin-left: -1.25rem; }
    .row > * {
      padding: 0 0 0 1.25rem; }
    .row.gtr-uniform {
      margin-top: -1.25rem; }
      .row.gtr-uniform > * {
        padding-top: 1.25rem; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem; }
    .row.gtr-150 > * {
      padding: 0 0 0 1.875rem; }
    .row.gtr-150.gtr-uniform {
      margin-top: -1.875rem; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 1.875rem; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem; }
    .row.gtr-200 > * {
      padding: 0 0 0 2.5rem; }
    .row.gtr-200.gtr-uniform {
      margin-top: -2.5rem; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 2.5rem; } }
/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .icon > .label {
    display: none; }

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1rem 0 0; }
    ul.icons li:last-child {
      padding-right: 0; }
    ul.icons li .icon:before {
      font-size: 2rem; }

/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    border-radius: 4px;
    display: block; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.left {
    float: left;
    margin: 0 2rem 2rem 0;
    top: 0.25rem; }
  .image.right {
    float: right;
    margin: 0 0 2rem 2rem;
    top: 0.25rem; }
  .image.fit {
    display: block;
    margin: 0 0 2rem 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.main {
    display: block;
    margin: 0 0 3rem 0;
    width: 100%; }
    .image.main img {
      width: 100%; }

/* Wrapper */
.wrapper {
  padding: 8rem 0 6rem 0 ;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1280px) {
    .wrapper {
      padding: 4rem 0 2rem 0 ; } }
  @media screen and (max-width: 736px) {
    .wrapper {
      padding: 3rem 0 1rem 0 ; } }
  @media screen and (max-width: 480px) {
    .wrapper {
      padding: 2rem 0 0.1rem 0 ; } }

/* Banner */
#banner {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #111111;
  color: rgba(255, 255, 255, 0.5);
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: url("../images/background2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 20rem !important;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  #banner input, #banner select, #banner textarea {
    color: #ffffff; }
  #banner a {
    color: #003399ff; }
  #banner strong, #banner b {
    color: #ffffff; }
  #banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
    color: #ffffff; }
  #banner blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #banner code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #banner hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #banner input[type="submit"],
  #banner input[type="reset"],
  #banner input[type="button"],
  #banner button,
  #banner .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important; }
    #banner input[type="submit"]:hover,
    #banner input[type="reset"]:hover,
    #banner input[type="button"]:hover,
    #banner button:hover,
    #banner .button:hover {
      box-shadow: inset 0 0 0 1px #003399ff;
      color: #003399ff !important; }
      #banner input[type="submit"]:hover:active,
      #banner input[type="reset"]:hover:active,
      #banner input[type="button"]:hover:active,
      #banner button:hover:active,
      #banner .button:hover:active {
        background-color: #003399ff; }
    #banner input[type="submit"].primary,
    #banner input[type="reset"].primary,
    #banner input[type="button"].primary,
    #banner button.primary,
    #banner .button.primary {
      box-shadow: none;
      background-color: #003399ff;
      color: #ffffff !important; }
      #banner input[type="submit"].primary:hover,
      #banner input[type="reset"].primary:hover,
      #banner input[type="button"].primary:hover,
      #banner button.primary:hover,
      #banner .button.primary:hover {
        background-color: #003399ff;
        box-shadow: none; }
        #banner input[type="submit"].primary:hover:active,
        #banner input[type="reset"].primary:hover:active,
        #banner input[type="button"].primary:hover:active,
        #banner button.primary:hover:active,
        #banner .button.primary:hover:active {
          background-color: #003399ff; }
  #banner label {
    color: #ffffff; }
  #banner input[type="text"],
  #banner input[type="password"],
  #banner input[type="email"],
  #banner input[type="tel"],
  #banner input[type="search"],
  #banner input[type="url"],
  #banner select,
  #banner textarea {
    background-color: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
    #banner input[type="text"]:focus,
    #banner input[type="password"]:focus,
    #banner input[type="email"]:focus,
    #banner input[type="tel"]:focus,
    #banner input[type="search"]:focus,
    #banner input[type="url"]:focus,
    #banner select:focus,
    #banner textarea:focus {
      border-color: #003399ff;
      box-shadow: 0 0 0 1px #003399ff; }
  #banner select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
    #banner select option {
      color: rgba(255, 255, 255, 0.5);
      background-color: #111111; }
  #banner input[type="checkbox"] + label,
  #banner input[type="radio"] + label {
    color: rgba(255, 255, 255, 0.5); }
    #banner input[type="checkbox"] + label:before,
    #banner input[type="radio"] + label:before {
      background: rgba(255, 255, 255, 0.075);
      border-color: rgba(255, 255, 255, 0.25); }
  #banner input[type="checkbox"]:checked + label:before,
  #banner input[type="radio"]:checked + label:before {
    background-color: #003399ff;
    border-color: #003399ff;
    color: #ffffff; }
  #banner input[type="checkbox"]:focus + label:before,
  #banner input[type="radio"]:focus + label:before {
    border-color: #003399ff;
    box-shadow: 0 0 0 1px #003399ff; }
  #banner ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #banner :-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #banner ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #banner :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #banner ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #banner table tbody tr {
    border-color: rgba(255, 255, 255, 0.25); }
    #banner table tbody tr:nth-child(2n + 1) {
      background-color: rgba(255, 255, 255, 0.075); }
  #banner table th {
    color: #ffffff; }
  #banner table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #banner table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #banner table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25); }
  #banner .highlights .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
  #banner .testimonials .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
    #banner .testimonials .content .credit strong {
      color: #003399ff; }
  #banner > .inner {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    opacity: 1;
    position: relative;
    z-index: 3; }
    #banner > .inner > :last-child {
      margin-bottom: 0; }
  #banner h1 {
    font-size: 4rem;
    margin-bottom: 1rem; }
  #banner p {
    font-size: 1.5rem; }
  #banner a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
    #banner a:hover {
      color: #ffffff; }
  #banner video {
    -moz-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    bottom: 50%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 50%;
    width: auto; }
  #banner:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
    background: #111111;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.45;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  #banner:after {
    background: linear-gradient(135deg, #003399ff 0%, #111111 74%);
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  #banner.small {
    height: 30vh !important;
    min-height: 30vh; }
  @media screen and (max-width: 1280px) {
    #banner video {
      display: none; } }
  @media screen and (max-width: 736px) {
    #banner {
      height: auto !important;
      min-height: 0;
      padding: 4rem 2rem 4rem 2rem; }
      #banner .inner {
        width: 100%; }
      #banner h1 {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0; }
      #banner p {
        font-size: 1.25rem; }
      #banner br {
        display: none; }
      #banner .button {
        width: 100%; } }
  @media screen and (max-width: 480px) {
    #banner p {
      font-size: 1rem; } }
  body.is-preload #banner .inner {
    -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    opacity: 0; }
  body.is-preload #banner:before {
    opacity: 1; }

/* CTA */
#cta {
  background-color: #003399ff;
  color: rgba(255, 255, 255, 0.75);
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 51, 153, 0.5), rgba(0, 51, 153, 0.5)), url("../images/stad1.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1; }
  #cta input, #cta select, #cta textarea {
    color: #ffffff; }
  #cta a {
    color: #ffffff; }
  #cta strong, #cta b {
    color: #ffffff; }
  #cta h1, #cta h2, #cta h3, #cta h4, #cta h5, #cta h6 {
    color: #ffffff; }
  #cta blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }vgv
  #cta code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #cta hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #cta input[type="submit"],
  #cta input[type="reset"],
  #cta input[type="button"],
  #cta button,
  #cta .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important; }
    #cta input[type="submit"]:hover,
    #cta input[type="reset"]:hover,
    #cta input[type="button"]:hover,
    #cta button:hover,
    #cta .button:hover {
      background-color: rgba(255, 255, 255, 0.1); }
      #cta input[type="submit"]:hover:active,
      #cta input[type="reset"]:hover:active,
      #cta input[type="button"]:hover:active,
      #cta button:hover:active,
      #cta .button:hover:active {
        background-color: rgba(255, 255, 255, 0.25); }
    #cta input[type="submit"].primary,
    #cta input[type="reset"].primary,
    #cta input[type="button"].primary,
    #cta button.primary,
    #cta .button.primary {
      box-shadow: none;
      background-color: #ffffff;
      color: #003399ff !important; }
      #cta input[type="submit"].primary:hover,
      #cta input[type="reset"].primary:hover,
      #cta input[type="button"].primary:hover,
      #cta button.primary:hover,
      #cta .button.primary:hover {
        background-color: rgba(255, 255, 255, 0.875);
        box-shadow: none; }
        #cta input[type="submit"].primary:hover:active,
        #cta input[type="reset"].primary:hover:active,
        #cta input[type="button"].primary:hover:active,
        #cta button.primary:hover:active,
        #cta .button.primary:hover:active {
          background-color: rgba(255, 255, 255, 0.5); }
  #cta label {
    color: #ffffff; }
  #cta input[type="text"],
  #cta input[type="password"],
  #cta input[type="email"],
  #cta input[type="tel"],
  #cta input[type="search"],
  #cta input[type="url"],
  #cta select,
  #cta textarea {
    background-color: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
    #cta input[type="text"]:focus,
    #cta input[type="password"]:focus,
    #cta input[type="email"]:focus,
    #cta input[type="tel"]:focus,
    #cta input[type="search"]:focus,
    #cta input[type="url"]:focus,
    #cta select:focus,
    #cta textarea:focus {
      border-color: #ffffff;
      box-shadow: 0 0 0 1px #ffffff; }
  #cta select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
    #cta select option {
      color: rgba(255, 255, 255, 0.75);
      background-color: #003399ff; }
  #cta input[type="checkbox"] + label,
  #cta input[type="radio"] + label {
    color: rgba(255, 255, 255, 0.75); }
    #cta input[type="checkbox"] + label:before,
    #cta input[type="radio"] + label:before {
      background: rgba(255, 255, 255, 0.075);
      border-color: rgba(255, 255, 255, 0.25); }
  #cta input[type="checkbox"]:checked + label:before,
  #cta input[type="radio"]:checked + label:before {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #003399ff; }
  #cta input[type="checkbox"]:focus + label:before,
  #cta input[type="radio"]:focus + label:before {
    border-color: #ffffff;
    box-shadow: 0 0 0 1px #ffffff; }
  #cta ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #cta :-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #cta ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #cta :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #cta ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #cta table tbody tr {
    border-color: rgba(255, 255, 255, 0.25); }
    #cta table tbody tr:nth-child(2n + 1) {
      background-color: rgba(255, 255, 255, 0.075); }
  #cta table th {
    color: #ffffff; }
  #cta table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #cta table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #cta table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25); }
  #cta .highlights .content {
    background: #003399ff;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
  #cta .testimonials .content {
    background: #003399ff;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
    #cta .testimonials .content .credit strong {
      color: #003399ff; }
  #cta .inner {
    position: relative;
    z-index: 3; }
  @media screen and (max-width: 980px) {
    #cta {
      background-attachment: scroll; } }

/* Footer */
#footer {
  background-color: #111111;
  color: rgba(255, 255, 255, 0.5);
  padding: 8rem 0 6rem 0 ; }
  #footer input, #footer select, #footer textarea {
    color: #ffffff; }
  #footer a {
    color: #003399ff; }
  #footer strong, #footer b {
    color: #ffffff; }
  #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #ffffff; }
  #footer blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #footer code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #footer hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #footer input[type="submit"],
  #footer input[type="reset"],
  #footer input[type="button"],
  #footer button,
  #footer .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important; }
    #footer input[type="submit"]:hover,
    #footer input[type="reset"]:hover,
    #footer input[type="button"]:hover,
    #footer button:hover,
    #footer .button:hover {
      box-shadow: inset 0 0 0 1px #003399ff;
      color: #003399ff !important; }
      #footer input[type="submit"]:hover:active,
      #footer input[type="reset"]:hover:active,
      #footer input[type="button"]:hover:active,
      #footer button:hover:active,
      #footer .button:hover:active {
        background-color: rgba(206, 27, 40, 0.25); }
    #footer input[type="submit"].primary,
    #footer input[type="reset"].primary,
    #footer input[type="button"].primary,
    #footer button.primary,
    #footer .button.primary {
      box-shadow: none;
      background-color: #003399ff;
      color: #ffffff !important; }
      #footer input[type="submit"].primary:hover,
      #footer input[type="reset"].primary:hover,
      #footer input[type="button"].primary:hover,
      #footer button.primary:hover,
      #footer .button.primary:hover {
        background-color: #003399ff;
        box-shadow: none; }
        #footer input[type="submit"].primary:hover:active,
        #footer input[type="reset"].primary:hover:active,
        #footer input[type="button"].primary:hover:active,
        #footer button.primary:hover:active,
        #footer .button.primary:hover:active {
          background-color: #003399ff; }
  #footer label {
    color: #ffffff; }
  #footer input[type="text"],
  #footer input[type="password"],
  #footer input[type="email"],
  #footer input[type="tel"],
  #footer input[type="search"],
  #footer input[type="url"],
  #footer select,
  #footer textarea {
    background-color: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
    #footer input[type="text"]:focus,
    #footer input[type="password"]:focus,
    #footer input[type="email"]:focus,
    #footer input[type="tel"]:focus,
    #footer input[type="search"]:focus,
    #footer input[type="url"]:focus,
    #footer select:focus,
    #footer textarea:focus {
      border-color: #003399ff;
      box-shadow: 0 0 0 1px #003399ff; }
  #footer select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
    #footer select option {
      color: rgba(255, 255, 255, 0.5);
      background-color: #111111; }
  #footer input[type="checkbox"] + label,
  #footer input[type="radio"] + label {
    color: rgba(255, 255, 255, 0.5); }
    #footer input[type="checkbox"] + label:before,
    #footer input[type="radio"] + label:before {
      background: rgba(255, 255, 255, 0.075);
      border-color: rgba(255, 255, 255, 0.25); }
  #footer input[type="checkbox"]:checked + label:before,
  #footer input[type="radio"]:checked + label:before {
    background-color: #003399ff;
    border-color: #003399ff;
    color: #ffffff; }
  #footer input[type="checkbox"]:focus + label:before,
  #footer input[type="radio"]:focus + label:before {
    border-color: #003399ff;
    box-shadow: 0 0 0 1px #003399ff; }
  #footer ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #footer :-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #footer ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #footer :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #footer ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #footer table tbody tr {
    border-color: rgba(255, 255, 255, 0.25); }
    #footer table tbody tr:nth-child(2n + 1) {
      background-color: rgba(255, 255, 255, 0.075); }
  #footer table th {
    color: #ffffff; }
  #footer table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #footer table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #footer table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25); }
  #footer .highlights .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
  #footer .testimonials .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
    #footer .testimonials .content .credit strong {
      color: #003399ff; }
  #footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
    #footer a:hover {
      color: #003399ff; }
  #footer .content {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    #footer .content section {
      width: 25%; }
      #footer .content section:first-child {
        width: 50%;
        padding-right: 4rem; }
      #footer .content section:last-child {
        padding-left: 4rem; }
  #footer .copyright {
    border-top: 1px solid;
    font-size: 0.8rem;
    opacity: 0.5;
    padding: 2rem 0;
    text-align: center; }
  @media screen and (max-width: 1280px) {
    #footer {
      padding: 4rem 0 2rem 0 ; } }
  @media screen and (max-width: 980px) {
    #footer .content {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #footer .content section {
        width: 50%; }
        #footer .content section:first-child {
          width: 100%;
          padding-right: 0; } }
  @media screen and (max-width: 736px) {
    #footer {
      padding: 3rem 0 1rem 0 ; }
      #footer .content section {
        width: 100%; }
        #footer .content section:last-child {
          padding-left: 0; } }
  @media screen and (max-width: 480px) {
    #footer {
      padding: 2rem 0 0.1rem 0 ; } }

/* Header */
body {
  padding-top: 3.25rem; }
  body:before {
    content: ' ';
    background-image: url("../images/stad1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05; }

#header {
  -webkit-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #111111;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
  height: 3.25rem;
  left: 0;
  line-height: 3.25rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001; }
  #header > .logo {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    height: inherit;
    line-height: inherit;
    padding: 0 1.25rem;
    text-decoration: none; }
  #header > nav > a {
    color: inherit;
    display: inline-block;
    padding: 0 0.75rem;
    text-decoration: none; }
    #header > nav > a:hover {
      color: #ffffff; }
    #header > nav > a[href="#menu"] {
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      #header > nav > a[href="#menu"]:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important; }
      #header > nav > a[href="#menu"]:before {
        content: '\f0c9';
        margin: 0 0.5rem 0 0; }
    #header > nav > a + a[href="#menu"]:last-child {
      border-left: solid 1px rgba(255, 255, 255, 0.25);
      margin-left: 0.5rem;
      padding-left: 1.25rem; }
    #header > nav > a:last-child {
      padding-right: 1.25rem; }
    @media screen and (max-width: 736px) {
      #header > nav > a {
        padding: 0 0.5rem; }
        #header > nav > a + a[href="#menu"]:last-child {
          margin-left: 0.25rem;
          padding-left: 1rem; }
        #header > nav > a:last-child {
          padding-right: 1rem; } }

@media screen and (max-width: 980px) {
  body {
    padding-top: 44px; }

  #header {
    height: 44px;
    line-height: 44px; } }
@media screen and (max-width: 480px) {
  #header {
    min-width: 320px; } }
/* Heading */
#heading {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #111111;
  color: rgba(255, 255, 255, 0.5);
  -webkit-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-image: linear-gradient(rgba(17, 17, 17, 0.25), rgba(17, 17, 17, 0.25)), url("images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 15rem !important;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  #heading input, #heading select, #heading textarea {
    color: #ffffff; }
  #heading a {
    color: #003399ff; }
  #heading strong, #heading b {
    color: #ffffff; }
  #heading h1, #heading h2, #heading h3, #heading h4, #heading h5, #heading h6 {
    color: #ffffff; }
  #heading blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #heading code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #heading hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #heading input[type="submit"],
  #heading input[type="reset"],
  #heading input[type="button"],
  #heading button,
  #heading .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important; }
    #heading input[type="submit"]:hover,
    #heading input[type="reset"]:hover,
    #heading input[type="button"]:hover,
    #heading button:hover,
    #heading .button:hover {
      box-shadow: inset 0 0 0 1px #003399ff;
      color: #003399ff !important; }
      #heading input[type="submit"]:hover:active,
      #heading input[type="reset"]:hover:active,
      #heading input[type="button"]:hover:active,
      #heading button:hover:active,
      #heading .button:hover:active {
        background-color: rgba(206, 27, 40, 0.25); }
    #heading input[type="submit"].primary,
    #heading input[type="reset"].primary,
    #heading input[type="button"].primary,
    #heading button.primary,
    #heading .button.primary {
      box-shadow: none;
      background-color: #003399ff;
      color: #ffffff !important; }
      #heading input[type="submit"].primary:hover,
      #heading input[type="reset"].primary:hover,
      #heading input[type="button"].primary:hover,
      #heading button.primary:hover,
      #heading .button.primary:hover {
        background-color: #003399ff;
        box-shadow: none; }
        #heading input[type="submit"].primary:hover:active,
        #heading input[type="reset"].primary:hover:active,
        #heading input[type="button"].primary:hover:active,
        #heading button.primary:hover:active,
        #heading .button.primary:hover:active {
          background-color: #003399ff; }
  #heading label {
    color: #ffffff; }
  #heading input[type="text"],
  #heading input[type="password"],
  #heading input[type="email"],
  #heading input[type="tel"],
  #heading input[type="search"],
  #heading input[type="url"],
  #heading select,
  #heading textarea {
    background-color: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
    #heading input[type="text"]:focus,
    #heading input[type="password"]:focus,
    #heading input[type="email"]:focus,
    #heading input[type="tel"]:focus,
    #heading input[type="search"]:focus,
    #heading input[type="url"]:focus,
    #heading select:focus,
    #heading textarea:focus {
      border-color: #003399ff;
      box-shadow: 0 0 0 1px #003399ff; }
  #heading select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
    #heading select option {
      color: rgba(255, 255, 255, 0.5);
      background-color: #111111; }
  #heading input[type="checkbox"] + label,
  #heading input[type="radio"] + label {
    color: rgba(255, 255, 255, 0.5); }
    #heading input[type="checkbox"] + label:before,
    #heading input[type="radio"] + label:before {
      background: rgba(255, 255, 255, 0.075);
      border-color: rgba(255, 255, 255, 0.25); }
  #heading input[type="checkbox"]:checked + label:before,
  #heading input[type="radio"]:checked + label:before {
    background-color: #003399ff;
    border-color: #003399ff;
    color: #ffffff; }
  #heading input[type="checkbox"]:focus + label:before,
  #heading input[type="radio"]:focus + label:before {
    border-color: #003399ff;
    box-shadow: 0 0 0 1px #003399ff; }
  #heading ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #heading :-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #heading ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #heading :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important; }
  #heading ul.alt li {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #heading table tbody tr {
    border-color: rgba(255, 255, 255, 0.25); }
    #heading table tbody tr:nth-child(2n + 1) {
      background-color: rgba(255, 255, 255, 0.075); }
  #heading table th {
    color: #ffffff; }
  #heading table thead {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #heading table tfoot {
    border-top-color: rgba(255, 255, 255, 0.25); }
  #heading table.alt tbody tr td {
    border-color: rgba(255, 255, 255, 0.25); }
  #heading .highlights .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
  #heading .testimonials .content {
    background: #111111;
    box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
    #heading .testimonials .content .credit strong {
      color: #003399ff; }
  #heading:before {
    background: linear-gradient(135deg, #003399ff 0%, #111111 74%);
    content: ' ';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  #heading h1 {
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 980px) {
    #heading {
      padding: 2rem; } }

/* Main */
#main .content {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.025);
  margin-bottom: 2rem;
  padding: 3rem; }
  @media screen and (max-width: 980px) {
    #main .content {
      padding: 2rem; } }
  @media screen and (max-width: 480px) {
    #main .content {
      padding: 1.5rem; } }

/* Menu */
#menu {
  background-color: #111111;
  color: rgba(255, 255, 255, 0.5);
  -moz-transform: translateX(20rem);
  -webkit-transform: translateX(20rem);
  -ms-transform: translateX(20rem);
  transform: translateX(20rem);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  box-shadow: none;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3rem 2rem;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20rem;
  z-index: 10002; }
  #menu input, #menu select, #menu textarea {
    color: #ffffff; }
  #menu a {
    color: #003399ff; }
  #menu strong, #menu b {
    color: #ffffff; }
  #menu h1, #menu h2, #menu h3, #menu h4, #menu h5, #menu h6 {
    color: #ffffff; }
  #menu blockquote {
    border-left-color: rgba(255, 255, 255, 0.25); }
  #menu code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25); }
  #menu hr {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  #menu input[type="submit"],
  #menu input[type="reset"],
  #menu input[type="button"],
  #menu button,
  #menu .button {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff !important; }
    #menu input[type="submit"]:hover,
    #menu input[type="reset"]:hover,
    #menu input[type="button"]:hover,
    #menu button:hover,
    #menu .button:hover {
      box-shadow: inset 0 0 0 1px #003399ff;
      color: #003399ff !important; }
      #menu input[type="submit"]:hover:active,
      #menu input[type="reset"]:hover:active,
      #menu input[type="button"]:hover:active,
      #menu button:hover:active,
      #menu .button:hover:active {
        background-color: rgba(0, 51, 153, 0.5); }
    #menu input[type="submit"].primary,
    #menu input[type="reset"].primary,
    #menu input[type="button"].primary,
    #menu button.primary,
    #menu .button.primary {
      box-shadow: none;
      background-color: #003399ff;
      color: #ffffff !important; }
      #menu input[type="submit"].primary:hover,
      #menu input[type="reset"].primary:hover,
      #menu input[type="button"].primary:hover,
      #menu button.primary:hover,
      #menu .button.primary:hover {
        background-color: #003399ff;
        box-shadow: none; }
        #menu input[type="submit"].primary:hover:active,
        #menu input[type="reset"].primary:hover:active,
        #menu input[type="button"].primary:hover:active,
        #menu button.primary:hover:active,
        #menu .button.primary:hover:active {
          background-color: #003399ff; }
  #menu > ul {
    margin: 0 0 1rem 0; }
    #menu > ul.links {
      list-style: none;
      padding: 0; }
      #menu > ul.links > li {
        padding: 0; }
        #menu > ul.links > li > a {
          border: 0;
          border-top: solid 1px rgba(255, 255, 255, 0.25);
          color: inherit;
          display: block;
          line-height: 3.5rem;
          text-decoration: none; }
          #menu > ul.links > li > a:hover {
            color: #ffffff; }
        #menu > ul.links > li:first-child > a {
          border-top: 0; }
  #menu .close {
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    display: block;
    height: 3.25rem;
    line-height: 3.25rem;
    padding-right: 1.25rem;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    /* vertical-align: middle; */
    width: 7rem; }
    #menu .close:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: 'Source Sans Pro', sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    #menu .close:before {
      content: '\f00d';
      font-size: 1.25rem; }
    #menu .close:hover {
      color: #ffffff; }
    @media screen and (max-width: 736px) {
      #menu .close {
        height: 4rem;
        line-height: 4rem; } }
  @media screen and (max-width: 736px) {
    #menu {
      padding: 2.5rem 1.75rem; } }

body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  visibility: visible; }


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 1%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}



/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

  /* Media Queries
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*
  Note: The best way to structure the use of media queries is to create the queries
  near the relevant code. For example, if you wanted to change the styles for buttons
  on small devices, paste the mobile query code up in the buttons section and style it
  there.
  */
  
  
  /* Larger than mobile */
  @media (min-width: 400px) {}
  
  /* Larger than phablet (also point when grid becomes active) */
  @media (min-width: 550px) {}
  
  /* Larger than tablet */
  @media (min-width: 750px) {}
  
  /* Larger than desktop */
  @media (min-width: 1000px) {}
  
  /* Larger than Desktop HD */
  @media (min-width: 1200px) {}


  /* user */
.fa {
  color: #003399ff;  
}

#container-vritools {
    display: flex;
}

#map-vritools {
    flex: 1; /* De kaart neemt alle beschikbare ruimte in beslag */
    height: 500px; /* Of een andere hoogte naar wens */
}

#measurement-results-vritools {
    width: 300px; /* Of een andere breedte naar wens */
    padding: 10px;
    box-sizing: border-box;
}

/* Public platform pages */
:root {
  --platform-accent: #1f56c8;
  --platform-accent-strong: #173f98;
  --platform-accent-soft: #eaf2ff;
  --platform-bg: #f4f7fc;
  --platform-bg-alt: #eef4fb;
  --platform-surface: #ffffff;
  --platform-text: #18324f;
  --platform-muted: #5e7086;
  --platform-border: #d7e2f0;
  --platform-shadow: 0 18px 40px rgba(27, 62, 125, 0.08);
  --platform-shadow-soft: 0 10px 24px rgba(27, 62, 125, 0.06);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.site-logo {
  width: clamp(168px, 17vw, 246px);
  height: auto;
  display: block;
}

.site-navbar {
  border-bottom: 1px solid rgba(31, 86, 200, 0.1) !important;
}

.site-navbar .nav-link {
  color: var(--platform-text) !important;
  border-radius: 999px;
  border: 0;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 0.55rem !important;
  padding-right: 0.55rem !important;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-navbar button.nav-link {
  appearance: none;
  background: transparent;
  border: 0;
  height: auto;
  box-shadow: none;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.65;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible {
  color: var(--platform-accent) !important;
  background: var(--platform-accent-soft);
}

.site-navbar .nav-link.active {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--platform-accent) 0%, var(--platform-accent-strong) 100%);
  box-shadow: 0 10px 22px rgba(31, 86, 200, 0.2);
}

.site-products-menu {
  width: min(260px, calc(100vw - 2rem));
  min-width: 13.5rem;
  margin-top: 0.75rem;
  padding: 0.4rem;
  border: 1px solid rgba(31, 86, 200, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(12, 24, 46, 0.16);
}

.site-products-menu .dropdown-item {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-radius: 12px;
  color: #17345f;
  font-weight: 700;
  padding: 0.7rem 0.85rem;
  line-height: 1.15;
}

.site-products-menu .dropdown-item:hover,
.site-products-menu .dropdown-item:focus-visible {
  background: rgba(31, 86, 200, 0.08);
  color: #17345f;
}

.site-products-menu .dropdown-item.active {
  color: #14315f;
  background: rgba(31, 86, 200, 0.1);
  box-shadow: inset 3px 0 0 var(--platform-accent);
}

.platform-section,
.platform-hero {
  margin: 2.5rem 0;
}

.platform-section {
  padding: 2.5rem;
  border: 1px solid var(--platform-border);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
  box-shadow: var(--platform-shadow-soft);
  position: relative;
  isolation: isolate;
}

.platform-section--alt {
  background: linear-gradient(180deg, var(--platform-bg-alt) 0%, #f9fbfe 100%);
}

.platform-section h1,
.platform-section h2,
.platform-section h3,
.platform-hero h1,
.platform-hero h2,
.platform-hero h3 {
  text-transform: none;
  line-height: 1.25;
  color: var(--platform-text);
  margin-bottom: 1rem;
}

.platform-section p,
.platform-hero p {
  color: var(--platform-muted);
  margin-bottom: 1rem;
}

.platform-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--platform-accent);
  margin-bottom: 0.7rem;
}

.platform-lead {
  font-size: 1.1rem;
  max-width: 60ch;
}

.platform-hero.signalops-landing-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  background: linear-gradient(140deg, #ffffff 0%, #f5f8fc 55%, #eef5fb 100%);
}

.platform-hero.platform-home-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  background:
    radial-gradient(circle at 88% 12%, rgba(15, 118, 110, 0.14), transparent 26%),
    linear-gradient(140deg, #ffffff 0%, #f4f8ff 52%, #edf7f5 100%);
}

.platform-release-rail {
  overflow: hidden;
  border: 1px solid rgba(31, 86, 200, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 40px rgba(15, 39, 68, 0.13);
}

.platform-release-rail__heading {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(31, 86, 200, 0.12);
  background: #f5f8fc;
}

.platform-release-rail__heading span {
  color: var(--platform-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-release-rail__heading strong {
  color: var(--platform-text);
}

.platform-release-rail__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.platform-release-rail__list li {
  display: grid;
  grid-template-columns: minmax(8.2rem, auto) 1fr;
  align-items: center;
  gap: 0.2rem 0.85rem;
  padding: 0.9rem 1.15rem;
  border-bottom: 1px solid rgba(31, 86, 200, 0.1);
}

.platform-release-rail__list li:last-child {
  border-bottom: 0;
}

.platform-release-rail__list li.is-live {
  background: linear-gradient(90deg, rgba(236, 253, 245, 0.92), rgba(255, 255, 255, 0.96));
}

.platform-release-rail__list strong,
.platform-release-rail__list small {
  color: var(--platform-text);
}

.platform-release-rail__list small {
  grid-column: 2;
  color: var(--platform-muted);
}

.platform-status-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.7rem;
  padding: 0.25rem 0.6rem;
  border: 1px solid #cad7e4;
  border-radius: 999px;
  background: #f4f7fb;
  color: #54677e;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
}

.platform-status-badge--live {
  border-color: rgba(4, 120, 87, 0.24);
  background: #ecfdf5;
  color: #047857;
}

.platform-status-badge--next {
  border-color: rgba(31, 86, 200, 0.24);
  background: #eef4ff;
  color: #1f56c8;
}

.platform-status-badge--preview {
  border-color: rgba(180, 83, 9, 0.22);
  background: #fff7ed;
  color: #b45309;
}

.platform-product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.platform-product-card h3,
.platform-product-card p {
  margin-bottom: 0;
}

.platform-product-card .button {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  text-align: center;
}

.platform-product-card--live {
  border-color: rgba(4, 120, 87, 0.28);
  box-shadow: 0 15px 30px rgba(4, 120, 87, 0.1);
}

.platform-product-card--deferred {
  background: #f7f9fc;
}

.platform-foundation-strip {
  background: linear-gradient(135deg, #f8fbff 0%, #f2faf8 100%);
}

.site-products-menu__meta {
  margin-left: auto;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
}

.signalops-browser-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.1rem 0 0;
}

.signalops-browser-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 999px;
  background: rgba(240, 253, 250, 0.88);
  color: #115e59;
  font-weight: 700;
  line-height: 1.2;
}

.signalops-browser-visual {
  border: 1px solid rgba(31, 86, 200, 0.16);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 39, 68, 0.12);
  overflow: hidden;
}

.signalops-browser-visual__bar {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.65rem;
  padding: 0 0.95rem;
  border-bottom: 1px solid rgba(31, 86, 200, 0.12);
  background: #f5f8fc;
}

.signalops-browser-visual__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8aa1bd;
}

.signalops-browser-visual__bar strong {
  justify-self: end;
  color: #17345f;
  font-size: 0.92rem;
}

.signalops-browser-visual__body {
  display: grid;
  gap: 0.85rem;
  padding: 1.15rem;
}

.signalops-browser-visual__body > div {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border: 1px solid rgba(31, 86, 200, 0.12);
  border-left: 4px solid #0f766e;
  border-radius: 8px;
  background: #fbfdff;
}

.signalops-browser-visual__label {
  color: #54677e;
  font-size: 0.82rem;
  font-weight: 700;
}

.signalops-browser-visual strong {
  color: #0f2744;
}

.platform-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  background:
    radial-gradient(circle at top right, rgba(36, 149, 242, 0.12), transparent 28%),
    linear-gradient(140deg, #ffffff 0%, #f4f8ff 55%, #edf4ff 100%);
  border: 1px solid var(--platform-border);
  border-radius: 12px;
  box-shadow: var(--platform-shadow);
  position: relative;
  isolation: isolate;
}

.platform-hero__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
  margin-top: 1rem;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.platform-hero__actions .button {
  min-width: 0;
  white-space: nowrap;
  flex: 0 0 auto;
}

.platform-visual-frame {
  border: 1px solid #cad7e4;
  border-radius: 12px;
  background: linear-gradient(180deg, #edf4fb 0%, #dfeaf7 100%);
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(19, 38, 58, 0.12);
  position: relative;
  z-index: 1;
}

.platform-visual-frame__bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.8rem;
  background: #d7e4f2;
}

.platform-visual-frame__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7a99bf;
}

.platform-visual-frame img {
  width: 100%;
  display: block;
}

.platform-grid-2,
.platform-grid-3,
.platform-grid-4 {
  display: grid;
  gap: 1rem;
}

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

.platform-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.platform-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--platform-border);
  border-radius: 10px;
  padding: 1.4rem;
  height: 100%;
  box-shadow: var(--platform-shadow-soft);
  position: relative;
  isolation: isolate;
}

.platform-card--muted {
  background: #f6faff;
}

.platform-card--compact p {
  margin-bottom: 0;
}

.signalops-value-section {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.signalops-value-card h2 {
  font-size: 1.12rem;
}

.signalops-value-card--browser {
  border-color: rgba(15, 118, 110, 0.28);
  background: linear-gradient(180deg, rgba(240, 253, 250, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.signalops-value-card--browser h2 {
  color: #115e59;
}

.signalops-technical-section .platform-section__heading {
  margin-bottom: 0.8rem;
}

.signalops-technical-section .platform-visual-frame {
  align-self: start;
}

.profile-card {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.profile-card__media {
  display: flex;
  justify-content: center;
}

.profile-photo-frame {
  width: min(100%, 280px);
  padding: 0.9rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4fd 100%);
  border: 1px solid rgba(31, 86, 200, 0.12);
  box-shadow: 0 18px 36px rgba(20, 49, 101, 0.12);
}

.profile-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 18px;
  display: block;
}

.profile-card__content h2 {
  margin-top: 0.25rem;
}

.platform-card ul,
.platform-status ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.25rem;
}

.platform-status h3 {
  margin-bottom: 0.5rem;
}

.platform-status--now {
  border-left: 4px solid #1f56c8;
}

.platform-status--in-progress {
  border-left: 4px solid #3d7bc8;
}

.platform-status--planned {
  border-left: 4px solid var(--platform-accent);
}

.platform-section__heading {
  margin-bottom: 1.3rem;
}

.platform-kernzin-only {
  margin-top: 2.1rem;
  margin-bottom: 0;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  background: rgba(246, 250, 255, 0.92);
  border: 1px solid var(--platform-border);
  box-shadow: var(--platform-shadow-soft);
}

.platform-privacy-callout {
  max-width: 70ch;
}

.platform-card > .button:last-child,
.platform-privacy-callout > .button:last-child {
  display: flex;
  width: fit-content;
  margin: 1.5rem 0 0;
}

.platform-hero .button,
.platform-card .button,
.platform-privacy-callout .button,
.platform-section a {
  min-width: 12rem;
  position: relative;
  z-index: 2;
}

.site-navbar .nav-link {
  position: relative;
  z-index: 2;
}

.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  border-radius: 999px;
}

.button,
a.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  box-shadow: inset 0 0 0 1px rgba(31, 86, 200, 0.24);
  color: var(--platform-accent-strong) !important;
  background-color: rgba(255, 255, 255, 0.92);
}

.btn,
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.button:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  box-shadow: inset 0 0 0 1px var(--platform-accent);
  color: var(--platform-accent) !important;
  background-color: var(--platform-accent-soft);
}

.button.primary,
a.button.primary,
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.btn-primary,
.btn.btn-primary {
  background: linear-gradient(135deg, var(--platform-accent) 0%, var(--platform-accent-strong) 100%);
  box-shadow: none;
  border-color: var(--platform-accent-strong);
  color: var(--color-on-primary, #ffffff) !important;
}

.button.primary:hover,
a.button.primary:hover,
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.btn-primary:hover,
.btn.btn-primary:hover {
  background: linear-gradient(135deg, #2a68e5 0%, #1947ac 100%);
  color: var(--color-on-primary, #ffffff) !important;
}

:where(
  .button.primary,
  a.button.primary,
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .btn-primary,
  .btn.btn-primary
) :where(.material-symbols-outlined, .fa, i, svg, svg *) {
  color: currentColor !important;
  fill: currentColor;
  stroke: currentColor;
}

.btn-dark,
.btn.btn-dark,
.btn-outline-dark,
.btn.btn-outline-dark {
  color: #18324f !important;
}

.site-account-actions .btn-link,
.site-account-actions .btn.btn-link {
  box-shadow: none;
  background: transparent;
  color: var(--platform-text) !important;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.site-account-actions .btn-link:hover,
.site-account-actions .btn.btn-link:hover {
  color: var(--platform-accent) !important;
  background: transparent;
}

.btn-outline-secondary,
.btn.btn-outline-secondary {
  color: var(--platform-accent-strong);
  border-color: rgba(31, 86, 200, 0.28);
  background-color: rgba(255, 255, 255, 0.95);
}

.btn-outline-secondary:hover,
.btn.btn-outline-secondary:hover {
  color: var(--platform-accent-strong);
  background-color: var(--platform-accent-soft);
  border-color: var(--platform-accent);
}

.footer {
  background: #f7faff;
}

.footer a {
  color: var(--platform-accent-strong);
}

#vlog-upload {
  justify-content: center;
  flex-wrap: wrap;
}

.phasediagram-toolbar {
  justify-content: center;
  text-align: center;
}

@media (max-width: 992px) {
  .platform-hero,
  .platform-hero.signalops-landing-hero,
  .platform-hero.platform-home-hero {
    grid-template-columns: 1fr;
  }

  .platform-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .profile-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-logo {
    width: 150px;
  }

  .signalops-access-card {
    grid-template-columns: 1fr;
  }

  .account-form__row {
    grid-template-columns: 1fr;
  }

  .platform-section,
  .platform-hero {
    padding: 1.3rem;
    margin: 1.5rem 0;
  }

  .platform-grid-2,
  .platform-grid-3,
  .platform-grid-4 {
    grid-template-columns: 1fr;
  }

  .platform-hero__actions {
    flex-wrap: wrap;
  }

  .signalops-browser-proof span,
  .platform-hero__actions .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .platform-release-rail__list li {
    grid-template-columns: 1fr;
  }

  .platform-release-rail__list small {
    grid-column: 1;
  }
}

@media (max-width: 900px) {
  body.wide .site-main-container {
    max-width: calc(100% - 1rem);
    padding-left: 8px;
    padding-right: 8px;
  }
}

body {
  background:
    linear-gradient(180deg, rgba(241, 246, 255, 0.9) 0%, rgba(247, 250, 255, 0.94) 100%);
}

/* Keep the fixed global top menu above every Verkana page without hiding content below it. */
body {
  padding-top: var(--site-navbar-offset, 6.95rem) !important;
}

body:before {
  background-image:
    linear-gradient(180deg, rgba(231, 239, 251, 0.22) 0%, rgba(214, 228, 247, 0.12) 100%),
    url("../images/stad1.jpg");
  background-position: center top;
  opacity: 0.14;
  filter: saturate(1.02) contrast(1.03);
}

.site-navbar .site-navbar__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 88px;
  padding-inline: clamp(1rem, 2.5vw, 1.75rem);
  position: relative;
  isolation: isolate;
}

.site-navbar .site-navbar__inner::after {
  display: none;
}

.site-navbar .navbar-brand {
  flex: 0 0 auto;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.site-logo-frame {
  display: block;
  width: clamp(290px, 23vw, 380px);
  height: clamp(72px, 6.4vw, 98px);
  overflow: hidden;
}

.site-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-navbar .navbar-collapse {
  grid-column: 2;
  min-width: 0;
  width: 100%;
  justify-content: flex-start !important;
  position: relative;
  z-index: 2;
}

.site-navbar .navbar-nav {
  width: 100%;
  flex-grow: 0 !important;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.04rem;
  margin: 0;
}

.site-navbar__actions {
  width: auto;
  justify-self: end;
  flex: 0 0 auto;
  min-height: 1px;
  margin-left: 0.2rem;
}

.site-account-menu {
  display: flex;
  justify-content: flex-end;
}

.site-account-menu__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 46px;
  padding: 0.4rem 0.75rem 0.4rem 0.45rem;
  border: 1px solid rgba(31, 86, 200, 0.18);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(232, 240, 255, 0.96) 100%);
  color: #14315f;
  box-shadow: 0 12px 24px rgba(24, 48, 94, 0.08);
}

.site-account-menu__trigger--compact {
  gap: 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.site-account-menu__trigger:hover,
.site-account-menu__trigger:focus-visible,
.site-account-menu__trigger.show {
  color: #14315f;
  border-color: rgba(31, 86, 200, 0.32);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(226, 237, 255, 0.98) 100%);
}

.site-account-menu__trigger--compact:hover,
.site-account-menu__trigger--compact:focus-visible,
.site-account-menu__trigger--compact.show {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.site-account-menu__trigger--guest {
  background: linear-gradient(135deg, #1d5bd8 0%, #2640b8 100%);
  color: #ffffff !important;
  border-color: rgba(29, 91, 216, 0.28);
  padding: 0.45rem 1rem;
}

.site-account-menu__trigger--guest:hover,
.site-account-menu__trigger--guest:focus-visible,
.site-account-menu__trigger--guest.show {
  color: #ffffff !important;
  background: linear-gradient(135deg, #184fc0 0%, #223aa2 100%);
}

.site-account-menu__avatar {
  width: 34px;
  height: 34px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(31, 86, 200, 0.32);
  background: #ffffff;
  color: #1f56c8;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 auto;
  overflow: hidden;
  white-space: nowrap;
}

.site-account-menu__trigger--compact .site-account-menu__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(24, 48, 94, 0.12);
}

.site-account-menu__avatar--large {
  width: 42px;
  height: 42px;
}

.site-account-menu__label {
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 1240px) {
  .site-navbar .site-navbar__inner {
    gap: 0.65rem;
    padding-inline: 0.9rem;
  }

  .site-navbar .nav-link {
    font-size: 0.93rem;
    padding-left: 0.32rem !important;
    padding-right: 0.32rem !important;
  }

  .site-navbar__actions {
    margin-left: 0.15rem;
  }

  .site-account-menu__trigger--guest {
    padding: 0.38rem 0.78rem;
  }
}

@media screen and (max-width: 1099px) {
  .site-navbar .nav-link {
    font-size: 0.88rem;
    padding-left: 0.22rem !important;
    padding-right: 0.22rem !important;
  }

  .site-navbar .navbar-nav {
    gap: 0;
  }

  .site-account-menu__trigger--guest {
    min-height: 40px;
    padding: 0.34rem 0.68rem;
  }
}

.site-account-menu__panel {
  width: min(280px, calc(100vw - 2rem));
  margin-top: 0.75rem;
  padding: 0.4rem;
  border: 1px solid rgba(31, 86, 200, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 52px rgba(12, 24, 46, 0.16);
}

.site-account-menu__summary {
  display: block;
  padding: 0.7rem 0.75rem 0.9rem;
}

.site-account-menu__summary strong,
.site-account-menu__summary span {
  display: block;
}

.site-account-menu__summary span {
  color: #5c6e8d;
  font-size: 0.92rem;
  line-height: 1.35;
  word-break: break-word;
}

.site-account-menu__panel .dropdown-item {
  border-radius: 12px;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.7rem 0.85rem;
  color: #17345f;
}

.site-account-menu__panel .dropdown-item:hover,
.site-account-menu__panel .dropdown-item:focus-visible {
  background: rgba(31, 86, 200, 0.08);
  color: #17345f;
}

.site-account-menu__panel .dropdown-divider {
  margin: 0.45rem 0;
  border-top-color: rgba(23, 52, 95, 0.08);
}

.site-account-menu__form {
  margin: 0;
}

.site-account-menu__form .dropdown-item {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}

.password-meter {
  margin-top: -0.35rem;
  margin-bottom: 0.9rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(31, 86, 200, 0.12);
  border-radius: 16px;
  background: rgba(244, 248, 255, 0.88);
}

.password-meter__bar {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(28, 52, 96, 0.08);
}

.password-meter__fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: #d05757;
  transition: width 0.18s ease, background-color 0.18s ease;
}

.password-meter__label {
  margin: 0.7rem 0 0.55rem;
  color: #526684;
  font-size: 0.95rem;
}

.password-meter__rules {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-left: 1.15rem;
  color: #6a7891;
  font-size: 0.93rem;
}

.password-meter__rules li.is-valid {
  color: #1d6a46;
}

.password-meter.is-medium .password-meter__fill {
  background: #d0943f;
}

.password-meter.is-good .password-meter__fill {
  background: #3d86d9;
}

.password-meter.is-strong .password-meter__fill {
  background: #21865e;
}

.platform-card__header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.85rem;
}

.platform-card__header h2,
.platform-card__header h3 {
  margin: 0;
}

.platform-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(31, 86, 200, 0.14);
  background: linear-gradient(180deg, #f8fbff 0%, #e7f0ff 100%);
  color: var(--platform-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
}

@media screen and (min-width: 576px) {
  .site-navbar .site-navbar__inner {
    padding-inline: clamp(1rem, 2vw, 1.5rem);
  }

  .site-navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

@media screen and (max-width: 900px) {
  body:before {
    opacity: 0.18;
    background-position: 58% top;
  }
}

@media screen and (max-width: 575px) {
  .site-navbar .site-navbar__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 82px;
    gap: 0.45rem;
  }

  .site-navbar .site-navbar__inner::after {
    display: none;
  }

  .site-navbar .navbar-collapse {
    margin-top: 0.75rem;
    width: 100%;
    overflow: visible;
  }

  .site-navbar .navbar-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .site-navbar__actions {
    display: flex;
    width: auto;
    justify-content: flex-end;
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  .site-navbar .site-navbar__inner {
    display: flex;
    min-height: 72px;
    justify-content: space-between;
  }

  .site-navbar .site-navbar__inner::after {
    display: none;
  }

  .site-logo-frame {
    width: 185px;
    height: 64px;
  }

  .site-navbar .navbar-collapse {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0.75rem;
    width: 100%;
  }

  .site-navbar .navbar-nav {
    width: 100%;
  }

  .site-navbar__actions {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    width: auto;
    justify-content: flex-end;
    margin-left: 0;
  }

  .site-account-menu__label {
    display: inline;
  }

  .site-navbar .navbar-toggler {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }

  .platform-home-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.65rem);
    line-height: 1.08;
  }

  .platform-card__header {
    align-items: flex-start;
  }
}

.consent-banner {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  z-index: 1200;
  border: 1px solid rgba(31, 86, 200, 0.16);
  border-radius: 20px;
  background: rgba(12, 24, 46, 0.94);
  color: #f6f8fc;
  box-shadow: 0 22px 44px rgba(12, 24, 46, 0.24);
}

.consent-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
}

.consent-banner strong,
.consent-banner p {
  color: inherit;
}

.consent-banner p {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
}

.consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.feedback-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1100;
  min-width: 0;
  padding-inline: 1.1rem;
  box-shadow: 0 18px 36px rgba(27, 62, 125, 0.2);
}

.feedback-modal[hidden],
.feedback-survey[hidden] {
  display: none !important;
}

.feedback-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
}

.feedback-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 20, 43, 0.45);
  backdrop-filter: blur(4px);
}

.feedback-modal__panel {
  position: relative;
  width: min(38rem, calc(100% - 2rem));
  margin: 8vh auto 0;
  padding: 1.5rem;
  border: 1px solid rgba(31, 86, 200, 0.16);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(244, 248, 255, 0.98) 100%);
  box-shadow: 0 28px 64px rgba(12, 24, 46, 0.22);
}

.feedback-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  min-width: 0;
  padding: 0;
}

.feedback-modal__eyebrow,
.feedback-survey__eyebrow {
  color: var(--platform-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feedback-modal__lead {
  color: var(--platform-muted);
}

.feedback-form {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.feedback-form textarea,
.contact-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.feedback-form__types {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.feedback-form__types label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-weight: 600;
}

.feedback-form__actions {
  display: flex;
  justify-content: flex-end;
}

.feedback-form__status,
.contact-form__status {
  margin: 0;
  min-height: 1.2rem;
  color: var(--platform-muted);
}

.feedback-form__status.is-success,
.contact-form__status.is-success {
  color: #0f5132;
}

.feedback-form__status.is-error,
.contact-form__status.is-error {
  color: #842029;
}

.feedback-survey {
  position: fixed;
  right: 1.25rem;
  bottom: 5.5rem;
  z-index: 1150;
  width: min(22rem, calc(100% - 2rem));
}

.feedback-survey__panel {
  position: relative;
  padding: 1.1rem;
  border: 1px solid rgba(31, 86, 200, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 44px rgba(12, 24, 46, 0.16);
}

.feedback-survey__close {
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1f56c8;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.feedback-survey__panel h3 {
  margin: 0.35rem 0 0.75rem;
  padding-right: 2rem;
}

.feedback-survey__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.feedback-survey__link {
  min-width: 0;
  padding: 0;
  margin-top: 0.75rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
}

.contact-form {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.contact-form .button.primary {
  width: fit-content;
  margin-top: 0.5rem;
}

@media (max-width: 640px) {
  .consent-banner__inner,
  .feedback-survey__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .feedback-fab {
    right: 1rem;
    bottom: 1rem;
  }

  .feedback-survey {
    right: 1rem;
    left: 1rem;
    width: auto;
  }
}

/* Accountschermen: harde override op oude templatekleuren */
.account-admin-shell,
.account-admin-shell p,
.account-admin-shell label,
.account-admin-shell td,
.account-admin-shell th,
.account-admin-shell span,
.account-admin-shell li,
.account-admin-shell form,
.account-admin-shell input,
.account-admin-shell select,
.account-admin-shell textarea {
  color: #18324f;
}

.account-admin-shell h1,
.account-admin-shell h2,
.account-admin-shell h3,
.account-admin-shell h4,
.account-admin-shell h5,
.account-admin-shell h6,
.account-admin-shell strong,
.account-admin-shell b {
  color: #18324f;
}

.account-admin-shell input,
.account-admin-shell select,
.account-admin-shell textarea {
  border-color: rgba(31, 86, 200, 0.18);
  background-color: rgba(255, 255, 255, 0.98);
}

.account-admin-shell button,
.account-admin-shell .button,
.account-admin-shell .btn {
  color: #1b49a8 !important;
}

.account-admin-shell .btn-primary,
.account-admin-shell .btn.btn-primary,
.account-admin-shell .button.primary,
.account-admin-shell button.primary {
  color: #ffffff !important;
}

.account-admin-shell .account-pill,
.account-admin-shell .team-table__hint,
.account-admin-shell .team-table__identity span,
.account-admin-shell .account-admin-section__header span {
  color: #1b49a8;
}

.account-legal-status {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.account-legal-status div {
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  padding: 12px;
  background: #ffffff;
}

.account-legal-status dt {
  color: #64748b;
  font-size: 0.82rem;
  margin-bottom: 4px;
}

.account-legal-status dd {
  margin: 0;
  font-weight: 700;
}

.account-legal-upload {
  margin-top: 18px;
  max-width: 520px;
}
