.transition {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

.whitehero {
  position: relative; }
  .whitehero .top-link {
    color: #2D2A26;
    position: relative;
    padding-left: 2rem;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease; }
    .whitehero .top-link:before {
      background-image: url("../img/arrow-yellow-right.svg");
      background-size: 16px 15px;
      background-position: center;
      width: 16px;
      height: 15px;
      top: 50%;
      left: 0;
      content: '';
      display: block;
      position: absolute;
      -webkit-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transition: left 200ms ease;
      transition: left 200ms ease; }
    .whitehero .top-link:hover {
      color: #EBAE3E; }
      .whitehero .top-link:hover:before {
        left: -0.5rem; }
  .whitehero .content-1 {
    padding-top: 8rem;
    padding-bottom: 4rem;
    position: relative; }
    @media (min-width: 55em) {
      .whitehero .content-1 {
        padding-top: 12rem; } }
  .whitehero.with-image .content-1 {
    padding-top: 24rem; }
    @media (min-width: 55em) {
      .whitehero.with-image .content-1 {
        padding-top: 12rem;
        min-height: 18rem; } }
  .whitehero .content-2 .row {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    @media (min-width: 30em) {
      .whitehero .content-2 .row {
        margin-top: -2rem; } }
    @media (min-width: 55em) {
      .whitehero .content-2 .row {
        padding-bottom: 6rem;
        padding-bottom: 0; } }
    .whitehero .content-2 .row:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 1rem;
      width: 2rem;
      height: 2px;
      background: #CBCAC8; }
  .whitehero .content-3 .row {
    margin-top: -4rem;
    padding-bottom: 4rem; }
    @media (min-width: 55em) {
      .whitehero .content-3 .row {
        margin-top: -6rem;
        padding-bottom: 6rem; } }
  .whitehero .backgrounds {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -10rem;
    left: 0;
    overflow: visible;
    overflow-x: hidden;
    pointer-events: none;
    z-index: 0; }
    @media (min-width: 55em) {
      .whitehero .backgrounds {
        bottom: -15rem; } }
    @media (min-width: 75em) {
      .whitehero .backgrounds {
        bottom: -20rem; } }
  .whitehero .masked-mark-wrap {
    position: absolute;
    top: 4rem;
    bottom: auto;
    right: -6rem; }
    @media (min-width: 55em) {
      .whitehero .masked-mark-wrap {
        right: -13rem;
        bottom: 10rem;
        top: auto; } }
    @media (min-width: 75em) {
      .whitehero .masked-mark-wrap {
        width: 853px;
        height: 603px;
        right: auto;
        left: calc(50%); } }
  .whitehero ul {
    padding: 0;
    max-width: 500px;
    margin: 0 0 1rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .whitehero ul li {
      position: relative;
      padding-left: 2.5rem;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 1.5rem;
      padding-right: 0.5rem; }
      .whitehero ul li:before {
        width: 24px;
        height: 24px;
        background-image: url("../img/check-in-circle.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0; }

/*# sourceMappingURL=maps/whitehero.css.map */
