.header {
  display: none; }

.home {
  background-image: url("../images/bkg-home.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 11.06rem;
  background-color: #f1eee0;
  min-height: 100vh; }
  @media (max-width: 575px) {
    .home {
      background-image: url("../images/bkg-home-mobile.webp");
      background-size: 100%;
      background-color: #f1eee0;
      padding-top: 0; } }
  .home img {
    width: 100%; }
  .home .logo {
    position: absolute;
    top: 1.63rem;
    left: 50%;
    width: 18.56rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 575px) {
      .home .logo {
        width: 130px;
        top: 43px; } }
  .home-content {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10.63rem; }
    @media (max-width: 575px) {
      .home-content {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 140px; } }
    .home-content--image {
      width: 74.19rem;
      right: -3.13rem;
      position: relative;
      display: none; }
      @media (max-width: 575px) {
        .home-content--image {
          display: none; } }
    .home-content--info {
      max-width: 59.31rem;
      margin-left: 5.63rem;
      margin-right: -17.56rem; }
      @media (max-width: 575px) {
        .home-content--info {
          max-width: none;
          margin: auto; } }
      .home-content--info--title {
        font-size: 5rem;
        font-weight: 800;
        color: #264E7C;
        text-transform: uppercase;
        line-height: 5.25rem;
        margin-bottom: 2.31rem; }
        @media (max-width: 575px) {
          .home-content--info--title {
            font-size: 24px;
            line-height: 26px;
            font-weight: 900;
            text-align: center;
            padding: 0 20px;
            margin-bottom: 5px; } }
        @media (max-width: 575px) {
          .home-content--info--title br {
            display: none; } }
      .home-content--info--text {
        font-size: 2rem;
        line-height: 2.5rem;
        color: #FFF;
        font-weight: bold;
        width: 67%; }
        @media (max-width: 575px) {
          .home-content--info--text {
            font-size: 14px;
            line-height: 18px;
            color: #FFF;
            text-align: center;
            width: 100%;
            padding: 0 20px; } }
  .home .logo-minions {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15.06rem; }
    @media (max-width: 575px) {
      .home .logo-minions {
        width: 119px; } }
  .home .image-pack {
    max-width: 17rem;
    width: 100%;
    position: absolute;
    left: 22.5rem;
    bottom: 8.13rem;
    display: none; }
    @media (max-width: 575px) {
      .home .image-pack {
        display: none; } }
  .home .field-link {
    margin-top: 10rem;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575px) {
      .home .field-link {
        display: none; } }
    .home .field-link.mobile {
      display: none; }
      @media (max-width: 575px) {
        .home .field-link.mobile {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          position: absolute;
          left: 50%;
          bottom: 29%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
      @media (max-width: 575px) {
        .home .field-link.mobile a {
          padding: 12px 30px; } }
