@charset "utf-8";
.pimee-menu {
  background-color: #141D2F;
  padding: 20px;
  border-bottom: 1px solid #444;
}

.pimee-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pimee-menu li {
  display: inline-block;
  margin-right: 20px;
}

.pimee-menu a {
  color: #6495ED;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pimee-menu a:hover {
  color: #4668A5;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .dropdown-toggle {
  color: #6495ED;
  text-decoration: none;
}

.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #273B5E;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 150px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu li {
  margin-bottom: 10px;
}

.dropdown .dropdown-menu a {
  color: #6495ED;
}

@random: `Math.round(Math.random() * 100)`;


.orange-paragraph {
    background-color: #3C598E;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    margin-right: 10px;
}

header {
    background-color: rgba(0,0,0,0.65);
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 19px;
    padding-bottom: 10px;
    color: rgba(0,0,0,0.65);
    margin-top: 10px;
    min-width:100%;
    max-width:100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    background-color: #0c0f15;
    overflow-x:hidden;
    color: #ababab; }

::-webkit-scrollbar {
    width: 10px;
    background-color: darkslateblue;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-thumb {
    background-color: darkslateblue;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.heading-page
{
    text-transform: uppercase;
    font-size: 43px;
    font-weight: bolder;
    letter-spacing: 3px;
    color: white;
}
a {

    -webkit-transition: all 2.3s ease 0s;
    -moz-transition: all 2.3s ease 0s;
    -o-transition: all 2.3s ease 0s;
    transition: all 2.3s ease 0s; }
a:hover, a:focus {
    color: orange;
    text-decoration: none;
    outline: 0 none; }

h1, h2, h3, h4, h5, h6 {
    color: cornflowerblue;
    font-family: "Pricedown BL", pricedownbl;
    background-image: -webkit-linear-gradient(45deg, darkslateblue 5%, transparent 125%, transparent 150%, rgba(255, 255, 255, .2) 150%, rgba(255, 255, 255, .2) 75%, transparent 175%, transparent);
    margin: 0;
    margin-right: 10px;
    line-height: 1.3; }

p {
    margin-bottom: 20px; }
p:last-child {
    margin-bottom: 0; }

/*
 * Selection color
 */
::-moz-selection {
    background-color: cornflowerblue;
    color: darkblue; }

::selection {
    background-color: cornflowerblue;
    color: blue; }

/*
 *  Reset bootstrap's default style
 */
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
    opacity: 1;
    color: inherit; }

.form-control:-moz-placeholder,
:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: inherit; }

.form-control::-moz-placeholder,
::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: inherit; }

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
    opacity: 1;
    color: inherit; }

button, input, select,
textarea, label {
    font-weight: 400; }

.btn {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.btn:hover, .btn:focus, .btn:active:focus {
    outline: 0 none; }

.btn-primary {
    background-color: orange;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    height: 48px;
    line-height: 50px;
    padding: 0 42px;
    text-transform: uppercase; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background-color: cornflowerblue; }

.btn-border {
    border: 1px solid cornflowerblue;
    display: inline-block;
    padding: 7px; }

/*
 *  CSS Helper Class
 */
.clear:before, .clear:after {
    content: " ";
    display: table; }

.clear:after {
    clear: both; }

.pt-table {
    display: table;
    width: 100%;
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px); }

.pt-tablecell {
    display: table-cell;
    vertical-align: middle; }

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.relative {
    position: relative; }

.primary,
.link:hover {
    color: orange; }

.no-gutter {
    margin-left: 0;
    margin-right: 0; }
.no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

.flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }

.nicescroll-cursors {
    background: cornflowerblue !important; }

.preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
.preloader.active.hidden {
    display: none; }

.loading-mask {
    background-color: #FA6862;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
    transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s; }
.loading-mask:nth-child(2) {
    left: 20%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
.loading-mask:nth-child(3) {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
.loading-mask:nth-child(4) {
    left: 60%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
.loading-mask:nth-child(5) {
    left: 80%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }

.preloader.active.done {
    z-index: 0; }

.preloader.active .loading-mask {
    width: 0; }

/*------------------------------------------------
	Start Styling
-------------------------------------------------*/
.mt20{margin-top:20px;}
.site-wrapper {
    border-top: 4px solid #ff0037; }

.page-close {
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 100; }

.page-title {
    margin-bottom: 75px; }
.page-title img {
    margin-bottom: 20px; }
.page-title h2 {
    font-size: 68px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-weight: 900;
    text-transform: uppercase; }
.page-title p {
    font-size: 14px;
    font-family: monospace;
    line-height: 21px;}
.page-title .title-bg {
    color: rgba(30, 37, 48, 0.07);
    font-size: 158px;
    left: 0;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.section-title {
    margin-bottom: 20px; }
.section-title h3 {
    display: inline-block;
    position: relative; }
.section-title h3::before, .section-title h3::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: -webkit-calc(100% + 14px);
    left: -moz-calc(100% + 14px);
    left: calc(100% + 14px); }
.section-title h3::before {
    background-color: #1e2530;
    width: 96px;
    bottom: 14px; }
.section-title h3::after {
    background-color: #FA6862;
    width: 73px; }
.section-title.light h3 {
    color: #fff; }
.section-title.light h3::before {
    background-color: #fff; }

.page-nav {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0; }
.page-nav span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.9;
    text-transform: uppercase; }

/*------------------------------------------------
    Home Page
-------------------------------------------------*/

.hexagon-item:first-child {
    margin-left: 0;
}

.page-home {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle; }
.page-home .overlay {
    background-color: rgba(140, 170, 240, 0.97);

}

/* End of container */
.hexagon-item {
    cursor: pointer;
    width: 150px;
    height: 150px;
    float: left;

    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);

    background-color: rgba(0,0,0,0.0);
    color: #E8E8E8;
    font-weight: 300;
    font-style: normal;
    font-size: medium;
    text-align: left;

}

.hexagon-item:first-child {
    margin-left: 0; }
.hexagon-item:hover {
    z-index: 1; }
.hexagon-item:hover .hex-item:last-child {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); }
.hexagon-item:hover .hex-item:first-child {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
.hexagon-item:hover .hex-item:first-child div:before,
.hexagon-item:hover .hex-item:first-child div:after {
    height: 5px; }
.hexagon-item:hover .hex-item div::before,
.hexagon-item:hover .hex-item div::after {
    background-color: CornflowerBlue; }
.hexagon-item:hover .hex-content svg {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97); }

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px); }

.hex-item {
    position: absolute;
    top: 0;
    left: 50px;
    width: 0px;
    height: 173.20508px; }
.hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(0.9);
    -webkit-transition: all 10.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 10.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 10.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 10.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hex-item:last-child {
    transition: all 10.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1; }
.hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: -10px;
    left: 0px;
    width: 40px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
.hex-item div::before, .hex-item div::after {
    background-color: #1e2530;
    content: "-";
    position: absolute;
    width: 100%;
    height: 3px;
    -webkit-transition: all 10.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 10.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 10.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 10.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.hex-item div:before {
    top: 0; }
.hex-item div:after {
    bottom: 0; }
.hex-item div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
.hex-item div:nth-child(2) {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
.hex-item div:nth-child(3) {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg); }

.hex-content {
    color: #fff;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px; }
.hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.hex-content .icon {
    display: block;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 11px; }
.hex-content .title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase; }
.hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.hex-content:hover {
    color: #fff; }

.page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}
/*------------------------------------------------
    Welcome Page
-------------------------------------------------*/
.author-image-large {
    position: absolute;
    right: 0;
    top: 0; }
.author-image-large img {
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px); }


@media (min-width: 1200px)
{
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 1200px)
{
    .col-lg-8 {
        width: 66.66666667%;
    }
}

.hexagon-item:first-child {
    margin-left: 0;
}

.pt-table.desktop-768 .pt-tablecell {
    padding-bottom: 110px;
    padding-top: 60px;
}



.hexagon-item:hover .icon i
{
    color:CornflowerBlue;
    transition:5.6s;

}


.hexagon-item:hover .title
{
    -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/***************************/

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}





@media only screen and (max-width: 767px)
{
    .hexagon-item {
        float: none;
        margin: 0 auto 50px;
    }
    .hexagon-item:first-child {
        margin-left: auto;
    }

    .page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
        -webkit-transform: rotate(30deg) translate(0px, 0px);
        -moz-transform: rotate(30deg) translate(0px, 0px);
        -ms-transform: rotate(30deg) translate(0px, 0px);
        -o-transform: rotate(30deg) translate(0px, 0px);
        transform: rotate(30deg) translate(0px, 0px);
    }

}




body {
    font-style: bold;
    font-size: medium;
    font-weight: 300;
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='2560' height='1440' preserveAspectRatio='none' viewBox='0 0 2560 1440'%3e%3cg mask='url(%26quot%3b%23SvgjsMask6805%26quot%3b)' fill='none'%3e%3crect width='2560' height='1440' x='0' y='0' fill='url(%26quot%3b%23SvgjsRadialGradient6806%26quot%3b)'%3e%3c/rect%3e%3cpath d='M871.845%2c1418.342C960.989%2c1419.286%2c1062.76%2c1416.226%2c1108.701%2c1339.826C1155.497%2c1262.005%2c1114.869%2c1167.619%2c1070.131%2c1088.597C1024.485%2c1007.971%2c964.333%2c926.937%2c871.845%2c921.459C771.464%2c915.513%2c676.838%2c974.397%2c628.226%2c1062.423C581.092%2c1147.773%2c588.451%2c1254.442%2c643.523%2c1334.899C692.578%2c1406.566%2c785.002%2c1417.422%2c871.845%2c1418.342' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M587.19 333.43 a422.47 422.47 0 1 0 844.94 0 a422.47 422.47 0 1 0 -844.94 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1291.88 1240.27 a287.12 287.12 0 1 0 574.24 0 a287.12 287.12 0 1 0 -574.24 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M978.91 292.42 a456.91 456.91 0 1 0 913.82 0 a456.91 456.91 0 1 0 -913.82 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M2068.373%2c1000.974C2177.699%2c996.057%2c2265.165%2c913.725%2c2311.431%2c814.549C2351.161%2c729.384%2c2323.874%2c635.219%2c2276.998%2c553.769C2229.976%2c472.065%2c2162.508%2c397.25%2c2068.373%2c392.218C1966.299%2c386.761%2c1872.09%2c442.973%2c1817.172%2c529.188C1757.513%2c622.846%2c1732.061%2c740.241%2c1784.25%2c838.258C1839.226%2c941.509%2c1951.516%2c1006.229%2c2068.373%2c1000.974' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M965.81 1153.7 a306.33 306.33 0 1 0 612.66 0 a306.33 306.33 0 1 0 -612.66 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1731.079%2c796.04C1804.75%2c796.43%2c1866.127%2c742.214%2c1898.923%2c676.245C1928.33%2c617.093%2c1916.065%2c548.808%2c1882.18%2c492.102C1849.3%2c437.077%2c1795.174%2c396.145%2c1731.079%2c395.357C1665.693%2c394.553%2c1606.649%2c431.997%2c1573.405%2c488.307C1539.565%2c545.626%2c1535.934%2c615.243%2c1566.287%2c674.483C1599.648%2c739.593%2c1657.921%2c795.653%2c1731.079%2c796.04' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M671.77 1008.14 a294.74 294.74 0 1 0 589.48 0 a294.74 294.74 0 1 0 -589.48 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1038.136%2c1313.143C1146.24%2c1307.051%2c1201.939%2c1195.885%2c1255.147%2c1101.585C1306.985%2c1009.714%2c1365.428%2c908.761%2c1320.035%2c813.54C1269.649%2c707.845%2c1155.215%2c648.02%2c1038.136%2c646.361C918.081%2c644.659%2c799.689%2c700.021%2c742.048%2c805.347C686.318%2c907.183%2c715.704%2c1028.404%2c774.179%2c1128.689C832.129%2c1228.074%2c923.272%2c1319.616%2c1038.136%2c1313.143' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1056.15 23.4 a331.93 331.93 0 1 0 663.86 0 a331.93 331.93 0 1 0 -663.86 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M971.77%2c833.171C1019.69%2c831.38%2c1066.326%2c809.471%2c1088.528%2c766.967C1109.408%2c726.994%2c1093.446%2c681.37%2c1071.698%2c641.862C1048.871%2c600.394%2c1019.102%2c555.437%2c971.77%2c554.861C923.832%2c554.278%2c892.211%2c598.273%2c867.537%2c639.378C841.813%2c682.231%2c815.168%2c732.283%2c838.843%2c776.301C863.311%2c821.792%2c920.152%2c835.101%2c971.77%2c833.171' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1168.839%2c652.514C1282.709%2c652.039%2c1374.097%2c569.852%2c1430.975%2c471.204C1487.785%2c372.674%2c1506.641%2c255.878%2c1456.348%2c153.867C1399.692%2c38.948%2c1296.928%2c-63.594%2c1168.839%2c-60.5C1044.208%2c-57.49%2c960.006%2c55.609%2c904.421%2c167.198C855.644%2c265.121%2c850.551%2c377.34%2c902.891%2c473.406C957.697%2c573.998%2c1054.287%2c652.992%2c1168.839%2c652.514' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M230.184%2c1395.683C276.601%2c1395.696%2c319.248%2c1369.482%2c341.556%2c1328.777C363.051%2c1289.556%2c358.391%2c1242.093%2c335.378%2c1203.743C313.064%2c1166.559%2c273.483%2c1140.795%2c230.184%2c1143.185C190.136%2c1145.396%2c163.977%2c1179.945%2c143.349%2c1214.343C121.86%2c1250.176%2c100.879%2c1291.029%2c118.924%2c1328.713C138.961%2c1370.558%2c183.789%2c1395.67%2c230.184%2c1395.683' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M275.837%2c1004.921C346.731%2c1007.402%2c424.694%2c999.473%2c463.515%2c940.101C505.25%2c876.273%2c498.11%2c791.424%2c457.742%2c726.723C419.574%2c665.549%2c347.934%2c640.337%2c275.837%2c639.297C201.504%2c638.225%2c121.734%2c656.933%2c84.612%2c721.342C47.526%2c785.69%2c68.084%2c866.14%2c109.608%2c927.718C146.217%2c982.008%2c210.397%2c1002.631%2c275.837%2c1004.921' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M933.96 447.87 a447.06 447.06 0 1 0 894.12 0 a447.06 447.06 0 1 0 -894.12 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1729.313%2c1481.326C1860.32%2c1479.373%2c1988.56%2c1421.813%2c2052.088%2c1307.223C2113.966%2c1195.609%2c2085.022%2c1062.837%2c2023.221%2c951.18C1958.958%2c835.076%2c1861.507%2c735.663%2c1729.313%2c724.061C1575.379%2c710.551%2c1406.868%2c756.275%2c1330.03%2c890.343C1253.485%2c1023.9%2c1303.245%2c1189.55%2c1389.423%2c1317.104C1464.923%2c1428.852%2c1594.466%2c1483.337%2c1729.313%2c1481.326' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M2097.75 241.32 a440.51 440.51 0 1 0 881.02 0 a440.51 440.51 0 1 0 -881.02 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1819.32 150.86 a434 434 0 1 0 868 0 a434 434 0 1 0 -868 0z' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1300.306%2c1721.155C1397.377%2c1727.431%2c1504.248%2c1716.597%2c1558.979%2c1636.181C1619.493%2c1547.268%2c1615.364%2c1429.113%2c1563.008%2c1335.165C1509.226%2c1238.657%2c1410.762%2c1169.64%2c1300.306%2c1172.014C1193.301%2c1174.314%2c1102.452%2c1249.407%2c1056.461%2c1346.052C1016.131%2c1430.801%2c1042.577%2c1527.412%2c1093.732%2c1606.102C1139.775%2c1676.929%2c1216.005%2c1715.705%2c1300.306%2c1721.155' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1504.005%2c1680.426C1597.406%2c1681.559%2c1690.616%2c1647.907%2c1740.491%2c1568.929C1793.721%2c1484.639%2c1800.421%2c1376.371%2c1750.519%2c1290.069C1700.669%2c1203.857%2c1603.5%2c1155.667%2c1504.005%2c1159.947C1411.243%2c1163.937%2c1337.177%2c1228.871%2c1291.678%2c1309.807C1247.224%2c1388.883%2c1232.156%2c1484.599%2c1277.25%2c1563.312C1322.575%2c1642.427%2c1412.833%2c1679.32%2c1504.005%2c1680.426' fill='rgba(2%2c 5%2c 39%2c 0.7)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask6805'%3e%3crect width='2560' height='1440' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient cx='100%25' cy='50%25' r='2659.32' gradientUnits='userSpaceOnUse' id='SvgjsRadialGradient6806'%3e%3cstop stop-color='rgba(14%2c 42%2c 71%2c 1)' offset='0.44'%3e%3c/stop%3e%3cstop stop-color='rgba(18%2c 0%2c 158%2c 1)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 10)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 10)%7d 50%25%7btransform: translate(-5px%2c -15px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 10)%7d 50%25%7btransform: translate(0%2c -100px)%7d 100%25%7btransform: translate(0%2c 10)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");*/

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='2450' height='1440' preserveAspectRatio='none' viewBox='0 0 2450 1440'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1201%26quot%3b)' fill='none'%3e%3crect width='2450' height='1440' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1202%26quot%3b)'%3e%3c/rect%3e%3cpath d='M1504.0561751020666 30.1388744980551L1874.0063218958621 39.5630408280964 199.4304882259034-20.387105965698993 154.480341432108-659.81127229574037z' fill='rgba(28%2c 83%2c 142%2c 0.9)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M0.32864857606395503 925.9035155475148L165.7589936964338 1297.4661542075314 371.89128723608064 760.4731704271449z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M739.3876384205389 1097.1353140629574L1063.8013764050174 869.9783692274357 836.6444315694957 545.5646312429571 512.2306935850172 772.7215760784788z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1269.8634831714246 179.5208146795134L1243.713225077106 478.4196324282817 1568.762300920193 205.67107277383187z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M989.2206163560597 1444.7409850901665L875.5380171574058 1114.5827438949755 545.3797759622146 1228.2653430936293 659.0623751608686 1558.4235842888204z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1196.0125950182235 646.1684142920893L1094.788734210729 940.1438519295582 1388.7641718481977 1041.3677127370527 1489.9880326556922 747.3922750995838z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1635.2922892655365 651.7873613497949L1430.6317007996167 542.967396173077 1526.4723240888186 856.4479498157147z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M710.6037753731517 877.1044264499735L1021.6164606435734 920.8144088409108 1065.3264430345107 609.8017235704891 754.3137577640889 566.091741179552z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M128.0552664090742 596.8695546520049L363.91810326725533 809.2414068586727 576.2899554739231 573.3785700004914 340.42711861574196 361.0067177938238z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M26.630200351727396 328.517347676219L217.78732536900986 573.1873102761756 462.4572879689664 382.0301852588931 271.30016295168394 137.36022265893655z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M373.6740469732076 757.8313367239831L566.985458680155 931.8897136338433 731.4173181914714 554.893407618492z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1675.3293425548504 337.7800753766468L1962.6930815671394 437.0337798950829 1916.5438533637462 175.3085009957902z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M2295.6302167688777 853.1967406017253L2601.272349572707 690.6839358767991 2438.759544847781 385.04180307296986 2133.1174120439514 547.5546077978961z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M586.4063780016234 163.983192091746L684.1430924505064 298.5062388254422 837.0593053266093 84.63964378526953z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1304.0767507789913 540.9441326838714L1592.2861188406098 707.341888917219 1758.6838750739573 419.1325208556003 1470.4745070123388 252.73476462225284z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1693.806320437854 1345.4956205011454L1772.7517880301655 974.086396659501 1401.3425641885212 895.1409290671895 1322.3970965962098 1266.550152908834z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M815.3060084985475 838.6373654399823L1020.5135868515276 966.8652919322915 1148.7415133438367 761.6577135793113 943.5339349908567 633.4297870870022z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M2014.3548152859867 621.0646769096636L1837.8699078925645 823.6969937313127 2067.634421998768 872.5349488435106z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M-76.02370997971802 981.0211513205762L142.94541250834186 1123.5182358135098 158.87610431933166 895.698728986011z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1003.3484083810629 796.3563642720509L668.0193770169242 552.7255621111606 424.38857485603387 888.0545934752994 759.7176062201726 1131.6853956361897z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1201'%3e%3crect width='2450' height='1440' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='100%25' y1='50%25' x2='0%25' y2='50%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1202'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(0%2c 0%2c 0%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 10s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 10s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 4s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
    background-size: auto auto;
    background-repeat: no-repeat;
    background-color: #000000;
    background-attachment: fixed;
    animation: random 20s linear infinite;
    min-width:80%;
    max-width:80%;
}

nav {
    float: left;
}

hr {
    display: block;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
    margin-left: 0px;
    margin-right: 10px;
    border-style: inset;
    border-width: 2px;
    background-color: rgba(0, 0, 237,1.00);
}

.header_container {
    margin-top: 27px;
    margin-left: 20%;
    background-color: rgba(0,0,0,0.50);
    color: #E8E8E8;
    font-weight: 300;
    font-style: normal;
    font-size: medium;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    text-decoration: none;
    min-width:80%;
    max-width:80%;
}

.header_container header p {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: coaantent-box;
    box-sizing: content-box;
    display: inline;
    margin-left: 17px;
    color: #E8E8E8;
    float: none;
    font-style: normal;
    font-size: small;
    font-weight: 300;
    text-indent: 0;
}



.menu_container {
    margin-top: 27px;
    margin-left: 20%;
    background-color: rgba(0,0,0,0.50);
    color: #E8E8E8;
    font-weight: 300;
    font-style: normal;
    font-size: medium;
    text-align: left;

    text-decoration: none;
    min-width:80%;
    max-width:80%;

}

.menu_container header p {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline;
    margin-left: 17px;
    color: #E8E8E8;
    float: none;
    font-style: normal;
    font-size: small;
    font-weight: 300;
    text-indent: 0;
    min-width:80%;
    max-width:80%;
}

.menu_container p {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.menu_container p a {
    text-decoration: underline;
    color: #E8E8E8;
}



.mainmenu {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-top: -10px;
    text-align: center;
}

.mainmenu ul li {
    list-style-type: none;
    display: inline-block;
    list-style-image: none;
}

.mainmenu ul li a {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-decoration: none;
    color: #E8E8E8;
}



.btn-red {
    background-color: rgba(0,0,255,1.00);
}

.btn-green {
    background-color: rgba(0,0,255,1.00);
    padding-left: 0px;
}




.maincontent {
    margin-top: 27px;
    margin-left: 20%;
    background-color: rgba(0,0,0,0.50);
    color: #E8E8E8;
    font-weight: 300;
    font-style: normal;
    font-size: medium;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    min-width:80%;
    max-width:80%;
}

.maincontent p {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.maincontent p a {
    text-decoration: underline;
    color: #E8E8E8;
}


.footer {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    color: #E8E8E8;
    font-size: small;

}

