@font-face {
  font-family: "Geograph";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/geograph-light.otf") format("opentype"), url("../assets/fonts/geograph-light.woff2") format("woff2");
  font-feature-settings: 'ss01', 'ss03';
  -webkit-font-feature-settings: 'ss01', 'ss03';
  -moz-font-feature-settings: 'ss01', 'ss03';
}
@font-face {
  font-family: "Geograph";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/geograph-regular.otf") format("opentype"), url("../assets/fonts/geograph-regular.woff2") format("woff2");
    font-feature-settings: 'ss01', 'ss03';
  -webkit-font-feature-settings: 'ss01', 'ss03';
  -moz-font-feature-settings: 'ss01', 'ss03';
}
@font-face {
  font-family: "Geograph";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/geograph-medium.otf") format("opentype"), url("../assets/fonts/geograph-medium.woff2") format("woff2");
  font-feature-settings: 'ss01', 'ss03';
  -webkit-font-feature-settings: 'ss01', 'ss03';
  -moz-font-feature-settings: 'ss01', 'ss03';
}

:root {
  font-family: "Geograph", system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 33 120 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
  text-decoration-color: inherit;
  &:hover {
    --tw-text-opacity: 1;
    color: rgb(0 33 120 / var(--tw-text-opacity, 1));
  }
}

.body-wrapper {
  margin: 0px;
  display: flex;
  min-height: 100vh;
  min-width: 320px;
  flex-direction: column;
  padding: 0px;
}

.main {
  flex: 1 1 0%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geograph", system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 3.75rem;
  line-height: 1;
}
h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Header */
header.header {
  .header-logo {
    .widget-type-logo {
      display: inline-block;
    }
    .widget-type-logo {
      height: 100%;
    }
    a {
      display: inline-block;
    }
    a {
      height: 100%;
    }
    a {
      img {
        height: 100% !important;
      }
      img {
        width: auto !important;
      }
    }
  }
}

/* Navigation */
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ ul {
  text-align: left;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.5rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5rem !important;
  }
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > a {
  cursor: default;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > a {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li.active > a {
  --tw-text-opacity: 1;
  color: rgb(60 240 255 / var(--tw-text-opacity, 1));
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > ul {
  margin-top: 0.5rem;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > ul > li {
  margin-bottom: 0.5rem;
  list-style-type: none;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > ul > li > a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 25px;
  color: rgb(255 255 255 / 0.6);
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > ul > li > a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > ul > li > a {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li > ul > li.active > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child {
  grid-column: 1 / -1;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.5rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5rem !important;
  }
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li {
  list-style-type: none;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > a {
  cursor: default;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(60 240 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > a {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li.active > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul {
  margin-top: 0.5rem;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li {
  margin-bottom: 0.5rem;
  list-style-type: none;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li.hs-item-has-children {
  margin-top: 1rem;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li > ul {
  margin-top: 0.5rem;
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li > a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 25px;
  color: rgb(255 255 255 / 0.6);
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li > a {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li.active > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-nav__wrapper .hs-menu-item.hs-menu-depth-4 {
  margin-bottom: 0.5rem;
}
.mobile-nav__wrapper .hs-menu-item.hs-menu-depth-4 a[href*="/fame"],
.mobile-nav__wrapper .hs-menu-item.hs-menu-depth-4 a[href*="/hvo"] {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 25px;
  color: rgb(255 255 255 / 0.6);
}
.mobile-nav__wrapper .hs-menu-item.hs-menu-depth-4 a[href*="/fame"]:hover,
.mobile-nav__wrapper .hs-menu-item.hs-menu-depth-4 a[href*="/hvo"]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .mobile-nav__wrapper .hs-menu-item.hs-menu-depth-4 a[href*="/fame"],
.mobile-nav__wrapper .hs-menu-item.hs-menu-depth-4 a[href*="/hvo"] {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

.mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li.hs-item-has-children > a {
  cursor: default;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(60 240 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .mobile-nav__wrapper #hs_menu_wrapper_Nav_ > ul > li:first-child > ul > li > ul > li.hs-item-has-children > a {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

/* Prose */
.prose .widget-type-rich_text {
  max-width: none;
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 1.5rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Geograph", system-ui, Avenir, Helvetica, Arial, sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    --tw-text-opacity: 1;
    color: rgb(0 33 120 / var(--tw-text-opacity, 1));
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    &:first-child {
      margin-top: 0px;
    }
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  p,
  div,
  blockquote,
  ul,
  ol,
  video,
  table,
  figure,
  hr,
  pre {
    margin-bottom: 1rem;
  }
  p,
  div,
  blockquote,
  ul,
  ol,
  video,
  table,
  figure,
  hr,
  pre {
    line-height: 1.5rem;
  }
  p,
  div,
  blockquote,
  ul,
  ol,
  video,
  table,
  figure,
  hr,
  pre {
    --tw-text-opacity: 1;
    color: rgb(0 33 120 / var(--tw-text-opacity, 1));
  }
  p,
  div,
  blockquote,
  ul,
  ol,
  video,
  table,
  figure,
  hr,
  pre {
    &.intro {
      font-size: 1.5rem;
      line-height: 2rem;
    }
    &.intro {
      font-weight: 400;
    }
  }
  div,
  p {
    line-height: 1.5rem;
  }
  div,
  p {
    --tw-text-opacity: 1;
    color: rgb(0 33 120 / var(--tw-text-opacity, 1));
  }
  div,
  p {
    &:last-child {
      margin-bottom: 0px;
    }
  }
  img {
    height: auto;
  }
  img {
    max-width: 100%;
  }
  figure {
    > img {
      margin-bottom: 0px;
    }
    > img {
      height: auto;
    }
    > img {
      max-width: 100%;
    }
    figcaption {
      margin-top: 0.5rem;
    }
    figcaption {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    figcaption {
      --tw-text-opacity: 1;
      color: rgb(0 33 120 / var(--tw-text-opacity, 1));
    }
  }
  blockquote {
    border-left-width: 4px;
  }
  blockquote {
    padding-left: 1rem;
  }
  blockquote {
    font-style: italic;
  }
  blockquote {
    --tw-text-opacity: 1;
    color: rgb(0 33 120 / var(--tw-text-opacity, 1));
  }
  blockquote {
    p {
      margin: 0px;
    }
    footer {
      margin-top: 0.5rem;
    }
    footer {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    footer {
      --tw-text-opacity: 1;
      color: rgb(0 33 120 / var(--tw-text-opacity, 1));
    }
    footer {
      cite {
        font-style: normal;
      }
    }
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(0 106 255 / var(--tw-text-opacity, 1));
  }
  a {
    &:hover {
      --tw-text-opacity: 1;
      color: rgb(0 33 120 / var(--tw-text-opacity, 1));
    }
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 1.5rem;
  }
  ul {
    li {
      margin-bottom: 0.5rem;
    }
    li {
      &:last-child {
        margin-bottom: 0px;
      }
    }
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    padding-left: 1.5rem;
  }
  ol {
    li {
      margin-bottom: 0.5rem;
    }
    li {
      &:last-child {
        margin-bottom: 0px;
      }
    }
  }
  table {
    width: 100%;
  }
  table {
    border-collapse: collapse;
  }
  table {
    border-width: 1px;
  }
  table {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
  table {
    th,
    td {
      border-width: 1px;
    }
    th,
    td {
      --tw-border-opacity: 1;
      border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    }
    th,
    td {
      padding: 1rem;
    }
    th,
    td {
      &:first-child {
        text-align: left;
      }
      &:last-child {
        text-align: right;
      }
    }
    caption {
      margin-bottom: 0.5rem;
    }
    caption {
      text-align: left;
    }
    caption {
      font-weight: 600;
    }
    caption {
      --tw-text-opacity: 1;
      color: rgb(0 33 120 / var(--tw-text-opacity, 1));
    }
  }
  pre {
    overflow-x: auto;
  }
  pre {
    border-radius: 0.5rem;
  }
  pre {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  pre {
    padding: 1rem;
  }
  pre {
    code {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    code {
      --tw-text-opacity: 1;
      color: rgb(0 33 120 / var(--tw-text-opacity, 1));
    }
  }
}

/* Footer */
footer.footer {
  .widget-type-logo {
    display: block;
  }
  .widget-type-logo {
    .hs_cos_wrapper_type_logo {
      display: block;
    }
  }
  .footer-logo {
    a {
      display: inline-block;
    }
    a {
      height: 4rem;
    }
    a {
      img {
        height: 100% !important;
      }
      img {
        width: auto !important;
      }
    }
  }
  .hs-social-follow {
    justify-content: center;
  }
  .hs-social-follow {
    gap: 1rem;
  }
  @media (min-width: 1024px) {
    .hs-social-follow {
      justify-content: flex-start;
    }
  }
  .hs-social-follow {
    .hs-social-follow__link {
      height: 1.75rem;
    }
    .hs-social-follow__link {
      width: 1.75rem;
    }
    .hs-social-follow__link {
      border-radius: 9999px;
    }
    .hs-social-follow__link {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .hs-social-follow__link {
      fill: #002178;
    }
    .hs-social-follow__link {
      padding: 0.5rem;
    }
    .hs-social-follow__link:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(60 240 255 / var(--tw-bg-opacity, 1));
    }
    .hs-social-follow__link {
      .hs-social-follow__icon {
        display: block;
      }
      .hs-social-follow__icon {
        height: 1.75rem;
      }
      .hs-social-follow__icon {
        width: 1.75rem;
      }
      .hs-social-follow__icon {
        svg {
          height: 100%;
        }
        svg {
          width: 100%;
        }
        svg {
          -o-object-fit: contain;
             object-fit: contain;
        }
      }
    }
  }
  .hs-menu-wrapper {
    ul {
      li {
        margin-top: 0.5rem;
      }
      li {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      li {
        font-weight: 400;
      }
      @media (min-width: 1024px) {
        li {
          margin-top: 0.25rem;
        }
      }
      li {
        a {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        a {
          font-weight: 400;
        }
        a {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
        a:hover {
          --tw-text-opacity: 1;
          color: rgb(60 240 255 / var(--tw-text-opacity, 1));
        }
      }
    }
  }
}

/* Buttons */
.button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 33 120 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 120 / var(--tw-bg-opacity, 1));
}
.button.button-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 33 120 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 120 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button.button-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.button.button-primary.button-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button.button-primary.button-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 240 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(60 240 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 33 120 / var(--tw-text-opacity, 1));
}
.button.button-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.button.button-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 240 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(60 240 255 / var(--tw-bg-opacity, 1));
}
.button.button-secondary.button-dark {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button.button-secondary.button-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 240 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(60 240 255 / var(--tw-bg-opacity, 1));
}
.button.button-tertiary {
  border-color: rgb(0 106 255 / 0.1);
  background-color: rgb(0 106 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 33 120 / var(--tw-text-opacity, 1));
}
.button.button-tertiary:hover {
  border-color: rgb(0 106 255 / 0.2);
  background-color: rgb(0 106 255 / 0.2);
}
.button.button-small {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.button svg {
  height: 1.5rem;
  width: 1.5rem;
}
.button.button-small svg {
  height: 1rem;
  width: 1rem;
}

/* System Forms */
.hs_cos_wrapper form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  input,
  select,
  textarea {
    position: relative;
  }
  input,
  select,
  textarea {
    height: auto !important;
  }
  input,
  select,
  textarea {
    overflow: hidden;
  }
  input,
  select,
  textarea {
    border-radius: 5px;
  }
  input,
  select,
  textarea {
    border-width: 1px;
  }
  input,
  select,
  textarea {
    --tw-border-opacity: 1;
    border-color: rgb(54 54 54 / var(--tw-border-opacity, 1));
  }
  input,
  select,
  textarea {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  input,
  select,
  textarea {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  input,
  select,
  textarea {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  input,
  select,
  textarea {
    outline-width: 1px;
  }
  input,
  select,
  textarea {
    outline-offset: -1px;
  }
  input,
  select,
  textarea {
    outline-color: #e6e6e6;
  }
  input[type="submit"] {
    cursor: pointer;
  }
  input[type="submit"] {
    align-items: center;
  }
  input[type="submit"] {
    justify-content: center;
  }
  input[type="submit"] {
    gap: 0.25rem;
  }
  input[type="submit"] {
    border-radius: 5px;
  }
  input[type="submit"] {
    border-width: 1px;
  }
  input[type="submit"] {
    --tw-border-opacity: 1;
    border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
  }
  input[type="submit"] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
  }
  input[type="submit"] {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  input[type="submit"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  input[type="submit"] {
    text-align: center;
  }
  input[type="submit"] {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  input[type="submit"] {
    font-weight: 400;
  }
  input[type="submit"] {
    line-height: 1;
  }
  input[type="submit"] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  input[type="submit"] {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  input[type="submit"] {
    transition-duration: 300ms;
  }
  input[type="submit"] {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  input[type="submit"]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 33 120 / var(--tw-border-opacity, 1));
  }
  input[type="submit"]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 33 120 / var(--tw-bg-opacity, 1));
  }
}
.hs-search-field__form {
  display: flex;
  align-items: center;
  gap: 1rem;
  input[type="text"] {
    border-width: 0px;
  }
  input[type="text"] {
    border-bottom-width: 2px;
  }
  input[type="text"] {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
  input[type="text"] {
    background-color: transparent;
  }
  input[type="text"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  input[type="text"] {
    --tw-text-opacity: 1;
    color: rgb(0 33 120 / var(--tw-text-opacity, 1));
  }
  input[type="text"]:focus {
    --tw-border-opacity: 1;
    border-color: rgb(60 240 255 / var(--tw-border-opacity, 1));
  }
  input[type="text"]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  button {
    display: inline-flex;
  }
  button {
    cursor: pointer;
  }
  button {
    align-items: center;
  }
  button {
    justify-content: center;
  }
  button {
    gap: 0.25rem;
  }
  button {
    border-radius: 9999px;
  }
  button {
    border-width: 1px;
  }
  button {
    --tw-border-opacity: 1;
    border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
  }
  button {
    --tw-bg-opacity: 1;
    background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
  }
  button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  button {
    text-align: center;
  }
  button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  button {
    font-weight: 400;
  }
  button {
    line-height: 1.75rem;
  }
  button {
    letter-spacing: -0.025em;
  }
  button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  button {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  button {
    transition-duration: 300ms;
  }
  button {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 33 120 / var(--tw-border-opacity, 1));
  }
  button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 33 120 / var(--tw-bg-opacity, 1));
  }
  button {
    svg {
      height: 1.5rem !important;
    }
    svg {
      width: 1.5rem !important;
    }
    svg {
      fill: #fff;
    }
  }
}
.hs-search-results__message {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 33 120 / var(--tw-text-opacity, 1));
}
.hs-search-results__pagination {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 3rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0px !important;
  overflow: hidden;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hs-search-results__pagination__link {
  margin: 0px !important;
  display: flex;
  height: 4rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding: 0px !important;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.hs-search-results__pagination__link:hover {
  background-color: rgb(0 106 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.hs-search-results__pagination__link--active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--prev {
  border-width: 0px;
}
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--first,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--last,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--prev .hs-search-results__pagination__link-text,
#hs_cos_wrapper_search_results .hs-search-results__pagination__link--next .hs-search-results__pagination__link-text {
  display: none;
}
#hs-membership-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

form#hs-membership-form,
form#hs-membership-passwordless-auth-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
form#hs-membership-form .hs-form-field,
form#hs-membership-passwordless-auth-form .hs-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
form#hs-membership-form .hs-form-field:last-child,
form#hs-membership-passwordless-auth-form .hs-form-field:last-child {
  flex-direction: row;
  gap: 1rem;
}

.lg\:w-\[calc\(\(100\%-0rem\)\/1\)\] {
  width: 100%; /* fallback below lg */
}
@media (min-width: 1024px) {
  .lg\:w-\[calc\(\(100\%-0rem\)\/1\)\] {
    width: calc((100% - 0rem) / 1);
  }
}

/* ── 2 columns @lg (totalGap = 1rem) ── */
.lg\:w-\[calc\(\(100\%-1rem\)\/2\)\] {
  width: 100%;
}
@media (min-width: 1024px) {
  .lg\:w-\[calc\(\(100\%-1rem\)\/2\)\] {
    width: calc((100% - 1rem) / 2);
  }
}

/* ── 3 columns @lg (totalGap = 2rem) ── */
.lg\:w-\[calc\(\(100\%-2rem\)\/3\)\] {
  @ply w-full;
}
@media (min-width: 1024px) {
  .lg\:w-\[calc\(\(100\%-2rem\)\/3\)\] {
    width: calc((100% - 2rem) / 3);
  }
}

/* ── 4 columns @lg (totalGap = 3rem) ── */
.lg\:w-\[calc\(\(100\%-3rem\)\/4\)\] {
  width: 100%;
}
@media (min-width: 1024px) {
  .lg\:w-\[calc\(\(100\%-3rem\)\/4\)\] {
    width: calc((100% - 3rem) / 4);
  }
}

/* ── 5 columns @lg (totalGap = 4rem) ── */
.lg\:w-\[calc\(\(100\%-4rem\)\/5\)\] {
  width: 100%;
}
@media (min-width: 1024px) {
  .lg\:w-\[calc\(\(100\%-4rem\)\/5\)\] {
    width: calc((100% - 4rem) / 5);
  }
}

/* ── 6 columns @lg (totalGap = 5rem) ── */
.lg\:w-\[calc\(\(100\%-5rem\)\/6\)\] {
  width: 100%;
}
@media (min-width: 1024px) {
  .lg\:w-\[calc\(\(100\%-5rem\)\/6\)\] {
    width: calc((100% - 5rem) / 6);
  }
}*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Geograph", system-ui, Avenir, Helvetica, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-end-12 {
  grid-column-end: 12;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.\!mt-12 {
  margin-top: 3rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-16 {
  height: 4rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[212px\] {
  height: 212px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[600px\] {
  height: 600px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-6 {
  width: 1.5rem !important;
}
.w-10 {
  width: 2.5rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[211\.5px\] {
  width: 211.5px;
}
.w-full {
  width: 100%;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[364px\] {
  max-width: 364px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[2\] {
  flex: 2;
}
.flex-\[3\] {
  flex: 3;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-0 {
  gap: 0px !important;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-\[\#363636\] {
  --tw-border-opacity: 1;
  border-color: rgb(54 54 54 / var(--tw-border-opacity, 1));
}
.border-cfp-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 106 255 / var(--tw-border-opacity, 1));
}
.border-cfp-blue\/10 {
  border-color: rgb(0 106 255 / 0.1);
}
.border-cfp-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 33 120 / var(--tw-border-opacity, 1));
}
.border-cfp-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-cfp-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.bg-cfp-blue\/10 {
  background-color: rgb(0 106 255 / 0.1);
}
.bg-cfp-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 120 / var(--tw-bg-opacity, 1));
}
.bg-cfp-dark-blue\/50 {
  background-color: rgb(0 33 120 / 0.5);
}
.bg-cfp-dark-blue\/80 {
  background-color: rgb(0 33 120 / 0.8);
}
.bg-cfp-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(251 247 244 / var(--tw-bg-opacity, 1));
}
.bg-cfp-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-cfp-dark-blue\/10 {
  --tw-gradient-from: rgb(0 33 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 33 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-cfp-blue\/90 {
  --tw-gradient-to: rgb(0 106 255 / 0.9) var(--tw-gradient-to-position);
}
.fill-cfp-dark-blue {
  fill: #002178;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: "Geograph", system-ui, Avenir, Helvetica, Arial, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[52px\] {
  line-height: 52px;
}
.leading-\[62px\] {
  line-height: 62px;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-cfp-aqua {
  --tw-text-opacity: 1;
  color: rgb(60 240 255 / var(--tw-text-opacity, 1));
}
.text-cfp-blue {
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.text-cfp-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 33 120 / var(--tw-text-opacity, 1));
}
.text-cfp-dark-blue\/30 {
  color: rgb(0 33 120 / 0.3);
}
.text-cfp-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-cfp-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-cfp-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-cfp-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-1 {
  outline-width: 1px;
}
.outline-offset-\[-1px\] {
  outline-offset: -1px;
}
.outline-\[\#e6e6e6\] {
  outline-color: #e6e6e6;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Target any section except full width or those with HubSpot's centering class */
.dnd-section:not([class*=-full-width-section]):not([class*=-max-width-section-centering]) > .row-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 640px) {

  .dnd-section:not([class*=-full-width-section]):not([class*=-max-width-section-centering]) > .row-fluid {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .dnd-section:not([class*=-full-width-section]):not([class*=-max-width-section-centering]) > .row-fluid {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .dnd-section:not([class*=-full-width-section]):not([class*=-max-width-section-centering]) > .row-fluid {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .dnd-section:not([class*=-full-width-section]):not([class*=-max-width-section-centering]) > .row-fluid {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .dnd-section:not([class*=-full-width-section]):not([class*=-max-width-section-centering]) > .row-fluid {
    max-width: 1536px;
  }
}

#main-content .row-fluid-wrapper .row-fluid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.row-fluid .span1 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span1 {
    grid-column: span 1 / span 1;
  }
}

.row-fluid .span2 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span2 {
    grid-column: span 2 / span 2;
  }
}

.row-fluid .span3 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span3 {
    grid-column: span 3 / span 3;
  }
}

.row-fluid .span4 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span4 {
    grid-column: span 4 / span 4;
  }
}

.row-fluid .span5 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span5 {
    grid-column: span 5 / span 5;
  }
}

.row-fluid .span6 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span6 {
    grid-column: span 6 / span 6;
  }
}

.row-fluid .span7 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span7 {
    grid-column: span 7 / span 7;
  }
}

.row-fluid .span8 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span8 {
    grid-column: span 8 / span 8;
  }
}

.row-fluid .span9 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span9 {
    grid-column: span 9 / span 9;
  }
}

.row-fluid .span10 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span10 {
    grid-column: span 10 / span 10;
  }
}

.row-fluid .span11 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span11 {
    grid-column: span 11 / span 11;
  }
}

.row-fluid .span12 {
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {

  .row-fluid .span12 {
    grid-column: span 12 / span 12;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
.hover\:border-cfp-aqua:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 240 255 / var(--tw-border-opacity, 1));
}
.hover\:bg-cfp-aqua:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 240 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cfp-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cfp-blue\/20:hover {
  background-color: rgb(0 106 255 / 0.2);
}
.hover\:bg-cfp-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 33 120 / var(--tw-bg-opacity, 1));
}
.hover\:text-cfp-aqua:hover {
  --tw-text-opacity: 1;
  color: rgb(60 240 255 / var(--tw-text-opacity, 1));
}
.hover\:text-cfp-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 106 255 / var(--tw-text-opacity, 1));
}
.hover\:text-cfp-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:border-cfp-aqua:focus {
  --tw-border-opacity: 1;
  border-color: rgb(60 240 255 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 768px) {

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:size-4 {
    width: 1rem;
    height: 1rem;
  }

  .md\:h-\[262\.5px\] {
    height: 262.5px;
  }

  .md\:min-h-96 {
    min-height: 24rem;
  }

  .md\:w-\[261\.5px\] {
    width: 261.5px;
  }

  .md\:flex-\[2\] {
    flex: 2;
  }

  .md\:flex-\[3\] {
    flex: 3;
  }

  .md\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

  .md\:\!flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:\!justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:\!gap-12 {
    gap: 3rem !important;
  }

  .md\:\!gap-6 {
    gap: 1.5rem !important;
  }

  .md\:\!gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:\!gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:\!text-\[52px\] {
    font-size: 52px !important;
  }

  .md\:text-\[52px\] {
    font-size: 52px;
  }

  .md\:text-\[72px\] {
    font-size: 72px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:\!leading-\[62px\] {
    line-height: 62px !important;
  }

  .md\:leading-\[62px\] {
    line-height: 62px;
  }
}
@media (min-width: 1024px) {

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:h-\[312\.5px\] {
    height: 312.5px;
  }

  .lg\:min-h-\[700px\] {
    min-height: 700px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[311\.5px\] {
    width: 311.5px;
  }

  .lg\:w-\[calc\(\(100\%-0rem\)\/1\)\] {
    width: calc((100% - 0rem) / 1);
  }

  .lg\:w-\[calc\(\(100\%-1\.0000rem\)\/2\)\] {
    width: calc((100% - 1.0000rem) / 2);
  }

  .lg\:w-\[calc\(\(100\%-2\.0000rem\)\/3\)\] {
    width: calc((100% - 2.0000rem) / 3);
  }

  .lg\:w-\[calc\(\(100\%-3\.0000rem\)\/4\)\] {
    width: calc((100% - 3.0000rem) / 4);
  }

  .lg\:w-\[calc\(\(100\%-4\.0000rem\)\/5\)\] {
    width: calc((100% - 4.0000rem) / 5);
  }

  .lg\:w-\[calc\(\(100\%-5\.0000rem\)\/6\)\] {
    width: calc((100% - 5.0000rem) / 6);
  }

  .lg\:max-w-\[281px\] {
    max-width: 281px;
  }

  .lg\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:\!items-end {
    align-items: flex-end !important;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:\!py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:\!text-\[62px\] {
    font-size: 62px !important;
  }

  .lg\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-\[62px\] {
    font-size: 62px;
  }

  .lg\:text-\[92px\] {
    font-size: 92px;
  }

  .lg\:\!leading-\[72px\] {
    line-height: 72px !important;
  }

  .lg\:leading-\[72px\] {
    line-height: 72px;
  }
}
@media (min-width: 1280px) {

  .xl\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}