@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@-webkit-keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
a.style1
{
   color: #FFFFFF;
   text-decoration: none;
}
a.style1:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:active
{
   color: #F5F5F5;
   text-decoration: underline;
}
a.style1:hover
{
   color: #FFA500;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   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;
   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;
   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;
   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;
   font-style: italic;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: italic;
   text-decoration: none;
   color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.half-circle-top
{
   text-decoration: none;
   background-color: #0000CD;
}
.half-circle-top:before
{
   text-decoration: none;
   background-color: #000000;
   border-radius: 50px;
   width: 100px;
   z-index: 10;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%);
   top: -50px;
}
.half-circle-bottom
{
   text-decoration: none;
   background-color: #000000;
}
.half-circle-bottom:after
{
   text-decoration: none;
   background-color: #000000;
   border-radius: 50px;
   width: 100px;
   z-index: 10;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%);
   bottom: -50px;
   top: auto;
}
.diagonal
{
   text-decoration: none;
   background-color: #FFFFFF;
   z-index: 1;
   padding-top: 6em;
}
.diagonal:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 150%;
   z-index: -1;
   transform-origin: 3% 0;
   position: absolute;
   height: 50%;
   left: -25%;
   content: '';
   transform: rotate(-3deg);
   display: block;
   top: 0;
}
.diagonal:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 150%;
   z-index: -1;
   transform-origin: 0 0;
   position: absolute;
   height: 75%;
   left: -25%;
   content: '';
   transform: rotate(-2deg);
   display: block;
   top: 0;
}
.triangle
{
   text-decoration: none;
   background-color: #DC143C;
}
.triangle:after
{
   text-decoration: none;
   background-color: #FF0000;
   width: 50px;
   z-index: 10;
   position: absolute;
   height: 50px;
   left: 50%;
   content: "";
   bottom: -50px;
   transform: translateX(-50%) rotate(45deg);
}
.zigzag-bottom:after
{
   text-decoration: none;
   background-color: #DC143C;
   background-image: url('linear-gradient(135deg, #FFFFFF 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%');
   background-size: 50px 100%;
   z-index: 10;
   right: 0;
   position: absolute;
   height: 90px;
   left: 0;
   content: "";
   background-position: 50%;
   display: block;
   top: 100%;
}
.triangles
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangles:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   box-shadow: -50px 50px 0 #000000;
   width: 50px;
   z-index: 10;
   position: absolute;
   height: 50px;
   left: 50%;
   content: "";
   bottom: -25px;
   transform: translateX(-50%) rotate(45deg);
}
.curve
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.curve:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 50%;
   z-index: 10;
   position: absolute;
   height: 70px;
   left: 0;
   content: "";
   top: -70px;
}
.curve:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 50%;
   z-index: 10;
   position: absolute;
   left: 50%;
   height: 70px;
   content: "";
   top: -70px;
}
.blocks
{
   text-decoration: none;
   background-color: #000000;
}
.blocks:before
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('linear-gradient(to right, #000000 50%, #FFFFFF 50%');
   background-size: 130px 100%;
   width: 100%;
   position: absolute;
   height: 50px;
   left: 0;
   content: "";
   top: -50px;
}
.zigzag
{
   text-decoration: none;
   background-color: #000000;
}
.zigzag:before
{
   text-decoration: none;
   background-color: transparent;
   background-image: url('linear-gradient(315deg, #000000 25%, transparent 25%), linear-gradient( 45deg, #000000 25%, transparent 25%');
   background-size: 50px 100%;
   z-index: 10;
   right: 0;
   position: absolute;
   height: 90px;
   left: 0;
   content: "";
   background-position: 50%;
   display: block;
   top: -90px;
}
.zigzag-bottom
{
   text-decoration: none;
   background-color: #000000;
}
.triangles-top
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangles-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   box-shadow: -50px 50px 0 #000000;
   width: 50px;
   position: absolute;
   height: 50px;
   left: 50%;
   content: "";
   transform: translateX(-50%) rotate(45deg);
   top: -25px;
}
.triangle-top
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangle-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 100px;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%) rotate(45deg);
   top: -50px;
}
.style1
{
   text-decoration: none;
   background-color: transparent;
}
