/* buttons */
/* horizontal-blocks */
/* line 1, ../sass/partials/_header.scss */
.header {
  background: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
}
/* line 7, ../sass/partials/_header.scss */
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
/* line 14, ../sass/partials/_header.scss */
.header > .container .logo a {
  display: inline-block;
}
/* line 18, ../sass/partials/_header.scss */
.header > .container .logo object,
.header > .container .logo img {
  height: 6.1rem;
  pointer-events: none;
}
/* line 25, ../sass/partials/_header.scss */
.header > .container .baseline {
  display: flex;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: right;
  margin-left: auto;
  margin-right: 2rem;
}
/* line 35, ../sass/partials/_header.scss */
.header > .container .baseline > div:nth-child(1) {
  margin-left: 2rem;
  margin-right: 2rem;
}
/* line 40, ../sass/partials/_header.scss */
.header > .container .baseline > div:nth-child(2) {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  border-left: 1px solid;
}
/* line 49, ../sass/partials/_header.scss */
.header > .container .text-block {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 2rem;
}
/* line 57, ../sass/partials/_header.scss */
.header > .container .text-block .mobile {
  display: none;
}
/* line 61, ../sass/partials/_header.scss */
.header > .container .text-block strong,
.header > .container .text-block b {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
}
@media (max-width: 1049px) {
  /* line 71, ../sass/partials/_header.scss */
  .header > .container .logo img {
    width: 220px;
    height: auto;
  }
  /* line 77, ../sass/partials/_header.scss */
  .header > .container .baseline {
    font-size: 1.8rem;
  }
  /* line 80, ../sass/partials/_header.scss */
  .header > .container .baseline img {
    max-width: 100px;
    height: auto;
  }
  /* line 86, ../sass/partials/_header.scss */
  .header > .container .text-block {
    font-size: 1.8rem;
  }
  /* line 89, ../sass/partials/_header.scss */
  .header > .container .text-block strong,
  .header > .container .text-block b {
    font-size: 2.2rem;
  }
}
@media (max-width: 849px) {
  /* line 7, ../sass/partials/_header.scss */
  .header > .container {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  /* line 101, ../sass/partials/_header.scss */
  .header > .container .logo {
    padding: 1rem 0 0.5rem;
  }
  /* line 105, ../sass/partials/_header.scss */
  .header > .container .text-block {
    width: 100%;
    padding: 1rem;
  }
  /* line 109, ../sass/partials/_header.scss */
  .header > .container .text-block .mobile {
    display: block;
  }
  /* line 113, ../sass/partials/_header.scss */
  .header > .container .text-block .desktop {
    display: none;
  }
  /* line 118, ../sass/partials/_header.scss */
  .header > .container .baseline {
    display: none;
  }
}
