.bg-half-150 {
    padding: 170px 0 120px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

.bg-half-100 {
    padding: 170px 0 50px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

@media (max-width: 768px) {
    .bg-half-150 {
        padding: 100px 0 100px 0;
    }
}


.freebie__header  {
        text-align: center;
        overflow: hidden;
        padding: 10em 0 10em;
        background: linear-gradient(.25deg,#ffeec4 -36.42%,#fefaf6 59.25%);
        position: relative;
        opacity: 0;
    }

    .freebie__header-text {
        max-width: 700px;
        margin: 0 auto;
        position: relative;
    }

    .freebie__title {
      
        transition: all .2s ease-in-out;
        position: relative;
        z-index: 100;
    }

    .freebie__sub {
        
        transition: all .2s ease-in-out;
        text-align: center;
        position: relative;
        z-index: 100;
    }


.color__blob{
    z-index: 1;
    position: absolute;
    width: 540px;
    height: 330px;
    border-radius: 1000px;
    filter: blur(130px);
    transition: all .3s ease-in-out;
}
.color__blob-1 {
    left: -330px;
    bottom: -240px;
    background: linear-gradient(5.85deg,#17ddb9 -33.15%,#eddcf6 84.96%);
}

.color__blob-2 {
    left: 330px;
    bottom: -440px;
    background: linear-gradient(5.85deg,#ffbea3 4.65%,#eddcf6 88.74%);
}
.color__blob-3{
    left: -330px;
    bottom: 0px;
    background: linear-gradient(5.85deg,#dacdff -39.75%,rgba(218,205,255,0) 61.37%),#ffeaee;
}
.color__blob-4{
    left: 70px;
    bottom: -90px;
    background: linear-gradient(331.16deg,#f8c6ff -19.15%,rgba(255,196,255,0) 55.74%),#ffeec4;
}


.freebie-icon {
    position: relative;
}

.freebie-icon:before {
    content: "";
    width: 2px;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%,0,0);
    background: #fff0e4;
}


.history__chart {
    width: 100%;
    max-width: 100%;
    display: grid;

    row-gap: 1em;
    grid-template-columns: repeat(1,1fr);

}

@media (min-width: 992px){
    .history__chart{
        grid-template-columns: repeat(12,1fr);
    }
}


.history__entry {
    position: relative;
    border-radius: 20px;
    padding: 1.5em;

}

.history__entry-a {
    background: #dacdff;
    color: #090f0f;
}
.history__entry-b {
    background: #d4dbf9;
    color: #090f0f;
}
.history__entry-c {
    background: #d4dbf9;
    color: #090f0f;
}
.history__entry-d {
    background: #ffeec4;
    color: #090f0f;
}
.history__entry-e {
    background: #ffeec4;
    color: #090f0f;
}
.history__entry-f {
    background: #aadcda;
    color: #090f0f;
}
.history__entry-g {
    background:#FCC3B1;
    color: #090f0f;
}
.history__entry-h {
    background:#FCC3B1;
    color: #090f0f;
}
.history__entry-i {
    background: #d4dbf9;;
    color: #090f0f;
}

@media (min-width: 992px){

.history__entry-a {
    grid-column: 1 / span 3;
    grid-row: 9;
}
.history__entry-b {
    grid-column: 2 / span 3;
    grid-row: 8;
}
.history__entry-c {
    grid-column: 3 / span 4;
    grid-row: 7;
}
.history__entry-d {
    grid-column: 4 / span 2;
    grid-row: 6;
}
.history__entry-e {
    grid-column: 5 / span 5;
    grid-row: 5;
}
.history__entry-f {
    grid-column: 6 / span 3;
    grid-row: 4;
}
.history__entry-g {
    grid-column: 7 / span 4;
    grid-row: 3;
}
.history__entry-h {
    grid-column: 8 / span 2;
    grid-row: 2;
}
.history__entry-i {
    grid-column: 9 / span 3;
    grid-row: 1;
}
}

.o-flexy {

    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.o-flexy__block {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-flex: 1;

}
.o-flexy__item {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
}

.history__company {
    display: block;
    font-size: 18px;
}
.history__role {
    display: block;
    margin-top: .3em;
    font-size: 14px;

}
.history__tenure {
    font-size: 22px;
    font-weight: 700;
    text-align: right;

}


.game-panel{
    display: flex;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: center;
    border: 0px;
    padding: 10px;
}

.none{
    display:none;
}


.cards{
    width: 150px;
    height: 150px;
    line-height: 150px;
    border: 1px solid black;
    border-radius: 6px !important;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}
@media (max-width: 576px) {
    .cards {
        width: 95px;
        height: 95px;
        line-height: 95px;
    }
}

@media (min-width: 1200px) {
    .cards {
        width: 180px;
        height: 180px;
        line-height: 180px;
    }
}



.cards:active {
    transform: scale(0.97);
    transition: transform .2s;
    backface-visibility: hidden;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

.highlight {
color: #17ddb9;

}

/* main info on card */
.cards pre:nth-child(1){

    font-size:16px; 
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    display: inline-block;
  vertical-align: middle;
  line-height: normal;

}

/* room for second row of text on the card */
.cards pre:nth-child(2){
   font-size: 15px;
}

.flip{
    background-color:white;
    backface-visibility: hidden;

}

.cards-lower{
    background-color:black;
    color: black;
    backface-visibility: hidden;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

.matched {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    opacity: .1;
}

.blocked {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    backface-visibility: hidden;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

.congratulations{
 text-align: center;

}