:root {
  --primary-dark-gray-cslac: #333f48;
  --primary-blue-cslac: #0072ce;
  --transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>: #fff0;
  --primary-light-gray-cslac: whitesmoke;
  --primary-white: white;
  --primary-medium-blue-cslac: #99ccf7;
  --white\<deleted\|variable-ca9c263f\>: white;
  --primary-light-blue-cslac: #d4e7f7;
  --vistar-cslac: #ffb81c;
  --highlander-cslac: #af272f;
  --highlander-7-cslac: #be5258;
  --preserve-cslac: #007367;
  --provider-cslac: #002a3a;
  --primary-medium-gray-cslac: #b1b3b3;
  --100-med-gray: #ecf0f3;
  --900-med-gray: #4d5662;
  --dashboard-dropdown-link: #c6d3db;
  --700-gray\<deleted\|variable-38998192-78d4-f79e-9ccd-2e13e48471b0\>: #3e5460;
  --300-dark-gray: #9cb9c4;
  --100-dark-gray: #e0eaed;
  --900-dark-gray: #1e272e;
  --300-med-gray: #c6d3db;
  --trivysta-cslac: #005a70;
  --clearflex-cslac: #0072ce;
  --primary-black: #000;
  --800-dark-gray: #384852;
  --700-dark-gray: #3e5460;
  --600-dark-gray: #466474;
  --500-dark-gray: #517889;
  --400-dark-gray: #6d94a3;
  --200-dark-gray: #c5d6dc;
  --50-dark-gray: #f3f7f8;
  --800-med-gray: #5b6678;
  --700-med-gray: #6f7d93;
  --600-med-gray: #8a99af;
  --500-med-gray: #98aabc;
  --400-med-gray: #aebdcb;
  --200-med-gray: #dce4e9;
  --50-med-gray: #f4f7f9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--primary-dark-gray-cslac);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: var(--primary-dark-gray-cslac);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larsseit, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--primary-dark-gray-cslac);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larsseit, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  color: var(--primary-dark-gray-cslac);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larsseit, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

h4 {
  color: var(--primary-dark-gray-cslac);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larsseit, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

h5 {
  color: var(--primary-dark-gray-cslac);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larsseit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

h6 {
  color: var(--primary-dark-gray-cslac);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Larsseit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.brand {
  display: block;
}

.brand.nav-brand {
  margin-right: 24px;
}

.nav-container {
  flex-flow: row;
  align-items: center;
  max-width: 1100px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-link {
  border: 2px solid var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  text-transform: capitalize;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 500;
}

.nav-link.w--current {
  border-color: var(--primary-light-gray-cslac);
  color: var(--primary-dark-gray-cslac);
  font-weight: 700;
}

.h1-bi-color-dark {
  display: block;
}

.h1-bi-color-dark-span, .h2-bi-color-dark-span {
  color: var(--primary-blue-cslac);
}

.h2-small-dark {
  font-size: 40px;
}

.paragraph-standard-dark {
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-standard-dark.text-center {
  text-align: center;
}

.paragraph-display-dark {
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-display-dark.max-width {
  max-width: 340px;
}

.navbar {
  background-color: var(--primary-light-gray-cslac);
  min-height: 92px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.page-wrapper {
  position: relative;
  overflow: clip;
}

.section.bg-dark {
  background-color: var(--primary-dark-gray-cslac);
}

.section.bg-light {
  background-color: var(--primary-white);
}

.container {
  z-index: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.h1-bi-color-light-span {
  color: var(--primary-medium-blue-cslac);
}

.h1-bi-color-light {
  color: var(--white\<deleted\|variable-ca9c263f\>);
  display: block;
}

.h2-bi-color-light {
  color: var(--white\<deleted\|variable-ca9c263f\>);
}

.h2-bi-color-light-span {
  color: var(--primary-medium-blue-cslac);
}

.h2-small-light {
  color: var(--primary-white);
  font-size: 40px;
}

.h3-standard-light, .h4-standard-light, .h5-standard-light, .h6-standard-light {
  color: var(--primary-white);
}

.spacing-8 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 8px;
  display: block;
}

.spacing-12 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 12px;
  display: block;
}

.spacing-16 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 16px;
  display: block;
}

.spacing-18 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 18px;
  display: block;
}

.spacing-24 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 24px;
  display: block;
}

.spacing-32 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 32px;
  display: block;
}

.spacing-40 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 40px;
  display: block;
}

.spacing-60 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 60px;
  display: block;
}

.spacing-80 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.spacing-100 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 100px;
  display: block;
}

.spacing-4 {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 4px;
  display: block;
}

.paragraph-small-dark {
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-xsmall-dark {
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-display-light {
  color: var(--primary-white);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-display-light.text-center {
  text-align: center;
}

.paragraph-standard-light {
  color: var(--primary-white);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-small-light {
  color: var(--primary-white);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-xsmall-light {
  color: var(--primary-white);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.nav-link-cta-1 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.nav-link-cta-1.w--current {
  color: var(--primary-dark-gray-cslac);
}

.cta-nav-links {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link-cta-2 {
  border: 1.5px solid var(--primary-blue-cslac);
  background-color: var(--primary-blue-cslac);
  color: var(--primary-white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.nav-link-cta-2:hover {
  background-color: var(--primary-white);
  color: var(--primary-blue-cslac);
}

.nav-cta-2-icon-wrapper {
  border-left: 1.5px solid var(--primary-blue-cslac);
  background-color: var(--primary-white);
  align-self: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-cta-2-text-wrapper {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.primary-button {
  border: 1.5px solid var(--primary-blue-cslac);
  background-color: var(--primary-blue-cslac);
  color: var(--primary-white);
  text-transform: capitalize;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  position: relative;
}

.primary-button:hover {
  background-color: var(--primary-white);
  color: var(--primary-blue-cslac);
}

.primary-btn-text-wrapper {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.primary-btn-text {
  text-align: center;
  padding: 12px 24px;
  font-size: .9rem;
}

.primary-btn-icon-wrapper {
  border-left: 1.5px solid var(--primary-blue-cslac);
  background-color: var(--primary-white);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.element-label {
  background-color: var(--primary-dark-gray-cslac);
  color: var(--primary-light-gray-cslac);
  text-align: center;
  border-radius: 1000px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.button-wrapper {
  margin-top: auto;
  display: block;
}

.element-label-span {
  margin-right: 10px;
  font-weight: 600;
  display: inline-block;
}

.about-us-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-wrapper-small {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.hero-section {
  background-image: url('../images/color-accent-block.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-section.flex-fixed-height {
  flex-flow: column;
  justify-content: center;
  min-height: 480px;
  display: flex;
}

.copy-content-wrapper.flex-center {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.media-content-wrapper {
  position: relative;
}

.hero-image {
  object-fit: contain;
  min-width: 500px;
  height: auto;
}

.home-hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.content-section {
  background-image: url('../images/color-accent-block.svg');
  background-position: -1px 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.intro-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.about-us-section.bg-light-gray {
  background-color: var(--primary-light-gray-cslac);
}

.partnerships-section.bg-light-blue {
  background-color: var(--primary-light-blue-cslac);
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.partnerships-grid {
  grid-template-rows: auto;
}

.footer {
  background-color: var(--primary-light-gray-cslac);
  margin-top: auto;
  overflow: clip;
}

.footer-grid-1 {
  grid-template-rows: auto;
}

.footer-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-column-title {
  font-size: 18px;
  font-weight: 700;
}

.footer-column-details {
  font-size: 14px;
}

.footer-column-link {
  color: var(--primary-dark-gray-cslac);
  cursor: pointer;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-column-link.medium-weight {
  font-weight: 500;
}

.footer-column-contact-details {
  font-size: 14px;
}

.about-us-hero-grid {
  grid-template-rows: auto;
}

.about-us-priorities-section.bg-brand-blue {
  background-color: var(--primary-blue-cslac);
}

.about-us-priorities-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.decoration-end {
  background-color: var(--primary-blue-cslac);
  width: 80px;
  height: 100%;
  max-height: 600px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.decoration-start {
  background-color: var(--primary-blue-cslac);
  width: 80px;
  height: 100%;
  max-height: 600px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.products-hero-section {
  position: relative;
}

.products-hero-section.flex-fixed-height-short {
  flex-flow: column;
  justify-content: center;
  min-height: 500px;
  display: flex;
}

.products-hero-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.products-hero-absolute-img-wrapper {
  z-index: 0;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.products-hero-img-mountains {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  min-height: 400px;
  display: block;
  position: relative;
}

.products-hero-img-steps {
  z-index: 2;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 295px;
  display: block;
  position: absolute;
  inset: 18px 0% auto;
}

.paragraph-display-dark-centered {
  text-align: center;
  max-width: 400px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

.h1-bi-color-dark-centered {
  text-align: center;
  display: block;
}

.product-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.products-section {
  position: relative;
  top: -80px;
}

.product-card-side-a {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 460px;
  position: relative;
}

.product-card-img {
  z-index: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-card-img-overlay {
  z-index: 1;
  background-image: linear-gradient(135deg, #000000f5, #333f483d 68%);
  position: absolute;
  inset: 0%;
}

.product-card-content {
  z-index: 2;
  color: var(--primary-white);
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-brand-color-clearflex {
  border: 2px solid var(--primary-white);
  background-color: var(--primary-blue-cslac);
  border-radius: 10000px;
  width: 30px;
  height: 30px;
}

.product-card-row-start {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.product-brand-name-label {
  font-family: Larsseit, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.product-type-label {
  margin-top: 6px;
  font-family: Larsseit, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.product-card-row-end {
  align-self: flex-end;
}

.product-card-more-button {
  background-color: var(--primary-white);
  color: var(--primary-dark-gray-cslac);
  padding: 12px 24px;
  font-family: Larsseit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.product-card-side-a-block {
  z-index: 1;
  position: relative;
}

.product-brand-color-vistar {
  border: 2px solid var(--primary-white);
  background-color: var(--vistar-cslac);
  border-radius: 10000px;
  width: 30px;
  height: 30px;
}

.product-cards-grid-next {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-brand-color-highlander {
  border: 2px solid var(--primary-white);
  background-color: var(--highlander-cslac);
  border-radius: 10000px;
  width: 30px;
  height: 30px;
}

.product-brand-color-highlander-7 {
  border: 2px solid var(--primary-white);
  background-color: var(--highlander-7-cslac);
  border-radius: 10000px;
  width: 30px;
  height: 30px;
}

.product-brand-color-preserve {
  border: 2px solid var(--primary-white);
  background-color: var(--preserve-cslac);
  border-radius: 10000px;
  width: 30px;
  height: 30px;
}

.product-brand-color-provider {
  border: 2px solid var(--primary-white);
  background-color: var(--provider-cslac);
  border-radius: 10000px;
  width: 30px;
  height: 30px;
}

.product-card-side-b-block {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-card-side-b-block.clearflex-white-text {
  background-color: var(--primary-blue-cslac);
  color: var(--primary-white);
}

.product-card-side-b-block.vistar-dark-text {
  background-color: var(--vistar-cslac);
  color: var(--provider-cslac);
}

.product-card-side-b-block.highlander-white-text {
  background-color: var(--highlander-cslac);
  color: var(--primary-white);
}

.product-card-side-b-block.highlander-7-white-text {
  background-color: var(--highlander-7-cslac);
  color: var(--primary-white);
}

.product-card-side-b-block.preserve-white-text {
  background-color: var(--preserve-cslac);
  color: var(--primary-white);
}

.product-card-side-b-block.provider-white-text {
  background-color: var(--provider-cslac);
  color: var(--primary-white);
}

.product-card-row-middle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.product-brand-summary-title {
  font-family: Larsseit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.product-brand-summary-details {
  margin-top: 6px;
  padding-top: 12px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.product-card-links-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.side-b-icon {
  width: 24px;
  height: 24px;
}

.product-card-side-b-cta-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--primary-white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.side-b-icon-wrapper {
  background-color: var(--primary-white);
  align-self: stretch;
  padding: 12px;
}

.side-b-text-wrapper {
  align-self: stretch;
  padding: 12px 18px;
}

.product-card-side-a-cta-wrapper {
  border: 1px solid var(--primary-white);
  background-color: var(--primary-white);
  color: var(--provider-cslac);
  justify-content: space-around;
  align-items: center;
  min-width: 232px;
  padding: 12px;
  font-weight: 500;
  display: flex;
}

.side-b-link-wrapper {
  color: var(--primary-white);
  text-decoration: none;
  transition: background-color .2s;
}

.side-b-link-wrapper:hover {
  background-color: #0000003d;
}

.side-b-link-wrapper-dark {
  color: var(--provider-cslac);
  text-decoration: none;
  transition: background-color .2s;
}

.side-b-link-wrapper-dark:hover {
  background-color: #0000003d;
}

.service-forms-hero-grid {
  grid-template-rows: auto;
}

.service-forms-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-form-link-block {
  background-color: var(--primary-light-gray-cslac);
  color: var(--primary-dark-gray-cslac);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 30px;
  font-family: Larsseit, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-form-decoration {
  background-color: var(--primary-blue-cslac);
  width: 100%;
  height: 8px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-form-title {
  text-align: center;
}

.spacing-40-hidden {
  background-color: var(--transparent\<deleted\|variable-23c4507e-a485-4302-acba-806509e3ac26\>);
  width: 100%;
  height: 40px;
  display: block;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1fr;
}

.div-block-2 {
  background-color: var(--primary-blue-cslac);
  color: var(--primary-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.h2-smaller-light {
  color: var(--primary-white);
  font-size: 24px;
  font-weight: 400;
}

.h2-smaller-light.centered {
  text-align: center;
}

.button-wrapper-no-margin-auto {
  display: block;
}

.paragraph-standard-light-centered {
  text-align: center;
  max-width: 400px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.primary-button-outlined {
  border: 1.5px solid var(--primary-white);
  background-color: var(--primary-blue-cslac);
  color: var(--primary-white);
  text-transform: capitalize;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
  position: relative;
}

.primary-button-outlined:hover {
  background-color: var(--primary-white);
  color: var(--primary-blue-cslac);
}

.div-block-4 {
  justify-content: space-between;
  display: flex;
}

.h2-smaller-brand-blue {
  color: var(--primary-blue-cslac);
  font-size: 24px;
  font-weight: 600;
}

.div-block-5 {
  background-color: var(--primary-light-gray-cslac);
  flex-flow: column;
  min-height: 340px;
  padding: 18px;
  display: flex;
  position: relative;
}

.div-block-5.less-padding {
  padding-right: 10px;
}

.text-block-2 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

.text-block-3 {
  font-size: 14px;
  text-decoration: none;
}

.div-block-4-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.grid-2-copy {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr 1fr;
}

.corner-decoration {
  object-fit: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.corner-decoration-img {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.link-block {
  color: var(--primary-dark-gray-cslac);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-2 {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.text-span-email-link {
  color: var(--primary-dark-gray-cslac);
  font-weight: 400;
  text-decoration: none;
}

.link {
  color: var(--primary-dark-gray-cslac);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-6 {
  background-color: var(--primary-light-gray-cslac);
  width: 100%;
  min-height: 80vh;
  padding: 24px;
}

.h1-bi-color-dark-smaller {
  font-size: 42px;
  display: block;
}

.link-2 {
  color: var(--primary-dark-gray-cslac);
  font-weight: 600;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.field-label {
  color: var(--provider-cslac);
  display: inline-block;
}

.div-block-7 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.submit-button {
  background-color: var(--primary-blue-cslac);
  width: 100%;
  display: block;
}

.login-help-link {
  color: var(--primary-dark-gray-cslac);
}

.paragraph-smaller-dark-centered {
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-smaller-dark-centered.max-width {
  width: 50%;
}

.paragraph-smaller-dark-centered.max-width-auto {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: var(--provider-cslac);
  font-weight: 500;
}

.link-3 {
  color: var(--provider-cslac);
}

.div-block-8 {
  border: 1px solid var(--primary-medium-gray-cslac);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.additonal-support-contact-line {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.h2-smaller-dark-center {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.grid-centered {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
}

.grid-centered.bg-light-gray-bordered {
  border: 1px solid var(--primary-medium-gray-cslac);
  background-color: var(--primary-light-gray-cslac);
}

.registration-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.registration-card-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  min-height: 360px;
  display: flex;
  position: relative;
}

.registration-card-wrapper.border-medium-gray {
  border: 1px solid var(--primary-medium-gray-cslac);
}

.registration-card-header {
  background-color: var(--primary-dark-gray-cslac);
}

.registration-card-header.bg-primaryblue {
  background-color: var(--primary-blue-cslac);
}

.registration-card-header.bg-sec {
  background-color: var(--highlander-cslac);
}

.registration-card-body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.registration-card-footer {
  margin-top: auto;
}

.registration-card-paragraph {
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.secondary-text-wrapper {
  align-self: stretch;
}

.registration-card-line-wrapper {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.registration-card-line-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 25px;
  margin-right: 8px;
  display: flex;
}

.registration-card-line-text {
  color: var(--provider-cslac);
}

.registration-card-line-icon-img {
  display: block;
}

.h2-smallest-light-centered {
  color: var(--primary-white);
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

.registration-card-top {
  background-color: var(--primary-white);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.registration-card-top.bg-img-blue {
  background-image: url('../images/agents-bg-image.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.registration-card-top.bg-img-gray {
  background-image: url('../images/policy-owners-bg-image.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.registration-card-top.bg-img-red {
  background-image: url('../images/marketers-bg-image.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.brand-image {
  height: 40px;
}

.card-footer-area-wrapper {
  text-align: center;
  text-transform: capitalize;
  padding: 16px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-weight: 500;
}

.registration-card-link-block {
  color: var(--primary-dark-gray-cslac);
  text-decoration: none;
}

.text-link-fps {
  color: var(--primary-blue-cslac);
  padding: 12px;
  font-weight: 500;
  display: inline-block;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.text-link-pos {
  color: var(--primary-blue-cslac);
  padding: 12px;
  font-weight: 500;
  display: inline-block;
}

.dashboard-body {
  background-color: var(--100-med-gray);
  justify-content: flex-start;
  display: flex;
}

.mobile-nav-wrapper {
  z-index: 100;
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
}

.sidebar-wrapper {
  background-color: var(--primary-dark-gray-cslac);
  flex-flow: column;
  align-items: flex-start;
  width: 20%;
  padding: 18px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.main-wrapper {
  background-color: var(--primary-light-gray-cslac);
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  padding: 24px;
}

.mobile-nav-menu {
  transform-origin: 0 0;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 50px auto auto 0;
  box-shadow: 0 0 50px #0003;
}

.mobile-nav-toggler {
  box-shadow: inset 0 0 0 2px var(--primary-dark-gray-cslac);
  cursor: pointer;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-radius .2s;
  display: flex;
}

.mobile-nav-toggler:hover {
  border-radius: 8px;
}

.mobile-nav-toggler:active {
  border-radius: 15px;
}

.sidebar-menu {
  flex-flow: column;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.brand-desktop {
  margin-bottom: 40px;
}

.sidebar-menu-dd-link-toggler {
  color: var(--primary-light-gray-cslac);
  border-radius: 4px;
  width: 100%;
  padding: 8px;
}

.sidebar-menu-dd-link-toggler:hover {
  background-color: var(--900-med-gray);
}

.sidebar-menu-dd-link {
  letter-spacing: .5px;
  width: 100%;
  margin-bottom: 12px;
  font-family: Larsseit, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-block-4 {
  display: inline-block;
}

.icon {
  margin-right: 8px;
}

.sidebar-menu-dd-link-list-item {
  color: var(--dashboard-dropdown-link);
  padding-left: 12px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
}

.sidebar-menu-dd-link-list-item:hover {
  color: var(--primary-white);
  transform: translate(10px);
}

.sidebar-menu-dd-link-list {
  background-color: var(--provider-cslac);
}

.sidebar-menu-dd-link-list.w--open {
  background-color: var(--primary-dark-gray-cslac);
  margin-top: 12px;
  position: static;
}

.sidebar-nav-link {
  color: var(--primary-light-gray-cslac);
  letter-spacing: .5px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 12px;
  padding: 8px;
  font-family: Larsseit, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.sidebar-nav-link:hover {
  background-color: var(--900-med-gray);
}

.div-block-12 {
  border: 1px solid var(--dashboard-dropdown-link);
  background-color: var(--primary-light-gray-cslac);
  border-radius: 4px;
  width: 100%;
  min-height: 200px;
}

.dashboard-container {
  z-index: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.dashboard-page-navbar {
  background-color: var(--primary-white);
}

.grid-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.db-page-nav-link {
  color: var(--700-gray\<deleted\|variable-38998192-78d4-f79e-9ccd-2e13e48471b0\>);
  font-family: Larsseit, sans-serif;
  font-size: .9rem;
}

.sidebar-menu-label {
  color: var(--300-dark-gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px;
  font-family: Larsseit, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.main-wrapper-container {
  z-index: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-2 {
  background-color: var(--primary-white);
  width: 300px;
  height: 200px;
}

.mobile-nav-toggler-icon {
  width: 24px;
}

.sidebar-menu-dd-link-toggler-mobile {
  color: var(--primary-light-gray-cslac);
  border-radius: 4px;
  width: 100%;
  padding: 8px;
}

.sidebar-menu-dd-link-toggler-mobile:hover {
  background-color: var(--900-med-gray);
}

.main-top-bar-mobile {
  display: none;
  position: relative;
}

.brand-mobile-image {
  height: 40px;
}

.mobile-contact-links {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 30px 0% auto auto;
}

.mobile-contact-icon, .mobile-contact-icon-copy {
  height: 16px;
}

.div-block-13 {
  align-self: flex-end;
}

.area-label {
  color: var(--900-dark-gray);
  font-family: Larsseit, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.dash-card-wrapper {
  border: 1px solid var(--300-med-gray);
  background-color: var(--primary-white);
  color: var(--900-dark-gray);
  border-radius: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.dash-main-services-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dash-card-label {
  font-family: Larsseit, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.area-label-centered {
  color: var(--900-dark-gray);
  text-align: center;
  font-family: Larsseit, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.dash-card-link-block {
  flex-flow: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.dash-card-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-right: 8px;
  display: flex;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.dash-card-top {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dash-more-services-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.area-label-start {
  color: var(--900-dark-gray);
  text-align: left;
  font-family: Larsseit, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.article-title {
  color: var(--primary-blue-cslac);
  text-align: left;
  font-family: Larsseit, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.div-block-14 {
  padding: 12px 16px;
}

.dash-announcements-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  border: 1px solid var(--300-med-gray);
  background-color: var(--primary-dark-gray-cslac);
  color: var(--dashboard-dropdown-link);
  text-align: center;
  border-radius: 4px;
  flex: 1;
  padding: 12px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.list-item {
  margin-bottom: 8px;
}

.dash-card-lines-wrapper {
  color: var(--900-med-gray);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.dash-card-body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.dash-card-line-wrapper {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.dash-card-line-icon-img {
  display: block;
}

.dash-card-line-icon-wrapper {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #f5f5f5f0;
  }

  .brand {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--primary-blue-cslac);
  }

  .nav-link {
    text-align: center;
  }

  .h1-bi-color-dark, .h1-bi-color-light {
    font-size: 54px;
  }

  .nav-link-cta-1 {
    text-align: center;
  }

  .cta-nav-links {
    display: block;
  }

  .nav-link-cta-2 {
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-cta-2-icon-wrapper {
    display: none;
  }

  .primary-button {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us-grid {
    grid-template-columns: 1fr;
  }

  .hero-image {
    min-width: auto;
  }

  .home-hero-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-section {
    background-position: -1px -45%;
  }

  .intro-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-column-title {
    font-size: 14px;
  }

  .footer-column-details, .footer-column-link, .footer-column-contact-details {
    font-size: 13px;
  }

  .about-us-priorities-grid {
    grid-template-columns: 1fr;
  }

  .h1-bi-color-dark-centered, .h1-bi-color-dark-copy {
    font-size: 54px;
  }

  .service-forms-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1.25fr;
  }

  .primary-button-outlined {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-bi-color-dark-smaller {
    font-size: 54px;
  }

  .paragraph-smaller-dark-centered.max-width, .paragraph-smaller-dark-centered.max-width-auto {
    width: 75%;
  }

  .div-block-8 {
    border: 1px solid var(--primary-medium-gray-cslac);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .additonal-support-contact-line {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .mobile-nav-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .sidebar-wrapper {
    display: none;
  }

  .main-wrapper {
    max-width: 100%;
    margin-top: 60px;
  }

  .mobile-nav-menu {
    background-color: var(--primary-dark-gray-cslac);
    width: 94svw;
    display: block;
    top: 50px;
    left: 0;
    right: 0;
  }

  .mobile-nav-toggler {
    width: 30px;
    height: 30px;
  }

  .icon {
    margin-right: 16px;
  }

  .mobile-nav-toggler-icon {
    width: 20px;
  }

  .mobile-nav-menu-link {
    color: var(--primary-white);
    text-align: center;
    letter-spacing: 1px;
    padding: 16px;
    font-family: Larsseit, sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }

  .sidebar-menu-dd-link-toggler-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-top-bar-mobile {
    background-color: var(--100-med-gray);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .brand-mobile {
    flex: none;
    position: relative;
    top: -20px;
    left: -20px;
  }

  .brand-mobile-image {
    height: 40px;
  }

  .mobile-contact-links {
    align-self: stretch;
    margin-right: 8px;
    top: 4px;
  }

  .mobile-contact-link-block {
    padding: 16px;
  }

  .mobile-contact-links-copy {
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    margin-top: 20px;
    padding: 8px 16px;
    display: none;
  }

  .mobile-contact-link-block-copy {
    background-color: var(--100-dark-gray);
    border-radius: 10000px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
  }

  .dash-main-services-cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 138% -38%;
  }

  .hero-image {
    padding-top: 24px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .content-section {
    background-position: 0 -560%;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .image {
    width: 100%;
  }

  .partnerships-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .about-us-hero-grid {
    grid-template-columns: 1fr;
  }

  .products-hero-section {
    background-position: 138% -38%;
  }

  .product-cards-grid {
    grid-template-columns: 1.5fr;
  }

  .product-cards-grid-next, .service-forms-hero-grid {
    grid-template-columns: 1fr;
  }

  .service-form-links-section {
    background-position: 138% -38%;
  }

  .service-forms-grid {
    grid-template-columns: 1fr 1fr;
  }

  .spacing-40-hidden {
    display: none;
  }

  .grid-2-copy {
    grid-template-columns: 1.25fr;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .paragraph-smaller-dark-centered.max-width, .paragraph-smaller-dark-centered.max-width-auto, .additonal-support-contact-line {
    width: 100%;
  }

  .registration-cards-grid {
    grid-template-columns: 1fr;
  }

  .mobile-nav-menu {
    width: 92svw;
    inset: 50px 0 auto;
  }

  .dash-main-services-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    justify-content: space-between;
  }

  .h1-bi-color-dark-span {
    display: inline-block;
  }

  .primary-button {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .primary-btn-text-wrapper {
    text-align: center;
    flex: 1;
  }

  .primary-btn-text {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-wrapper, .button-wrapper.mt-auto {
    align-self: stretch;
  }

  .content-wrapper-small {
    margin-bottom: 40px;
    padding: 0;
  }

  .hero-section {
    background-position: 101% -130%;
  }

  .content-section {
    background-position: -1px -430%;
  }

  .footer-grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .products-hero-section {
    background-position: 101% -130%;
  }

  .product-card-content {
    padding: 18px 12px;
  }

  .product-brand-name-label, .product-brand-summary-title {
    font-size: 28px;
  }

  .service-form-links-section {
    background-position: 101% -130%;
  }

  .service-forms-grid {
    grid-template-columns: 1fr;
  }

  .button-wrapper-no-margin-auto {
    align-self: stretch;
  }

  .primary-button-outlined {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .secondary-text-wrapper {
    text-align: center;
    flex: 1;
  }

  .secondary-text {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand-image {
    height: 36px;
  }

  .mobile-nav-wrapper {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
  }

  .mobile-nav-menu {
    flex-flow: column;
    width: 88svw;
    display: flex;
    top: 60px;
    left: 10px;
  }

  .mobile-nav-toggler {
    width: 24px;
    height: 24px;
  }

  .mobile-nav-toggler-icon {
    width: 16px;
  }

  .main-top-bar-mobile {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand-mobile {
    top: 0;
    left: 0;
  }

  .brand-mobile-image {
    height: 32px;
  }

  .mobile-contact-links {
    display: none;
  }

  .mobile-contact-links-copy {
    justify-content: flex-start;
    display: flex;
  }

  .mobile-contact-link-block-copy {
    margin-right: 16px;
  }
}

#w-node-bdc7d8de-cea3-3ff6-95b1-49bec9d682ea-48589cb3 {
  align-self: center;
}

#w-node-bdc7d8de-cea3-3ff6-95b1-49bec9d682f9-48589cb3 {
  justify-self: end;
}

#w-node-ac2ed217-b631-808f-c1fb-4235468668d7-48589cb3 {
  align-self: center;
}

#w-node-ac2ed217-b631-808f-c1fb-4235468668e6-48589cb3 {
  order: -9999;
  justify-self: start;
}

#w-node-cb3e2dc3-dd90-ff27-8152-32be8faa2ed3-48589cb3 {
  justify-self: end;
}

#w-node-_67196ebe-8a78-dc76-5108-dbe3c489a69f-c489a69b, #w-node-_5f3f4c15-b412-5543-5b6f-7073a2482a65-08238d8a {
  justify-self: start;
}

#w-node-ffbffb12-a72a-3383-d2e4-99ed1a6537c2-ba27e277 {
  justify-self: center;
}

#w-node-_33dc6640-6ced-c5dc-5a75-834c5369d718-07e98c80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28da31c9-3e96-1c9f-9f00-dbd9792f0149-c707598c, #w-node-_28da31c9-3e96-1c9f-9f00-dbd9792f0149-51608bf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ac2ed217-b631-808f-c1fb-4235468668e6-48589cb3 {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ac2ed217-b631-808f-c1fb-4235468668d7-48589cb3 {
    order: -9999;
  }

  #w-node-cb3e2dc3-dd90-ff27-8152-32be8faa2ed3-48589cb3, #w-node-_5f3f4c15-b412-5543-5b6f-7073a2482a65-08238d8a {
    justify-self: stretch;
  }

  #w-node-_5f3f4c15-b412-5543-5b6f-7073a2482a59-08238d8a {
    order: -9999;
  }

  #w-node-_33dc6640-6ced-c5dc-5a75-834c5369d701-07e98c80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_33dc6640-6ced-c5dc-5a75-834c5369d701-07e98c80 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Thin.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


td.details-control {
    background: url("/images/caret-right-fill.svg") no-repeat center center;
    cursor: pointer;
    padding:10px;
}

tr.shown td.details-control {
    background: url("/images/caret-down-fill.svg") no-repeat center center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

h2 > a{
    color: white !important;
}

/*.form-control{
    width: 50%;
}*/

.form-group{
    padding-bottom:5px;
}

@media screen and (min-width: 1100px) {
    .nav-container {
        min-width: 1100px;
    }
}

.text-danger{
    color:red;
}

.validation-summary-errors {
    color: red;
}