@font-face {
   font-family: "Product Sans";
   src: url('../fonts/productsans-regular.ttf') format('truetype');
}
@font-face {
   font-family: "Nunito SemiBold";
   src: url('../fonts/nunito-semibold.ttf') format('truetype');
}
@font-face {
   font-family: "Nunito Light";
   src: url('../fonts/nunito-light.ttf') format('truetype');
}
@-webkit-keyframes puff-in {
0% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
100% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
}
@-moz-keyframes puff-in {
0% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
100% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
}
@-o-keyframes puff-in {
0% {
   -o-transform-origin: 50% 50%;
   -o-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
100% {
   -o-transform-origin: 50% 50%;
   -o-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
}
@-ms-keyframes puff-in {
0% {
   -ms-transform-origin: 50% 50%;
   -ms-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
100% {
   -ms-transform-origin: 50% 50%;
   -ms-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
}
@keyframes puff-in {
0% {
   opacity: 0;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(2,2);
}
100% {
   opacity: 1;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(1,1);
}
}
@-webkit-keyframes transform-3d-flip {
0% {
   -webkit-transform: perspective(400px) rotateX(0deg);
}
40% {
   -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg);
}
50% {
   -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01);
}
80% {
   -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95);
}
100% {
   -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0);
}
}
@-moz-keyframes transform-3d-flip {
0% {
   -moz-transform: perspective(400px) rotateX(0deg);
}
40% {
   -moz-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg);
}
50% {
   -moz-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01);
}
80% {
   -moz-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95);
}
100% {
   -moz-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0);
}
}
@-o-keyframes transform-3d-flip {
0% {
   -o-transform: perspective(400px) rotateX(0deg);
}
40% {
   -o-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg);
}
50% {
   -o-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01);
}
80% {
   -o-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95);
}
100% {
   -o-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0);
}
}
@-ms-keyframes transform-3d-flip {
0% {
   -ms-transform: perspective(400px) rotateX(0deg);
}
40% {
   -ms-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg);
}
50% {
   -ms-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01);
}
80% {
   -ms-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95);
}
100% {
   -ms-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0);
}
}
@keyframes transform-3d-flip {
0% {
   transform: perspective(400px) rotateX(0deg);
}
40% {
   transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg);
}
50% {
   transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01);
}
80% {
   transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95);
}
100% {
   transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0);
}
}
a {
   color: #0000FF;
   text-decoration: underline;
}
a:visited {
   color: #800080;
}
a:active {
   color: #FF0000;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}
a.linkto {
   color: #FFFFFF;
   text-decoration: none;
}
a.linkto:visited {
   color: #FFFFFF;
   text-decoration: none;
}
a.linkto:active {
   color: #FFFFFF;
   text-decoration: none;
}
a.linkto:hover {
   color: #FFFFFF;
   text-decoration: underline;
}
a.h1-linkto {
   color: #FF0000;
   text-decoration: none;
}
a.h1-linkto:visited {
   color: #FF0000;
   text-decoration: none;
}
a.h1-linkto:active {
   color: #FF0000;
   text-decoration: none;
}
a.h1-linkto:hover {
   color: #FF0000;
   text-decoration: underline;
}
h1 {
   background-color: transparent;
   color: #FF0000;
   display: inline;
   font-family: "Product Sans";
   font-size: 35px;
   font-style: normal;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h2 {
   background-color: transparent;
   color: #4F4F4F;
   display: inline;
   font-family: "Nunito ExtraLight";
   font-size: 29px;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h3 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4 {
   background-color: transparent;
   color: #F5F5F5;
   display: inline;
   font-family: "Nunito SemiBold";
   font-size: 17px;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}
.style1 {
   background-color: transparent;
   font-family: "Nunito Black";
   font-size: 32px;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
}
