
@font-face {
  font-family: "PlusJakartaSans-Regular";
  font-display: swap;
  src: local("PlusJakartaSans-Regular"), url("https://sfg-surveys.s3.amazonaws.com/pagecontent/41637/03d1656d6de47a3cb52b8da15f9fb734.ttf") format("truetype");
}
@font-face {
  font-family: "PlusJakartaSans-Bold";
  font-display: swap;
  src: local("PlusJakartaSans-Bold"), url("https://sfg-surveys.s3.amazonaws.com/pagecontent/41637/dd6334693a4161aeed29c2f7aca8cf82.ttf") format("truetype");
}
@font-face {
  font-family: "UniversLTStd";
  font-display: swap;
  src: local("UniversLTStd"), url("https://sfg-surveys.s3.amazonaws.com/pagecontent/41637/2cf411f8acdfc35c0e34d4fd064699fa.otf") format("opentype");
}
@font-face {
  font-family: "UniversLTStd-Bold";
  font-display: swap;
  src: local("UniversLTStd-Bold"), url("https://sfg-surveys.s3.amazonaws.com/pagecontent/41637/e201bdb2245bc5ed6c9d69e01c753384.otf") format("opentype");
}
@font-face {
  font-family: "UniversLTStd-UltraCn";
  font-display: swap;
  src: local("UniversLTStd-UltraCn"), url("https://sfg-surveys.s3.amazonaws.com/pagecontent/41637/dc86c5286902207ce4f217935e9919b2.otf") format("opentype");
}

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">


.plus-jakarta-sans-regular {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  --plus-jakarta-sans-bold: "LinotypeUniversW01-Regular";
  --plus-jakarta-sans-regular: "LinotypeUniversW01-Regular";
  --univers-bold: "LinotypeUniversW01-Regular";
  --univers-ultracn: "LinotypeUniversW01-Regular";
  --univers-regular: "LinotypeUniversW01-Regular";
}

.font-secondary--regular, h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6, .typography__headline, .typography__quote blockquote {
  font-family: var(--plus-jakarta-sans-regular);
}
.font-secondary--bold {
  font-family: var(--plus-jakarta-sans-bold);
}

.font-primary--regular, p, button,
input,
optgroup,
select,
textarea {
  font-family: var(--univers-regular);
}
.font-primary--bold, .experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container > .text .cmp-text p a, .experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container p,
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container h6, .experiencefragment.footer .cmp-experiencefragment p a, .cmp-button {
  font-family: var(--univers-bold);
}
.font-primary--ultracn {
  font-family: var(--univers-ultracn);
} 

html,
body {
  margin: 0;
  line-height: 1;
  font-family: var(--univers-regular);
  background-color: #f4f4f4;
  font-size: 16px;
  color: #121212;
  overflow-x: hidden;
}

a:hover {
  text-decoration: underline;
}
/* ======================================
BUTTONS
====================================== */
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  font-size: 16px;
  padding: 16px;
  background-color: #614b79;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button]:disabled {
  background-color: #63666a;
  cursor: not-allowed;
}
.typography--regular, .experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container > .text .cmp-text h3 {
  font-weight: 400;
}

.cmp-button--cta_inverse a,
.cmp-button--cta_inverse button {
  color: #462d5b;
  text-decoration: none;
  background-color: #ffffff;
}
.cmp-button--cta_inverse a:focus-visible,
.cmp-button--cta_inverse button:focus-visible {
  outline: 0.125rem solid #ffffff;
  outline-offset: 0.25rem;
}
.cmp-button--cta_inverse a:hover,
.cmp-button--cta_inverse button:hover {
  background-color: #dcdcdc;
  color: #462d5b;
}
.cmp-button--cta_inverse a:hover .cmp-button__text,
.cmp-button--cta_inverse button:hover .cmp-button__text {
  text-decoration: underline;
}
.cmp-button--cta_inverse a:disabled,
.cmp-button--cta_inverse button:disabled {
  color: #63666a;
  background-color: #f4f4f4;
}

.cmp-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5rem;
  padding: 0.5rem 2.5rem;
  gap: 1rem;
  text-underline-offset: 0.25rem;
  border-radius: 7.5rem;
  border: none;
  cursor: pointer;
  word-break: break-word;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .cmp-button {
    min-height: 4rem;
    padding: 0.5rem 3rem;
  }
}

.experiencefragment.footer a {
  text-decoration: none;
}
.experiencefragment.footer a:hover {
  text-decoration: underline;
}
.experiencefragment.footer .cmp-experiencefragment.cmp-experiencefragment--footer, .experiencefragment.footer .cmp-experiencefragment.cmp-experiencefragment--footer-experience-fragment {
  padding: 4rem 1rem;
  background-color: #121212;
}
@media screen and (min-width: 753px) {
  .experiencefragment.footer .cmp-experiencefragment.cmp-experiencefragment--footer, .experiencefragment.footer .cmp-experiencefragment.cmp-experiencefragment--footer-experience-fragment {
    padding: 4rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment.cmp-experiencefragment--footer, .experiencefragment.footer .cmp-experiencefragment.cmp-experiencefragment--footer-experience-fragment {
    padding: 4rem 3rem 4.5rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .experiencefragment.footer .cmp-experiencefragment.cmp-experiencefragment--footer, .experiencefragment.footer .cmp-experiencefragment.cmp-experiencefragment--footer-experience-fragment {
    padding: 4rem 5rem 4.5rem 5rem;
  }
}
.experiencefragment.footer .cmp-experiencefragment .footer-top-icons {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-top-icons {
    margin-bottom: 4.5rem;
  }
}
.experiencefragment.footer .cmp-experiencefragment .footer-top-icons .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 753px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-top-icons .cmp-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.experiencefragment.footer .cmp-experiencefragment .footer-top-icons .left-icon {
  width: 10.8125rem;
  height: 5.25rem;
  margin: 0 auto;
}
.experiencefragment.footer .cmp-experiencefragment .footer-top-icons .left-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 753px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-top-icons .left-icon {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-top-icons .left-icon {
    width: 14rem;
    height: 6.8125rem;
  }
}
.experiencefragment.footer .cmp-experiencefragment .footer-top-icons .right-icon {
  width: 5.875rem;
  height: 5.25rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}
.experiencefragment.footer .cmp-experiencefragment .footer-top-icons .right-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 753px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-top-icons .right-icon {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-top-icons .right-icon {
    width: 7.625rem;
    height: 6.8125rem;
    margin-top: 0;
  }
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-links-container {
    margin-bottom: 4.5rem;
  }
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container .accordion {
  width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container .accordion {
    display: none;
  }
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container .accordion .cmp-accordion__panel h3 {
  display: none;
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container .accordion .cmp-accordion__panel p {
  margin-bottom: 1rem;
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container .accordion .cmp-accordion__panel p:last-child {
  margin-bottom: 0;
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container > .text {
  display: none;
  width: 20rem;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container > .text {
    display: block;
  }
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container > .text .cmp-text h3 {
  color: #ffffff;
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container > .text .cmp-text p {
  margin: 1.5rem 0;
}
.experiencefragment.footer .cmp-experiencefragment .footer-links-container .cmp-container > .text .cmp-text p a {
  color: #ffffff;
}
.experiencefragment.footer .cmp-experiencefragment .social-icons-container {
  margin-bottom: 1rem;
}
.experiencefragment.footer .cmp-experiencefragment .social-icons-container .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .social-icons-container .cmp-container {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .more-links {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .experiencefragment.footer .cmp-experiencefragment .more-links {
    margin-bottom: 3rem;
  }
}
.experiencefragment.footer .cmp-experiencefragment .more-links .cmp-text {
  display: none;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .more-links .cmp-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.experiencefragment.footer .cmp-experiencefragment .more-links .cmp-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.experiencefragment.footer .cmp-experiencefragment .more-links .cmp-text p::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.0625rem;
  height: 1em;
  background-color: white; /* Change color as needed */
  margin: 0 1.5rem;
}
.experiencefragment.footer .cmp-experiencefragment .more-links .cmp-text p:last-child::after {
  content: none;
}
.experiencefragment.footer .cmp-experiencefragment .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.experiencefragment.footer .cmp-experiencefragment .footer-copyright p {
  text-align: center;
  color: #c5c5c7;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .footer-copyright {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .experiencefragment.footer .cmp-experiencefragment .footer-copyright p {
    text-align: left;
    margin: 0;
  }
}
.experiencefragment.footer .cmp-experiencefragment .social-links-container {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .social-links-container {
    margin-bottom: 4.5rem;
  }
}
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container .container .cmp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container .container .cmp-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container .cmp-button {
  margin-bottom: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container .cmp-button {
    margin-right: 3rem;
	  width: 370px;
    margin-bottom: 0;
    text-align: center;
  }
}
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container p,
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container h6 {
  text-align: center;
  margin-bottom: 1rem;
  color: #e1e1e3;
}
@media screen and (min-width: 992px) {
  .experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container p,
  .experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container h6 {
    text-align: end;
  }
}
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container .image {
  width: 2.75rem;
  height: 2.75rem;
}
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container .image .cmp-image {
  display: block;
}
.experiencefragment.footer .cmp-experiencefragment .social-links-container .cmp-container .image .cmp-image img {
  width: 100%;
  height: 100%;
}
.experiencefragment.footer .cmp-experiencefragment p a {
  color: #ffffff;
}

.aem-Grid {
    display: block;
    width: 100%
}

.aem-Grid::before,.aem-Grid::after {
    display: table;
    content: " "
}

.aem-Grid::after {
    clear: both
}

.aem-GridColumn {
    box-sizing: border-box;
    clear: both
}

.aem-GridShowHidden>.aem-Grid>.aem-GridColumn {
    display: block !important
}

.accordion .cmp-button,
.accordion button {
  padding: 0;
}
.accordion .cmp-accordion__item {
  border-bottom: 0.03125rem solid #9a9c9f;
}
.accordion .cmp-accordion__item:first-child {
  border-top: 0.03125rem solid #9a9c9f;
}
.accordion .cmp-accordion__item[data-cmp-expanded] .cmp-accordion__icon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cmp-accordion__header {
    margin: 0
}

.cmp-accordion__button {
    display: block;
    width: 100%;
    text-align: left
}

.cmp-accordion__panel--hidden {
    display: none
}

.cmp-accordion__panel--expanded {
    display: block
}
.accordion .cmp-accordion__panel {
  display: none;
  padding: 0 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .accordion .cmp-accordion__panel {
    padding: 0 3rem 3rem;
  }
}
.accordion .cmp-accordion__panel--expanded {
  display: block;
}
.accordion .cmp-accordion__button {
  background: none;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}
.accordion .cmp-accordion__button:focus-visible {
  outline: 0.125rem solid #da291c;
  border-radius: 0;
}
.accordion .cmp-accordion__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.accordion .cmp-accordion__icon::after {
  content: "";
  display: inline-block;
  margin-left: 0.3125rem;
  width: 0;
  height: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.3125rem solid black; /* arrow color */
}
.accordion .cmp-accordion__header {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 992px) {
  .accordion .cmp-accordion__header {
    padding: 1rem 1.5rem;
  }
}
.accordion--dark .cmp-accordion {
  background-color: none;
}
.accordion--dark .cmp-accordion__panel {
  color: #c5c5c7 !important;
}
.accordion--dark .cmp-accordion__item {
  position: relative;
}
.accordion--dark .cmp-accordion__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1490196078);
  opacity: 0;
  pointer-events: none;
}
.accordion--dark .cmp-accordion__item:hover .cmp-accordion__title {
  text-decoration: underline;
}
.accordion--dark .cmp-accordion__item:hover::before {
  opacity: 1;
}
.accordion--dark--black .cmp-accordion__item {
  background-color: #302f2f;
}
.accordion--dark--black .cmp-accordion__item:focus-within {
  outline-color: #ffffff !important;
}
.accordion--dark .cmp-accordion {
  background-color: none;
}
.accordion--dark .cmp-accordion__title {
  color: #ffffff;
}
.accordion--dark .cmp-accordion__icon::after {
  border-top: 0.3125rem solid white;
}
.accordion--dark .cmp-accordion__button:focus-visible {
  outline-color: #ffffff !important;
 }