@font-face
{
   font-family: "Ico Font";
   font-display: swap;
   src: url('icofont.woff2') format('woff2'),
        url('icofont.woff') format('woff'),
        url('icofont.ttf') format('truetype'),
        url('icofont.svg#icofont') format('svg'),
        url('icofont.eot') format('embedded-opentype');
}
@keyframes animate-box-shadow
{
   0% { box-shadow: 0px 0px 5px #FF0000;  }
   50% { box-shadow: 0px 0px 15px 15px #FF0000;  }
   100% { box-shadow: 0px 0px 5px #FF0000;  }
}
@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 filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@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;  }
}
h1, .h1
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   letter-spacing: 1.2px;
   text-decoration: none;
   color: #145686;
   --color: #145686;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --background-color: rgba(79,79,79,1.00);
   --color: #BC8F8F;
}
@media (prefers-color-scheme: dark)
{
h1, .h1
{
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #4F4F4F;
   --background-color: rgba(79,79,79,1.00);
   background-image: linear-gradient(to top, #4F4F4F 0%, #4F4F4F 100%);
}
}
h2, .h2
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: normal;
   font-size: 32px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   background-clip: text;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
@media (prefers-color-scheme: dark)
{
h2, .h2
{
   color: #FFFFFF;
   --color: #FFFFFF;
}
}
h3, .h3
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: 300;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #34356C;
   --background-color: rgba(52,53,108,1.00);
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #4F4F4F;
   display: inline;
}
@media (prefers-color-scheme: dark)
{
h3, .h3
{
   background-color: #4F4F4F;
   --background-color: rgba(79,79,79,1.00);
}
}
h4, .h4
{
   font-family: "Roboto Slab";
   font-weight: 400;
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   letter-spacing: 1px;
   text-decoration: none;
   color: #F5FFFA;
   --color: #F5FFFA;
   background-color: #34356C;
   --background-color: rgba(52,53,108,1.00);
   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: "Roboto Slab";
   font-weight: 200;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   letter-spacing: 1.1px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   background-clip: text;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(0,0,0,1.00);
   display: inline;
}
@media (prefers-color-scheme: dark)
{
h6, .h6
{
   color: #FFFFFF;
   --color: #FFFFFF;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(254,254,254,1.00);
}
}
.initially-hidden
{
   text-decoration: none;
   background-color: transparent;
   animation-name: animate-fade-in-right;
   animation-duration: 1200ms;
   animation-delay: 100ms;
   animation-timing-function: linear;
   animation-iteration-count: 1;
   animation-direction: normal;
   animation-fill-mode: forwards;
   opacity: 0;
}
.style1
{
   text-decoration: none;
   background-color: transparent;
}
.style2
{
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.style3_blocks_sales
{
   text-decoration: none;
   background-color: #C2E1FF;
   --background-color: rgba(194,225,255,1.00);
}
@media (prefers-color-scheme: dark)
{
.style3_blocks_sales
{
   background-color: #4F4F4F;
   --background-color: rgba(79,79,79,1.00);
   background-image: linear-gradient(to top, #4F4F4F 0%, #4F4F4F 100%);
}
}
.darkmode_header_style
{
   font-family: "Roboto Slab";
   font-weight: 200;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #145686;
   --background-color: rgba(20,86,134,1.00);
   --background-color: rgba(0,0,0,1.00);
   --color: #FFFFFF;
}
@media (prefers-color-scheme: dark)
{
.darkmode_header_style
{
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
}
.dark_mode_all
{
   font-weight: normal;
   font-size: 13px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: #F5F5F5;
   --background-color: rgba(245,245,245,1.00);
}
@media (prefers-color-scheme: dark)
{
.dark_mode_all
{
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #4F4F4F;
   --background-color: rgba(79,79,79,1.00);
}
}
.dark_mode_footer
{
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #145686;
   --background-color: rgba(20,86,134,1.00);
   --background-color: rgba(0,0,0,1.00);
   --color: #FFFFFF;
}
@media (prefers-color-scheme: dark)
{
.dark_mode_footer
{
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
}
.top_menu_style
{
   font-family: "Roboto";
   font-weight: 400;
   font-weight: 300;
   font-size: 13px;
   letter-spacing: 1.2px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: #F5F5F5;
   --background-color: rgba(245,245,245,1.00);
   background-clip: padding-box;
}
@media (prefers-color-scheme: dark)
{
.top_menu_style
{
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #4F4F4F;
   --background-color: rgba(79,79,79,1.00);
}
}
.<h6>
{
   font-family: "Roboto Slab";
   font-weight: 200;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   letter-spacing: 1.1px;
   text-decoration: none;
   background-color: transparent;
   background-clip: text;
}
@media (prefers-color-scheme: dark)
{
.<h6>
{
   color: #FFFFFF;
   --color: #FFFFFF;
}
}
@media only screen and (max-width: 969px)
{
}
