@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 jello-horizontal
{
   0% { transform: rotateX(0deg) ;  }
   30% { transform: rotateX(0deg) scale3d(1.25,0.75,1.0) ;  }
   40% { transform: rotateX(0deg) scale3d(0.75,1.25,1.0) ;  }
   50% { transform: rotateX(0deg) scale3d(1.15,0.85,1.0) ;  }
   65% { transform: rotateX(0deg) scale3d(0.95,1.05,1.0) ;  }
   75% { transform: rotateX(0deg) scale3d(1.05,0.95,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
a.stylem1
{
   color: #FFD700;
   font-weight: bold;
   text-decoration: none;
}
a.stylem1:visited
{
   color: #FF4500;
   text-decoration: none;
}
a.stylem1:active
{
   color: #FF4500;
   text-decoration: none;
}
a.stylem1:hover
{
   color: #FF4500;
   text-decoration: none;
}
a.style3
{
   color: #E1E1E1;
   background: #2D2D2D;
   text-decoration: none;
}
a.style3:visited
{
   color: #E1E1E1;
   background: #2D2D2D;
   text-decoration: none;
}
a.style3:active
{
   color: #E1E1E1;
   background: #2D2D2D;
   text-decoration: none;
}
a.style3:hover
{
   color: #FF8C00;
   background: #2D2D2D;
   text-decoration: none;
}
a.iwd01
{
   color: #000000;
   text-decoration: none;
}
a.iwd01:visited
{
   color: #000000;
   text-decoration: none;
}
a.iwd01:active
{
   color: #000000;
   text-decoration: none;
}
a.iwd01:hover
{
   color: #FF8C00;
   text-decoration: none;
}
a.iwd02
{
   color: #4169E1;
   text-decoration: none;
}
a.iwd02:visited
{
   color: #000000;
   text-decoration: none;
}
a.iwd02:active
{
   color: #000000;
   text-decoration: none;
}
a.iwd02:hover
{
   color: #FF8C00;
   text-decoration: none;
}
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;
}
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;
}
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;
}
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;
}
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;
}
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;
}
.initially-hidden
{
   text-decoration: none;
   background-color: transparent;
   opacity: 0;
}
.blurred-backdrop
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.50);
   --background-color: rgba(0,0,0,0.50);
   backdrop-filter: blur(10px) ;
   -webkit-backdrop-filter: blur(10px) ;
   padding: 75px 50px 75px 50px;
}
.blurred-backdrop_copy
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.50);
   --background-color: rgba(0,0,0,0.50);
   backdrop-filter: blur(10px) ;
   -webkit-backdrop-filter: blur(10px) ;
   padding: 75px 75px 75px 75px;
   backdrop-filter: blur(10px);
}
.blurred-backdrop_copy_copy
{
   text-decoration: none;
   background-color: rgba(0,0,0,0.50);
   --background-color: rgba(0,0,0,0.50);
   backdrop-filter: blur(25px) brightness(133%) contrast(5%) saturate(24%) sepia(12%) ;
   -webkit-backdrop-filter: blur(25px) brightness(133%) contrast(5%) saturate(24%) sepia(12%) ;
   padding: 5px 5px 5px 5px;
   backdrop-filter: blur(2px);
}
