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

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;
}

.custom-icon ul {
  list-style: none;
  padding-left: 0;
}

.custom-icon ul li::before {
  content: var(--help-component-ul-item-symbol-path);
  margin-right: 10px;
  vertical-align: middle;
}

.custom-icon ul li {
  text-align: left;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@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: #00AFB5;
  --link-color: #00AFB5;
  --open-link-color: rgba(27, 20, 100, 0.09);
  --primary-dark: #00AFB5;
  --primary-light: #3DD9DB;
  --primary-offset: #ffffff;

  --header-border-color: #CFD4DD;
  --label-color:#001F36;
  --tooltip-icon-background-color: #D9DEE1;
  --tooltip-icon-color: #001F36;
  --tooltip-icon-text-color: #001F36;
  --tooltip-background-color: rgba(0, 0, 0, 0.83);
  --tooltip-color: #cecece;
  --secondary: #dee3e8;
  --secondary-dark: #9db0c2;
  --secondary-light: #ffffff;
  --secondary-offset: #66748F;

  --tertiary: #486a84;
  --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: #546B78;
  --welcome-circle-color: white;
  --welcome-body-color: #8F9BB3;
  --footer-bg-color: #546B78;
  --footer-color: white;

  --header-color: #001F36;
  --input-color: #001F36;
  --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: #104369;
  --welcome-circle-color-dark: #001F36;

  --calendar-icon-color: #00AFB5;

  --result-overview-item-title: #00AFB5;

  --help-component-background-color: #D46207;
  --help-component-gradient-light: #F4B193;
  --help-component-gradient-dark: #D46207;
  --help-component-title-color: white;
  --help-component-description-color: white;
  --help-component-button-background-color: #444062;
  --help-component-button-border-color: #444062;
  --help-component-button-text-color: #F4B193;
  --help-component-button-gradient-light: #444062;
  --help-component-button-gradient-dark: #444062;

  --cta-informational-component-gradient-light: #F4B193;
  --cta-informational-component-gradient-dark: #D46207;

  --help-component-ul-item-symbol-path: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.002 5.925 9.728.195c.26-.26.68-.26.94 0l.737.738c.26.26.26.68 0 .926L4.479 8.805c-.26.26-.68.26-.94 0L.184 5.448a.674.674 0 0 1 0-.926l.752-.738a.646.646 0 0 1 .926 0l2.14 2.141Z' fill='%2300AFB5' fill-rule='evenodd'/%3E%3C/svg%3E");
}

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

.welcome-banner-image img {
  object-fit: contain !important;
}

header img {
  height: 40px;
}
