ul {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
td {
  font-size: 1em;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
label,
div,
dd,
dt,
dl,
table,
tr,
td,
img,
hr {
  margin: 0px;
  padding: 0px;
}
a img,
:link img,
:visited img,
fieldset {
  border: none;
}
@font-face {
  font-family: 'Neusharp-Bold';
  font-display: swap;
  font-weight: 100 900;
  src: url('/css/fonts/Neusharp-Bold.ttf');
}
@font-face {
  font-family: 'Orbitron-Black';
  font-display: swap;
  font-weight: 100 900;
  src: url('/css/fonts/Orbitron-Black.ttf');
}
@font-face {
  font-family: 'Orbitron-Bold';
  font-display: swap;
  font-weight: 100 900;
  src: url('/css/fonts/Orbitron-Bold.ttf');
}
@font-face {
  font-family: 'Orbitron-ExtraBold';
  font-display: swap;
  font-weight: 100 900;
  src: url('/css/fonts/Orbitron-ExtraBold.ttf');
}
@font-face {
  font-family: 'Orbitron-Medium';
  font-display: swap;
  font-weight: 100 900;
  src: url('/css/fonts/Orbitron-Medium.ttf');
}
@font-face {
  font-family: 'Orbitron-Regular';
  font-display: swap;
  font-weight: 100 900;
  src: url('/css/fonts/Orbitron-Regular.ttf');
}
@font-face {
  font-family: 'Orbitron-Semibold';
  font-display: swap;
  font-weight: 100 900;
  src: url('/css/fonts/Orbitron-Semibold.ttf');
}
@font-face {
  font-family: 'Orbitron-VariableFontWeight';
  font-display: swap;
  font-weight: 100 900;
  src: url('/css/fonts/Orbitron-VariableFont_wght.ttf');
}
body {
  font-family: arial, sans-serif;
  font-size: 0;
  background-color: #fff;
  color: #333;
}
.frame {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1640px) {
  .frame {
    max-width: 1640px;
  }
}
@media screen and (max-width: 1639px) {
  .frame {
    width: 100%;
  }
}
header {
  background: url('/images/bg_header.png') no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  font-family: "Orbitron-Bold";
  height: 1000px;
  position: relative;
}
header.inside {
  height: 300px;
}
header.inside .logo {
  left: 200px;
  top: 10px;
  width: 10%;
}
header.inside .logo img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  header {
    aspect-ratio: 1.3333333333333;
    height: 100%;
  }
}
header .frame {
  height: 100%;
}
header .logo {
  left: 160px;
  position: absolute;
  top: 50px;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  header .logo {
    left: 5%;
    top: 5%;
  }
  header .logo img {
    width: 100%;
  }
}
header nav,
header .social {
  position: absolute;
  z-index: 1;
}
header nav ul li,
header .social ul li {
  display: inline-block;
}
header nav ul li a,
header .social ul li a {
  display: block;
  text-decoration: none;
}
header nav {
  font-size: 28px;
  right: 375px;
  top: 60px;
}
header nav ul {
  font-weight: bold;
}
header nav ul li {
  margin-right: 30px;
}
header nav ul li a {
  color: #fff;
}
@media screen and (max-width: 1639px) {
  header nav {
    font-size: 1.7vw;
    right: 22.8%;
  }
  header nav ul li {
    margin-right: 1.8vw;
  }
}
@media screen and (max-width: 800px) {
  header nav {
    font-size: 14px;
    right: 60px;
    top: 10px;
  }
  header nav ul {
    background: url('/images/icon_hamburger.png') no-repeat;
    display: block;
    height: 50px;
    position: absolute;
    width: 60px;
  }
  header nav ul:hover li {
    background: #001322;
    border: 1px solid #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: -1px;
    padding: 5px;
    position: relative;
    right: 80px;
    top: 50px;
    width: 120px;
  }
  header nav ul:hover li a {
    display: block;
  }
  header nav ul li {
    display: none;
  }
}
header .social {
  right: 200px;
  top: 60px;
}
header .social ul li {
  margin-right: 10px;
}
@media screen and (max-width: 1639px) {
  header .social {
    right: 12.2%;
  }
  header .social ul li img {
    width: 1.9vw;
  }
}
@media screen and (max-width: 800px) {
  header .social {
    display: none;
  }
}
header .intro {
  left: 140px;
  position: relative;
  top: 300px;
  width: 500px;
}
header .intro p {
  font-family: "Orbitron-Regular";
  line-height: 48px;
}
header .intro p.first {
  font-size: 48px;
  text-transform: uppercase;
}
header .intro p.second {
  font-size: 42px;
  color: #0aa7dc;
}
@media screen and (max-width: 1639px) {
  header .intro {
    left: 8.5vw;
    top: 18.2vw;
    width: 30.5vw;
  }
  header .intro p.first {
    font-size: 2.9vw;
    line-height: 4.4vw;
  }
  header .intro p.second {
    font-size: 2.5vw;
    line-height: 3.7vw;
  }
}
p {
  font-family: 'Verdana';
  font-size: 24px;
  line-height: 36px;
}
#aboutus .slogan {
  border-left: 5px solid #e92d2e;
  margin: 100px 300px;
  padding-left: 25px;
}
@media screen and (max-width: 800px) {
  #aboutus .slogan {
    margin: 30px;
  }
}
#steps {
  position: relative;
}
#steps .background-container {
  background: url('/images/bg_bluebar.png') no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 330px;
}
#steps .steps {
  position: relative;
  top: -175px;
}
#steps .steps ul {
  margin: 0 auto;
  max-width: 1340px;
}
#steps .steps ul li {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 50px;
  text-align: center;
  vertical-align: top;
  width: 33%;
}
#steps .steps ul li img {
  max-width: 100%;
}
#steps .steps ul li h3 {
  color: #07a8dd;
  font-size: 32px;
}
#steps .steps ul li h3 strike {
  text-decoration-thickness: 3px;
  white-space: pre;
}
@media screen and (max-width: 800px) {
  #steps .steps ul li {
    display: block;
    padding: 20px 50px;
    width: 100%;
  }
}
#security {
  height: 640px;
  padding-bottom: 100px;
  position: relative;
}
#security .background-container {
  background: url('/images/bg_security.png') no-repeat;
  background-position: center;
  background-size: cover;
  height: 640px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#security .frame div {
  box-sizing: border-box;
  display: inline-block;
  margin: 70px 0;
  vertical-align: middle;
}
#security .frame div.image {
  padding-right: 20px;
  text-align: right;
  width: 40%;
}
@media screen and (max-width: 1200px) {
  #security .frame div.image img {
    width: 100%;
  }
}
#security .frame div.text {
  border-left: 5px solid #e92d2e;
  color: #07a8dd;
  margin-left: 2%;
  padding-left: 25px;
  padding-right: 150px;
  width: 58%;
}
#security .frame div.text h3 {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #security .frame div.text {
    padding-right: 4vw;
  }
  #security .frame div.text h3 {
    font-size: 4vw;
  }
  #security .frame div.text p {
    font-size: 2vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 1200px) {
  #security {
    height: 48vw;
  }
  #security .background-container {
    height: 48vw;
  }
}
#packages h2,
#products h2 {
  color: #000;
  font-size: 40px;
  padding-left: 5%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#packages h2:before,
#packages h2:after,
#products h2:before,
#products h2:after {
  background-color: #07a8dd;
  content: '\a0';
  height: 3px;
  margin: 0 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
}
#packages h2:before,
#products h2:before {
  margin-left: -10%;
  width: 9.5%;
}
#packages h2:after,
#products h2:after {
  width: 100%;
}
#packages ul {
  margin: 40px auto 0 auto;
  max-width: 1340px;
}
#packages ul li {
  background: #131a22;
  border-radius: 15px;
  box-sizing: border-box;
  display: inline-block;
  height: 400px;
  margin-bottom: 150px;
  margin-right: 4%;
  padding: 20px;
  position: relative;
  vertical-align: top;
  width: 30.6%;
}
#packages ul li:nth-child(3n) {
  margin-right: 0;
}
#packages ul li .background-container {
  border: 2px solid #f00;
  border-radius: 15px;
  height: 100%;
  left: -20px;
  position: absolute;
  top: -20px;
  width: 100%;
}
#packages ul li h3 {
  color: #fff;
  font-size: 32px;
  text-align: left;
}
#packages ul li h3 strike {
  text-decoration-thickness: 3px;
  white-space: pre;
}
#packages ul li .price {
  bottom: -60px;
  color: #07a8dd;
  font-family: 'Orbitron-Bold';
  font-size: 48px;
  left: 5vw;
  position: absolute;
}
#packages ul li p {
  color: #07a8dd;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #packages ul li {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
#products ul {
  margin: 40px auto 0 auto;
  max-width: 1340px;
}
#products ul li {
  background: #131a22;
  border-radius: 15px;
  box-sizing: border-box;
  display: inline-block;
  height: 300px;
  margin-bottom: 150px;
  margin-right: 3%;
  padding: 10px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 17.6%;
}
#products ul li:nth-child(5n) {
  margin-right: 0;
}
#products ul li .background-container {
  border: 2px solid #f00;
  border-radius: 15px;
  height: 100%;
  left: -15px;
  position: absolute;
  top: -15px;
  width: 100%;
}
#products ul li h3 {
  color: #fff;
  font-size: 18px;
  text-align: left;
}
#products ul li h3 strike {
  text-decoration-thickness: 3px;
  white-space: pre;
}
#products ul li p {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  top: 50px;
}
#products ul li .price {
  color: #07a8dd;
  font-family: 'Orbitron-Bold';
  font-size: 32px;
  position: relative;
  top: 50px;
}
@media screen and (max-width: 800px) {
  #products ul li {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
#questions {
  min-height: 700px;
}
#questions div,
#questions form,
#questions p {
  font-family: 'Orbitron-Bold';
  font-size: 24px;
}
#questions div input[type=checkbox],
#questions div input[type=radio],
#questions form input[type=checkbox],
#questions form input[type=radio],
#questions p input[type=checkbox],
#questions p input[type=radio] {
  height: 25px;
  width: 25px;
}
#questions form div {
  display: none;
}
#questions form div.first {
  display: block;
}
#questions li {
  font-size: 24px;
  line-height: 36px;
}
footer {
  font-family: 'Orbitron-Regular';
  height: 400px;
  position: relative;
}
footer .background-container {
  background: url('/images/bg_footer.png') no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
footer .frame {
  height: 100%;
  position: relative;
}
footer .social {
  bottom: 80px;
  left: 12.2vw;
  position: absolute;
}
@media screen and (max-width: 800px) {
  footer .social {
    display: none;
  }
}
footer .social ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .logo,
footer nav,
footer .contact {
  display: inline-block;
  margin-right: 140px;
  vertical-align: bottom;
}
footer .logo:last-child,
footer nav:last-child,
footer .contact:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1639px) {
  footer .logo,
  footer nav,
  footer .contact {
    margin-right: 8.5vw;
  }
}
@media screen and (max-width: 800px) {
  footer .logo,
  footer nav,
  footer .contact {
    display: block;
    margin-left: 11vw;
    margin-right: 0;
    margin-top: 40px;
  }
}
footer .logo {
  margin-left: 11vw;
  margin-top: 80px;
}
footer nav ul li,
footer .contact ul li {
  color: #07a8dd;
  font-size: 32px;
  line-height: 52px;
}
footer nav ul li a,
footer .contact ul li a {
  color: #07a8dd;
  text-decoration: none;
}
@media screen and (max-width: 1639px) {
  footer nav ul li,
  footer .contact ul li {
    font-size: 1.95vw;
    line-height: 3.17vw;
  }
}
@media screen and (max-width: 800px) {
  footer nav ul li,
  footer .contact ul li {
    font-size: 3.9vw;
    line-height: 6.34vw;
  }
}
@media screen and (max-width: 800px) {
  footer nav,
  footer .contact {
    display: inline-block;
  }
}
footer nav {
  left: 40vw;
}
footer .contact {
  left: 60vw;
}
#learn-more {
  background: #fff;
  bottom: 10%;
  color: #000;
  display: none;
  font-size: 28px;
  left: 10%;
  padding: 50px;
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: 2;
}
#learn-more p {
  padding: 50px;
}
form div {
  padding: 10px;
}
form div span {
  display: inline-block;
}
form div span.label {
  text-align: right;
  width: 30%;
}
form div span.value {
  width: 60%;
}
form input[type=text],
form input[type=password],
form select,
form textarea {
  width: 100%;
}
form textarea {
  height: 200px;
}
#gray-out {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#chat {
  bottom: 50px;
  position: fixed;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #chat {
    bottom: 2%;
    right: 6%;
    width: 30%;
  }
}
#chat img {
  width: 100%;
}
a.button,
button,
input[type=button] {
  background: #f3311a;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 28px;
  padding: 22px 30px;
  margin: 30px 0;
  text-decoration: none;
  white-space: nowrap;
}
a.button:hover,
button:hover,
input[type=button]:hover {
  background-color: #d13322;
}
a.button.gray,
button.gray,
input[type=button].gray {
  background: #aaa;
}
a.button.right,
button.right,
input[type=button].right {
  float: right;
}
h1,
h2,
h3 {
  color: #07a8dd;
  font-family: 'Orbitron-Bold';
  font-size: 48px;
}
h1 sup,
h2 sup,
h3 sup {
  color: #000;
  font-size: 18px;
  margin-left: 10px;
}
h1 {
  padding-bottom: 50px;
}
h3 {
  padding-bottom: 20px;
}
input[type=text],
input[type=textarea],
select {
  border: 1px solid #aaa;
  font-size: 20px;
  height: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 800px) {
  a.button {
    border-radius: 5px;
    font-size: 1.7vw;
    margin: 10px;
    padding: 5px 8px;
  }
}
@media print {
  body {
    background-color: white;
  }
  header,
  .nav,
  footer {
    display: none;
  }
  .content-text p {
    font-size: 20px;
  }
  .content-text h2 {
    font-size: 40px;
  }
  .card {
    width: 100%;
  }
}
/* Media Query for Dark Mode
	@media (prefers-color-scheme: dark) body {
  background-color: #333;
  color: #fff;
}
/* Media Query for Dark Mode
	@media (prefers-color-scheme: dark) header,
/* Media Query for Dark Mode
	@media (prefers-color-scheme: dark) .nav,
/* Media Query for Dark Mode
	@media (prefers-color-scheme: dark) footer {
  background-color: #111;
}
/* Media Query for Dark Mode
	@media (prefers-color-scheme: dark) .content-text p,
/* Media Query for Dark Mode
	@media (prefers-color-scheme: dark) .content-text h2 {
  text-shadow: none;
}
