.solution-selector {
  margin-top: 150px; }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .solution-selector {
      margin-top: 80px; } }

.hero-solution {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box;
  margin-top: 55px; }
  .hero-solution:focus {
    outline: none; }
  @media screen and (min-width: 48rem) {
    .hero-solution {
      margin-bottom: 2.5rem; } }
  @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
    .hero-solution {
      margin: 0 auto;
      padding: 0 20px; }
      .hero-solution button {
        z-index: 1; } }
  @media screen and (min-width: 64rem) {
    .hero-solution {
      display: flex;
      align-items: stretch;
      margin: 90px auto 3.5rem; } }
  @media screen and (min-width: 64rem) and (min-width: 0rem) and (max-width: 79.9375rem) {
    .hero-solution {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 64rem) and (min-width: 80rem) {
    .hero-solution {
      padding-left: 40px;
      padding-right: 40px; } }
  .hero-solution.hidden {
    display: none; }
  .hero-solution__image {
    background-size: cover;
    background-position: center right; }
    @media (max-width: 720px) {
      .hero-solution__image {
        width: 100%;
        padding-bottom: 40%; } }
    @media screen and (min-width: 64rem) {
      .hero-solution__image {
        width: 50%; } }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .hero-solution__image {
        width: auto;
        margin: 50px 50px 0 50px;
        padding-bottom: 0; } }
    @media (max-width: 820px) {
      .hero-solution__image {
        height: 490px;
        width: unset;
        max-width: 100%;
        margin: 0 50px;
        overflow: hidden; } }
    @media (max-width: 430px) {
      .hero-solution__image {
        height: 250px;
        overflow: hidden; } }
  .hero-solution__content {
    box-sizing: border-box; }
    @media screen and (min-width: 64rem) {
      .hero-solution__content {
        width: 50%; } }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .hero-solution__content {
        padding: 50px; } }
    @media screen and (min-width: 80rem) {
      .hero-solution__content {
        padding: 100px; } }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .hero-solution__content {
        padding-top: 30px; } }
  .hero-solution__headline {
    font-weight: normal;
    margin-top: 0; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .hero-solution__headline {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 48rem) {
      .hero-solution__headline {
        font-size: 34px;
        font-size: 2.125rem; } }
  .hero-solution__intro {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 64rem) {
      .hero-solution__intro {
        font-size: 16px;
        font-size: 1rem; } }
  .hero-solution__button {
    margin-top: 50px;
    cursor: pointer;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #cf000d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    min-height: 2.875rem;
    padding: 0.25rem 2rem;
    transition: color 300ms ease, background-color 300ms ease;
    font-size: 1.125rem; }
    .hero-solution__button:focus {
      outline: 1px solid #000; }
    .hero-solution__button:hover {
      background-color: #b6000b;
      color: #fff; }
    .hero-solution__button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .hero-solution__button {
        margin-top: 25px; } }

/*# sourceMappingURL=hero-solution.css.map */