body {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  color: #00609C;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00507a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
}

main {
  min-height: 500px;
}

section {
  margin: 30px 0px;
}

.btn.btn-outline-primary {
  border: 2px solid #00609C;
  border-radius: 8px;
  color: #00609C;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: transparent;
  color: #00609C;
}

.nav-link {
  padding: 0.5rem 1rem;
  color: #1E3B6E;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.cta-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #40F7F7;
}

.card {
  border: 1px solid #1E3B6E;
}

.article-card {
  border-radius: 6px;
  border: 4px solid #D9E2E5;
  padding: 16px 16px 32px 16px;
  margin-bottom: 30px;
  position: relative;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  background-color: white;
}
.article-card .article-card-topic {
  position: absolute;
  color: #fff;
  width: 150;
  height: 31;
  top: 24px;
  left: 24px;
  border-radius: 6px;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  padding-left: 16px;
  background-color: #00609C;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.article-card .article-card-image img {
  width: 100% !important;
  height: auto;
}
.article-card .article-card-body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.article-card .article-card-body .article-card-title {
  margin-top: 15px;
}
.article-card .article-card-body .article-card-title .article-card-headline {
  color: #001824;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
.article-card .article-card-cta {
  margin-top: auto;
}
.article-card .article-card-cta a {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #00609C;
  text-decoration: none;
}

.footer {
  background: #001824;
  color: white;
  text-align: center;
  padding: 20px 0;
}

.subscription .subscription-banner {
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 439px;
  background-image: url(../images/subscription-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.subscription .subscription-banner .subscription-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003250;
  opacity: 50%;
  border-radius: 8px;
}
.subscription .subscription-banner .subscription-form {
  color: #fff;
  width: 664px;
  height: 210px;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  background-color: rgba(0, 50, 80, 0.5019607843) 50%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .subscription .subscription-banner .subscription-form {
    font-size: 40px;
  }
}
.subscription .subscription-banner .subscription-form .btn {
  background-color: #40F7F7;
  border-color: #40F7F7;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.subscription .subscription-banner .subscription-form .btn:hover {
  background-color: #40F7F7;
  border-color: #40F7F7;
}

#subscriptionInfo {
  font-size: 20px;
  font-family: "Libre Franklin", sans-serif;
  margin-top: 20px;
}

.owl-carousel-navigation-mobile {
  margin-top: 10px;
  font-family: "Geologica", sans-serif;
  color: #003250;
  font-size: 20px;
  font-weight: 700;
}
.owl-carousel-navigation-mobile span {
  margin: 50px;
}
.owl-carousel-navigation-mobile .btn {
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  color: #00609C;
}

.embed-post {
  width: 100%;
}

.ajax-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../fonts/loading.svg");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 40px 40px;
  z-index: 10;
}

.loading .article-card {
  opacity: 0.3;
  pointer-events: none; /* Optional: prevent interaction */
}

.iframe-wrapper {
  height: 100%;
  position: relative;
}
.iframe-wrapper iframe {
  height: 100%;
  width: 100%;
  display: block;
  pointer-events: none; /* Prevent iframe from hijacking clicks */
}
.iframe-wrapper .iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.owl-item iframe {
  pointer-events: none; /* disable by default */
}

.owl-item.center iframe {
  pointer-events: auto; /* enable only for centered item */
}

header {
  background: linear-gradient(96.42deg, #003250 32.02%, #40F7F7 94.94%);
}
header .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 1199px) {
  header .header-wrap {
    display: none;
  }
}
header .top-bar {
  background: #00416A;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
  font-family: "Geologica", sans-serif;
}
header .top-bar .container-fluid {
  width: 100%;
  max-width: 1920px;
  padding: 6px 60px;
}
header .top-bar .dropdown-toggle {
  color: #fff;
}
header .top-bar .dropdown-toggle.show {
  color: #fff;
}
header .top-bar li:nth-child(1) {
  background-color: #00416A;
  color: #fff !important;
}
header .top-bar li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
header .top-bar a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  padding: 7px 22px;
  color: inherit;
}
header .top-bar .global-menu.show {
  height: auto;
  box-shadow: none;
  transition: 0.55s linear;
  padding: 0px;
  border-radius: 0px;
  min-width: 325px;
  left: -10px;
  top: calc(100% + 10px);
}
header .top-bar .global-menu.show li:nth-child(1) {
  background-color: #00416A;
  color: #fff;
}
header .top-bar .global-menu.show li:nth-child(1) a {
  color: #fff;
  padding: 7px 22px;
}
header .top-bar .global-menu.show li:hover, header .top-bar .global-menu.show li:focus {
  background-color: #00416A;
  color: #fff;
}
header .top-bar .global-menu.show li:hover a, header .top-bar .global-menu.show li:focus a {
  color: #fff;
}
header .top-bar .global-menu.show li a {
  padding: 0.5rem 1rem;
  color: #006499;
  font-weight: 400 !important;
  text-decoration: none;
}
header .top-bar #globalMenuRight {
  display: flex;
  justify-content: right;
  padding-right: 10px;
}
header .top-bar #globalMenuRight li {
  border: none;
  background: none;
  margin-left: 24px;
}
header .top-bar #globalMenuRight li a {
  color: #fff;
  text-decoration: none;
  padding: 0;
}
header .menu {
  background: linear-gradient(180deg, rgba(0, 24, 36, 0.86) -12.75%, rgba(0, 24, 36, 0.58) 46.11%, rgba(0, 24, 36, 0) 96.25%);
  font-family: "Geologica", sans-serif;
  height: 150px;
  color: white;
  padding: 0px;
  transition: background 0.3s ease;
}
header .menu .container-fluid {
  padding-left: 0;
  padding-right: 10px;
}
header .menu .navbar-brand {
  margin-left: 5%;
  padding-top: 0;
}
header .menu .navbar-brand img {
  width: 211px;
}
header .menu .menu-wrapper {
  align-self: stretch;
  justify-content: end;
}
header .menu .navbar-nav {
  align-self: stretch;
  align-items: center;
}
header .menu .navbar-nav .dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}
header .menu .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0;
  height: 400px;
  background: rgba(240, 240, 240, 0.9490196078) !important;
  border-bottom: 1px solid rgba(90, 111, 122, 0.5019607843) !important;
}
header .menu .navbar-nav .nav-link {
  border-bottom: 9px solid transparent;
}
header .menu .navbar-nav .nav-link.show {
  background-color: unset;
  border-color: #FFFFFF;
}
header .menu .navbar-nav .nav-link.dropdown-toggle {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 55px 1rem;
}
header .menu a {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}
header .menu-brand img {
  height: 125px;
  width: auto;
  position: relative;
  top: 6px;
  left: 33px;
}
header .menu .nav-link.dropdown-toggle::after {
  margin-left: 0.5rem;
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 10px;
  border: 0;
  position: relative;
  top: 0;
}
header .menu .nav-link.dropdown-toggle.show::after {
  border: none;
  content: "\f62a";
  font-size: 20px;
}
header .menu-darken {
  background-color: #001824;
}

.dropdown.position-static .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100vw;
}

.nav-descr-wrapper {
  padding: 16px 25px;
  border-right: 1px solid #5A6F7A;
}
.nav-descr-wrapper .nav-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 39.23px;
  color: #001824;
  margin-bottom: 16px;
}

.nav-link-sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #00609C;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(90, 111, 122, 0.5019607843);
  text-decoration: none;
  text-align: left !important;
}
.nav-link-sub:hover {
  background-color: #C8FFFF;
  color: #001824;
}
.nav-link-sub:after {
  font-family: "bootstrap-icons";
  vertical-align: 0.255em;
  content: "\f138";
  float: right;
}
.nav-link-sub.sub-item {
  padding-left: 20px;
  margin-left: 45px;
  font-size: 18px;
}
.nav-link-sub.sub-item::before {
  font-family: "bootstrap-icons";
  content: "\f2ea";
  position: absolute;
  margin-left: -25px;
}

#mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: block;
  background-color: #001824;
  display: flex;
  align-items: center;
  justify-content: normal;
  height: 85px;
}
@media (min-width: 1200px) {
  #mobile_menu {
    display: none;
  }
}

#mobile_menu .navbar-brand img {
  width: 112px;
  height: auto;
}

#mobile_menu .global-header-left .dropdown-toggle {
  font-size: 14px;
}

#nav__toggle {
  width: 44px;
  height: 44px;
  float: right;
  position: relative;
  z-index: 1025;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5sease-in-out;
  margin-right: 24px;
  margin-left: auto;
}

#nav__toggle span {
  position: absolute;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: all 0.5sease-in-out;
}

#nav__toggle .bar-one {
  right: 6px;
  top: 16px;
}

#nav__toggle .bar-two {
  left: 6px;
  bottom: 16px;
}

.mobile-menu-open #nav__toggle .bar-one {
  right: 9px;
  top: 22px;
  transform: rotate(45deg);
}

.mobile-menu-open #nav__toggle .bar-two {
  left: 9px;
  top: 22px;
  transform: rotate(-45deg);
}

#mobile_menu .global-menu.show {
  height: auto;
  transition: 0.55s linear;
  padding: 0px;
  border-radius: 0px;
  font-size: 14px;
}
#mobile_menu .global-menu.show li:nth-child(1) {
  background-color: #00416A;
  color: #fff;
}
#mobile_menu .global-menu.show li:nth-child(1) a {
  color: #fff;
}
#mobile_menu .global-menu.show li:hover {
  background-color: #00416A;
  color: #fff;
}
#mobile_menu .global-menu.show li:hover a {
  color: #fff;
}
#mobile_menu .global-menu.show li a {
  padding: 0.5rem 1rem;
  color: #006499;
  font-weight: 400 !important;
  text-decoration: none;
}
#mobile_menu .nav-link {
  border-bottom: 0px;
}

.mobile-menu {
  width: 100% !important;
  background-color: #001824;
  color: #fff;
  font-family: "Geologica", sans-serif;
  margin-top: 80px;
}
.mobile-menu ul {
  width: 100%;
  border: none;
  background-color: #fff;
  font-weight: 700;
}
.mobile-menu ul li {
  border: none;
  background-color: #001824;
  color: #fff;
  padding: 24px;
}
.mobile-menu ul li::after {
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 15px;
  position: relative;
  top: 2px;
  float: right;
}
.mobile-menu ul li.sub-menu a::before {
  content: "\f2ea";
  font-family: "bootstrap-icons";
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}
.mobile-menu ul li a {
  font-family: "Geologica", sans-serif;
  color: #fff;
  font-size: 20px;
}
.mobile-menu .back-btn {
  color: #fff;
  font-weight: 700;
  padding: 24px;
}
.mobile-menu .back-btn::before {
  margin-right: 0.55em;
  content: "\f284";
  font-family: "bootstrap-icons";
  font-size: 15px;
  position: relative;
  top: 2px;
  float: left;
}
.mobile-menu .offcanvas-start {
  width: 100%;
}
.mobile-menu .menu-pane {
  display: none;
}
.mobile-menu .menu-pane.active {
  display: block;
}

#harmanGloabalMenuCorporate {
  padding: 0;
}

.hero {
  padding-top: 55px;
}
@media (min-width: 1200px) {
  .hero {
    padding-top: 199px;
  }
}

.home .hero {
  background: linear-gradient(96.42deg, #003250 32.02%, #40F7F7 94.94%);
  color: white;
}
.home #newsroom h1 {
  margin-bottom: 20px;
}
.home #newsroom p {
  font-size: 18px;
  margin-bottom: 20px;
}
.home .content-tabs {
  margin-bottom: 30px;
}
.home .content-tabs ul {
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
}
.home .content-tabs .nav-link {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 90%;
  vertical-align: middle;
  color: #000;
}
.home .content-tabs .nav-link.active {
  color: #00609C;
  border: none;
  border-bottom: 2px solid #00609C;
}
.home .content-filters {
  margin-bottom: 30px;
}
.home .content-filters .btn {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 18px;
  vertical-align: middle;
  padding: 3px 20px;
  width: 200px;
  background-color: #fff;
  border: 2px solid #00609C;
  border-radius: 8px;
  margin-right: 10px;
}
.home .content-filters .btn i {
  color: #00609C;
}
.home .content-filters .btn span.filter-icon {
  background-image: url("../fonts/Filter.svg");
  background-size: contain;
}
.home .content-filters .btn span.sort-icon {
  background-image: url("../fonts/Sort.svg");
  background-size: contain;
}
.home .content-filters-btns {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .home .content-filters-btns .btn-filter {
    width: 160px;
  }
}
.home .content-filters .dropdown-menu {
  width: 200px;
  border-radius: 0 !important;
  border-width: 2px !important;
}
.home .content-filters .dropdown-item {
  color: #00609C;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
}
.home .content-filters .dropdown-item:hover, .home .content-filters .dropdown-item:focus, .home .content-filters .dropdown-item:active {
  background-color: #00609C;
  color: #fff;
}

.professional-solutions {
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 40px;
}
.professional-solutions-info {
  font-family: "Geologica", sans-serif;
  font-size: 32px;
  line-height: 120%;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .professional-solutions-info {
    padding-left: 60px;
  }
}
.professional-solutions-info-cta {
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  line-height: 140%;
}
.professional-solutions-info-cta a {
  color: #1E3B6E;
  text-decoration: none;
}
.professional-solutions-info-navigation .owl-dot {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background: #aaa;
  border-radius: 50%;
  border-color: #aaa;
  border: 1px;
  opacity: 0.3;
}
.professional-solutions-info-navigation .owl-dot.active {
  opacity: 0.9;
}
.professional-solutions-carousel .owl-stage {
  padding-left: 0px !important;
}
.professional-solutions-carousel-item {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  padding: 10px;
}
@media (min-width: 1200px) {
  .professional-solutions-carousel-item {
    font-size: 20px;
    padding: 20px;
  }
}
.professional-solutions-carousel-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(17.13deg, #003250 48.36%, rgba(64, 247, 247, 0.6) 86.58%);
  opacity: 60%;
  border-radius: 8px;
}
.professional-solutions-carousel-item-content {
  display: flex;
  align-items: end;
  height: 100%;
}
.professional-solutions-carousel-item-content a {
  text-decoration: none;
  color: #fff;
  z-index: 1;
}

.latest-products, .article-downloads {
  background-color: #EBFDFC;
  padding-top: 40px;
  padding-bottom: 40px;
}
.latest-products h2, .article-downloads h2 {
  text-align: center;
  color: #003250;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.latest-products .owl-theme, .article-downloads .owl-theme {
  position: relative;
}
.latest-products .owl-theme .owl-nav,
.latest-products .owl-theme .owl-dots, .article-downloads .owl-theme .owl-nav,
.article-downloads .owl-theme .owl-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.latest-products .owl-theme .owl-nav, .article-downloads .owl-theme .owl-nav {
  position: relative;
  top: 0;
  margin-top: 20px;
}
.latest-products .owl-theme .owl-dots, .article-downloads .owl-theme .owl-dots {
  order: 1;
  margin: 0 10px;
}
.latest-products .owl-theme .owl-prev,
.latest-products .owl-theme .owl-next, .article-downloads .owl-theme .owl-prev,
.article-downloads .owl-theme .owl-next {
  background: none;
  border: none;
  padding: 5px 10px;
  margin: 0 10px;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}
.latest-products .owl-theme .owl-nav,
.latest-products .owl-theme .owl-dots, .article-downloads .owl-theme .owl-nav,
.article-downloads .owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.latest-products .owl-theme .owl-nav, .article-downloads .owl-theme .owl-nav {
  width: 100%;
}
.latest-products .owl-theme .owl-nav .owl-prev, .article-downloads .owl-theme .owl-nav .owl-prev {
  order: 0;
}
.latest-products .owl-theme .owl-dots, .article-downloads .owl-theme .owl-dots {
  order: 1;
}
.latest-products .owl-theme .owl-nav .owl-next, .article-downloads .owl-theme .owl-nav .owl-next {
  order: 2;
}
.latest-products .owl-theme .owl-custom-dots .owl-dot, .article-downloads .owl-theme .owl-custom-dots .owl-dot {
  width: 16px;
  height: 16px;
  margin: 8px;
  border: none;
  border-radius: 50%;
  background-color: #aaa;
  opacity: 30%;
}
.latest-products .owl-theme .owl-custom-dots .owl-dot.active, .article-downloads .owl-theme .owl-custom-dots .owl-dot.active {
  opacity: 90%;
}
.latest-products .owl-carousel .item, .article-downloads .owl-carousel .item {
  transition: all 0.3s ease;
  transform: scale(0.8); /* smaller for side items */
  opacity: 0.7;
  aspect-ratio: 1/1;
  height: 550px;
}
.latest-products .owl-carousel .center .item, .article-downloads .owl-carousel .center .item {
  transform: scale(1); /* full size for center item */
  opacity: 1;
}
.latest-products .owl-carousel .center .item .latest-products-carousel-item-content, .article-downloads .owl-carousel .center .item .latest-products-carousel-item-content {
  display: flex;
}
.latest-products-carousel-item, .article-downloads-carousel-item {
  background-size: cover;
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
  border-radius: 8px;
}
.latest-products-carousel-item-overlay, .article-downloads-carousel-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(74deg, #143653 0.73%, #4747C8 99.06%);
  opacity: 50%;
  border-radius: 8px;
}
.latest-products-carousel-item-content, .article-downloads-carousel-item-content {
  display: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.latest-products-carousel-item-content-title, .article-downloads-carousel-item-content-title {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding: 20px;
}
@media (min-width: 1200px) {
  .latest-products-carousel-item-content-title, .article-downloads-carousel-item-content-title {
    font-size: 24px;
  }
}
.latest-products-carousel-item-content-title h3, .article-downloads-carousel-item-content-title h3 {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .latest-products-carousel-item-content-title h3, .article-downloads-carousel-item-content-title h3 {
    font-size: 24px;
  }
}
.latest-products-carousel-item-content-cta, .article-downloads-carousel-item-content-cta {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #40F7F7;
  margin-top: 20px;
}
.latest-products .list-inline, .article-downloads .list-inline {
  display: block;
}
.latest-products .list-inline li, .article-downloads .list-inline li {
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
}
.latest-products #productsCarousel, .article-downloads #productsCarousel {
  margin-bottom: 30px;
}

.follow-harman {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #001824;
  padding: 50px 30px;
}
.follow-harman .follow-harman-header {
  color: #fff;
  margin-bottom: 50px;
}
.follow-harman .follow-harman-header h3 {
  font-size: 48px;
  vertical-align: middle;
}
.follow-harman .follow-harman-header-more-text {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.follow-harman .follow-harman-header-more-link {
  text-decoration: none;
  color: #fff;
}
.follow-harman .follow-harman-header-more-link:hover {
  color: #fff;
}
.follow-harman .follow-harman-header i {
  font-size: 48px;
  margin-left: 20px;
}
.follow-harman .follow-harman-body-content img {
  width: 100%;
}

.filter-panel {
  background-color: #f2f2f2;
  border-radius: 6px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .content-tabs-desktop {
    display: none;
  }
}

.content-dropdown-mobile {
  display: none;
}
@media (max-width: 991px) {
  .content-dropdown-mobile {
    display: block;
    margin: 20px 0;
  }
}
.content-dropdown-mobile .dropdown-toggle.form-select {
  border: 2px solid #40F7F7;
}
.content-dropdown-mobile .dropdown-toggle::after {
  content: none !important;
}

/* Headline + Body Copy + CTA */
.carousel .carousel-indicators {
  position: relative;
  margin-left: 0px;
  padding-left: 30px;
  padding-bottom: 50px;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .carousel .carousel-indicators {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-indicators {
    padding-left: 50px;
  }
}
.carousel .carousel-indicators button {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.carousel-item {
  min-height: 450px;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .carousel-item {
    padding: 50px;
  }
}
.carousel-content {
  max-width: 544px;
  position: relative;
  z-index: 2;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .carousel-content {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .carousel-content {
    margin-right: 0px;
    padding-top: 25px;
  }
}
.carousel-content-title {
  font-weight: 400;
}
@media (max-width: 575px) {
  .carousel-content-title {
    font-size: 20px;
  }
}
.carousel-content-title a {
  color: #fff !important;
}
.carousel-content-read-more {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
  text-transform: capitalize;
  text-decoration: none;
  color: #40F7F7;
  display: block;
  margin: 20px 0;
}
.carousel-content-read-more:hover, .carousel-content-read-more:focus {
  color: #40F7F7;
}
.carousel-image {
  width: 700px;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
  border: 4px solid #fff;
  padding: 0px;
}
@media (min-width: 992px) {
  .carousel-image {
    flex: 0 0 700px;
  }
}
.carousel-image img {
  width: 100%;
}
.carousel-content-type {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Geologica", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.carousel .carousel-indicators-mobile {
  font-size: 20px;
  font-weight: 700;
  font-family: "Geologica", sans-serif;
  color: #fff;
}
.carousel .carousel-indicators-mobile .btn {
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  color: #fff;
}
.carousel .carousel-indicators-mobile span {
  margin: 50px;
}

#contentTypeIndex .menu {
  background: #001824;
}

.index #newsroom {
  display: none;
}
@media (min-width: 1200px) {
  .index .ct-index-header {
    padding-top: 199px;
  }
}
.index .content-filters {
  margin-bottom: 30px;
}
.index .content-filters .btn {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 18px;
  vertical-align: middle;
  padding: 3px 20px;
  width: 200px;
  background-color: #fff;
  border: 2px solid #00609C;
  border-radius: 8px;
  margin-right: 10px;
}
.index .content-filters .btn i {
  color: #00609C;
}
.index .content-filters .btn span.filter-icon {
  background-image: url("../fonts/Filter.svg");
  background-size: contain;
}
.index .content-filters .btn span.sort-icon {
  background-image: url("../fonts/Sort.svg");
  background-size: contain;
}
.index .content-filters-btns {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .index .content-filters-btns .btn-filter {
    width: 160px;
  }
}
.index .content-filters .dropdown-menu {
  width: 200px;
  border-radius: 0 !important;
  border-width: 2px !important;
}
.index .content-filters .dropdown-item {
  color: #00609C;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
}
.index .content-filters .dropdown-item:hover, .index .content-filters .dropdown-item:focus, .index .content-filters .dropdown-item:active {
  background-color: #00609C;
  color: #fff;
}
.index .latest-products {
  display: none;
}
.index .content-tabs-desktop, .index .content-dropdown-mobile {
  display: none;
}

.index-cta a.btn {
  width: 214px;
  min-width: 120px;
  background-color: #40F7F7;
  border-color: #40F7F7;
  color: #001824;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 50px;
  padding: 12px 20px;
}
.index-cta a.btn .loading {
  pointer-events: none;
}
.index-cta button.btn:hover, .index-cta button.btn:focus {
  background-color: #40F7F7;
}

#loading {
  display: none;
}

.article-hero .carousel-indicators {
  display: none;
}
.article .carousel-item {
  height: 457px;
  background-size: cover;
  font-weight: 700;
  font-family: "Libre Franklin", sans-serif;
}
.article .carousel-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(74deg, #143653 0.73%, #4747C8 99.06%);
  opacity: 50%;
}
.article .carousel-item-content {
  display: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.article .carousel-item-content-title {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding: 20px;
}
.article .carousel-item-content-title h4 {
  font-size: 32px;
  line-height: 120%;
}
.article .carousel-item-content-cta {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}
.article .page-subtitle {
  color: #000;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.article .page-body {
  margin: 0 auto;
  max-width: 1058px;
  line-height: 1.6;
}
.article .page-body p, .article .page-body li {
  margin-bottom: 20px;
}
.article .page-body a {
  text-decoration: underline;
}
.article-related-content {
  background-color: #EBFDFC;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article-related-content h2 {
  text-align: center;
  color: #003250;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.article-downloads + .article-related-content {
  background-color: transparent;
}
.article .textImage-center {
  padding: 30px 0px;
  max-width: 100% !important;
}
@media (min-width: 1065px) {
  .article .textImage-center {
    width: 125% !important;
    max-width: 125% !important;
    margin-left: -12.5% !important;
  }
}
.article .textImage-center img {
  max-width: 100%;
  height: auto;
}

.breadcrumb {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  padding: 20px 0px;
}
.breadcrumb li {
  color: #fff;
}
.breadcrumb li:not(:first-child) {
  margin-left: 1em;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a::after {
  margin-left: 1em;
  content: "\f285";
  font-family: "bootstrap-icons";
  font-size: 15px;
  position: relative;
  top: 2px;
  text-decoration: none;
}

.language-filter {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.footer {
  background: #001824;
  min-height: 215px;
  color: #fff;
}
@media (min-width: 1200px) {
  .footer-link-section {
    width: 324px;
    padding: 56px 0px;
  }
}
.footer-top, .footer-center {
  border-bottom: 1.26px solid #F8FFFF;
  padding: 56px 0;
}
.footer-center-logo img {
  height: 113px;
}
.footer a {
  color: #fff;
}
.footer .ada_comp {
  font-size: 12px;
  color: #aeaeae;
}
.footer .links .header-text {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #00609C;
  letter-spacing: 6%;
  margin-bottom: 16px;
  list-style: none;
  text-align: left;
}
.footer .links .link {
  list-style: none;
  text-align: left;
}
.footer .links .link a {
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 6%;
  margin-bottom: 8px;
  text-decoration: none;
}
.footer .list-inline {
  display: block;
}
.footer .list-inline li {
  display: inline-block;
  font-size: 24px;
  margin-left: 20px;
}
.footer .navbar-right a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.footer .lang-btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-text {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #D9E2E5;
  margin-top: 40px;
}
.footer .language-option {
  display: flex;
  align-items: center;
}
.footer .language-option .regional-sites-menu {
  position: relative;
  margin-left: 8px;
}
.footer .language-option .regional-sites-menu .re-sites-header-link {
  color: #40F8F7;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.footer .language-option .regional-sites-menu .re-sites-header-link .down-caret {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  display: inline-block;
  margin-left: 8px;
  position: relative;
  transform: rotate(0);
  transition: 0.25s ease-in;
}
.footer .language-option .regional-sites-menu .re-sites-header-link .open-caret {
  transform: rotate(180deg);
  transition: 0.25s ease-out;
}
.footer .language-option .regional-sites-menu .regional-sites-links .menu {
  position: absolute;
  z-index: 999;
  left: 15%;
  top: 100%;
  background-color: #001824;
  float: left;
  max-height: 0;
  overflow: hidden;
  transition: 0.55s linear;
  list-style: none;
  padding-left: 0;
}
.footer .language-option .regional-sites-menu .regional-sites-links .menu.open {
  max-height: 300px;
  height: auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transition: 0.55s linear;
}
.footer .language-option .regional-sites-menu .regional-sites-links .menu.open li.link a {
  display: block;
  font-weight: 400;
  line-height: 19.2px;
  padding: 7px 22px;
  color: #fff;
}
.footer .language-option .regional-sites-menu .regional-sites-links .menu li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

#btn-back-to-top {
  position: fixed;
  background-color: #fff;
  bottom: 20px;
  right: 20px;
  width: 2.8125rem;
  min-width: 0;
  height: 2.8125rem;
  z-index: 99;
  border-radius: 0px;
  visibility: hidden;
  opacity: 0;
}
#btn-back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=theme.css.map */