body,html{
  /*overflow-x:hidden;*/
}

.ppc-hero-widget-container{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ppc-hero-inner{
  padding: 5vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ppc-hero-content-column{
  text-align: center;
  order: 2;
  display: flex;
  flex-direction: column;
}

.ppc-hero-mobile-logo{
  display: block;
  width: 100px;
  margin-bottom: 40px;
}

.ppc-hero-logo{
  margin-bottom: 40px;
  width: 120px;
  display: none;
}

.ppc-hero-image-column{
}

.ppc-hero-mobile-heading{
  font-size: 8vw;
  margin-bottom: 20px;
  line-height: 1.3em;
  padding: 0 5vw;
  text-align: center;
  font-weight: 700;
}

.ppc-hero-heading{
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3em;
  display: none;
}

.ppc-hero-copy{
  font-size: 5vw;
  color: #454545;
  font-weight: 500;
  order: 2;
}

.ppc-hero-copy ul{
  padding-left: 0;
}

.ppc-hero-copy ul li{
  list-style: none;
}

.ppc-hero-buttons{
  display: flex;
  align-items: center;
  flex-direction: column;
  column-gap: 14px;
  row-gap: 20px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.ins-ppc-hero-button{
  padding: 6vw 0;
  width: 100%;
  color: #051235;
  font-weight: 700;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5vw;
}

.ins-ppc-hero-button:hover{
  color: #051235;
}

.ins-ppc-hero-button:focus{
  color: #051235;
}

.ins-ppc-hero-button.ins-button-blue{
  background: linear-gradient(90deg, #ACFDF5 0%, #4FDCCE 100%);
}

.ins-ppc-hero-button.ins-button-white{
  border: 3px solid #051235;
  padding: calc(6vw - 3px) 0;
}

@media only screen and (min-width: 768px){

  .ppc-hero-mobile-heading{
    font-size: 35px;
  }

  .ppc-hero-copy{
    font-size: 20px;
  }

  .ppc-hero-buttons{
    flex-direction: row;
    margin-top: 35px;
    justify-content: center;
  }

  .ins-ppc-hero-button{
    font-size: 18px;
    padding: 15px 58px;
  }

  .ins-ppc-hero-button.ins-button-white{
    padding: 12px 58px;
  }

}


@media only screen and (min-width: 1024px){

  .ppc-hero-heading{
    font-size: 35px;
    padding-right: 40px;
  }

  .ppc-hero-inner{
    max-width: 1140px;
    padding: 66px 0 44px !important;
  }

  .ppc-hero-mobile-logo{
    display: none;
  }

  .ppc-hero-logo{
    display: block;
  }

  .ppc-hero-content-column{
    flex-basis: 55%;
    padding: 0 10px;
    text-align: left;
    order: 0;
  }

  .ppc-hero-mobile-heading{
    display: none;
  }

  .ppc-hero-heading{
    display: block;
  }

  .ppc-hero-image-column{
    flex-basis: 45%;
    padding: 50px 10px 0 35px;
  }

  .ppc-hero-copy{
    order: 0;
  }

  .ppc-hero-copy ul{
    padding-left: 30px;
  }

  .ppc-hero-copy ul li{
    list-style: disc;
  }

  .ppc-hero-buttons{
    justify-content: flex-start;
  }

  .ins-ppc-hero-button{
    width: auto;
  }

}
