@font-face {
    font-family: 'Hats Alive';
    src: url('/lib/fonts/HatsAlive-Regular.woff2') format('woff2'),
         url('/lib/fonts/HatsAlive-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Magic Headline ExtBd';
    src: url('/lib/fonts/MagicHeadline-ExtraBold.woff2') format('woff2'),
         url('/lib/fonts/MagicHeadline-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Hats Off Filled';
    src: url('/lib/fonts/HatsOff-Filled.woff2') format('woff2'),
         url('/lib/fonts/HatsOff-Filled.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Hats Condensed';
    src: url('/lib/fonts/HatsCondensed-Regular.woff2') format('woff2'),
         url('/lib/fonts/HatsCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}
h1,.h1, h2, .h2, h3,.h3, h4,.h4, h5 {
    font-family: 'Hats Off Filled', Helvetica, sans-serif;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    line-height: 1;
  }
h1,.h1  {
    font-family: 'Magic Headline ExtBd', Helvetica, sans-serif;
    font-size: calc(2em - -.1vw);
}
h1 small,
h2 small,
h3 small {
    color: currentColor;
}
h1 + h2 {
    margin: -10px 0 40px;
}
p {
    font-size: calc(1em - -.1vw);
    line-height: 1.4;   
}

@media (min-width: 1024px) {
    h1,.h1 {
        font-size: calc(5em - -.1vw);
        line-height: .8;
    }
    h2, .h2 {
        font-size: calc(3.5em - -.1vw);
    }
}
@media (min-width: 1440px) {
    h1,.h1 {
        font-size: calc(6em - -.1vw);
        margin: 20px 0;
        line-height: .8;
    }
    p {
        font-size: calc(1.3em - -.1vw);
        line-height: 1.6;
    }
}

#love {
    background: #000;
    padding: 100px 20px 20px;
    overflow-y: scroll;
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1024px) {
    #love {
        padding: 150px 20px 20px;
    }
}
.alert {
    padding: 20px;
    background: yellow;
    color: black;
}

/*

Magic Hat Layout

*/

body {
    font-family: 'Nunito', sans-serif;
    background: #1a102c;
    color: white;
    position: relative;
    overflow-x: hidden;
}
.row {
    width: 100%;
    max-width: 1024px;
}
.row .row {
    margin: 0;
}
.large.row {
    max-width: 1280px;
}
.full.row {
    max-width: 100%;
}
.short.large.row {
    height: auto;
    min-height: auto;
    padding: 50px 0;
}
.large-centered {
    margin: 0 auto;
}
hr {
    border-bottom: 5px dotted white;
    width: 30%;
    margin: 30px auto;
}
hr.left {
    margin-left: 0;
}
a {
    color: white;
    text-decoration: none;
    transition: color .3s;
}
.page p a {
    border-bottom: 1px solid #4e4e4e;
}
.button {
    background: #fff;
    color: black;
    font-size: calc(1.2em - -.1vw);
    border: 2px solid white;
    text-transform: uppercase;
    font-family: 'Hats Off Filled', Helvetica, sans-serif;
    width: 100%;
}
.button:hover {
    transform: translateY(-5px);
}
ul.inline-list,
figure.inline-list {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
ul.inline-list li {
    display: inline-block
}

ul.blank {
    margin: 0;
    list-style: none;
}
ul li:last-child h4 {
    margin: 0;
}
::selection {
    background: #00BCD4;
    color: #fff;
}
.magichat-section {
    position: relative;
}
.magichat-section > .row {
    min-height: auto;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.magichat-section .magichat-swoop {
    fill: #13144c;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
}
blockquote {
    margin: 0 0 35px;
    padding-left: 20px;
    border-left: 5px solid #9C27B0;
}
blockquote p {
    color: white;
}
.float-right {
    float: right;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  .clear {
      clear: both;
  }
.flex-video {
    height: 0;
    margin-bottom: 0.88889rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    position: relative;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
@media (min-width: 1024px) {
    .button + .button {
        margin-left: 20px;
    }
    .button {
        width: auto;
    }
    .short.large.row {
        padding: 150px 0;
    }
    .magichat-section > .row {
        min-height: 100vh;
        position: relative;
        z-index: 1;
        padding: 150px 0;
    }
}
@media (min-width: 1600px) {
    .magichat-section > .row {
        padding: 200px 0 300px;
    }
}

/*

Global Magic Hat Details

*/

.has-dingbats {
    position: relative;
}
.has-dingbats:before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    background: url(/lib/img/assets/dingbats.svg) center center no-repeat;
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 0;
    opacity: .8;
    background-size: contain;
    transition: transform .5s;
}

.dingbat-down-arrow {    
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    z-index: 10;
}
.dingbat-down-arrow:hover {
    animation: magicBuzz .15s linear infinite;
}
@media ( min-width: 1024px ) {
    .dingbat-down-arrow {    
        bottom: 25px;
        left: 50%;
        width: 75px;
        margin-left: -37.5px;
        animation: magicHover 3s ease-in-out infinite;
    }
    div:hover .has-dingbats:before:hover {
        transform: translateY(-10px);
    }
}

/*

Header // Navigation

*/
/* prevent page scrolling whilst menu is open */
.menu-open {
  overflow: hidden;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
}
.site-header .row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
.site-header .logo {
    width: 200px;
}
.site-header .menu-toggle {
    transition: all .3s ease-in-out;
    padding: 10px 12px 7px;
}
.site-header .menu-toggle:hover {
    transform: translateY(-5px);
}
.site-header nav {
    margin: 0;
    width: 100%;
    list-style: none;
    display: none;
    transition: all .5s ease-in-out;
    transform: translateY(-50px);
}
.menu-open .site-header,
.menu-open .site-header nav{
    background: #000;
}
#menu-toggle svg {
    transition: all .3s ease-in-out;
}
.menu-open  #open-svg {
    opacity: 0;
    display: none;
}
 #exit-svg {
    opacity: 0;
    display: none;
}
.menu-open #exit-svg {
    opacity: 1;
    display: block;
}

.site-header nav:not([hidden]) {
    display: block;
    transform: translateY(0px);
    opacity: 1;
    position: absolute;
    top: 66px;
    left: 0;
    padding: 20px;
}
.site-header nav a {
    display: block;
    text-transform: uppercase;
    transition: all .2s;
    padding: 10px;
    font-size: calc(1.3em - -.1vw);
    font-family: 'Hats Off Filled', Helvetica, sans-serif;
    border-radius: 4px;
}
.site-header nav a:hover {
    background: #F720CB;
    color: white;
}

.site-header .button {
    margin: 0;
    display: inline-block !important;
    line-height: 1.2;
}
@media (min-width: 1024px) {
    .site-header {
        animation: slideDown .5s;
    }

    .site-header .logo {
        width: 250px;
    }
    .site-header #menu-toggle {
        display: none;
    }
    .site-header nav {
        display: flex;
        background: transparent;
        transform: none;
        width: auto;
        flex: 1 1 auto;
        justify-content: flex-end;
    }
    .site-header nav a {
        display: inline-block;
        padding: 20px;
        margin: 0 4px;
    }
    .site-header nav a:hover {
        background: white;
        color: black;
        transform: translateY(-5px);
    }
    .scrolled .site-header {
        position: fixed;
        background: rgba(0, 0, 0, 0.85);
        animation: superSlideDown .3s;
    }
    .scrolled .site-header .row {
        padding: 10px;
        transform: scale(.9);
    }
}

@media (min-width:1064px) {
    .site-header .row {
        padding: 20px 0;
    }
}
/*

Homepage

*/

.home .magichat-section {
    background: linear-gradient(#3e1120, #13144c);
    overflow: hidden;
}
.home .magichat-section:nth-child(odd) {
    background: linear-gradient(#13144c, #3e1120);
}
.home .magichat-section::after {
     content:'';
     display: block;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     opacity: .2;
 }

 .home #magichat-landing-section {
    background: #f47920 url('/lib/img/elixirs/art/numbernine-elixir-art.svg') center bottom no-repeat;
    background-size: cover;
    text-align: center;
 }
 

.home #magichat-landing-section:after  {
     content: '';
 }
.home #magichat-landing-section .landing-can {
    width: 50%;
    min-width: 170px;
    max-width: 175px;
    margin: 0 auto;
    display: block;
}

.home #find-magichat-beer-section::after {
     background: url('/lib/img/backgrounds/home/magichat-whats-on-tap-section.jpg') center center no-repeat;
     background-size: cover;
 }
.home .magichat-section:before {
    content: '';
    width: 100%;
    height: 17%;
    background: linear-gradient(#3e1120, transparent);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.home #magichat-landing-section > .large {
    z-index: 10;
}
.home #magichat-landing-section.magichat-section:before {
    height: 100%;
}
.home #find-magichat-beer-section:before {
    background: linear-gradient(#13144c, transparent);
}
.home  #magichat-landing-section:before {
    background: linear-gradient(#3e1120,transparent);
}
/* .home .magichat-section:nth-child(odd) .magichat-swoop {
    fill: #3e1120;
} */
.home .walking-hoppy {
    display: none;
    position: absolute;
    top: 0px;
    opacity: 0;
    right: 50%;
    margin-right: -50px;
    transition: all .5s;
}
.home .magichat-section .row:hover .walking-hoppy {
    top: -155px;
    opacity: 1;
}
.home .nold-skele {
    display: none;
    width: 20%;
    position: absolute;
    bottom: -100%;
    left: 50%;
    margin-left: -10%;
    transition: bottom .5s;
}
.home .magichat-section:hover .nold-skele {
    bottom: -10%;
    animation: magicBuzz .5s linear ;
}
.home .sneaky-pete {
    position: absolute;
    right: -15%;
    top: 50%;
    height: 50%;
    width: 20%;
    margin-top: -25%;
    transition: right .5s;
}
.home .magichat-section .row:hover + .sneaky-pete {
    right: -2%;
    animation: magicHover 5s ease-in-out infinite;
}
.home video {
    display: none;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}
 @media (min-width: 1024px) {
    .home #magichat-landing-section {
        text-align: left;
    }
    .home #magichat-landing-section .landing-can {
        width: 80%;
        max-width: 200px;    
    }
    .home .magichat-animate .magichat-section-title,
    .home .magichat-animate .magichat-section-content,
    .home .magichat-animate .magichat-section-links {
        opacity: 0;
        transform: translateY(-40px);
        transition: all .5s;
    }
    .home .magichat-animate .magichat-section-content {
        transform: translateY(40px);
    }
    .home .magichat-animate .magichat-section-links {
        transform: translateY(60px);
        transition: all .7s;
    }
    .home .magichat-animate.magichat-active .magichat-section-title,
    .home .magichat-animate.magichat-active .magichat-section-content,
    .home .magichat-animate.magichat-active .magichat-section-links {
        opacity: 1;
        transform: translateY(0);
    }
    .home #magichat-landing-section .landing-art {
        order: 2;
    }
    .home #magichat-landing-section .landing-art .easymiles-sun img {
        max-width: 300px;
        animation: magicRotate 60s linear infinite;
    }
    .home #magichat-landing-section::after {
        content: none;
    }
    .home #magichat-landing-section video {
        display: block;
    }
    .home .walking-hoppy,
    .home .sneaky-pete,
    .home .nold-skele {
        display: block;
    }
 }
 @media (min-width: 1600px) {
    .home #magichat-landing-section .landing-can {
        width: 80%;
        max-width: 250px;    
    }
    .home #magichat-landing-section .landing-art .easymiles-sun img {
        max-width: 500px;
    }
 }

/*

Page Layout

*/

.page {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.page .magichat-page-title {
    text-align: center;
    padding: 0 0 20px;
    animation: slideUp .5s;
}
.page .magichat-highlight-box {
    border: 5px solid #e91e63;
    padding: 20px;
    margin: 10px 0 15px;
}
.page .magichat-highlight-box p {
    margin: 0;
}

@media (min-width: 768px) {
    .page .magichat-page-title {
        padding: 75px 0;
    }
}

/*

Magic Hat Page Backgrounds

*/

.about.page {
    background-image: url(/lib/img/backgrounds/about.jpg);
}

.faq.page {
    background-image: url(/lib/img/backgrounds/faq.jpg);
}
.sipcode.page {
    background-image: url(/lib/img/backgrounds/sipcode.jpg);
}
.rarities.page {
    background-image: url(/lib/img/backgrounds/rarities.jpg);
}
.signup.page,
.sweeps.page {
    background-image: url(/lib/img/backgrounds/elixirs.jpg);
}
.error.page {
    background-image: url(/lib/img/backgrounds/agegate.svg);
    background-size: cover;
}




.page .sub-title {
    display: inline-block;
    background: linear-gradient(to right, #F720CB 0%, #953BFC 100%);
    margin-top: 1rem;
    padding: 5px 20px;
}

@media print,screen and (min-width:40em) {
    .page .magichat-page-title {
        padding: 0 0 50px;
    }
    .page .sub-title {
        font-size: 1.9375rem;
    }
}


/*

Sipcode Page 

*/

.sipcode form input,
.sipcode form .button,  
.sipcode form select {
    display: block;
    line-height: 1;
    color: #000;
    border: 4px solid #000;
    font-size: 1em;
    text-align: center;
    height: 50px;
    width: 100%;
    margin-top: 0;
    padding: 0;
}
.sipcode form .button {
    box-shadow: none;
}
.sipcode #mapholder {
    height: 500px;
}
.sipcode #vipmessage {
    background: #000000d9;
    width: 400px;
    text-align: center;
    padding: 20px;
}
.sipcode #vipmessage ul {
    list-style: none;
    margin: 0;
    font-size: calc(1.4em - -.1em);
}
.sipcode #vipmessage ul h4 small,
.sipcode #vipmessage ul a {
    display: none;
}
.sipcode .viplist {
    padding: 20px 0;
    margin: 0 0 20px;
    background: linear-gradient(to right, #F720CB 0%, #953BFC 100%);
    font-weight: bold;
}
.sipcode #results > li ul {
    margin: 0;
    list-style: none;
    border-bottom: 1px dotted #f720cb;
    padding-bottom: 20px;
}
.sipcode #results > li {
    padding: 20px 0;
    text-align: center;
}
.sipcode #results > li h4 {
    margin: 0 0 5px;
}
.sipcode #results li a{
    padding: 5px 10px;
    border: 1px solid white;
    margin: 5px 0 0;
    display: inline-block;
}
@media ( min-width: 1024px) {
    .sipcode #results > li {
        width: 50%;
        display: inline-block;
        padding: 10px;
    }
}



/*

Sweeps

*/

.sweeps .magichat-page-content ul {
    list-style: none;
    margin: 0;
}

.sweeps .magichat-page-content table {
    width: 100%;
    border: 2px solid white;
    text-align: center;
    padding: 20px 10px;
    font-size: calc(.6em - -.1vw);
    margin: 0 auto 18px;
    background: #0000001c;
}

@media (min-width: 1440px) {
    .sweeps .magichat-page-content p {
        font-size: calc(1.2em - -.1vw);
    }
}



/*

Elixirs Layout
/elixirs/

*/

.elixirs.page {
    background-image: url(/lib/img/backgrounds/elixirs.jpg);
}
.elixirs [class*='-elixir'] a {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}
.elixirs .elixir-image {
    transition: transform .2s;
}
.elixirs [class*='-elixir'] .elixir-image {
    width: 80%;
    max-width: 150px;
}
.elixirs [class*='variety'] .elixir-image {
    width: 100%;
    max-width: 100%;
}
.elixirs [class*='-elixir'] .elixir-image[alt*='Bottle'] {
    max-width: 150px;
}
.elixirs [class*='-elixir'] .elixir-image[alt*='Bottles'] {
    max-width: 350px;
}
.elixirs .elixir-image:hover {
    transform: translateY(-10px);
}
.elixirs-section-heading {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
    flex: auto;
}
.elixirs .variety.large-6.columns:nth-child(even):last-child {
    margin: 0 auto;
}

@media ( min-width: 1024px ) {
    .elixirs [class*='-elixir'] .elixir-image {
      max-width: 200px;
    }
    .elixirs [class*='-elixir variety'] .elixir-image {
        max-width: 350px;
    }
    .elixirs-section-heading {
        padding: 50px 0;
        margin: 0;
    }
    .elixirs-section-heading:first-of-type {
        padding-top: 0;
    }
}
/*

Elixir Layout
/presents/*

*/

.elixir .magichat-section {
    position: relative;
}
.magichat-section.elixir-info-section:before {
    content:'';
    display: block;
    min-height: 25vh;
    height: calc(100vh - 500px - 100px);
    width: 100vw;
}

.magichat-section.elixir-info-section .short.large.row{
    padding: 0;
}
.elixir .magichat-section .elixir-image {
    width: 150px;
    max-width: 450px;
    display: block;
    margin: 20px auto;
}
.elixir .magichat-section.elixir-info-section .elixir-image {
    display: none;
}

.elixir.variety .magichat-section .variety-feature {
    display: inline-block;
}

.elixir .magichat-section.elixir-story-section .row {
    align-content: center;
}
.elixir .elixir-info-section h1 {
    margin: 0;
    line-height: 1;
}
.elixir .elixir-info-section .elixir-tagline {
    font-family: 'Hats Off Filled', Helvetica, sans-serif;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    line-height: 1;
    font-size: 3rem;
}
.elixir .video-link {
    border: 5px solid #fefefe;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px 2px;
    display:inline-block;
}
@media (min-width: 1024px) {
    .elixir .magichat-section .elixir-image {
        max-width: 200px;
        min-width: 210px;
        width: 80%;
        animation: slideDown .5s;
    }
    .elixir .magichat-section .elixir-image.with-pint {
        max-width: 250px;
    }
    .elixir.bottle .magichat-section .elixir-image {
        width: 150px;
        min-width: 150px;
    }
    .elixir .magichat-section.elixir-info-section .elixir-image {
        display: block;
    }
    .elixir.variety .magichat-section .elixir-image {
        max-width: 550px;
    }
    .elixir.variety .elixir-info-section h1 {
        line-height: .75;
        margin: 0 auto 15px;
    }
    .elixir .magichat-section.elixir-story-section .row {
        align-content: baseline;
    }
}
@media (min-width: 1600px) {
    .elixir .magichat-section .elixir-image {
        max-width: 250px;
    }
    .elixir .magichat-section .elixir-image.with-pint {
        max-width: 400px;
    }
}
@media (min-width:1024px) {
    .elixir .elixir-find-section .smaller {
        font-family:  'Hats Off Filled',Helvetica,sans-serif;
        font-size: calc(3.5rem - -.1vw);
        font-weight: 400;
    }    
}

/* 

-- #9

*/

.numbernine  {
    background: #f47920;
    color: #000;
}
.numbernine button#menu-toggle {
    background: #000;
}
@media (min-width:1024px){
    .numbernine #main-nav a {
        color: #000;
    }
}
.numbernine h1, .numbernine h2, .numbernine .h3,.numbernine .h4{
    color: #383030;
}  
.numbernine-color {
    color: #7a2d23;
}
.numbernine main hr {
    border-color: #c93902;
}
.numbernine .magichat-section.elixir-info-section:before {
    background: linear-gradient(to bottom, rgba(244,121,32,0) 0%, rgba(244,121,32,1) 90%), url(/lib/img/elixirs/art/numbernine-elixir-art.svg) center center no-repeat;
    background-size: cover;
}
.numbernine .magichat-section.elixir-story-section {
    background: url(/lib/img/elixirs/art/numbernine-elixir-extra-art.svg) center center no-repeat;
    background-size: cover;
}



/*

Footer

*/

footer {
    font-family: 'Hats Off Filled', Helvetica, sans-serif;
    background: linear-gradient(#13144e, #3e1120);
    position: relative;
    padding: 50px 0 100px;
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
footer:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(/lib/img/assets/footer.svg) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
}
footer .row {
    position: relative;
    z-index: 1;
}
footer img {
    max-width: 500px;
    margin: 0 auto 10px;
    display: block;
}
footer p {
    margin: 0;
    text-align: center;
}
footer ul {
    list-style: none;
    margin: 0 0 20px;
}
footer ul li {
    line-height: 1;
    font-size: 22px;
}
footer ul li a {
    text-transform: uppercase;
    color: white;
    display: block;
}
footer ul li ul li a,
footer span {
    color: #E91E63;
}
footer ul.legal li a {
    font-size: 14px;
    padding: 0 5px;
    color: white;
}
footer hr {
    width: 100%;
    border: 1px solid #00000036;
}
footer .current-day span {
    padding-top: 2px;
    display: block;
    color: white;
    background: linear-gradient(90deg, transparent, #3F51B5, #673AB7, transparent);
}
footer .social-links li img {
    transition: all .2s;
    background: white;
    width: 40px;
    border-radius: 100%;
}
footer .social-links li:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}
footer .social-links li:hover img {
    background: #E91E63;    
    transform: translateY(-10px);
}
footer .inline-list {
    margin: 0 auto;
    justify-content: center;
}
footer .inline-list a {
    padding: 0 5px;
    color: #927f90;
    font-weight: normal;
}
footer p:hover small span {
    animation: pulse .8s linear infinite;
}
@media (min-width: 1024px) {
    footer {
        text-align: inherit;
    }
    footer .magichat-info {
        text-align: right;
    }
    footer div > ul > li {
        margin: 0 0 10px;
    }
}

/*

AgeGate

*/

.agecheck {
    overflow: hidden;
}
#ageGate {
    display: none;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #060606 url(/lib/img/backgrounds/agegate.svg) center center no-repeat;
    background-size: cover;
}
#ageGate .row {
    height: 100%;
}
#ageGate #ageGateArt {
    animation: scaleIn 2s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(/lib/img/assets/madGate.svg) center center no-repeat;
    background-size: contain;
}
#ageGate #cookieMoreInfo {
    margin: 1em;
    background-color: white;
    padding:  0.5em 1em;
    cursor: pointer;
}
#ageGate #id_age_gate_cookie_info p {
    font-size: 14px;
}


/* 

Visibility 

*/

.hide-for-small {
    display: none!important;
}
.show-for-small {
    display: block!important;
}

@media (min-width: 1024px) {
    .hide-for-small {
        display: block!important;
    }
    .show-for-small {
        display: none!important;
    }
}

/*

Animations

*/

@keyframes bounceTwo {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}


@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes stroke {
    to {
        stroke-dashoffset: -30;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes stroke {
    to {
        stroke-dashoffset: -30;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes moveInOutX {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    to {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@keyframes moveInOutX {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    to {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes superSlideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-05px);
        transform: translateY(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes superSlideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp{
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes magicHover {
    0%,100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes magicGrab {
    from {
        cursor: grab;
    }
    to {
        cursor: grabbing;
    }
}

@keyframes magicBuzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes magicBuzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
@keyframes magicRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes delayRotate {
    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*

Scott's Reduce Motion Query

*/

@media screen and
  (prefers-reduced-motion: reduce), 
  (update: slow) {
  *,
  *::after,
  *::before {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  video {
      display: none!important;
  }
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.footer__list-nav > * {
    padding: 0 1rem;
}

.footer .footer__list-nav a {
    color: #fff;
}

.visually-hidden { 
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }

.rarity {
    position: relative;
    margin: 2rem auto;
    padding-bottom: 2rem;
}
.rarity header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rarity h2 {
    margin-right: 20px;
    flex: 0 0 auto;
}
.rarity p::before {
    content: '';
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 35%;
    border-bottom: 5px dotted white;;
}
