  @font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('/fperg/MaterialIcons-Regular.woff2') format('woff2'),
        url('/fperg/MaterialIcons-Regular.woff') format('woff'),
        url('/fperg/MaterialIcons-Regular.ttf') format('truetype');
}
@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 fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes flip-in
{
   0% { transform: perspective(400px) rotateX(90deg) scale3d(1.2,1.2,1.2) ; opacity: 0;  }
   50% { transform: perspective(400px) rotateX(-20deg) scale3d(1.0,1.0,1.0) ; opacity: 1;  }
   100% { transform: perspective(400px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@keyframes scale-in-horizontal-center
{
   0% { transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes scale-in-vertical-center
{
   0% { transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes side-fall
{
   0% { transform: perspective(1300px) translate3d(30%,30%,600px) rotate(10deg) ; opacity: 0;  }
   100% { transform: translate3d(0%,0%,0px) rotateX(0deg) ; opacity: 1;  }
}
@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 swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
@keyframes transform-3d-sign
{
   0% { transform-origin: 50% 0; transform: perspective(1300px) rotateX(-60deg) ; opacity: 0;  }
   100% { transform: rotateX(0deg) ; opacity: 1;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate-in
{
   0% { transform-origin: center center; transform: rotate(-200deg) ; opacity: 0;  }
   100% { transform-origin: center center; transform: rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-scale
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes twister-down-in
{
   0% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%; opacity: 0;  }
   30% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ; transform-origin: 100% 100%; opacity: 1;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a.stylePUTIH
{
   color: #FFFFFF;
   background: #800000;
   text-decoration: none;
}
a.stylePUTIH:visited
{
   color: #FFFFFF;
   background: #800000;
   text-decoration: none;
}
a.stylePUTIH:active
{
   color: #FFFFFF;
   background: #800000;
   text-decoration: none;
}
a.stylePUTIH:hover
{
   color: #FFFFFF;
   background: #800000;
   text-decoration: underline;
}
a.stylemaoms
{
   color: #800000;
   background: #FFFFFF;
   text-decoration: none;
}
a.stylemaoms:visited
{
   color: #800000;
   background: #FFFFFF;
   text-decoration: none;
}
a.stylemaoms:active
{
   color: #800000;
   background: #FFFFFF;
   text-decoration: none;
}
a.stylemaoms:hover
{
   color: #800000;
   background: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.styleFGG
{
   color: #4F4F4F;
   text-decoration: none;
}
a.styleFGG:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.styleFGG:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.styleFGG:hover
{
   color: #4F4F4F;
   font-weight: bold;
   text-decoration: underline;
}
a.style_stidy
{
   color: #4F4F4F;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_stidy:visited
{
   color: #4F4F4F;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_stidy:active
{
   color: #4F4F4F;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_stidy:hover
{
   color: #4F4F4F;
   background: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.pinky
{
   color: #FFFFFF;
   background: #FF69B4;
   text-decoration: none;
}
a.pinky:visited
{
   color: #FFFFFF;
   background: #FF69B4;
   text-decoration: none;
}
a.pinky:active
{
   color: #FFFFFF;
   background: #FF69B4;
   text-decoration: none;
}
a.pinky:hover
{
   color: #FFFFFF;
   background: #FF69B4;
   text-decoration: underline;
}
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: "MS Sans Serif";
   font-weight: bold;
   font-size: 17px;
   text-decoration: none;
   color: #F5F5F5;
   --color: #F5F5F5;
   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;
}
.MSSERIF
{
   font-family: "MS Sans Serif";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   background-color: transparent;
}
@media only screen and (max-width: 1112px)
{
}
