html {
    font-family: 'Work Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    color: #171819;
}

body {
    background-color: white;
    color: #171819;

    scroll-behavior: smooth;
    font-family: 'Work Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    cursor: crosshair;
    -webkit-animation-name: body;
    -webkit-animation-duration: 1s;
    animation-name: body;
    animation-duration: 1s;
}

p {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 1.2em;
}

h1 {
    font-size: 2.8em;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 2.4em !important;
}

h3 {
    font-size: 1.8em !important;
}

h4 {
    font-size: 0.8em !important;
}

footer h4 {
    font-size: 0.8em !important;
}

#page-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: visible !important;
}

.page-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow-y: visible !important;
}

.scrollc {
    position: absolute;
    height: 100% !important;
    width: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    max-width: 100%;
    max-height: 100%;
}

.scrollc::after,
.scrollc::before {
    overflow-x: hidden;
    display: none;
    padding: 0;
    margin: 0;
}

.btn {
    border: solid 1px white;
    color: white;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    border-radius: 0 !important;
    font-style: normal !important;
}

.btn:hover {
    color: #171819;
    background-color: white;
}

/*
#intro {
position: absolute;
z-index: 10;
width: 100%;
height: 100vh;
text-align: left;
padding: 10%;
}
*/
/*
#intro .intro-title {
position: relative;
top: 40%;
left: 0;
right: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
margin: auto;
text-transform: uppercase;
}
#intro .intro-title h1{
font-size: 3em;
font-weight: 200 ;
font-family: 'Work Sans', sans-serif;
color: white;
}
#intro .intro-title h3{
font-size: 3em;
font-weight: 200 ;
font-family: 'Work Sans', sans-serif;
color: white;
max-width: 100%;
}
*/

.intro h1 {
    font-size: 3em;
    font-weight: 400;
}

.intro h3 {
    font-size: 1.5em;
    font-weight: 200;
}

.intro {
    padding-top: 10vh;
}

.intro a {
    color: #f93030;
}


.parallax {
    position: absolute;
}

/*
#p1 {
    transform-origin: top left;
    width: 7vw;
    right: -10vw;
    top: 30vh;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    -webkit-animation-name: p1;
    -webkit-animation-duration: 1s;

    animation-name: p1;
    animation-duration: 1s;
}

#p2 {
    transform-origin: top left;
    width: 5vw;
    right: -25vw;
    top: 25vh;
    -webkit-animation-name: p2;
    -webkit-animation-duration: 1s;
    animation-name: p2;
    animation-duration: 1.5s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
*/
#p1 {
   
    width: 70px;
    left: 200px;
    top: 100px;
  
}
#p2 {
   
    width: 150px;
    
    top: 150px;
    
  
}

/*
#p3 {
    transform-origin: top left;
    width: 1vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 60vh;
    right: 20vw;
    -webkit-animation-name: p3;
    -webkit-animation-duration: 1s;
    animation-name: p3;
    animation-duration: 2s;
}

#p4 {
    left: 30vw;
    top: 60vh;
    width: 1vw;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top left;
    -webkit-animation-name: p4;
    -webkit-animation-duration: 1s;
    animation-name: p4;
    animation-duration: 2s;
}

#p5 {
    left: 40vw;
    top: 55vh;
    width: 2vw;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top left;
    -webkit-animation-name: p5;
    -webkit-animation-duration: 1s;
    animation-name: p5;
    animation-duration: 1s;
}

#p6 {
    left: -20vw;
    top: 90%;
    width: 6vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: top left;
    -webkit-animation-name: p6;
    -webkit-animation-duration: 1s;
    animation-name: p6;
    animation-duration: 1s;
}

#p7 {
    right: -20vw;
    top: 60%;
    width: 3vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: top left;
    -webkit-animation-name: p7;
    -webkit-animation-duration: 1s;
    animation-name: p7;
    animation-duration: 1s;
}
*/

a {
    font-weight: 400;
    font-style: italic;
    color: #171819;
    text-decoration: none;
}

a:hover {
    color: #9d9d9d;
    text-decoration: none;
}

hr {
    background-color: #171819;
    color: #171819;
    border-color: #171819;
}

button {
    border: none;
    outline: none !important;
    transition: all ease-in-out 2s;
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
}

button:focus {
    border: none;
    outline: none !important;
    background-color: #f4f4f4;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

button:focus .hamburger-inner,
button:focus .hamburger-inner:after,
button:focus .hamburger-inner:before {
    background-color: #171819;
}

button.is-active {
    outline: none !important;
    background-color: #ffffff !important;
}

button.is-active:focus {
    outline: none !important;
    background-color: white !important;

    color: white;
}

.nbd-navbar {
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 10000;
    height: 60px;
}

/*
.nav-active {
mix-blend-mode: normal !important;
}
*/
.nav-active .nbd-navbar-nav {
    background-color: transparent;
}

.resume:hover {
    text-decoration: underline;
    color: black;
}

.nbd-navbar-nav {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 60px;
    background-color: white;
    z-index: 1000000;
}

.navbar-logo {
    float: left;
    display: block;
    padding: 15px;
    margin: 0;
    text-decoration: none !important;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    line-height: 25px;
    font-size: 35px;
    color: #171819;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    /* text-transform: uppercase;*/
}

.navbar-logo:hover {
    color: #000000;
}

.navbar-logo-active {
    color: #171819 !important;
}

.menu-toggle {
    float: right;
    position: relative;
    display: block;
    color: white;
    min-height: 100%;
    /*
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
*/
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 60px;
    height: 60px;
}

/*
.nbd-menu{
width: 100%;
height: 100%;
position: fixed;
z-index: 0;
overflow: hidden;
}
*/
#nbd-collapse {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
    opacity: 1;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: white;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.nbd-collapsed {
    width: 0% !important;
    opacity: 0 !important;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    /*
-webkit-animation: menu-bw 1s forwards;
animation: menu-bw 1s forwards;
*/
}

/*
.menu-animate{
transition: all ease-in-out 0.5s;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.2s;
-o-transition: all ease-in-out 0.2s;
-webkit-animation: menu 1s forwards;
animation: menu 1s forwards;
}
*/
.nbd-nav-links {
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nbd-nav-links a {
    width: 100%;
    white-space: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 10px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    color: #171819;
}

.nbd-nav-links a:hover {
    font-size: 1.2em;
}

.nbd-nav-links a h2 {
    font-weight: 400;
    font-style: normal;
    color: #171819;
}

.footer {
    position: relative;
    z-index: 1;
    background-color: white;

}

.footer a,
.footer a:hover {
    text-decoration: none;
}

a#work {
    position: absolute;
    top: 0;
}

#work-page {
    padding-top: 100px;
}

#work-page img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

#work-post {
    height: 100% !important;
    padding: 15px 0;
    z-index: 1000;
    
}



#work-post a {
    text-decoration: none !important;
    color: white;
    font-style: normal;
}

#work-post a:hover {
    text-decoration: none !important;
}

.post {
    padding: 0 !important;
    position: relative;
    -webkit-box-shadow: 3px 2px 12px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 2px 12px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 2px 12px -4px rgba(0, 0, 0, 0.35);
}

.hp:hover {
    transform: scale(1.1) ;
    z-index: 1000;
}

.project-wrapper {
    position: relative;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
}

.project-info-wrapper {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.project-wrapper:hover .project-info-wrapper {
    background-color: white;
    color: #171819;
}

.project-wrapper:hover .project-info {
    color: #171819 !important;
    opacity: 1;
}

.project-wrapper img {

    /*
-webkit-box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.35);
box-shadow: 0px 5px 9px -4px rgba(0,0,0,0.35);
    
*/
    
}

.project-wrapper .project-title {
    color: #171819 !important;
}

.project-info {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.project-title {
    position: relative;
    padding: 0;
}

.project-title h1 {
    position: relative;
    margin: 0;
    font-size: 2em !important;
    text-align: center;
    /* text-transform: uppercase;*/
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
}

.cat {
    font-family: 'Work Sans', sans-serif;
    text-align: center !important;

    color: #171819 !important;
    font-weight: 200;
    margin-top: 0;
    width: 100%;
}

.cat p {
    text-align: center !important;

    color: #171819 !important;
    font-weight: 200;
    margin: 0;
    font-size: 1em;
}

.work-post-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.work-post-title h1 {
    font-size: 3.5em !important;
    color: white !important;
    /* text-transform: uppercase;*/
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 0px;
}

.work-post-title h4 {
    color: white !important;
}

.about-container {
    padding-top: 10%;
}

.abt-img {
    background-position: center;
    background-size: cover;
}

.abt-img img {}

.about {
    color: #171819;
    font-family: 'Work Sans', sans-serif;
}


.about h2 {
    font-weight: bold;
    color: white;
    position: relative;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}

.abt-info {
    padding-top: 5%;
    color: #171819;
}

.abt-info p {
    margin-bottom: 0.5rem;
    font-family: 'Work Sans', sans-serif;
    line-height: 1em;
}

#post-page p {
    font-size: 1.5em !important;
}

#post-page {}

#thumb,
#thumb img {
    width: 100%;
}

#thumb img {
    padding: 60px 0;
}

.overview {
    width: 100%;
    padding: 40px 0px;
    background-color: white;
    color: #171819;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 40px;
}

.overview a {
    color: #171819 !important;
}

.overview a:hover {
    color: #313334 !important;
}

.overview hr {
    margin: 30px 0;
}

.post-text {
    padding: 0 20% !important;
    width: 100%;
}

.post-text-w {
    padding: 0 10% !important;
    width: 100%;
}

post-text h3 {
    font-weight: 200 !important;
}

/*
.overview a, .overview a:hover{
color: white !important;
}
*/
.shadow {
    -webkit-box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.35);
}

.shadow img {
    background-color: transparent !important;
}

.v-mid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.p-rel {
    position: relative !important;
}

.grey-bg {
    background-color: #171819;
    color: white !important;
}

/* chapter*/
.chapter .white-bg,
.chapter .white-bg h4,
.chapter .white-bg p,
.chapter .white-bg a {
    background-color: white;
    color: #75CD82 !important;
}

.chapter .white-bg a:hover {
    color: #3da74c !important;
}

.chapter .nbd-navbar-nav {
    background-color: white;
}

.chapter .navbar-logo {
    color: #171819;
}

.chapter hr {
    background-color: #171819;
    color: #171819;
    border-color: #171819;
}

.chapter {
    background-color: white;
    color: #171819 !important;
}

.c-overview {
    padding: 100px 0;
}

.c-container {
    padding: 100px 0;
}

.chapter h1,
.chapter h2,
.chapter h3 {
    color: #75CD82;
}

.green-bg {
    background-color: #75CD82;
}

.green-bg h1,
.green-bg h2,
.green-bg h3,
.green-bg h4,
.green-bg p {
    color: white !important;
}

.chapter h4 {
    font-size: 0.8em;
}

.chapter .hamburger-inner,
.chapter .hamburger-inner:after,
.chapter .hamburger-inner:before {
    background-color: #171819 !important;
}

.chapter .hamburger.is-active .hamburger-inner,
.chapter .hamburger.is-active .hamburger-inner:after,
.chapter .hamburger.is-active .hamburger-inner:before {
    background-color: #ededed;
}

.chapter button:focus {
    background-color: #ededed;
}

.persona {
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.persona:hover {
    transform: scale(1.2) !important;
    z-index: 1000;
    position: relative;
}

.c-video {
    width: 50%;
}

.type p {
    font-family: 'Montserrat', sans-serif !important;
}

.chapter .footer,
.chapter .footer a {
    color: #171819 !important;
    position: relative;
    z-index: 1;
    background-color: white !important;
}

.chapter-tl {
    width: 1px;
    height: 30px;
    background-color: #75CD82;
}

.chapter-tl-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
}

.chapter .btn {
    border: solid 1px #171819;
    color: #31364f;
    background-color: white;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    border-radius: 0 !important;
    font-style: normal !important;
}

.btn-green {
    border: solid 1px #ffffff !important;
    color: #ffffff !important;
    background-color: #75CD82 !important;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    border-radius: 0 !important;
    font-style: normal !important;
}

.btn-green:hover {
    color: #75CD82 !important;
    background-color: white !important;
}

.chapter .btn:hover {
    color: white;
    background-color: #171819;
}

/* chapter*/
/beat the heat/ .beat-the-heat .footer,
.beat-the-heat .footer a {
    color: #171819 !important;
    position: relative;
    z-index: 1;
    background-color: white !important;
}

.beat-the-heat .nbd-navbar-nav {
    background-color: white;
}

.beat-the-heat .navbar-logo {
    color: #171819;
}

.beat-the-heat hr {
    background-color: #171819;
    color: #171819;
    border-color: #171819;
}

.beat-the-heat {
    background-color: white;
    color: #171819 !important;
}

.b-overview {
    padding: 100px 0;
}

.b-container {
    padding: 100px 0;
}

.beat-the-heat h1,
.beat-the-heat h2,
.beat-the-heat h3 {
    color: #31364f;
    font-weight: 600;
}

.blue-bg {
    background-color: #31364f;
}

.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg p {
    color: white !important;
}

.beat-the-heat h4 {
    font-size: 0.8em;
}

.beat-the-heat .hamburger-inner,
.beat-the-heat .hamburger-inner:after,
.beat-the-heat .hamburger-inner:before {
    background-color: #171819 !important;
}

.beat-the-heat .hamburger.is-active .hamburger-inner,
.beat-the-heat .hamburger.is-active .hamburger-inner:after,
.beat-the-heat .hamburger.is-active .hamburger-inner:before {
    background-color: #ededed;
}

.beat-the-heat button:focus {
    background-color: #ededed;
}

.beat-the-heat .btn {
    border: solid 1px #31364f;
    color: #31364f;
    background-color: white;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    border-radius: 0 !important;
    font-style: normal !important;
}

.beat-the-heat .btn:hover {
    color: white;
    background-color: #31364f;
}

.bth-m {
    margin-top: 200px;
}

.bth-video {
    width: 75%;
}

.bth-process {
    width: 75%;
}

.bth-tl {
    width: 1px;
    height: 30px;
    background-color: #31364f;
}

.bth-tl-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
}

/beat the heat/ /edge-philanthropitch/ .edge-philanthropitch a,
.edge-philanthropitch a:hover {
    color: #171819;
}

.edge-philanthropitch .nbd-navbar-nav {
    background-color: white;
}

.edge-philanthropitch .navbar-logo {
    color: #171819;
}

.edge-philanthropitch {
    background-color: white;
    color: #171819 !important;
}

.p-overview {
    padding: 100px 0;
}

.p-container {
    padding: 100px 0;
}

.edge-philanthropitch h1,
.edge-philanthropitch h2,
.edge-philanthropitch h3 {
    color: #ce0056;
    font-weight: 600;
}

.pink-bg {
    background-color: #ce0056;
}

.pink-bg h1,
.pink-bg h2,
.pink-bg h3,
.pink-bg h4,
.pink-bg p {
    color: white !important;
}

.edge-philanthropitch h4 {
    font-size: 0.8em;
}

.edge-philanthropitch .hamburger-inner,
.edge-philanthropitch .hamburger-inner:after,
.edge-philanthropitch .hamburger-inner:before {
    background-color: #171819 !important;
}

.edge-philanthropitch .hamburger.is-active .hamburger-inner,
.edge-philanthropitch .hamburger.is-active .hamburger-inner:after,
.edge-philanthropitch .hamburger.is-active .hamburger-inner:before {
    background-color: #ededed;
}

.edge-philanthropitch button:focus {
    background-color: #ededed;
}

.edge-philanthropitch .btn {
    border: solid 1px #ce0056;
    color: #ce0056;
    background-color: white;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    border-radius: 0 !important;
    font-style: normal !important;
}

.edge-philanthropitch .btn:hover {
    color: white;
    background-color: #ce0056;
}

.pitch-tl {
    width: 1px;
    height: 30px;
    background-color: #ce0056;
}

.pitch-tl-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
}

.edge-philanthropitch .footer,
.edge-philanthropitch .footer a {
    color: #171819 !important;
    position: relative;
    z-index: 1;
    background-color: white !important;
}

.edge-philanthropitch hr {
    background-color: #171819;
    color: #171819;
    border-color: #171819;
}

.edge-philanthropitch .explorations {
    position: relative;
    z-index: 100;
}
.explorations-and-other-work a{
    color: white;
    font-weight: 600;
    font-style: normal;
}
.explorations-and-other-work .navbar-logo{
    color: #171819;
}

@keyframes p1 {
    from {
        transform: rotate(45deg) translate3d(0px, -500px, 0px);
    }

    ;

    to {
        transform: rotate(45deg) translate3d(0px, 0px, 0px);
    }
}

@keyframes p2 {
    from {
        transform: rotate(45deg) translate3d(0px, 800px, 0px);
    }

    ;

    to {
        transform: rotate(45deg) translate3d(0px, 0px, 0px);
    }
}

@keyframes p3 {
    from {
        transform: rotate(45deg) translate3d(0px, -800px, 0px);
    }

    ;

    to {
        transform: rotate(45deg) translate3d(0px, 0px, 0px);
    }
}

@keyframes p4 {
    from {
        transform: rotate(90deg) translate3d(0px, 1000px, 0px);
    }

    ;

    to {
        transform: rotate(90deg) translate3d(0px, 0px, 0px);
    }
}

@keyframes p5 {
    from {
        transform: rotate(90deg) translate3d(0px, 1000px, 0px);
    }

    ;

    to {
        transform: rotate(90deg) translate3d(0px, 0px, 0px);
    }
}

@keyframes p6 {
    from {
        transform: rotate(45deg) translate3d(0px, -500px, 0px);
    }

    ;

    to {
        transform: rotate(45deg) translate3d(0px, 0px, 0px);
    }
}

@keyframes p7 {
    from {
        transform: rotate(45deg) translate3d(0px, -500px, 0px);
    }

    ;

    to {
        transform: rotate(45deg) translate3d(0px, 0px, 0px);
    }
}

@keyframes body {
    from {
        opacity: 0;
    }

    ;

    to {
        opacity: 1;
    }
}

@-webkit-keyframes p1 {
    from {
        -webkit-transform: rotate(45deg), translate3d(0px, -500px, 0px);
    }

    ;

    to {
        -webkit-transform: rotate(45deg), translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes p2 {
    from {
        -webkit-transform: rotate(45deg), translate3d(0px, 800px, 0px);
    }

    ;

    to {
        -webkit-transform: rotate(45deg), translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes p3 {
    from {
        -webkit-transform: rotate(45deg), translate3d(0px, -800px, 0px);
    }

    ;

    to {
        -webkit-transform: rotate(45deg), translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes p4 {
    from {
        -webkit-transform: rotate(90deg), translate3d(0px, 1000px, 0px);
    }

    ;

    to {
        -webkit-transform: rotate(90deg), translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes p5 {
    from {
        -webkit-transform: rotate(90deg), translate3d(0px, 1000px, 0px);
    }

    ;

    to {
        -webkit-transform: rotate(90deg), translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes p6 {
    from {
        -webkit-transform: rotate(45deg), translate3d(0px, -500px, 0px);
    }

    ;

    to {
        -webkit-transform: rotate(45deg), translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes p7 {
    from {
        -webkit-transform: rotate(45deg), translate3d(0px, -500px, 0px);
    }

    ;

    to {
        -webkit-transform: rotate(45deg), translate3d(0px, 0px, 0px);
    }
}

@-webkit-keyframes body {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@supports (mix-blend-mode:difference) {
    button.is-active:focus {
        background-color: #333;
    }
}
