@charset "UTF-8";
@font-face {
  font-family: "Söhne";
  src: url("../font/soehne-leicht.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Söhne";
  src: url("../font/soehne-buch.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Söhne";
  src: url("../font/soehne-kraftig.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Söhne";
  src: url("../font/soehne-halbfett.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  min-width: 300px;
}

body {
  font-family: "Söhne", sans-serif;
  color: #000000;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  /*text-decoration: none;*/
  color: #056FF0;
  transition: all 0.3s ease;
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-style: dotted;
}
a:hover {
  opacity: 1;
  text-decoration-style: solid;
}
a.mega-menu-category-btn {
  text-decoration: none;
}

button {
  font-family: "Söhne", sans-serif;
  border: none;
  cursor: pointer;
}

.container {
  max-width: 1480px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 360px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, ul:first-child, ol:first-child {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}

.richtext p,
p {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.rich-text ul,
.rich-text ol,
ul, ol {
  margin-top: -0.8em;
  margin-bottom: 0.8em;
}

.rich-text li,
li {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}

.section-subtitle {
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  font-weight: 400;
}

blockquote {
  margin: 30px 0;
  padding: 0px 0px;
  border-left: none;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  margin: 40px;
}

.pullquote {
  margin: 30px 0;
  padding: 0px 0px;
  border-left: none;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
}
.pullquote p {
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .pullquote {
    font-size: 21px;
    padding: 15px 20px;
    margin: 20px 0;
  }
}

.bg-cyan {
  background-color: #35ffdc;
}

.bg-blue {
  background-color: #4797f7;
}

.bg-dark {
  background-color: #000000;
}

.bg-light {
  background-color: #F5F5F5;
}

.btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 100px;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .btn {
    padding: 12px 28px;
    font-size: 16px;
  }
}
.btn.btn-sm {
  padding: 0px 25px !important;
  line-height: 40px;
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  border-radius: 100px;
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(53, 255, 220, 0.4);
}

.btn-cyan {
  background-color: #35ffdc;
  color: #000000;
}
.btn-cyan:hover, .btn-cyan:active {
  background-color: #35ffdc !important;
  color: #000000 !important;
}
.btn-cyan:focus-visible {
  background-color: #35ffdc;
  color: #000000;
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(53, 255, 220, 0.4);
}

.btn-dark {
  background-color: #000000;
  color: #ffffff;
}
.btn-dark:hover, .btn-dark:active {
  background-color: #35ffdc !important;
  color: #000000 !important;
}
.btn-dark:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.4);
}

.btn-cyan-outline {
  background-color: transparent;
  color: #35ffdc;
  border: 2px solid #35ffdc;
}
.btn-cyan-outline:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(53, 255, 220, 0.4);
}

.btn-dark-outline {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
}
.btn-dark-outline:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(53, 255, 220, 0.4);
}

.btn-lg {
  height: 58px;
  padding: 15px 50px;
  font-size: 23px;
}

.btn-md {
  height: 48px;
  padding: 12px 35px;
}

.btn-sm {
  height: 41px;
  padding: 10px 25px;
  font-size: 20px;
}

.bg-cover {
  background-position: center;
  background-size: cover;
}

.card-title a {
  color: inherit;
  text-decoration: none;
}
.card-title a:hover {
  text-decoration: underline;
  opacity: 1;
}

.news-card-title a {
  color: inherit;
  text-decoration: none;
}
.news-card-title a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html {
    scroll-behavior: auto;
  }
}
.navbar {
  padding: 0px 0;
  background-color: #35ffdc !important;
  box-shadow: none;
  min-height: 103px;
  align-items: flex-start;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .navbar {
    padding-bottom: 0px;
    align-items: flex-start;
    padding-top: 15px;
    min-height: 80px;
  }
}
.navbar > .container {
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .navbar > .container {
    display: block;
  }
}
.navbar .navbar-brand {
  padding: 0px !important;
  margin: 0px !important;
}
@media (min-width: 1024px) {
  .navbar .navbar-brand {
    top: 4px;
    position: relative;
  }
}
.navbar .navbar-brand .logo {
  height: 55px;
  width: auto;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .navbar .navbar-brand .logo {
    height: 40px;
    top: 10px;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .navbar .navbar-brand .logo {
    height: 48px;
  }
}
.navbar .navbar-toggler {
  border: none;
  padding: 0px;
  order: 3;
  margin-left: auto;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 0px;
}
@media (min-width: 992px) and (max-width: 1023px) {
  .navbar .navbar-toggler {
    display: block;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-toggler {
    display: none;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #00d4aa;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(29, 29, 27, 1)' stroke-linecap='butt' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .navbar .navbar-nav {
    gap: 5px;
    margin-top: 5px;
  }
}
.navbar .nav-link {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 0;
  letter-spacing: -0.42px;
  line-height: 28px;
  transition: all 0.3s ease;
  padding-bottom: 42px;
  padding-right: 10px !important;
}
@media (max-width: 1024px) {
  .navbar .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .navbar .nav-link {
    font-size: 16px;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #000000;
  text-decoration: underline;
}
.navbar .nav-link:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  border-radius: 2px;
  opacity: 1;
}
.navbar .desktop-chevron {
  margin-left: 0.375rem;
  font-size: 11px;
  transition: transform 0.2s ease;
}
@media (max-width: 1024px) {
  .navbar .desktop-chevron {
    display: none;
  }
}
@media (min-width: 1025px) {
  .navbar.mega-menu:hover .desktop-chevron, .navbar.mega-menu.show .desktop-chevron {
    transform: rotate(180deg);
  }
}
.navbar .mega-menu-toggle {
  background: none;
  border: none;
  padding: 0;
  margin-left: 6px;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
@media (min-width: 1025px) {
  .navbar .mega-menu-toggle {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar .mega-menu-toggle {
    padding: 10px;
    margin-left: 8px;
    margin-right: -10px;
    position: absolute;
    right: 0px;
    top: 10px;
  }
}
.navbar .mega-menu-toggle .fa-chevron-down {
  font-size: 11px;
  transition: transform 0.2s ease;
}
.navbar .mega-menu-toggle[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}
.navbar .mega-menu-toggle:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  border-radius: 2px;
}
.navbar .nav-search {
  border: none;
  background: none;
  color: #000000;
  font-size: 20px;
  padding: 8px;
  cursor: pointer;
  text-decoration: none;
}
.navbar .nav-search:hover {
  opacity: 0.7;
}
.navbar .nav-search:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  border-radius: 4px;
  box-shadow: 0 0 0 6px #00d4aa;
}
.navbar .btn-partner-portal {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 23px;
  height: 41px;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .navbar .btn-partner-portal {
    font-size: 16px;
    padding: 10px 18px;
  }
}
.navbar .btn-partner-portal:hover {
  transform: translateY(-1px);
}
.navbar .btn-partner-portal:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #00d4aa;
}

.mobile-search-bar {
  padding: 16px 0 8px;
}
.mobile-search-bar .mobile-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-search-bar .mobile-search-input-wrapper .fa-search {
  position: absolute;
  left: 18px;
  color: #000000;
  font-size: 16px;
  pointer-events: none;
}
.mobile-search-bar .mobile-search-input-wrapper .mobile-search-input {
  width: 100%;
  padding: 10px 20px 10px 50px;
  border: 2px solid #000000;
  border-radius: 50px;
  font-size: 17px;
  font-family: "Söhne", sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  outline: none;
  cursor: pointer;
  caret-color: transparent;
}
.mobile-search-bar .mobile-search-input-wrapper .mobile-search-input::placeholder {
  color: #676767;
}
.mobile-search-bar .mobile-search-input-wrapper .mobile-search-input:focus {
  outline: none;
  box-shadow: none;
}

.mega-menu {
  position: static;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .mega-menu {
    flex-wrap: wrap;
    position: relative;
  }
}
.mega-menu .dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 40px 0;
  background-color: #ffffff;
  max-width: 100vw;
  left: 50%;
  margin-left: -50%;
  top: 103px;
}
@media (max-width: 1024px) {
  .mega-menu .dropdown-menu {
    padding: 0px 0;
  }
}
.mega-menu .mega-menu-content .dropdown-header {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 0 16px 0;
  margin-bottom: 16px;
  border-bottom: 2px solid #35ffdc;
}
@media (max-width: 1024px) {
  .mega-menu .mega-menu-content .dropdown-header {
    margin-bottom: 5px;
    padding-bottom: 6px;
  }
}
.mega-menu .mega-menu-content .dropdown-item {
  padding: 10px 0;
  color: #000000;
  font-size: 16px;
  background: none;
  border: none;
  white-space: normal;
  transition: all 0.15s ease;
}
.mega-menu .mega-menu-content .dropdown-item[aria-current=page] {
  font-weight: 600;
  color: #000000;
}
.mega-menu .mega-menu-content .dropdown-item::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  margin-left: 8px;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.15s ease;
}
.mega-menu .mega-menu-content .dropdown-item:hover::after {
  opacity: 1;
}
@media (max-width: 1024px) {
  .mega-menu .mega-menu-content .dropdown-item {
    padding: 3px 0;
  }
}
@media (max-width: 1024px) {
  .mega-menu .mega-menu-content .dropdown-item:last-child {
    margin-bottom: 20px;
  }
}
.mega-menu .mega-menu-content .dropdown-item:hover {
  text-decoration: underline;
  color: #000000;
  background: none;
  opacity: 1;
}
.mega-menu .mega-menu-content .dropdown-item:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 2px;
  border-radius: 2px;
  color: #000000;
  background: rgba(0, 212, 170, 0.1);
}

.two-panel-menu .container {
  display: flex;
  gap: 0;
  align-items: flex-start;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .two-panel-menu .container {
    flex-direction: column;
    padding: 0;
  }
}
.two-panel-menu .mega-menu-sidebar {
  flex: 0 0 33.333%;
  width: 33.333%;
  padding-right: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .two-panel-menu .mega-menu-sidebar {
    width: 100%;
    flex: none;
    border-right: none;
  }
}
.two-panel-menu .mega-menu-category-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 24px 14px 0;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  text-align: left;
  transition: color 0.15s ease, border-color 0.15s ease;
  font-family: "Söhne", sans-serif;
}
.two-panel-menu .mega-menu-category-btn .fa-chevron-right {
  opacity: 1;
  transition: opacity 0.15s ease, transform 0.2s ease;
  color: #000000;
  font-size: 13px;
  flex-shrink: 0;
}
.two-panel-menu .mega-menu-category-btn:hover {
  color: #000000;
  text-decoration: underline;
}
.two-panel-menu .mega-menu-category-btn.active {
  color: #000000;
  border-bottom-color: #35ffdc;
}
.two-panel-menu .mega-menu-category-btn.active .fa-chevron-right {
  opacity: 1;
}
.two-panel-menu .mega-menu-category-btn:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 2px;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .two-panel-menu .mega-menu-category-btn {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
    font-weight: 500 !important;
    color: #000000 !important;
  }
  .two-panel-menu .mega-menu-category-btn .fa-chevron-right {
    display: block;
    opacity: 1;
    transform: rotate(90deg);
    font-size: 11px;
    left: -2px;
    position: relative;
  }
  .two-panel-menu .mega-menu-category-btn.active .fa-chevron-right {
    transform: rotate(-90deg);
  }
}
.two-panel-menu .mega-menu-panels {
  flex: 0 0 33.333%;
  width: 33.333%;
  padding-left: 48px;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .two-panel-menu .mega-menu-panels {
    display: none;
    padding-left: 0;
    width: 100%;
    flex: none;
  }
}
.two-panel-menu .mega-menu-subpanels {
  flex: 0 0 33.333%;
  width: 33.333%;
  padding-left: 48px;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .two-panel-menu .mega-menu-subpanels {
    display: none;
  }
}
.two-panel-menu .mega-menu-panel {
  display: none;
}
.two-panel-menu .mega-menu-panel.active {
  display: block;
}
.two-panel-menu .mega-menu-inline-panel {
  display: none;
  padding: 0px;
}
@media (max-width: 1024px) {
  .two-panel-menu .mega-menu-inline-panel.active {
    display: block;
  }
}
.two-panel-menu .mega-menu-inline-panel .dropdown-item {
  padding: 6px 0;
  font-size: 15px;
  color: #000000;
  display: block;
  background: none;
  border: none;
  transition: all 0.15s ease;
  text-decoration: none;
  white-space: normal;
}
.two-panel-menu .mega-menu-inline-panel .dropdown-item:hover {
  color: #000000;
  padding-left: 6px;
}
.two-panel-menu .mega-menu-sub-category-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 24px 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  text-align: left;
  transition: color 0.15s ease, border-color 0.15s ease;
  font-family: "Söhne", sans-serif;
}
.two-panel-menu .mega-menu-sub-category-btn .fa-chevron-right {
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.2s ease;
  color: #000000;
  font-size: 12px;
  flex-shrink: 0;
}
.two-panel-menu .mega-menu-sub-category-btn:hover {
  color: #000000;
}
.two-panel-menu .mega-menu-sub-category-btn:hover .fa-chevron-right {
  opacity: 0.5;
}
.two-panel-menu .mega-menu-sub-category-btn.active {
  color: #000000;
  font-weight: 600;
  border-bottom-color: #35ffdc;
}
.two-panel-menu .mega-menu-sub-category-btn.active .fa-chevron-right {
  opacity: 1;
}
.two-panel-menu .mega-menu-sub-category-btn:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 2px;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .two-panel-menu .mega-menu-sub-category-btn {
    padding: 10px 0;
    border-bottom-color: rgba(0, 0, 0, 0.08) !important;
    font-weight: 500 !important;
    color: #000000 !important;
    font-size: 14px;
  }
  .two-panel-menu .mega-menu-sub-category-btn .fa-chevron-right {
    display: block;
    opacity: 1;
    transform: rotate(90deg);
    font-size: 10px;
  }
  .two-panel-menu .mega-menu-sub-category-btn.active .fa-chevron-right {
    transform: rotate(-90deg);
  }
}
.two-panel-menu .mega-menu-sub-inline-panel {
  display: none;
}
@media (max-width: 1024px) {
  .two-panel-menu .mega-menu-sub-inline-panel {
    padding-left: 12px;
  }
  .two-panel-menu .mega-menu-sub-inline-panel.active {
    display: block;
  }
  .two-panel-menu .mega-menu-sub-inline-panel .dropdown-item {
    padding: 5px 0;
    font-size: 14px;
    color: #000000;
    display: block;
    text-decoration: none;
    transition: all 0.15s ease;
  }
  .two-panel-menu .mega-menu-sub-inline-panel .dropdown-item:hover {
    color: #000000;
    padding-left: 6px;
  }
}
.two-panel-menu .mega-menu-image-panel {
  flex-shrink: 0;
  width: 50%;
  margin-left: 40px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  align-self: stretch;
  height: 260px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .two-panel-menu .mega-menu-image-panel {
    display: none;
  }
}
.two-panel-menu .mega-menu-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.two-panel-menu .mega-menu-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.two-panel-menu .mega-menu-image-label {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Söhne", sans-serif;
  letter-spacing: -0.4px;
  line-height: 1.2;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-size: 16px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(53, 255, 220, 0.1);
}

.navbar-scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.navbar-collapse {
  align-items: flex-start;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
  .navbar-expand-lg .navbar-collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }
}
@media (max-width: 1024px) {
  .navbar-collapse {
    background-color: #ffffff;
    margin: 0px;
    padding: 20px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    margin-left: 50%;
    left: -50vw;
    position: relative;
    margin-top: 20px;
  }
  .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
    gap: 8px;
  }
  .navbar-collapse .nav-link {
    padding: 12px 0;
    justify-content: space-between;
    display: flex;
    width: 85%;
    align-items: center;
  }
  .navbar-collapse .dropdown-menu {
    border: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    box-shadow: none;
  }
  .navbar-collapse .dropdown-menu .container {
    padding: 0px;
  }
  .navbar-collapse .d-flex {
    flex-direction: column;
    width: 100%;
    gap: 12px !important;
  }
  .navbar-collapse .d-flex .btn-partner-portal {
    width: 100%;
    justify-content: center;
  }
}
.hero {
  position: relative;
  min-height: 647px;
  background-color: #35ffdc;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 150px;
}
@media (max-width: 576px) {
  .hero .hero-bg {
    border-top-right-radius: 150px;
  }
}
.hero .hero-bg .hero-video-yt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero .hero-bg .hero-video-yt iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}
@media (max-width: 576px) {
  .hero .hero-bg .hero-video-yt {
    display: none;
  }
}
.hero .hero-bg .hero-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .hero .hero-bg .hero-video {
    display: none;
  }
}
.hero .hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 38.4%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.hero {
  /*
  // Background image layer
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/hero-background.png') center/cover no-repeat;
    z-index: 1;
  }
  */
}
@media (max-width: 768px) {
  .hero {
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .hero {
    min-height: 450px;
  }
}
.hero .hero-content {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0px 0;
}
@media (max-width: 576px) {
  .hero .hero-content {
    padding-right: 30px;
  }
}
.hero .hero-title {
  font-size: 65px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.3px;
  margin-bottom: 24px;
  max-width: 672px;
}
@media (max-width: 1024px) {
  .hero .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .hero .hero-title {
    font-size: 38px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 576px) {
  .hero .hero-title {
    font-size: 32px;
    letter-spacing: -0.6px;
  }
}
.hero .hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 32px;
  max-width: 626px;
}
@media (max-width: 768px) {
  .hero .hero-subtitle {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .hero .hero-subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.hero .btn-cyan {
  background-color: #35ffdc;
  color: #000000;
  border: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}
.hero .btn-cyan:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(53, 255, 220, 0.4);
}

.hero-breadcrumb {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 4;
  mask-image: linear-gradient(to right, black 0%, black 80%, transparent 100%);
}
.hero-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 14px;
  flex-wrap: nowrap;
}
.hero-breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}
.hero-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.hero-breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.hero-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
  white-space: nowrap;
}
.hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.hero-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 1900px) {
  .hero .hero-breadcrumb .breadcrumb {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .hero .hero-breadcrumb .breadcrumb {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .hero .hero-breadcrumb .breadcrumb {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .hero .hero-breadcrumb .breadcrumb {
    width: 80%;
  }
}

.breadcrumb-bar {
  background-color: #35ffdc;
  padding: 12px 0;
}
.breadcrumb-bar .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 14px;
  flex-wrap: nowrap;
}
.breadcrumb-bar .breadcrumb-item {
  color: #000000;
  font-weight: 400;
}
.breadcrumb-bar .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb-bar .breadcrumb-item a:hover {
  color: #000000;
  opacity: 1;
  text-decoration: underline;
}
.breadcrumb-bar .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  color: #676767;
  margin-right: 0px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.breadcrumb-bar .breadcrumb-item.active {
  color: #000000;
  font-weight: 500;
}

.get-started {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .get-started {
    padding: 80px 0;
  }
}
.get-started .section-title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .get-started .section-title {
    font-size: 35px;
    margin-bottom: 10px !important;
  }
}
.get-started .get-started-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.get-started .get-started-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.get-started .get-started-card .card-img-top {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.get-started .get-started-card .bg-image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 60%;
}
@media (max-width: 768px) {
  .get-started .get-started-card .bg-image {
    width: 100%;
    position: relative;
    height: 300px;
  }
}
.get-started .get-started-card .card-body {
  position: relative;
  z-index: 1;
  padding: 40px 32px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  width: 60%;
  background: #000000;
  border-top-right-radius: 100px;
}
@media (max-width: 768px) {
  .get-started .get-started-card .card-body {
    width: 100%;
    margin-top: -100px;
    padding: 20px;
    height: auto;
    min-height: auto;
  }
}
.get-started .get-started-card .card-badge {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
  width: fit-content;
}
.get-started .get-started-card .card-badge.badge-cyan {
  background-color: #35ffdc;
  color: #000000;
}
.get-started .get-started-card .card-badge.badge-dark {
  background-color: #000000;
  color: #ffffff;
}
.get-started .get-started-card .card-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-right: 40px;
  line-height: 40px;
}
@media (max-width: 576px) {
  .get-started .get-started-card .card-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.get-started .get-started-card .card-text {
  font-size: 21px;
  line-height: 1.33;
  margin-bottom: 28px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .get-started .get-started-card .card-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.get-started .get-started-card .card-text a {
  text-decoration: underline;
  color: inherit;
  transition: all 0.3s ease;
}
.get-started .get-started-card .card-text a:hover {
  opacity: 0.8;
}
.get-started .get-started-card .card-text strong,
.get-started .get-started-card .card-text b {
  font-weight: 600;
}
.get-started .get-started-card .card-text em,
.get-started .get-started-card .card-text i {
  font-style: italic;
}
.get-started .get-started-card .btn {
  /*
  border-radius: $border-radius-full;
  padding: 11px 32px 12px 32px;
  font-size: $font-size-body;
  font-weight: $font-weight-semibold;
  height: $btn-height-md;
  transition: $transition-base;
  */
  width: fit-content;
}
.get-started .get-started-card .btn:hover {
  opacity: 0.9;
}
.get-started .get-started-card .btn:focus-visible {
  border-radius: 100px;
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}
.get-started .get-started-card.card-dark .card-body {
  background-color: #000000;
  color: #ffffff;
}
.get-started .get-started-card.card-dark .card-title {
  color: #35ffdc;
}
.get-started .get-started-card.card-dark .card-text {
  color: #ffffff;
}
.get-started .get-started-card.card-dark .btn-cyan:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.get-started .get-started-card.card-dark .btn-cyan-outline {
  border: 2px solid #35ffdc;
  color: #35ffdc;
  background: transparent;
}
.get-started .get-started-card.card-dark .btn-cyan-outline:hover {
  background-color: #35ffdc;
  color: #000000;
}
.get-started .get-started-card.card-dark .btn-cyan-outline:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.get-started .get-started-card.card-dark-cyan .card-body {
  background-color: #000000;
  color: #ffffff;
}
.get-started .get-started-card.card-dark-cyan .card-title {
  color: #35ffdc;
}
.get-started .get-started-card.card-dark-cyan .card-text {
  color: #ffffff;
}
.get-started .get-started-card.card-dark-cyan .btn {
  color: #000000;
  background: #35ffdc;
}
.get-started .get-started-card.card-dark-cyan .btn:hover {
  background: #ffffff !important;
  color: #000000;
}
.get-started .get-started-card.card-dark-cyan .btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.get-started .get-started-card.card-dark-red .card-body {
  background-color: #000000;
  color: #ffffff;
}
.get-started .get-started-card.card-dark-red .card-title {
  color: #ff7277;
}
.get-started .get-started-card.card-dark-red .card-text {
  color: #ffffff;
}
.get-started .get-started-card.card-dark-red .btn {
  color: #000000;
  background: #ff7277;
}
.get-started .get-started-card.card-dark-red .btn:hover {
  background: #ffffff !important;
  color: #000000;
}
.get-started .get-started-card.card-dark-red .btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.get-started .get-started-card.card-dark-orange .card-body {
  background-color: #000000;
  color: #ffffff;
}
.get-started .get-started-card.card-dark-orange .card-title {
  color: #ff9c3e;
}
.get-started .get-started-card.card-dark-orange .card-text {
  color: #ffffff;
}
.get-started .get-started-card.card-dark-orange .btn {
  color: #000000;
  background: #ff9c3e;
}
.get-started .get-started-card.card-dark-orange .btn:hover {
  background: #ffffff !important;
  color: #000000;
}
.get-started .get-started-card.card-dark-orange .btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.get-started .get-started-card.card-dark-blue .card-body {
  background-color: #000000;
  color: #ffffff;
}
.get-started .get-started-card.card-dark-blue .card-title {
  color: #4797f7;
}
.get-started .get-started-card.card-dark-blue .card-text {
  color: #ffffff;
}
.get-started .get-started-card.card-dark-blue .btn {
  color: #000000;
  background: #4797f7;
}
.get-started .get-started-card.card-dark-blue .btn:hover {
  background: #ffffff !important;
  color: #000000;
}
.get-started .get-started-card.card-dark-blue .btn:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4);
}
.get-started .get-started-card.card-blue .card-body {
  background-color: #4797f7;
  color: #000000;
}
.get-started .get-started-card.card-blue .card-title {
  color: #000000;
}
.get-started .get-started-card.card-blue .card-text {
  color: #000000;
}
.get-started .get-started-card.card-blue .btn-dark {
  background-color: #000000;
  color: #ffffff;
  border: none;
}
.get-started .get-started-card.card-blue .btn-dark:hover, .get-started .get-started-card.card-blue .btn-dark:active {
  background-color: #ffffff !important;
  color: #000000 !important;
  opacity: 1 !important;
}
.get-started .get-started-card.card-blue .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}
.get-started .get-started-card.card-cyan .card-body {
  background-color: #35ffdc;
  color: #000000;
}
.get-started .get-started-card.card-cyan .card-title {
  color: #000000;
}
.get-started .get-started-card.card-cyan .card-text {
  color: #000000;
}
.get-started .get-started-card.card-cyan .btn-dark {
  background-color: #000000;
  color: #ffffff;
  border: none;
}
.get-started .get-started-card.card-cyan .btn-dark:hover, .get-started .get-started-card.card-cyan .btn-dark:active {
  background-color: #ffffff !important;
  color: #000000 !important;
  opacity: 1 !important;
}
.get-started .get-started-card.card-cyan .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}
.get-started .get-started-card.card-red .card-body {
  background-color: #ff7277;
  color: #000000;
}
.get-started .get-started-card.card-red .card-title {
  color: #000000;
}
.get-started .get-started-card.card-red .card-text {
  color: #000000;
}
.get-started .get-started-card.card-red .btn-dark {
  background-color: #000000;
  color: #ffffff;
  border: none;
}
.get-started .get-started-card.card-red .btn-dark:hover, .get-started .get-started-card.card-red .btn-dark:active {
  background-color: #ffffff !important;
  color: #000000 !important;
  opacity: 1 !important;
}
.get-started .get-started-card.card-red .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}
.get-started .get-started-card.card-orange .card-body {
  background-color: #ff9c3e;
  color: #000000;
}
.get-started .get-started-card.card-orange .card-title {
  color: #000000;
}
.get-started .get-started-card.card-orange .card-text {
  color: #000000;
}
.get-started .get-started-card.card-orange .btn-dark {
  background-color: #000000;
  color: #ffffff;
  border: none;
}
.get-started .get-started-card.card-orange .btn-dark:hover, .get-started .get-started-card.card-orange .btn-dark:active {
  background-color: #ffffff !important;
  color: #000000 !important;
  opacity: 1 !important;
}
.get-started .get-started-card.card-orange .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.career-section {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .career-section {
    padding: 80px 0;
  }
}
.career-section .section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px !important;
  color: #000000;
}
@media (max-width: 768px) {
  .career-section .section-title {
    font-size: 35px;
  }
}
.career-section .btn-dark-outline {
  border: 2px solid #000000;
  color: #000000;
  background: transparent;
  padding: 12px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 21px;
  height: 48px;
  transition: all 0.3s ease;
}
.career-section .btn-dark-outline:hover {
  background-color: #000000;
  color: #ffffff;
}
.career-section .btn-dark-outline:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}
.career-section .career-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.career-section .career-card .card-img-top {
  height: 298px;
  object-fit: cover;
  width: 100%;
}
.career-section .career-card .card-body {
  padding: 32px 28px;
  background-color: #000000;
  color: #ffffff;
  min-height: 287px;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 100px;
}
@media (max-width: 768px) {
  .career-section .career-card .card-body {
    padding: 20px !important;
  }
}
.career-section .career-card .card-img-top + .card-body {
  margin-top: -100px;
}
.career-section .career-card .card-badge {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.6;
  width: fit-content;
  height: 29px;
  display: inline-flex;
  align-items: center;
}
.career-section .career-card .card-badge.badge-orange {
  background-color: #ff9c3e;
  color: #000000;
}
.career-section .career-card .card-badge.badge-red {
  background-color: #ff7277;
  color: #000000;
}
.career-section .career-card .card-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #ffffff;
  line-height: 1.12;
  gap: 8px;
}
.career-section .career-card .card-title i {
  font-size: 14px;
  transition: all 0.15s ease;
  position: relative;
  top: -2px;
}
.career-section .career-card .card-title a {
  text-decoration: none;
}
.career-section .career-card .card-text {
  font-size: 16px;
  line-height: 1.44;
  color: #ffffff;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .career-section .career-card .card-text {
    font-size: 16px;
  }
}
.career-section .career-card:hover .card-title i {
  transform: translateX(4px);
}
.career-section .col-lg-4 .career-card .card-body {
  border-top-right-radius: 60px;
}
.career-section .career-card.card-light-red .card-body {
  background-color: #ff7277;
  color: #000000;
}
.career-section .career-card.card-light-red .card-title {
  color: #000000;
}
.career-section .career-card.card-light-red .card-title a {
  color: #000000;
}
.career-section .career-card.card-light-red .card-text {
  color: #000000;
}
.career-section .career-card.card-light-red .card-badge.badge-red {
  background-color: #000000;
  color: #ffffff;
}
.career-section .career-card.card-light-blue .card-body {
  background-color: #4797f7;
  color: #000000;
}
.career-section .career-card.card-light-blue .card-title {
  color: #000000;
}
.career-section .career-card.card-light-blue .card-title a {
  color: #000000;
}
.career-section .career-card.card-light-blue .card-text {
  color: #000000;
}
.career-section .career-card.card-light-blue .card-badge.badge-red {
  background-color: #000000;
  color: #ffffff;
}
.career-section .career-card.card-light-cyan .card-body {
  background-color: #35ffdc;
  color: #000000;
}
.career-section .career-card.card-light-cyan .card-title {
  color: #000000;
}
.career-section .career-card.card-light-cyan .card-title a {
  color: #000000;
}
.career-section .career-card.card-light-cyan .card-text {
  color: #000000;
}
.career-section .career-card.card-light-cyan .card-badge.badge-red {
  background-color: #000000;
  color: #ffffff;
}
.career-section .career-card.card-light-orange .card-body {
  background-color: #ff9c3e;
  color: #000000;
}
.career-section .career-card.card-light-orange .card-title {
  color: #000000;
}
.career-section .career-card.card-light-orange .card-title a {
  color: #000000;
}
.career-section .career-card.card-light-orange .card-text {
  color: #000000;
}
.career-section .career-card.card-light-orange .card-badge.badge-red {
  background-color: #000000;
  color: #ffffff;
}

.curved-section {
  background-color: #4797f7;
  padding: 20px 0;
  border-top-left-radius: 0px;
  position: relative;
}
.curved-section.graphic::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../assets/images/bg-pattern-2.png) center no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
.curved-section > * {
  position: relative;
  z-index: 1;
}
.curved-section .container {
  text-align: center;
}
@media (min-width: 1024px) {
  .curved-section {
    padding: 40px 0;
    border-top-left-radius: 0px;
  }
}
@media (min-width: 1650px) {
  .curved-section {
    padding: 40px 0;
    border-top-left-radius: 200px;
  }
}
.curved-section--cyan {
  background-color: #35ffdc;
}
.curved-section--blue {
  background-color: #4797f7;
}
.curved-section--dark {
  background-color: #000000;
}
.curved-section--dark .section-title,
.curved-section--dark .section-subtitle,
.curved-section--dark .reg-titles__heading,
.curved-section--dark .reg-titles__lead,
.curved-section--dark .reg-titles__sub,
.curved-section--dark .reg-titles__list li {
  color: #ffffff;
}
.curved-section--orange {
  background-color: #ff9c3e;
}
.curved-section--red {
  background-color: #ff7277;
}
.curved-section .section-title {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .curved-section .section-title {
    font-size: 28px;
    line-height: 30px;
  }
}
.curved-section .section-subtitle {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .curved-section .section-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.curved-section .reg-titles__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 28px;
  color: #000000;
}
@media (max-width: 768px) {
  .curved-section .reg-titles__heading {
    font-size: 32px;
    margin-bottom: 15px;
    margin-bottom: 20px;
  }
}
.curved-section .reg-titles__lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 768px) {
  .curved-section .reg-titles__lead {
    font-size: 16px !important;
  }
}
.curved-section .reg-titles__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  text-align: left;
}
@media (max-width: 768px) {
  .curved-section .reg-titles__list {
    margin-bottom: 20px;
  }
}
.curved-section .reg-titles__list li {
  border-top: 1px solid #000000;
}
.curved-section .reg-titles__list li:last-child {
  border-bottom: 1px solid #000000;
}
.curved-section .reg-titles__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  font-size: 28px;
  line-height: normal;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .curved-section .reg-titles__list li a {
    font-size: 18px;
  }
}
.curved-section .reg-titles__list li a i {
  font-size: 24px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
}
.curved-section .reg-titles__list li a:hover {
  opacity: 0.7;
}
.curved-section .reg-titles__list li a:hover i {
  transform: translateX(5px);
}
.curved-section .reg-titles__sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 36px;
  color: #000000;
}
@media (max-width: 768px) {
  .curved-section .reg-titles__sub {
    font-size: 16px !important;
    margin-bottom: 20px;
  }
}
.curved-section .reg-titles__sub a {
  text-decoration: underline;
}
.curved-section .btn {
  display: block;
  width: fit-content;
}
.curved-section .btn.center {
  margin-left: auto;
  margin-right: auto;
}
.curved-section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .curved-section .video-wrapper {
    border-radius: 8px;
  }
}
.curved-section .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.curved-section .video-placeholder .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curved-section .video-placeholder .video-placeholder-logo {
  max-width: 300px;
  opacity: 0.9;
}
@media (max-width: 576px) {
  .curved-section .video-placeholder .video-placeholder-logo {
    max-width: 200px;
  }
}
.curved-section .video-placeholder .btn-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #35ffdc;
  border: none;
  border-radius: 50%;
  color: #000000;
  font-size: 28px;
  padding-left: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.curved-section .video-placeholder .btn-play:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(53, 255, 220, 0.5);
}
@media (max-width: 576px) {
  .curved-section .video-placeholder .btn-play {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

.section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section .video-wrapper {
    border-radius: 8px;
  }
}
.section .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.section .video-placeholder .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .video-placeholder .video-placeholder-logo {
  max-width: 300px;
  opacity: 0.9;
}
@media (max-width: 576px) {
  .section .video-placeholder .video-placeholder-logo {
    max-width: 200px;
  }
}
.section .video-placeholder .btn-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #35ffdc;
  border: none;
  border-radius: 50%;
  color: #000000;
  font-size: 28px;
  padding-left: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section .video-placeholder .btn-play:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(53, 255, 220, 0.5);
}
@media (max-width: 576px) {
  .section .video-placeholder .btn-play {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}

.survey-section {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .survey-section {
    padding: 80px 0;
  }
}
.survey-section .section-title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  line-height: 1.16;
  margin-bottom: 24px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .survey-section .section-title {
    font-size: 30px;
    padding-right: 0px;
  }
}
.survey-section p {
  font-size: 24px;
  line-height: 1.42;
  color: #000000;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .survey-section p {
    font-size: 16px;
    line-height: 1.42;
  }
}
.survey-section p a {
  text-decoration: underline;
}
.survey-section p strong,
.survey-section p b {
  font-weight: 500;
}
.survey-section .btn-dark {
  background-color: #000000;
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
}
.survey-section .btn-dark:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media (max-width: 576px) {
  .survey-section .btn-dark {
    width: 100%;
  }
}
.survey-section img {
  border-radius: 15px !important;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .survey-section img {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .newsletter-section-wrap .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.newsletter-section {
  background-color: #35ffdc;
  padding: 50px 0;
  border-top-left-radius: 0px;
  margin-bottom: 0px;
  z-index: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .newsletter-section {
    margin-bottom: -50px;
    padding: 60px 0;
    border-top-left-radius: 200px;
    border-top-left-radius: 200px;
    padding-bottom: 30px !important;
  }
}
.newsletter-section .newsletter-title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 28px;
  line-height: 40px;
  padding-left: 50px;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .newsletter-section .newsletter-title {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .newsletter-section .newsletter-title {
    font-size: 25px;
    line-height: 28px;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.newsletter-section .newsletter-form .input-group {
  gap: 10px;
}
.newsletter-section .newsletter-form .input-group .form-control {
  width: auto;
  padding: 16px 28px;
  border: none;
  border-radius: 100px !important;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.42px;
  line-height: 1.33;
  height: 53px;
  background-color: #ffffff;
}
.newsletter-section .newsletter-form .input-group .form-control::placeholder {
  color: #676767;
}
.newsletter-section .newsletter-form .input-group .form-control:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  outline: none;
}
.newsletter-section .newsletter-form .input-group .btn {
  background-color: #000000;
  color: #ffffff;
  border-radius: 100px !important;
  border: none;
  white-space: nowrap;
  margin-left: 12px;
  /*   transition: $transition-base;*/
}
.newsletter-section .newsletter-form .input-group .btn:hover, .newsletter-section .newsletter-form .input-group .btn:active {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 576px) {
  .newsletter-section .newsletter-form .input-group .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .newsletter-section .newsletter-form .input-group {
    flex-direction: column;
  }
  .newsletter-section .newsletter-form .input-group .form-control {
    border-radius: 100px;
  }
}
.newsletter-section .newsletter-form .form-check {
  margin-top: 16px;
}
.newsletter-section .newsletter-form .form-check .form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  border: none;
  border-radius: 3px;
  left: 7px;
  position: relative;
  top: 2px;
}
.newsletter-section .newsletter-form .form-check .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.newsletter-section .newsletter-form .form-check .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.newsletter-section .newsletter-form .form-check .form-check-label {
  color: #000000;
  font-size: 13px;
  line-height: 1.6;
  padding-left: 8px;
  font-weight: 500;
}
.newsletter-section .newsletter-form .form-check .form-check-label a {
  text-decoration: underline;
  color: #000000;
}
.newsletter-section .newsletter-form .form-check .form-check-label a:hover {
  opacity: 0.8;
}

.rich-text {
  padding: 0;
  border-radius: 12px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .rich-text {
    margin-top: 12px;
  }
}
.rich-text.blank {
  background-color: transparent;
}
.rich-text.black {
  color: #000000;
}
.rich-text.border-blue {
  border: 2px solid #4797f7;
}
.rich-text {
  /* a{
     text-decoration: underline;
   }*/
}
.rich-text h3 {
  font-size: 35px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .rich-text h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.rich-text h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .rich-text h4 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.rich-text h4:first-of-type {
  margin-top: 0;
}
.rich-text p {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .rich-text p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.rich-text p:last-child {
  margin-bottom: 0;
}
.rich-text {
  /*  ul {
      margin-top: 16px;
      margin-bottom: 16px;
      padding-left: 24px;
      list-style-type: disc;

      @media (max-width: $breakpoint-md) {
        padding-left: 20px;
      }

      // Nested ul styling
      ul {
        margin-top: 8px;
        margin-bottom: 8px;
        padding-left: 24px;
        list-style-type: disc;

        @media (max-width: $breakpoint-md) {
          padding-left: 20px;
        }

        li {
          list-style-type: disc;
        }
      }
    }*/
  /*  li {
      font-size: $font-size-body;
      font-weight: $font-weight-book;
      color: $black;
      line-height: 1.6;
      //margin-bottom: 12px;
      list-style-type: disc;

      @media (max-width: $breakpoint-md) {
        font-size: 18px;
        margin-bottom: 10px;
      }

      &:last-child {
        margin-bottom: 0;
      }
    }*/
}

.stats-nav {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .stats-nav {
    position: sticky;
    top: 120px;
    height: fit-content;
  }
}
@media (max-width: 1024px) {
  .stats-nav {
    margin-bottom: 40px;
  }
}
.stats-nav .title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .stats-nav .title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.stats-nav__inner {
  border-top: 4px solid #35ffdc;
  padding-top: 0px;
}
.stats-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stats-nav__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 21px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .stats-nav__link {
    font-size: 18px;
  }
}
.stats-nav__link i {
  width: 29px;
  height: 29px;
  background: #35ffdc;
  border-radius: 50%;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 30px;
}
.stats-nav__link:hover {
  opacity: 1;
}
.stats-nav__link:hover i {
  background: #000000;
  color: white;
  opacity: 1 !important;
}
.stats-nav__link.active {
  opacity: 1;
}
.stats-nav__link.active i {
  background: #000000;
  color: white;
  opacity: 1 !important;
}

.news-hero {
  background: #000000 url("../../assets/images/bg-pattern.png") no-repeat right center;
  background-size: auto 100%;
  color: #ffffff;
  min-height: 348px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .news-hero {
    min-height: 250px;
  }
}
.news-hero-title {
  font-size: 65px;
  font-weight: 500;
  letter-spacing: -1.3px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1023px) {
  .news-hero-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .news-hero-title {
    font-size: 36px;
  }
}
.news-hero--cyan {
  background: #35ffdc url("../../assets/images/bg-pattern.png") no-repeat right center;
  background-size: auto 100%;
  color: #000000;
}
.news-hero--blue {
  background: #4797f7 url("../../assets/images/bg-pattern.png") no-repeat right center;
  background-size: auto 100%;
  color: #000000;
}
.news-hero--dark {
  background: #000000 url("../../assets/images/bg-pattern.png") no-repeat right center;
  background-size: auto 100%;
  color: #ffffff;
}
.news-hero--orange {
  background: #ff9c3e url("../../assets/images/bg-pattern.png") no-repeat right center;
  background-size: auto 100%;
  color: #000000;
}
.news-hero--red {
  background: #ff7277 url("../../assets/images/bg-pattern.png") no-repeat right center;
  background-size: auto 100%;
  color: #000000;
}

.news-filters {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s ease;
}
.news-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.news-filter-pills .filter-pill {
  border: none;
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  background: #F5F5F5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.news-filter-pills .filter-pill:hover {
  /*  transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}
.news-filter-pills .filter-pill.active, .news-filter-pills .filter-pill:active {
  transform: translateY(0);
}
.news-filter-pills .filter-pill:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}
.news-filter-pills .filter-pill.pill-cyan {
  background: #35ffdc;
}
.news-filter-pills .filter-pill.pill-cyan.active {
  background: rgb(2, 255, 211.1633663366);
}
.news-filter-pills .filter-pill.pill-blue {
  background: #4797f7;
}
.news-filter-pills .filter-pill.pill-blue.active {
  background: rgb(22.125, 123.375, 244.875);
}
.news-filter-pills .filter-pill.pill-orange {
  background: #ff9c3e;
}
.news-filter-pills .filter-pill.pill-orange.active {
  background: rgb(255, 129.8393782383, 11);
}
.news-filter-pills .filter-pill.pill-red {
  background: #ff7277;
}
.news-filter-pills .filter-pill.pill-red.active {
  background: rgb(255, 63, 69.8085106383);
}
.news-filter-pills .filter-pill.pill-dark {
  background: #000000;
  color: white;
}
.news-filter-pills .filter-pill.pill-dark.active {
  background: #333333;
}

.news-search {
  position: relative;
}
.news-search i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  z-index: 1;
  font-size: 21px;
}
.news-search .form-control {
  border: 2px solid #000000;
  border-radius: 100px;
  padding: 0px 20px 0px 60px;
  height: 52px;
  font-size: 25px;
}
.news-search .form-control:focus {
  border-color: #000000;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.15);
}
.news-search .form-control::placeholder {
  color: #676767;
}

.news-view-options {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.news-view-options .btn-view {
  background: none;
  text-transform: uppercase;
  border: none;
  font-size: 21px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
}
.news-view-options .btn-view:hover, .news-view-options .btn-view:focus {
  color: #4797f7;
  box-shadow: none;
  outline: none;
}
.news-view-options .btn-view:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
  color: #000000;
}
.news-view-options .btn-view::after {
  vertical-align: middle;
  margin-left: 4px;
  display: none;
}
.news-view-options .btn-view#viewDropdown:after {
  display: none;
}
.news-view-options .dropdown-menu {
  min-width: 140px;
  font-size: 14px;
}
.news-view-options .dropdown-menu .dropdown-item.active, .news-view-options .dropdown-menu .dropdown-item:active {
  background-color: #35ffdc;
  color: #000000;
}
.news-view-options .dropdown-menu .dropdown-item:hover {
  background-color: white;
}

.news-grid {
  background: #ffffff;
  min-height: 500px;
}

.news-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.news-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.news-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #F5F5F5;
}
.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card-content {
  padding: 24px;
  background: #000000;
  color: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 0 0 8px 8px;
  justify-content: space-between;
}
.news-card-content .top {
  justify-content: flex-start;
}
.news-card-content .news-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center; /* optional: vertical alignment */
}
.news-card-content .news-date i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/copper/images/calendar.svg);
  margin-right: 8px;
}
.news-card-content .news-date span {
  font-size: 18px;
}
.news-card-content .news-readmore {
  align-content: end;
}
.news-card-content .news-readmore i {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  color: #fff;
}
.news-card-content .news-readmore a {
  color: #fff;
  font-size: 18px;
}
.news-card-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
  margin-bottom: 10px;
  color: #ffffff;
}
.news-card-text {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.news-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  align-self: flex-start;
  margin-bottom: 10px;
}
.news-badge.badge-cyan {
  background: #35ffdc;
}
.news-badge.badge-blue {
  background: #4797f7;
}
.news-badge.badge-orange {
  background: #ff9c3e;
}
.news-badge.badge-red {
  background: #ff7277;
}

.news-pagination {
  display: flex;
  justify-content: center;
}
.news-pagination .pagination-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-pagination .page-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  user-select: none;
}
@media (max-width: 767px) {
  .news-pagination .page-ellipsis {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .news-pagination .page-ellipsis {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
.news-pagination .page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #d9d9d9;
  background: transparent;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-family: "Söhne", sans-serif;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
@media (max-width: 767px) {
  .news-pagination .page-btn {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .news-pagination .page-btn {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
}
.news-pagination .page-btn:hover:not(:disabled):not(.active) {
  border-color: #000000;
  background: transparent;
}
.news-pagination .page-btn.active {
  background: #35ffdc;
  border-color: #35ffdc;
  color: #000000;
  font-weight: 500;
}
.news-pagination .page-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.news-pagination .page-btn.page-prev, .news-pagination .page-btn.page-next {
  font-size: 12px;
  color: #676767;
}
@media (max-width: 767px) {
  .news-pagination .page-btn.page-prev, .news-pagination .page-btn.page-next {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .news-pagination .page-btn.page-prev, .news-pagination .page-btn.page-next {
    font-size: 9px;
  }
}

@media (max-width: 1023px) {
  .news-filter-pills .filter-pill {
    font-size: 14px;
    padding: 6px 16px;
  }
  .news-search .form-control {
    font-size: 14px;
  }
  .news-view-options .btn-view {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .news-filters .col-lg-2 {
    order: -1;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .news-view-options {
    justify-content: flex-start;
  }
  .news-card-title {
    font-size: 18px;
  }
  .news-card-text {
    font-size: 13px;
  }
}
.reg-hero {
  background: #000000 url("../../assets/images/bg-pattern-light.png") no-repeat right center;
  background-size: auto 100%;
  color: #ffffff;
  min-height: 348px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .reg-hero {
    min-height: 400px;
    /*align-items: flex-start;
    background: $dark url(../../assets/images/bg-pattern-mob.png) no-repeat center right;*/
  }
}
.reg-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  top: 0px;
  left: 0px;
}
.reg-hero .news-hero-title {
  font-size: 65px;
  font-weight: 500;
  letter-spacing: -1.3px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1023px) {
  .reg-hero .news-hero-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .reg-hero .news-hero-title {
    font-size: 32px;
  }
}
.reg-hero .desc {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .reg-hero .desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
  }
}
.reg-hero .desc p {
  margin-bottom: 16px;
}
.reg-hero .desc p:last-child {
  margin-bottom: 0;
}
.reg-hero .desc a {
  color: inherit;
  text-decoration: underline;
}
.reg-hero .desc a:hover {
  text-decoration: none;
}
.reg-hero .desc strong, .reg-hero .desc b {
  font-weight: 600;
}
.reg-hero .desc em, .reg-hero .desc i {
  font-style: italic;
}
.reg-hero .desc ul, .reg-hero .desc ol {
  margin: 12px 0;
  padding-left: 24px;
}
.reg-hero .desc ul li, .reg-hero .desc ol li {
  margin-bottom: 8px;
}
.reg-hero .desc ul li:last-child, .reg-hero .desc ol li:last-child {
  margin-bottom: 0;
}
.reg-hero .desc ul {
  list-style-type: disc;
}
.reg-hero .desc ol {
  list-style-type: decimal;
}
.reg-hero .desc h2, .reg-hero .desc h3, .reg-hero .desc h4, .reg-hero .desc h5, .reg-hero .desc h6 {
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.reg-hero .desc h2:first-child, .reg-hero .desc h3:first-child, .reg-hero .desc h4:first-child, .reg-hero .desc h5:first-child, .reg-hero .desc h6:first-child {
  margin-top: 0;
}
.reg-hero .btn {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .reg-hero .btn {
    width: 100%;
  }
}
.reg-hero--cyan {
  background: #35ffdc url("../../assets/images/bg-pattern-light.png") no-repeat right center;
  background-size: auto 100%;
  color: #000000;
}
@media (max-width: 768px) {
  .reg-hero--cyan {
    background: #35ffdc url(../../assets/images/bg-pattern-mob.png) no-repeat center right;
  }
}
.reg-hero--cyan .breadcrumb-item,
.reg-hero--cyan .breadcrumb-item + .breadcrumb-item::before,
.reg-hero--cyan .breadcrumb-item a {
  color: #000000;
}
.reg-hero--cyan .breadcrumb-item.active {
  color: #000000;
}
.reg-hero--blue {
  background: #4797f7 url("../../assets/images/bg-pattern-light.png") no-repeat right center;
  background-size: auto 100%;
  color: #000000;
}
@media (max-width: 768px) {
  .reg-hero--blue {
    background: #4797f7 url(../../assets/images/bg-pattern-mob.png) no-repeat center right;
  }
}
.reg-hero--blue .breadcrumb-item,
.reg-hero--blue .breadcrumb-item + .breadcrumb-item::before,
.reg-hero--blue .breadcrumb-item a {
  color: #000000;
}
.reg-hero--blue .breadcrumb-item.active {
  color: #000000;
}
.reg-hero--dark {
  background: #000000 url("../../assets/images/bg-pattern.png") no-repeat right center;
  background-size: auto 100%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .reg-hero--dark {
    background: #000000 url(../../assets/images/bg-pattern-mob.png) no-repeat center right;
  }
}
.reg-hero--dark:before {
  display: none;
}
.reg-hero--dark .breadcrumb-item,
.reg-hero--dark .breadcrumb-item + .breadcrumb-item::before,
.reg-hero--dark .breadcrumb-item a,
.reg-hero--dark .breadcrumb-item.active {
  color: #ffffff;
}
.reg-hero--orange {
  background: #ff9c3e url("../../assets/images/bg-pattern-light.png") no-repeat right center;
  background-size: auto 100%;
  color: #000000;
}
@media (max-width: 768px) {
  .reg-hero--orange {
    background: #ff9c3e url(../../assets/images/bg-pattern-mob.png) no-repeat center right;
  }
}
.reg-hero--orange .breadcrumb-item,
.reg-hero--orange .breadcrumb-item + .breadcrumb-item::before,
.reg-hero--orange .breadcrumb-item a {
  color: #000000;
}
.reg-hero--orange .breadcrumb-item.active {
  color: #000000;
}
.reg-hero--red {
  background: #ff7277 url("../../assets/images/bg-pattern-light.png") no-repeat right center;
  background-size: auto 100%;
  color: #000000;
}
@media (max-width: 768px) {
  .reg-hero--red {
    background: #ff7277 url(../../assets/images/bg-pattern-mob.png) no-repeat center right;
  }
}
.reg-hero--red .breadcrumb-item,
.reg-hero--red .breadcrumb-item + .breadcrumb-item::before,
.reg-hero--red .breadcrumb-item a {
  color: #000000;
}
.reg-hero--red .breadcrumb-item.active {
  color: #000000;
}
.reg-hero--image {
  min-height: 400px;
  background-color: #000000;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 768px) {
  .reg-hero--image {
    min-height: 200px;
    /* background-size: contain;
     background-position: center bottom;*/
  }
}
.reg-hero--image:before {
  display: none;
}
.reg-hero--image .reg-hero__video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 576px) {
  .reg-hero--image .reg-hero__video {
    display: none;
  }
}
.reg-hero--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 75%);
  pointer-events: none;
  /* @media (max-width: $breakpoint-md) {
       background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 75%);
   }*/
}
.reg-hero--image .breadcrumb-item,
.reg-hero--image .breadcrumb-item + .breadcrumb-item::before,
.reg-hero--image .breadcrumb-item a,
.reg-hero--image .breadcrumb-item.active {
  color: #ffffff;
}
.reg-hero--image .reg-hero__container {
  position: relative;
  z-index: 1;
}
.reg-hero__content {
  padding-top: 30px;
}

.reg-intro {
  padding: 20px 0;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .reg-intro {
    padding: 80px 0;
  }
}
.reg-intro__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 28px;
}
.reg-intro__body {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  color: #000000;
}
@media (max-width: 768px) {
  .reg-intro__body {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.reg-intro__body a {
  color: #000000;
  text-decoration: underline;
  font-weight: 500;
}
.reg-intro__body a:hover {
  text-decoration: none;
  color: #4797f7;
}
.reg-intro__body strong, .reg-intro__body b {
  font-weight: 600;
}
.reg-intro__body em, .reg-intro__body i {
  font-style: italic;
}
.reg-intro__body ul, .reg-intro__body ol {
  margin: 16px 0;
  padding-left: 24px;
}
.reg-intro__body ul li, .reg-intro__body ol li {
  margin-bottom: 8px;
}
.reg-intro__body ul li:last-child, .reg-intro__body ol li:last-child {
  margin-bottom: 0;
}
.reg-intro__body ul {
  list-style-type: disc;
}
.reg-intro__body ol {
  list-style-type: decimal;
}
.reg-intro .btn {
  margin-top: 40px;
}
.reg-intro__large-heading {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .reg-intro__large-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.reg-intro__large-heading a {
  text-decoration: underline;
}
.reg-intro__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .reg-intro__heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.reg-intro__heading a {
  text-decoration: underline;
}

.reg-tabs {
  padding-top: 15px;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .reg-tabs {
    padding-top: 30px;
  }
}
.reg-tabs__nav {
  border-bottom: none !important;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reg-tabs__nav {
    margin-bottom: 20px;
  }
}
.reg-tabs__nav .nav-link {
  font-size: 21px;
  font-weight: 500;
  color: #000000;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 0px;
  margin-right: 30px;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .reg-tabs__nav .nav-link {
    font-size: 16px;
    padding-bottom: 0px;
    margin-right: 20px;
  }
}
.reg-tabs__nav .nav-link:hover {
  border-color: transparent;
}
.reg-tabs__nav .nav-link.active {
  border-bottom-color: #4797f7;
  background-color: transparent;
  color: #000000;
}
.reg-tabs__nav .nav-link:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  border-radius: 2px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}
.reg-tabs__content .reg-intro {
  padding-top: 0;
}

.accordion-module {
  padding: 20px 0;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .accordion-module {
    padding: 80px 0;
  }
}
.accordion-module__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .accordion-module__title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.accordion-module__intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 48px;
  max-width: 90%;
}
@media (max-width: 768px) {
  .accordion-module__intro {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.accordion-module__items {
  border: none;
}
.accordion-module__items .accordion-item {
  border: none;
  border-bottom: 1px solid #E5E5E5;
  background-color: transparent;
}
.accordion-module__items .accordion-item:first-child {
  border-top: 1px solid #E5E5E5;
}
.accordion-module__items .accordion-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.accordion-module__header {
  margin: 0;
}
.accordion-module__button {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  background-color: transparent;
  border: none;
  padding: 24px 60px 24px 0;
  box-shadow: none;
  position: relative;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .accordion-module__button {
    font-size: 18px;
    padding: 20px 50px 20px 0;
  }
}
.accordion-module__button:hover, .accordion-module__button:focus {
  background-color: transparent;
  color: #000000;
  box-shadow: none;
}
.accordion-module__button.collapsed {
  background-color: transparent;
}
.accordion-module__button.collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .accordion-module__button.collapsed::after {
    width: 20px;
    height: 20px;
  }
}
.accordion-module__button:not(.collapsed) {
  color: #4797f7;
  background: none;
  border-radius: 0;
}
.accordion-module__button:not(.collapsed)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .accordion-module__button:not(.collapsed)::after {
    width: 20px;
    height: 20px;
  }
}
.accordion-module__button:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}
.accordion-module__body {
  background-color: none;
  padding: 0 0 32px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  color: #000000;
}
@media (max-width: 768px) {
  .accordion-module__body {
    font-size: 16px;
    padding: 0 0 24px 0;
  }
}
.accordion-module__body p {
  margin: 0;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .accordion-module__body p {
    padding-right: 50px;
  }
}
.accordion-module__body a {
  color: #056FF0;
  text-decoration-style: dotted;
  font-weight: 500;
}
.accordion-module__body a:hover {
  text-decoration-style: underline;
  color: #056FF0;
}
.accordion-module__body strong, .accordion-module__body b {
  font-weight: 600;
}
.accordion-module__body em, .accordion-module__body i {
  font-style: italic;
}
.accordion-module__body ul, .accordion-module__body ol {
  margin: 12px 0;
  padding-left: 24px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .accordion-module__body ul, .accordion-module__body ol {
    padding-right: 50px;
  }
}
.accordion-module__body ul li, .accordion-module__body ol li {
  margin-bottom: 8px;
}
.accordion-module__body ul li:last-child, .accordion-module__body ol li:last-child {
  margin-bottom: 0;
}
.accordion-module__body ul {
  list-style-type: disc;
}
.accordion-module__body ol {
  list-style-type: decimal;
}
.accordion-module__body h2, .accordion-module__body h3, .accordion-module__body h4, .accordion-module__body h5, .accordion-module__body h6 {
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 12px;
  line-height: 1.3;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .accordion-module__body h2, .accordion-module__body h3, .accordion-module__body h4, .accordion-module__body h5, .accordion-module__body h6 {
    padding-right: 50px;
  }
}
.accordion-module__body h2:first-child, .accordion-module__body h3:first-child, .accordion-module__body h4:first-child, .accordion-module__body h5:first-child, .accordion-module__body h6:first-child {
  margin-top: 0;
}
.accordion-module .accordion-collapse {
  transition: height 0.3s ease;
}

.reg-quality {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .reg-quality {
    padding: 80px 0;
  }
}
.reg-quality__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .reg-quality__title {
    font-size: 35px;
  }
}
.reg-quality__body {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 32px;
}
.reg-quality__image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .reg-quality__image {
    min-height: 220px;
    margin-top: 30px;
  }
}

.reg-get-started {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .reg-get-started {
    padding: 80px 0;
  }
}
.reg-get-started .section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reg-get-started .section-title {
    font-size: 35px;
  }
}
.reg-get-started__card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 380px;
  display: flex;
}
@media (max-width: 768px) {
  .reg-get-started__card {
    flex-direction: column;
    min-height: auto;
  }
}
.reg-get-started__card-body {
  position: relative;
  z-index: 1;
  padding: 40px 32px;
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 60px;
}
@media (max-width: 768px) {
  .reg-get-started__card-body {
    flex: none;
    width: 100%;
    padding: 28px 24px;
  }
}
.reg-get-started__card-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  min-height: 220px;
}
@media (max-width: 768px) {
  .reg-get-started__card-image {
    min-height: 200px;
    width: 100%;
  }
}
.reg-get-started__card-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  width: fit-content;
}
.reg-get-started__card-badge--red {
  background-color: #ff7277;
  color: #000000;
}
.reg-get-started__card-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .reg-get-started__card-title {
    font-size: 26px;
  }
}
.reg-get-started__card-text {
  font-size: 21px;
  line-height: 1.33;
  flex-grow: 1;
  margin-bottom: 28px;
}
.reg-get-started__card--dark {
  background-color: #000000;
}
.reg-get-started__card--dark .reg-get-started__card-title {
  color: #35ffdc;
}
.reg-get-started__card--dark .reg-get-started__card-text {
  color: #ffffff;
}
.reg-get-started__card--dark .reg-get-started__card-body {
  background-color: #000000;
}
.reg-get-started__card--cyan {
  background-color: #35ffdc;
}
.reg-get-started__card--cyan .reg-get-started__card-title {
  color: #000000;
}
.reg-get-started__card--cyan .reg-get-started__card-text {
  color: #000000;
}
.reg-get-started__card--cyan .reg-get-started__card-body {
  background-color: #35ffdc;
}

.reg-career {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .reg-career {
    padding: 80px 0;
  }
}
.reg-career .section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reg-career .section-title {
    font-size: 35px;
  }
}
.reg-career__card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background-color: #000000;
}
.reg-career__card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.reg-career__card-body {
  color: #ffffff;
  padding: 24px 28px 32px;
}
.reg-career__card-badge {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  width: fit-content;
}
.reg-career__card-badge--red {
  background-color: #ff7277;
  color: #000000;
}
.reg-career__card-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 12px;
  color: #ffffff;
}
.reg-career__card-title a {
  color: inherit;
  text-decoration: none;
}
.reg-career__card-title a:hover {
  color: #35ffdc;
}
.reg-career__card-title a i {
  font-size: 14px;
  transition: all 0.15s ease;
  position: relative;
  top: -2px;
}
.reg-career__card-text {
  font-size: 16px;
  line-height: 1.44;
  color: rgba(255, 255, 255, 0.85);
}

.reg-titles {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .reg-titles {
    padding: 80px 0;
  }
}
.reg-titles--cyan {
  background-color: #35ffdc;
}
.reg-titles--red {
  background-color: #ff7277;
}
.reg-titles__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 28px;
  color: #000000;
}
@media (max-width: 768px) {
  .reg-titles__heading {
    font-size: 35px;
  }
}
.reg-titles__lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 32px;
  color: #000000;
}
.reg-titles__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.reg-titles__list li {
  font-size: 28px;
  font-weight: 500;
  line-height: 2.14;
  color: #000000;
}
.reg-titles__sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  max-width: 920px;
  margin-bottom: 36px;
  color: #000000;
}
.reg-titles--center {
  text-align: center;
}
.reg-titles--center .reg-titles__list,
.reg-titles--center .reg-titles__lead,
.reg-titles--center .reg-titles__sub {
  margin-left: auto;
  margin-right: auto;
}
.reg-titles--center .reg-titles__list li {
  text-align: left;
  display: inline-block;
  width: 100%;
}

.reg-resources {
  background-color: #ffffff;
  padding: 20px 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .reg-resources {
    padding: 40px 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .reg-resources .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.reg-resources__heading {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .reg-resources__heading {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .reg-resources .col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.reg-resources__card {
  display: block;
  border-radius: 16px;
  padding: 32px 28px 28px;
  text-decoration: none;
  color: #000000;
  height: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .reg-resources__card {
    padding: 20px;
    margin-top: 0px;
  }
}
.reg-resources__card:hover {
  background-color: #eafffa;
  color: #000000;
}
.reg-resources__card-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .reg-resources__card-title {
    font-size: 21px;
    line-height: 10px;
    padding-right: 0px;
  }
}
.reg-resources__card .fa-chevron-right {
  display: inline-block;
  margin-top: 16px;
  font-size: 18px;
  color: #000000;
}
.reg-resources__icon {
  display: block;
  width: auto;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .reg-resources__icon {
    width: auto;
    height: 70px;
  }
}

.btn-dark-pill {
  background-color: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px 32px;
  font-size: 21px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 58px;
  line-height: calc(58px - 20px);
}
.btn-dark-pill:hover {
  opacity: 0.85;
  color: #ffffff;
}

.btn-cyan-pill {
  background-color: #35ffdc;
  color: #000000;
  border-radius: 100px;
  padding: 10px 32px;
  font-size: 21px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 48px;
  line-height: calc(48px - 20px);
}
.btn-cyan-pill:hover {
  opacity: 0.85;
  color: #000000;
}

.testimonials-section,
.testimonials-slider-section {
  padding: 60px 0;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .testimonials-section,
  .testimonials-slider-section {
    padding: 80px 0;
  }
}
.testimonials-section .section-title,
.testimonials-slider-section .section-title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .testimonials-section .section-title,
  .testimonials-slider-section .section-title {
    font-size: 35px;
    margin-bottom: 10px !important;
  }
}

.testimonial-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 400px;
  will-change: auto;
  backface-visibility: hidden;
}
.testimonial-card:hover {
  transition: box-shadow 0.3s ease;
}
.testimonial-card .bg-image {
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60vw;
  z-index: 1;
}
@media (min-width: 1024px) {
  .testimonial-card .bg-image {
    width: 60%;
    position: absolute;
    height: 100%;
  }
}
.testimonial-card .card-body {
  position: relative;
  z-index: 10;
  padding: 40px;
  color: #ffffff;
  border-top-right-radius: 50px;
  background: #000000;
}
@media (max-width: 768px) {
  .testimonial-card .card-body {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .testimonial-card .card-body {
    margin-top: -50px !important;
  }
}
@media (min-width: 1024px) {
  .testimonial-card .card-body {
    padding: 60px;
    width: 50%;
  }
}
.testimonial-card .card-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .testimonial-card .card-subtitle {
    font-size: 22px;
  }
}
.testimonial-card .pullquote {
  margin: 0;
  padding: 0;
  border: none;
}
.testimonial-card .pullquote p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  font-style: italic;
  margin: 0;
}
@media (min-width: 1024px) {
  .testimonial-card .pullquote p {
    font-size: 20px;
    line-height: 1.7;
  }
}
.testimonial-card .pullquote p::before {
  content: '"';
  font-size: 50px;
  line-height: 0;
  position: relative;
  top: 20px;
  margin-right: 5px;
  opacity: 0.5;
  left: -10px;
}
.testimonial-card .pullquote p::after {
  content: '"';
  font-size: 50px;
  line-height: 0;
  position: relative;
  top: 20px;
  margin-left: 5px;
  opacity: 0.5;
}
.testimonial-card.card-dark-cyan {
  background-color: #35ffdc;
}
.testimonial-card.card-dark-cyan .card-body {
  background-color: #000000;
  color: #ffffff;
}
.testimonial-card.card-dark-cyan .card-subtitle {
  color: #ffffff;
}
.testimonial-card.card-dark-cyan .pullquote p {
  color: #ffffff;
}
.testimonial-card.card-dark-red {
  background-color: #ff7277;
}
.testimonial-card.card-dark-red .card-body {
  background-color: #000000;
  color: #ffffff;
}
.testimonial-card.card-dark-red .card-subtitle {
  color: #ffffff;
}
.testimonial-card.card-dark-red .pullquote p {
  color: #ffffff;
}
.testimonial-card.card-dark-orange {
  background-color: #ff9c3e;
}
.testimonial-card.card-dark-orange .card-body {
  background-color: #000000;
  color: #ffffff;
}
.testimonial-card.card-dark-orange .card-subtitle {
  color: #ffffff;
}
.testimonial-card.card-dark-orange .pullquote p {
  color: #ffffff;
}
.testimonial-card.card-dark-blue {
  background-color: #4797f7;
}
.testimonial-card.card-dark-blue .card-body {
  background-color: #000000;
  color: #ffffff;
}
.testimonial-card.card-dark-blue .card-subtitle {
  color: #ffffff;
}
.testimonial-card.card-dark-blue .pullquote p {
  color: #ffffff;
}

.testimonials-swiper {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}
.testimonials-swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.testimonials-swiper .swiper-wrapper {
  align-items: stretch;
  height: 500px;
}
.testimonials-swiper .swiper-pagination {
  bottom: 0;
}
.testimonials-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
}
.testimonials-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #35ffdc;
  width: 30px;
  border-radius: 6px;
}
.testimonials-swiper .swiper-button-prev,
.testimonials-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  top: calc(50% - 20px);
}
.testimonials-swiper .swiper-button-prev::after,
.testimonials-swiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.testimonials-swiper .swiper-button-prev:hover,
.testimonials-swiper .swiper-button-next:hover {
  background: #35ffdc;
}
.testimonials-swiper .swiper-button-prev:hover::after,
.testimonials-swiper .swiper-button-next:hover::after {
  color: #ffffff;
}
@media (max-width: 768px) {
  .testimonials-swiper .swiper-button-prev,
  .testimonials-swiper .swiper-button-next {
    display: none;
  }
}
.testimonials-swiper .swiper-button-prev {
  left: -25px;
}
.testimonials-swiper .swiper-button-next {
  right: -25px;
}
@media (max-width: 1024px) {
  .testimonials-swiper .swiper-button-prev {
    left: 0;
  }
  .testimonials-swiper .swiper-button-next {
    right: 0;
  }
}

.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 0 32px;
}
@media (min-width: 1024px) {
  .footer {
    padding: 80px 0 40px;
    padding-top: 100px !important;
  }
}
.footer .footer-logo {
  height: 72px;
  width: auto;
  margin-bottom: 24px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .footer .footer-logo {
    height: 56px;
  }
}
.footer .footer-logo img {
  max-height: 100px;
}
.footer .social-links {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.footer .social-links a:hover {
  background-color: #35ffdc;
  color: #000000;
  transform: translateY(-2px);
}
.footer .social-links a:focus-visible {
  outline: 3px solid #35ffdc;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(53, 255, 220, 0.4);
}
.footer .footer-heading {
  font-family: "Söhne", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 1.28;
  margin-bottom: 24px;
  color: #35ffdc;
}
@media (max-width: 768px) {
  .footer .footer-heading {
    margin-top: 32px;
  }
}
.footer .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-nav li {
  margin-bottom: 4px;
}
.footer .footer-nav a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.75;
  transition: all 0.15s ease;
  display: inline-block;
}
.footer .footer-nav a:hover {
  color: #35ffdc;
  padding-left: revert;
}
.footer .ukas-logo {
  text-align: center;
  display: inline-block;
}
.footer .ukas-logo img {
  max-width: 150px;
  height: auto;
}
@media (max-width: 768px) {
  .footer .ukas-logo img {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .footer .ukas-logo {
    margin-top: 32px;
  }
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
  margin-top: 40px;
  width: 100vw;
  margin-left: 50%;
  left: -50vw;
  position: relative;
}
.footer .footer-bottom p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  line-height: 1.69;
  margin: 0;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-modal.active {
  opacity: 1;
  visibility: visible;
}
.search-modal.active .search-modal-content {
  transform: translateY(0);
}

.search-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
}

.search-modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 80px 20px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(-30px);
  transition: transform 0.3s ease;
  overflow: hidden;
}
@media (max-width: 768px) {
  .search-modal-content {
    margin: 60px 15px 15px;
    border-radius: 12px;
  }
}

.search-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #676767;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
}
.search-modal-close:hover {
  background: #F5F5F5;
  color: #000000;
  transform: rotate(90deg);
}
.search-modal-close:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.search-modal-body {
  padding: 40px;
}
@media (max-width: 768px) {
  .search-modal-body {
    padding: 30px 20px;
  }
}

.search-modal-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .search-modal-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.search-form {
  margin-bottom: 40px;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-input-wrapper .search-icon {
  position: absolute;
  left: 20px;
  color: #676767;
  font-size: 1.25rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .search-input-wrapper .search-icon {
    left: 15px;
    font-size: 1.1rem;
  }
}

.search-input {
  width: 100%;
  padding: 18px 20px 18px 56px;
  font-size: 1.125rem;
  border: 2px solid #F5F5F5;
  border-radius: 50px !important;
  background: #ffffff;
  color: #000000;
  transition: all 0.2s ease;
}
.search-input::placeholder {
  color: #676767;
}
.search-input:focus {
  outline: none;
  border-color: #35ffdc;
  box-shadow: 0 0 0 4px rgba(53, 255, 220, 0.1);
}
@media (max-width: 768px) {
  .search-input {
    padding: 15px 15px 15px 45px;
    font-size: 1rem;
  }
}

.search-suggestions {
  padding-top: 30px;
  border-top: 1px solid #F5F5F5;
}

.search-suggestions-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #676767;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-tag {
  display: inline-block;
  padding: 8px 16px;
  background: #F5F5F5;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.search-tag:hover {
  background: #35ffdc;
  color: #ffffff;
  transform: translateY(-2px);
}
.search-tag:focus {
  outline: 2px solid #35ffdc;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .search-tag {
    padding: 7px 14px;
    font-size: 0.85rem;
  }
}

.search-suggestions {
  animation: fadeInUp 0.4s ease 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Cookie Banner Styles */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1A1A1A;
  color: #FFFFFF;
  padding: 20px 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  animation: slideUp 0.3s ease-out;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
}

.cookie-banner a {
  color: #00FFCC;
}

.cookie-banner .btn-cyan {
  background-color: #00FFCC;
  color: #1A1A1A;
  border: none;
  white-space: nowrap;
}
.cookie-banner .btn-cyan:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Additional navbar scrolled state */
.navbar-scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Loading state */
.btn.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.btn.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Skip Navigation Link */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 10000;
  background-color: #ffdd00;
  color: #0b0c0c;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: 3px solid #0b0c0c;
  border-radius: 0 0 4px 0;
  white-space: nowrap;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #0b0c0c;
  outline-offset: 0;
}

/* Focus visible for accessibility - WCAG 2.1 AA */
*:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  border-radius: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  border-radius: 2px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

/* Remove default outline only when focus-visible is supported */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
  outline: none;
}

/* Navbar dark background - use cyan ring for contrast */
.navbar a:focus-visible,
.navbar button:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #00d4aa;
}

/* Print styles */
@media print {
  .navbar,
  .newsletter-section,
  .footer {
    display: none;
  }
  .hero {
    page-break-after: always;
  }
}
.btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  user-select: none;
}
.btn:focus {
  outline: none;
}

@media (max-width: 767px) {
  .d-mobile-none {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .d-desktop-none {
    display: none !important;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

html {
  scroll-behavior: smooth;
}

.loading {
  pointer-events: none;
  opacity: 0.6;
  cursor: wait;
}

.section {
  padding: 60px 0;
}

@media (min-width: 1024px) {
  .section {
    padding: 80px 0;
  }
}
.section .section-title {
  font-size: 46px;
  font-weight: 500;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  color: #000;
}

@media (max-width: 768px) {
  .section .section-title {
    font-size: 32px;
  }
}
.section .btn-dark-outline {
  border: 2px solid #000;
  color: #000;
  background: rgba(0, 0, 0, 0);
  padding: 12px 28px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 21px;
  height: 48px;
  transition: all 0.3s ease;
}

.section .btn-dark-outline:hover {
  background-color: #000;
  color: #fff;
}

.section .career-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.section .career-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.section .career-card .card-img-top {
  height: 298px;
  object-fit: cover;
  width: 100%;
}

.section .career-card .card-body {
  padding: 32px 28px;
  background-color: #000;
  color: #fff;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 100px;
  margin-top: -100px;
}

.section .career-card .card-badge {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.6;
  width: fit-content;
  height: 29px;
  display: inline-flex;
  align-items: center;
}

.section .career-card .card-badge.badge-orange {
  background-color: #ff9c3e;
  color: #000;
}

.section .career-card .card-badge.badge-red {
  background-color: #ff7277;
  color: #000;
}

.section .career-card .card-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.12;
  gap: 8px;
}

.section .career-card .card-title i {
  font-size: 14px;
  transition: all 0.15s ease;
  position: relative;
  top: -2px;
}

/*.section .career-card .card-title a {
    text-decoration: none
}*/
.section .career-card .card-text {
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
  flex-grow: 1;
}

.section .career-card:hover .card-title i {
  transform: translateX(4px);
}

.video-section {
  background: #4797f7 url(/copper/images/bg-pattern-2.png) center no-repeat;
}

.spotlight-section {
  padding: 60px 0;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .spotlight-section {
    padding: 80px 0;
  }
}
.spotlight-section .section-title {
  font-size: 50px;
  font-weight: 500;
  color: #000;
  line-height: 1.16;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .spotlight-section .section-title {
    font-size: 30px;
  }
}
.spotlight-section p {
  font-size: 24px;
  line-height: 1.42;
  color: #000;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .spotlight-section p {
    font-size: 18px;
    line-height: 1.42;
  }
}
.btn-dark:hover {
  background-color: #fff;
  color: #000;
}

/*.spotlight-section p a {
    text-decoration: underline
}*/
.spotlight-section .btn-dark {
  background-color: #000;
  color: #fff;
  padding: 16px 48px;
  border-radius: 100px;
  font-size: 23px;
  font-weight: 600;
  height: 58px;
  line-height: 23px;
  border: none;
  transition: all 0.3s ease;
}

.spotlight-section .btn-dark:hover {
  /*    opacity: .9;
  transform: translateY(-1px)*/
  background-color: #35ffdc;
}

@media (max-width: 576px) {
  .spotlight-section .btn-dark {
    width: 100%;
    font-size: 20px;
  }
}
.spotlight-section img {
  border-radius: 15px !important;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .spotlight-section img {
    margin-top: 32px;
  }
}
.horizontal-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.horizontal-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.horizontal-card .card-img-top {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.horizontal-card .bg-image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 60%;
}

@media (max-width: 768px) {
  .horizontal-card .bg-image {
    width: 100%;
    position: relative;
    height: 300px;
  }
}
.horizontal-card .card-body {
  position: relative;
  z-index: 1;
  padding: 40px 32px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  width: 60%;
  background: #000;
  border-top-right-radius: 100px;
}

@media (max-width: 768px) {
  .horizontal-card .card-body {
    width: 100%;
    margin-top: -100px;
    padding: 20px;
    height: auto;
    min-height: auto;
  }
}
.horizontal-card .card-badge {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
  width: fit-content;
}

.horizontal-card .card-badge.badge-cyan {
  background-color: #35ffdc;
  color: #000;
}

.horizontal-card .card-badge.badge-blue {
  background-color: #4797f7;
  color: #000;
}

.horizontal-card .card-badge.badge-dark {
  background-color: #000;
  color: #fff;
}

.horizontal-card .card-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-right: 40px;
  line-height: 40px;
}

@media (max-width: 576px) {
  .horizontal-card .card-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.horizontal-card .card-text {
  font-size: 21px;
  line-height: 1.33;
  margin-bottom: 28px;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .horizontal-card .card-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.horizontal-card .card-text a {
  /* text-decoration: underline;*/
  color: inherit;
  transition: all 0.3s ease;
}

.horizontal-card .card-text a:hover {
  opacity: 0.8;
}

.horizontal-card .card-text strong, .horizontal-card .card-text b {
  font-weight: 600;
}

.horizontal-card .card-text em, .horizontal-card .card-text i {
  font-style: italic;
}

.horizontal-card .btn {
  width: fit-content;
}

.horizontal-card .btn:hover {
  opacity: 0.9;
}

.horizontal-card .btn:focus-visible {
  border-radius: 100px;
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.horizontal-card.card-dark .card-body {
  background-color: #000;
  color: #fff;
}

/*.horizontal-card.card-dark .card-title {
    color: #35ffdc
}*/
.horizontal-card.card-dark .card-text {
  color: #fff;
}

.horizontal-card.card-dark .btn-cyan:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.horizontal-card.card-dark .btn-cyan-outline {
  border: 2px solid #35ffdc;
  color: #35ffdc;
  background: rgba(0, 0, 0, 0);
}

.horizontal-card.card-dark .btn-cyan-outline:hover {
  background-color: #35ffdc;
  color: #000;
}

.horizontal-card.card-dark .btn-cyan-outline:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.horizontal-card.card-dark-cyan .card-body {
  background-color: #000;
  color: #fff;
}

/*.horizontal-card.card-dark-cyan .card-title {
    color: #35ffdc
}*/
.horizontal-card.card-dark-cyan .card-text {
  color: #fff;
}

.horizontal-card.card-dark-cyan .btn {
  color: #000;
  background: #35ffdc;
}

.horizontal-card.card-dark-cyan .btn:hover {
  background: #fff !important;
  color: #000;
}

.horizontal-card.card-dark-cyan .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.horizontal-card.card-dark-red .card-body {
  background-color: #000;
  color: #fff;
}

/*.horizontal-card.card-dark-red .card-title {
    color: #ff7277
}*/
.horizontal-card.card-dark-red .card-text {
  color: #fff;
}

.horizontal-card.card-dark-red .btn {
  color: #000;
  background: #ff7277;
}

.horizontal-card.card-dark-red .btn:hover {
  background: #fff !important;
  color: #000;
}

.horizontal-card.card-dark-red .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.horizontal-card.card-dark-orange .card-body {
  background-color: #000;
  color: #fff;
}

/*.horizontal-card.card-dark-orange .card-title {
    color: #ff9c3e
}*/
.horizontal-card.card-dark-orange .card-text {
  color: #fff;
}

.horizontal-card.card-dark-orange .btn {
  color: #000;
  background: #ff9c3e;
}

.horizontal-card.card-dark-orange .btn:hover {
  background: #fff !important;
  color: #000;
}

.horizontal-card.card-dark-orange .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.horizontal-card.card-dark-blue .card-body {
  background-color: #000;
  color: #fff;
}

/*.horizontal-card.card-dark-blue .card-title {
    color: #4797f7
}*/
.horizontal-card.card-dark-blue .card-text {
  color: #fff;
}

.horizontal-card.card-dark-blue .btn {
  color: #000;
  background: #4797f7;
}

.horizontal-card.card-dark-blue .btn:hover {
  background: #fff !important;
  color: #000;
}

.horizontal-card.card-dark-blue .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.horizontal-card.card-blue .card-body {
  background-color: #4797f7;
  color: #000;
}

/*.horizontal-card.card-blue .card-title {
    color: #000
}*/
.horizontal-card.card-blue .card-text {
  color: #000;
}

.horizontal-card.card-blue .btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.horizontal-card.card-blue .btn-dark:hover, .horizontal-card.card-blue .btn-dark:active {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}

.horizontal-card.card-blue .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.horizontal-card.card-cyan .card-body {
  background-color: #35ffdc;
  color: #000;
}

/*.horizontal-card.card-cyan .card-title {
    color: #000
}*/
.horizontal-card.card-cyan .card-text {
  color: #000;
}

.horizontal-card.card-cyan .btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.horizontal-card.card-cyan .btn-dark:hover, .horizontal-card.card-cyan .btn-dark:active {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}

.horizontal-card.card-cyan .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.horizontal-card.card-red .card-body {
  background-color: #ff7277;
  color: #000;
}

/*.horizontal-card.card-red .card-title {
    color: #000
}*/
.horizontal-card.card-red .card-text {
  color: #000;
}

.horizontal-card.card-red .btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.horizontal-card.card-red .btn-dark:hover, .horizontal-card.card-red .btn-dark:active {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}

.horizontal-card.card-red .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.horizontal-card.card-orange .card-body {
  background-color: #ff9c3e;
  color: #000;
}

/*.horizontal-card.card-orange .card-title {
    color: #000
}*/
.horizontal-card.card-orange .card-text {
  color: #000;
}

.horizontal-card.card-orange .btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.btn-cyan {
  background-color: #35ffdc;
  color: #000;
}

.btn-cyan:hover {
  background-color: #4797f7;
}

.btn-red {
  background-color: #ff7277;
  color: #000;
}

.btn-red:hover {
  background-color: #35ffdc;
}

.btn-dark {
  background-color: #000;
  color: #fff;
}

.btn-blue {
  background-color: #4797f7;
  color: #fff;
}

.btn-blue:hover {
  background-color: #35ffdc;
}

.btn-orange {
  background-color: #ff9c3e;
  color: #fff;
}
.btn-orange:hover {
  background-color: #35ffdc;
  color: #000;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-white:hover {
  background-color: #35ffdc;
  color: #000;
}

.card-title-cyan {
  color: #35ffdc;
}

.card-title-dark {
  color: #000;
}

.card-title-red {
  color: #ff7277;
}

.card-title-orange {
  color: #ff9c3e;
}

.card-title-blue {
  color: #4797f7;
}

/* This section Carried over for presentation*/
.links-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.links-section-wrapper a.link-item {
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.links-section-wrapper a.link-item:hover {
  text-decoration-style: solid;
}
.links-section-wrapper .link-item {
  display: flex;
  align-items: center;
  color: var(--typography-heading);
  padding: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.links-section-wrapper .link-item::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 10px;
  height: 16px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3E%3Cpath d='M2 2l6 6-6 6' stroke='%2335ffdc' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.links-section-wrapper .link-item:hover .link-text-wrapper .text {
  text-decoration: underline;
}

.links-section-wrapper .link-item .link-text-wrapper .text {
  padding-right: 20px;
  background-image: url("/copper/images/icons/CTA-Arrow.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 12px 18px;
}

.div.rich-text p span.summary {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 24px;
  font-weight: 500;
}

@media (max-width: 767px) {
  div.rich-text p span.summary {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
  }
}
.news-card-link {
  display: block; /* fills the full card area */
  text-decoration: none; /* no underline by default */
  color: inherit; /* don't turn everything link-blue */
}

.news-card-link:hover .news-card-title {
  text-decoration: underline; /* underline only the title on hover */
}

.news-card-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.career-card {
  border: none;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.career-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.horizontal-card .card-badge {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
  width: fit-content;
}

.career-card .card-badge.badge-cyan {
  background-color: #35ffdc;
  color: #000;
}

.career-card .card-badge.badge-blue {
  background-color: #4797f7;
  color: #000;
}

.career-card .card-badge.badge-dark {
  background-color: #000;
  color: #fff;
}

.career-card .card-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-right: 40px;
  line-height: 40px;
}

@media (max-width: 576px) {
  .career-card .card-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.career-card .card-text {
  font-size: 21px;
  line-height: 1.33;
  margin-bottom: 28px;
  flex-grow: 1;
}
.career-card p {
  font-size: 21px;
  line-height: 1.33;
  margin-bottom: 28px;
  flex-grow: 1;
  align-content: end;
}
.career-card p:first-of-type {
  margin-top: 28px;
}

@media (max-width: 768px) {
  .career-card .card-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.career-card.curveBottom .card-body {
  margin-top: -10px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 0px;
}

.career-card .card-text a {
  /* text-decoration: underline;*/
  color: inherit;
  transition: all 0.3s ease;
}
.career-card .card-text a:hover {
  opacity: 0.8;
}

.career-card .card-text strong, .career-card .card-text b {
  font-weight: 600;
}

.career-card .card-text em, .career-card .card-text i {
  font-style: italic;
}

.career-card .btn {
  width: fit-content;
}

.career-card .btn:hover {
  opacity: 0.9;
}

.career-card .btn:focus-visible {
  border-radius: 100px;
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.career-card.card-dark .card-body {
  background-color: #000;
  color: #fff;
}
.career-card.card-dark .card-body p a {
  color: #fff;
}

.career-card.card-dark .card-text {
  color: #fff;
}

.career-card.card-dark .btn-cyan:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.career-card.card-dark .btn-cyan-outline {
  border: 2px solid #35ffdc;
  color: #35ffdc;
  background: rgba(0, 0, 0, 0);
}

.career-card.card-dark .btn-cyan-outline:hover {
  background-color: #35ffdc;
  color: #000;
}

.career-card.card-dark .btn-cyan-outline:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.career-card.card-dark-cyan .card-body {
  background-color: #000;
  color: #fff;
}

/*.career-card.card-dark-cyan .card-title {
    color: #35ffdc
}*/
.career-card.card-dark-cyan .card-text {
  color: #fff;
}

.career-card.card-dark-cyan .btn {
  color: #000;
  background: #35ffdc;
}

.career-card.card-dark-cyan .btn:hover {
  background: #fff !important;
  color: #000;
}

.career-card.card-dark-cyan .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.career-card.card-dark-red .card-body {
  background-color: #000;
  color: #fff;
}

/*.career-card.card-dark-red .card-title {
    color: #ff7277
}*/
.career-card.card-dark-red .card-text {
  color: #fff;
}

.career-card.card-dark-red .btn {
  color: #000;
  background: #ff7277;
}

.career-card.card-dark-red .btn:hover {
  background: #fff !important;
  color: #000;
}

.career-card.card-dark-red .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.career-card.card-dark-orange .card-body {
  background-color: #000;
  color: #fff;
}

/*.career-card.card-dark-orange .card-title {
    color: #ff9c3e
}*/
.career-card.card-dark-orange .card-text {
  color: #fff;
}

.career-card.card-dark-orange .btn {
  color: #000;
  background: #ff9c3e;
}

.career-card.card-dark-orange .btn:hover {
  background: #fff !important;
  color: #000;
}

.career-card.card-dark-orange .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.career-card.card-dark-blue .card-body {
  background-color: #000;
  color: #fff;
}

/*.career-card.card-dark-blue .card-title {
    color: #4797f7
}*/
.career-card.card-dark-blue .card-text {
  color: #fff;
}

.career-card.card-dark-blue .btn {
  color: #000;
  background: #4797f7;
}

.career-card.card-dark-blue .btn:hover {
  background: #fff !important;
  color: #000;
}

.career-card.card-dark-blue .btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.4);
}

.career-card.card-blue .card-body {
  background-color: #4797f7;
  color: #000;
}

/*.career-card.card-blue .card-title {
    color: #000
}*/
.career-card.card-blue .card-text {
  color: #000;
}

.career-card.card-blue .btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.career-card.card-blue .btn-dark:hover, .career-card.card-blue .btn-dark:active {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}

.career-card.card-blue .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.career-card.card-cyan .card-body {
  background-color: #35ffdc;
  color: #000;
}

/*.career-card.card-cyan .card-title {
    color: #000
}*/
.career-card.card-cyan .card-text {
  color: #000;
}

.career-card.card-cyan .btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.career-card.card-cyan .btn-dark:hover,
.career-card.card-cyan .btn-dark:active {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}

.career-card.card-cyan .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.career-card.card-red .card-body {
  background-color: #ff7277;
  color: #000;
}

/*.career-card.card-red .card-title {
    color: #000
}*/
.career-card.card-red .card-text {
  color: #000;
}

.career-card.card-red .btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.career-card.card-red .btn-dark:hover, .career-card.card-red .btn-dark:active {
  background-color: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}

.career-card.card-red .btn-dark:focus-visible {
  outline: 3px solid #1d1d1b;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(29, 29, 27, 0.15);
}

.career-card.card-orange .card-body {
  background-color: #ff9c3e;
  color: #000;
}

/*.career-card.card-orange .card-title {
    color: #000
}*/
.career-card.card-orange .card-text {
  color: #000;
}

.career-card.card-orange .badge-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.career-card.badge-cyan {
  background-color: #35ffdc;
  color: #000;
}

.career-card.badge-dark {
  background-color: #000;
  color: #fff;
}

.career-card.badge-blue {
  background-color: #4797f7;
  color: #fff;
}

.badge-orange {
  background-color: #ff9c3e;
  color: #fff;
}

/* Testimonial Card Base */
.testimonial-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
  min-height: 400px;
  will-change: auto;
  backface-visibility: hidden;
  width: inherit;
}

/* Background Image */
.testimonial-card .bg-image {
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60vw;
  z-index: 1;
}

@media (min-width: 1024px) {
  .testimonial-card .bg-image {
    width: 60%;
    position: absolute;
    height: 100%;
  }
}
.bg-cover {
  background-position: center;
  background-size: cover;
}

/* Card Body */
.testimonial-card .card-body {
  position: relative;
  z-index: 10;
  padding: 40px;
  color: #fff;
  border-top-right-radius: 50px;
  background: #1a1a2e;
}

@media (min-width: 1024px) {
  .testimonial-card .card-body {
    padding: 60px;
    width: 50%;
  }
}
/* Pullquote */
.testimonial-card .pullquote {
  margin: 0;
  padding-bottom: 1rem;
  border: none;
}

.pullquote {
  margin: 30px 0;
  padding: 0;
  border-left: none;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}

/* Colour Variants */
.testimonial-card.card-dark-red .card-body {
  background-color: #7b1e2e;
}

.testimonial-card.card-dark-blue .card-body {
  background-color: #1a3a5c;
}

.testimonial-card.card-dark-cyan .card-body {
  background-color: #0d5c63;
}

.rich-text .summary {
  font-size: 1.33em;
}
.rich-text li {
  list-style-type: unset;
  font-size: 24px;
}
@media (max-width: 768px) {
  .rich-text li {
    font-size: 18px;
  }
}
.rich-text ul li a {
  color: dark;
}

.wide-banner {
  background: #000 url("../../copper/images/bg-pattern-light.png") no-repeat right center;
  background-color: rgb(0, 0, 0);
  background-position-x: right;
  background-position-y: center;
  background-image: url("../../copper/images/bg-pattern-light.png");
  background-size: auto;
  background-size: auto 100%;
  color: #fff;
  min-height: 348px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 40px;
}

.wide-banner--image {
  min-height: 400px;
  background-color: #000;
  background-size: cover;
  background-position: center top;
}

.wide-banner--image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 75%);
  pointer-events: none;
}

.wide-banner--image .wide-banner__container {
  position: relative;
  z-index: 1;
}

.wide-banner .wide-banner-title {
  font-size: 65px;
  font-weight: 500;
  letter-spacing: -1.3px;
  line-height: 1;
  margin: 0;
}

.wide-banner .desc p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.form-label {
  font-size: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-top: 0.5rem;
}

.formheader {
  margin-top: 1.5rem;
}

.flex-column-buttons {
  margin-top: 1rem;
}

.contact-us-flex-column-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.contact-us-flex-column-buttons > div {
  order: 2; /* recaptcha wrapper on the right */
}

.contact-us-flex-column-buttons .btn {
  order: 1; /* button on the left */
}

.search-results {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol.search-results > li + li {
  margin-top: 1em;
}

.search-result-header {
  display: block;
  position: relative;
}

.search-result-header a {
  display: block;
  height: 100%;
  background-color: #000000;
  color: #fff;
  padding: 0.5em;
  text-decoration: none;
}

.search-result-header a:hover {
  text-decoration: underline;
}

.search-result-header a h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: unset;
  font-size: 1.5rem;
}

.search-result-header .course-reference {
  text-align: right;
}

.search-result-body {
  background-color: rgba(53, 255, 220, 0.1) !important;
  padding: 0.5em;
}

.search-result-body h4:first-of-type {
  margin-top: 0;
}

.search-result-body h4 {
  color: #1d1d1b;
  font-size: 1em;
  line-height: 1.33;
}

.search-result-body summary {
  list-style-type: "▼ ";
  text-align: right;
}

.search-result-body summary::after {
  content: "Show more...";
}

.search-result-body details[open] summary {
  list-style-type: "▲ ";
}

.search-result-body details[open] summary::after {
  content: "Show less...";
}

.search-result-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-disclaimer {
  text-align: right;
  color: #1d1d1b;
}

.list-presentation h4 {
  margin-bottom: 0.5em;
  line-height: 1;
}

.list-presentation ul {
  margin-bottom: 1em;
}

.inline-presentation h4 {
  margin-bottom: 0.5em;
  display: inline;
}

.inline-presentation ul {
  display: inline-block;
}

.inline-presentation ul li {
  display: inline-block;
}

.inline-presentation ul li:not(:last-of-type)::after {
  content: ", ";
}

.course-search-results-content .formheader {
  margin-top: 1rem;
}

.course-search-results-p {
  font-weight: normal;
}
.course-search-results-p .course-search-result-label {
  font-weight: 600;
}

.course-search-results-table {
  margin-top: 0.5rem;
  width: 100%;
  overflow-x: auto;
}

.course-search-results-thead {
  background-color: lightgray;
  font-weight: bold;
}

.course-search-results-thead th {
  text-align: inherit;
  vertical-align: bottom;
  border-bottom-width: 2px;
  padding: 0.75rem;
}

.course-search-results-tbody td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}

sup {
  top: -0.5em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.course-search-results-a-disabled {
  pointer-events: none;
  cursor: default;
  color: gray;
}

.course-search-results-print {
  margin-top: 1rem;
}

.course-search-searchBtn {
  margin-top: 1rem;
}

.feed-content {
  display: grid;
}

/* News-Feed - start */
#news-feed #search-results {
  padding-top: 20px;
}

#news-feed .feed-content .filters-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 40px;
}

#news-feed .feed-content .filters-container .generic-select {
  background-color: #ffffff;
}

#news-feed .feed-content .filters-container .filters-section .feed-content-filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 20px;
}

#news-feed .feed-content .filters-container .filters-section .feed-content-filters .section {
  margin-top: 10px;
}

#news-feed .feed-content .filters-container .filters-section .feed-content-filters #searchTerm {
  margin-top: 10px;
}

#news-feed .feed-content .filters-container .filters-section .feed-content-filters #searchTerm:focus {
  outline: var(--input-border);
  border: 2px solid var(--input-border);
}

#news-feed .feed-content .filters-container .filters-section .feed-content-filters .heading-button {
  background-color: var(--brand-neutral);
}

#news-feed .feed-content .filters-container .filters-section.news .feed-content-filters, #news-feed .feed-content .filters-container .filters-section.casestudies .feed-content-filters, #news-feed .feed-content .filters-container .filters-section.insights .feed-content-filters {
  grid-template-columns: 1fr 1fr 1fr;
}

#news-feed .feed-content .filters-container .sort-section p.count {
  display: none;
}

#news-feed .feed-content .filters-container .sort-section .filter {
  display: grid;
}

#news-feed .feed-content .filters-container .sort-section .filter .generic-select {
  margin-top: 10px;
  width: 100%;
  font-weight: 700;
}

#news-feed .feed-content .filters-container .sort-section .filter .generic-select option {
  color: black;
}

#news-feed .feed-content .filters-container .sort-section .filter .generic-select:focus {
  outline: var(--input-border);
  border: 2px solid var(--input-border);
}

#news-feed .feed-content.institutions .filters-container {
  grid-template-columns: 3fr !important;
  background: linear-gradient(to right, var(--gradient-primary-dark), var(--gradient-primary-light));
  min-height: 150px;
  margin-bottom: 20px;
  padding: 20px 15px;
}

#news-feed .feed-content.institutions .filters-container .filters-section.institutions {
  max-width: 1306px;
  margin: 0 auto;
  width: 100%;
}

#news-feed .feed-content.institutions .filters-container .filters-section.institutions .feed-content-filters .facet .generic-label {
  color: var(--brand-neutral);
}

/* Start of output CSS */
/*
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
*/
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .full-column {
  grid-column: span 3;
}

#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper a.feed-post {
  display: flex;
  flex-direction: column;
  /*width: calc(33% - 40px);*/
  text-decoration: none;
  /*margin: 15px 0px;*/
}

#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post {
  overflow: hidden;
}

#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .title {
  background-color: var(--brand-primary-medium);
  color: var(--typography-dark-background);
  font-weight: bold;
  padding: 10px;
  font-size: var(--fontsize-default);
  text-align: left;
  padding-left: 20px;
  height: 64px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .image-container {
  height: 200px;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news-feed .feed-content .feed-content-wrapper .feed-posts-wrapper .feed-post .content .image-container .coloured-panel {
  min-height: 200px;
  max-height: 200px;
}
*/
.generic-form .field {
  margin-bottom: 30px;
}

.generic-form .generic-input {
  width: 100%;
}

.generic-form .generic-select {
  width: 75%;
}

.generic-label {
  display: block;
  font-weight: 700;
}

.generic-input,
.generic-select {
  appearance: none;
  padding: 14px 60px 14px 20px;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  outline: none;
}

.generic-input::placeholder,
.generic-select::placeholder {
  color: var(--input-placeholder);
}

.generic-input:focus-visible,
.generic-select:focus-visible {
  background-color: white;
  border-radius: 0px;
}

.generic-input {
  padding-right: 20px;
}

.generic-input.search {
  padding-left: 60px;
  background-image: url("/copper/images/icons/search-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 50% left -10px;
}

.generic-select {
  background-image: url("/copper/images/icons/generic-input-chevron-down.svg");
  background-size: 20px 20px;
  background-position: right 20px top 50%;
  background-repeat: no-repeat;
}

.generic-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.generic-checkbox input {
  appearance: none;
  min-width: 16.5px;
  min-height: 16.5px;
  margin: 0;
  border: 2px solid #888588;
  border-radius: 2px;
  background-color: white;
}

.generic-checkbox input:checked {
  background-image: url("/copper/images/icons/form-checkbox-checked-white.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.form-container legend {
  font-weight: 700;
}

.form-container .umbraco-forms-form {
  padding: 0;
}

.form-container .umbraco-forms-form fieldset {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

.form-container .umbraco-forms-container {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.form-container .umbraco-forms-container input[type=text],
.form-container .umbraco-forms-container input[type=email],
.form-container .umbraco-forms-container input[type=password],
.form-container .umbraco-forms-container input[type=date],
.form-container .umbraco-forms-container input[type=datetime-local],
.form-container .umbraco-forms-container input[type=tel],
.form-container .umbraco-forms-container input[type=number],
.form-container .umbraco-forms-container input[type=time],
.form-container .umbraco-forms-container input[type=url],
.form-container .umbraco-forms-container input[type=week],
.form-container .umbraco-forms-container textarea,
.form-container .umbraco-forms-container select {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-family: var(--opensans);
  padding: 20px 25px;
  color: var(--typography-body);
  background-color: white;
  border-width: 2px !important;
  border-style: solid;
  border-radius: 6px;
  outline: none;
}

.form-container .umbraco-forms-container input[type=checkbox],
.form-container .umbraco-forms-container input[type=radio] {
  appearance: none;
  margin: 0;
  margin-right: 14px;
  border: 1px solid #C5C5C5 !important;
  width: 23px !important;
  height: 23px !important;
  background-color: white;
  outline: none;
}

.form-container .umbraco-forms-container input[type=checkbox]:checked,
.form-container .umbraco-forms-container input[type=radio]:checked {
  background-repeat: no-repeat;
  background-position: center;
}

.form-container .umbraco-forms-container input[type=checkbox]:focus-visible,
.form-container .umbraco-forms-container input[type=radio]:focus-visible {
  border-color: var(--brand-primary) !important;
}

.form-container .umbraco-forms-container input[type=checkbox] {
  border-radius: 2px;
}

.form-container .umbraco-forms-container input[type=checkbox]:checked {
  background-image: url("/copper/images/icons/form-checkbox-checked.svg");
  background-size: 80% 80%;
}

.form-container .umbraco-forms-container input[type=radio] {
  border-radius: 50%;
}

.form-container .umbraco-forms-container input[type=radio]:checked {
  background-image: url("/copper/images/icons/form-radio-checked.svg");
  background-size: 60% 60%;
}

.form-container .umbraco-forms-container input[type=file] {
  cursor: pointer;
  background-color: transparent;
}

.form-container .umbraco-forms-container input[type=file]::file-selector-button {
  font-weight: 500;
  border-radius: 6px;
  color: white;
  border: none;
  cursor: pointer;
}

.form-container .umbraco-forms-container input[type=file]::file-selector-button {
  margin-right: 14px;
  padding: 8px 16px;
}

.form-container .umbraco-forms-container select {
  appearance: none;
}

.form-container .umbraco-forms-container select:not([multiple]) {
  padding-right: 70px;
  background-image: url("/copper/images/icons/form-select-arrow.svg");
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: top 50% right 30px;
}

.form-container .umbraco-forms-container select[multiple] {
  padding: 0;
}

.form-container .umbraco-forms-container select[multiple] option {
  padding: 10px 25px;
}

.form-container .umbraco-forms-label {
  font-weight: 700;
  font-size: var(--fontsize-default);
  margin-bottom: 10px;
}

.form-container .umbraco-forms-label:has(+ .umbraco-forms-tooltip) {
  margin-bottom: 0;
}

.form-container .umbraco-forms-tooltip {
  display: block;
  opacity: 0.75;
  margin-bottom: 10px;
}

.form-container .umbraco-forms-field-wrapper:has(input[type=checkbox]), .form-container .umbraco-forms-field-wrapper:has(input[type=radio]) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-container .umbraco-forms-field div label {
  max-width: calc(100% - 37px);
}

.form-container .field-validation-error {
  display: block;
  width: 100%;
  padding-left: 0 !important;
  margin-top: 5px;
}

.form-container .checkboxlist, .form-container .radiobuttonlist {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
  row-gap: 20px;
}

.form-container .checkboxlist label, .form-container .radiobuttonlist label {
  width: calc(100% - 37px);
}

.form-container .btn {
  background-color: var(--button-primary);
  font-family: var(--ubuntu);
  font-weight: 500;
  border-radius: 6px;
  color: white;
  border: none;
  cursor: pointer;
}

.form-container .btn:hover {
  background-color: var(--button-primary-hover);
}

.form-container .btn {
  padding: 16px 40px;
}

.form-container .btn.primary {
  padding: 16px 68px 16px 40px;
  background-image: url("/copper/images/icons/form-button-right-arrow.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: top 50% right 40px;
}

.feed-content {
  display: grid;
}

.feed-content-filters .generic-input {
  width: 100%;
}

.feed-content-filters .facet {
  position: relative;
}

.feed-content-filters .section {
  padding: 0px;
  position: absolute;
  z-index: 98;
  width: 100%;
}

.feed-content-filters .section .title {
  display: block;
  font-weight: 700;
  color: var(--typography-input);
}

.feed-content-filters .section .heading-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  padding: 15px 15px;
  border-width: 1px;
  border-style: solid;
}

.feed-content-filters .section .heading-button::after {
  content: url("/copper/images/icons/generic-input-chevron-down.svg");
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease-out;
}

.feed-content-filters .section .heading-button:focus {
  border: 2px solid;
}

.feed-content-filters .section .content {
  display: none;
  padding: 15px 15px 30px 15px;
  border-top: 1px solid #EBEBEB;
}

.feed-content-filters .section .content .field {
  margin-bottom: 15px;
}

.feed-content-filters .section .content .field:last-child {
  margin-bottom: 0;
}

.feed-content-filters .section .content .view-all {
  padding-left: 0;
  padding-right: 0;
}

.feed-content-filters .section.expanded {
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
}

.feed-content-filters .section.expanded .heading-button::after {
  transform: rotate(180deg);
}

.feed-content-filters .section.expanded .heading-button {
  background-color: #ffffff;
  border: none;
}

.feed-content-filters .section.expanded .content {
  display: block !important;
}

.feed-content-wrapper {
  width: 100%;
}

/*
.feed-content-wrapper .feed-posts-wrapper {
  display: grid;
  width: 100%;
  padding: 15px;
}
*/
.feed-content-wrapper .feed-posts-wrapper .pagination-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin: 20px 0px;
}

.feed-post.global {
  padding: 15px;
  box-shadow: 0px 0px 15px 5px var(--box-shadow);
  text-decoration: none;
  margin: 10px 0;
}

.feed-post.global .content .main-content p.description {
  line-height: 1.5;
  padding: 10px 0px;
}

.feed-post.global .content p.more {
  font-weight: 700;
}

.filter-title {
  font-weight: 600;
  padding: 0;
}

.spotlight-swiper-pagination {
  position: initial;
}

.accordion-body p {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}

.accordion-btn {
  font-size: 28px;
}

.border-black {
  border: solid 2px black;
  padding: 20px;
  border-radius: 4px;
}

.border-blue {
  border: solid 2px #4797f7;
  padding: 20px;
  border-radius: 4px;
}

.border-red {
  border: solid 2px #ff7277;
  padding: 20px;
  border-radius: 4px;
}

.border-orange {
  border: solid 2px #ff9c3e;
  padding: 20px;
  border-radius: 4px;
}

.border-cyan {
  border: solid 2px #35ffdc;
  padding: 20px;
  border-radius: 4px;
}

.spotlight-text p {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.card-body.noImage {
  margin-top: 0px !important;
}

@media (max-width: 575.98px) {
  div.MsoTableGrid,
  table.MsoTableGrid {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
div.MsoTableGrid > table, div.MsoTableGrid[class*=MsoTable],
table.MsoTableGrid > table,
table.MsoTableGrid[class*=MsoTable], table.MsoTableGrid {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  width: 100%;
  color: #212529;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5;
  border-color: #dee2e6;
}
div.MsoTableGrid > table > thead > tr, div.MsoTableGrid[class*=MsoTable] > thead > tr,
table.MsoTableGrid > table > thead > tr,
table.MsoTableGrid[class*=MsoTable] > thead > tr, table.MsoTableGrid > thead > tr,
div.MsoTableGrid > table > tbody > tr,
div.MsoTableGrid[class*=MsoTable] > tbody > tr,
table.MsoTableGrid > table > tbody > tr,
table.MsoTableGrid[class*=MsoTable] > tbody > tr,
table.MsoTableGrid > tbody > tr,
div.MsoTableGrid > table > tfoot > tr,
div.MsoTableGrid[class*=MsoTable] > tfoot > tr,
table.MsoTableGrid > table > tfoot > tr,
table.MsoTableGrid[class*=MsoTable] > tfoot > tr,
table.MsoTableGrid > tfoot > tr {
  background-color: transparent;
  border-top: 0;
}
div.MsoTableGrid > table > thead > tr > th, div.MsoTableGrid[class*=MsoTable] > thead > tr > th,
table.MsoTableGrid > table > thead > tr > th,
table.MsoTableGrid[class*=MsoTable] > thead > tr > th, table.MsoTableGrid > thead > tr > th,
div.MsoTableGrid > table > thead > tr > td,
div.MsoTableGrid[class*=MsoTable] > thead > tr > td,
table.MsoTableGrid > table > thead > tr > td,
table.MsoTableGrid[class*=MsoTable] > thead > tr > td,
table.MsoTableGrid > thead > tr > td,
div.MsoTableGrid > table > tbody > tr > th,
div.MsoTableGrid[class*=MsoTable] > tbody > tr > th,
table.MsoTableGrid > table > tbody > tr > th,
table.MsoTableGrid[class*=MsoTable] > tbody > tr > th,
table.MsoTableGrid > tbody > tr > th,
div.MsoTableGrid > table > tbody > tr > td,
div.MsoTableGrid[class*=MsoTable] > tbody > tr > td,
table.MsoTableGrid > table > tbody > tr > td,
table.MsoTableGrid[class*=MsoTable] > tbody > tr > td,
table.MsoTableGrid > tbody > tr > td,
div.MsoTableGrid > table > tfoot > tr > th,
div.MsoTableGrid[class*=MsoTable] > tfoot > tr > th,
table.MsoTableGrid > table > tfoot > tr > th,
table.MsoTableGrid[class*=MsoTable] > tfoot > tr > th,
table.MsoTableGrid > tfoot > tr > th,
div.MsoTableGrid > table > tfoot > tr > td,
div.MsoTableGrid[class*=MsoTable] > tfoot > tr > td,
table.MsoTableGrid > table > tfoot > tr > td,
table.MsoTableGrid[class*=MsoTable] > tfoot > tr > td,
table.MsoTableGrid > tfoot > tr > td {
  padding: 0.5rem 0.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}
div.MsoTableGrid > table > thead > tr > th p, div.MsoTableGrid[class*=MsoTable] > thead > tr > th p,
table.MsoTableGrid > table > thead > tr > th p,
table.MsoTableGrid[class*=MsoTable] > thead > tr > th p, table.MsoTableGrid > thead > tr > th p,
div.MsoTableGrid > table > thead > tr > th span,
div.MsoTableGrid[class*=MsoTable] > thead > tr > th span,
table.MsoTableGrid > table > thead > tr > th span,
table.MsoTableGrid[class*=MsoTable] > thead > tr > th span,
table.MsoTableGrid > thead > tr > th span,
div.MsoTableGrid > table > thead > tr > td p,
div.MsoTableGrid[class*=MsoTable] > thead > tr > td p,
table.MsoTableGrid > table > thead > tr > td p,
table.MsoTableGrid[class*=MsoTable] > thead > tr > td p,
table.MsoTableGrid > thead > tr > td p,
div.MsoTableGrid > table > thead > tr > td span,
div.MsoTableGrid[class*=MsoTable] > thead > tr > td span,
table.MsoTableGrid > table > thead > tr > td span,
table.MsoTableGrid[class*=MsoTable] > thead > tr > td span,
table.MsoTableGrid > thead > tr > td span,
div.MsoTableGrid > table > tbody > tr > th p,
div.MsoTableGrid[class*=MsoTable] > tbody > tr > th p,
table.MsoTableGrid > table > tbody > tr > th p,
table.MsoTableGrid[class*=MsoTable] > tbody > tr > th p,
table.MsoTableGrid > tbody > tr > th p,
div.MsoTableGrid > table > tbody > tr > th span,
div.MsoTableGrid[class*=MsoTable] > tbody > tr > th span,
table.MsoTableGrid > table > tbody > tr > th span,
table.MsoTableGrid[class*=MsoTable] > tbody > tr > th span,
table.MsoTableGrid > tbody > tr > th span,
div.MsoTableGrid > table > tbody > tr > td p,
div.MsoTableGrid[class*=MsoTable] > tbody > tr > td p,
table.MsoTableGrid > table > tbody > tr > td p,
table.MsoTableGrid[class*=MsoTable] > tbody > tr > td p,
table.MsoTableGrid > tbody > tr > td p,
div.MsoTableGrid > table > tbody > tr > td span,
div.MsoTableGrid[class*=MsoTable] > tbody > tr > td span,
table.MsoTableGrid > table > tbody > tr > td span,
table.MsoTableGrid[class*=MsoTable] > tbody > tr > td span,
table.MsoTableGrid > tbody > tr > td span,
div.MsoTableGrid > table > tfoot > tr > th p,
div.MsoTableGrid[class*=MsoTable] > tfoot > tr > th p,
table.MsoTableGrid > table > tfoot > tr > th p,
table.MsoTableGrid[class*=MsoTable] > tfoot > tr > th p,
table.MsoTableGrid > tfoot > tr > th p,
div.MsoTableGrid > table > tfoot > tr > th span,
div.MsoTableGrid[class*=MsoTable] > tfoot > tr > th span,
table.MsoTableGrid > table > tfoot > tr > th span,
table.MsoTableGrid[class*=MsoTable] > tfoot > tr > th span,
table.MsoTableGrid > tfoot > tr > th span,
div.MsoTableGrid > table > tfoot > tr > td p,
div.MsoTableGrid[class*=MsoTable] > tfoot > tr > td p,
table.MsoTableGrid > table > tfoot > tr > td p,
table.MsoTableGrid[class*=MsoTable] > tfoot > tr > td p,
table.MsoTableGrid > tfoot > tr > td p,
div.MsoTableGrid > table > tfoot > tr > td span,
div.MsoTableGrid[class*=MsoTable] > tfoot > tr > td span,
table.MsoTableGrid > table > tfoot > tr > td span,
table.MsoTableGrid[class*=MsoTable] > tfoot > tr > td span,
table.MsoTableGrid > tfoot > tr > td span {
  margin: 0;
  padding: 0;
}
div.MsoTableGrid > table > thead, div.MsoTableGrid[class*=MsoTable] > thead,
table.MsoTableGrid > table > thead,
table.MsoTableGrid[class*=MsoTable] > thead, table.MsoTableGrid > thead {
  vertical-align: bottom;
}
div.MsoTableGrid > table > thead > tr > th, div.MsoTableGrid[class*=MsoTable] > thead > tr > th,
table.MsoTableGrid > table > thead > tr > th,
table.MsoTableGrid[class*=MsoTable] > thead > tr > th, table.MsoTableGrid > thead > tr > th {
  font-weight: 600;
  border-bottom-width: calc(1px * 2);
}
div.MsoTableGrid > table > tbody > tr:nth-of-type(odd) > *, div.MsoTableGrid[class*=MsoTable] > tbody > tr:nth-of-type(odd) > *,
table.MsoTableGrid > table > tbody > tr:nth-of-type(odd) > *, table.MsoTableGrid > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(0, 0, 0, 0.05);
  color: #212529;
}
div.MsoTableGrid > table > tfoot > tr > td, div.MsoTableGrid[class*=MsoTable] > tfoot > tr > td,
table.MsoTableGrid > table > tfoot > tr > td,
table.MsoTableGrid[class*=MsoTable] > tfoot > tr > td, table.MsoTableGrid > tfoot > tr > td {
  font-size: 0.875em;
  color: #6c757d;
}

table.MsoTableGrid td p[class^=Mso],
table.MsoTableGrid td p[class*=" Mso"],
table.MsoTableGrid td span[class^=Mso],
table.MsoTableGrid td span[class*=" Mso"],
table.MsoTableGrid th p[class^=Mso],
table.MsoTableGrid th p[class*=" Mso"],
table.MsoTableGrid th span[class^=Mso],
table.MsoTableGrid th span[class*=" Mso"],
div.MsoTableGrid table td p[class^=Mso],
div.MsoTableGrid table td p[class*=" Mso"],
div.MsoTableGrid table td span[class^=Mso],
div.MsoTableGrid table td span[class*=" Mso"],
div.MsoTableGrid table th p[class^=Mso],
div.MsoTableGrid table th p[class*=" Mso"],
div.MsoTableGrid table th span[class^=Mso],
div.MsoTableGrid table th span[class*=" Mso"] {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.coursePagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 50px;
  gap: 5px;
  text-align: center;
}

.course-search-pagination {
  display: block;
}

.coursePaginationList {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.coursePagination button, .pagination .dots, .pagination a {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  height: 44px;
  border: 1px solid #F0EFF0;
  background-color: #007BD5;
  color: var(--typography-dark-background);
  text-decoration: none;
}

.coursePagination button i, .pagination .dots i, .pagination a i {
  font-size: var(--fontsize-small);
}

.coursePagination button:hover, .pagination a:hover {
  background-color: rgba(0, 123, 213, 0.75);
}

.coursePagination button:disabled, .pagination button.disabled, .pagination a:disabled, .pagination a.disabled {
  cursor: not-allowed;
  color: rgba(224, 208, 208, 0.7137254902);
}

.coursePagination button:disabled:hover, .pagination button.disabled:hover, .pagination a:disabled:hover, .pagination a.disabled:hover {
  background-color: rgba(0, 123, 213, 0.75);
}

.coursePagination button.selected, .pagination a.selected {
  color: white;
  background-color: rgba(0, 123, 213, 0.75);
}

@media only screen and (max-width: 479px) {
  .coursePagination {
    gap: 2px;
  }
  .coursePagination button, .pagination .dots {
    padding: 0 9px;
    height: 38px;
  }
  .coursePagination button i, .pagination .dots i {
    font-size: 0.625rem;
  }
}
.coursePagination ul {
  list-style-type: none !important;
}

.coursePagination li {
  float: left !important;
  height: 5px !important;
  line-height: 5px !important;
}
.coursePagination li.active a.btn {
  background: #000;
  color: #fff;
}

.coursePagination li a {
  margin-top: 2px !important;
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 5px !important;
  /*height: 5px !important;*/
}
.coursePagination li a.btn {
  padding: 10px;
  margin: 2px;
}

/*------------------override for free privacy--------------*/
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
  background: #35ffdc !important;
  color: #000;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-close:active, .freeprivacypolicy-com---palette-dark .cc-pc-head-close:focus {
  border: 2px solid #35ffdc !important;
}

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