/*
Theme Name: Brand Guidelines Theme - JLT
Version: 2025/01
Design, author and Coding: Ales Skotnica, http://www.skott.xyz
*/
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- ZAKLADNI BARVY -----------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- FONTY --------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
@import url("https://use.typekit.net/frd7fpn.css");
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- TELO ---------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #303030;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- ODKAZY -------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
a,
a:link,
a:visited {
  color: #DA000D;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #DA000D;
  text-decoration: none;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- RUZNE OBECNE -------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.padding-bottom-none {
  padding-bottom: 0 !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-top-none {
  padding-top: 0 !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- DEFAULTNI SEKCE ----------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.default-section {
  padding-bottom: 100px;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- HLAVICKA HOME ------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-home-header {
  background-color: #DA000D;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 1080px;
}
.theme-home-page-title {
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  text-transform: lowercase;
}
.theme-home-page-title b {
  color: #DA000D;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1387px) {
  .theme-home-page-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .theme-home-page-title {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .theme-home-page-title {
    font-size: 20px;
  }
}
.mouse-link a,
.mouse-link a:visited {
  border-color: rgba(0, 0, 0, 0.33);
  background-color: rgba(218, 0, 13, 0);
}
.mouse-link a b,
.mouse-link a:visited b {
  border-color: rgba(0, 0, 0, 0.33);
}
.mouse-link a em,
.mouse-link a:visited em {
  background: rgba(0, 0, 0, 0.33);
}
.mouse-link a:hover {
  background-color: rgba(218, 0, 13, 1);
  border-color: rgba(218, 0, 13, 1);
}
.mouse-link a:hover b {
  border-color: #ffffff;
}
.mouse-link a:hover em {
  background: #ffffff;
}
@media (max-width: 550px) {
  .mouse-link {
    bottom: 140px;
  }
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- MODAL MENU ---------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
#modal-menu {
  background: #DA000D;
  color: #fff;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  #modal-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(218, 0, 13, 0.95) !important;
  }
}
#main-menu-button {
  background: rgba(255, 255, 255, 0.5);
  color: #DA000D;
}
#main-menu-button.mobile-nav-menu-toggle-open {
  background: #fff;
}
#main-menu-button:hover {
  background: rgba(218, 0, 13, 1);
  color: #FFFFFF;
}
#main-menu-button:hover.mobile-nav-menu-toggle-open {
  background: #000;
}
.theme-main-menu li {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.theme-main-menu .sub-menu li {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.theme-main-menu .sub-menu li:before {
  background-color: #000;
}
.theme-main-menu .sub-menu li:hover:before {
  background-color: #fff;
}
.theme-main-menu a,
.theme-main-menu a:visited {
  color: #fff;
}
.theme-main-menu a:hover {
  color: #000;
}
.modal-menu-logo {
  text-align: left;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- VYCHOZI HLAVICKA ---------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-home-menu-link {
  top: 15px;
  right: 80px;
}
.theme-home-menu-link b i {
  vertical-align: 0px;
}
.theme-home-menu-link a,
.theme-home-menu-link a:visited {
  color: #000;
  text-decoration: none !important;
}
.theme-home-menu-link a:hover {
  color: #DA000D;
}
.theme-page-nav-logo img {
  max-width: 124px;
}
@media (max-width: 767px) {
  .theme-page-nav-logo img {
    max-width: 100px;
  }
}
@media (max-width: 500px) {
  .theme-page-nav-logo img {
    max-width: 80px;
  }
}
.theme-page-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0.01em;
  text-transform: none !important;
  color: #000;
  line-height: 1.1em;
}
.theme-page-title small {
  line-height: 1em;
  font-size: 30px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .theme-page-title {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  .theme-page-title {
    font-size: 30px;
  }
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- PANEL JEN LOGO V HLAVICCE ------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.section-header-page {
  background-color: #DA000D;
}
.section-header-page .breadcrumbs {
  padding-top: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.section-header-page .breadcrumbs a,
.section-header-page .breadcrumbs a:visited {
  color: rgba(255, 255, 255, 0.7);
}
.section-header-page .breadcrumbs a:hover {
  color: #ffffff;
}
.section-header-page h1,
.section-header-page .section-header-page-title {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.section-header-page h1 img,
.section-header-page .section-header-page-title img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- SEKCE - LOGA - ZAKLAD ----------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.section-title {
  margin: 60px 0 80px 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.01em;
  color: #303030;
}
.black-section .section-title,
.red-section .section-title,
.blue-section .section-title,
.pink-section .section-title,
.light-blue-section .section-title {
  color: #fff;
}
@media (max-width: 550px) {
  .section-title {
    font-size: 22px;
  }
}
.section-sub-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #303030;
}
.section-sub-title.section-main-title {
  margin: 60px 0 80px 0;
}
.black-section .section-sub-title,
.red-section .section-sub-title,
.pink-section .section-sub-title,
.blue-section .section-sub-title {
  color: #fff;
}
@media (max-width: 550px) {
  .section-sub-title {
    font-size: 19px;
  }
}
.section-sub-sub-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #303030;
}
.section-sub-sub-title.section-main-title {
  margin: 60px 0 80px 0;
  text-transform: uppercase;
}
.black-section .section-sub-sub-title,
.red-section .section-sub-sub-title,
.blue-section .section-sub-sub-title,
.pink-section .section-sub-sub-title,
.light-blue-section .section-sub-sub-title {
  color: #fff;
}
@media (max-width: 550px) {
  .section-sub-sub-title {
    font-size: 14px;
  }
}
.section-content {
  padding-bottom: 80px;
  letter-spacing: 0.06em;
}
@media (max-width: 1200px) {
  .section-content {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .section-content {
    padding-right: 0;
  }
}
.theme-content-cl-content-main p {
  letter-spacing: 0.06em;
}
.theme-logos-grid-item-img img {
  max-width: 340px;
}
.min-logos .theme-logos-grid-item-img img {
  max-width: 160px;
}
.big-logos .theme-logos-grid-item-img img {
  max-width: 530px;
}
.theme-logos-grid-item-content h3,
.theme-logos-grid-item-content h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  line-height: 1em;
}
.theme-logos-grid-item-content h3 small,
.theme-logos-grid-item-content h2 small {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #666;
}
.theme-logos-grid-item-content p {
  font-size: 16px;
  line-height: 1.1em;
}
.theme-logos-grid-item-content p small {
  font-size: 12px;
}
.theme-logos-grid-item-content.theme-logos-grid-item-content-top p {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .theme-logos-grid-item-content h3,
  .theme-logos-grid-item-content h2 {
    font-size: 18px;
  }
  .theme-logos-grid-item-content p {
    font-size: 12px;
  }
  .theme-logos-grid-item-content p small {
    font-size: 10px;
  }
}
.theme-logos-grid-item-link h2,
a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
a.theme-logos-grid-item-link:visited h2,
.theme-logos-grid-item-link h3,
a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
a.theme-logos-grid-item-link:visited h3 {
  color: #DA000D;
  text-decoration: none;
}
.theme-logos-grid-item-link p,
a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
a.theme-logos-grid-item-link:visited p {
  color: #303030;
  text-decoration: none;
}
.theme-logos-grid-item-link:hover h2,
a.theme-logos-grid-item-link:hover h2,
.theme-logos-grid-item-link:hover h3,
a.theme-logos-grid-item-link:hover h3,
.theme-logos-grid-item-link:hover p,
a.theme-logos-grid-item-link:hover p {
  color: #DA000D 3, 20;
  text-decoration: none;
}
.theme-logos-grid-item-download-link,
.theme-content-cl-content-download-link {
  padding-top: 40px;
}
.theme-logos-grid-item-download-link a,
.theme-content-cl-content-download-link a,
.theme-logos-grid-item-download-link a:visited,
.theme-content-cl-content-download-link a:visited {
  border-radius: 0 12px 0 12px;
  padding: 12px 20px;
  background: #BCBCBC;
  color: #FFFFFF !important;
}
.theme-logos-grid-item-download-link a:hover,
.theme-content-cl-content-download-link a:hover {
  background: #DA000D;
  color: #FFFFFF !important;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- SEKCE - LOGA - GREEN -----------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.topline-section {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.1);
}
.black-section,
.red-section,
.gray-section,
.dark-gray-section,
.blue-section,
.light-blue-section,
.pink-section {
  background: #000;
  background-size: cover;
  color: #FFFFFF;
}
.black-section.red-section,
.red-section.red-section,
.gray-section.red-section,
.dark-gray-section.red-section,
.blue-section.red-section,
.light-blue-section.red-section,
.pink-section.red-section {
  background: #DA000D;
}
.black-section.blue-section,
.red-section.blue-section,
.gray-section.blue-section,
.dark-gray-section.blue-section,
.blue-section.blue-section,
.light-blue-section.blue-section,
.pink-section.blue-section {
  background: #074685;
}
.black-section.pink-section,
.red-section.pink-section,
.gray-section.pink-section,
.dark-gray-section.pink-section,
.blue-section.pink-section,
.light-blue-section.pink-section,
.pink-section.pink-section {
  background: #F08BB2;
}
.black-section.light-blue-section,
.red-section.light-blue-section,
.gray-section.light-blue-section,
.dark-gray-section.light-blue-section,
.blue-section.light-blue-section,
.light-blue-section.light-blue-section,
.pink-section.light-blue-section {
  background: #6177B0;
}
.black-section.blue-section.topline-section,
.red-section.blue-section.topline-section,
.gray-section.blue-section.topline-section,
.dark-gray-section.blue-section.topline-section,
.blue-section.blue-section.topline-section,
.light-blue-section.blue-section.topline-section,
.pink-section.blue-section.topline-section,
.black-section.pink-section.topline-section,
.red-section.pink-section.topline-section,
.gray-section.pink-section.topline-section,
.dark-gray-section.pink-section.topline-section,
.blue-section.pink-section.topline-section,
.light-blue-section.pink-section.topline-section,
.pink-section.pink-section.topline-section,
.black-section.light-blue-section.topline-section,
.red-section.light-blue-section.topline-section,
.gray-section.light-blue-section.topline-section,
.dark-gray-section.light-blue-section.topline-section,
.blue-section.light-blue-section.topline-section,
.light-blue-section.light-blue-section.topline-section,
.pink-section.light-blue-section.topline-section {
  border-top-color: #fff;
}
.black-section a,
.red-section a,
.gray-section a,
.dark-gray-section a,
.blue-section a,
.light-blue-section a,
.pink-section a,
.black-section a:visited,
.red-section a:visited,
.gray-section a:visited,
.dark-gray-section a:visited,
.blue-section a:visited,
.light-blue-section a:visited,
.pink-section a:visited {
  color: #fff;
}
.black-section a:hover,
.red-section a:hover,
.gray-section a:hover,
.dark-gray-section a:hover,
.blue-section a:hover,
.light-blue-section a:hover,
.pink-section a:hover {
  color: #000;
}
.black-section.blue-section .theme-logos-grid-item-content h2 small,
.red-section.blue-section .theme-logos-grid-item-content h2 small,
.gray-section.blue-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.blue-section .theme-logos-grid-item-content h2 small,
.blue-section.blue-section .theme-logos-grid-item-content h2 small,
.light-blue-section.blue-section .theme-logos-grid-item-content h2 small,
.pink-section.blue-section .theme-logos-grid-item-content h2 small,
.black-section.pink-section .theme-logos-grid-item-content h2 small,
.red-section.pink-section .theme-logos-grid-item-content h2 small,
.gray-section.pink-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.pink-section .theme-logos-grid-item-content h2 small,
.blue-section.pink-section .theme-logos-grid-item-content h2 small,
.light-blue-section.pink-section .theme-logos-grid-item-content h2 small,
.pink-section.pink-section .theme-logos-grid-item-content h2 small,
.black-section.light-blue-section .theme-logos-grid-item-content h2 small,
.red-section.light-blue-section .theme-logos-grid-item-content h2 small,
.gray-section.light-blue-section .theme-logos-grid-item-content h2 small,
.dark-gray-section.light-blue-section .theme-logos-grid-item-content h2 small,
.blue-section.light-blue-section .theme-logos-grid-item-content h2 small,
.light-blue-section.light-blue-section .theme-logos-grid-item-content h2 small,
.pink-section.light-blue-section .theme-logos-grid-item-content h2 small,
.black-section.blue-section .theme-logos-grid-item-content h3 small,
.red-section.blue-section .theme-logos-grid-item-content h3 small,
.gray-section.blue-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.blue-section .theme-logos-grid-item-content h3 small,
.blue-section.blue-section .theme-logos-grid-item-content h3 small,
.light-blue-section.blue-section .theme-logos-grid-item-content h3 small,
.pink-section.blue-section .theme-logos-grid-item-content h3 small,
.black-section.pink-section .theme-logos-grid-item-content h3 small,
.red-section.pink-section .theme-logos-grid-item-content h3 small,
.gray-section.pink-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.pink-section .theme-logos-grid-item-content h3 small,
.blue-section.pink-section .theme-logos-grid-item-content h3 small,
.light-blue-section.pink-section .theme-logos-grid-item-content h3 small,
.pink-section.pink-section .theme-logos-grid-item-content h3 small,
.black-section.light-blue-section .theme-logos-grid-item-content h3 small,
.red-section.light-blue-section .theme-logos-grid-item-content h3 small,
.gray-section.light-blue-section .theme-logos-grid-item-content h3 small,
.dark-gray-section.light-blue-section .theme-logos-grid-item-content h3 small,
.blue-section.light-blue-section .theme-logos-grid-item-content h3 small,
.light-blue-section.light-blue-section .theme-logos-grid-item-content h3 small,
.pink-section.light-blue-section .theme-logos-grid-item-content h3 small {
  color: #fff;
}
.black-section .theme-logos-grid-item-link h2,
.red-section .theme-logos-grid-item-link h2,
.gray-section .theme-logos-grid-item-link h2,
.dark-gray-section .theme-logos-grid-item-link h2,
.blue-section .theme-logos-grid-item-link h2,
.light-blue-section .theme-logos-grid-item-link h2,
.pink-section .theme-logos-grid-item-link h2,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.black-section a.theme-logos-grid-item-link:visited h2,
.red-section a.theme-logos-grid-item-link:visited h2,
.gray-section a.theme-logos-grid-item-link:visited h2,
.dark-gray-section a.theme-logos-grid-item-link:visited h2,
.blue-section a.theme-logos-grid-item-link:visited h2,
.light-blue-section a.theme-logos-grid-item-link:visited h2,
.pink-section a.theme-logos-grid-item-link:visited h2,
.black-section .theme-logos-grid-item-link h3,
.red-section .theme-logos-grid-item-link h3,
.gray-section .theme-logos-grid-item-link h3,
.dark-gray-section .theme-logos-grid-item-link h3,
.blue-section .theme-logos-grid-item-link h3,
.light-blue-section .theme-logos-grid-item-link h3,
.pink-section .theme-logos-grid-item-link h3,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.black-section a.theme-logos-grid-item-link:visited h3,
.red-section a.theme-logos-grid-item-link:visited h3,
.gray-section a.theme-logos-grid-item-link:visited h3,
.dark-gray-section a.theme-logos-grid-item-link:visited h3,
.blue-section a.theme-logos-grid-item-link:visited h3,
.light-blue-section a.theme-logos-grid-item-link:visited h3,
.pink-section a.theme-logos-grid-item-link:visited h3 {
  color: #fff;
  text-decoration: none;
}
.black-section .theme-logos-grid-item-link h2 small,
.red-section .theme-logos-grid-item-link h2 small,
.gray-section .theme-logos-grid-item-link h2 small,
.dark-gray-section .theme-logos-grid-item-link h2 small,
.blue-section .theme-logos-grid-item-link h2 small,
.light-blue-section .theme-logos-grid-item-link h2 small,
.pink-section .theme-logos-grid-item-link h2 small,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2 small,
.black-section a.theme-logos-grid-item-link:visited h2 small,
.red-section a.theme-logos-grid-item-link:visited h2 small,
.gray-section a.theme-logos-grid-item-link:visited h2 small,
.dark-gray-section a.theme-logos-grid-item-link:visited h2 small,
.blue-section a.theme-logos-grid-item-link:visited h2 small,
.light-blue-section a.theme-logos-grid-item-link:visited h2 small,
.pink-section a.theme-logos-grid-item-link:visited h2 small,
.black-section .theme-logos-grid-item-link h3 small,
.red-section .theme-logos-grid-item-link h3 small,
.gray-section .theme-logos-grid-item-link h3 small,
.dark-gray-section .theme-logos-grid-item-link h3 small,
.blue-section .theme-logos-grid-item-link h3 small,
.light-blue-section .theme-logos-grid-item-link h3 small,
.pink-section .theme-logos-grid-item-link h3 small,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3 small,
.black-section a.theme-logos-grid-item-link:visited h3 small,
.red-section a.theme-logos-grid-item-link:visited h3 small,
.gray-section a.theme-logos-grid-item-link:visited h3 small,
.dark-gray-section a.theme-logos-grid-item-link:visited h3 small,
.blue-section a.theme-logos-grid-item-link:visited h3 small,
.light-blue-section a.theme-logos-grid-item-link:visited h3 small,
.pink-section a.theme-logos-grid-item-link:visited h3 small {
  color: #fff;
}
.black-section .theme-logos-grid-item-link p,
.red-section .theme-logos-grid-item-link p,
.gray-section .theme-logos-grid-item-link p,
.dark-gray-section .theme-logos-grid-item-link p,
.blue-section .theme-logos-grid-item-link p,
.light-blue-section .theme-logos-grid-item-link p,
.pink-section .theme-logos-grid-item-link p,
.black-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.red-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.dark-gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.light-blue-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.pink-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.black-section a.theme-logos-grid-item-link:visited p,
.red-section a.theme-logos-grid-item-link:visited p,
.gray-section a.theme-logos-grid-item-link:visited p,
.dark-gray-section a.theme-logos-grid-item-link:visited p,
.blue-section a.theme-logos-grid-item-link:visited p,
.light-blue-section a.theme-logos-grid-item-link:visited p,
.pink-section a.theme-logos-grid-item-link:visited p {
  color: #fff;
  text-decoration: none;
}
.black-section .theme-logos-grid-item-link:hover h2,
.red-section .theme-logos-grid-item-link:hover h2,
.gray-section .theme-logos-grid-item-link:hover h2,
.dark-gray-section .theme-logos-grid-item-link:hover h2,
.blue-section .theme-logos-grid-item-link:hover h2,
.light-blue-section .theme-logos-grid-item-link:hover h2,
.pink-section .theme-logos-grid-item-link:hover h2,
.black-section a.theme-logos-grid-item-link:hover h2,
.red-section a.theme-logos-grid-item-link:hover h2,
.gray-section a.theme-logos-grid-item-link:hover h2,
.dark-gray-section a.theme-logos-grid-item-link:hover h2,
.blue-section a.theme-logos-grid-item-link:hover h2,
.light-blue-section a.theme-logos-grid-item-link:hover h2,
.pink-section a.theme-logos-grid-item-link:hover h2,
.black-section .theme-logos-grid-item-link:hover h3,
.red-section .theme-logos-grid-item-link:hover h3,
.gray-section .theme-logos-grid-item-link:hover h3,
.dark-gray-section .theme-logos-grid-item-link:hover h3,
.blue-section .theme-logos-grid-item-link:hover h3,
.light-blue-section .theme-logos-grid-item-link:hover h3,
.pink-section .theme-logos-grid-item-link:hover h3,
.black-section a.theme-logos-grid-item-link:hover h3,
.red-section a.theme-logos-grid-item-link:hover h3,
.gray-section a.theme-logos-grid-item-link:hover h3,
.dark-gray-section a.theme-logos-grid-item-link:hover h3,
.blue-section a.theme-logos-grid-item-link:hover h3,
.light-blue-section a.theme-logos-grid-item-link:hover h3,
.pink-section a.theme-logos-grid-item-link:hover h3,
.black-section .theme-logos-grid-item-link:hover p,
.red-section .theme-logos-grid-item-link:hover p,
.gray-section .theme-logos-grid-item-link:hover p,
.dark-gray-section .theme-logos-grid-item-link:hover p,
.blue-section .theme-logos-grid-item-link:hover p,
.light-blue-section .theme-logos-grid-item-link:hover p,
.pink-section .theme-logos-grid-item-link:hover p,
.black-section a.theme-logos-grid-item-link:hover p,
.red-section a.theme-logos-grid-item-link:hover p,
.gray-section a.theme-logos-grid-item-link:hover p,
.dark-gray-section a.theme-logos-grid-item-link:hover p,
.blue-section a.theme-logos-grid-item-link:hover p,
.light-blue-section a.theme-logos-grid-item-link:hover p,
.pink-section a.theme-logos-grid-item-link:hover p {
  color: #DA000D;
  text-decoration: none;
}
.black-section .theme-logos-grid-item-download-link a,
.red-section .theme-logos-grid-item-download-link a,
.gray-section .theme-logos-grid-item-download-link a,
.dark-gray-section .theme-logos-grid-item-download-link a,
.blue-section .theme-logos-grid-item-download-link a,
.light-blue-section .theme-logos-grid-item-download-link a,
.pink-section .theme-logos-grid-item-download-link a,
.black-section .theme-logos-grid-item-download-link a:visited,
.red-section .theme-logos-grid-item-download-link a:visited,
.gray-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section .theme-logos-grid-item-download-link a:visited,
.blue-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section .theme-logos-grid-item-download-link a:visited,
.pink-section .theme-logos-grid-item-download-link a:visited {
  background: rgba(0, 0, 0, 0.63);
  color: #DA000D !important;
}
.black-section .theme-logos-grid-item-download-link a:hover,
.red-section .theme-logos-grid-item-download-link a:hover,
.gray-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section .theme-logos-grid-item-download-link a:hover,
.blue-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section .theme-logos-grid-item-download-link a:hover,
.pink-section .theme-logos-grid-item-download-link a:hover {
  background: #fff;
  color: #DA000D !important;
}
.black-section.red-section .theme-logos-grid-item-download-link a,
.red-section.red-section .theme-logos-grid-item-download-link a,
.gray-section.red-section .theme-logos-grid-item-download-link a,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a,
.blue-section.red-section .theme-logos-grid-item-download-link a,
.light-blue-section.red-section .theme-logos-grid-item-download-link a,
.pink-section.red-section .theme-logos-grid-item-download-link a,
.black-section.red-section .theme-content-cl-content-download-link a,
.red-section.red-section .theme-content-cl-content-download-link a,
.gray-section.red-section .theme-content-cl-content-download-link a,
.dark-gray-section.red-section .theme-content-cl-content-download-link a,
.blue-section.red-section .theme-content-cl-content-download-link a,
.light-blue-section.red-section .theme-content-cl-content-download-link a,
.pink-section.red-section .theme-content-cl-content-download-link a,
.black-section.red-section .theme-logos-grid-item-download-link a:visited,
.red-section.red-section .theme-logos-grid-item-download-link a:visited,
.gray-section.red-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a:visited,
.blue-section.red-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.red-section .theme-logos-grid-item-download-link a:visited,
.pink-section.red-section .theme-logos-grid-item-download-link a:visited,
.black-section.red-section .theme-content-cl-content-download-link a:visited,
.red-section.red-section .theme-content-cl-content-download-link a:visited,
.gray-section.red-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.red-section .theme-content-cl-content-download-link a:visited,
.blue-section.red-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.red-section .theme-content-cl-content-download-link a:visited,
.pink-section.red-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.43);
  color: #DA000D !important;
}
.black-section.red-section .theme-logos-grid-item-download-link a:hover,
.red-section.red-section .theme-logos-grid-item-download-link a:hover,
.gray-section.red-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.red-section .theme-logos-grid-item-download-link a:hover,
.blue-section.red-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.red-section .theme-logos-grid-item-download-link a:hover,
.pink-section.red-section .theme-logos-grid-item-download-link a:hover,
.black-section.red-section .theme-content-cl-content-download-link a:hover,
.red-section.red-section .theme-content-cl-content-download-link a:hover,
.gray-section.red-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.red-section .theme-content-cl-content-download-link a:hover,
.blue-section.red-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.red-section .theme-content-cl-content-download-link a:hover,
.pink-section.red-section .theme-content-cl-content-download-link a:hover {
  background: #fff;
  color: #DA000D !important;
}
.black-section.black-section .theme-logos-grid-item-download-link a,
.red-section.black-section .theme-logos-grid-item-download-link a,
.gray-section.black-section .theme-logos-grid-item-download-link a,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a,
.blue-section.black-section .theme-logos-grid-item-download-link a,
.light-blue-section.black-section .theme-logos-grid-item-download-link a,
.pink-section.black-section .theme-logos-grid-item-download-link a,
.black-section.black-section .theme-content-cl-content-download-link a,
.red-section.black-section .theme-content-cl-content-download-link a,
.gray-section.black-section .theme-content-cl-content-download-link a,
.dark-gray-section.black-section .theme-content-cl-content-download-link a,
.blue-section.black-section .theme-content-cl-content-download-link a,
.light-blue-section.black-section .theme-content-cl-content-download-link a,
.pink-section.black-section .theme-content-cl-content-download-link a,
.black-section.black-section .theme-logos-grid-item-download-link a:visited,
.red-section.black-section .theme-logos-grid-item-download-link a:visited,
.gray-section.black-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a:visited,
.blue-section.black-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.black-section .theme-logos-grid-item-download-link a:visited,
.pink-section.black-section .theme-logos-grid-item-download-link a:visited,
.black-section.black-section .theme-content-cl-content-download-link a:visited,
.red-section.black-section .theme-content-cl-content-download-link a:visited,
.gray-section.black-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.black-section .theme-content-cl-content-download-link a:visited,
.blue-section.black-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.black-section .theme-content-cl-content-download-link a:visited,
.pink-section.black-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.43);
  color: #fff !important;
}
.black-section.black-section .theme-logos-grid-item-download-link a:hover,
.red-section.black-section .theme-logos-grid-item-download-link a:hover,
.gray-section.black-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.black-section .theme-logos-grid-item-download-link a:hover,
.blue-section.black-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.black-section .theme-logos-grid-item-download-link a:hover,
.pink-section.black-section .theme-logos-grid-item-download-link a:hover,
.black-section.black-section .theme-content-cl-content-download-link a:hover,
.red-section.black-section .theme-content-cl-content-download-link a:hover,
.gray-section.black-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.black-section .theme-content-cl-content-download-link a:hover,
.blue-section.black-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.black-section .theme-content-cl-content-download-link a:hover,
.pink-section.black-section .theme-content-cl-content-download-link a:hover {
  background: #fff;
  color: #DA000D !important;
}
.black-section.blue-section .theme-logos-grid-item-download-link a,
.red-section.blue-section .theme-logos-grid-item-download-link a,
.gray-section.blue-section .theme-logos-grid-item-download-link a,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a,
.blue-section.blue-section .theme-logos-grid-item-download-link a,
.light-blue-section.blue-section .theme-logos-grid-item-download-link a,
.pink-section.blue-section .theme-logos-grid-item-download-link a,
.black-section.blue-section .theme-content-cl-content-download-link a,
.red-section.blue-section .theme-content-cl-content-download-link a,
.gray-section.blue-section .theme-content-cl-content-download-link a,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a,
.blue-section.blue-section .theme-content-cl-content-download-link a,
.light-blue-section.blue-section .theme-content-cl-content-download-link a,
.pink-section.blue-section .theme-content-cl-content-download-link a,
.black-section.blue-section .theme-logos-grid-item-download-link a:visited,
.red-section.blue-section .theme-logos-grid-item-download-link a:visited,
.gray-section.blue-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a:visited,
.blue-section.blue-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.blue-section .theme-logos-grid-item-download-link a:visited,
.pink-section.blue-section .theme-logos-grid-item-download-link a:visited,
.black-section.blue-section .theme-content-cl-content-download-link a:visited,
.red-section.blue-section .theme-content-cl-content-download-link a:visited,
.gray-section.blue-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a:visited,
.blue-section.blue-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.blue-section .theme-content-cl-content-download-link a:visited,
.pink-section.blue-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.4);
  color: #074685 !important;
}
.black-section.blue-section .theme-logos-grid-item-download-link a:hover,
.red-section.blue-section .theme-logos-grid-item-download-link a:hover,
.gray-section.blue-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.blue-section .theme-logos-grid-item-download-link a:hover,
.blue-section.blue-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.blue-section .theme-logos-grid-item-download-link a:hover,
.pink-section.blue-section .theme-logos-grid-item-download-link a:hover,
.black-section.blue-section .theme-content-cl-content-download-link a:hover,
.red-section.blue-section .theme-content-cl-content-download-link a:hover,
.gray-section.blue-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.blue-section .theme-content-cl-content-download-link a:hover,
.blue-section.blue-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.blue-section .theme-content-cl-content-download-link a:hover,
.pink-section.blue-section .theme-content-cl-content-download-link a:hover {
  background: #F08BB2;
  color: #fff !important;
}
.black-section.light-blue-section .theme-logos-grid-item-download-link a,
.red-section.light-blue-section .theme-logos-grid-item-download-link a,
.gray-section.light-blue-section .theme-logos-grid-item-download-link a,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a,
.blue-section.light-blue-section .theme-logos-grid-item-download-link a,
.light-blue-section.light-blue-section .theme-logos-grid-item-download-link a,
.pink-section.light-blue-section .theme-logos-grid-item-download-link a,
.black-section.light-blue-section .theme-content-cl-content-download-link a,
.red-section.light-blue-section .theme-content-cl-content-download-link a,
.gray-section.light-blue-section .theme-content-cl-content-download-link a,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a,
.blue-section.light-blue-section .theme-content-cl-content-download-link a,
.light-blue-section.light-blue-section .theme-content-cl-content-download-link a,
.pink-section.light-blue-section .theme-content-cl-content-download-link a,
.black-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.red-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.gray-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.blue-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.pink-section.light-blue-section .theme-logos-grid-item-download-link a:visited,
.black-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.red-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.gray-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.blue-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.light-blue-section .theme-content-cl-content-download-link a:visited,
.pink-section.light-blue-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.4);
  color: #074685 !important;
}
.black-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.red-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.gray-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.blue-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.pink-section.light-blue-section .theme-logos-grid-item-download-link a:hover,
.black-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.red-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.gray-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.blue-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.light-blue-section .theme-content-cl-content-download-link a:hover,
.pink-section.light-blue-section .theme-content-cl-content-download-link a:hover {
  background: #F08BB2;
  color: #fff !important;
}
.black-section.pink-section .theme-logos-grid-item-download-link a,
.red-section.pink-section .theme-logos-grid-item-download-link a,
.gray-section.pink-section .theme-logos-grid-item-download-link a,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a,
.blue-section.pink-section .theme-logos-grid-item-download-link a,
.light-blue-section.pink-section .theme-logos-grid-item-download-link a,
.pink-section.pink-section .theme-logos-grid-item-download-link a,
.black-section.pinke-section .theme-content-cl-content-download-link a,
.red-section.pinke-section .theme-content-cl-content-download-link a,
.gray-section.pinke-section .theme-content-cl-content-download-link a,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a,
.blue-section.pinke-section .theme-content-cl-content-download-link a,
.light-blue-section.pinke-section .theme-content-cl-content-download-link a,
.pink-section.pinke-section .theme-content-cl-content-download-link a,
.black-section.pink-section .theme-logos-grid-item-download-link a:visited,
.red-section.pink-section .theme-logos-grid-item-download-link a:visited,
.gray-section.pink-section .theme-logos-grid-item-download-link a:visited,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a:visited,
.blue-section.pink-section .theme-logos-grid-item-download-link a:visited,
.light-blue-section.pink-section .theme-logos-grid-item-download-link a:visited,
.pink-section.pink-section .theme-logos-grid-item-download-link a:visited,
.black-section.pinke-section .theme-content-cl-content-download-link a:visited,
.red-section.pinke-section .theme-content-cl-content-download-link a:visited,
.gray-section.pinke-section .theme-content-cl-content-download-link a:visited,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a:visited,
.blue-section.pinke-section .theme-content-cl-content-download-link a:visited,
.light-blue-section.pinke-section .theme-content-cl-content-download-link a:visited,
.pink-section.pinke-section .theme-content-cl-content-download-link a:visited {
  background: rgba(255, 255, 255, 0.4);
  color: #F08BB2 !important;
}
.black-section.pink-section .theme-logos-grid-item-download-link a:hover,
.red-section.pink-section .theme-logos-grid-item-download-link a:hover,
.gray-section.pink-section .theme-logos-grid-item-download-link a:hover,
.dark-gray-section.pink-section .theme-logos-grid-item-download-link a:hover,
.blue-section.pink-section .theme-logos-grid-item-download-link a:hover,
.light-blue-section.pink-section .theme-logos-grid-item-download-link a:hover,
.pink-section.pink-section .theme-logos-grid-item-download-link a:hover,
.black-section.pinke-section .theme-content-cl-content-download-link a:hover,
.red-section.pinke-section .theme-content-cl-content-download-link a:hover,
.gray-section.pinke-section .theme-content-cl-content-download-link a:hover,
.dark-gray-section.pinke-section .theme-content-cl-content-download-link a:hover,
.blue-section.pinke-section .theme-content-cl-content-download-link a:hover,
.light-blue-section.pinke-section .theme-content-cl-content-download-link a:hover,
.pink-section.pinke-section .theme-content-cl-content-download-link a:hover {
  background: #074685;
  color: #fff !important;
}
.black-section.gray-section,
.red-section.gray-section,
.gray-section.gray-section,
.dark-gray-section.gray-section,
.blue-section.gray-section,
.light-blue-section.gray-section,
.pink-section.gray-section {
  background: rgba(0, 0, 0, 0.1);
}
.black-section.gray-section a,
.red-section.gray-section a,
.gray-section.gray-section a,
.dark-gray-section.gray-section a,
.blue-section.gray-section a,
.light-blue-section.gray-section a,
.pink-section.gray-section a,
.black-section.gray-section a:visited,
.red-section.gray-section a:visited,
.gray-section.gray-section a:visited,
.dark-gray-section.gray-section a:visited,
.blue-section.gray-section a:visited,
.light-blue-section.gray-section a:visited,
.pink-section.gray-section a:visited {
  color: #DA000D;
}
.black-section.gray-section a:hover,
.red-section.gray-section a:hover,
.gray-section.gray-section a:hover,
.dark-gray-section.gray-section a:hover,
.blue-section.gray-section a:hover,
.light-blue-section.gray-section a:hover,
.pink-section.gray-section a:hover {
  color: #DA000D;
}
.black-section.gray-section .theme-logos-grid-item-link h2,
.red-section.gray-section .theme-logos-grid-item-link h2,
.gray-section.gray-section .theme-logos-grid-item-link h2,
.dark-gray-section.gray-section .theme-logos-grid-item-link h2,
.blue-section.gray-section .theme-logos-grid-item-link h2,
.light-blue-section.gray-section .theme-logos-grid-item-link h2,
.pink-section.gray-section .theme-logos-grid-item-link h2,
.black-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.red-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.light-blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.pink-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h2,
.black-section.gray-section a.theme-logos-grid-item-link:visited h2,
.red-section.gray-section a.theme-logos-grid-item-link:visited h2,
.gray-section.gray-section a.theme-logos-grid-item-link:visited h2,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited h2,
.blue-section.gray-section a.theme-logos-grid-item-link:visited h2,
.light-blue-section.gray-section a.theme-logos-grid-item-link:visited h2,
.pink-section.gray-section a.theme-logos-grid-item-link:visited h2,
.black-section.gray-section .theme-logos-grid-item-link h3,
.red-section.gray-section .theme-logos-grid-item-link h3,
.gray-section.gray-section .theme-logos-grid-item-link h3,
.dark-gray-section.gray-section .theme-logos-grid-item-link h3,
.blue-section.gray-section .theme-logos-grid-item-link h3,
.light-blue-section.gray-section .theme-logos-grid-item-link h3,
.pink-section.gray-section .theme-logos-grid-item-link h3,
.black-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.red-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.light-blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.pink-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited h3,
.black-section.gray-section a.theme-logos-grid-item-link:visited h3,
.red-section.gray-section a.theme-logos-grid-item-link:visited h3,
.gray-section.gray-section a.theme-logos-grid-item-link:visited h3,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited h3,
.blue-section.gray-section a.theme-logos-grid-item-link:visited h3,
.light-blue-section.gray-section a.theme-logos-grid-item-link:visited h3,
.pink-section.gray-section a.theme-logos-grid-item-link:visited h3 {
  color: #333;
  text-decoration: none;
}
.black-section.gray-section .theme-logos-grid-item-link p,
.red-section.gray-section .theme-logos-grid-item-link p,
.gray-section.gray-section .theme-logos-grid-item-link p,
.dark-gray-section.gray-section .theme-logos-grid-item-link p,
.blue-section.gray-section .theme-logos-grid-item-link p,
.light-blue-section.gray-section .theme-logos-grid-item-link p,
.pink-section.gray-section .theme-logos-grid-item-link p,
.black-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.red-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.dark-gray-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.light-blue-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.pink-section.gray-section a.theme-logos-grid-item-link .theme-logos-grid-item-link:visited p,
.black-section.gray-section a.theme-logos-grid-item-link:visited p,
.red-section.gray-section a.theme-logos-grid-item-link:visited p,
.gray-section.gray-section a.theme-logos-grid-item-link:visited p,
.dark-gray-section.gray-section a.theme-logos-grid-item-link:visited p,
.blue-section.gray-section a.theme-logos-grid-item-link:visited p,
.light-blue-section.gray-section a.theme-logos-grid-item-link:visited p,
.pink-section.gray-section a.theme-logos-grid-item-link:visited p {
  color: #666;
  text-decoration: none;
}
.black-section.dark-gray-section,
.red-section.dark-gray-section,
.gray-section.dark-gray-section,
.dark-gray-section.dark-gray-section,
.blue-section.dark-gray-section,
.light-blue-section.dark-gray-section,
.pink-section.dark-gray-section {
  background: rgba(0, 0, 0, 0.4);
  /* .theme-logos-grid-item-link, a.theme-logos-grid-item-link
            .theme-logos-grid-item-link:visited, a.theme-logos-grid-item-link:visited {
        
        
                h2, h3 {
                    color: #333;
                    text-decoration: none;
                }
        
                p { 
                    color: #666; 
                    text-decoration: none;
                }
            }  */
}
.black-section.dark-gray-section a,
.red-section.dark-gray-section a,
.gray-section.dark-gray-section a,
.dark-gray-section.dark-gray-section a,
.blue-section.dark-gray-section a,
.light-blue-section.dark-gray-section a,
.pink-section.dark-gray-section a,
.black-section.dark-gray-section a:visited,
.red-section.dark-gray-section a:visited,
.gray-section.dark-gray-section a:visited,
.dark-gray-section.dark-gray-section a:visited,
.blue-section.dark-gray-section a:visited,
.light-blue-section.dark-gray-section a:visited,
.pink-section.dark-gray-section a:visited {
  color: #DA000D;
}
.black-section.dark-gray-section a:hover,
.red-section.dark-gray-section a:hover,
.gray-section.dark-gray-section a:hover,
.dark-gray-section.dark-gray-section a:hover,
.blue-section.dark-gray-section a:hover,
.light-blue-section.dark-gray-section a:hover,
.pink-section.dark-gray-section a:hover {
  color: #DA000D;
}
.black-section.dark-gray-section h2,
.red-section.dark-gray-section h2,
.gray-section.dark-gray-section h2,
.dark-gray-section.dark-gray-section h2,
.blue-section.dark-gray-section h2,
.light-blue-section.dark-gray-section h2,
.pink-section.dark-gray-section h2,
.black-section.dark-gray-section h3,
.red-section.dark-gray-section h3,
.gray-section.dark-gray-section h3,
.dark-gray-section.dark-gray-section h3,
.blue-section.dark-gray-section h3,
.light-blue-section.dark-gray-section h3,
.pink-section.dark-gray-section h3 {
  color: #fff;
  text-decoration: none;
}
.img-max-260 .theme-content-cl-img img {
  max-width: 260px;
}
.img-max-250 .theme-content-cl-img img {
  max-width: 250px;
}
.img-max-200 .theme-content-cl-img img {
  max-width: 200px;
}
.img-max-150 .theme-content-cl-img img {
  max-width: 150px;
}
.img-max-80 .theme-content-cl-img img {
  max-width: 80px;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- SEKCE - BARVY ------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-color-logos-grid {
  width: 100%;
}
.theme-color-logos-grid li {
  background-color: #F7F7F7;
}
.theme-color-logos-grid li.theme-color-logos-grid-inverse {
  background: #000;
  color: #FFFFFF;
}
.theme-color-grid .theme-color-grid-name {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}
.theme-color-grid .theme-color-grid-sub li {
  font-size: 14px;
  color: #000;
}
.theme-color-grid .theme-color-grid-sub b {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.theme-color-grid .theme-color-grid-sub em {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.theme-color-grid .theme-color-grid-inverse li,
.theme-color-grid .theme-color-grid-inverse .theme-color-grid-name {
  color: #fff !important;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- SEKCE - PISMA ------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.font-neue-haas-grotesk-light {
  font-weight: 400 !important;
}
.font-neue-haas-grotesk-roman {
  font-weight: 500 !important;
}
.font-neue-haas-grotesk-medium {
  font-weight: 600 !important;
}
.font-neue-haas-grotesk-bold {
  font-weight: 700 !important;
}
.font-sans-serif-normal {
  font-family: sans-serif;
  font-weight: normal;
}
.font-sans-serif-bold {
  font-family: sans-serif;
  font-weight: bold;
}
.theme-fonts-grid-item-container {
  color: #000;
}
.black-section .theme-fonts-grid-item-container,
.red-section .theme-fonts-grid-item-container,
.blue-section .theme-fonts-grid-item-container,
.light-blue-section .theme-fonts-grid-item-container {
  color: #fff !important;
}
.theme-fonts-grid {
  gap: 50px;
}
.theme-fonts-grid-item-container-grid {
  -ms-grid-columns: 80px 10px 1fr;
  grid-template-columns: 80px 1fr;
  gap: 10px;
}
.theme-fonts-grid-item-aa {
  font-size: 50px;
  color: #DA000D;
}
.red-section .theme-fonts-grid-item-aa,
.black-section .theme-fonts-grid-item-aa {
  color: #fff !important;
}
.theme-fonts-grid-item-title {
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1.2em;
  color: #DA000D;
}
.red-section .theme-fonts-grid-item-title,
.black-section .theme-fonts-grid-item-title {
  color: #fff !important;
}
.theme-fonts-grid-item-title b {
  font-size: 26px;
}
.theme-fonts-grid-item-title em {
  font-size: 16px;
  padding: 5px 0 0 0;
}
@media (max-width: 767px) {
  .theme-fonts-grid-item-title {
    text-align: left;
  }
}
.theme-fonts-grid-item-example {
  font-size: 24px;
}
@media (max-width: 767px) {
  .theme-fonts-grid-item-example {
    text-align: left;
  }
}
.theme-fonts-grid-item-title {
  /*
    .font-neue-haas-grotesk-light { font-weight: 400 !important;  } 
    .font-neue-haas-grotesk-roman { font-weight: 500 !important;  } 
    .font-neue-haas-grotesk-medium { font-weight: 600 !important;  } 
    .font-neue-haas-grotesk-bold { font-weight: 700 !important; } 
*/
}
.font-neue-haas-grotesk-light .theme-fonts-grid-item-title,
.font-neue-haas-grotesk-light .theme-fonts-grid-item-title b,
.font-neue-haas-grotesk-light .theme-fonts-grid-item-title em {
  font-weight: 400 !important;
  font-style: normal;
}
.font-neue-haas-grotesk-roman .theme-fonts-grid-item-title,
.font-neue-haas-grotesk-roman .theme-fonts-grid-item-title b,
.font-neue-haas-grotesk-roman .theme-fonts-grid-item-title em {
  font-weight: 500 !important;
  font-style: normal;
}
.font-neue-haas-grotesk-medium.theme-fonts-grid-item-title,
.font-neue-haas-grotesk-medium .theme-fonts-grid-item-title b,
.font-neue-haas-grotesk-medium .theme-fonts-grid-item-title em {
  font-weight: 600 !important;
  font-style: normal;
}
.font-neue-haas-grotesk-bold .theme-fonts-grid-item-title,
.font-neue-haas-grotesk-bold .theme-fonts-grid-item-title b,
.font-neue-haas-grotesk-bold .theme-fonts-grid-item-title em {
  font-weight: 7200 !important;
  font-style: normal;
}
.font-sans-serif-normal .theme-fonts-grid-item-title,
.font-sans-serif-normal .theme-fonts-grid-item-title b,
.font-sans-serif-normal .theme-fonts-grid-item-title em {
  font-weight: normal;
}
.font-sans-serif-bold .theme-fonts-grid-item-title,
.font-sans-serif-bold .theme-fonts-grid-item-title b,
.font-sans-serif-bold .theme-fonts-grid-item-title em {
  font-weight: bold;
}
.theme-fonts-download {
  padding-top: 30px;
  font-size: 11px;
}
.theme-fonts-download ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-fonts-download ul li {
  position: relative;
  padding: 5px 0px 5px 15px;
  line-height: 1.1em;
}
.theme-fonts-download ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 5px;
  top: 10px;
  background: #F08BB2;
}
.theme-fonts-download-title {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}
/*


*/
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- BLOK - TEXTOVY -----------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-txt-grid {
  width: 100%;
}
.theme-txt-grid li h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: #000;
}
.theme-txt-grid li p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.theme-txt-grid li a h3,
.theme-txt-grid li a:visited h3 {
  color: #000;
  text-decoration: none;
}
.theme-txt-grid li a p,
.theme-txt-grid li a:visited p {
  color: #303030;
  text-decoration: none;
}
.theme-txt-grid li a:hover h3 {
  color: #DA000D;
  text-decoration: none;
}
.theme-txt-grid li a:hover p {
  color: #BA8C43;
  text-decoration: none;
}
.black-section .theme-txt-grid li h3 {
  color: #fff;
}
.black-section .theme-txt-grid li p {
  color: #fff;
}
.black-section .theme-txt-grid li a h3,
.black-section .theme-txt-grid li a:visited h3 {
  color: #fff;
  text-decoration: none;
}
.black-section .theme-txt-grid li a p,
.black-section .theme-txt-grid li a:visited p {
  color: #fff;
  text-decoration: none;
}
.black-section .theme-txt-grid li a:hover h3 {
  color: #DA000D;
  text-decoration: none;
}
.black-section .theme-txt-grid li a:hover p {
  color: #BA8C43;
  text-decoration: none;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- NAV SLIDER ---------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.black-section  .slick-dots {
  padding-top: 40px;
}
.black-section  .slick-dots button {
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}
.black-section  .slick-dots button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.black-section  .slick-dots .slick-active button {
  background: rgba(255, 255, 255, 0.6) !important;
  border-color: #ffffff !important;
}
.black-section  .slick-dots .slick-active button:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.black-section  .slick-arrow,
.black-section  .theme-nav-slider-container .slick-arrow {
  color: rgba(255, 255, 255, 0.5) !important;
}
.black-section  .slick-arrow:hover,
.black-section  .theme-nav-slider-container .slick-arrow:hover {
  color: #ffffff !important;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- PATA ---------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-footer .wrapper {
  text-align: center;
  border-top: none;
}
/* <-----------------------------------------------------------------------------------------------> */
/* <-------------- GALERIE ---------------------------------------------------------------------------> */
/* <-----------------------------------------------------------------------------------------------> */
.theme-content-cl-content-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  vertical-align: middle;
  letter-spacing: 1em;
  text-align: center;
}
.theme-content-cl-content-gallery li {
  display: inline;
}
.theme-content-cl-content-gallery img {
  /* display: inline-flex; */
  vertical-align: middle;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
@media (max-width: 400px) {
  .theme-content-cl-content-gallery img {
    height: auto;
    width: auto;
    max-width: 260px;
  }
}
