/* Homepage 2021 Styles */

body > section > div.container{
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}
.video-responsive,
.video-responsive:before,
.video-responsive iframe {
    border-radius: 8px;    
}
.video-responsive iframe {
    z-index: 1;
}

/* Utilities */
.spacer {display: block;}
.spacer-5xl {height: 64px;}
@media (min-width: 992px) {
    .spacer-5xl {height: 96px;}
}
.fw-700 {
    font-weight: 700 !important;
}
.text-default {
    color: #000 !important;
}
.text-primary {
    color: #f0ab00 !important;
}

/* Animation */
    @keyframes revealLeft {
    0% {
        transform: translateX(-100%); 
    }
    100% {
        transform: translateX(0); 
    } 
}

/* Typography */
.h100 {
    font-size: 48px;
    line-height: 1.3;  
    font-weight: 700; 
}
.h100:after {
    content: '';
    display: block;
    height: 4px;
    width: 80px;
    margin: 32px 0 32px;
    background-color: #f0ab00;
    transform: skewX(-45deg);
} 
.h200 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.h300 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}
.body-large {
    font-size: 20px; 
    font-weight: 400;
}
.section--value-props .card p{
    color: #333;
}
@media (max-width: 991px) {
    .h100 {
        font-size: calc(22px + 1.9vw);    
    }   
}
@media (max-width: 767px) {
    .h200 {
        font-size: calc(18px + 1.9vw);    
    }    
    .h300 {
        font-size: calc(16px + 1.9vw);    
    }  
}
@media (max-width: 480px) {
    .h100 {
        font-size: calc(22px + 1.5vw);
    }
    .h200 {
        font-size: calc(18px + 1.5vw);    
    }    
    .h300 {
        font-size: calc(16px + 1.5vw);    
    }     
}

/* Card */
.card a {
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform, all;
    display: block;
    padding: 3rem;
    margin-bottom: 3rem;
    height: 100%;
}
.card a h3{
  margin-top: 0;
}
.card a .pictogram{
    margin-top: auto;
}
.border {
    border: 1px solid #dee2e6!important;
}
.border-2 {
    border-width: 2px!important;
}
.card:hover a {
    border-color: #f0ab00 !important;
    box-shadow: 6px 6px 0 0 #f0ab00 !important;
}
.card .hover-arrow {
    display: none;
}
.card:hover .hover-arrow {
    display: block;;
    animation: revealLeft 0.2s;
    float: right;
}

/* Video */
video {
    pointer-events: none;
}
.section--bg-video {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;    
    position: relative;
    overflow: hidden;;
    color: white;    
}
.section--bg-video > video {
    display: none;
    background-image: none !important;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -110%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: contain;
    z-index: -100;
}

@media (min-width: 992px) {
    .section--bg-video > video {
        right: -125%;
    }
    /* FLEX STUFF */
    .flex-column {
        flex-direction: column!important;
    }

    .align-items-start {
        align-items: flex-start!important;
    }

    .flex-lg-row {
        flex-direction: row!important;
    }

    .align-items-stretch {
        align-items: stretch!important;
    }

    .d-flex {
        display: flex!important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .section--bg-video > video {
        background-size: cover; 
        object-fit: cover;
    }
}
.video--inline {
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    object-fit: fill;
    background-repeat: no-repeat;
    background-position: center;
}
.video--inline > video {
    width: 115%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    object-fit: fill;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1700px) {
    .section--bg-video > video {
        object-fit: contain;
    }
}
@media (min-width: 768px) {
    .section--bg-video > video {
        display: inline-block;
    }
    .video--inline > video {
        width: 100%;
        transform: none;
        left: auto;
    }
}

@media (min-width: 768px) {
    .section--bg-video .container > .row {
        height: 500px;
    }
    .text-md-start{
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
}
.section--video h2{
    margin-top: 0;
}

@media (max-width: 768px) {
    body > section > div > div.col-sm-12{
        padding-left: 0;
        padding-right: 0;
    }
    .section--bg-video .body-large{
        margin-bottom: 25px;
    }
    .card:last-child a{
        margin-bottom: 0;
    }
    .section--img h2{
        margin-top: 0;
    }
    .section--video h2{
        margin-top: 20px;
    }
    .section--img .btn{
        margin-bottom: 25px;
    }
}
.m-card {
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform, all;
    cursor: pointer; 
    margin-bottom: 20px;
}
.m-card__pictogram .a-pictogram img,
.m-card__pictogram .a-logo img, 
.m-card__logo .a-pictogram img,
.m-card__logo .a-logo img {
    height: 60px;
    max-width: 60%; 
}
.m-card__full-bleed {
    box-shadow: none; 
}
.m-card__full-bleed .inner {
    position: relative;
    overflow: hidden;
    height: 280px;
    border-radius: 8px;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); 
}
.m-card__full-bleed img, .m-card__full-bleed video {
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    object-fit: cover; 
}
.m-card__full-bleed a {
    display: block;
    text-decoration: none !important; 
}
.m-card__full-bleed-dark h3, .m-card__full-bleed-dark h4, .m-card__full-bleed-dark a {
    color: #FFF !important; 
}
.m-card__full-bleed:hover {
    transform: none !important; 
}
.m-card__full-bleed:hover .inner {
    box-shadow: 6px 6px 0 0 #f0ab00 !important; 
}
.m-card__full-bleed:hover img, .m-card__full-bleed:hover video {
    transform: scale(1.1); 
}
.m-card:not(.m-card__nohover):hover {
    box-shadow: 0 10px 20px rgba(220, 220, 220, 0.5);
    transform: translateY(-4px);
    color: inherit; 
}
.m-card:not(.m-card__nohover):hover a {
    text-decoration: none; 
}
.m-card__nohover {
    cursor: default;
}

.section--logos img {
  width: 100%;
  max-width: 124px;
}
.u-overlay--gold {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; 
}
.u-overlay--gold:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(-45deg, rgba(240, 171, 0, 0.5) 0%, #f0ab00 100%);
    background: -webkit-linear-gradient(-45deg, rgba(240, 171, 0, 0.5) 0%, #f0ab00 100%);
    background: linear-gradient(135deg, rgba(240, 171, 0, 0.5) 0%, #f0ab00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f0ab00', endColorstr='#f0ab00',GradientType=1 );
    z-index: 1;
    opacity: 0.2; 
}
.section--demos {
    padding: 64px 0;
    margin-top: 0;
    background-color: #F0F3F5;
}
.section--demos h4 {
    font-weight: 300 !important; 
}
.section--demos .a-buttonless {
    border: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: 0.15s all ease-in-out;
    cursor: pointer;
    padding-bottom: 3px; 
    position: absolute;
    bottom: 30px;
}
.section--demos h3,
.section--demos h4{
  margin: 0;
}
.section--demos .a-buttonless--primary [class="spn"]:after {
    background: linear-gradient(to right, #f0ab00 50%, #000 50%); 
}
.section--demos .a-buttonless--white {
    color: #fff; 
}
.section--demos .a-buttonless--white [class="spn"]:after {
    background: linear-gradient(to right, #fff 50%, #fff 50%); 
}
.section--demos .a-buttonless--icon {
    transition: 0.15s all ease-in-out; 
}
.section--demos .a-buttonless--icon [class~="fas"] {
    opacity: 0;
    transform-origin: right left;
    transform: translateX(-8px);
    transition: 0.15s all ease-in-out;
    font-size: 0.8em; 
}
.section--demos .a-buttonless--icon [class="spn"] {
    position: relative;
    display: inline-block;
    right: -8px;
    transform-origin: right left;
    transform: translateX(-8px);
    transition: 0.15s all ease-in-out; 
}
.section--demos .a-buttonless--icon [class="spn"]:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: 0.15s all ease-in-out; 
}
.section--demos .m-card:hover .a-buttonless--icon [class~="fas"] {
    opacity: 1;
    transform: translate(0px, -1px); 
}
.section--demos .m-card:hover .a-buttonless--icon [class="spn"] {
    transition: 0.15s all ease-in-out; 
}
.section--demos .m-card:hover .a-buttonless--icon [class="spn"]:after {
    background-position: left bottom; 
}
.section--demos .m-card__full-bleed .inner img {
    z-index: -1; 
}
.section--demos .m-card__full-bleed h3, .section--demos .m-card__full-bleed h4 {
    font-weight: 700 !important; 
}
@media (min-width: 992px) {
    .section--demos {
        margin-top: 64px;
        padding: 0;
        background-color: transparent;
    }    
    .section--demos:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #F0F3F5;
        transform: translateX(40px);
        width: calc(100% - 80px);         
        height: 100%;
        border-radius: 8px; 
    }       
    .section--demos .m-card__full-bleed[data-aos="fade-up"].aos-animate {
        transform: translateY(-80px) !important; 
    }
    .section--demos .m-card__full-bleed[data-aos="fade-up"].aos-animate:hover {
        transform: translateY(-80px) !important; 
    } 
    .section--demos .a-eyebrow {
        position: absolute;
        top: -40px;
    }  
    .section--demos .m-card__full-bleed .inner {
        height: 440px; 
    }       
}
.section--demos .a-eyebrow {
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1; 
}
.section--demos .a-eyebrow:before {
    content: '';
    display: inline-block;
    background-color: #F0AB00;
    height: 4px;
    width: 40px;
    margin-right: 16px;
    align-self: center;
    transform: translateY(-1px) skewX(-45deg);
}
.section--demos .a-eyebrow {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 16px;
}
.section--demos .a-buttonless--icon [class="spn"] {
    font-size: 17.6px;
    font-weight: 700;
    line-height: 25.1429px;
}
.section--demos .a-buttonless--icon [class~="fas"] {
    font-size: 14.08px;
}
.section--demos .inner{
  padding: 30px;
}
.section--demos .mb-auto{
  position: relative;
}
.section--img img{
  max-width: 100%;
}
.section--img .btn{
    border-radius: 3px;
    margin-top: 15px;
}
.section--logos{
  padding: 50px 0;
  text-align: center;
}
.section--logos img{
  margin: 0 20px;
}
