body {
  font-family: 'Poppins', sans-serif;
}

/* Only MSIG needs this due to their unique overlay image */
body .help-component .swoosh-image {
  left: -35% !important;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.333;
  color: var(--header-color);

  font-family: "Poppins";
  letter-spacing: 0px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
  color: var(--header-color);
  font-style: normal;
  letter-spacing: 0px;
  margin-bottom: var(--h3-margin-bottom);
}

h3 {
  font-size:22px;
  line-height: 1.182;
  font-weight: 700;
  color: var(--header-color);
  font-style: normal;
  letter-spacing: 0px;
  margin-bottom: var(--h3-margin-bottom);
}

h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--header-color);
  font-style: normal;
  margin-bottom: var(--h4-margin-bottom);
}

h5 {
  font-size: 14px;
  line-height: 1.429;
  font-weight: 700;
  color: var(--header-color);
  font-style: normal;
  margin-bottom: var(--default-inner-grid);
}

.lead {
  opacity: 1;
  color: var(--body-color);
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1.75;
}

p {
  line-height: var(--line-height);
  margin-bottom: var(--default-inner-grid);
}

.material-symbols-outlined {
 font-variation-settings:
         'FILL' 0,
         'wght' 400,
         'GRAD' 0,
         'opsz' 48
}

.circle-wrapper-welcome-banner {
  display: none;
}

.welcome-component-content .welcome-banner-inner .banner-text {
  margin-top: 10px !important;
}

@media screen and (min-width: 850px) {
  .result-layout header,
  .results-layout header {
    height: auto !important;
    min-height: 65px;
  }

  .welcome-component-content header {
    padding: var(--default-grid-value) var(--default-grid-value) !important;
  }

  .result-layout header .questionnaire-logo,
  .results-layout header .questionnaire-logo,
  .questionnaire-layout .questionnaire-logo {
    max-width: 220px !important;
    width: 100% !important;
    height: auto !important;
  }

  .welcome-component-content header .questionnaire-logo {
    height: 69px !important;
  }
}

@media screen and (min-width: 850px) {
  .question-group-component {
    margin-top: calc(var(--default-grid-value) * 13) !important;
    margin-bottom: calc(var(--default-grid-value) * 13) !important;
  }
}

:root {
  --balanced: #001F36;

  --person-background: #F7F7F7;
  --modal-width: 400px;
  --feedback-modal-width: 800px;
  --max-small-grid: 620px;
  --max-grid: 840px;
  --max-grid-big: 940px;
  --phone: 850px;
  --default-grid-value: 5px;
  --default-grid: 30px; /*from footer and right side welcome component*/
  --default-grid-left-right: 40px;
  --default-outer-grid: 50px;
  --default-inner-grid: 15px;
  --default-button-grid: 20px;
  --h4-margin-bottom: 10px;
  --h3-margin-bottom: 30px;
  --font-size: 16px;
  --font-size-mobile: 15px;
  --line-height: 28px;
  --border-radius: 20px; /*from card welcome component*/
  --circle-size: 18px;
  --primary: #3E20A0;
  --link-color: #1B1464;
  --open-link-color: rgba(27, 20, 100, 0.09);
  --primary-dark: #1C0761;
  --primary-light: #3E20A0;
  --primary-offset: #ffffff;

  --header-border-color: #CFD4DD;
  --label-color:#1B1464;
  --tooltip-icon-background-color: #dddce8;
  --tooltip-icon-color: #262626;
  --tooltip-icon-text-color: #3E20A0;
  --tooltip-background-color: rgba(0, 0, 0, 0.83);
  --tooltip-color: #cecece;
  --secondary: #dee3e8;
  --secondary-dark: #9db0c2;
  --secondary-light: #ffffff;
  --secondary-offset: #66748F;

  --tertiary: #5f4e9e;
  --tertiary-offset: white;

  --success: #7CFF93;
  --success-offset: #66748F;

  --danger: #dc3545;
  --danger-offset: white;

  --notice-bg: #F0F0F0;
  --notice-color: #66748F;

  --warning: #dcbb35;
  --warning-offset: white;

  --body-bg: #ffffff;
  --body-bg-dark: #F7F7F7;
  --body-color: #5A5A5A;
  --welcome-circle-color: white;
  --welcome-body-color: #8F9BB3;
  --footer-bg-color: #5A5A5A;
  --footer-color: white;

  --header-color: #1B1464;
  --input-color: #1B1464;
  --body-color-dark: #0A4260;
  --border-color: #CFD4DD;
  --border-color-light: rgba(0, 0, 0, 0.1);
  --border-color-lightest: #f8f8f8;
  --border-color-dark: #414141;

  --input-bg: white;
  --input-bg-offset: #edeef1;
  --box-shadow: rgba(0, 0, 0, 0.10);

  --welcome-circle-color: #3E20A0;
  --welcome-circle-color-dark: #1C0761;

  --calendar-icon-color: #1B1464;

  --result-overview-item-title: #1B1464;

  --help-component-background-color: var(--primary-offset);
  --help-component-gradient-light: var(--primary-offset);
  --help-component-gradient-dark: var(--primary-offset);
  --help-component-title-color: #1B1464;
  --help-component-description-color: #5A5A5A;
  --help-component-button-background-color: var(--primary-offset);
  --help-component-button-border-color: var(--primary);
  --help-component-button-text-color: var(--primary-offset);
  --help-component-button-gradient-light: var(--primary-light);
  --help-component-button-gradient-dark: var(--primary-dark);

  --cta-informational-component-gradient-light: var(--balanced);
  --cta-informational-component-gradient-dark: var(--balanced);
}

.contact-request .information .background-image {
  display: none;
}
