/*
Theme Name: Biznet Template
Theme URI: http://underscores.me/
Author: Biznet
Author URI: http://www.biznet-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Biznet Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

@-moz-document url-prefix() {
    .vst-btn {
        top: 70px !important;
    }
}

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@font-face {
  font-family: "Dosis Bold";
  src: url("/wp-content/themes/biznet-template/fonts/Dosis-Bold.ttf");
}

@font-face {
  font-family: "Montserrat Bold";
  src: url("/wp-content/themes/biznet-template/fonts/Montserrat-Bold.otf");
}

@font-face {
  font-family: "Montserrat Light";
  src: url("/wp-content/themes/biznet-template/fonts/Montserrat-Light.otf");
}

@font-face {
  font-family: "Montserrat Regular";
  src: url("/wp-content/themes/biznet-template/fonts/Montserrat-Regular.otf");
}

@font-face {
  font-family: "Montserrat Semibold";
  src: url("/wp-content/themes/biznet-template/fonts/Montserrat-SemiBold.otf");
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body{ margin: 0;}

body * {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	color: white;
  text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

	/* HTML */
	
html {
	font-family: sans-serif;
	color: black;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

a {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
}

ul {
}

ol {
}

li {
}

blockquote {
}

img {
}

	/* WordPress */
	
.gallery {
    display: flex;
    flex-flow: row wrap;
}

.gallery figure {
	margin: 5px;
}

.gallery a {
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

	/* Class */

.clear {
	clear: both;
}

	/* Animations */

#primary-menu .sub-menu {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
  /*position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 90%;
  width: 95%;
  border: 6px solid #00d5ed;*/
}
.nav-abs {
  position: fixed;
  top: 70px;
  left: 70px;
  margin: auto 0;
  z-index: 9;
}

.nav-text {
	font-family: "Montserrat Light";
	color: #00d5ed;
	font-size: 17px;
}

.nav-text strong {
	font-family: "Montserrat Bold";
}

.nav-social {
    margin: 15px 0;
    font-size: 20px;
}
.nav-social a {
	color: #00d5ed;	
}

.nav-social .fab {
    margin: 0 5px;
}

#banner_mask {
	  background-color: rgba(0,0,0,0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

#logo {
  display: inline-block;
  width: 130px;
  height: 156px;
  background: url(img/logo.png) no-repeat center center;
  background-size: contain;
}

.pp-viewing-section-4 #logo,
.pp-viewing-section-7 #logo {
  background: url(img/logo-blue.png) no-repeat center center;
  background-size: contain;
}

.pp-viewing-section-4 .responsive-menu-pro-inner, .pp-viewing-section-4 .responsive-menu-pro-inner::before, .pp-viewing-section-4 .responsive-menu-pro-inner::after, .pp-viewing-section-7 .responsive-menu-pro-inner, .pp-viewing-section-7 .responsive-menu-pro-inner::before, .pp-viewing-section-7 .responsive-menu-pro-inner::after {
  background-color: #004B81;
}

#logo img {
  width: 130px;
  margin: 0 0 25px 0;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: black;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

#sections-bullets {
    position: fixed;
    right: 2em;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.section-bullet {
    display: block;
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #fff;
    margin: 12px auto;
    opacity: .6;
}

.section-bullet:hover, .section-bullet.mPS2id-highlight {
    opacity: 1;
    background: #e6842c;
}
.nav-content {
 margin:0;
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
html, body, #page, #content, #front-page {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
}

.vst-btn .center a:before,.vst-btn .center a:after {
  width: 130px;
  
}
#section06 {
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 6px solid #e75771;
    border-bottom: 6px solid #e75771;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-animation: sdb06 1.5s infinite;
    animation: sdb06 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

section#home, #section-2, #section-3, #section-4, #section-5, #section-6, #section-7, #section-8  {
    background-color: white;
    height: 100%;
    width: 100%;
    background-size: cover;
    display: flex;
}

#section-4 .rowone h2, #section-7 .rowone h2 {
    color: #004B81 !important;
}

#myVideo {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.content-section {
  width: calc(100% - 72px);
  height: calc(100% - 72px);
  margin: auto;
  position: relative;
  z-index: 2;
}

.cadre {
  position: fixed;
  top: 36px;
  left: 36px;
  bottom: 36px;
  right: 36px;
  border: 5px solid #00d5ed;
  z-index: 1;
}
.cadre-left {
  position: fixed;
  top: 36px;
  left: 36px;
  bottom: 36px;
  width: 5px;
  background-color: #00d5ed;
  z-index: 10;
}
.cadre-top {
  position: fixed;
  top: 36px;
  left: 36px;
  right: 36px;
  height: 5px;
  background-color: #00d5ed;
  z-index: 10;
}
.cadre-right {
  position: fixed;
  top: 36px;
  right: 36px;
  bottom: 36px;
  width: 5px;
  background-color: #00d5ed;
  z-index: 10;
}
.cadre-bottom {
  position: fixed;
  left: 36px;
  right: 36px;
  bottom: 36px;
  height: 5px;
  background-color: #00d5ed;
  z-index: 10;
}
.animated.cadre-delay {
  -webkit-animation-duration:1.5s;
  animation-duration:1.5s;
}

#particle-div {
	position: absolute;
	top: 0;
    right: 0;
    width: 50%;
    height: 80%;
}

section#home .rowone {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40%;
}

section#home .rowone h1 {
  font-family: "Dosis Bold";
  text-transform: uppercase;
  width: 30%;
  font-size: 60px;
  text-align: left;
  color: white;
  line-height: 1.1em;
  margin: 30px 0;
}

.center a {
  font-size: 12px;
  font-family: "Montserrat Bold";
  text-decoration: none;
  transform-style: preserve-3d;
  position: relative;
  transition: 0.2s;
}
.center a:before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 10px 15px;
  color: #e75771;
  background-color: white;
  border: 3px solid white;
  transition: 0.5s;
  transform-origin: right;
  transform: translateX(-100%) rotateY(90deg);
  text-align: center;
  white-space: nowrap;
}
.center a:after {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 10px 15px;
  color: white;
  background: #e75771;
  border: 3px solid #e75771;
  transition: 0.5s;
  transform-origin: left;
  text-align: center;
  white-space: nowrap;
}
.center a:hover:before {
  transform: translateX(0) rotateY(0deg);
}
.center a:hover:after {
  transform: translateX(100%) rotateY(-90deg);
}

section#home .rowtwo {
	width: 75%;
	height: 20%;
	margin-left: auto;
	border-top: 5px solid #00d5ed;
	display: flex;
	justify-content: center;
	align-items: center;	
}

section#home .rowtwo > div {
    width: 33.33%;
    text-align: center;
    opacity: 0;
    border-right: 1px solid #e75771;
}

section#home .rowtwo > div:last-child {
  border-right: 0;
  border-bottom: 0;
}

section#home .rowtwo > div h2 {
    font-family: "Dosis Bold";
    color: white;
    font-size: 45px;
    margin: 0;
    margin-bottom: 6px;
    line-height: 1em;
}

section#home .rowtwo > div span {
    font-family: "Dosis Bold";
    color: white;
    font-size: 35px;
    margin-left: 10px;
    margin-bottom: 5px;
}

section#home .rowtwo > div:last-child div{
	    border: none !important;
}
section#home .rowtwo > div p {
	font-family: "Montserrat Bold";
	margin: 0;
	color: white;
}

#particle-div-2 {
	position: absolute;
	z-index: -1;
	top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

#section-2 .rowone, #section-3 .rowone, #section-4 .rowone, #section-5 .rowone, #section-6 .rowone, #section-7 .rowone {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
}

#section-2 .rowtwo, #section-3 .rowtwo, #section-4 .rowtwo, #section-5 .rowtwo, #section-6 .rowtwo, #section-7 .rowtwo {
    padding-left: 30px;
}

#section-3 .rowone h2, #section-4 .rowone h2, #section-5 .rowone h2, #section-6 .rowone h2, #section-7 .rowone h2 {
    font-family: "Dosis Bold";
    font-size: 40px;
    width: 40%;
    color: white;
    margin-top: 0;
}

#section-2 .rowone h2 {
    font-family: "Dosis Bold";
    font-size: 40px;
    width: 70%;
    color: white;
    margin-top: 0; 
}

#section-2 .rowtwo p {
    font-family: "Montserrat Regular";
    color: white;
    font-size: 20px;
    margin-top: 0;
}

#section-2 .content-section,
#section-3 .content-section,
#section-4 .content-section,
#section-5 .content-section,
#section-6 .content-section,
#section-7 .content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section-2 .rowtwo img {
  width: 35%;
  margin-left: 150px;
  box-shadow: -14px -14px 0px -2px rgba(0, 213, 237,0.85);
}

.box-tech {
    width: 15%;
    height: 22vh;
    margin: 10px;
    padding: 30px;
    border: 1px solid #00d5ed;
    max-height: 200px;
    transition: 0.4s;
    position: relative;
    opacity: 0;
}

.box-tech .back {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.box-tech #banner_mask{
  opacity: 0;
  transition: 0.3s;
}

.cls-3 {
    fill: none !important;
}

.cls-1, .cls-2, .cls-3, .cls-4{
  transition: 0.4s;
}

.box-tech:hover > p, .box-tech:hover > .back, .box-tech:hover > #banner_mask {
  opacity: 1;
}

.box-tech:hover .cls-1, .box-tech:hover .cls-2, .box-tech:hover .cls-3, .box-tech:hover .cls-4 {
  stroke: #e75771;
}

.box-tech:hover {
  border: 1px solid #e75771;
}

.box-tech:hover > #banner_mask {
  background-color: rgba(0,0,0,0.65);
}

.box-tech .fas {
    color: #00d5ed;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.img_picto {
    position: relative !important;
    z-index: 1;
    width: 16px;
    max-height: 21px;
}

.picto_circle {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: -8px;
    left: -7px;
    border: 1px solid #00d5ed;
    border-radius: 50px;
    z-index: 1;
}

.box-tech h3 {
    font-family: "Montserrat Light";
    color: white;
    font-size: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.box-tech p {
    opacity: 0;
    font-family: "Montserrat Semibold";
    font-size: 13px;
    color: white;
    border-top: 1px solid white;
    padding-top: 15px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
}

.flip {
  position: absolute;
  height: 48px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
  top: 10px;
  left: 35px;
  white-space: nowrap;
}

.G8 .flip {
    bottom: 15px;
    left: 0 !important;
    top: auto;
    width: 100%;
}

#section-5 .flip {
  left: 0;
  margin-top: 10px;
}

.flip a {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-25px);
  -moz-transform: translateZ(-25px);
  -o-transform: translateZ(-25px);
  -ms-transform: translateZ(-25px);
  transform: translateZ(-25px);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  cursor: pointer;
}
.flip a .front,
.flip a .back {
  margin: 0;
  padding: 13px 15px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  text-transform: none;
}
.flip a .front {
  background-color: #00d5ed;
  color: #002041;
  -webkit-transform: rotateY(0) translateZ(24px);
  -moz-transform: rotateY(0) translateZ(24px);
  -o-transform: rotateY(0) translateZ(24px);
  -ms-transform: rotateY(0) translateZ(24px);
  transform: rotateY(0) translateZ(24px);
}
.flip a .back {
  background-color: rgba(255,255,255,0);
  color: rgba(34,34,34,0);
  -webkit-transform: rotateX(90deg) translateZ(24px);
  -moz-transform: rotateX(90deg) translateZ(24px);
  -o-transform: rotateX(90deg) translateZ(24px);
  -ms-transform: rotateX(90deg) translateZ(24px);
  transform: rotateX(90deg) translateZ(24px);
  overflow: hidden;
}

.flip a:hover {
  -webkit-transform: translateZ(-24px) rotateX(-90deg);
  -moz-transform: translateZ(-24px) rotateX(-90deg);
  -o-transform: translateZ(-24px) rotateX(-90deg);
  -ms-transform: translateZ(-24px) rotateX(-90deg);
  transform: translateZ(-24px) rotateX(-90deg);
}
.flip a:hover .front {
  background: #000;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.flip a:hover .back {
    color: #00d5ed;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
    background: #002041;
    border: 1px solid #00d5ed;
}
.flip a:hover .back:after {
  -webkit-transform: rotate(6deg) translate(45px, -18px);
  -moz-transform: rotate(6deg) translate(45px, -18px);
  -o-transform: rotate(6deg) translate(45px, -18px);
  -ms-transform: rotate(6deg) translate(45px, -18px);
  transform: rotate(6deg) translate(45px, -18px);
}

.wave-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    transition: 0.7s;
    opacity: 0;
}

.waves {
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    height: 5vh;
    transition: 0.7s;
}

.sea {
    background-color: rgb(0, 213, 237);
    display: block;
    width: 100%;
    height: 0px;
    transition: 0.7s;
}

.wrapper-grid-div:hover .wave-box{
  opacity: 0.3;
}

.wrapper-grid-div:hover .sea{
  height: 100px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 15vw;
  }
  h1 {
    font-size:24px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .wrapper-grid-div {
    margin: 7px;
  }
  .flip a:hover {
    -ms-transform: none !important;
    transform: none !important;
  }
  .flip a .front {
    background-color: #00d5ed !important;
    color: #002041 !important;
    transform: initial !important;
  }
  #section-2 .content-section {
    height: 45% !important;
  }
}

.wrapper-grid-slide {
  display: none;
}
.wrapper-grid-div {
    background-color: rgba(255,255,255,.5);
    background-position: top;
    background-size: cover;
    padding: 1.5em;
    color: #d9480f;
    width: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.wrapper-grid-div > h3 {
  font-family: "Montserrat Bold";
  font-size: 20px;
  color: white;
  margin: 0;
  z-index: 2;
  position: absolute;
}

.wrapper-grid-div > p {
    font-family: "Montserrat Bold";
    color: white;
    opacity: 0;
    min-height: 0px;
    transition: 0.8s;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 2;
    font-weight: 600;
}

.wrapper-grid-div:hover p {
    opacity: 1;
    min-height: 80px;
    margin-top: 1.395vh;
}

.wrapper-grid-div:hover > h3 {
  position: relative;
}

.wrapper-grid {
    display: flex;
    width: 95%;
    align-items: flex-start;
}

.flex-column {
    margin-right: 1vh;
    width: 17vw;
}

.wrapper-grid-div {
    box-sizing: border-box;
    margin-bottom: 1vh;
    width: 100%;
    transition: height 0.3s linear;
}

.wrapper-grid-div:last-child {
    margin-bottom: 0;
}

.wrapper-grid > .flex-column:first-child > .wrapper-grid-div:first-child {
    height: 20vh;
}

.wrapper-grid > .flex-column:first-child > .wrapper-grid-div:nth-child(2) {
    height: 31vh;
}

.wrapper-grid > .flex-column:nth-child(2)> .wrapper-grid-div:first-child {
    height: 31vh;
}

.wrapper-grid > .flex-column:nth-child(2)> .wrapper-grid-div:nth-child(2) {
    height: 20vh;
}

.wrapper-grid > .flex-column:nth-child(3)> .wrapper-grid-div:first-child {
    height: 20vh;
}

.wrapper-grid > .flex-column:nth-child(3)> .wrapper-grid-div:nth-child(2) {
    height: 31vh;
}

.wrapper-grid > .flex-column:nth-child(4)> .wrapper-grid-div:nth-child(1) {
  height: 15vh;
}

.wrapper-grid > .flex-column:nth-child(4)> .wrapper-grid-div:nth-child(1):hover {
  height: 20vh;
}

.wrapper-grid > .flex-column:nth-child(4)> .wrapper-grid-div:nth-child(1):hover ~ .wrapper-grid-div:nth-child(2) {
  height: 15vh !important;
}

.wrapper-grid > .flex-column:nth-child(4)> .wrapper-grid-div:nth-child(2) {
  height: 20vh;
}

.wrapper-grid > .flex-column:nth-child(4)> .wrapper-grid-div:nth-child(3) {
  height: 15vh;
}

.wrapper-grid > .flex-column:nth-child(4)> .wrapper-grid-div:nth-child(3):hover {
  height: 20vh;
}

.pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover, .pop:focus, .pop:active {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.event-box:first-child {
  margin-top: 0;
}
.event-box {
    display: flex;
    align-items: center;
    width: 80%;
    border: 2px solid #00d5ed;
    background-color: rgba(0,0,0,0.5);
    margin: 15px 0;
    padding: 10px 0;
    transition: 0.6s;
}

@media screen and (min-width: 1100px){
	.event-box:hover {
	  width: 100% !important;
	}
}

.event-box:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.event-box-even {
    margin-left: auto;
}

.event-box div:first-child {
    width: 24%;
    text-align: center;
}
.event-box h3 {
    font-family: "Montserrat Light";
    font-size: 20px;
    color: #00d5ed;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 35%;
}

.event-box p {
    font-family: "Montserrat Regular";
    color: white;
    max-width: 600px;
    min-height: 90px;
    margin-bottom: 10px;
}

.event-box strong {
    font-family: "Montserrat Bold";
}

.event-box img {
  max-width: 50px;
  max-height: 50px;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
}

.activities {
  width: 300px;
  margin: 0 15px;
}

.activities:first-child {
  margin-left: 0;
}

.activities:last-child {
  margin-right: 30px;
}

.activities div {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
}

.activities h3 {
  height: 48px;
  color: #004B81;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Montserrat Bold";
  display: flex;
  align-items: flex-end;
}

.activities p {
  font-family: "Montserrat Regular";
  color: #004B81;
  font-size: 15px;
}

#bubles-div {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Float Shadow */
.hvr-float-shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 98%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
#section-5 .slick-list {
  margin: auto;
}
.slick-list {
  width: 95%;
  margin: auto !important;
}

.slick-prev.slick-arrow {
    font-size: 30px;
    position: absolute;
    left: -45px;
    top: 40%;
    color: white;
    cursor: pointer;
}
.slick-next.slick-arrow {
    font-size: 30px;
    position: absolute;
    right: 145px;
    top: 40%;
    color: white;
    cursor: pointer;
}

.sponsors h3 {
    font-family: "Montserrat Bold";
    border-bottom: 3px solid #00d5ed;
    padding-bottom: 10px;
    color: #004B81;
    width: 70%;
    font-size: 20px;
}

#banner_mask2 {
    background-color: rgba(0,0,0,0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -25px;
}
div.wpcf7-response-output {
    margin: 35px 0 0;
    width: 80%;
    color: white;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

#section-8 .rowone {
  width: 100%;
  height: 75%;
  position: relative;
}
#section-8 .rowtwo {
  width: 100%;
  height: 25%;
  border-top: 6px solid #00d5ed;
  position: relative;
}
.G8 {
    width: 40%;
    padding: 60px 0;
    position: relative;
}
.D8 {
    width: 50%;
    padding: 40px 0;
}

.wpcf7-submit:hover {
    background-color: white;
    color: #00D5ED;
}

#section-8 p {
  font-family: "Montserrat Regular";
  color: white;
  font-size: 15px;
}

#section-8 strong {
  font-family: "Montserrat Bold";
}

.btn-blue {
    padding: 13px 15px;
    color: #004B81;
    font-weight: 800;
    text-decoration: none;
    background-color: #00D5ED;
    margin-top: 15px;
}

.rowtwo .G8 h3 {
    font-family: "Montserrat Light";
    font-weight: 100;
    color: #00D5ED;
    font-size: 25px; 
}
.D8 h3 {
    font-family: "Montserrat Light";
    font-weight: 100;
    color: #00D5ED;
    font-size: 25px;
}

.wpcf7-form p {
    display: flex;
    align-items: center;
}

.wpcf7-email {
    background-color: transparent;
    border: 2px solid #00D5ED;
    width: 90%;
    padding: 10px;
}

.wpcf7-email::placeholder {
    color: white;
}

.wpcf7-submit {
    padding: 13px 5px;
    color: white;
    font-weight: 800;
    width: 90px;
    border: none;
    text-decoration: none;
    background-color: #00D5ED;
    transition: 0.3s;
}

img.logo {
    max-height: 45px;
    margin: 0 100px;
}

div > img.logo:first-child {
    margin: 0;
}

div > img.logo:first-child:before {
    content: "";
    width: 1000px;
    height: 105px;
    border: 1px solid #00D5ED;
    position: absolute;
    top: 0;
    display: block;
}
.imgref {
    margin: 0px 20px;
}
.sponsorss__logo{
    width: 80px;
    height: 80px;
    border-radius: 70px;
    background-color: rgba(255,255,255,0.2);
    margin: auto 25px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sponsors_flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.platinum .imgref, .diamond .imgref {
    width: 18%;
}

.gold .imgref, .silver .imgref {
    width: 18%;
    margin: 15px;
}

.silver .imgref {
    width: 16%;
    margin: 10px;
}

.slick-arrow {
    display: none !important;
}
.slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 10px;
}
.slick-dots button {
  border: none;
  background: white;
  color: transparent;
  padding: 1px 5px;
  border-radius: 15px;
  width: 10px;
  height: 10px;
}
li.slick-active button {
  background-color: #E75771;
}

.Maps {
  position: relative;
}
.maps-grids {
  font-size: 13px;
}
.maps-grids .map-grid {
    width: 100%;
    margin: auto;
}
.maps-grids .map {
    width: 80%;
    height: 30vh;
}
.maps-grids h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.maps-grids p {
  line-height: 2;
}
.gmnoprint.gm-style-cc, .gm-style-cc, .gmnoprint {
  display: none;
}
#pp-nav li:hover > .title_link {
  opacity: 1;
}
.title_link {
    position: absolute;
    left: -120px;
    top: -8px;
    background-color: #E75771;
    color: white;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s;
}
.blue-span, .blue-span::before, .blue-span::after {
  background-color: rgb(0, 75, 129) !important; 
}
.followus {
    border: 6px solid #00d5ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    font-size: 20px;
}

.followus h3 {
    margin: 10px 25px;
}

.followus a {
    color: #00d5ed;
}

.followus .fab {
    margin: 0 25px;
}

button#responsive-menu-pro-button {
  width: auto !important;
  height: auto !important;
  right: 70px !important;
  top: 70px !important;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
  text-align: right;
  padding: 0;
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a:hover {
  opacity: 0.5;;
}

#responsive-menu-pro-container li.responsive-menu-pro-item {
  padding: 0 70px 0 20px;
}

.sponsors-container {
  position: relative;
  padding: 0 30px;
}

.sponsors-container .slick-list {
  width: 100%;
}

.sponsors-container .slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.sponsors-container .left {
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
    display: inline !important;
    align-items: center;
    cursor: pointer;
    z-index: 999;
}

.sponsors-container .right {
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
    display: inline !important;
    align-items: center;
    cursor: pointer;
    z-index: 999;
}

.sponsors-container .left svg,
.sponsors-container .right svg {
  fill: #00d5ed;
  stroke: #00d5ed;
  stroke-width: 1px;
}

.p-copyright {
  font-size: 12px !important;
}

.wpcf7-form-control-wrap {
    width: 350px;
}


/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
}

p#copyright, div#footer-menus {
	display: none;
}
#catapult-cookie-bar p, #catapultCookie {
    font-family: "Dosis Bold";
    font-size: 17px;
    margin: 10px 0;
}

/*--------------------------------------------------------------
6.0 Widget
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1400px) {
  #section-2 .rowone {
    width: 100%;
    /* height: 35%; */
  }
  #section-2 .rowone h2, #section-3 .rowone h2, #section-4 .rowone h2, #section-5 .rowone h2, #section-6 .rowone h2, #section-7 .rowone h2 {
    width: 80%;
  }
  #section-2 .rowtwo img {
    width: 35%;
    margin-top: 0px;
  }
  #section-2 .rowtwo > div > div {
    width: 40% !important;
  }
  .sponsors h3 {
     font-size: initial !important;
  }
  h3 {
    font-size: 1.25vw !important;
  }
  p {
    font-size: 1.1vw;
  }

}

@media screen and (max-width: 1230px) {
  section#home .rowone h1 {
    width: 35%;
  }
  .wrapper-grid-div {
    width: 14vw;
  }
}

@media screen and (max-width: 1100px) {
	.event-box img {
		margin: auto;
	}
	#section-2 .rowone { 
		padding: 0;
	}
  .box-tech {
    text-align: center;
  }
  .box-tech h3 {
    margin-top: 20px;
  }
  #section-3 .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
	  min-height: 120px;
  }
#section-2 .rowtwo, #section-3 .rowtwo, #section-4 .rowtwo, #section-5 .rowtwo, #section-6 .rowtwo, #section-7 .rowtwo {
	padding: 0;
	}
  #section-3 .rowone, #section-4 .rowone, #section-5 .rowone, #section-6 .rowone, #section-7 .rowone {
    height: auto !important;
    text-align: center;
	padding: 0;
  }
	.flip {
		position: relative;
		width: 180px;
		left: auto !important;
		margin: auto;
	}
  #section-3 .content-section > div:nth-child(3), #section-5 .content-section > div:nth-child(3) {
    width: 100% !important;
    text-align: center;
  }
  .cadre-in {
    display: none;
  }
  section#home .rowone {
    height: 70%;
    padding: 0;
    align-items: center;
  }
  section#home .rowone > div {
    margin: 0;
	  width: 20% !important;
  }
  #section-3 .slick-list {
    width: 100% !important;
  }
  #section-2 .rowone h2, #section-3 .rowone h2, #section-4 .rowone h2, #section-5 .rowone h2, #section-6 .rowone h2, #section-7 .rowone h2 {
	width: 65%;
    font-size: 4vh;
	margin: 25px auto;
	text-align: center;
  }
	#section-4 .rowone h2 {
    margin-top: 70px !important;
    margin-bottom: 0 !important;
	}
  #section-2 .rowtwo p {
    font-size: 17px !important;
	  text-align: center;
  }
  .rowtwo > div {
      flex-direction: column;
          justify-content: center;
  }
  #section-2 .rowtwo > div > div {
    width: 100% !important;
    margin-bottom: 30px;
  }


  #section-3 .rowtwo > div > div {
    margin: auto;
  }
  #section-2 .rowtwo img {
      width: 50%;
      margin: 0 auto;
  }
  	#responsive-menu-pro-container {
    	flex-direction: column;
	}
	.nav-abs {
		display: none;
	    width: 70%;
	    position: initial;
	    top: initial;
	    left: initial;
	    margin: 0;
	    z-index: 9;
	}
	#logo {
    	width: 80px;
    	height: 100px;
	}
	.nav-content > div:last-child, .nav-social{
    	display: none;
	}
	.nav-text {
    	color: white;
	}
  .content-section {
      width: 100%;
  }
  section#home .rowone h1 {
    width: 80%;
    text-align: center;
  }
  section#home .rowtwo {
    width: 86%;
    margin: 0 auto;
  }
  .vst-btn {
    left: 0 !important;
    right: initial;
  }
  .rowone > div, .rowtwo > div {
    margin: auto;
    margin-bottom: 0;
	width: 90% !important;
  }
  #section-3 .rowone, #section-4 .rowone, #section-5 .rowone, #section-6 .rowone, #section-7 .rowone {
    width: 100%;
    height: 25%;
  }
  #section-7 .sponsors > div {
      width: 85% !important;
  }
  #section-8 .rowone > div {
    width: 85% !important;
    height: 100% !important;
    margin-left: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; 
  }
	.G8 {
    width: 50%;
	}
  .D8 {
    width: 50%;
    margin: 20px;
	padding: 60px 0 0;
  }
	.followus {
		width: 100%;
	}
  #section-8 .rowtwo > div {
    height: 80% !important;
  }
  #section-8 .rowtwo > div > div {
    width: 50%;
    justify-content: center;
    align-items: center;
  }
  #section-8 .rowtwo > div > p {
    width: auto !important;
    position: absolute;
    bottom: -40px;
  }
  .sponsors .slick-slide {
    flex-direction: column;
  }
  .wrapper-grid {
   display: block;
   width: 100%; 
  }
  .wrapper-grid-div {
    /*width: 245px !important;*/
    height: 250px !important;
    display: flex !important;
	  margin: 15px;
  }
  .event-box div:first-child {
    margin: auto;
    width: 16%;
  }
.event-box {
    padding: 30px 10px;
    margin: 15px;
    min-height: 200px !important;
}
  .event-box h3 {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .event-box p {
    text-align: center;
  }
	button#responsive-menu-pro-button {
    right: 30px !important;
    top: 30px !important;
}

}
@media screen and (max-height: 800px) {
  .box-tech {
    height: 21vh;
  }
  h1 {
    font-size: 6vh !important;
  }
  h2, section#home .rowtwo > div span {
    font-size: 4vh !important;
  }
  h3 {
    font-size: 2vh !important;
  }
  #section-2 .rowtwo p {
    font-size: 2.2vh !important;
  }
  .wrapper-grid {
    grid-auto-rows: 5.5vh;
  }
  .box-tech p {
    font-size: 1.8vh !important;
  }
  p {
      font-size: 1.5vh;
  }
  .event-box p{
    min-height: 50px;
  }
	.maps-grids > iframe {
	    height: 200px;
	} 
}

@media screen and (max-height: 650px) {
	.maps-grids > iframe {
	    height: 150px;
	} 
}

@media screen and (max-height: 580px) {
	.maps-grids > iframe {
	    display: none;
	} 
}

@media screen and (max-width: 750px) {
	.allmedia {
    	margin-top: 50px;
	}
	.sponsors h3 {
    width: 100%;
    text-align: center;
	}
    .sponsors_flex {
    justify-content: center;
    margin: auto;
    width: 100%;
	}
	.flip {
    width: 200px;
	}
	#slide-activities {
		height: 400px;	
	}
  #section-2 .rowtwo p, h3 {
    font-size: initial !important;
  }
  section#home .rowone {
    height: auto;
  }
  section#home .content-section {
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section#home .center {
    display: none;
  }
  section#home .rowtwo > div:nth-child(2) h2, section#home .rowtwo > div:nth-child(4) h2 {
    border: 0;
  }
  .wrapper-grid {
   display: block;
   width: 100%; 
  }
  #section-3 .slick-list {
    width: inherit !important;
  }
  .content-section {
    width: 100%;
    height: 100%;
  }
  #section-3 .rowone, #section-4 .rowone, #section-5 .rowone, #section-6 .rowone, #section-7 .rowone {
    justify-content: flex-end !important;
    height: 125px;
  }
  #section-3 .rowtwo, #section-4 .rowtwo, #section-5 .rowtwo, #section-6 .rowtwo, #section-7 .rowtwo {
    /*min-height: 75%;*/
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .vst-btn {
    display: none !important;
  }
  .rowone > div, .rowtwo > div {
    margin-top: 0;
  }
  #section-2 .rowtwo img {
    display: none;
  }
  #section-2 .rowone h2, #section-3 .rowone h2, #section-4 .rowone h2, #section-5 .rowone h2, #section-6 .rowone h2, #section-7 .rowone h2 {
    font-size: 3vh;
  }
  .rowone {
    justify-content: center !important;
  }
  section#home .rowone h1 {
    font-size: 4vh !important;
    width: 90%;
    text-align: center;
  }

  section#home .rowtwo {
    padding-top: 10px;
    flex-wrap: wrap;
    height: auto;
  }
  section#home .rowtwo > div {
    width: 46%;
  }
  section#home .rowtwo > div {
    border-bottom: 1px solid #e75771;
    margin-bottom: 1vh;
    border-right: 0;
    padding-bottom: 1.5vh;
  }
  section#home .rowtwo > div:nth-last-child() {
    border-bottom: 0 !important;
  }
  p {
    font-size: initial !important;
  }
 .event-box {
    display: block;
    text-align: center;
    padding: 30px 10px;
    margin: 10px auto;
    min-height: 240px !important;  
  }
  .event-box div:first-child {
      margin: auto;
  }  
  .event-box h3 {
    width: 80%;
    margin: auto;
  }
  .activities {
    margin: auto;
  }
  #section-7 .rowtwo > div > div {
    flex-direction: column;
    margin-bottom: 10px !important;
  }
  #section-8 .rowone > div {
      flex-direction: column;
  }
  .D8, .G8 {
    width: 100%;
    padding: 10px;
  }
	#section-8 .rowone {
	    height: 100%;
	    width: 80%;
	    margin: auto;
	}
  #section-8 .rowtwo {
    display: none;
  }
  .D8 > p:last-child {
    display: none;
  }
  .diamond, .platinum, .gold, .silver {
    width: 100% !important;
    transition: height 0.3s linear;
    height: 50px;
  }
  .diamond > .sponsors_flex, .platinum > .sponsors_flex, .gold > .sponsors_flex, .silver > .sponsors_flex {
    display: none;
  }
	.g-maps {
    display: none;
	}
	.wpcf7-form p {
	    display: flex;
	    align-items: flex-start;
	    flex-direction: column;
	}
	.wpcf7-form-control-wrap {
	    width: 100%;
	}
	.followus .fab {
    margin: 0 10px;
	}
	.activities p {
	  text-align: center;
	}
  .flip a {
    left: 0;
    right: 0;
    margin: auto !important;
  }
  .G8 .flip {
  	top: 15px;
  }
  #section06 {
    width: 14px;
    height: 14px;
    border-left: 2px solid #e75771;
    border-bottom: 2px solid #e75771;
  }
  .platinum .imgref, .diamond .imgref {
    width: 30%;
	}
  .gold .imgref, .silver .imgref {
    width: 28%;
    margin: 5px;
	}
	.wrapper-grid-div {
	    height: 230px !important;
	    display: flex !important;
	    margin: 5px 15px;
	}
	section#home {
		background-position: center;
	}
	#myVideo {
		display: none;
	}

}

@media screen and (max-width: 400px) {
  p, #section-2 .rowtwo p{
    font-size: 3vw !important;
  }
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.animation-target {
  -webkit-animation: animation 2800ms linear infinite both;
  animation: animation 2800ms linear infinite both;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bl%3A1%2Cs%3A%5B%7BT%3A%22t%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A-500%2Cy%3A0%7D%2Ct%3A%7Bx%3A0%2Cy%3A0%7D%2Cs%3A5%2Cb%3A2%7D%2C%7BT%3A%22k%22%2Ce%3A%22s%22%2Cd%3A1000%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A120%2Cy%3A0%7D%2Cs%3A3%2Cb%3A4%7D%2C%7BT%3A%22t%22%2Ce%3A%22S%22%2Cd%3A1000%2CD%3A800%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A0%2Cy%3A-50%7D%2Cs%3A2%2Cb%3A4%7D%2C%7BT%3A%22t%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A1800%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A500%2Cy%3A0%7D%2Cs%3A3%2Cb%3A4%7D%2C%7BT%3A%22k%22%2Ce%3A%22b%22%2Cd%3A1000%2CD%3A1750%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A40%2Cy%3A0%7D%2Cs%3A3%2Cb%3A4%7D%5D%7D */

@-webkit-keyframes animation { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1); }
  1.14% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1); }
  2.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1); }
  3.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1); }
  4.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1); }
  4.58% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1); }
  6.76% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1); }
  6.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1); }
  9.01% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1); }
  9.15% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1); }
  11.23% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1); }
  20.16% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1); }
  23.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1); }
  28.47% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  28.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  29.1% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1); }
  29.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1); }
  31.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1); }
  32.75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1); }
  34.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1); }
  35.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1); }
  35.94% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1); }
  37.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1); }
  40.08% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1); }
  46.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
  49.02% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); }
  55.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  57.96% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); }
  62.4% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
  62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
  64.04% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  65.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1); }
  65.82% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1); }
  67.11% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1); }
  67.36% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1); }
  68.65% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1); }
  68.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1); }
  70.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1); }
  72.62% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1); }
  74.4% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1); }
  76.59% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1); }
  78.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1); }
  84.52% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1); }
  86.31% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1); }
  92.49% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1); }
  94.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1); }
  98.21% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1); } 
}

@keyframes animation { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);}
  1.14% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.621, 1, 0, 0, 0, 0, 1, 0, -282.728, 0, 0, 1); }
  2.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.829, 1, 0, 0, 0, 0, 1, 0, -149.309, 0, 0, 1); }
  3.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.695, 1, 0, 0, 0, 0, 1, 0, -72.484, 0, 0, 1); }
  4.54% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.477, 1, 0, 0, 0, 0, 1, 0, -31.997, 0, 0, 1); }
  4.58% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.47, 1, 0, 0, 0, 0, 1, 0, -31.079, 0, 0, 1); }
  6.76% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.146, 1, 0, 0, 0, 0, 1, 0, -1.766, 0, 0, 1); }
  6.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.135, 1, 0, 0, 0, 0, 1, 0, -1.214, 0, 0, 1); }
  9.01% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 2.88, 0, 0, 1); }
  9.15% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.007, 1, 0, 0, 0, 0, 1, 0, 2.886, 0, 0, 1); }
  11.23% { -webkit-transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, -0.033, 1, 0, 0, 0, 0, 1, 0, 1.99, 0, 0, 1); }
  20.16% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.002, 1, 0, 0, 0, 0, 1, 0, 0.01, 0, 0, 1); }
  23.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, -0.003, 0, 0, 1); }
  28.47% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  28.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  29.1% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.992, 0, 1); }
  29.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -15.312, 0, 1); }
  31.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.001, -19.275, 0, 1); }
  32.75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -15.606, 0, 1); }
  34.33% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.111, 0, 1); }
  35.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4.058, 0, 1); }
  35.94% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.395, 0, 1); }
  37.51% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 0, 1); }
  40.08% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.622, 0, 1); }
  46.45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
  49.02% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.137, 0, 1); opacity: 1; }
  55.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  57.96% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1); }
  62.4% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.003, 0, 1); }
  62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1); }
  64.04% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.375, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.19% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.41, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.29% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.434, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  65.57% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.704, 1, 0, 0, 0, 0, 1, 0, 218.852, 0, 0, 1); }
  65.82% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.747, 1, 0, 0, 0, 0, 1, 0, 257.135, 0, 0, 1); }
  67.11% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.903, 1, 0, 0, 0, 0, 1, 0, 416.676, 0, 0, 1); }
  67.36% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.921, 1, 0, 0, 0, 0, 1, 0, 439.293, 0, 0, 1); }
  68.65% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.957, 1, 0, 0, 0, 0, 1, 0, 517.583, 0, 0, 1); }
  68.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.956, 1, 0, 0, 0, 0, 1, 0, 526.138, 0, 0, 1); }
  70.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.922, 1, 0, 0, 0, 0, 1, 0, 546.667, 0, 0, 1); }
  72.62% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.864, 1, 0, 0, 0, 0, 1, 0, 528.816, 0, 0, 1); }
  74.4% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 510.313, 0, 0, 1);}
  76.59% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.832, 1, 0, 0, 0, 0, 1, 0, 498.826, 0, 0, 1);}
  78.37% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.834, 1, 0, 0, 0, 0, 1, 0, 496.885, 0, 0, 1);}
  84.52% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.84, 1, 0, 0, 0, 0, 1, 0, 500.078, 0, 0, 1); opacity: 0; }
  86.31% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500.208, 0, 0, 1); opacity: 0; }
  92.49% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.994, 0, 0, 1); opacity: 0; }
  94.28% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.986, 0, 0, 1); opacity: 0; }
  98.21% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 499.997, 0, 0, 1); opacity: 0; }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0.839, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1); opacity: 0; }
}

