@charset "UTF-8";
/**
 * Main Stylesheet
 *
 * This is the main entry point for all SCSS styles.
 * Compile this file to assets/css/main.css
 *
 * @package CGES
 * @since 1.0.0
 */
/**
 * SCSS Variables
 *
 * @package CGES
 * @since 1.0.0
 */
/**
 * SCSS Mixins
 *
 * @package CGES
 * @since 1.0.0
 */
/**
 * SCSS Functions
 *
 * @package CGES
 * @since 1.0.0
 */
/**
 * Custom Font Declarations
 *
 * Add your @font-face declarations here for fonts placed in assets/fonts/
 *
 * @package CGES
 * @since 1.0.0
 */
@font-face {
  font-family: "FinalSix";
  src: url("../fonts/fonnts.com-FinalSix_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinalSix";
  src: url("../fonts/fonnts.com-FinalSix_Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinalSix";
  src: url("../fonts/fonnts.com-FinalSix_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FinalSix";
  src: url("../fonts/fonnts.com-FinalSix_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Reset & Normalize Styles
 *
 * @package CGES
 * @since 1.0.0
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  color: #231F20;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

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

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Typography Styles
 *
 * @package CGES
 * @since 1.0.0
 */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.35;
  color: #231F20;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "FinalSix", sans-serif;
  margin: 0;
  color: #231F20;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.75rem;
  }
}

h1.single-project__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.375rem;
  }
}

h2.wp-block-heading {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.section__title,
.struktura-elektrana h2,
.block-50\/50__text h2 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 768px) {
  .section__title,
  .struktura-elektrana h2,
  .block-50\/50__text h2 {
    font-size: 2.25rem;
  }
}

.block-50\/50__text h2,
.struktura-elektrana h2 {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .block-50\/50__text h2,
  .struktura-elektrana h2 {
    margin-bottom: 2rem;
  }
}

h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

h1.homepage-hero {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  h1.homepage-hero {
    font-size: 3.75rem;
  }
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem 0;
  text-align: justify !important;
}

a {
  color: #0095DA;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: underline;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

code, kbd, samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}

pre {
  font-family: "Courier New", Courier, monospace;
  overflow-x: auto;
  background-color: #F3F3F3;
  padding: 1rem;
  border-radius: 8px;
}

blockquote {
  margin: 0;
  padding-left: 1.5rem;
  border-left: 4px solid #0095DA;
  font-style: italic;
  color: #0095DA;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  font-style: normal;
}
@media (min-width: 768px) {
  blockquote {
    line-height: 135%;
  }
}

ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.25rem;
}

/**
 * Base Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

.container-compact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.container-timeline {
  max-width: 1312px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 0;
  width: 100%;
  position: relative;
}
@media (min-width: 1600px) {
  .container-timeline {
    max-width: 1500px;
  }
}

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #0095DA;
  color: #F3F3F3;
  padding: 0.5rem 1rem;
  text-decoration: none;
  z-index: 1060;
}
.skip-link:focus {
  top: 0;
}

/**
 * Grid System
 *
 * @package CGES
 * @since 1.0.0
 */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 1rem;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 1rem;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1rem;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 1rem;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 1rem;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 1rem;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 1rem;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 1rem;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding: 0 1rem;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 1rem;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 1rem;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem;
}

/**
 * Header Styles
 *
 * @package CGES
 * @since 1.0.0
 */
body {
  padding-top: var(--header-height, 4.8rem);
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

html.menu-open {
  overflow: hidden;
  height: 100%;
}

body.menu-open html {
  margin-top: 0 !important;
}

.site-header,
#masthead {
  border-bottom: none;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 992px) {
  .site-header,
  #masthead {
    padding: 1.25rem 0;
  }
}

.site-header--color {
  background-color: #002741;
}

.site-header--white {
  color: #FFFFFF;
}

.site-header--white {
  background-color: #FFFFFF;
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-title {
  font-size: 1.5rem;
  margin: 0;
}
.site-title a {
  color: #231F20;
  text-decoration: none;
}
.site-title a:hover {
  color: #0095DA;
  text-decoration: none;
}

.site-description {
  margin: 0;
  font-size: 14px;
  color: #9A9999;
}

.custom-logo {
  max-height: 60px;
  max-width: 140px;
  width: auto;
}
@media (min-width: 992px) {
  .custom-logo {
    max-height: 80px;
    max-width: 100%;
  }
}

.language-switcher {
  display: none;
  border-radius: 3.125rem;
  padding: 0.125rem;
  gap: 0;
  border: 1px solid;
  -webkit-transition: margin-right 0.3s ease;
  transition: margin-right 0.3s ease;
}
@media (max-width: 991px) {
  .language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 9.375rem;
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(1.25rem);
            transform: translateX(-50%) translateY(1.25rem);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, visibility 0s 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
  }
  body.menu-open .language-switcher {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    -webkit-transition: opacity 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, visibility 0s 0s;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
  }
}
@media (min-width: 992px) {
  .language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 9.375rem;
    margin-right: 1rem;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.language-switcher--white {
  background-color: rgba(0, 149, 218, 0.15);
  border-color: #0095DA;
}
.language-switcher--color {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #F3F3F3;
}
@media (min-width: 992px) {
  .site-header__actions.search-open .language-switcher {
    margin-right: 15.625rem;
  }
}

.language-switcher__item {
  background: transparent;
  border: none;
  padding: 0.375rem 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #002741;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.language-switcher__item--white {
  color: #231F20;
}
.language-switcher__item--white--active {
  background-color: #0095DA;
  color: #FFFFFF;
}
.language-switcher__item--color {
  color: #F3F3F3;
}
.language-switcher__item--color--active {
  background-color: #FFFFFF;
  color: #002741;
}
.language-switcher__item:hover:not(.language-switcher__item--active) {
  opacity: 0.8;
}
.language-switcher__item:focus {
  outline: 1px solid #F3F3F3;
  outline-offset: 1px;
}

.search-wrapper {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-right: 2.5rem;
  overflow: visible;
  width: 18.75rem;
}
@media (max-width: 991px) {
  .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 6.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-1.25rem);
            transform: translateX(-50%) translateY(-1.25rem);
    z-index: 1001;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, visibility 0s 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
    background-color: transparent;
    width: 18.75rem;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.menu-open .search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    -webkit-transition: opacity 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, visibility 0s 0s;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
  }
}
@media (min-width: 992px) {
  .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin-right: 2.5rem;
    width: auto;
  }
}

.search-form {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  width: 18.75rem;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
  margin-right: -2px;
}
@media (max-width: 991px) {
  .search-form {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    pointer-events: auto;
    width: calc(100vw - 6.25rem);
    max-width: 18.75rem;
    position: relative;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media (min-width: 992px) {
  .search-form {
    margin-right: 0;
    height: 3.125rem;
  }
}
.search-form--open, .search-wrapper[data-search-open=true] .search-form {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  pointer-events: auto;
}
.search-form__field {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  border: 1px solid;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px) saturate(100%);
  border: 1px solid #FFFFFF;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  margin-right: -2px;
}
@media (min-width: 992px) {
  .search-form__field {
    border: 1px solid;
    border-top-left-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    margin-right: 0;
    background-color: unset;
    backdrop-filter: unset;
  }
}
.search-form__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-form__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-form__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-form__field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-form__field::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-form__field:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #CBCBCB;
}
.search-form__field--white {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .search-form__field--white {
    color: #002741;
  }
}
.search-form__field--color {
  color: #FFFFFF;
  border-color: #F3F3F3;
}
.search-form__field--color:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #F3F3F3;
}

.search-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: transparent;
  border-left: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #F3F3F3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: flex;
}
@media (min-width: 992px) {
  .search-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
}
.search-toggle:hover, .search-toggle:focus {
  outline: none;
}
.search-toggle--white {
  background: #002741;
  border-left: none;
}
@media (min-width: 992px) {
  .search-toggle--white {
    background: #FFFFFF;
    border: none;
  }
}
.search-toggle--white img,
.search-toggle--white .search-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(1);
          filter: brightness(0) saturate(100%) invert(1);
}
@media (min-width: 992px) {
  .search-toggle--white img,
  .search-toggle--white .search-icon {
    -webkit-filter: none;
            filter: none;
  }
}
.search-toggle--color {
  background-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px) saturate(100%);
}

.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}
@media (min-width: 992px) {
  .menu-toggle {
    width: 2.5rem;
    height: 1.875rem;
  }
}
.menu-toggle__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.menu-toggle__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2rem;
  height: 1.25rem;
  position: relative;
}
@media (min-width: 992px) {
  .menu-toggle__icon {
    width: 100%;
    height: 100%;
  }
}
.menu-toggle__line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  left: 0;
}
.menu-toggle__line--white {
  background: #FFFFFF;
}
.menu-toggle__line--color {
  background: #002741;
}
.menu-toggle__line:nth-child(1) {
  top: 0;
}
.menu-toggle__line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-toggle__line:nth-child(3) {
  bottom: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
}
.menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}

.primary-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.primary-menu-container .search-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: static;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  padding: 1.25rem 1rem;
}
.primary-menu-container .primary-menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.primary-menu-container .language-switcher {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: static;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  padding: 1.25rem 1rem;
}
@media (min-width: 992px) {
  .primary-menu-container {
    display: block;
  }
  .primary-menu-container .search-wrapper {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .primary-menu-container .primary-menu {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .primary-menu-container .language-switcher {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 4.8rem;
  left: 0;
  width: 100vw;
  height: calc(100vh - 4.8rem);
  max-height: calc(100vh - 4.8rem);
  background-color: #002741;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 130;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
  pointer-events: none;
}
@media (min-width: 992px) {
  .primary-menu {
    top: 7.6rem;
  }
}
.primary-menu.menu-open {
  position: fixed;
  top: 4.8rem;
  left: 0;
  width: 100vw;
  height: calc(100vh - 4.8rem);
  max-height: calc(100vh - 4.8rem);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  .primary-menu.menu-open {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    top: 6rem;
    height: calc(100vh - 6rem);
    max-height: calc(100vh - 6rem);
  }
}
@media (min-width: 1200px) {
  .primary-menu.menu-open {
    padding-top: 5rem;
  }
}
@media (min-width: 1600px) {
  .primary-menu.menu-open {
    padding-top: 7.5rem;
  }
}
.primary-menu li {
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
  text-align: left;
  line-height: 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.primary-menu li:last-child {
  border-bottom: none;
}
.primary-menu li .sub-menu li,
.primary-menu li .children li {
  border-bottom: none;
}
.primary-menu li.has-children .menu-item-toggle {
  position: absolute !important;
  right: 0 !important;
  top: 1rem !important;
  -webkit-transform: none !important;
          transform: none !important;
  will-change: transform;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  color: #FFFFFF !important;
}
@media (min-width: 992px) {
  .primary-menu li {
    margin-bottom: 2rem;
    padding: 0;
    border-bottom: none;
  }
}
.primary-menu li .sub-menu-container {
  display: none;
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 1000;
}
@media (min-width: 992px) {
  .primary-menu li .sub-menu-container {
    top: 0;
    left: 26%;
  }
}
@media (max-width: 991px) {
  .primary-menu li .sub-menu-container {
    position: static;
    display: block;
    width: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .primary-menu li .sub-menu-container.submenu-open {
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
  }
  .primary-menu li .sub-menu-container.submenu-open .sub-menu,
  .primary-menu li .sub-menu-container.submenu-open .children {
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.primary-menu li .sub-menu-container .sub-menu,
.primary-menu li .sub-menu-container .children {
  display: block;
  list-style: none;
  margin: 0;
  border: none;
  padding: 0.625rem 0;
  background-color: transparent;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (min-width: 992px) {
  .primary-menu li .sub-menu-container .sub-menu,
  .primary-menu li .sub-menu-container .children {
    padding: 0;
    padding-right: 0;
    padding-left: 3.4375rem;
    background-color: #002741;
    min-width: 12.5rem;
    border-left: 1px solid #CBCBCB;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    height: 60vh;
  }
}
.primary-menu li .sub-menu-container .sub-menu .sub-menu-container,
.primary-menu li .sub-menu-container .children .sub-menu-container {
  margin-left: 0;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .primary-menu li .sub-menu-container .sub-menu .sub-menu-container,
  .primary-menu li .sub-menu-container .children .sub-menu-container {
    margin-left: 5.125rem;
    top: -470%;
    left: 254px;
  }
}
.primary-menu li .sub-menu-container .sub-menu .sub-menu-container li,
.primary-menu li .sub-menu-container .children .sub-menu-container li {
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  .primary-menu li .sub-menu-container .sub-menu .sub-menu-container li,
  .primary-menu li .sub-menu-container .children .sub-menu-container li {
    margin-right: 3.4375rem !important;
  }
}
@media (min-width: 992px) {
  .primary-menu li:hover > .sub-menu-container, .primary-menu li:hover > .sub-menu, .primary-menu li:hover > .children {
    display: block;
  }
}
.primary-menu li.submenu-open > .sub-menu-container {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
}
.primary-menu li.submenu-open > .sub-menu-container .sub-menu,
.primary-menu li.submenu-open > .sub-menu-container .children {
  max-height: none;
  opacity: 1;
  visibility: visible;
}
.primary-menu li.submenu-open > .sub-menu, .primary-menu li.submenu-open > .children {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
}
.primary-menu .menu-item-toggle {
  display: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #F3F3F3;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: transform;
}
@media (max-width: 991px) {
  .primary-menu .menu-item-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute !important;
    right: 1rem !important;
    top: 1rem !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease !important;
    transition: color 0.3s ease, -webkit-transform 0.3s ease !important;
    transition: transform 0.3s ease, color 0.3s ease !important;
    transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease !important;
    color: #FFFFFF !important;
  }
}
.primary-menu .menu-item-toggle svg {
  width: 0.75rem;
  height: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.primary-menu .menu-item-toggle[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991px) {
  .primary-menu .menu-item-toggle[aria-expanded=true] {
    position: absolute !important;
    right: 1rem !important;
    top: 1rem !important;
    -webkit-transform: none !important;
            transform: none !important;
    color: #FFFFFF !important;
  }
  .primary-menu .menu-item-toggle[aria-expanded=true] svg {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
}
@media (max-width: 991px) {
  .sub-menu li .primary-menu .menu-item-toggle svg, .children li .primary-menu .menu-item-toggle svg, .sub-menu .sub-menu li .primary-menu .menu-item-toggle svg, .children .children li .primary-menu .menu-item-toggle svg {
    display: none !important;
  }
}
.primary-menu .menu-item-toggle:hover, .primary-menu .menu-item-toggle:focus {
  color: #0095DA;
  outline: none;
}
@media (max-width: 991px) {
  .primary-menu .menu-item-toggle:hover, .primary-menu .menu-item-toggle:focus {
    color: #FFFFFF !important;
  }
}
@media (max-width: 991px) {
  .primary-menu .has-children > a {
    padding-right: 3.125rem;
  }
}
.primary-menu a {
  display: block;
  padding: 1.25rem 0;
  color: #F3F3F3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .primary-menu a {
    padding: 1.25rem 1rem;
    font-size: 1.25rem;
  }
}
.primary-menu a:hover, .primary-menu a:focus {
  color: #0095DA;
}
.primary-menu .current-menu-item > a {
  color: #0095DA;
  font-weight: 600;
}
.primary-menu .sub-menu li,
.primary-menu .children li {
  margin: 0;
  margin-left: 0;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .primary-menu .sub-menu li,
  .primary-menu .children li {
    padding-left: 1rem;
    font-size: 1rem;
  }
  .primary-menu .sub-menu li.has-children .menu-item-toggle,
  .primary-menu .children li.has-children .menu-item-toggle {
    position: absolute !important;
    right: 0 !important;
    top: 0.5rem !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease !important;
    transition: color 0.3s ease, -webkit-transform 0.3s ease !important;
    transition: transform 0.3s ease, color 0.3s ease !important;
    transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease !important;
    will-change: transform;
    color: #FFFFFF !important;
  }
  .primary-menu .sub-menu li.has-children .menu-item-toggle svg,
  .primary-menu .children li.has-children .menu-item-toggle svg {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .primary-menu .sub-menu li,
  .primary-menu .children li {
    margin-bottom: 2rem;
  }
  .primary-menu .sub-menu li .sub-menu li,
  .primary-menu .sub-menu li .children li,
  .primary-menu .children li .sub-menu li,
  .primary-menu .children li .children li {
    margin-bottom: 2rem;
  }
}
.primary-menu .sub-menu li:last-child,
.primary-menu .children li:last-child {
  margin-bottom: 0;
}
.primary-menu .sub-menu li a,
.primary-menu .children li a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
  white-space: nowrap;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .primary-menu .sub-menu li a,
  .primary-menu .children li a {
    font-size: 1rem;
  }
}
.primary-menu .sub-menu li a::before,
.primary-menu .children li a::before {
  content: "•";
  position: absolute;
  left: 0.75rem;
  color: #F3F3F3;
}
.primary-menu .sub-menu li a .menu-item-grandchild-indicator,
.primary-menu .children li a .menu-item-grandchild-indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.25rem;
  color: #F3F3F3;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.primary-menu .sub-menu li a .menu-item-grandchild-indicator svg,
.primary-menu .children li a .menu-item-grandchild-indicator svg {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.primary-menu .sub-menu li a .menu-item-grandchild-indicator .icon-plus,
.primary-menu .children li a .menu-item-grandchild-indicator .icon-plus {
  width: 1rem;
  height: 1rem;
  opacity: 1;
}
.primary-menu .sub-menu li a .menu-item-grandchild-indicator .icon-minus,
.primary-menu .children li a .menu-item-grandchild-indicator .icon-minus {
  width: 1rem;
  height: 0.125rem;
  opacity: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .primary-menu .sub-menu li a .menu-item-grandchild-indicator,
  .primary-menu .children li a .menu-item-grandchild-indicator {
    margin-left: 0.375rem;
    opacity: 0.6;
  }
}
.primary-menu .sub-menu li.has-children:hover > a .menu-item-grandchild-indicator,
.primary-menu .children li.has-children:hover > a .menu-item-grandchild-indicator {
  opacity: 1;
}
.primary-menu .sub-menu li.has-children:hover > a .menu-item-grandchild-indicator .icon-plus,
.primary-menu .children li.has-children:hover > a .menu-item-grandchild-indicator .icon-plus {
  opacity: 0;
}
.primary-menu .sub-menu li.has-children:hover > a .menu-item-grandchild-indicator .icon-minus,
.primary-menu .children li.has-children:hover > a .menu-item-grandchild-indicator .icon-minus {
  opacity: 1;
}
.primary-menu .sub-menu li.submenu-open > a .menu-item-grandchild-indicator .icon-plus,
.primary-menu .children li.submenu-open > a .menu-item-grandchild-indicator .icon-plus {
  opacity: 0;
}
.primary-menu .sub-menu li.submenu-open > a .menu-item-grandchild-indicator .icon-minus,
.primary-menu .children li.submenu-open > a .menu-item-grandchild-indicator .icon-minus {
  opacity: 1;
}
@media (max-width: 991px) {
  .primary-menu .sub-menu li .sub-menu li,
  .primary-menu .sub-menu li .children li,
  .primary-menu .children li .sub-menu li,
  .primary-menu .children li .children li {
    margin-bottom: 0;
  }
  .primary-menu .sub-menu li .sub-menu li a,
  .primary-menu .sub-menu li .children li a,
  .primary-menu .children li .sub-menu li a,
  .primary-menu .children li .children li a {
    color: rgba(255, 255, 255, 0.5);
  }
  .primary-menu .sub-menu li .sub-menu li a::before,
  .primary-menu .sub-menu li .children li a::before,
  .primary-menu .children li .sub-menu li a::before,
  .primary-menu .children li .children li a::before {
    display: none;
  }
  .primary-menu .sub-menu li .sub-menu li.has-children .menu-item-toggle svg,
  .primary-menu .sub-menu li .children li.has-children .menu-item-toggle svg,
  .primary-menu .children li .sub-menu li.has-children .menu-item-toggle svg,
  .primary-menu .children li .children li.has-children .menu-item-toggle svg {
    display: none !important;
  }
}
.primary-menu .sub-menu-container li {
  margin-right: 3.4375rem !important;
}
.primary-menu .sub-menu-container .sub-menu li {
  margin-right: 3.4375rem !important;
}

.menu-language-switcher-container {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .menu-language-switcher-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(1.25rem);
            transform: translateX(-50%) translateY(1.25rem);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, visibility 0s 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, visibility 0s 0s, -webkit-transform 0.2s ease 0s;
    margin-left: 0;
  }
  body.menu-open .menu-language-switcher-container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    -webkit-transition: opacity 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, visibility 0s 0s;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s, visibility 0s 0s, -webkit-transform 0.3s ease 0.3s;
  }
}
@media (min-width: 992px) {
  .menu-language-switcher-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 1rem;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
  }
  .site-header__actions.search-open .menu-language-switcher-container {
    margin-right: 15.625rem;
  }
}
@media (min-width: 992px) {
  .site-header__actions.search-open .menu-language-switcher-container {
    margin-right: 15.625rem;
  }
}

.language-switcher-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  border-radius: 3.125rem;
  padding: 0.125rem;
  border: 1px solid;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: #FFFFFF;
  width: auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  overflow: visible;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .language-switcher-menu {
    border-color: #0095DA;
    background-color: rgba(0, 149, 218, 0.15);
  }
}
.site-header--color .language-switcher-menu {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #F3F3F3;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.language-switcher-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: auto;
  min-width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 992px) {
  .language-switcher-menu li {
    min-width: 70px;
  }
}
.language-switcher-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .language-switcher-menu li a {
    padding: 0.75rem 0.75rem;
    color: #002741;
  }
}
.site-header--color .language-switcher-menu li a {
  color: #F3F3F3;
}
.language-switcher-menu li a:hover, .language-switcher-menu li a:focus {
  opacity: 0.8;
  outline: none;
}
.language-switcher-menu li a span {
  display: inline-block;
}
.language-switcher-menu li.current-language-menu-item a {
  background-color: #FFFFFF;
  color: #002741;
}
@media (min-width: 992px) {
  .language-switcher-menu li.current-language-menu-item a {
    background-color: #0095DA;
    color: #FFFFFF;
  }
}
.site-header--color .language-switcher-menu li.current-language-menu-item a {
  background-color: #FFFFFF;
  color: #002741;
}
.language-switcher-menu li.current-language-menu-item a:hover, .language-switcher-menu li.current-language-menu-item a:focus {
  opacity: 1;
}
.language-switcher-menu .trp-ls-language-name {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .to-hide a {
    display: none !important;
  }
}

.site-footer {
  margin-top: auto;
}

.footer-main {
  background-color: #002741;
  color: #FFFFFF;
  padding: 64px 0;
}
.footer-main .container {
  margin: 0 auto;
  padding: 0 16px;
}
.footer-main .footer-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .footer-main .footer-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer-main .footer-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  .footer-main .footer-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.footer-main .footer-left {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer-main .footer-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-main .footer-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .footer-main .footer-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-branding {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1200px) {
  .footer-branding {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (max-width: 768px) {
  .footer-branding {
    border-bottom: 1px solid white;
    padding-bottom: 32px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer-branding .footer-logo {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer-branding .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-branding .footer-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .footer-branding .footer-logo img {
    max-width: 235px;
  }
}
.footer-branding .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer-branding .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-branding .footer-social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  color: #002741;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-branding .footer-social .social-icon:hover {
  background-color: #002741;
  color: #FFFFFF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.footer-branding .footer-social .social-icon svg {
  width: 20px;
  height: 20px;
}

.footer-links .footer-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #FFFFFF;
  margin-top: 0;
}
.footer-links .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links .footer-menu li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
}
.footer-links .footer-menu li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FFFFFF;
}
.footer-links .footer-menu li a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.footer-links .footer-menu li a:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

@media (max-width: 576px) {
  .footer-map {
    width: 100%;
  }
}
.footer-map .map-container {
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 272px;
  height: 272px;
}
@media (max-width: 576px) {
  .footer-map .map-container {
    width: 100%;
    height: 217px;
  }
}
.footer-map .map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  width: 397px;
}
@media (max-width: 576px) {
  .footer-contact {
    width: 100%;
  }
}
.footer-contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  border: 1px solid rgb(255, 255, 255);
  max-width: 397px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .footer-contact .contact-item {
    max-width: 100%;
    padding: 16px;
  }
}
.footer-contact .contact-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}
.footer-contact .contact-item .contact-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.footer-contact .contact-item .contact-icon svg {
  width: 20px;
  height: 20px;
}
.footer-contact .contact-item .contact-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer-contact .contact-item .contact-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
}
.footer-contact .contact-item .contact-text p:first-child {
  font-weight: 500;
}
.footer-contact .contact-item .contact-text p a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-contact .contact-item .contact-text p a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.footer-bottom {
  background-color: #F3F3F3;
  padding: 24px 0;
}
.footer-bottom .footer-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer-bottom .footer-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.footer-bottom .footer-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-bottom .footer-partners img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-bottom .footer-partners img:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .footer-bottom .footer-partners {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.footer-bottom .footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom .footer-legal a {
  color: #9A9999;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-bottom .footer-legal a:hover {
  color: #002741;
}
.footer-bottom .footer-legal a:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ccc;
  margin-left: 24px;
}
@media (max-width: 576px) {
  .footer-bottom .footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .footer-bottom .footer-legal a:not(:last-child):after {
    display: none;
  }
}

/**
 * Button Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border-radius: 6.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
.btn:hover::before {
  left: 100%;
}
.btn__text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn__icon img,
.btn__icon svg {
  -o-object-fit: contain;
     object-fit: contain;
}
.btn--white {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #F3F3F3;
  color: #F3F3F3;
}
.btn--white:hover .btn__text {
  color: #F3F3F3;
}
.btn--blue {
  background: #0095DA;
  border: 1px solid #0095DA;
  color: white;
}
.btn--blue:hover .btn__text {
  color: white;
}
.btn--blue-outline {
  background: #FFFFFF;
  border: 1px solid #0095DA;
  color: #0095DA;
}
.btn--blue-outline:hover {
  background: #FFFFFF;
}
.btn--blue-outline:hover .btn__text {
  color: #0095DA;
}
.btn--fullwidth {
  width: 100%;
}

/**
 * Card Component Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.stats-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  border-radius: 5px;
  border: 2px solid;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  .stats-box {
    gap: 1rem;
  }
}
.stats-box__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: currentColor;
}
@media (min-width: 1200px) {
  .stats-box__icon {
    width: 5rem;
    height: 5rem;
  }
}
.stats-box__icon svg {
  width: 100%;
  height: 100%;
}
.stats-box__divider {
  width: 1px;
  height: 3.875rem;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1200px) {
  .stats-box__divider {
    height: 6.25rem;
  }
}
.stats-box__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.25rem;
}
.stats-box__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stats-box__value {
  font-weight: 700;
  line-height: 1;
  color: currentColor;
  font-size: 2.25rem;
}
@media (min-width: 1200px) {
  .stats-box__value {
    font-size: 3.125rem;
  }
}
.stats-box__unit {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: currentColor;
}
.stats-box__label {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #9A9999;
  max-width: 13.125rem;
}
@media (min-width: 1200px) {
  .stats-box__label {
    font-size: 1.125rem;
  }
}
.stats-box--blue {
  border-color: #0095DA;
  background-color: rgba(0, 149, 218, 0.08);
  color: #0095DA;
}
.stats-box--green {
  border-color: #00DAB2;
  background-color: rgba(0, 218, 178, 0.08);
  color: #00DAB2;
}
.stats-box--orange {
  border-color: #DA4500;
  background-color: rgba(218, 69, 0, 0.08);
  color: #DA4500;
}

.global-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .global-card-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.global-card-item--card {
  padding: 0;
  gap: 0;
  background: white;
  border-radius: 4px;
  overflow: hidden;
}
.global-card-item__image-wrapper {
  display: block;
  width: 100%;
  height: 273px;
}
@media (min-width: 1200px) {
  .global-card-item__image-wrapper {
    height: 300px;
  }
}
.global-card-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-card-item__video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.global-card-item__video-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity all 0.3s ease;
  transition: opacity all 0.3s ease;
}
.global-card-item__video-link:hover {
  opacity: 0.9;
}
.global-card-item__video-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0095DA;
  opacity: 0.5;
  z-index: 1;
}
.global-card-item__video-link .global-card-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
.global-card-item__video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.global-card-item__video-play-icon img {
  width: 3.5rem;
  height: 3.5rem;
}
.global-card-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .global-card-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
.global-card-item__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2rem;
  border-bottom: 3px solid #0095DA;
  background: #F3F3F3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.global-card-item__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 1200px) {
  .global-card-item__title {
    font-size: 1.375rem;
  }
}
.global-card-item__title a {
  color: #002741;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-card-item__title a:hover {
  color: #0095DA;
}
.global-card-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #9A9999;
  font-weight: 600;
  font-size: 1rem;
  margin-top: auto;
}
.global-card-item__date {
  line-height: 1;
}

.team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.5rem;
  border-radius: 5px;
  background: rgba(0, 149, 218, 0.1);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-card:hover {
  background: rgba(0, 149, 218, 0.2);
}
.team-card img {
  border-radius: 5px;
  overflow: hidden;
}
.team-card__position {
  font-style: italic;
  color: #0095DA;
}
.team-card p {
  margin: 0;
}
.team-card hr {
  margin: 0;
}
.team-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.team-card__content .btn {
  margin-top: auto;
}
.team-card__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  color: #002741;
}
.team-card__email svg {
  width: 1.5rem;
}

/**
 * Form Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #231F20;
}

.form-control {
  width: 100%;
  padding: 0.5rem 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #231F20;
  background-color: #F3F3F3;
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:focus {
  outline: none;
  border-color: #0095DA;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 149, 218, 0.1);
          box-shadow: 0 0 0 3px rgba(0, 149, 218, 0.1);
}
.form-control::-webkit-input-placeholder {
  color: #9A9999;
}
.form-control::-moz-placeholder {
  color: #9A9999;
}
.form-control:-ms-input-placeholder {
  color: #9A9999;
}
.form-control::-ms-input-placeholder {
  color: #9A9999;
}
.form-control::placeholder {
  color: #9A9999;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}

.form-check-input {
  margin-right: 0.5rem;
}

.form-check-label {
  margin-bottom: 0;
}

.form-error {
  color: #DA4500;
  font-size: 14px;
  margin-top: 0.25rem;
}

/**
 * Navigation Component Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.post-navigation,
.comments-navigation {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.nav-previous,
.nav-next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}

.nav-next {
  text-align: right;
}

.nav-subtitle {
  font-size: 14px;
  color: #9A9999;
  margin-bottom: 0.25rem;
}

.nav-title {
  margin: 0;
  font-size: 18px;
}

/**
 * Global Pagination Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.pagination {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}
.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
}
.pagination ul.page-numbers a,
.pagination ul.page-numbers span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
.pagination ul.page-numbers a svg,
.pagination ul.page-numbers span svg {
  width: 24px;
  height: 24px;
}
.pagination ul.page-numbers a.prev,
.pagination ul.page-numbers span.prev {
  border: 2px solid #0095DA;
  color: #0095DA;
  background: #FFFFFF;
}
.pagination ul.page-numbers a.prev svg,
.pagination ul.page-numbers span.prev svg {
  stroke: #0095DA;
}
.pagination ul.page-numbers a.prev:hover:not(.disabled),
.pagination ul.page-numbers span.prev:hover:not(.disabled) {
  background: #0095DA;
  border-color: #0095DA;
  color: #FFFFFF;
}
.pagination ul.page-numbers a.prev:hover:not(.disabled) svg,
.pagination ul.page-numbers span.prev:hover:not(.disabled) svg {
  stroke: #FFFFFF;
}
.pagination ul.page-numbers a.next,
.pagination ul.page-numbers span.next {
  border: 2px solid #0095DA;
  color: #0095DA;
  background: #FFFFFF;
}
.pagination ul.page-numbers a.next svg,
.pagination ul.page-numbers span.next svg {
  stroke: #0095DA;
}
.pagination ul.page-numbers a.next:hover:not(.disabled),
.pagination ul.page-numbers span.next:hover:not(.disabled) {
  background: #0095DA;
  border-color: #0095DA;
  color: #FFFFFF;
}
.pagination ul.page-numbers a.next:hover:not(.disabled) svg,
.pagination ul.page-numbers span.next:hover:not(.disabled) svg {
  stroke: #FFFFFF;
}
.pagination ul.page-numbers a.current,
.pagination ul.page-numbers span.current {
  background: #002741;
  border: 2px solid #002741;
  color: #FFFFFF;
  cursor: default;
}
.pagination ul.page-numbers a:not(.prev):not(.next):not(.current):not(.disabled):not(.dots),
.pagination ul.page-numbers span:not(.prev):not(.next):not(.current):not(.disabled):not(.dots) {
  border: 2px solid #0095DA;
  color: #0095DA;
  background: #FFFFFF;
}
.pagination ul.page-numbers a:not(.prev):not(.next):not(.current):not(.disabled):not(.dots):hover,
.pagination ul.page-numbers span:not(.prev):not(.next):not(.current):not(.disabled):not(.dots):hover {
  background: #0095DA;
  border-color: #0095DA;
  color: #FFFFFF;
}
.pagination ul.page-numbers a.disabled,
.pagination ul.page-numbers span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border: 2px solid rgba(0, 149, 218, 0.3);
  color: rgba(0, 149, 218, 0.3);
}
.pagination ul.page-numbers a.dots,
.pagination ul.page-numbers span.dots {
  border: none;
  background: transparent;
  cursor: default;
  width: auto;
  height: auto;
  padding: 0 0.5rem;
  color: #9A9999;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.stats-boxes-swiper {
  padding: 1.5rem 0 3.375rem 0;
}
@media (min-width: 992px) {
  .stats-boxes-swiper {
    padding: 5rem 0 5rem 0;
  }
}
.stats-boxes-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.stats-boxes-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stats-boxes-swiper .stats-boxes-pagination {
  position: relative;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  z-index: 10;
}
@media (min-width: 1200px) {
  .stats-boxes-swiper .stats-boxes-pagination {
    display: none;
  }
}
.stats-boxes-swiper .stats-boxes-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #9A9999;
  opacity: 0.3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stats-boxes-swiper .stats-boxes-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0095DA;
  border-radius: 0.25rem;
}

/**
 * Hero Slider Styles
 *
 * Full-width, full-height hero slider with navigation and pagination
 *
 * @package CGES
 * @since 1.0.0
 */
.hero-slider {
  width: 100%;
  height: 85vh;
  position: relative;
  overflow: hidden;
}
.hero-slider .swiper-wrapper {
  height: 100%;
}
.hero-slider .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}
.hero-slider__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-slider__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 65, 0.25);
  z-index: 1;
}
.hero-slider__background--video {
  background: none;
}
.hero-slider__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero-slider__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .hero-slider__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .hero-slider__content {
    padding: 0 5rem 10rem 5rem;
  }
}
.hero-slider__text {
  max-width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (min-width: 992px) {
  .hero-slider__text {
    max-width: 50vw;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -6rem;
  }
}
@media (min-width: 1200px) {
  .hero-slider__text {
    margin-top: 0;
  }
}
.hero-slider h1 {
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-slider h1 {
    font-size: 2.625rem;
  }
}
@media (min-width: 992px) {
  .hero-slider h1 {
    font-size: 2.5rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero-slider h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1600px) {
  .hero-slider h1 {
    font-size: 4rem;
  }
}
.hero-slider__navigation {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 25px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1500px;
  width: 100%;
  padding: 0 0.625rem;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 1.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .hero-slider__navigation {
    padding: 0;
    bottom: 19%;
    right: 52%;
    padding: 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .hero-slider__navigation {
    right: 51%;
  }
}
@media (min-width: 1400px) {
  .hero-slider__navigation {
    right: 51%;
  }
}
@media (min-width: 1600px) {
  .hero-slider__navigation {
    right: 50%;
  }
}
.hero-slider__nav-prev, .hero-slider__nav-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #002741;
  position: relative;
  margin: 0;
}
.hero-slider__nav-prev:hover, .hero-slider__nav-next:hover {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.hero-slider__nav-prev:hover svg path, .hero-slider__nav-next:hover svg path {
  stroke: #002741;
}
.hero-slider__nav-prev:active, .hero-slider__nav-next:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.hero-slider__nav-prev svg, .hero-slider__nav-next svg {
  width: 1.25rem;
  height: 0.9375rem;
  fill: transparent;
}
.hero-slider__nav-prev svg path, .hero-slider__nav-next svg path {
  stroke: #FFFFFF;
}
.hero-slider__nav-prev.swiper-button-disabled, .hero-slider__nav-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.hero-slider__nav-prev.swiper-button-disabled:hover, .hero-slider__nav-next.swiper-button-disabled:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 768px) {
  .hero-slider__nav-prev, .hero-slider__nav-next {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.hero-slider__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: min(1500px, 100vw - 40px);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 1rem;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  z-index: 10;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 65%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 576px) {
  .hero-slider__pagination {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .hero-slider__pagination {
    width: 100%;
  }
}
.hero-slider__pagination::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .hero-slider__pagination {
    overflow-x: visible;
  }
}
.hero-slider__pagination-item {
  background: transparent;
  border: 1px solid transparent;
  color: #FFFFFF;
  padding: 0.625rem 4.375rem;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
  font-size: 1.125rem;
  font-family: "FinalSix", sans-serif;
  white-space: nowrap;
  line-height: 1.1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-slider__pagination-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.hero-slider__pagination-item--active {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .hero-slider__pagination {
    padding: 0.625rem;
    gap: 0.5rem;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hero-slider__pagination-item {
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    min-width: 100%;
    text-align: center;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hero-slider__pagination {
    padding: 1rem 1.25rem;
    gap: 0.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-padding-left: 1.25rem;
  }
  .hero-slider__pagination-item {
    padding: 0.625rem 2.5rem;
    font-size: 1rem;
    min-width: calc(50% - 6px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    scroll-snap-align: start;
  }
  .hero-slider__pagination-item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .hero-slider__pagination {
    gap: 0.375rem;
    padding: 1rem 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-slider__pagination-item {
    padding: 0.625rem 1.75rem;
    font-size: 1rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.about-section {
  padding: 2.5rem 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about-section {
    padding: 32px 0;
  }
}
.about-section__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
@media (max-width: 992px) {
  .about-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px;
  }
  .about-section__container > * {
    width: 100%;
  }
}
.about-section__left {
  max-width: 619px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 992px) {
  .about-section__left {
    max-width: 100%;
    gap: 1.25rem;
  }
}
.about-section__text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
@media (max-width: 576px) {
  .about-section__text {
    font-size: 15px;
  }
}
.about-section__image-left {
  width: 100%;
  max-width: 619px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-section__image-left {
    display: none;
  }
}
.about-section__image-left img {
  width: 100%;
  max-height: 334px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about-section__right {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-section__right {
    max-width: 100%;
  }
}
.about-section__fixed-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
@media (max-width: 576px) {
  .about-section__fixed-text {
    font-size: 15px;
  }
}

.about-swiper {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.about-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 578px;
}
@media (max-width: 992px) {
  .about-swiper .swiper-slide img {
    aspect-ratio: 16/9;
    max-height: none;
  }
}
.about-swiper__pagination {
  position: relative !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}
@media (max-width: 576px) {
  .about-swiper__pagination {
    bottom: 12px;
  }
}

.about-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.about-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0277BD;
  width: 30px;
  border-radius: 5px;
}

.scada-hero-split {
  width: 100%;
  padding: 1rem 0 2rem 0;
}
@media (min-width: 992px) {
  .scada-hero-split {
    padding: 5rem 0;
  }
}
.scada-hero-split .hero-swiper {
  width: 100%;
  overflow: hidden;
}
.scada-hero-split .swiper-slide {
  height: auto;
}
.scada-hero-split .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .scada-hero-split .swiper-pagination {
    display: none;
  }
}
.scada-hero-split .swiper-pagination-bullet {
  background: #002741;
  opacity: 0.3;
  width: 10px;
  height: 10px;
}
.scada-hero-split .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DA4500;
}
.scada-hero-split .hero-split-side {
  position: relative;
  border-radius: 4px;
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .scada-hero-split .hero-split-side {
    min-height: 280px;
  }
}
.scada-hero-split .hero-split-orange {
  background: linear-gradient(135deg, rgba(218, 69, 0, 0.6), rgba(218, 69, 0, 0.6)), url("../images/bg1.jpg");
  background-size: cover;
  background-position: center;
}
.scada-hero-split .hero-split-blue {
  background: linear-gradient(135deg, rgba(0, 39, 65, 0.6), rgba(0, 39, 65, 0.6)), url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
}
.scada-hero-split .hero-content-box {
  background: white;
  padding: 24px;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  max-width: 454px;
  width: 100%;
  min-height: 150px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 576px) {
  .scada-hero-split .hero-content-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .scada-hero-split .hero-content-box {
    max-width: 95%;
  }
}
.scada-hero-split .hero-split-orange .hero-content-box {
  border-bottom: 5px solid #DA4500;
}
.scada-hero-split .hero-split-orange .hero-content-box span {
  color: #DA4500;
}
.scada-hero-split .hero-split-blue .hero-content-box {
  border-bottom: 5px solid #0095DA;
}
.scada-hero-split .hero-split-blue .hero-content-box span {
  color: #0095DA;
}
.scada-hero-split .hero-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.scada-hero-split .hero-category span {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.scada-hero-split h3 {
  margin: 0;
}
.scada-hero-split .hero-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-top-left-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .scada-hero-split .hero-button {
    width: 40px;
    height: 40px;
  }
}
.scada-hero-split .hero-button svg {
  width: 9px;
  height: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scada-hero-split .hero-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.scada-hero-split .hero-button:hover svg {
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}
.scada-hero-split .hero-split-orange .hero-button {
  background: #DA4500;
}
.scada-hero-split .hero-split-orange .hero-button:hover {
  background: #c13d00;
}
.scada-hero-split .hero-split-blue .hero-button {
  background: #0095DA;
}
.scada-hero-split .hero-split-blue .hero-button:hover {
  background: #0084c1;
}

.scada-projects {
  margin-top: 40px;
}
.scada-projects h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .scada-projects {
    padding: 1.25rem 0 0 0;
    margin-top: 0;
  }
}

.projects-swiper {
  width: 100%;
  padding: 50px 0 48px 0;
  position: relative;
  overflow: unset !important;
}
@media (max-width: 992px) {
  .projects-swiper {
    overflow: hidden !important;
    padding: 20px 0 48px 0;
  }
}
.projects-swiper .swiper-slide:nth-child(even) {
  margin-top: 60px;
  height: auto;
}
@media (max-width: 992px) {
  .projects-swiper .swiper-slide:nth-child(even) {
    margin-top: 0px;
  }
}
.projects-swiper .swiper-pagination {
  position: relative;
  margin-top: 32px;
}
.projects-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #002741;
  opacity: 0.3;
  width: 10px;
  height: 10px;
}
.projects-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #DA4500;
}

.scada-network {
  padding: 5rem 0;
  background-color: #F3F3F3;
  width: 100%;
}
@media (max-width: 768px) {
  .scada-network {
    padding: 2rem 0;
  }
}

.scada-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .scada-content {
    -ms-grid-columns: 500px 0 1fr;
    grid-template-columns: 500px 1fr;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .scada-content {
    gap: 64px;
  }
}

.scada-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .scada-left {
    gap: 2rem;
  }
}

.scada-description {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0px;
}

.scada-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 1.25rem;
}
@media (max-width: 992px) {
  .scada-toggles {
    max-width: 400px;
  }
}

.toggle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  cursor: pointer;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch input:checked + .toggle-slider {
  background-color: #002741;
}
.toggle-switch input:checked + .toggle-slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DA4500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 28px;
}
.toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}

.toggle-label {
  font-size: 1rem;
  color: #231F20;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.scada-right {
  position: relative;
  min-height: 600px;
  top: 50px;
}
@media (max-width: 768px) {
  .scada-right {
    min-height: 400px;
  }
}
@media (max-width: 992px) {
  .scada-right {
    min-height: 0;
    top: 20px;
  }
}

.scada-map-container {
  width: 100%;
  height: 100%;
}
.scada-map-container .wrap {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
}
.scada-map-container .wrap svg {
  width: 100%;
  height: auto;
}
.scada-map-container .pos {
  position: absolute;
}
.scada-map-container .map svg {
  left: 14px;
  top: 9px;
  position: relative;
}
@media (min-width: 992px) {
  .scada-map-container .map svg {
    left: 24px;
    top: 14px;
  }
}
.scada-map-container .gradovi {
  z-index: 5;
}
.scada-map-container .red {
  z-index: 2;
}
.scada-map-container .dotted {
  z-index: 3;
}
.scada-map-container .mjesta {
  z-index: 4;
}

.hidden {
  display: none;
  opacity: 0;
}

.scada-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .scada-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.scada-login input {
  width: 100%;
  padding: 0.8125rem 1.25rem;
  border: 1px solid #C8C8C8;
  border-radius: 999px;
  background-color: #FFFFFF;
  font-size: 1.125rem;
}
.scada-login--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .scada-login--mobile {
    display: none;
  }
}

.scada-pulse-marker {
  position: relative;
  width: 11.25rem;
  height: 11.25rem;
  margin: 24px auto;
  z-index: 10;
}
.scada-pulse-marker--rectangle {
  width: auto;
  height: auto;
  margin: 0;
}
.scada-pulse-marker__ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 149, 218, 0.4);
  -webkit-animation: pulse-continuous 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: pulse-continuous 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.scada-pulse-marker__ripple--2 {
  -webkit-animation: pulse-continuous 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: pulse-continuous 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -webkit-animation-delay: 0.667s;
          animation-delay: 0.667s;
}
.scada-pulse-marker__ripple--3 {
  -webkit-animation: pulse-continuous 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: pulse-continuous 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  -webkit-animation-delay: 1.333s;
          animation-delay: 1.333s;
}
.scada-pulse-marker__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 149, 218, 0.9) 0%, rgba(0, 149, 218, 0.7) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 16px rgba(0, 149, 218, 0.4);
          box-shadow: 0 4px 16px rgba(0, 149, 218, 0.4);
  z-index: 2;
}
.scada-pulse-marker__circle--rectangle {
  position: static;
  -webkit-transform: none;
          transform: none;
  max-width: 7.8125rem;
  width: 100%;
  height: 3.125rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #002741 0%, #0095DA 100%);
  padding: 0.5rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 149, 218, 0.3);
          box-shadow: 0 4px 12px rgba(0, 149, 218, 0.3);
}
.scada-pulse-marker__arrow-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  overflow: hidden;
}
.scada-pulse-marker__arrow-icon svg {
  width: 7.5rem;
}
.scada-pulse-marker__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
.scada-pulse-marker__circle--rectangle .scada-pulse-marker__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
svg .scada-pulse-marker__label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  opacity: 0.9;
}
.scada-pulse-marker__circle--rectangle svg .scada-pulse-marker__label {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
  opacity: 1;
  text-transform: uppercase;
  line-height: 1;
}
.scada-pulse-marker__value {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.scada-pulse-marker__circle--rectangle .scada-pulse-marker__value {
  font-size: 0.875rem;
}

@-webkit-keyframes pulse-continuous {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.83);
            transform: translate(-50%, -50%) scale(0.83);
    opacity: 0.5;
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes pulse-continuous {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.83);
            transform: translate(-50%, -50%) scale(0.83);
    opacity: 0.5;
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.scada-mobile-country {
  position: relative;
}
@media (min-width: 992px) {
  .scada-mobile-country {
    position: absolute;
    right: -7px;
    bottom: -15px;
  }
}
@media (min-width: 1200px) {
  .scada-mobile-country {
    right: -50px;
    bottom: -15px;
  }
}

.mask {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.arrow {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transform-origin: 30px 30px;
          transform-origin: 30px 30px;
}

.arrow-reverse {
  -webkit-transform-origin: 30px 30px;
          transform-origin: 30px 30px; /* centar strelice */
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); /* okrene strelicu da pokazuje suprotnu stranu - rotacija po centru strelice*/
}

.arrow-italy {
  -webkit-animation: move-italy 1.8s linear infinite;
          animation: move-italy 1.8s linear infinite;
}

.arrow-albania {
  -webkit-animation: move-albania 1.8s linear infinite;
          animation: move-albania 1.8s linear infinite;
}

.arrow-kosovo {
  -webkit-animation: move-kosovo 1.8s linear infinite;
          animation: move-kosovo 1.8s linear infinite;
}

.arrow-reverse-italy {
  -webkit-animation: move-reverse-italy 1.8s linear infinite;
          animation: move-reverse-italy 1.8s linear infinite;
}

.arrow-reverse-albania {
  -webkit-animation: move-reverse-albania 1.8s linear infinite;
          animation: move-reverse-albania 1.8s linear infinite;
}

.arrow-reverse-kosovo {
  -webkit-animation: move-reverse-kosovo 1.8s linear infinite;
          animation: move-reverse-kosovo 1.8s linear infinite;
}

.a2 {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.a3 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.arrow-reverse.a2 {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.arrow-reverse.a3 {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

@-webkit-keyframes move-italy {
  from {
    -webkit-transform: translate(-80px, 80px);
            transform: translate(-80px, 80px);
  }
  to {
    -webkit-transform: translate(80px, -80px);
            transform: translate(80px, -80px);
  }
}

@keyframes move-italy {
  from {
    -webkit-transform: translate(-80px, 80px);
            transform: translate(-80px, 80px);
  }
  to {
    -webkit-transform: translate(80px, -80px);
            transform: translate(80px, -80px);
  }
}
@-webkit-keyframes move-albania {
  from {
    -webkit-transform: translate(-70px, -70px);
            transform: translate(-70px, -70px);
  }
  to {
    -webkit-transform: translate(70px, 70px);
            transform: translate(70px, 70px);
  }
}
@keyframes move-albania {
  from {
    -webkit-transform: translate(-70px, -70px);
            transform: translate(-70px, -70px);
  }
  to {
    -webkit-transform: translate(70px, 70px);
            transform: translate(70px, 70px);
  }
}
@-webkit-keyframes move-kosovo {
  from {
    -webkit-transform: translate(-90px, 0);
            transform: translate(-90px, 0);
  }
  to {
    -webkit-transform: translate(90px, 0);
            transform: translate(90px, 0);
  }
}
@keyframes move-kosovo {
  from {
    -webkit-transform: translate(-90px, 0);
            transform: translate(-90px, 0);
  }
  to {
    -webkit-transform: translate(90px, 0);
            transform: translate(90px, 0);
  }
}
@-webkit-keyframes move-reverse-italy {
  from {
    -webkit-transform: translate(80px, -80px) rotate(180deg);
            transform: translate(80px, -80px) rotate(180deg);
  }
  to {
    -webkit-transform: translate(-80px, 80px) rotate(180deg);
            transform: translate(-80px, 80px) rotate(180deg);
  }
}
@keyframes move-reverse-italy {
  from {
    -webkit-transform: translate(80px, -80px) rotate(180deg);
            transform: translate(80px, -80px) rotate(180deg);
  }
  to {
    -webkit-transform: translate(-80px, 80px) rotate(180deg);
            transform: translate(-80px, 80px) rotate(180deg);
  }
}
@-webkit-keyframes move-reverse-albania {
  from {
    -webkit-transform: translate(70px, 70px) rotate(180deg);
            transform: translate(70px, 70px) rotate(180deg);
  }
  to {
    -webkit-transform: translate(-70px, -70px) rotate(180deg);
            transform: translate(-70px, -70px) rotate(180deg);
  }
}
@keyframes move-reverse-albania {
  from {
    -webkit-transform: translate(70px, 70px) rotate(180deg);
            transform: translate(70px, 70px) rotate(180deg);
  }
  to {
    -webkit-transform: translate(-70px, -70px) rotate(180deg);
            transform: translate(-70px, -70px) rotate(180deg);
  }
}
@-webkit-keyframes move-reverse-kosovo {
  from {
    -webkit-transform: translate(90px, 0) rotate(180deg);
            transform: translate(90px, 0) rotate(180deg);
  }
  to {
    -webkit-transform: translate(-90px, 0) rotate(180deg);
            transform: translate(-90px, 0) rotate(180deg);
  }
}
@keyframes move-reverse-kosovo {
  from {
    -webkit-transform: translate(90px, 0) rotate(180deg);
            transform: translate(90px, 0) rotate(180deg);
  }
  to {
    -webkit-transform: translate(-90px, 0) rotate(180deg);
            transform: translate(-90px, 0) rotate(180deg);
  }
}
.project-card {
  max-width: 340px;
  width: 100%;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .project-card {
    max-width: 100%;
  }
}
.project-card:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.project-card:hover .card-project__image-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project-card__image {
  width: 100%;
  height: 242px;
  overflow: hidden;
  position: relative;
}
.project-card__image::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 67px;
  clip-path: polygon(0 0%, 0% 100%, 105% 100%);
  background-color: #F3F3F3;
}
.project-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.project-card__content {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #F3F3F3;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  justify-self: flex-end;
  width: inherit;
}
.project-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0;
  margin-bottom: auto;
}
@media (max-width: 576px) {
  .project-card__title {
    font-size: 18px;
  }
}
.project-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  margin-top: auto;
}
.project-card.project-card--ostali {
  background-color: #0095DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-card.project-card--ostali .project-card__content {
  background: transparent;
}
.project-card.project-card--ostali .project-card__content .project-card__title {
  color: #FFFFFF;
  margin: 0;
  margin-top: auto;
}
@media (max-width: 320px) {
  .project-card.project-card--ostali .project-card__content .btn {
    width: auto;
  }
}
.project-card.project-card--ostali .project-card__image {
  width: 100%;
  height: 242px;
  overflow: hidden;
  position: absolute;
  top: 40px;
}
.project-card.project-card--ostali .project-card__image::after {
  content: none;
}
.project-card.project-card--ostali .project-card__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right 5px;
     object-position: right 5px;
}

.news-events {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .news-events {
    padding: 5rem 0 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .news-events__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 576px 64px 1fr;
    grid-template-columns: 576px 1fr;
    gap: 64px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .news-events__container {
    -ms-grid-columns: 450px 48px 1fr;
    grid-template-columns: 450px 1fr;
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .news-events__container {
    display: block;
  }
}
.news-events__image-slider {
  position: relative;
  width: 100%;
  max-width: 576px;
  height: 597px;
}
@media (max-width: 1200px) {
  .news-events__image-slider {
    max-width: 450px;
    height: 500px;
  }
}
@media (max-width: 992px) {
  .news-events__image-slider {
    display: none;
  }
}
.news-events__image-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.news-events__image-swiper .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-events__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.news-events__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .news-events__content {
    height: 100%;
  }
}
.news-events__content h2 {
  text-align: center;
}
@media (min-width: 992px) {
  .news-events__content h2 {
    text-align: left;
  }
}
.news-events__content h3 {
  margin-bottom: 0;
  padding: 0 1.25rem;
}
@media (min-width: 992px) {
  .news-events__content h3 {
    padding: 0;
  }
}
.news-events__content h3 a {
  color: #002741;
  line-height: 1.3;
}
.news-events__swiper {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .news-events__swiper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 597px;
  }
  .news-events__swiper .swiper-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-events__swiper .swiper-slide {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #CBCBCB;
    padding: 32px;
  }
  .news-events__swiper .swiper-slide.swiper-slide-thumb-active {
    background: #F3F3F3;
    border-bottom: 3px solid #0090D9;
  }
  .news-events__swiper .swiper-slide:hover {
    background: #F3F3F3;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .news-events__swiper .swiper-slide {
    padding: 28px 32px;
  }
}
@media (max-width: 992px) {
  .news-events__swiper {
    margin-bottom: 0;
  }
  .news-events__swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-events__swiper .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-events__nav-prev, .news-events__nav-next {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  border: 2px solid #0090D9;
  background: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .news-events__nav-prev, .news-events__nav-next {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .news-events__nav-prev, .news-events__nav-next {
    display: none !important;
  }
}
.news-events__nav-prev:after, .news-events__nav-next:after {
  content: none !important;
}
.news-events__nav-prev svg, .news-events__nav-next svg {
  width: 15px !important;
  height: 15px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-events__nav-prev svg path, .news-events__nav-next svg path {
  fill: white;
  stroke: #0090D9;
}
.news-events__nav-prev:hover, .news-events__nav-next:hover {
  background: #0090D9;
}
.news-events__nav-prev:hover svg path, .news-events__nav-next:hover svg path {
  fill: #0090D9;
  stroke: white;
}
.news-events__nav-prev.swiper-button-disabled, .news-events__nav-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.news-events__nav-prev {
  left: 0 !important;
}
.news-events__nav-next {
  right: 0;
}
@media (min-width: 992px) {
  .news-events__nav-next {
    right: -2rem;
  }
}
@media (min-width: 1600px) {
  .news-events__nav-next {
    right: 0;
  }
}
.news-events__pagination {
  position: static !important;
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .news-events__pagination {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .news-events__pagination {
    display: block !important;
  }
}
.news-events__pagination .swiper-pagination-bullet {
  background: #002741;
  opacity: 0.3;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  display: inline-block;
}
.news-events__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0090D9;
}
.news-events__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 992px) {
  .news-events__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news-events__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 50px;
  width: 14%;
}
@media (max-width: 992px) {
  .news-events__navigation {
    display: none;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .news-item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .news-item--card {
    padding: 0;
    gap: 0;
    background: white;
    border-radius: 4px;
    overflow: hidden;
  }
}
.news-item__image-wrapper {
  display: none;
}
@media (max-width: 992px) {
  .news-item__image-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.news-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .news-item__image {
    height: 273px;
  }
}
@media (min-width: 992px) {
  .news-item__content {
    display: contents;
  }
}
@media (max-width: 992px) {
  .news-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #0095DA;
    background-color: #F3F3F3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.news-item__border {
  width: 100%;
  height: 2px;
  background: #E0E0E0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .news-item__border {
    margin-bottom: 0;
    background: #0090D9;
  }
}
.news-item__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 576px) {
  .news-item__title {
    font-size: 20px;
  }
}
.news-item__title a {
  color: #002741;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item__title a:hover {
  color: #0090D9;
}
.news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #9A9999;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 1.25rem;
}
@media (min-width: 992px) {
  .news-item__meta {
    padding: 0;
  }
}
.news-item__date {
  line-height: 1;
}

.page-baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  position: relative;
  height: 150px;
  background-image: url("../images/bg.svg") !important;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #002741;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-baner {
    background-size: 30%;
  }
}
@media (min-width: 1600px) {
  .page-baner {
    height: 250px;
  }
}
.page-baner .container, .page-baner .page-baner__content {
  height: inherit;
}
.page-baner .section__title {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .page-baner .section__title {
    margin-top: auto;
  }
}
.page-baner .rank-math-breadcrumb {
  margin-top: auto;
}
.page-baner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Accordion Component
 *
 * @package CGES
 * @since 1.0.0
 */
.accordion {
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
.accordion__header {
  width: 100%;
  background: rgba(0, 149, 218, 0.1);
  border: none;
  padding: 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  font-family: "FinalSix", sans-serif;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.accordion__header:hover {
  background: #a7e3ff;
}
.accordion__header:focus {
  outline: 2px solid #0095DA;
  outline-offset: -2px;
}
.accordion__title {
  color: #0095DA;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.accordion__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 24px;
  position: relative;
  width: 36px;
  height: 36px;
}
.accordion__icon svg {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.accordion__icon--plus {
  opacity: 0;
}
.accordion__icon--line {
  opacity: 1;
}
.accordion[aria-expanded=false] .accordion__header .accordion__icon--plus {
  opacity: 1;
}
.accordion[aria-expanded=false] .accordion__header .accordion__icon--line {
  opacity: 0;
}
.accordion[aria-expanded=true] .accordion__header .accordion__icon--plus {
  opacity: 0;
}
.accordion[aria-expanded=true] .accordion__header .accordion__icon--line {
  opacity: 1;
}
.accordion__content {
  background: #FFFFFF;
  border: 1px solid rgba(0, 149, 218, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.05s, border-color 0.3s ease;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.05s, border-color 0.3s ease;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.05s, border-color 0.3s ease, -ms-grid-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion[aria-expanded=false] .accordion__content {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  opacity: 0;
  border-color: transparent;
  -webkit-transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.25s ease, border-color 0.25s ease;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.25s ease, border-color 0.25s ease;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.25s ease, border-color 0.25s ease, -ms-grid-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.accordion__content-wrapper {
  min-height: 0;
  overflow: hidden;
  display: block;
  padding: 1.25rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 50;
  font-size: 1.125rem;
  -webkit-transition: padding-top 0.3s ease 0.05s, padding-bottom 0.3s ease 0.05s;
  transition: padding-top 0.3s ease 0.05s, padding-bottom 0.3s ease 0.05s;
}
.accordion[aria-expanded=false] .accordion__content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
  transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
}
.accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.accordion__item {
  display: block;
  width: 100%;
  padding: 0.125rem 0;
}
.accordion__item:first-child {
  padding-top: 0;
}
.accordion__item:last-child {
  padding-bottom: 0;
}
.accordion__link {
  color: #9A9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  text-decoration: none;
}
.accordion__link:hover {
  color: #0072a7;
}
.accordion__link:focus {
  outline: 2px solid #0095DA;
  outline-offset: 2px;
}
.accordion__item--active .accordion__link {
  color: #0095DA;
}
.accordion__item--active {
  text-decoration: underline;
  color: #0095DA;
}

.rank-math-breadcrumb {
  display: none;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb p, .rank-math-breadcrumb span {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .rank-math-breadcrumb {
    display: block;
  }
}

.page-sub-nav__container {
  padding: 1rem;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .page-sub-nav__container {
    padding-top: 1rem;
    border-bottom: 1px dashed #CBCBCB;
  }
}
.page-sub-nav__select {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0095DA;
  background-color: rgba(0, 149, 218, 0.15);
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23002741' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-sub-nav__select:focus {
  outline: none;
}
@media (min-width: 769px) {
  .page-sub-nav__select {
    display: none;
  }
}
.page-sub-nav-swiper {
  width: 100%;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 769px) {
  .page-sub-nav-swiper {
    display: none;
  }
}
@media (min-width: 770px) {
  .page-sub-nav-swiper {
    display: block !important;
  }
}
.page-sub-nav-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
}
.page-sub-nav-swiper .swiper-slide {
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-sub-nav-swiper.swiper-grab {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.page-sub-nav__link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #231F20;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  border-radius: 5px;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-sub-nav__link:hover {
  color: #0095DA;
}
.page-sub-nav__item--active .page-sub-nav__link {
  background-color: rgba(0, 149, 218, 0.15);
  color: #0095DA;
}
.page-sub-nav-swiper .swiper-wrapper {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.page-sub-nav__next {
  position: absolute;
  right: -10px !important;
  top: 43px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .page-sub-nav__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-sub-nav__next svg {
  width: 0.75rem;
  height: 0.75rem;
}
.page-sub-nav__next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/**
 * Template Predstavljamo Component
 *
 * @package CGES
 * @since 1.0.0
 */
.template-predstavljamo {
  padding: 2.5rem 0 2.5rem 0;
}
@media (min-width: 768px) {
  .template-predstavljamo {
    padding: 5rem 0 2.5rem 0;
  }
}

.block-50\/50 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .block-50\/50 {
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.block-50\/50--reverse .block-50\/50__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.block-50\/50--reverse .block-50\/50__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .block-50\/50--reverse {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .block-50\/50--reverse .block-50\/50__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .block-50\/50--reverse .block-50\/50__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.block-50\/50--reverse-mobile .block-50\/50__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-50\/50--reverse-mobile .block-50\/50__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .block-50\/50--reverse-mobile .block-50\/50__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-50\/50--reverse-mobile .block-50\/50__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.block-50\/50__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.block-50\/50__title {
  margin: 0;
}
.block-50\/50__title-highlight {
  color: #0095DA;
}
.block-50\/50__text {
  color: #231F20;
  text-align: justify;
}
.block-50\/50__text p {
  margin: 0 0 1rem 0;
  line-height: 1.4;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .block-50\/50__text p {
    font-size: 1.125rem;
  }
}
.block-50\/50__text p:last-child {
  margin-bottom: 0;
}
.block-50\/50__image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .block-50\/50__image {
    padding-left: 0.625rem;
  }
}
.block-50\/50__image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-50\/50__image img {
    height: 563px;
  }
}
.block-50\/50 .stats-boxes-swiper {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .block-50\/50 .stats-boxes-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-50\/50 .stats-boxes-swiper .stats-box {
  padding: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-50\/50 .stats-boxes-swiper .stats-box--blue .stats-box__label {
  color: #0095DA;
}
.block-50\/50 .stats-boxes-swiper .stats-box--green .stats-box__label {
  color: #00DAB2;
}
.block-50\/50 .stats-boxes-swiper .stats-box--orange .stats-box__label {
  color: #DA4500;
}
.block-50\/50 .stats-boxes-swiper .stats-box__label {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 135%;
  color: #231F20;
  margin: 0;
}
.block-50\/50.order .block-50\/50__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.block-50\/50.order .block-50\/50__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-50\/50.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.block-50\/50 ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style-type: disc;
}
.block-50\/50 ul li {
  margin: 0;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .block-50\/50 ul li {
    font-size: 1.125rem;
  }
}

.template-predstavljamo__two-columns {
  background-color: #002741;
  background-image: url("../images/svg/BG1.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  padding: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .template-predstavljamo__two-columns {
    padding: 5rem;
  }
}
.template-predstavljamo__two-columns--nasa-prica {
  background-image: url("../images/svg/bg2.svg");
  position: relative;
}
.template-predstavljamo__two-columns--nasa-prica::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 39, 65, 0.5);
  z-index: 1;
}
.template-predstavljamo__two-columns--nasa-prica .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .template-predstavljamo__two-columns {
    padding: 5rem;
  }
}
.template-predstavljamo__two-columns p {
  color: #FFFFFF;
  font-weight: 135%;
}
.template-predstavljamo__two-columns .container {
  position: relative;
  z-index: 2;
}
.template-predstavljamo__two-columns-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  position: relative;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 992px) {
  .template-predstavljamo__two-columns-content {
    -ms-grid-columns: 1fr 3.75rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }
}
.template-predstavljamo__two-columns__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .template-predstavljamo__two-columns__column {
    max-width: 500px;
  }
}
.template-predstavljamo__two-columns__column--left {
  border-left: 4px solid #0095DA;
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  .template-predstavljamo__two-columns__column--left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding-left: 3rem;
  }
}
.template-predstavljamo__two-columns__column--right {
  border-left: 4px solid #0095DA;
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  .template-predstavljamo__two-columns__column--right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding-left: 3rem;
  }
}
.template-predstavljamo__two-columns__column p {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 135%;
  margin: 0;
}
@media (min-width: 768px) {
  .template-predstavljamo__two-columns__column p {
    font-size: 1.125rem;
  }
}
.template-predstavljamo__two-columns__column ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style-type: disc;
}
.template-predstavljamo__two-columns__column ul li {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .template-predstavljamo__two-columns__column ul li {
    font-size: 1.125rem;
  }
}
.template-predstavljamo__two-columns__column ul li:last-child {
  margin-bottom: 0;
}

.text-with-border {
  padding-left: 1.5rem;
  border-left: 4px solid #0095DA;
}
@media (min-width: 992px) {
  .text-with-border {
    padding-left: 3rem;
  }
}
.text-with-border .text {
  margin: 0;
  text-align: justify;
}

/**
 * Timeline Component
 * 
 * @package CGES
 * @since 1.0.0
 */
.timeline {
  padding: 3rem 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .timeline {
    padding: 5rem 0;
  }
}

.timeline-swiper {
  padding-bottom: 3.75rem;
  margin-top: 2rem;
  position: relative;
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
}
.timeline-swiper::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #231F20;
  z-index: 1;
}
@media (min-width: 768px) {
  .timeline-swiper::before {
    top: 2.5rem;
  }
}
.timeline-swiper .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.timeline-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .timeline-swiper .swiper-slide {
    width: 240px !important;
  }
}

.timeline-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  position: relative;
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .timeline-item {
    gap: 1.25rem;
    padding-top: 3.75rem;
  }
}
.timeline-item::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
  border: 3px solid #0095DA;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 768px) {
  .timeline-item::before {
    top: 0.625rem;
  }
}
.timeline-item__year {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0095DA;
  line-height: 135%;
}
.timeline-item__content {
  background-color: rgba(0, 149, 218, 0.1);
  border-radius: 0.5rem;
  padding: 1rem;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .timeline-item__content {
    padding: 1.25rem;
  }
}
.timeline-item__content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 135%;
  color: #231F20;
  margin: 0;
}

.timeline-pagination {
  position: relative;
  margin-top: 2.5rem;
}
.timeline-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #CBCBCB;
  opacity: 1;
}
.timeline-pagination .swiper-pagination-bullet-active {
  background-color: #0095DA;
}

/* TIMELINE STYLES */
.timeline-project {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline-project:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}

.timeline-project ul {
  padding: 0;
  margin: 0;
}

.timeline-project ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline-project ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline-project ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.timeline-project .content {
  padding: 20px;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 3px 0 #d7e4ed;
          box-shadow: 0 3px 0 #d7e4ed;
  background-color: #f7f7f7;
}

.timeline-project ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: #c99f6d;
  border-radius: 50%;
  /* box-shadow:0 0 0 3px rgba(233,33,99,0.2); */
}

.timeline-project ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: #c99f6d;
  border-radius: 50%;
  /* box-shadow:0 0 0 3px rgba(233,33,99,0.2); */
}

.timeline-project ul li p {
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.4;
}

.timeline-project ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.timeline-project ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -175px;
  margin: 0;
  padding: 8px 16px;
  background: #c99f6d;
  color: #fff;
  border-radius: 18px;
  max-width: 135px;
  width: 100%;
  text-align: center;
  /* box-shadow:0 0 0 3px rgba(233,33,99,0.3); */
}

.timeline-project ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -195px;
  margin: 0;
  padding: 8px 16px;
  background: #c99f6d;
  color: #fff;
  border-radius: 18px;
  max-width: 155px;
  width: 100%;
  text-align: center;
  /* box-shadow:0 0 0 3px rgba(233,33,99,0.3); */
}

@media (max-width: 1000px) {
  .timeline-project {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .timeline-project {
    width: 100%;
    padding-bottom: 0;
  }
  h1 {
    font-size: 40px;
    text-align: center;
  }
  .timeline-project:before {
    left: 20px;
    height: 100%;
  }
  .timeline-project ul li:nth-child(odd),
  .timeline-project ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline-project ul li:nth-child(odd):before,
  .timeline-project ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline-project ul li:nth-child(odd) .time,
  .timeline-project ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
	  width:auto;
  }
}

/**
 * Linked Pages Component Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.linked-pages {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .linked-pages {
    padding: 3.75rem 0;
  }
}
.linked-pages__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
.linked-pages h2 {
  color: #0095DA;
}
.linked-pages__item--active .linked-pages__link {
  text-decoration: underline;
}
.linked-pages__item--active .linked-pages__title {
  color: #231F20;
}
.linked-pages__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: #231F20;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.linked-pages__link:hover {
  color: #0095DA;
}
.linked-pages__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.linked-pages__title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  color: #231F20;
}
@media (min-width: 768px) {
  .linked-pages__title {
    font-size: 1.125rem;
  }
}

/**
 * Download Card Component
 *
 * @package CGES
 * @since 1.0.0
 */
.download-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.download-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.download-card__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  width: 100%;
}
.download-card__content-wrapper:last-child {
  border-bottom: none;
}
@media (max-width: 500px) {
  .download-card__content-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .download-card__content-wrapper .download-card__button {
    width: 100%;
    margin-top: 0.5rem;
  }
  .download-card__content-wrapper .download-card__button .btn {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.download-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.download-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .download-card__icon {
    width: 4.1875rem;
    height: 4.375rem;
  }
}
.download-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.download-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  color: #231F20;
  margin: 0;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .download-card__title {
    font-size: 1.375rem;
  }
}
.download-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download-card__meta img,
.download-card__meta svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.download-card__button {
  margin-left: auto;
}

/**
 * Home Page Styles
 *
 * @package CGES
 * @since 1.0.0
 */
/**
 * Single Post/Page Styles
 *
 * @package CGES
 * @since 1.0.0
 */
@media (min-width: 992px) {
  .single-post .content-area,
  .page .content-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 300px;
    grid-template-columns: 1fr 300px;
    gap: 2rem;
  }
}

.entry-header {
  margin-bottom: 2rem;
}

.entry-title {
  margin-bottom: 1rem;
}

.entry-meta {
  font-size: 14px;
  color: #9A9999;
  margin-bottom: 1.5rem;
}

.entry-content {
  margin-bottom: 2rem;
}
.entry-content img {
  margin: 2rem 0;
  border-radius: 8px;
}
.entry-content .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.entry-content .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-footer {
  padding-top: 1.5rem;
  border-top: 1px solid #CBCBCB;
  font-size: 14px;
  color: #9A9999;
}

.entry-tags {
  margin-top: 1rem;
}
.entry-tags a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background-color: #F3F3F3;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry-tags a:hover {
  background-color: #0095DA;
  color: #F3F3F3;
}

.entry-thumbnail {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
}
.entry-thumbnail__image {
  width: 100%;
  height: auto;
  display: block;
}

.meta-separator {
  margin: 0 0.25rem;
  color: #CBCBCB;
}

.author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  margin-top: 2rem;
  background-color: #F3F3F3;
  border-radius: 8px;
  border: 1px solid #CBCBCB;
}
@media (min-width: 768px) {
  .author-bio {
    padding: 2rem 3rem;
  }
}
.author-bio__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.author-bio__avatar img {
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.author-bio__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.author-bio__name {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.author-bio__name .author-name {
  color: #0095DA;
}
.author-bio__description {
  margin-bottom: 1rem;
  color: #9A9999;
}
.author-bio__link {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 2px solid #0095DA;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #0095DA;
}
.author-bio__link:hover, .author-bio__link:focus {
  background-color: #0095DA;
  color: #F3F3F3;
  text-decoration: none;
  outline: none;
}

.page-links {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #CBCBCB;
}
.page-links .page-number {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  text-decoration: none;
  color: #231F20;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-links .page-number:hover {
  background-color: #0095DA;
  color: #F3F3F3;
  border-color: #0095DA;
}

/**
 * Projecta Page Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.projects-page,
.nabavka-page {
  padding-bottom: 3.125rem;
}

.posts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .posts-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .posts-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .posts-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.posts-grid .loading {
  grid-column: 1/-1;
  text-align: center;
  padding: 2.5rem;
  color: #9A9999;
}

.single-project-page {
  max-width: 62.5rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.single-project-page__image {
  overflow: hidden;
}
.single-project-page__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0;
}
.single-project-page__header {
  border-bottom: 1px dashed #CBCBCB;
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .single-project-page__header {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.single-project-page__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #002741;
}
@media (min-width: 992px) {
  .single-project-page__title {
    font-size: 2.25rem;
  }
}
.single-project-page__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.single-project-page__status-label {
  color: #9A9999;
  font-weight: 500;
}
.single-project-page__status-value {
  color: #0095DA;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  background: rgba(0, 149, 218, 0.1);
  border-radius: 0.25rem;
}
.single-project-page__meta {
  color: #9A9999;
  padding: 1.25rem 0 0.25rem 0;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .single-project-page__meta {
    padding: 2rem 0 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.single-project-page__content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #9A9999;
  border-bottom: 1px dashed #CBCBCB;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .single-project-page__content {
    margin-bottom: 3rem;
  }
}
.single-project-page__content p {
  margin: 1.5rem 0;
  color: #231F20;
}
.single-project-page__content h2, .single-project-page__content h3, .single-project-page__content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #002741;
}
.single-project-page__content img {
  max-width: 100%;
  height: auto;
}
.single-project-page__navigation {
  border-top: 1px solid rgba(0, 149, 218, 0.2);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.single-project-page__nav-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-project-page__nav-links {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.single-project-page__nav-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 2px solid rgba(0, 149, 218, 0.3);
  border-radius: 0.5rem;
  text-decoration: none;
  color: #9A9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-project-page__nav-link-inner:hover {
  border-color: #0095DA;
  background: rgba(0, 149, 218, 0.05);
  color: #0095DA;
}
.single-project-page__nav-link--prev .single-project-page__nav-link-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.single-project-page__nav-link--next .single-project-page__nav-link-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.single-project-page__nav-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0, 149, 218, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-project-page__nav-arrow svg {
  width: 24px;
  height: 24px;
}
.single-project__nav-link-inner:hover .single-project-page__nav-arrow {
  background: #0095DA;
}
.single-project__nav-link-inner:hover .single-project-page__nav-arrow svg {
  stroke: #FFFFFF;
}
.single-project-page__nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-project-page__nav-label {
  font-size: 0.875rem;
  color: #9A9999;
  font-weight: 500;
}
.single-project-page__nav-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #002741;
}
.single-project-page__back-link {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #9A9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-project-page__back-link svg {
  width: inherit;
}
.single-project-page__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .single-project-page__gallery {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.single-project-page__gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .single-project-page__gallery-item--featured {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
.single-project-page__gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity all 0.3s ease;
  transition: opacity all 0.3s ease;
}
.single-project-page__gallery-link:hover {
  opacity: 0.9;
}
.single-project-page__gallery-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/**
 * Archive Page Styles
 *
 * @package CGES
 * @since 1.0.0
 */
.archive-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .archive-container {
    -ms-grid-columns: minmax(0, 457px) 64px minmax(0, 457px);
    grid-template-columns: repeat(2, minmax(0, 457px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .archive-container {
    -ms-grid-columns: minmax(0, 457px) 64px minmax(0, 457px) 64px minmax(0, 457px);
    grid-template-columns: repeat(3, minmax(0, 457px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
  }
}

.container-projects {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .container-projects {
    -ms-grid-columns: minmax(0, 457px) 64px minmax(0, 457px);
    grid-template-columns: repeat(2, minmax(0, 457px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
  }
}
@media (min-width: 992px) {
  .container-projects {
    -ms-grid-columns: minmax(0, 457px) 64px minmax(0, 457px) 64px minmax(0, 457px);
    grid-template-columns: repeat(3, minmax(0, 457px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
  }
}
@media (min-width: 1200px) {
  .container-projects {
    -ms-grid-columns: minmax(0, 457px) 64px minmax(0, 457px) 64px minmax(0, 457px) 64px minmax(0, 457px);
    grid-template-columns: repeat(4, minmax(0, 457px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
  }
}

.dalekovodna-mreza {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .dalekovodna-mreza {
    padding: 5rem 0;
  }
}
.dalekovodna-mreza__content {
  border-radius: 5px;
  background-color: rgba(0, 149, 218, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content {
    padding: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6.25rem;
  }
}
.dalekovodna-mreza__content .image {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content .image {
    width: 30%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.dalekovodna-mreza__content .image-reverse {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.dalekovodna-mreza__content .content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.dalekovodna-mreza__content .content-reverse {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content .content {
    width: 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 0.75rem;
  }
}
.dalekovodna-mreza__content .content .section__title {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content .content .section__title {
    text-align: left;
  }
}
.dalekovodna-mreza__content .content .text {
  margin: 0;
}
.dalekovodna-mreza__content-item {
  background-color: rgba(0, 149, 218, 0.1);
  border-radius: 5px;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content-item {
    padding: 1.25rem 2.5rem;
  }
}
.dalekovodna-mreza__content-item .number {
  border: 1px solid #0095DA;
  background-color: #FFFFFF;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0095DA;
  top: 0;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content-item .number {
    left: -23px;
    top: 50%;
  }
}

.dalekovodna-mreza__content-stanje-mreze {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content-stanje-mreze {
    padding: 5rem 0;
  }
}
.dalekovodna-mreza__content-stanje-mreze .show-desktop {
  display: none;
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content-stanje-mreze .show-desktop {
    display: block;
  }
}
.dalekovodna-mreza__content-stanje-mreze .show-mobile {
  display: block;
}
@media (min-width: 768px) {
  .dalekovodna-mreza__content-stanje-mreze .show-mobile {
    display: none;
  }
}

.prikljucenje .napomena {
  text-align: left;
  font-size: 1.125rem;
  padding: 0 1rem;
  padding-top: 0.0625rem;
}
@media (min-width: 768px) {
  .prikljucenje .napomena {
    text-align: center;
    font-size: 1.25rem;
  }
}
.prikljucenje .napomena ul {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem auto 0;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .prikljucenje .napomena ul {
    text-align: left;
  }
}
.prikljucenje__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .prikljucenje__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
}
.prikljucenje__content .left {
  width: 100%;
  max-width: 1000px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prikljucenje__content .left {
    width: 70%;
  }
}
.prikljucenje__content .left .left-zoom-wrapper {
  position: relative;
  width: 100%;
}
.prikljucenje__content .left .left-zoom-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.prikljucenje__content .left .left-zoom-wrapper .svg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}
.prikljucenje__content .left .left-zoom-wrapper .svg-container svg {
  width: inherit;
  height: inherit;
}
.prikljucenje__content .left .left-zoom-wrapper .svg-container .dalekovod-wrapper {
  cursor: pointer;
}
.prikljucenje__content .left .left-zoom-wrapper .svg-container .dalekovod-wrapper .dalekovod-hitbox {
  pointer-events: all;
}
.prikljucenje__content .left .left-zoom-wrapper .svg-container .dalekovod-wrapper .dalekovod-line {
  pointer-events: none;
  -webkit-transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
  transition: -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease;
  transition: filter 0.15s ease, transform 0.15s ease, -webkit-filter 0.15s ease, -webkit-transform 0.15s ease;
}
.prikljucenje__content .left .left-zoom-wrapper .svg-container .dalekovod-wrapper:active .dalekovod-line {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.prikljucenje__content .right {
  width: 100%;
  max-width: 330px;
	 -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
     user-select: none !important;
}
@media (min-width: 768px) {
  .prikljucenje__content .right {
    width: 30%;
	   -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
     user-select: none !important;
  }
}

.nase-kompanije .text-center {
  text-align: left;
}
@media (min-width: 768px) {
  .nase-kompanije .text-center {
    text-align: center;
  }
}

.nase-kompanije-block {
  border-radius: 5px;
  gap: 1.5rem;
  background-color: rgba(0, 149, 218, 0.05);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 2rem 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .nase-kompanije-block {
    gap: 5rem;
  }
}
@media (min-width: 992px) {
  .nase-kompanije-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5rem;
    padding: 4rem 5rem;
  }
}
.nase-kompanije-block__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .nase-kompanije-block__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 2rem;
  }
}
.nase-kompanije-block__content > img {
  width: auto;
  height: auto;
  max-height: 3.125rem;
}
@media (min-width: 992px) {
  .nase-kompanije-block__content > img {
    max-height: 6.25rem;
  }
}
.nase-kompanije-block__content h2, .nase-kompanije-block__content p {
  margin: 0 !important;
  text-align: left;
}
.nase-kompanije-block__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .nase-kompanije-block__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.nase-kompanije-block__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .nase-kompanije-block--reverse .nase-kompanije-block__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .nase-kompanije-block--reverse .nase-kompanije-block__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.nase-kompanije-block.no-image {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.nase-kompanije-list__title {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: #002741;
}
@media (min-width: 768px) {
  .nase-kompanije-list__title {
    font-size: 1.75rem;
  }
}

.nase-kompanije-block__content p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
  font-size: 1rem;
  color: #231F20;
}
@media (min-width: 768px) {
  .nase-kompanije-block__content p {
    font-size: 1.125rem;
  }
}

.zastita-sredine h1 {
  display: none;
}
.zastita-sredine .section-content {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .zastita-sredine .section-content {
    padding: 5rem 1rem !important;
  }
}
@media (min-width: 992px) {
  .zastita-sredine .section-content .container-compact {
    border-top: 1px dashed #CBCBCB;
    border-bottom: 1px dashed #CBCBCB;
  }
}

.kontakt .map {
  width: 100%;
  height: 270px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #CBCBCB;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .kontakt .map {
    height: 335px;
  }
}
.kontakt .map iframe {
  width: 100%;
  height: 100%;
}
.kontakt .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .kontakt .locations {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.kontakt .location__card {
  background-color: rgba(0, 149, 218, 0.05);
  padding: 1.5rem;
  border-radius: 5px;
  position: relative;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .kontakt .location__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 0.75rem);
            flex: 1 1 calc(50% - 0.75rem);
  }
}
@media (min-width: 992px) {
  .kontakt .location__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 1.5rem);
            flex: 1 1 calc(25% - 1.5rem);
    height: 220px;
    padding: 2rem;
  }
}
.kontakt .location__card img {
  width: 3.4375rem;
  height: 3.4375rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .kontakt .location__card img {
    width: 4.0625rem;
    height: 4.0625rem;
    top: 2rem;
    right: 2rem;
  }
}
.kontakt .location__card p {
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
}
.kontakt .location__card p:last-child {
  margin-bottom: 0;
}
.kontakt .location__card a {
  color: #002741;
}
.kontakt .location__card a:hover {
  text-decoration: underline;
}
.kontakt .location__card .location__title {
  font-weight: 500;
  color: #002741;
}
.kontakt .location__card .location__address {
  font-weight: 400;
  line-height: 1.5;
  color: #002741;
}

.koorporativna-struktura__image {
  max-width: 100%;
  width: 800px;
  overflow-x: auto;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .koorporativna-struktura__image {
    width: 100%;
  }
}
.koorporativna-struktura__image img {
  width: auto;
  min-width: 800px;
  height: auto;
  display: block;
}
.koorporativna-struktura__text {
  font-size: 1rem;
  line-height: 135%;
  color: #ED1C24;
  margin-top: 1.5rem;
  display: block;
}
@media (min-width: 768px) {
  .koorporativna-struktura__text {
    display: none;
  }
}

.vlasnicka-struktura__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 149, 218, 0.1);
  padding-top: 3rem;
  max-width: 93.5%;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .vlasnicka-struktura__container {
    padding: 4rem 5rem;
    max-width: 1312px;
  }
}
@media (min-width: 1600px) {
  .vlasnicka-struktura__container {
    max-width: 1500px;
  }
}
.vlasnicka-struktura__container p {
  text-align: justify;
}
.vlasnicka-struktura__separator {
  width: 100%;
  border: none;
  border-top: 1px dashed #CBCBCB;
  margin: 0 0 2rem 0;
}
.vlasnicka-struktura__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px dashed #CBCBCB;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .vlasnicka-struktura__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 4rem;
  }
}
.vlasnicka-struktura__left {
  width: 100%;
}
@media (min-width: 768px) {
  .vlasnicka-struktura__left {
    width: 50%;
  }
}
.vlasnicka-struktura__right {
  width: 100%;
}
@media (min-width: 768px) {
  .vlasnicka-struktura__right {
    width: 50%;
  }
}
.vlasnicka-struktura .second-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .vlasnicka-struktura .second-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 4rem;
  }
}
.vlasnicka-struktura .second-el .image {
  max-width: 468px;
}
.vlasnicka-struktura .second-el .text small {
  margin-top: 1.25rem;
  display: block;
}
.vlasnicka-struktura__images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .vlasnicka-struktura__images-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vlasnicka-struktura__images-wrapper .image {
  width: 100%;
}
@media (min-width: 768px) {
  .vlasnicka-struktura__images-wrapper .image {
    width: 50%;
  }
}
.vlasnicka-struktura__images-wrapper .image img {
  width: 100%;
  height: auto;
}
.vlasnicka-struktura__images-wrapper .legend-image {
  width: 100%;
}
@media (min-width: 768px) {
  .vlasnicka-struktura__images-wrapper .legend-image {
    width: 50%;
  }
}
.vlasnicka-struktura__images-wrapper .legend-image img {
  width: 100%;
  height: auto;
}

.struktura-elektrana__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .struktura-elektrana__content {
    -ms-grid-columns: 1fr 5rem 1fr 5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
}
.struktura-elektrana__item {
  width: 100%;
}
.struktura-elektrana__item .text {
  text-align: justify;
}

.berza-elektrane__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #F3F3F3;
  padding: 2rem 1rem;
  max-width: 95%;
}
@media (min-width: 992px) {
  .berza-elektrane__wrapper {
    padding: 4rem 5rem;
    max-width: 1312px;
  }
}
@media (min-width: 1600px) {
  .berza-elektrane__wrapper {
    max-width: 1500px;
  }
}
.berza-elektrane__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .berza-elektrane__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.berza-elektrane__content img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .berza-elektrane__content img {
    max-width: 440px;
  }
}
.berza-elektrane__logo {
  max-width: 100%;
  height: auto;
}
.berza-elektrane__text-block {
  width: 100%;
}
.berza-elektrane__text-block blockquote {
  border-left: 5px solid #0095DA;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  color: #231F20;
  font-weight: 400;
}
.berza-elektrane .blockquote-block {
  border-left: 4px solid #0095DA;
  text-align: justify;
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .berza-elektrane .blockquote-block {
    padding-left: 2.875rem;
  }
}

.team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .team-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .team-container {
    padding-top: 5rem;
    min-height: 100vh;
  }
}
.team-container__filters {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .team-container__filters {
    padding-top: 3rem;
  }
}
@media (min-width: 992px) {
  .team-container__filters {
    padding-top: 0;
  }
}
.team-container__select {
  width: 100%;
}
@media (min-width: 992px) {
  .team-container__select {
    display: none;
  }
}
.team-container__filter-items {
  display: none;
}
@media (min-width: 768px) {
  .team-container__filter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.team-container__filter-item {
  background-color: rgba(0, 149, 218, 0.1);
  border: 1px solid #0095DA;
  border-radius: 5px;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.team-container__filter-item.active {
  background-color: #0095DA;
  color: #FFFFFF;
}
.team-container__filter-item.active .icon-arrow-down {
  opacity: 1;
  visibility: visible;
}
.team-container__filter-item:hover {
  background-color: #0095DA;
}
.team-container__filter-item:hover .icon-arrow-down {
  opacity: 1;
  visibility: visible;
}
.team-container__filter-item:hover span {
  color: #FFFFFF;
}
.team-container__filter-item .icon-arrow-down {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 2.5rem;
  height: 2.5rem;
}
.team-container__filter-item .icon-arrow-down svg {
  width: 0.9375rem;
  height: 0.9375rem;
}
.team-container__filter-item span {
  font-weight: 500;
}
.team-container__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-row-align: start;
      align-self: start;
  gap: 1.25rem;
  padding-top: 3rem;
  max-width: 1186px;
  width: 100%;
}
@media (min-width: 576px) {
  .team-container__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .team-container__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .team-container__content {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.team-container__content .team-card {
  max-width: 100%;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (min-width: 768px) {
  .team-container__content .team-card {
    max-width: 23.375rem;
  }
}

.web-consum {
  /* Flatpickr Calendar Custom Styles - Simple and Clean */
}
.web-consum .section__title {
  display: block;
  text-align: center;
  padding-top: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .web-consum .section__title {
    padding-top: 5rem;
  }
}
.web-consum .scada-calendar-container #scadaDatePicker {
  font-family: inherit;
}
.web-consum .scada-calendar-container #scadaDatePicker:focus {
  outline: none;
  border-color: #0095DA;
}
.web-consum .scada-calendar-container .flatpickr-calendar {
  font-family: inherit;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  width: 100% !important;
  max-width: 500px;
  height: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.web-consum .scada-calendar-container .flatpickr-calendar .flatpickr-innerContainer {
  width: 100%;
}
.web-consum .scada-calendar-container .flatpickr-calendar .flatpickr-rContainer {
  width: 100%;
}
.web-consum .scada-calendar-container .flatpickr-months {
  background: #F3F3F3;
  color: #231F20;
  padding: 15px;
  font-size: 1.5rem;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.web-consum .scada-calendar-container .flatpickr-month {
  color: inherit;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.web-consum .scada-calendar-container .flatpickr-months .flatpickr-month {
  margin: 0;
}
.web-consum .scada-calendar-container .flatpickr-prev-month,
.web-consum .scada-calendar-container .flatpickr-next-month {
  color: white;
  fill: white;
  padding: 5px;
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-left: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.web-consum .scada-calendar-container .flatpickr-prev-month:hover,
.web-consum .scada-calendar-container .flatpickr-next-month:hover {
  background: #F3F3F3;
}
.web-consum .scada-calendar-container .flatpickr-months .flatpickr-prev-month {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.web-consum .scada-calendar-container .flatpickr-months .flatpickr-next-month {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.web-consum .scada-calendar-container .flatpickr-weekdays {
  background: #F3F3F3;
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  height: auto;
}
.web-consum .scada-calendar-container .flatpickr-weekdays .flatpickr-weekday {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 24px) / 7);
          flex: 0 0 calc((100% - 24px) / 7);
  width: calc((100% - 24px) / 7);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  min-height: 40px;
  color: #231F20;
  font-weight: 600;
  font-size: 14px;
}
.web-consum .scada-calendar-container .flatpickr-days {
  padding: 15px;
  padding-top: 0;
  background: #F3F3F3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .web-consum .scada-calendar-container .flatpickr-days {
    padding: 30px;
  }
}
.web-consum .scada-calendar-container .flatpickr-calendar .flatpickr-days .flatpickr-day {
  width: calc((100% - 24px) / 7);
  max-width: calc((100% - 24px) / 7);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 24px) / 7);
          flex: 0 0 calc((100% - 24px) / 7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: 30px;
  height: auto;
}
.web-consum .scada-calendar-container .flatpickr-day {
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #CBCBCB;
  font-weight: 500;
}
.web-consum .scada-calendar-container .flatpickr-day:hover {
  background: #e3f2fd;
  color: #0095DA;
  border-color: #0095DA;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.web-consum .scada-calendar-container .flatpickr-day.selected {
  background: #0095DA;
  color: white;
  border-color: #F3F3F3;
  font-weight: 600;
}
.web-consum .scada-calendar-container .flatpickr-day.today {
  background: #0095DA;
  color: #FFFFFF;
  border-color: #F3F3F3;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.web-consum .scada-calendar-container .flatpickr-day.flatpickr-disabled,
.web-consum .scada-calendar-container .flatpickr-day.prev-month-day,
.web-consum .scada-calendar-container .flatpickr-day.next-month-day {
  color: #ccc;
  opacity: 0.5;
}
.web-consum .scada-chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.web-consum .scada-chart-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  max-width: 800px;
  position: relative;
  height: 500px;
  width: 100%;
}
.web-consum .scada-chart-container canvas {
  max-width: 100%;
  height: 500px !important;
  width: 100% !important;
}
.web-consum .scada-calendar-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
}
.web-consum .scada-calendar-container #scadaDatePicker {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
}
.web-consum .scada-calendar-container #scadaDateInfo {
  margin-top: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  display: none;
}
.web-consum .scada-calendar-container #scadaDateInfo h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.web-consum .scada-calendar-container #scadaDateInfo #scadaDateData {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}
.web-consum .scada-calendar-container .flatpickr-current-month {
  width: auto;
  left: 0;
  padding: 0;
  font-weight: bold;
}
.web-consum .scada-calendar-container .dayContainer {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
}
.web-consum .scada-calendar-container .flatpickr-monthDropdown-month {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .web-consum .scada-chart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .web-consum .scada-chart-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
  }
  .web-consum .scada-calendar-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .web-consum .scada-chart-container {
    height: 400px !important;
  }
}
@media (max-width: 480px) {
  .web-consum .scada-chart-container {
    height: 350px !important;
  }
}

/**
 * Utility Classes
 *
 * @package CGES
 * @since 1.0.0
 */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-32-20 {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .mb-32-20 {
    margin-bottom: 2rem;
  }
}

.mb-40 {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 5rem;
  }
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-80 {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .pt-80 {
    padding-top: 5rem;
  }
}

.pt-32 {
  padding-top: 2rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-80 {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .pb-80 {
    padding-bottom: 5rem;
  }
}

.d-none {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.border-top-dashed {
  border-top: 1px dashed #CBCBCB;
}

.no-border {
  border: none;
}

.hr-dashed {
  border-top: 1px dashed #CBCBCB;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  height: 1px;
}

.center-mobile {
  text-align: center;
}

.text-blue-cola {
  color: #0095DA;
}

@media (max-width: 768px) {
  .pb-0-mobile {
    padding-bottom: 0;
  }
}

.max-w {
  max-width: 460px;
}

.fs-24-18 {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fs-24-18 {
    font-size: 1.5rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 600;
}

.fs-16 {
  font-size: 1rem;
  line-height: 135%;
  font-weight: 400;
}

.bg-white {
  background-color: #FFFFFF;
}

.margin-top-auto-minus-value {
  margin-top: auto;
  margin-bottom: 6rem;
}

.margin-top-auto-minus-parent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .margin-top-auto-minus-parent {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}


.point_style img {
  -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(54%) saturate(500%) hue-rotate(355deg) brightness(102%) contrast(86%) !important;
          filter: brightness(0) saturate(100%) invert(78%) sepia(54%) saturate(500%) hue-rotate(355deg) brightness(102%) contrast(86%) !important;
}



@media (max-width: 600px) {
 	.point_style img {
	 width:20px;
	}
}

