.inner {
  max-width: 1240px; }

body {
  color: white; }

.brand {
  font-style: italic; }

.footer a.brand {
  color: white; }

.modal.show .modal-dialog {
  top: 25vh; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white; }

.typography h1 {
  font-size: 2em; }

.section h2, .section h3 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  margin-top: 0.5em; }

.typography h3 {
  font-size: 20px; }

.typography a, .typography a.intro {
  color: orange; }

.typography a:hover, .typography a.intro:hover {
  color: orange; }

.typography img {
  border: none; }

.header .inner {
  padding-top: 24px !important; }

.social-links {
  display: flex;
  justify-content: center; }

.socials {
  font-size: 3em;
  margin: 0.15em;
  margin-bottom: 2em; }

.main {
  background-color: #161616; }

.no-border-inner {
  padding: 0; }

.banner-container {
  display: flex;
  justify-content: center; }

.center-image {
  display: block;
  margin: 0 auto; }

.white-text {
  color: white; }

a.btn, button, input[type="submit"], input[type="reset"], .Actions .action {
  background-color: cornflowerblue;
  color: #fff; }

a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
  background-color: dodgerblue;
  color: #fff; }

.carousel-control-prev, .carousel-control-next {
  background-color: none !important; }

.carousel-indicators {
  position: relative;
  list-style: none;
  /* Remove default list styling */
  display: flex;
  /* Use flex display to align items */
  flex-wrap: wrap;
  /* Allow indicators to wrap to the next line */
  justify-content: center;
  /* Center the bullet points horizontally */
  align-items: center;
  /* Center the bullet points vertically */
  margin: 0;
  padding: 0; }

.carousel-indicators li, .carousel-indicators[data-bs-target] li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important; }

.mobileShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 518px) {
  .mobileShow {
    display: inherit; } }
.tabletShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 518px) and (max-width: 1320px) {
  .tabletShow {
    display: inherit; } }
.desktopShow {
  display: none; }

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopShow {
    display: inherit; } }
.platform-icon {
  width: 150px; }

.btn-primary {
  background-color: #03a9f4;
  font-weight: 600 !important; }

a.btn:after {
  content: none !important; }

.btn-primary:hover {
  color: white !important; }

.btn-light {
  border: 1px solid gray; }

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important; }

.btn-accept:hover {
  background-color: green !important; }

.btn-toolbar {
  justify-content: flex-end !important; }

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important; }

.original-post:hover {
  font-size: none; }

.flatUI {
  display: block;
  height: 1.6em;
  align-items: center;
  text-transform: uppercase;
  background-color: black; }

.flatUI a {
  font-size: 16px;
  line-height: 0.8em;
  color: lightgray; }

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em; }

.header .primary li a {
  margin-top: 24px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray; }

.nav-link {
  text-transform: uppercase; }

.menu-footer {
  margin-left: 1.5em;
  margin-left: 1.5em; }

.offcanvas-bottom {
  height: 90vh; }

@media (min-width: 1200px) {
  .offcanvas-bottom {
    height: 50vh; } }
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem; } }
form .good {
  color: black; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto; } }
.modal-footer-full {
  display: block;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px); }

.page-item.active .page-link {
  /* border-color: $color-blue-BG;
   background-color: $color-blue-BG;*/ }

.page-item a {
  font-size: 0.5em !important; }

.pagination {
  margin-bottom: 1em !important; }

.btn-danger {
  background-color: #dc3545 !important; }

.accordion-button {
  padding-top: 0.72rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0.72rem !important;
  padding-left: 1.25rem !important; }

.card-quotes {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #020024;
  background: linear-gradient(172deg, #020024 0%, #090979 35%, #00d4ff 100%);
  color: white;
  background-clip: border-box;
  border: 3px solid #ffb500;
  border-radius: 0.84rem;
  margin-bottom: 1em; }

.card-quotes .card-title {
  color: white; }

.card-quotes .card-text {
  font-size: 1em; }

#licenses {
  margin-top: 1em; }

.license .s1 {
  color: red; }

.license .s5 {
  color: green; }

.contactform form {
  width: 100%; }

.contactform form label.left {
  color: white; }

.ProductCategory, .Product, .typography h1, .sidecart h3 {
  color: white !important; }

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c; }

.typography table tr:nth-child(even) {
  background-color: #202020; }

.CookiePolicyPage input[type="checkbox"], .CookiePolicyPage input.checkbox, .CookiePolicyPage .checkboxes input {
  margin: 0.67em; }
.CookiePolicyPage form label.right {
  font-size: 16px;
  color: #888;
  text-transform: uppercase; }

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020; }

h2.CookieConsent__title {
  font-size: 1rem; }

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1; }

.CookieConsent__button {
  padding: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em;
  display: inline-block;
  background-color: #4c4c4c;
  color: #e1e1e1 !important;
  text-align: center;
  display: block; }

.CookieConsent__button--highlight {
  background-color: green;
  color: white !important; }

/* FOOTER */
.footer .CookieConsent__button {
  padding: 0.36em;
  font-size: 1.1em; }

/* VIDEOS */
.video-cookie-notice-wrapper {
  position: relative; }

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7); }

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey; }
