.policy-link a {
    color: #ffffff;
}

#footer {
    display:none;
}

.policy-link a:hover {
    color:rgb(231, 33, 117);
}

.button-link a span {
    padding-left:0em;
    transition: all 0.5s ease-in-out;
}

.button-link a:hover span {
    padding-left:0.5em;
}

.button-arrow:after{
    content:"\2192";
    padding-left:0.5em;
    position: absolute;
    transition: all 0.5s ease-in-out;
}
.button-arrow:hover:after{
    content:"\2192";
    padding-left:1em;
}

.drop-shadow {
    text-shadow: 1px 0px 2px #999;
}

.a-link-card a {
    color:#000000;
}

.embed-container {
  max-width: 100%;
  padding-bottom: calc(1920/700*100%); /* 41.66666667% */
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: -90px;
  left: 0%;
  width: 100vw;
  min-width: 1340px;
  min-height: 700px;
  height: 100vh;
  max-width: 100vw;
}


@media screen and (min-width: 300px) {
    .card-color-mask, .card-content {
      visibility: visible;
    }
    .a-card a{
        color:#ffffff;
        text-decoration : no-underline;
    }
    
    .FormView__container label{
        text-transform:uppercase;
    }
    .embed-mobile {
      max-width: 100%;
      padding-bottom: calc(1920/700*100%); /* 41.66666667% */
    }

    .embed-mobile iframe,
    .embed-mobile object,
    .embed-mobile embed {
        position: absolute;
        top: -115px;
        left: -80px;
        width: 150vw;
        min-height: 730px;
        height: 100vh;
        max-width: 150vw;
    }
}

@media screen and (min-width: 600px) {
    .embed-mobile {
      max-width: 100%;
      padding-bottom: calc(1920/700*100%); /* 41.66666667% */
    }

    .embed-mobile iframe,
    .embed-mobile object,
    .embed-mobile embed {
      position: absolute;
      top: -105px;
      left: 0%;
      width: 160vw;
      min-height: 780px;
      height: 100vh;
      max-width: 100vw;
    }
}

@media screen and (min-width: 960px) {
    .card-color-mask, .card-content {
      visibility: hidden;
    }
    
    .inner-card:hover {
        transition: all 1s ease-in-out;
    }
    
    .inner-card:hover .card-color-mask, .inner-card:hover .card-content {
        visibility: visible;
    }
    
    .a-card a{
        color:#ffffff;
    }
    
}