@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fader {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
} 

	
.fader.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.fader.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fader.three {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}


@media screen and (max-width: 39.9375em) {
	
.container, .reveal{
    font-size: 11px;
}

body{background: #111;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 40px;
}

.smb{margin-bottom: 30px;}

.mt{}

.pb{
    padding-bottom: 40px;
}

.pt{}

.lpb{}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.disclaimer_outer_wrap{
    min-height: 100vh;
    padding: 0 0 150px 0;
}

.disclaimer_wrap{
    position: relative;
}

.disclaimer_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.disclaimer_row .cell{}

.disclaimer_row p{
        color: #fff;
        text-transform: none;
        font-family: "MessinaSans-Regular";
        font-weight: 400;
        padding: 0 0 0 0;
        max-width: min(90%, 350px);
        text-align: center;
        text-rendering: auto;
        margin: 70px auto 20px;
        letter-spacing: 0.03em;
        line-height: 140%;
        font-size: 1.2em;
        }


	
}

@media screen and (min-width: 40em) {
	
.container, .reveal{
    font-size: 12px;
}

body{background: #111;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 40px;
}

.smb{margin-bottom: 30px;}

.mt{}

.pb{
    padding-bottom: 40px;
}

.pt{}

.lpb{}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.disclaimer_outer_wrap{
    min-height: 100vh;
    padding: 0 0 150px 0;
}

.disclaimer_wrap{
    position: relative;
}

.disclaimer_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.disclaimer_row .cell{}

.disclaimer_row p{
        color: #fff;
        text-transform: none;
        font-family: "MessinaSans-Regular";
        font-weight: 400;
        padding: 0 0 0 0;
        max-width: min(98%, 500px);
        text-align: center;
        text-rendering: auto;
        margin: 0 auto 20px;
        letter-spacing: 0.03em;
        line-height: 140%;
        font-size: 1.2em;
        }


	
}

@media screen and (min-width: 64em) {
	
.container, .reveal{
    font-size: 13px;
}

body{background: #111;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 40px;
}

.smb{margin-bottom: 30px;}

.mt{}

.pb{
    padding-bottom: 40px;
}

.pt{}

.lpb{}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.disclaimer_outer_wrap{
    min-height: 100vh;
    padding: 0 0 100px 0;
}

.disclaimer_wrap{
    position: relative;
}

.disclaimer_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.disclaimer_row .cell{}

.disclaimer_row p{
        color: #fff;
        text-transform: none;
        font-family: "MessinaSans-Regular";
        font-weight: 400;
        padding: 0 0 0 0;
        max-width: min(98%, 600px);
        text-align: center;
        text-rendering: auto;
        margin: 0 auto 20px;
        letter-spacing: 0.03em;
        line-height: 140%;
        font-size: 1.2em;
        }


	
}

@media screen and (min-width: 90em) {
	
.container, .reveal{
    font-size: 14px;
}

body{background: #111;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 40px;
}

.smb{margin-bottom: 30px;}

.mt{}

.pb{
    padding-bottom: 40px;
}

.pt{}

.lpb{}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.disclaimer_outer_wrap{
    min-height: 100vh;
    padding: 0 0 100px 0;
}

.disclaimer_wrap{
    position: relative;
}

.disclaimer_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.disclaimer_row .cell{}

.disclaimer_row p{
        color: #fff;
        text-transform: none;
        font-family: "MessinaSans-Regular";
        font-weight: 400;
        padding: 0 0 0 0;
        max-width: min(98%, 700px);
        text-align: center;
        text-rendering: auto;
        margin: 0 auto 20px;
        letter-spacing: 0.03em;
        line-height: 140%;
        font-size: 1.3em;
        }


	
}

@media screen and (min-width: 120em) {
	
.container, .reveal{
    font-size: 16px;
}

body{background: #111;}

.unscrolled{}

.scrolled{}

.mb{
    margin-bottom: 40px;
}

.smb{margin-bottom: 30px;}

.mt{}

.pb{
    padding-bottom: 40px;
}

.pt{}

.lpb{}

a{
    color: inherit;
    outline: none;
}

a:hover, a:visited, a:focus, a:active{
    color: inherit;
    text-decoration: none;
    outline: none;
}

.disclaimer_outer_wrap{
    min-height: 100vh;
    padding: 0 0 100px 0;
}

.disclaimer_wrap{
    position: relative;
}

.disclaimer_row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.disclaimer_row .cell{}

.disclaimer_row p{
        color: #fff;
        text-transform: none;
        font-family: "MessinaSans-Regular";
        font-weight: 400;
        padding: 0 0 0 0;
        max-width: min(98%, 700px);
        text-align: center;
        text-rendering: auto;
        margin: 0 auto 20px;
        letter-spacing: 0.03em;
        line-height: 140%;
        font-size: 1.2em;
        }


	
}




