<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body {
  background-color: #202020;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #303030;
}

.container {
  margin-top: 200px;
  text-align: center;
}

.grid {
  width: 45%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.image {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  text-align: center;
}

.butotn {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  border-bottom: 5px solid #000;
  border-radius: 0px;
  background-color: #460043;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.butotn:hover {
  background-color: #2c002a;
  box-shadow: 0 24px 0 -20px #fff;
}

.butotn.clor {
  background-color: #1a1a1a;
}

.text-block {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-4 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #d4d4d4;
}

.grid-2 {
  display: inline-block;
  width: 40%;
  margin: 20px auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #e7e7e7;
  font-size: 20px;
  text-decoration: none;
}

.icon:hover {
  color: #fff;
}

.text-span {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c5c5c5;
}

.text-span:hover {
  color: #fff;
}

.container-2 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-bottom: 25px;
  text-align: center;
}

.text-block-5 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.body-2 {
  background-color: rgba(0, 0, 0, 0.92);
  background-image: linear-gradient(234deg, rgba(255, 0, 0, 0.59), rgba(214, 255, 0, 0.56) 99%), radial-gradient(circle closest-corner at 50% 50%, rgba(42, 0, 0, 0), rgba(0, 12, 36, 0.79)), linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/003.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px -25px;
  background-size: auto, auto, auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news-bar {
  position: static;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  color: #006daa;
  text-align: center;
}

.text-block-6 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.tooltipster-demo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin: 11px 14px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: grey;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: default;
}

.tooltipster-demo-block:hover {
  background-color: #525252;
}

.alt-text {
  position: absolute;
  left: -10px;
  top: -25px;
  right: -10px;
  display: none;
  padding: 5px;
  border-radius: 5px;
  background-color: #363636;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.tooltip {
  position: absolute;
  left: -35px;
  right: 0px;
  bottom: 135%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding: 7px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-radius: 3px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-block-7 {
  color: #636363;
  font-size: 14px;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3e3e3e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-trigger-div {
  width: 50px;
  height: 50px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.icon-2 {
  margin-top: 5px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.icon-2.email {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.container-3 {
  margin-top: 120px;
}

.tooltip-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.tooltipje {
  position: absolute;
  bottom: 135%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 110px;
  padding: 7px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-radius: 3px;
  background-color: #3e3e3e;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.iconlink {
  margin-right: 15px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.text-block-8 {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #ff8500;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-8:hover {
  color: #e67800;
}

.loader-parent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.loader {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.loadersvg {
  position: absolute;
  left: 45%;
  top: 50%;
  display: block;
  overflow: visible;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.contenthold {
  display: none;
  height: 100vh;
  margin-top: 0px;
}

.contenthold.body-2 {
  display: block;
  height: 100%;
  min-height: 105vh;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(42, 0, 0, 0), rgba(0, 12, 36, 0.79));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image-2 {
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  text-align: left;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.html-embed {
  width: 70%;
  min-height: 150px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.black {
  overflow: visible;
  background-color: #030303;
  font-family: Montserrat, sans-serif;
}

.cross {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  padding: 16px;
  float: right;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: rgba(2, 2, 2, 0.52);
  text-decoration: none;
}

.cross:hover {
  color: rgba(2, 2, 2, 0.77);
}

.bold-text {
  position: relative;
  padding: 10px 15px;
}

.brand {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.middlelogo {
  width: 100%;
  text-align: center;
}

.brand-2 {
  min-width: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: hsla(0, 0%, 40%, 0.29);
}

.nav-menu {
  float: left;
}

.brand-3 {
  float: right;
}

.iconholder {
  margin-top: 14px;
  margin-right: 15px;
  float: right;
}

.nav-link {
  color: snow;
  font-weight: 600;
  text-transform: uppercase;
}

.container-4 {
  height: 5000px;
}

.disablethisonstart {
  display: block;
}

.div-block-2 {
  position: static;
  min-height: 200px;
  min-width: 100%;
  margin-top: -200px;
  background-image: url('../images/background.png');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-9 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fdfafa;
  font-size: 60px;
  text-align: center;
}

.bold-text-2 {
  font-size: 80px;
}

.link-block-2 {
  text-decoration: none;
}

.section {
  background-color: #181818;
}

.contentholder {
  min-height: 100px;
  padding: 70px 200px 150px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: snow;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.heading.right {
  display: block;
  margin-bottom: 0px;
  text-align: center;
}

.heading.right.cta {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 5px;
  background-color: #850000;
  font-size: 28px;
  text-align: center;
}

.heading.right.cta:hover {
  background-color: #690000;
}

.paragraph {
  display: inline-block;
  width: 100%;
  float: none;
  color: #fff;
  text-align: justify;
}

.paragraph.space {
  padding-right: 50px;
}

.image-3 {
  width: 30%;
  float: right;
}

.link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #e4e4e4;
}

.link:visited {
  color: #fff;
}

.image-4 {
  border-radius: 0px;
}

.lightbox-link {
  width: 500px;
  text-align: right;
}

.hot-pics {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(250deg, rgba(217, 226, 0, 0.59), rgba(250, 80, 0, 0.53)), url('../images/landscape18_9x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.col {
  padding-right: 0px;
  padding-left: 0px;
}

.col.padding {
  padding-left: 50px;
}

.div-block-4 {
  padding-right: 250px;
  padding-left: 250px;
}

.instagram-holder {
  padding-bottom: 100px;
}

.button {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #505050;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.button:hover {
  background-color: #424242;
}

.backtotop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  border-radius: 50%;
  background-color: #2e2e2e;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.div-block-5 {
  padding: 150px 250px 100px;
}

.div-block-6 {
  background-color: #050505;
}

.text-block-10 {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #777;
  text-align: center;
}

.background-video {
  position: absolute;
  z-index: -1;
  min-height: 90vh;
  min-width: 100%;
  padding-top: 0px;
  background-color: transparent;
  opacity: 0.96;
  color: #fff;
}

.headcall {
  margin-top: 143px;
  text-align: center;
}

.column {
  display: none;
}

@media (max-width: 991px) {
  .loader-parent {
    display: none;
  }
  .loader {
    display: inline-block;
  }
  .loadersvg {
    left: 35%;
    top: 45%;
    width: 30%;
  }
  .contenthold.body-2 {
    background-image: linear-gradient(234deg, rgba(255, 0, 0, 0.59), rgba(214, 255, 0, 0.56) 99%), radial-gradient(circle closest-corner at 50% 50%, rgba(42, 0, 0, 0), rgba(0, 12, 36, 0.79)), url('../images/landscape18_9x.jpg');
    background-position: 0px 0px, 0px 0px, 50% 100%;
  }
  .icon-3 {
    color: #fff;
  }
  .menu-button {
    float: left;
  }
  .contentholder {
    padding-right: 50px;
    padding-left: 50px;
  }
  .div-block-5 {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .text-block-8 {
    font-size: 12px;
  }
  .loader-parent {
    display: none;
  }
  .loader {
    display: inline-block;
  }
  .image-2 {
    margin-right: 43px;
  }
  .iconholder {
    display: none;
  }
  .contentholder {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .heading {
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .image-4 {
    margin-bottom: 36px;
  }
  .lightbox-link {
    text-align: center;
  }
  .hot-pics {
    padding-top: 59px;
    padding-bottom: 50px;
  }
  .col.padding {
    padding-left: 0px;
    text-align: center;
  }
  .div-block-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    margin-bottom: 31px;
  }
  .div-block-5 {
    padding-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .text-block-8 {
    padding-right: 25px;
  }
  .contenthold.body-2 {
    min-height: 0vh;
  }
  .div-block-2 {
    display: none;
  }
  .contentholder {
    padding: 50px 10px;
  }
  .heading {
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph.space {
    padding-right: 0px;
  }
  .image-4 {
    text-align: center;
  }
  .lightbox-link {
    margin-bottom: 18px;
    text-align: center;
  }
  .col.padding {
    padding-left: 0px;
  }
  .div-block-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    margin-bottom: 38px;
  }
  .div-block-5 {
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}</pre></body></html>