article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	background: #fff;
}

body {
	--color-text: #fff;
	--color-bg: #090a13;
	--color-link: #fff;
	--color-link-hover: #ffeb3b;
	--color-reveal: #000000;
	--color-title: #ddc4a4;
	--color-nav: #fff;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	padding: 6rem 0 0 0;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	 
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
}

button:focus,
a:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	 
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

main {
	position: relative;
	width: 100%;
}

.content {
	text-align: center;
}

/* Header */
.codrops-header {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
}

.codrops-header__title {
	font-size: 1rem;
	line-height: 1;
	font-weight: normal;
	margin: 0 1rem;
}

.info {
	display: block;
	margin: 1rem 0;
}

.github {
	display: block;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	font-size: 0.85rem;
}

.codrops-icon {
	display: inline-block;
	padding: 0.25em;
}

.slideshow {
	position: relative;
	width: 100%;
	margin: 3.5rem 0 0 0;
	padding: 0 0 3.5rem 0;
	 
	overflow: hidden;
}
h2 {
    font-weight: initial;
    font-variation-settings: "slnt" 0;
    font-family: inge-variable, sans-serif;
    color: #ddc4a4;
    font-size: 120px;
    text-transform: uppercase;
    line-height: 0px;
    margin-bottom: 70px;
}
.socials {
    position: absolute;
    display: flex;
	bottom: 10px;
    right: 20px;
    gap: 20px;
}
.socials a:hover {
    color: white;
}

.socials a {
    color: #ff1a45;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    opacity: 1;
    transition: 0.3s;
}
.slide {
	width: 100%;
	height: 50vh;
	top: 0;
	position: absolute;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;
	align-items: center;
	justify-items: center;
	background: url(../images/bg2.jpg) bottom center no-repeat #000;
 
    background-size: cover;
	
}

.slide--current {
	position: relative;
}

.slide__img-wrap {
	grid-area: 1 / 1 / 1 / 1;
	width: 100%;
	height: calc(100vh - 13rem);
	max-height: 100%;
	overflow: hidden;
	position: relative;
	opacity: 0;
	outline: 3px solid transparent;
}

.slide__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	backface-visibility: hidden;
	 
}
 

.slide__img-reveal {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--color-reveal);
	transform: translate3d(-100%,0,0);
	 
}

.slide__number {
	font-size: 2rem;
	position: absolute;
	top: 5.25rem;
	opacity: 0;
}

.slide__title {
	margin: 0;
	grid-area: 1 / 1 / 1 / 1;
	font-size: 10vw;
	color: var(--color-title);
	position: relative;
	margin-bottom: 1.25rem;
	opacity: 0;
    text-transform: uppercase;
    font-family: norman-stencil, sans-serif;
    font-size: clamp(2rem, 10vw, 9rem);
    font-weight: 800;
	margin-top:-10%;
}

.slide--current .slide__img-wrap,
.slide--current .slide__number,
.slide--current .slide__title {
	opacity: 1;
}

.slidenav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: lowercase;
}

.slidenav__item {
	display:none;
	pointer-events: auto;
	border: 0;
	background: none;
	padding: 1rem;
	margin: 0.85rem;
	text-transform: inherit;
	position: relative;
	line-height: 1;
	color: var(--color-nav);
}

.slidenav__item::before,
.slidenav__item::after {
	content: '';
	position: absolute;
	width: 3rem;
	height: 1px;
	background: currentColor;
	top: 50%;
}

.slidenav__item::before {
	right: 100%;
}

.slidenav__item::after {
	left: 100%;
}

.slidenav__item:hover {
	color: var(--color-link-hover);
}

.slidenav__item--prev {
	transform: rotate(-90deg) translateY(-50%);
}

.slidenav__item--next {
	transform: rotate(90deg) translateY(-25%);
}

.slidenav__preview {
	    pointer-events: auto;
    color: black;
    position: absolute;
    bottom: 30%;
    transform: translateX(-50%);
    left: 50%;
    border: 0;
    background: none;
    padding: 15px 0px 2px 0px;
    transition: 0.3s transform;
    z-index: 11;
    background: #ddc4a4;
    min-width: 180px;
    text-transform: uppercase;
    font-family: norman-stencil, sans-serif;
    font-size: clamp(2rem, 10vw, 9rem);
    font-weight: 800;
    font-weight: initial;
    font-variation-settings: "slnt" 0;
    font-family: inge-variable, sans-serif;
    font-size: 50px;
    line-height: 50px;
}

.slidenav__preview:hover {
	color: var(--color-link-hover);
}

.slidenav__preview .icon {
	 
}

.slidenav__preview--open {
	transform: translateX(-50%) rotate(180deg);
}

.preview,
.preview__img-wrap,
.preview__img,
.preview__img-reveal {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	 
}

.preview {
	display: flex;
 
	z-index:10;
 
 
    justify-content: flex-end; 
    min-height: 100%;
}

.preview__img-wrap {
	overflow: hidden;
	opacity: 0;
}

.preview__img {
	background-size: cover;
	background-position: 50% 50%;
	backface-visibility: hidden;
}

 

.preview__img-reveal {
	background: var(--color-reveal);
}

.preview__title {
	position: relative;
	font-size: 1.5rem;
	opacity: 0;
	padding: 0 1rem;
	margin: 0 0 1rem 0;
	text-align: center;
}

.preview__content { 
position: relative;
    text-align: justify;
    opacity: 0;
    padding: 0 1rem;
    width: 100%;
    justify-content: flex-end;
    display: flex
;
}

.preview__content p {
	margin: 0;
}

@media screen and (min-width: 53em) {
	body {
		padding: 0;
	}
	.content {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		min-height: 100vh;
		text-align: left;
	}
	.content--fixed {
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		min-height: 0;
		height: 100vh;
		padding: 1.5rem 2rem;
		 
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'codropsheader info'
							'... ...'
							'github ...';
	}
	.codrops-header {
		grid-area: codropsheader;
		padding: 0;
		justify-content: start;
	}
	.codrops-links {
		margin: 0;
	}
	.content--fixed a {
		pointer-events: auto;
	}
	.info {
		margin: 0;
		justify-self: end;
	}
	.github {
		grid-area: github;
		justify-self: start;
	}
	.slideshow {	
		padding: 0;
		margin: 0;
	}
	.slide {
		height: 100vh;	
	}
	.slide__img-wrap {
		width: 380px;
	}
	.preview__title {
		font-size: 2.5rem;
	}
	.preview__content {
		padding: 0 5rem; 
	}
	.slide__img::after,
	.preview__img::after {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	html body{
		    padding: 0px;
		margin-top: -56px;
	}
	h2{ 
		font-size:90px; 
	  }
	.slide{
		height:100vh;
	}
	.slidenav__preview {
    pointer-events: auto;
    color: black;
    position: absolute;
        bottom: 53%;
	
	}
	.slide__title{
	margin-top:-100%;
	}
	.preview__img {
    background-size: cover;
    background-position: 17% 50%;
	}
	body .logo-wrap a{
		margin-bottom:10px;
	}
	.socials {
		position: absolute;
		display: flex ;
		bottom: 50px;
		right: 0px;
		gap: 20px;
		text-align: center;
		width: 100%;
		justify-content: center;
	}
	body .chat-container{
		align-content: flex-start;
		padding-top: 20px;
	}
	.chat-box{
	max-width: 100%;
	}
}

 .chat-container {
           display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    min-width: 50vw;
        }

        .chat-box {
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            border-radius: 0px;
            width: 100%;
            max-width: 600px;
        }

        .chat-title {
            text-align: center;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .message-box {
            height: 300px;
            overflow-y: auto;
            background: rgba(0, 0, 0, 0.3);
            padding: 10px;
            border-radius: 0px;
            margin-bottom: 10px;
        }

        .user-message, .bot-message {
            margin-bottom: 10px;
        }

        .user-message {
            text-align: right;
            color: #00d1b2;
        }

        .bot-message {
            text-align: left;
            color: #ff3860;
        }

        .input-box {
            display: flex;
        }

        .input-box input {
            flex: 1;
            padding: 10px;
            border: none;
            border-radius: 0px;
            outline: none;
            background: rgba(0, 0, 0, 0.5);
            color: white;
        }
button.slidenav__preview.button.button--surtur.slidenav__preview--open {
   opacity:0;
   pointer-events: none;
   
}
.logo-wrap a {
    color: #ff1a45;
    font-size: 20px;
    font-weight: 900;
    margin-top: -30px;
    display: block;
    margin-bottom: 30px;
	transition:0.3s;
}
.logo-wrap a svg {
    width: 20px;
    fill: red;
    height: 16px;
    margin-top: 0px;
    position: relative;
    top: 1px;
}
.logo-wrap a:hover {
            color:white;
}
.sound {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 111;
	
}
.sound svg{
    fill: white;
    margin-top: 8px;
}
.sound--icon {
  color: #fff;
  width: 75%;
  height: 100%;
  line-height: 100%;
  font-size: 100px;
  display: block;
  margin: auto;
}
.sound--wave {
    position: absolute;
    border: 4px solid transparent;
    border-right: 2px solid #fff;
    border-radius: 50%;
    transition: all 200ms;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sound--wave_one {
  width: 50%;
  height: 50%;
}
.sound--wave_two {
  width: 75%;
  height: 75%;
}
.sound-mute .sound--wave {
  border-radius: 0;
  width: 50%;
  height: 50%;
  border-width: 0 4px 0 0;
}
.sound-mute .sound--wave_one {
  transform: rotate(45deg) translate3d(0, -50%, 0);
}
.sound-mute .sound--wave_two {
  transform: rotate(-45deg) translate3d(0, 50%, 0);
}
 
 
        .input-box button {
             padding: 10px 20px;
    background-color: #ff0033;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    color: white;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
        }

        .input-box button:hover {
            background-color: #ff1a45;
        }
		.logo-wrap{
			flex: 0 0 100%;
			    text-align: center;
		}
		.ca{
		    position: absolute;
		bottom: 10px;
		left: 10px;
		color: #ff1a45;
		font-size: 14px;
		font-style: italic;
		text-decoration: none;
		opacity: 1;
		transition:0.3s;
		}
		.ca:hover{
			color:white;
		}
		
		
		.button--surtur:hover .textcircle {
    animation: rotateIt 7s linear infinite;
}
.textcircle {
    position: relative;
    display: block;
    width: 160px;
}
.eye {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

.textcircle text {
    font-size: 40px;
    text-transform: uppercase;
    fill: #000;
    font-weight: bold;

}
.button--surtur {
    padding: 0;
    background: none;
    -webkit-clip-path: circle(40% at 50% 50%);
    clip-path: circle(40% at 50% 50%);
	 pointer-events: auto;
    cursor: pointer;
    background: #ddc4a4;
    border: none;
    padding: 10px;
    margin: 0;
    font-family: inherit;
    font-size: inherit; 
    display: inline-block;
	transition:0.3s;
	opacity:1;
	
}


.eye {
	position: absolute;
	z-index: 2;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

.eye__outer,
.eye__inner,
.eye__lashes-up,
.eye__lashes-down {
	stroke: #000;
	fill: none;
	stroke-width: 1.5px;
}

.eye__lashes-down {
	opacity: 0;
}
 
 @keyframes rotateIt {
  to {
  	transform: rotate(360deg);
  }
}
textcircle text {
    font-size: 32px;
    text-transform: uppercase;
    fill: #000;
}
.textcircle textPath {
    letter-spacing: 17px;
}
		
		
		
.ag-sparks {
  top: 0;
  height: 100%;
  /* background: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/sparks/images/bg.jpg) no-repeat scroll 0 0 #01202d; */
  position: absolute;
  left: 0;
  width: 100%; 
}
 
.ag-spark {
  height: 100%;

  position: relative;
}
.ag-spark:before,
.ag-spark:after {
  content: "";
  background-image: url(../images/spark.png);
  background-position-x: 50%;
  background-repeat: repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  opacity: 0;

  will-change: transform;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-spark:before {
  -webkit-animation: an-spark 1800s linear infinite, an-slow-shake 26s linear 13s infinite;
  -moz-animation: an-spark 1800s linear infinite, an-slow-shake 26s linear 13s infinite;
  -o-animation: an-spark 1800s linear infinite, an-slow-shake 26s linear 13s infinite;
  animation: an-spark 1800s linear infinite, an-slow-shake 26s linear 13s infinite;
}
.ag-spark:after {
  -webkit-animation: an-spark 3600s linear infinite, an-slow-shake-revert 26s linear infinite;
  -moz-animation: an-spark 3600s linear infinite, an-slow-shake-revert 26s linear infinite;
  -o-animation: an-spark 3600s linear infinite, an-slow-shake-revert 26s linear infinite;
  animation: an-spark 3600s linear infinite, an-slow-shake-revert 26s linear infinite;
}
 

@-webkit-keyframes an-blink {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  1.5% {
    background: rgba(0, 0, 0, 0.1);
  }
  1.66% {
    background: rgba(255, 255, 255, 0.1);
  }
  1.7% {
    background: rgba(255, 255, 255, 0);
  }
  2.66% {
    background: rgba(0, 0, 0, 0.1);
  }
  2.9% {
    background: rgba(255, 255, 255, 0);
  }
  3.2% {
    background: rgba(255, 255, 255, 0.1);
  }
  3.4% {
    background: rgba(255, 255, 255, 0);
  }
  6.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  6.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  7.2% {
    background: rgba(255, 255, 255, 0);
  }
  36.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  36.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  37.2% {
    background: rgba(255, 255, 255, 0);
  }
  53.5% {
    background: rgba(0, 0, 0, 0.1);
  }
  53.66% {
    background: rgba(255, 255, 255, 0.1);
  }
  53.7% {
    background: rgba(255, 255, 255, 0);
  }
  54.66% {
    background: rgba(0, 0, 0, 0.1);
  }
  54.9% {
    background: rgba(255, 255, 255, 0);
  }
  55.2% {
    background: rgba(255, 255, 255, 0.1);
  }
  55.4% {
    background: rgba(255, 255, 255, 0);
  }
  76.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  76.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  77.2% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes an-blink {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  1.5% {
    background: rgba(0, 0, 0, 0.1);
  }
  1.66% {
    background: rgba(255, 255, 255, 0.1);
  }
  1.7% {
    background: rgba(255, 255, 255, 0);
  }
  2.66% {
    background: rgba(0, 0, 0, 0.1);
  }
  2.9% {
    background: rgba(255, 255, 255, 0);
  }
  3.2% {
    background: rgba(255, 255, 255, 0.1);
  }
  3.4% {
    background: rgba(255, 255, 255, 0);
  }
  6.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  6.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  7.2% {
    background: rgba(255, 255, 255, 0);
  }
  36.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  36.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  37.2% {
    background: rgba(255, 255, 255, 0);
  }
  53.5% {
    background: rgba(0, 0, 0, 0.1);
  }
  53.66% {
    background: rgba(255, 255, 255, 0.1);
  }
  53.7% {
    background: rgba(255, 255, 255, 0);
  }
  54.66% {
    background: rgba(0, 0, 0, 0.1);
  }
  54.9% {
    background: rgba(255, 255, 255, 0);
  }
  55.2% {
    background: rgba(255, 255, 255, 0.1);
  }
  55.4% {
    background: rgba(255, 255, 255, 0);
  }
  76.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  76.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  77.2% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@-o-keyframes an-blink {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  1.5% {
    background: rgba(0, 0, 0, 0.1);
  }
  1.66% {
    background: rgba(255, 255, 255, 0.1);
  }
  1.7% {
    background: rgba(255, 255, 255, 0);
  }
  2.66% {
    background: rgba(0, 0, 0, 0.1);
  }
  2.9% {
    background: rgba(255, 255, 255, 0);
  }
  3.2% {
    background: rgba(255, 255, 255, 0.1);
  }
  3.4% {
    background: rgba(255, 255, 255, 0);
  }
  6.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  6.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  7.2% {
    background: rgba(255, 255, 255, 0);
  }
  36.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  36.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  37.2% {
    background: rgba(255, 255, 255, 0);
  }
  53.5% {
    background: rgba(0, 0, 0, 0.1);
  }
  53.66% {
    background: rgba(255, 255, 255, 0.1);
  }
  53.7% {
    background: rgba(255, 255, 255, 0);
  }
  54.66% {
    background: rgba(0, 0, 0, 0.1);
  }
  54.9% {
    background: rgba(255, 255, 255, 0);
  }
  55.2% {
    background: rgba(255, 255, 255, 0.1);
  }
  55.4% {
    background: rgba(255, 255, 255, 0);
  }
  76.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  76.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  77.2% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes an-blink {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  1.5% {
    background: rgba(0, 0, 0, 0.1);
  }
  1.66% {
    background: rgba(255, 255, 255, 0.1);
  }
  1.7% {
    background: rgba(255, 255, 255, 0);
  }
  2.66% {
    background: rgba(0, 0, 0, 0.1);
  }
  2.9% {
    background: rgba(255, 255, 255, 0);
  }
  3.2% {
    background: rgba(255, 255, 255, 0.1);
  }
  3.4% {
    background: rgba(255, 255, 255, 0);
  }
  6.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  6.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  7.2% {
    background: rgba(255, 255, 255, 0);
  }
  36.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  36.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  37.2% {
    background: rgba(255, 255, 255, 0);
  }
  53.5% {
    background: rgba(0, 0, 0, 0.1);
  }
  53.66% {
    background: rgba(255, 255, 255, 0.1);
  }
  53.7% {
    background: rgba(255, 255, 255, 0);
  }
  54.66% {
    background: rgba(0, 0, 0, 0.1);
  }
  54.9% {
    background: rgba(255, 255, 255, 0);
  }
  55.2% {
    background: rgba(255, 255, 255, 0.1);
  }
  55.4% {
    background: rgba(255, 255, 255, 0);
  }
  76.7% {
    background: rgba(0, 0, 0, 0.1);
  }
  76.8% {
    background: rgba(255, 255, 255, 0.1);
  }
  77.2% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes an-spark {
  0% {
    background-position-y: 0;

    opacity: 0;
  }
  1%,
  99% {
    opacity: 1;
  }
  100% {
    background-position-y: -3750em;

    opacity: 0;
  }
}
@-moz-keyframes an-spark {
  0% {
    background-position-y: 0;

    opacity: 0;
  }
  1%,
  99% {
    opacity: 1;
  }
  100% {
    background-position-y: -3750em;

    opacity: 0;
  }
}
@-o-keyframes an-spark {
  0% {
    background-position-y: 0;

    opacity: 0;
  }
  1%,
  99% {
    opacity: 1;
  }
  100% {
    background-position-y: -3750em;

    opacity: 0;
  }
}
@keyframes an-spark {
  0% {
    background-position-y: 0;

    opacity: 0;
  }
  1%,
  99% {
    opacity: 1;
  }
  100% {
    background-position-y: -3750em;

    opacity: 0;
  }
}

@-webkit-keyframes an-slow-shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(1.25em);
    transform: translateX(1.25em);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-1.25em);
    transform: translateX(-1.25em);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes an-slow-shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(1.25em);
    -moz-transform: translateX(1.25em);
    transform: translateX(1.25em);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-1.25em);
    -moz-transform: translateX(-1.25em);
    transform: translateX(-1.25em);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes an-slow-shake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(1.25em);
    -o-transform: translateX(1.25em);
    transform: translateX(1.25em);
  }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-1.25em);
    -o-transform: translateX(-1.25em);
    transform: translateX(-1.25em);
  }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes an-slow-shake {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(1.25em);
    -moz-transform: translateX(1.25em);
    -o-transform: translateX(1.25em);
    transform: translateX(1.25em);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-1.25em);
    -moz-transform: translateX(-1.25em);
    -o-transform: translateX(-1.25em);
    transform: translateX(-1.25em);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes an-slow-shake-revert {
  0% {
    -webkit-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
  25% {
    -webkit-transform: scale(-1, 1) translateX(1.25em);
    transform: scale(-1, 1) translateX(1.25em);
  }
  50% {
    -webkit-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
  75% {
    -webkit-transform: scale(-1, 1) translateX(-1.25em);
    transform: scale(-1, 1) translateX(-1.25em);
  }
  100% {
    -webkit-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
}
@-moz-keyframes an-slow-shake-revert {
  0% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -moz-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
  25% {
    -webkit-transform: scale(-1, 1) translateX(1.25em);
    -moz-transform: scale(-1, 1) translateX(1.25em);
    transform: scale(-1, 1) translateX(1.25em);
  }
  50% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -moz-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
  75% {
    -webkit-transform: scale(-1, 1) translateX(-1.25em);
    -moz-transform: scale(-1, 1) translateX(-1.25em);
    transform: scale(-1, 1) translateX(-1.25em);
  }
  100% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -moz-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
}
@-o-keyframes an-slow-shake-revert {
  0% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -o-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
  25% {
    -webkit-transform: scale(-1, 1) translateX(1.25em);
    -o-transform: scale(-1, 1) translateX(1.25em);
    transform: scale(-1, 1) translateX(1.25em);
  }
  50% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -o-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
  75% {
    -webkit-transform: scale(-1, 1) translateX(-1.25em);
    -o-transform: scale(-1, 1) translateX(-1.25em);
    transform: scale(-1, 1) translateX(-1.25em);
  }
  100% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -o-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
}
@keyframes an-slow-shake-revert {
  0% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -moz-transform: scale(-1, 1) translateX(0);
    -o-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
  25% {
    -webkit-transform: scale(-1, 1) translateX(1.25em);
    -moz-transform: scale(-1, 1) translateX(1.25em);
    -o-transform: scale(-1, 1) translateX(1.25em);
    transform: scale(-1, 1) translateX(1.25em);
  }
  50% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -moz-transform: scale(-1, 1) translateX(0);
    -o-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
  75% {
    -webkit-transform: scale(-1, 1) translateX(-1.25em);
    -moz-transform: scale(-1, 1) translateX(-1.25em);
    -o-transform: scale(-1, 1) translateX(-1.25em);
    transform: scale(-1, 1) translateX(-1.25em);
  }
  100% {
    -webkit-transform: scale(-1, 1) translateX(0);
    -moz-transform: scale(-1, 1) translateX(0);
    -o-transform: scale(-1, 1) translateX(0);
    transform: scale(-1, 1) translateX(0);
  }
}

@-webkit-keyframes an-lightning-first {
  0%, 6.75% {
    height: 0;

    opacity: 0;
  }
  6.8% {
    height: 22.375em;

    opacity: 1;
  }
  7.6% {
    opacity: 0;
  }
  7.7% {
    height: 22.375em;
  }
  7.8%, 49.9% {
    height: 0;
  }
  50% {
    height: 22.375em;

    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes an-lightning-first {
  0%, 6.75% {
    height: 0;

    opacity: 0;
  }
  6.8% {
    height: 22.375em;

    opacity: 1;
  }
  7.6% {
    opacity: 0;
  }
  7.7% {
    height: 22.375em;
  }
  7.8%, 49.9% {
    height: 0;
  }
  50% {
    height: 22.375em;

    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes an-lightning-first {
  0%, 6.75% {
    height: 0;

    opacity: 0;
  }
  6.8% {
    height: 22.375em;

    opacity: 1;
  }
  7.6% {
    opacity: 0;
  }
  7.7% {
    height: 22.375em;
  }
  7.8%, 49.9% {
    height: 0;
  }
  50% {
    height: 22.375em;

    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes an-lightning-first {
  0%, 6.75% {
    height: 0;

    opacity: 0;
  }
  6.8% {
    height: 22.375em;

    opacity: 1;
  }
  7.6% {
    opacity: 0;
  }
  7.7% {
    height: 22.375em;
  }
  7.8%, 49.9% {
    height: 0;
  }
  50% {
    height: 22.375em;

    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes an-lightning-second {
  0% {
    height: 0;

    opacity: 0;
  }
  1.66% {
    height: 23.9375em;

    opacity: 1;
  }
  1.7% {
    opacity: 0;
  }
  2.66% {
    opacity: 0;
  }
  3.2% {
    opacity: 1;
  }
  3.4% {
    opacity: 0;
  }
  7.8%, 76.9% {
    height: 0;
  }
  77% {
    height: 23.9375em;

    opacity: 1;
  }
  78%, 100% {
    opacity: 0;
  }
}
@-moz-keyframes an-lightning-second {
  0% {
    height: 0;

    opacity: 0;
  }
  1.66% {
    height: 23.9375em;

    opacity: 1;
  }
  1.7% {
    opacity: 0;
  }
  2.66% {
    opacity: 0;
  }
  3.2% {
    opacity: 1;
  }
  3.4% {
    opacity: 0;
  }
  7.8%, 76.9% {
    height: 0;
  }
  77% {
    height: 23.9375em;

    opacity: 1;
  }
  78%, 100% {
    opacity: 0;
  }
}
@-o-keyframes an-lightning-second {
  0% {
    height: 0;

    opacity: 0;
  }
  1.66% {
    height: 23.9375em;

    opacity: 1;
  }
  1.7% {
    opacity: 0;
  }
  2.66% {
    opacity: 0;
  }
  3.2% {
    opacity: 1;
  }
  3.4% {
    opacity: 0;
  }
  7.8%, 76.9% {
    height: 0;
  }
  77% {
    height: 23.9375em;

    opacity: 1;
  }
  78%, 100% {
    opacity: 0;
  }
}
@keyframes an-lightning-second {
  0% {
    height: 0;

    opacity: 0;
  }
  1.66% {
    height: 23.9375em;

    opacity: 1;
  }
  1.7% {
    opacity: 0;
  }
  2.66% {
    opacity: 0;
  }
  3.2% {
    opacity: 1;
  }
  3.4% {
    opacity: 0;
  }
  7.8%, 76.9% {
    height: 0;
  }
  77% {
    height: 23.9375em;

    opacity: 1;
  }
  78%, 100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}
