<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a:link, a:visited, a:active, h1, h2 {
  color: #df0832;
}
a:hover {
  color: #ff0a3a;
}
.progress-bar, .btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active, .panel-primary &gt; .panel-heading {
  background-color: #df0832;
  border-color: #df0832;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary, .btn-warning:hover {
  background-color: #ff0a3a;
  border-color: #ff0a3a;
}
.btn-warning {
  color: #FFF;
  background-color: #3a71a0;
  border-color: #3a71a0;
}
.btn-warning:hover, .btn-cart:focus, .btn-cart.focus, .btn-cart:active, .btn-cart.active, .open &gt; .dropdown-toggle.btn-cart {
  color: #FFF;
  background-color: #1C80D5;
  border-color: #1C80D5;
}
.row-header {
  color: #df0832;
}
.col-header {
  background-color: #df0832;
  border: 1px solid #df0832;
}
.table th {
  background-color: #df0832;
}

/*Footer Styling*/
.footer-header {
  padding: 10px;
  background-color: #df0832; /*Color of Background*/
  border-bottom: 3px solid #000000;
  font-size: 14pt;
  color: #fff;
}
.footer-header h3 {
  text-align: center;
  color: #fff;
}
.footer-body {
  padding: 15px 25px;
  background-color: #818181;
  color: #fff;
}
.footer-body h3 {
  color: #fff;
}
.footer-body li {
  line-height: 1.8;
}
.footer-body a {
  color: #fff;
}
.footer-body a:hover {
  color: #df0832;
}

/*Bootstrap 5 Styling*/
.tabs a {
  color: #666 !important;
}
.tabs a.active, .tabs a.active:hover {
  color: #FFF !important; /*Font color of active tab*/
  background: no-repeat 92% center #df0832; /*Color of active tab*/
}
a .tablinks :hover {
  color: #666666 !important; /*Font color on tab hover*/
  text-decoration: none;
}
.card {
  margin-bottom: .5em;
  flex: 1 1 auto;
  padding: 1em;
  color: var(--bs-card-color);
}
.pricing.card {
  padding: -var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
.pricing &gt; .card-header {
  color: white;
  background-color: #df0832;
  border-color: #df0832;
  font-weight: 700;
  font-size: 16px;
}
.header {
  padding-top: 10px;
}
.btn-warning {
	color: #FFF;
}
.card {
	color: darkslategray;
}
.vendorLogo-1 {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
}
.header-links {
    padding: 1rem;
    font-size: 1.2rem;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.header-links &gt; .col &gt; a {
    color: black;
    font-weight: 500;
}
.header-links &gt; .col &gt; a:hover::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.header-links &gt; .col &gt; a::after {
    content: '';
    display: block;
    height: 6px;
    background: #df0832;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform ease-in-out 250ms;
    -webkit-transition: -webkit-transform ease-in-out 250ms;
    -o-transition: transform ease-in-out 250ms;
    transition: transform ease-in-out 250ms;
    transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
}
@media only screen and (max-width: 767px) {
	.header-links {
		display: none;
	}
}
.card-well {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    padding: 35px 50px;
    margin: 0 0px 20px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
@media (min-width: 768px) {
.section .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
}
}
.section .modal-body {
    position: relative;
    padding: 0px;
}
.section .modal-content {
    background-color: #000000;
}
.section .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}</pre></body></html>