@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes push
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes pop-out
{
   0% { transform: rotateX(0deg) scale3d(1,1,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.1,1.1,1.0) ;  }
}
@keyframes pop-in
{
   0% { transform: rotateX(0deg) scale3d(1.1,1.1,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1,1,1.0) ;  }
}
@keyframes animate-background-Gray
{
   0% { background-color: #FFFFFF;  }
   100% { background-color: #F5F5F5;  }
}
@keyframes animate-background-White
{
   0% { background-color: #F5F5F5;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes Text-Color-Blue
{
   0% { color: #000000;  }
   100% { color: #0000CD;  }
}
@keyframes Text-Color-Black
{
   0% { color: #0000CD;  }
   100% { color: #000000;  }
}
a.Hyper_Link_Style01
{
   color: #FFFFFF;
   background: #876EA5;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style01::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style01:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style01:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style01:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style01:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.Hyper_Link_Style02
{
   color: #FFFFFF;
   background: #000080;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style02::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style02:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style02:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style02:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style02:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.Hyper_Link_Style03
{
   color: #FFFFFF;
   background: #33796E;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style03::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style03:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style03:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style03:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style03:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.Hyper_Link_Style04
{
   color: #FFFFFF;
   background: #053999;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style04::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style04:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style04:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style04:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style04:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.Hyper_Link_Style05
{
   color: #FFFFFF;
   background: #016DC8;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style05::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style05:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style05:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style05:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style05:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.Hyper_Link_Style06
{
   color: #FFFFFF;
   background: #529AB7;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style06::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style06:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style06:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style06:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style06:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.Hyper_Link_Style07
{
   color: #FFFFFF;
   background: #DC9011;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style07::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style07:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style07:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style07:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style07:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.Hyper_Link_Style08
{
   color: #FFFFFF;
   background: #AE4F4C;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style08::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style08:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style08:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style08:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style08:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.Hyper_Link_Style08_Gray
{
   color: #FFFFFF;
   background: #808080;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Hyper_Link_Style08_Gray::after
{
   background: transparent;
   content: "";
   display: block;
   width: 0;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.Hyper_Link_Style08_Gray:hover::after
{
   background: #0000FF;
   width: 100%;
}
a.Hyper_Link_Style08_Gray:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style08_Gray:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.Hyper_Link_Style08_Gray:hover
{
   color: #0000FF;
   text-decoration: none;
}
.Arial_12 Plain
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.CustomStyle
{
   font-family: Roboto;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 21px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.Roboto_Thin_24
{
   font-family: "Roboto";
   font-weight: 400;
   font-weight: 400;
   font-weight: 100;
   font-size: 32px;
   text-decoration: none;
   background-color: transparent;
}
.Roboto_12
{
   font-family: "Roboto";
   font-weight: 400;
   font-weight: 700;
   font-size: 16px;
   text-decoration: none;
   background-color: transparent;
}
.Arial_10Plain_copy
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   background-color: transparent;
}
.Roboto_10_Simple
{
   font-family: "Roboto";
   font-weight: 400;
   font-weight: 400;
   font-weight: 100;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
}
@media only screen and (min-width: 1400px) and (max-width: 1439px)
{
}
@media only screen and (min-width: 1200px) and (max-width: 1399px)
{
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)
{
}
@media only screen and (min-width: 960px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 768px) and (max-width: 959px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
