@charset "UTF-8";
/* BASE UI COLORS */
/* MAIN CARDS - homepage */
/* BADGE info */
/* ALERT info */
/* ALERT warning */
/* Primary button color */
/* Links color */
/* CODE block color */
/* HEX value color */
/* WEB BACKGROUND */
/* Secondary button color */
/* ICONS – homepage color */
/* SCROLLBAR color */
/* Navigation background color */
/* TOOLTIP global colors */
/* LOGO BACKGROUND – dark background */
/* MAIN HEADER glogal colors */
/* TEXT global colors */
/* TEXT showcase color on Typography page – Used font styles */
/* TABLE header colors */
/* Accordion */
/* Border color */
/* BASE UI COLORS */
/* MAIN CARDS - homepage */
/* BADGE info */
/* ALERT info */
/* ALERT warning */
/* Primary button color */
/* Links color */
/* CODE block color */
/* HEX value color */
/* WEB BACKGROUND */
/* Secondary button color */
/* ICONS – homepage color */
/* SCROLLBAR color */
/* Navigation background color */
/* TOOLTIP global colors */
/* LOGO BACKGROUND – dark background */
/* MAIN HEADER glogal colors */
/* TEXT global colors */
/* TEXT showcase color on Typography page – Used font styles */
/* TABLE header colors */
/* Accordion */
/* Border color */
body p {
  font-family: "ABC Arizona Sans", sans-serif;
  color: #6F6F6F;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  body p {
    font-size: 1rem;
  }
}
body .table, body .alert, body .breadcrumb, body .nav {
  font-family: "ABC Arizona Sans", sans-serif;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  body .table, body .alert, body .breadcrumb, body .nav {
    font-size: 1rem;
  }
}
body h1 {
  color: #C91235;
  font-family: "ABC Arizona Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  body h1 {
    font-size: 2.375rem;
  }
}
@media (min-width: 992px) {
  body h1 {
    font-size: 2.5rem;
  }
}
body h2 {
  color: #C91235;
  font-family: "ABC Arizona Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  body h2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  body h2 {
    font-size: 2rem;
  }
}
body h3 {
  color: #C91235;
  font-family: "ABC Arizona Sans", sans-serif;
  font-size: 1.575rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  body h3 {
    font-size: 1.6625rem;
  }
}
@media (min-width: 992px) {
  body h3 {
    font-size: 1.75rem;
  }
}
body h4 {
  color: #C91235;
  font-family: "ABC Arizona Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  body h4 {
    font-size: 1.425rem;
  }
}
@media (min-width: 992px) {
  body h4 {
    font-size: 1.5rem;
  }
}
body h5 {
  color: #C91235;
  font-family: "ABC Arizona Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  body h5 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 992px) {
  body h5 {
    font-size: 1.25rem;
  }
}
body h6 {
  color: #C91235;
  font-family: "ABC Arizona Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  body h6 {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  body h6 {
    font-size: 1rem;
  }
}

.card-typography-font-size {
  font-weight: 600;
  font-size: 9rem;
  color: #C91235 !important;
}
@media (min-width: 576px) {
  .card-typography-font-size {
    font-size: 6rem;
  }
}
@media (min-width: 768px) {
  .card-typography-font-size {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .card-typography-font-size {
    font-size: 7rem;
  }
}
@media (min-width: 1200px) {
  .card-typography-font-size {
    font-size: 8rem;
  }
}

.card-typography-font {
  font-family: "ABC Arizona Sans", sans-serif;
}

/* BASE UI COLORS */
/* MAIN CARDS - homepage */
/* BADGE info */
/* ALERT info */
/* ALERT warning */
/* Primary button color */
/* Links color */
/* CODE block color */
/* HEX value color */
/* WEB BACKGROUND */
/* Secondary button color */
/* ICONS – homepage color */
/* SCROLLBAR color */
/* Navigation background color */
/* TOOLTIP global colors */
/* LOGO BACKGROUND – dark background */
/* MAIN HEADER glogal colors */
/* TEXT global colors */
/* TEXT showcase color on Typography page – Used font styles */
/* TABLE header colors */
/* Accordion */
/* Border color */
.text-gray-100 {
  color: #161616;
}

.text-gray-90 {
  color: #262626;
}

.text-gray-80 {
  color: #393939;
}

.text-gray-70 {
  color: #525252;
}

.text-gray-60 {
  color: #6F6F6F;
}

.text-gray-50 {
  color: #8D8D8D;
}

.text-gray-40 {
  color: #A8A8A8;
}

.text-gray-30 {
  color: #C6C6C6;
}

.text-gray-20 {
  color: #E0E0E0;
}

.text-gray-15 {
  color: #e9e9e9;
}

.text-gray-10 {
  color: #F8F8F8;
}

.text-gray-00 {
  color: #fbfbfb;
}

.text-danger-color {
  color: #A8A8A8;
}

.text-success-color {
  color: #262626;
}

.text-card-logos {
  color: #C91235;
}

.text-card-swatch {
  color: white;
}

.text-card-typography {
  color: white;
}

.text-card-swatch-1 {
  color: #C91235;
}

.text-card-swatch-2 {
  color: #6F6F6F;
}

.text-card-swatch-3 {
  color: #E0E0E0;
}

.bg-gray-100 {
  background-color: #161616;
}

.bg-gray-90 {
  background-color: #262626;
}

.bg-gray-80 {
  background-color: #393939;
}

.bg-gray-70 {
  background-color: #525252;
}

.bg-gray-60 {
  background-color: #6F6F6F;
}

.bg-gray-50 {
  background-color: #8D8D8D;
}

.bg-gray-40 {
  background-color: #A8A8A8;
}

.bg-gray-30 {
  background-color: #C6C6C6;
}

.bg-gray-20 {
  background-color: #E0E0E0;
}

.bg-gray-15 {
  background-color: #e9e9e9;
}

.bg-gray-10 {
  background-color: #F8F8F8;
}

.bg-gray-00 {
  background-color: #fbfbfb;
}

.bg-danger-color {
  background-color: #A8A8A8;
}

.bg-success-color {
  background-color: #262626;
}

.bg-card-logos {
  background-color: #C91235;
}

.bg-card-swatch {
  background-color: white;
}

.bg-card-typography {
  background-color: white;
}

.bg-card-swatch-1 {
  background-color: #C91235;
}

.bg-card-swatch-2 {
  background-color: #6F6F6F;
}

.bg-card-swatch-3 {
  background-color: #E0E0E0;
}

.logo-size-100 .logo-size {
  width: 100%;
}

.logo-size-95 .logo-size {
  width: 95%;
}

.logo-size-90 .logo-size {
  width: 90%;
}

.logo-size-85 .logo-size {
  width: 85%;
}

.logo-size-80 .logo-size {
  width: 80%;
}

.logo-size-75 .logo-size {
  width: 75%;
}

.logo-size-70 .logo-size {
  width: 70%;
}

.logo-size-65 .logo-size {
  width: 65%;
}

.logo-size-60 .logo-size {
  width: 60%;
}

.logo-size-55 .logo-size {
  width: 55%;
}

.logo-size-50 .logo-size {
  width: 50%;
}

.logo-size-45 .logo-size {
  width: 45%;
}

.logo-size-40 .logo-size {
  width: 40%;
}

.logo-size-35 .logo-size {
  width: 35%;
}

.logo-size-30 .logo-size {
  width: 30%;
}

.logo-size-25 .logo-size {
  width: 25%;
}

.logo-size-20 .logo-size {
  width: 20%;
}

.logo-size-15 .logo-size {
  width: 15%;
}

.logo-size-10 .logo-size {
  width: 10%;
}

.logo-size-5 .logo-size {
  width: 5%;
}

.logo-vertical-page .logo-size {
  width: 20%;
}

.symbol-page .logo-size {
  width: 30%;
}

a {
  color: #C91235;
  cursor: pointer !important;
}
a:hover {
  cursor: pointer !important;
  color: #9a0e29;
}

.code {
  padding: 1.4rem;
  background-color: rgba(201, 18, 53, 0.07);
}
@media (min-width: 768px) {
  .code {
    padding: 1.9rem;
  }
}
.code code {
  color: #C91235;
}

.allowed-rules {
  padding: 1.4rem;
  border-left: 3px solid #262626;
  background-color: rgba(38, 38, 38, 0.07);
}
@media (min-width: 768px) {
  .allowed-rules {
    padding: 1.9rem;
  }
}
.allowed-rules code {
  color: #262626;
}

.forbidden-rules {
  padding: 1.4rem;
  border-left: 3px solid #A8A8A8;
  background-color: rgba(168, 168, 168, 0.07);
}
@media (min-width: 768px) {
  .forbidden-rules {
    padding: 1.9rem;
  }
}
.forbidden-rules code {
  color: #A8A8A8;
}

.table {
  color: #6F6F6F;
  width: 100%;
  margin-bottom: 0rem;
  background-color: white;
}
.table td {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  height: 4rem;
  vertical-align: middle;
  border-top: 1px solid #e9e9e9 !important;
  background: #F8F8F8 !important;
}
@media (min-width: 768px) {
  .table td {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.table th {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  border-top: none;
  height: 4rem;
  vertical-align: middle;
  font-weight: 400;
  background-color: #8D8D8D;
}
@media (min-width: 768px) {
  .table th {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.table tbody tr {
  font-size: 0.9375rem;
  background: #F8F8F8 !important;
}
.table tbody tr:hover {
  background-color: #F8F8F8;
}
.table thead th {
  vertical-align: middle;
  border-bottom: none;
  border-top: none;
  font-weight: 500;
  font-size: 0.9375rem;
  background-color: #F8F8F8;
  color: #C91235;
  height: 64px;
}

.table-condensed td {
  height: 1.8rem;
  vertical-align: middle;
  background: #F8F8F8 !important;
}
.table-condensed th {
  background-color: white;
  border-top: none;
  border-bottom: none;
  height: 1.8rem;
  vertical-align: middle;
  font-weight: 400;
  background-color: #F8F8F8;
}
.table-condensed tbody tr {
  background: #F8F8F8 !important;
}
.table-condensed tbody tr:hover {
  background-color: #F8F8F8;
}
.table-condensed thead th {
  background: #F8F8F8 !important;
  vertical-align: middle;
  border-bottom: none;
  border-top: none;
  font-weight: 500;
  font-size: 0.875rem;
  background-color: #F8F8F8;
  color: #6F6F6F;
  height: 64px;
}

.container {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("https://getbootstrap-dev.com/npm/bootstrap/wh-oo/css/bootstrap.min.css");
}
@media (min-width: 576px) {
  .container {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-top: 3.5rem;
  }
}

.btn-primary {
  z-index: 3;
  padding: 0.8rem;
  background-color: #C91235;
  border-color: #C91235;
  border-radius: 3rem !important;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #a4122c;
  border-color: #a4122c;
  box-shadow: none;
}
.btn-primary:focus {
  background-color: #a40f2b;
  border-color: #a40f2b;
  box-shadow: none;
}
.btn-primary:active {
  background-color: #9a0e29;
  border-color: #9a0e29;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #b2102f;
  border-color: #b2102f;
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: white;
  background-color: #a4122c;
  border-color: #a4122c;
}

.btn-outline-primary {
  z-index: 3;
  padding: 0.8rem;
  color: #C91235;
  border-color: #C91235;
  border-radius: 3rem !important;
}
.btn-outline-primary:hover {
  background-color: #b2102f;
  border-color: #b2102f;
  box-shadow: none;
}
.btn-outline-primary:focus {
  background-color: #a40f2b;
  border-color: #a40f2b;
  box-shadow: none;
}
.btn-outline-primary:active {
  background-color: #9a0e29;
  border-color: #9a0e29;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #b2102f;
  border-color: #b2102f;
  box-shadow: none;
}

.btn-secondary {
  padding: 0.8rem;
  background-color: #8D8D8D;
  border-color: #8D8D8D;
  border-radius: 3rem !important;
  box-shadow: none;
}
.btn-secondary:hover {
  background-color: gray;
  border-color: gray;
  box-shadow: none;
}
.btn-secondary:focus {
  background-color: #797979;
  border-color: #797979;
  box-shadow: none;
}
.btn-secondary:active {
  background-color: #747474;
  border-color: #747474;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: gray;
  border-color: gray;
  box-shadow: none;
}

.btn-outline-secondary {
  padding: 0.8rem;
  color: #8D8D8D;
  border-color: #8D8D8D;
  border-radius: 3rem !important;
  box-shadow: none;
}
.btn-outline-secondary:hover {
  background-color: gray;
  border-color: gray;
  box-shadow: none;
}
.btn-outline-secondary:focus {
  background-color: #797979;
  border-color: #797979;
  box-shadow: none;
}
.btn-outline-secondary:active {
  background-color: #747474;
  border-color: #747474;
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: gray;
  border-color: gray;
  box-shadow: none;
}

.btn-language {
  padding: 0.8rem;
  color: white;
  background-color: transparent !important;
  border-color: transparent !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.btn-language:hover {
  background-color: transparent !important;
  border-color: #C6C6C6 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.btn-language:focus {
  background-color: transparent !important;
  border-color: white;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.btn-language:active {
  background-color: transparent !important;
  border-color: white;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.btn-language:not(:disabled):not(.disabled):active:focus {
  background-color: transparent !important;
  border-color: white;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.logo-rule-no .icon-yes {
  display: none;
}

.logo-rule-yes .icon-yes {
  display: inline;
}

.card-theme-light {
  background-color: white;
}
.card-theme-light:hover {
  background-color: white;
}
.card-theme-light h1, .card-theme-light h2, .card-theme-light h3, .card-theme-light h4, .card-theme-light h5, .card-theme-light h6 {
  color: #C91235;
}
.card-theme-light p {
  color: #6F6F6F;
}
.card-theme-light li {
  color: #6F6F6F;
}
.card-theme-light a {
  color: #C91235;
}
.card-theme-light a:hover {
  color: #9a0e29;
}

.card-theme-dark {
  background-color: #262626;
}
.card-theme-dark:hover {
  background-color: #393939;
}
.card-theme-dark h1, .card-theme-dark h2, .card-theme-dark h3, .card-theme-dark h4, .card-theme-dark h5, .card-theme-dark h6 {
  color: #F8F8F8;
}
.card-theme-dark p {
  color: #A8A8A8;
}
.card-theme-dark li {
  color: #A8A8A8;
}
.card-theme-dark a {
  color: #ea153e;
}
.card-theme-dark a:hover {
  color: #eb2349;
}

.card-typography-bg {
  background-color: white;
}

.text-small {
  font-size: 0.85rem;
}

.text-display-additional {
  font-size: 9.5rem;
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: -1rem;
  margin-top: -1rem;
  color: #C91235;
}

.text-display-main {
  font-size: 10rem;
  font-family: "ABC Arizona Sans", sans-serif !important;
  margin-bottom: -1rem;
  margin-top: -1rem;
  color: #C91235;
}

.card-main {
  padding: 1.4rem;
}
@media (min-width: 768px) {
  .card-main {
    padding: 1.9rem;
  }
}

.card-secondary {
  padding: 1.4rem;
}
@media (min-width: 768px) {
  .card-secondary {
    padding: 1.9rem;
  }
}

.card-main:hover .main-icon {
  color: #6F6F6F;
  transition: all 0.1s ease-in-out;
}

.hover-fill:hover {
  background-color: white;
}

.hover-fill-light:hover {
  background-color: white;
}

.card-header {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  margin-bottom: -2px;
  vertical-align: middle;
  border-bottom: 1px solid #e9e9e9;
  background-color: white;
}
@media (min-width: 768px) {
  .card-header {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.card-header:hover {
  background-color: #F8F8F8;
}

.card-header:first-child {
  border-radius: 0;
}

body {
  font-family: "ABC Arizona Sans", sans-serif;
  overflow: overlay !important;
  background-color: white;
}

.accordion-settings-arrow {
  font-size: 0.8125rem;
  color: #C91235;
}
.accordion-settings-arrow:hover {
  color: #9a0e29;
}

.glyphs {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
}
.glyphs div {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C6C6C6;
  margin-left: -1px;
  margin-top: -1px;
  color: #161616;
}
.glyphs div:hover {
  background-color: #F8F8F8;
}
.glyphs div p {
  color: #525252;
  margin-bottom: 0;
}

.logo-bg-color {
  background-color: #C91235 !important;
}

.header-bg-color {
  background-color: #F8F8F8;
}

.header-text-color {
  color: #C91235;
}

.breadcrumb-bg-color {
  background-color: white;
}

.breadcrumb-line {
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
}

.main-icon {
  color: #A8A8A8;
  font-size: 1.3rem;
}

.badge {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.badge-info {
  color: white;
  background-color: #C91235;
  border-radius: 0.1em;
  margin-right: 0.5rem;
}

.badge-danger {
  color: white;
  background-color: #A8A8A8;
}

.badge-success {
  color: white;
  background-color: #262626;
}

.badge-large {
  font-size: 1.2rem;
}

.alert {
  border-radius: 0px !important;
  border-color: transparent;
}

.alert-info {
  color: #525252;
  background-color: #fff0f1;
  border-color: none;
}
.alert-info .alert-link {
  color: #525252;
}

.alert-warning {
  color: #525252;
  background-color: #fff0f1;
  border-color: none;
}
.alert-warning .alert-link {
  color: #525252;
}

.ratio-16-9 {
  position: relative;
}
.ratio-16-9:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.ratio-16-9 > .logo-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-4-3 {
  position: relative;
}
.ratio-4-3:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%;
}
.ratio-4-3 > .logo-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.not-allowed-logo-shadow {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
}

.not-allowed-logo-transform {
  transform: rotate(10deg);
}

.not-allowed-logo-recolor {
  filter: invert(80%);
}

.not-allowed-logo-deformation {
  transform: scale(1, 0.8);
}

.nav-tabs .nav-link.active {
  background-color: #F8F8F8;
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
  border: none;
}

.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.logo-protection-zone {
  border: 2px dashed #A8A8A8;
  width: 100%;
}

.swatch-value {
  font-family: "ABC Arizona Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #262626;
  text-transform: uppercase;
}

.glyph-style {
  font-size: 25px;
}

.transition-all {
  transition: all 0.15s ease-in-out;
}

.font-showcase-color {
  color: #525252 !important;
}

.font-main {
  font-family: "ABC Arizona Sans", sans-serif !important;
  color: #C91235;
}
.font-main p {
  font-family: "ABC Arizona Sans", sans-serif !important;
}
.font-main h1, .font-main h2, .font-main h3, .font-main h4, .font-main h5, .font-main h6 {
  font-family: "ABC Arizona Sans", sans-serif !important;
}

.font-additional {
  font-family: "Open Sans", sans-serif !important;
  color: #C91235;
}
.font-additional p {
  font-family: "Open Sans", sans-serif !important;
}
.font-additional h1, .font-additional h2, .font-additional h3, .font-additional h4, .font-additional h5, .font-additional h6 {
  font-family: "Open Sans", sans-serif !important;
}

.badge {
  border-radius: 3rem !important;
}

/* RADIUS */
.rounded {
  border-radius: 0px !important;
}

.rounded-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-top-left {
  border-top-left-radius: 0px !important;
}

.rounded-top-right {
  border-top-right-radius: 0px !important;
}

.rounded-right {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-left {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-group-horizontal :first-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-group-horizontal :last-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-group-vertical :first-child {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-group-vertical :last-child {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.card {
  border-radius: 0;
  background-color: transparent;
  border: none;
}

/* TOOLTIP */
.tooltip.show {
  opacity: 1;
  z-index: 3;
}

.tooltip-inner {
  color: white;
  text-align: center;
  background-color: #a4122c;
  border-radius: 3rem;
  opacity: 1;
  padding-left: 13px;
  padding-right: 13px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #a4122c;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #a4122c;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #a4122c;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #a4122c;
}

.nav-pills .nav-link.active {
  color: #6F6F6F;
  background-color: #e9e9e9;
  padding: 0.8rem 1rem;
}

.nav-pills .nav-link {
  color: #A8A8A8;
  border-radius: 5rem;
  font-size: 14px;
  padding: 0.8rem 1rem;
}

.text-primary {
  color: #C91235 !important;
}

/* SCROLLBAR */
body {
  overflow-x: hidden !important;
}

body::-webkit-scrollbar {
  width: 0.3em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #C91235;
}

/* LIGHTBOX */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0px;
  /* Image border */
  border: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: black;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(/assets/img/tech/lightbox/spinner.svg?h=a718c5a6993383172990e570c5f9aea4) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
  background: url(/assets/img/tech/lightbox/prev.svg?h=62134da03adc4a505721c42fe38ac586) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.9;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
  background: url(/assets/img/tech/lightbox/next.svg?h=cdc95130d5ce75a835c3080fb4c21938) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.9;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #C6C6C6;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #8D8D8D;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/img/tech/lightbox/close.svg?h=e9a063d3a0ee6edfb5105c6037cb44ef) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* PROTECTION ZONE ANIMATION */
.meter {
  height: auto;
  /* Can be anything */
  position: relative;
}

.meter > div {
  display: block;
  height: 100%;
  background-color: rgba(168, 168, 168, 0.09);
  position: relative;
  overflow: hidden;
}

.meter > div:after, .animate > div > div {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, white), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, white), color-stop(0.75, white), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, white 25%, transparent 25%, transparent 50%, white 50%, white 75%, transparent 75%, transparent);
  z-index: 0;
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  -webkit-animation: move 4s linear infinite;
  overflow: hidden;
}

.animate > div:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.zoom:hover {
  transform: scale(1.016);
}

.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #C91235;
}

.page-logo-formats .alert-logo-formats {
  display: none;
}

.carousel-typography {
  background-color: white;
}

.carousel-indicators {
  display: none;
}

.image-branding {
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.border {
  border: 1px solid #e9e9e9 !important;
}

.border-dark {
  border: 1px solid #E0E0E0 !important;
}

.crossed-red {
  background: linear-gradient(to top left, rgba(201, 18, 53, 0) 0%, rgba(201, 18, 53, 0) calc(50% - 1.5px), #c91235 50%, rgba(201, 18, 53, 0) calc(50% + 1.5px), rgba(201, 18, 53, 0) 100%);
}

.crossed-white {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(50% - 1px), white 50%, rgba(255, 255, 255, 0) calc(50% + 1px), rgba(255, 255, 255, 0) 100%);
}

.crossed-black {
  background: linear-gradient(to top left, rgba(87, 87, 87, 0) 0%, rgba(87, 87, 87, 0) calc(50% - 1px), #575757 50%, rgba(87, 87, 87, 0) calc(50% + 1px), rgba(87, 87, 87, 0) 100%);
}

li::marker {
  color: #C91235;
}

.tba-item .ribbon {
  width: 120px;
  height: 28px;
  font-size: 12px;
  text-align: center;
  color: black;
  font-weight: 700;
  background: #E0E0E0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -35px;
  top: 12px;
  padding-top: 7px;
}

.tba-item {
  overflow: hidden;
  position: relative;
}

.box {
  aspect-ratio: 4/3;
  background: #F8F8F8;
}

.box iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #C91235;
  background-color: #C91235;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.brand-color-text {
  color: #C91235 !important;
}

.brand-color-bg {
  background-color: #C91235;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.shadow-lg {
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.16) !important;
}

element.style {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(-69px, 49px, 0px);
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu {
  border-radius: 0px;
}

.dropdown-item {
  color: #6F6F6F;
}

#langlinks img {
  height: 18px;
  margin-right: 8px;
}

#langlinks .btn {
  text-transform: uppercase;
  color: #6F6F6F;
}

section {
  position: relative;
  z-index: 1;
}

header {
  position: relative;
  z-index: 2;
}