.header-box {
  --header-box--color-a: #0D8894;
  --header-box--color-b: #FFFFFF; /*Text in box*/
  --header-box--color-c: #F97253; /*Button 1*/
  --header-box--color-d: #F97253; /*Button 2*/
  background-color: var(--header-box--color-a);
  padding: 20px;
}
.header-box--with-second-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 767px) {
  .header-box--with-second-block {
    flex-direction: row;
  }
}
.header-box--with-second-block .header-box__top {
  text-align: center;
}
.header-box .page__header-box__white {
  background: #fff;
  padding: 20px;
  flex-shrink: 0;
  max-width: 100%;
}
@media (min-width: 767px) {
  .header-box .page__header-box__white {
    max-width: 30%;
    min-width: 300px;
  }
}
.header-box .page__header-box__white__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background-color: #EAF6F5;
  color: var(--header-box--color-a);
}
.header-box .page__header-box__white h1, .header-box .page__header-box__white h2, .header-box .page__header-box__white h3, .header-box .page__header-box__white h4, .header-box .page__header-box__white h5, .header-box .page__header-box__white h6 {
  font-weight: bold;
}
.header-box .page__header-box__white p:last-child {
  margin: 0;
}
.header-box__top {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 32px;
}
.header-box__top__page-title {
  width: 100%;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 125%;
  color: var(--header-box--color-b);
}
@media (min-width: 767px) {
  .header-box__top__page-title {
    font-size: 34px;
  }
}
@media (min-width: 991px) {
  .header-box__top__page-title {
    font-size: 36px;
  }
}
.header-box__top__subtitle {
  width: 100%;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 100%;
  color: var(--header-box--color-b);
}
@media (min-width: 767px) {
  .header-box__top__subtitle {
    font-size: 28px;
  }
}
@media (min-width: 991px) {
  .header-box__top__subtitle {
    font-size: 30px;
  }
}
.header-box__top__description {
  width: 100%;
}
.header-box__top__description.description {
  color: var(--header-box--color-b);
}
.header-box__top__description.description p {
  color: var(--header-box--color-b);
}
.header-box__top__description.description p a {
  color: #9FD6D6;
}
.header-box__top__description.description div {
  color: var(--header-box--color-b);
}
.header-box__top__description p {
  color: var(--header-box--color-b);
}
.header-box__top__description p a {
  color: #9FD6D6;
}
.header-box__top__description div {
  color: var(--header-box--color-b);
}
.header-box__top__button-wrapper {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: left;
  align-items: baseline;
  gap: 24px;
  margin-top: 8px;
}
.header-box__top__button-wrapper a.segm-button {
  display: block;
  max-width: fit-content;
  margin: auto;
  padding: 8px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 991px) {
  .header-box__top__button-wrapper a.segm-button {
    font-size: 17px;
  }
}
.header-box__top__button-wrapper a.segm-button:hover {
  text-decoration: none;
  filter: brightness(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--header-box--color-b);
}
.header-box__top__button-wrapper a.segm-button--border {
  border: 1px solid var(--header-box--color-b);
}
.header-box__top__button-wrapper a.segm-button__button--color-1 {
  background-color: var(--header-box--color-c);
  color: var(--header-box--color-b);
}
.header-box__top__button-wrapper a.segm-button__button--color-2 {
  background-color: var(--header-box--color-d);
  color: var(--header-box--color-b);
}
.header-box__top__button-wrapper .header-box__top__button-wrapper__button--color-1 {
  background-color: var(--header-box--color-c);
  color: var(--header-box--color-b);
}
.header-box__top__button-wrapper .header-box__top__button-wrapper__button--color-2 {
  background-color: var(--header-box--color-d);
  color: var(--header-box--color-b);
}
.header-box__bottom {
  margin-top: 24px;
}
.header-box__bottom__image img {
  max-width: 100%;
  height: auto;
}
.header-box__bottom__image--desktop {
  display: none;
}
@media (min-width: 991px) {
  .header-box__bottom__image--desktop {
    display: block;
  }
}
.header-box__bottom__image--mobile {
  display: block;
}
@media (min-width: 991px) {
  .header-box__bottom__image--mobile {
    display: none;
  }
}

/*# sourceMappingURL=header-box.css.map */
