@charset "UTF-8";

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 0;
}

body {
  background: #10263a;
  color: #4c4c4c;
  font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  text-shadow: none;
}

a {
  color: #1d6f99;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #10263a;
}

p {
  margin: 0;
}

#hs-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(77, 176, 211, .16), transparent 34rem),
    linear-gradient(180deg, #10263a 0%, #f6f8fb 34rem, #eef3f6 100%);
  text-shadow: none;
}

#hs-top {
  width: 100%;
  background: transparent;
}

#hs-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 72px;
  text-align: left;
}

#hs-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  isolation: isolate;
  width: 100%;
  min-height: 64px;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#hs-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  border-bottom: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, backdrop-filter .18s ease, -webkit-backdrop-filter .18s ease;
}

.nav-scrolled #hs-header:before,
body.nav-scrolled #hs-header:before {
  border-bottom-color: rgba(255, 255, 255, .14);
  background: rgba(16, 38, 58, .5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 12px 36px rgba(7, 19, 29, .16);
}

#hs-header ul {
  width: auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

#hs-header .hs-home-link,
#hs-header ul li a {
  width: auto;
  min-height: 34px;
  margin: 0;
  padding: 8px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, .74);
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

#hs-header .hs-home-link:hover,
#hs-header ul li a:hover,
#hs-header ul li a.hs-current {
  color: #fff;
  background: rgba(255, 255, 255, .13);
}

#hs-store {
  width: 100%;
  min-height: 360px;
  overflow: visible;
  border: 1px solid #dce6ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(28, 69, 96, .1);
  color: #444;
  text-shadow: none;
}

#hs-store,
#hs-store * {
  text-shadow: none;
}

.store {
  min-height: 360px;
  padding: 30px;
  color: #444;
  font-size: 1.6em;
  line-height: 1.5;
}

.store h1,
.store h2,
.store h3,
.store h4,
.store h5,
.store h6 {
  margin: 0 0 .75em;
  color: #143c58;
  font-weight: 700;
  line-height: 1.25;
}

.store h1 {
  font-size: 1.875em;
}

.store h2 {
  font-size: 1.5em;
}

.store h3 {
  font-size: 1.4em;
}

.store p,
.store ul,
.store ol,
.store table,
.store form {
  margin: 0 0 1em;
}

.store ul,
.store ol {
  padding-left: 1.5em;
}

.store table {
  width: 100%;
  border-collapse: collapse;
}

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

.store input,
.store select,
.store textarea,
.store button {
  max-width: 100%;
  font-family: inherit;
  font-size: inherit;
}

#hs-bottom {
  padding: 38px 0;
  border-top: 1px solid #d9e4eb;
  background: #eef3f6;
}

#hs-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  color: #52616b;
  font-size: 1.3em;
  text-align: left;
  text-shadow: none;
}

#hs-footer .hs-left {
  max-width: 680px;
}

#hs-footer .hs-right {
  margin-left: auto;
  min-width: 220px;
  text-align: right;
}

#hs-footer p {
  margin: 0 0 7px;
  color: #52616b;
  font-size: 1em;
  line-height: 1.7;
}

#hs-footer .large p {
  margin: 0 0 10px;
  color: #143c58;
  font-size: 1.45em;
  font-weight: 700;
}

#hs-footer a {
  color: #1d6f99;
}

#hs-footer a:hover {
  color: #10263a;
}

@media (max-width: 860px) {
  #hs-container,
  #hs-footer {
    width: min(100% - 28px, 720px);
  }

  #hs-container {
    padding-bottom: 46px;
  }

  #hs-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
  }

  #hs-header ul {
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  .store {
    padding: 24px;
  }

  #hs-footer {
    flex-direction: column;
  }

  #hs-footer .hs-right {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 560px) {
  #hs-container,
  #hs-footer {
    width: calc(100% - 20px);
  }

  #hs-header {
    padding: 0;
    gap: 8px;
  }

  #hs-header ul {
    gap: 6px;
  }

  #hs-header .hs-home-link,
  #hs-header ul li a {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 1.3em;
  }

  .store {
    padding: 18px;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background: #07131d;
    color: #c9d4dc;
  }

  a {
    color: #78cbed;
  }

  a:hover {
    color: #b7e8fb;
  }

  #hs-shell {
    background:
      radial-gradient(circle at 20% 0%, rgba(96, 190, 224, .15), transparent 34rem),
      linear-gradient(180deg, #07131d 0%, #0d2233 34rem, #091722 100%);
  }

  #hs-store {
    border-color: #25394a;
    border-top-color: #334b5e;
    background: #101d28;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .34);
    color: #c9d4dc;
  }

  .store,
  .store p,
  .store li,
  .store td,
  .store th,
  .store label {
    color: #c9d4dc;
  }

  .store {
    color-scheme: dark;
  }

  .store h1,
  .store h2,
  .store h3,
  .store h4,
  .store h5,
  .store h6 {
    color: #e8f2f8;
  }

  .store .core-form-field-body-note {
    color: #b8c7d0;
  }

  #hs-store .store input:not([type]),
  #hs-store .store input[type="text"],
  #hs-store .store input[type="email"],
  #hs-store .store input[type="tel"],
  #hs-store .store input[type="number"],
  #hs-store .store input[type="password"],
  #hs-store .store input[type="search"],
  #hs-store .store input[type="url"],
  .store select,
  .store textarea {
    border-color: #334b5e;
    background: #0d2233;
    color: #e8f2f8;
  }

  #hs-bottom {
    border-top-color: #1b3142;
    background: #091722;
  }

  #hs-footer,
  #hs-footer p {
    color: #b8c7d0;
  }

  #hs-footer .large p {
    color: #e8f2f8;
  }

  #hs-footer a {
    color: #78cbed;
  }

  #hs-footer a:hover {
    color: #b7e8fb;
  }
}
