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
}

/*help component*/

body .results-component .help-component .images{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  position: absolute;
}

body .help-component .images .background-image {
  z-index: 1 !important;
}


body .help-component .help-component-action,
body .help-component .help-component-text {
  z-index: 1;
}

body .help-component .swoosh-image {
  display: none !important;
}

body .help-component {
  border: none !important;
}


body .help-component .images {
  position: unset;
  height: unset;
  flex: unset;
}

body .help-component .background-image {
  position: absolute !important;
  z-index: -1 !important;
  width: 100% !important;
  aspect-ratio: unset !important;
  max-height: unset !important;
  height: 100% !important;
  max-width: unset !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  object-fit: cover !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: initial !important;
}


.help-component .help-component-title,
.help-component-text {
  color: white !important;
}


body .help-component .btn {
  background: white;
  color: var(--primary);
}

body .help-component .expand-more {
  color: var(--primary);
}


@media screen and (max-width: 850px) {

}

: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: #007AFF;
  --link-color: #007AFF;
  --open-link-color: rgba(27, 20, 100, 0.09);
  --primary-dark: #096ad5;
  --primary-light: #00B2FF;
  --primary-offset: #ffffff;

  --header-border-color: #CFD4DD;
  --label-color:#66748F;
  --tooltip-icon-background-color: #dddce8;
  --tooltip-icon-color: #262626;
  --tooltip-icon-text-color: #007AFF;
  --tooltip-background-color: rgba(0, 0, 0, 0.83);
  --tooltip-color: #cecece;
  --secondary: #dee3e8;
  --secondary-dark: #9db0c2;
  --secondary-light: #e9ebee;
  --secondary-offset: #66748F;

  --tertiary: #40adff;
  --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: #66748F;
  --welcome-circle-color: #8F9BB3;
  --welcome-body-color: #8F9BB3;
  --footer-bg-color: #66748F;
  --footer-color: white;

  --header-color: #0A4260;
  --input-color: #66748F;
  --body-color-dark: #0A4260;
  --border-color: #CFD4DD;
  --border-color-light: #e7e8ee;
  --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: #007AFF;
  --welcome-circle-color-dark: #096ad5;

  --calendar-icon-color: #66748F;

  --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: white;
  --help-component-description-color: white;
  --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);
}

.welcome-banner {
  background-color: #f3f8fe;
  flex-direction: row-reverse;
}

.welcome-component-content .circle-wrapper.circle-wrapper-welcome-banner .circle{
  background-color: #f3f8fe !important;
}


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

.contact-request .logo {
  filter: brightness(1000);
}

header img {
  height: 40px;
}

.tooltip-icon-text {
  color: var(--body-color) !important;
}

.btn.btn-cancel img {
  filter: brightness(1) !important;
}
