@font-face
{
   font-family: "Segoe Print";
   font-display: swap;
   src: url('../fonts/Segoe Print.woff2') format('woff2'),
        url('../fonts/Segoe Print.woff') format('woff'),
        url('../fonts/Segoe Print.ttf') format('truetype'),
        url('../fonts/Segoe Print.svg#SegoePrint') format('svg'),
        url('../fonts/Segoe Print.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "FONTSPRING DEMO - Aventra";
   font-display: swap;
   src: url('../fonts/FSP DEMO - Aventra Bold.woff2') format('woff2'),
        url('../fonts/FSP DEMO - Aventra Bold.woff') format('woff'),
        url('../fonts/FSP DEMO - Aventra Bold.ttf') format('truetype'),
        url('../fonts/FSP DEMO - Aventra Bold.svg#FONTSPRINGDEMO-AventraBoldRegular') format('svg'),
        url('../fonts/FSP DEMO - Aventra Bold.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Aptos";
   font-display: swap;
   src: url('../fonts/Aptos.woff2') format('woff2'),
        url('../fonts/Aptos.woff') format('woff'),
        url('../fonts/Aptos.ttf') format('truetype'),
        url('../fonts/Aptos.svg#Aptos') format('svg'),
        url('../fonts/Aptos.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Segoe Print";
   font-display: swap;
   src: url('../fonts/Segoe Print.woff2') format('woff2'),
        url('../fonts/Segoe Print.woff') format('woff'),
        url('../fonts/Segoe Print.ttf') format('truetype'),
        url('../fonts/Segoe Print.svg#SegoePrint') format('svg'),
        url('../fonts/Segoe Print.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "FONTSPRING DEMO - Aventra";
   font-display: swap;
   src: url('../fonts/FSP DEMO - Aventra Bold.woff2') format('woff2'),
        url('../fonts/FSP DEMO - Aventra Bold.woff') format('woff'),
        url('../fonts/FSP DEMO - Aventra Bold.ttf') format('truetype'),
        url('../fonts/FSP DEMO - Aventra Bold.svg#FONTSPRINGDEMO-AventraBoldRegular') format('svg'),
        url('../fonts/FSP DEMO - Aventra Bold.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Aptos";
   font-display: swap;
   src: url('../fonts/Aptos.woff2') format('woff2'),
        url('../fonts/Aptos.woff') format('woff'),
        url('../fonts/Aptos.ttf') format('truetype'),
        url('../fonts/Aptos.svg#Aptos') format('svg'),
        url('../fonts/Aptos.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Open-Sans.woff2') format('woff2'),
        url('../fonts/Open-Sans.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 700;
   font-display: swap;
   src: url('../fonts/Open-Sans-Bold.woff2') format('woff2'),
        url('../fonts/Open-Sans-Bold.woff') format('woff');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; 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 text-letterspacing-bottom
{
   0% { transform: translate3d(0px,300px,400px) rotateX(0deg) ; letter-spacing: 1em; opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; letter-spacing: normalpx; opacity: 1.0;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.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 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%;  }
}
h1, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   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: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   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: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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;
}
.CustomStyle
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
.Link
{
   text-decoration: none;
   color: #06A9B1;
   --color: #06A9B1;
   background-color: transparent;
}
@media only screen and (min-width: 800px) and (max-width: 1139px)
{
}
@media only screen and (max-width: 799px)
{
}
