@charset "UTF-8";
/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.case-study {
  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;
}
.case-study__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 6.4rem 0;
}
.case-study__content .outher-box {
  position: relative;
  border-radius: 1.2rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d5358), to(#121619));
  background: linear-gradient(to bottom, #4d5358, #121619);
}
.case-study__content .outher-box .case-study__content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 113.6759rem;
  padding: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  border-radius: 1.2rem;
  background: #121619;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(33, 39, 42, 0.19);
          box-shadow: 0px 20px 80px 0px rgba(33, 39, 42, 0.19);
}
.case-study__content .outher-box .case-study__content-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.2rem 4rem;
  -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: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.case-study__content .outher-box .case-study__content-box-text .description {
  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: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.case-study__content .outher-box .case-study__content-box-text .description .header {
  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: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media only screen and (max-width: 900px) {
  .case-study__content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-study__content-box-text .description {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .case-study__content-box-text .description .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  .case-study__content .outher-box .case-study__content-box-text {
    padding: 0;
  }
  .case-study__content .outher-box .case-study__content-box-text .description {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
  }
  .case-study__content .outher-box .case-study__content-box-text .description .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 5rem;
  background: #c1c7cd;
  height: 0.1rem;
}

.swiper-button-next,
.swiper-button-prev {
  top: 41rem;
  width: 90%;
}

main::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 42.1rem;
  height: 94.8rem;
  background-image: url("../../images/vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 3.2rem;
  left: 0;
  z-index: 1;
}

.ambient-energy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.8rem;
  margin: 0 auto;
}
.ambient-energy__col-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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 4rem;
  padding: 22.2rem 0 22.2rem 15.2rem;
  position: relative;
}
.ambient-energy__arrow {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.ambient-energy .orange-left-col {
  width: 100%;
  max-width: 77.3rem;
  height: 78.3rem;
  position: absolute;
  background-image: url("../../images/background-left-col.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: -5.65rem;
  right: -3rem;
  z-index: 0;
  stroke-width: 1px;
  stroke: #d45028;
  opacity: 0.5;
}
.ambient-energy__col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-top: 5.2rem;
  position: relative;
  display: block;
}
.ambient-energy__tablet {
  display: none;
}
.ambient-energy .orange {
  width: 100%;
  max-width: 75.3rem;
  height: 78.8rem;
  left: -5rem;
  top: -5.63rem;
  z-index: 2;
  position: absolute;
  background: var(--cool-grey-cool-grey-10, #121619);
  background-image: url("../../images/background-icons.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.ambient-energy .orange::before {
  content: "";
  width: 100%;
  max-width: 24.7rem;
  height: 100%;
  position: absolute;
  background-image: url("../../images/background-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  left: -24.6rem;
  top: 0;
}
.ambient-energy__hero {
  position: relative;
  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.6rem;
  z-index: 2;
}
.ambient-energy__hero-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  border-radius: 10rem;
  border: 1px solid var(--Cool-grey-Cool-grey-30, #343a3f);
}
.ambient-energy__hero-subtitle svg {
  color: var(--White, #fff);
}
.ambient-energy__hero-subtitle .subtitle-text {
  color: var(--White, #fff);
  font-family: "Overused-Grotesk-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.28rem;
  text-transform: uppercase;
}
.ambient-energy__hero h1 {
  width: 100%;
  max-width: 75.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.54)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.54) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.131147541;
}
.ambient-energy__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  position: relative;
  z-index: 2;
}
.ambient-energy__icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 15.2rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ambient-energy__icons .line {
  width: 100%;
  max-width: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.7;
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}
.ambient-energy__icons .line::before {
  content: "";
  width: 100%;
  max-width: 0.1rem;
  height: 6rem;
  background: #343a3f;
  opacity: 0.7;
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}
.ambient-energy__icons .line:last-child {
  opacity: 0;
}
.ambient-energy__icons .line.active::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#343a3f));
  background: linear-gradient(to top, #fff 0%, #343a3f 100%);
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}
.ambient-energy__icon {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.ambient-energy__icon p {
  color: var(--White, #fff);
  opacity: 0;
}
.ambient-energy__icon.active {
  opacity: 1;
}
.ambient-energy__icon.active p {
  opacity: 1;
}
.ambient-energy__icon.active .outher-box .ambient-energy__icon-box svg g path {
  fill: var(--White, #fff);
}
.ambient-energy__icon .outher-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.8rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right bottom, from(#4d5358), to(#121619));
  background: linear-gradient(to bottom right, #4d5358, #121619);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.2rem;
          flex: 0 0 5.2rem;
}
.ambient-energy__icon .outher-box .ambient-energy__icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 5.2rem;
  height: 5.2rem;
  padding: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.8rem;
  border: 1px solid transparent;
  background: var(--cool-grey-cool-grey-20, #21272a);
}
.ambient-energy__icon .outher-box .ambient-energy__icon-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: -webkit-gradient(linear, left top, right top, from(red), to(orange));
  background: linear-gradient(to right, red, orange);
}
.ambient-energy__icon .outher-box .ambient-energy__icon-box svg g path {
  fill: var(--cool-grey-cool-grey-40, #4d5358);
}

.commodities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}
.commodities__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6.4rem 0;
  gap: 6.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  z-index: 5;
}
.commodities__content h3 {
  width: 100%;
  max-width: 49rem;
}
.commodities__content-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 113.6rem;
  height: 3.6rem;
  border-bottom: 2px solid #343a3f;
}
.commodities__content-tabs .subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 28.5rem;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.commodities__content-tabs .tablink {
  background: var(--cool-grey-cool-grey-10, #121619);
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.commodities__content-tabs .tablink::before {
  content: "";
  width: 100%;
  max-width: 26rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  opacity: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.commodities__content-tabs .tablink.active, .commodities__content-tabs .tablink:hover {
  color: var(--Primary-color, #f4511e);
}
.commodities__content-tabs .tablink.active::before, .commodities__content-tabs .tablink:hover::before {
  opacity: 1;
  border-bottom-color: var(--Primary-color, #f4511e);
}
.commodities__content #elektrinaPlynTab,
.commodities__content #plynTab,
.commodities__content #emisniPovolenkyTab,
.commodities__content #kurzyTab {
  width: 100%;
  overflow: hidden;
}
.commodities__content .tabcontent {
  gap: 7.7rem;
}
.commodities__content .tabcontent .graf_elektrina,
.commodities__content .tabcontent .graf_plyn,
.commodities__content .tabcontent .graf_emisni_povolenky,
.commodities__content .tabcontent .graf_kurzy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 56rem;
  -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;
}
.commodities__content .tabcontent .graf_elektrina table,
.commodities__content .tabcontent .graf_plyn table,
.commodities__content .tabcontent .graf_emisni_povolenky table,
.commodities__content .tabcontent .graf_kurzy table {
  width: 100%;
  min-width: 41rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6rem;
  border: 1px solid var(--cool-grey-cool-grey-30, #343a3f);
}
.commodities__content .tabcontent .graf_elektrina table thead tr,
.commodities__content .tabcontent .graf_plyn table thead tr,
.commodities__content .tabcontent .graf_emisni_povolenky table thead tr,
.commodities__content .tabcontent .graf_kurzy table thead tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commodities__content .tabcontent .graf_elektrina table thead tr th,
.commodities__content .tabcontent .graf_plyn table thead tr th,
.commodities__content .tabcontent .graf_emisni_povolenky table thead tr th,
.commodities__content .tabcontent .graf_kurzy table thead tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: var(--cool-grey-cool-grey-20, #21272a);
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
}
.commodities__content .tabcontent .graf_elektrina table thead tr th:nth-child(1),
.commodities__content .tabcontent .graf_plyn table thead tr th:nth-child(1),
.commodities__content .tabcontent .graf_emisni_povolenky table thead tr th:nth-child(1),
.commodities__content .tabcontent .graf_kurzy table thead tr th:nth-child(1) {
  width: 100%;
  max-width: 27.2rem;
  border-radius: 1.6rem 0 0 0;
}
.commodities__content .tabcontent .graf_elektrina table thead tr th:nth-child(2), .commodities__content .tabcontent .graf_elektrina table thead tr th:nth-child(3),
.commodities__content .tabcontent .graf_plyn table thead tr th:nth-child(2),
.commodities__content .tabcontent .graf_plyn table thead tr th:nth-child(3),
.commodities__content .tabcontent .graf_emisni_povolenky table thead tr th:nth-child(2),
.commodities__content .tabcontent .graf_emisni_povolenky table thead tr th:nth-child(3),
.commodities__content .tabcontent .graf_kurzy table thead tr th:nth-child(2),
.commodities__content .tabcontent .graf_kurzy table thead tr th:nth-child(3) {
  width: 100%;
  max-width: 14.4rem;
}
.commodities__content .tabcontent .graf_elektrina table thead tr th:nth-child(3),
.commodities__content .tabcontent .graf_plyn table thead tr th:nth-child(3),
.commodities__content .tabcontent .graf_emisni_povolenky table thead tr th:nth-child(3),
.commodities__content .tabcontent .graf_kurzy table thead tr th:nth-child(3) {
  border-radius: 0 1.6rem 0 0;
}
.commodities__content .tabcontent .graf_elektrina table tbody tr,
.commodities__content .tabcontent .graf_plyn table tbody tr,
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr,
.commodities__content .tabcontent .graf_kurzy table tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commodities__content .tabcontent .graf_elektrina table tbody tr:nth-child(odd) td,
.commodities__content .tabcontent .graf_plyn table tbody tr:nth-child(odd) td,
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr:nth-child(odd) td,
.commodities__content .tabcontent .graf_kurzy table tbody tr:nth-child(odd) td {
  background: var(--cool-grey-cool-grey-10, #121619);
}
.commodities__content .tabcontent .graf_elektrina table tbody tr:last-child td:nth-child(1),
.commodities__content .tabcontent .graf_plyn table tbody tr:last-child td:nth-child(1),
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr:last-child td:nth-child(1),
.commodities__content .tabcontent .graf_kurzy table tbody tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 1.6rem;
}
.commodities__content .tabcontent .graf_elektrina table tbody tr:last-child td:nth-child(3),
.commodities__content .tabcontent .graf_plyn table tbody tr:last-child td:nth-child(3),
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr:last-child td:nth-child(3),
.commodities__content .tabcontent .graf_kurzy table tbody tr:last-child td:nth-child(3) {
  border-radius: 0 0 1.6rem 0;
}
.commodities__content .tabcontent .graf_elektrina table tbody tr:hover td,
.commodities__content .tabcontent .graf_plyn table tbody tr:hover td,
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr:hover td,
.commodities__content .tabcontent .graf_kurzy table tbody tr:hover td {
  color: var(--White, #fff);
}
.commodities__content .tabcontent .graf_elektrina table tbody tr td,
.commodities__content .tabcontent .graf_plyn table tbody tr td,
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr td,
.commodities__content .tabcontent .graf_kurzy table tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: var(--cool-grey-cool-grey-20, #21272a);
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.commodities__content .tabcontent .graf_elektrina table tbody tr td:nth-child(1),
.commodities__content .tabcontent .graf_plyn table tbody tr td:nth-child(1),
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr td:nth-child(1),
.commodities__content .tabcontent .graf_kurzy table tbody tr td:nth-child(1) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 27.2rem;
}
.commodities__content .tabcontent .graf_elektrina table tbody tr td:nth-child(2), .commodities__content .tabcontent .graf_elektrina table tbody tr td:nth-child(3),
.commodities__content .tabcontent .graf_plyn table tbody tr td:nth-child(2),
.commodities__content .tabcontent .graf_plyn table tbody tr td:nth-child(3),
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr td:nth-child(2),
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr td:nth-child(3),
.commodities__content .tabcontent .graf_kurzy table tbody tr td:nth-child(2),
.commodities__content .tabcontent .graf_kurzy table tbody tr td:nth-child(3) {
  width: 100%;
  max-width: 14.4rem;
}
.commodities__content .tabcontent .graf_elektrina table tbody tr .warning-box span,
.commodities__content .tabcontent .graf_plyn table tbody tr .warning-box span,
.commodities__content .tabcontent .graf_emisni_povolenky table tbody tr .warning-box span,
.commodities__content .tabcontent .graf_kurzy table tbody tr .warning-box span {
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  background: var(--Warning, #e41818);
}

.chart-container {
  width: 100%;
  max-width: 49.9rem;
  position: relative;
  height: 29.07rem;
}

.our-services {
  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: 1rem;
}
.our-services__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;
  gap: 4rem;
  padding: 5.8rem 0 8.1rem 0;
}
.our-services__content-header {
  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: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.our-services__content-header h3 {
  color: var(--White, #fff);
}
.our-services__content-header .description {
  width: 100%;
  max-width: 59rem;
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
  text-align: center;
}
.our-services__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-services__boxes .outher-box {
  position: relative;
  border-radius: 0.8rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d5358), to(#121619));
  background: linear-gradient(to bottom, #4d5358, #121619);
}
.our-services__boxes .outher-box .our-services__boxes-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 36.8rem;
  padding: 2.4rem;
  -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: 2.4rem;
  border-radius: 0.8rem;
  background: var(--cool-grey-cool-grey-20, #21272a);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-services__boxes .outher-box .our-services__boxes-card:hover .our-services__boxes-card-content .btn-secondary-orange {
  color: var(--Orange-40, #ff7043);
}
.our-services__boxes .outher-box .our-services__boxes-card:hover .our-services__boxes-card-content .btn-secondary-orange .btn-arrow {
  background-image: url("../../images/btn-arrow-right-line.svg");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-services__boxes .outher-box .our-services__boxes-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #343a3f 0%, #697077 100%, #4d5358 100%);
}
.our-services__boxes .outher-box .our-services__boxes-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.our-services__boxes .outher-box .our-services__boxes-card-content .card-description {
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
  min-height: 10rem;
}
.our-services__boxes .outher-box .our-services__boxes-card-content .btn-secondary-orange {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.logos {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #161a1d;
}
.logos__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;
  gap: 4rem;
  padding: 8.2rem 2.5rem;
}
.logos__content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8rem;
}

.about-us {
  width: 100%;
  max-width: 113.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 11.4rem 2.5rem 17.6rem 2.5rem;
  margin: 0 auto;
}
.about-us__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.about-us__content .btn-primary {
  max-width: 9.5rem;
}
.about-us__content-text {
  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: 2.4rem;
}
.about-us__content-text .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 46.5rem;
  -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: 0.4rem;
}
.about-us__content-text .header .subheader {
  color: var(--cool-grey-cool-grey-50, #697077);
}
.about-us__content-text .about-description {
  width: 100%;
  max-width: 46.5rem;
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
}
.about-us__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 56.1rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-us__card-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 27.2rem;
  padding: 2.4rem;
  -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.6rem;
}
.about-us__card-number:first-child {
  border-right: 1px solid var(--cool-grey-cool-grey-40, #4d5358);
  border-bottom: 1px solid var(--cool-grey-cool-grey-40, #4d5358);
}
.about-us__card-number:nth-child(2) {
  border-bottom: 1px solid var(--cool-grey-cool-grey-40, #4d5358);
}
.about-us__card-number:nth-child(3) {
  border-right: 1px solid var(--cool-grey-cool-grey-40, #4d5358);
}
.about-us__card-number-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.about-us__card-number-content h3 {
  color: var(--Cool-grey-Cool-grey-80, #c1c7cd);
}
.about-us__card-number-content .number-description {
  color: var(--cool-grey-cool-grey-60, #878d96);
}

.read-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 144rem;
  padding: 6.4rem 2.5rem;
  -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;
}
.read-blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 113.6rem;
  -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: 4rem;
  margin: 0 auto;
}
.read-blog__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.read-blog__content-header .btn-secondary-orange {
  width: 100%;
  max-width: 13rem;
}
.read-blog__cards {
  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: 4rem;
  height: auto;
}
.read-blog__cards .swiper-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  margin-top: 3rem;
}
.read-blog__cards .swiper-arrow .custom-arrow-left,
.read-blog__cards .swiper-arrow .custom-arrow-right {
  cursor: pointer;
}
.read-blog__cards-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.read-blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 36.8rem;
  -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.6rem;
}
.read-blog__card:hover .read-blog__card-image {
  border-radius: 0.8rem;
}
.read-blog__card:hover .read-blog__card-image img {
  opacity: 0.8;
}
.read-blog__card:hover .read-blog__card-text .read-blog__card-text-description .sbt,
.read-blog__card:hover .read-blog__card-text .read-blog__card-text-description h6 {
  color: var(--White, #fff);
}
.read-blog__card-image {
  position: relative;
  width: 100%;
  max-width: 36.4rem;
  max-height: 24rem;
  background-color: white;
  border: 1px solid var(--cool-grey-cool-grey-40, #4d5358);
  border-radius: 0.8rem;
}
.read-blog__card-image img {
  width: 100%;
  max-width: 36.4rem;
  height: 24rem;
  border: 1px solid var(--cool-grey-cool-grey-40, #4d5358);
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-blog__card-text {
  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.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.read-blog__card-text-description {
  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: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.read-blog__card-text-description .sbt {
  color: var(--cool-grey-cool-grey-70, #a2a9b0);
}
.read-blog__card-text-description h6 {
  color: var(--Cool-grey-Cool-grey-70, #a2a9b0);
}

@media only screen and (max-width: 1125px) {
  .ambient-energy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .ambient-energy__col-left {
    margin: 0 auto;
    padding: 8.2rem 0 5rem 0rem;
    text-align: center;
  }
  .ambient-energy__col-left .orange-left-col {
    height: 76.3rem;
    top: -5.55rem;
  }
  .ambient-energy__col-right {
    display: none;
  }
  .ambient-energy__tablet {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ambient-energy__hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ambient-energy__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ambient-energy__arrow {
    display: none;
  }
  .commodities__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0;
  }
  .commodities__content .tabcontent {
    width: 100%;
    -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;
  }
  .about-us {
    padding: 11.4rem 2.5rem 2.5rem 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .commodities__content-tabs .tablink.active::before, .commodities__content-tabs .tablink:hover::before {
    max-width: 22rem;
  }
}
@media only screen and (max-width: 900px) {
  .about-us {
    -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;
  }
  .about-us__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about-us__content-text .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .case-study__content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .case-study__content-box-text .description {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .case-study__content-box-text .description .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 850px) {
  .commodities__content-tabs .tablink.active::before, .commodities__content-tabs .tablink:hover::before {
    max-width: 19rem;
  }
}
@media only screen and (max-width: 768px) {
  .ambient-energy__col-left .orange-left-col {
    right: 0;
  }
  .commodities__content-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 35.2rem;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 0.8rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: none;
  }
  .commodities__content-tabs .tablink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 17.2rem;
    padding: 0.8rem 2.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 20rem;
    border: 1px solid var(--Cool-grey-Cool-grey-80, #c1c7cd);
  }
  .commodities__content-tabs .tablink::before {
    display: none;
  }
  .commodities__content-tabs .tablink:hover, .commodities__content-tabs .tablink.active {
    border: 1px solid var(--White, #fff);
  }
  .commodities__content-tabs .tablink:hover.subheader, .commodities__content-tabs .tablink.active.subheader {
    color: var(--White, #fff);
  }
  .commodities__content-tabs .tablink.subheader {
    font-family: "Overused-Grotesk-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    font-style: normal;
    line-height: normal;
    text-transform: none;
    color: var(--Cool-grey-Cool-grey-70, #a2a9b0);
  }
  .commodities__content #elektrinaPlynTab,
  .commodities__content #plynTab,
  .commodities__content #emisniPovolenkyTab,
  .commodities__content #kurzyTab {
    width: 100%;
  }
  .commodities__content .tabcontent .graf_elektrina table tbody tr td:nth-child(1),
  .commodities__content .tabcontent .graf_plyn table tbody tr td:nth-child(1),
  .commodities__content .tabcontent .graf_emisni_povolenky table tbody tr td:nth-child(1),
  .commodities__content .tabcontent .graf_kurzy table tbody tr td:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .commodities__content .tabcontent .graf_elektrina table tbody .warning-box .warning-text,
  .commodities__content .tabcontent .graf_plyn table tbody .warning-box .warning-text,
  .commodities__content .tabcontent .graf_emisni_povolenky table tbody .warning-box .warning-text,
  .commodities__content .tabcontent .graf_kurzy table tbody .warning-box .warning-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 522px) {
  .about-us__card-number:first-child {
    border-right: none;
    border-bottom: none;
  }
  .about-us__card-number:nth-child(2) {
    border-bottom: none;
  }
  .about-us__card-number:nth-child(3) {
    border-right: none;
  }
  .about-us__card-number:not(:last-child) {
    border-bottom: 1px solid var(--cool-grey-cool-grey-40, #4d5358);
  }
}
@media only screen and (max-width: 500px) {
  .ambient-energy__col-left {
    padding: 5rem 0;
  }
  .about-us {
    gap: 6.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-us__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: start;
  }
  .about-us__content-text .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-us__card-number {
    max-width: 100%;
  }
  .our-services__content-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .our-services__content-header .description {
    text-align: start;
  }
  .our-services__boxes .outher-box {
    width: 100%;
  }
  .our-services__boxes .outher-box .our-services__boxes-card {
    max-width: 100%;
  }
}
@media only screen and (max-width: 490px) {
  .ambient-energy__hero h1 {
    --fs-rate: 0.65;
  }
}
@media only screen and (max-width: 435px) {
  .ambient-energy__hero h1 {
    --fs-rate: 0.5;
  }
}
@media only screen and (max-width: 432px) {
  .logos__content-icon {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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;
  }
}
/*# sourceMappingURL=home.css.map */
