@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section,
textarea {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  min-width: 0;
}

:focus {
  outline: 0;
}

sup {
  font-size: 0.5em;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color ease 0.3s;
}

a,
.link,
button,
.button,
select {
  cursor: pointer;
}

select,
textarea,
input,
button {
  font-family: "Roboto", sans-serif;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

strong {
  font-weight: 700;
}

body {
  overflow-x: hidden;
}

input[type=file] {
  display: none;
}

svg {
  transition: all ease 0.3s;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding: 1.2rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 845px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1441px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 845px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1441px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 845px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1441px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "din_probold";
  src: url("../font/dinpro-bold-webfont.woff2") format("woff2"), url("https://www.technal.com/Static/Custom/technal/font/dinpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (min-height: 1080px) {
  html {
    font-size: 62.5%;
  }
}
@media (min-height: 1440px) {
  html {
    font-size: 83.3333333333%;
  }
}
@media (min-height: 1800px) {
  html {
    font-size: 104.1666666667%;
  }
}
@media (min-height: 2160px) {
  html {
    font-size: 125%;
  }
}
@media (min-height: 2520px) {
  html {
    font-size: 145.8333333333%;
  }
}
@media (min-height: 2880px) {
  html {
    font-size: 166.6666666667%;
  }
}
@media (min-height: 3240px) {
  html {
    font-size: 187.5%;
  }
}
@media (min-height: 3600px) {
  html {
    font-size: 208.3333333333%;
  }
}
@media (min-height: 3960px) {
  html {
    font-size: 229.1666666667%;
  }
}
@media (min-height: 4320px) {
  html {
    font-size: 250%;
  }
}

body {
  line-height: 1.2;
  color: black;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}

p {
    line-height: 1.4;
}

::-moz-selection {
  background-color: #006fb4;
  color: white;
}

::selection {
  background-color: #006fb4;
  color: white;
}

h1,
h2,
h3,
h4 {
  font-family: "din_probold", sans-serif;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-size: 3.6rem;
}

h1,
h2,
h4 {
  text-transform: uppercase;
}

h4 {
  font-weight: 400;
}

.lowercase {
  text-transform: initial;
}

.button {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  height: 5.6rem;
  color: white;
  padding: 0 1.6rem;
  background-color: transparent;
  font-size: 1.6rem;
  transition: background-color ease 0.3s;
}
.button__label {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button svg {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  fill: white;
  margin-left: 9.6rem;
  white-space: nowrap;
}
.button:hover, .button:focus {
  background-color: #919ea8;
}
.button:active, .button--active {
  background-color: #444d55;
}
.button--primary {
  background-color: #006fb4;
}
.button--primary:hover, .button--primary:focus {
  background-color: #005d8c;
}
.button--primary:active {
  background-color: #004c72;
}

.icon-button {
  font-size: 0;
  padding: 1.6rem;
  background-color: white;
  border: 0.1rem solid black;
}
.icon-button svg {
  height: 2.4rem;
  width: 2.4rem;
  fill: black;
  position: relative;
}
.icon-button:hover, .icon-button:focus {
  border-color: #919ea8;
}
.icon-button:hover svg, .icon-button:focus svg {
  fill: #919ea8;
}
.icon-button--gray {
  border-color: #919ea8;
}
.icon-button--gray svg {
  fill: #919ea8;
}
.icon-button--gray:hover, .icon-button--gray:focus {
  border-color: #444d55;
}
.icon-button--gray:hover svg, .icon-button--gray:focus svg {
  fill: #444d55;
}

.container {
  max-width: 144rem;
  margin: 0 auto;
  display: block;
  padding: 8rem;
  transition: padding ease 0.3s;
}
.container--small {
  max-width: 112rem;
}
@media (max-width: calc(845px - 1px)) {
  .container {
    padding: 2.4rem !important;
  }
}

.scroll {
  position: fixed;
  bottom: 2.4rem;
  right: 2.4rem;
  transition: border-color ease 0.3s;
  display: none;
}
.scroll svg {
  height: 2.4rem;
  width: 2.4rem;
  transform: rotate(-45deg);
  fill: #919ea8;
  top: 0;
}
.scroll:hover svg, .scroll:focus svg {
  top: -0.4rem;
}
@media (min-width: 845px) {
  .scroll {
    padding: 2.4rem;
    bottom: 8rem;
    right: 8rem;
  }
}

.footer__top {
  text-align: center;
  background-color: black;
  color: white;
}
.footer__top h3 {
  margin-bottom: 2.4rem;
}
.footer__top h2 {
  font-weight: 300;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  text-transform: inherit;
}
.footer__top img {
  display: inline-block;
  width: 4rem;
}
.footer__top li {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.footer__logo {
  width: 9.6rem;
  display: inline-block;
}
.footer__bottom {
  padding-bottom: 0 !important;
  text-align: center;
}
.footer__links {
  font-size: 1.2rem;
  padding: 3.2rem 0 2.4rem;
  margin-top: 1.6rem;
}
.footer__links li {
  display: inline-block;
}
.footer__links li + li::before {
  content: "|";
  margin: 0 0.8rem;
  display: inline-block;
  vertical-align: middle;
}
.footer__links a:hover, .footer__links a:focus {
  text-decoration: underline;
}
@media (min-width: 845px) {
  .footer__top img {
    margin-bottom: 1.6rem;
    width: auto;
    height: 6rem;
  }
  .footer__top li {
    display: block;
    text-align: center;
  }
  .footer__bottom {
    text-align: left;
  }
  .footer__links {
    text-align: center;
    background-color: black;
    color: white;
    padding: 4rem 2.4rem 2.4rem 2.4rem;
  }
}

.home {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.home__slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.home__slider .slick-list,
.home__slider .slick-track {
  height: 100%;
}
.home__slider .slick-slide {
  position: relative;
}
.home__slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/slider/slider-gradient.svg");
  background-size: cover;
  z-index: 1;
}
.home__slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home__slider .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.home__content {
  color: white;
}
.home__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2.4rem 8rem;
  color: white;
  position: relative;
  z-index: 1;
}
.home__logo {
  display: block;
  width: 10rem;
}
.home__logo:hover .home__hover, .home__logo:focus .home__hover {
  fill: #005d8c;
}
.home__logo:active .home__hover {
  fill: #004c72;
}
.home__hover {
  transition: fill ease 0.3s;
}
.home__header ul {
  display: flex;
  justify-content: space-between;
}
.home .button--primary {
  font-size: 0;
  gap: 0;
}
.home .button--primary svg {
  margin-left: 0;
}
.home h2 {
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 1;
  margin-bottom: 1.6rem;
}
.home h2 span {
  display: none;
}
.home h2 span:nth-child(1) {
  display: block;
}
.home p {
  font-size: 1.8rem;
}
.home__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: none;
  z-index: 2;
}
.home__stop {
  font-size: 0;
  padding: 0.8rem;
  border: 0.1rem solid white;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: none;
  z-index: 2;
}
.home__stop svg {
  height: 2.4rem;
  width: 2.4rem;
  fill: white;
  stroke: white;
  stroke-width: 0.1rem;
  transform: rotate(-45deg);
}
.home__stop:hover svg, .home__stop:focus svg {
  transform: rotate(-135deg);
}
.home__nav {
  opacity: 0;
  transition: opacity ease 0.3s;
  pointer-events: none;
}
.home__nav ul {
  display: flex;
  gap: 2.4rem;
}
.home__nav li {
  flex: 1 1 0px;
  min-width: 0;
  border-bottom: 0.1rem solid white;
}
.home__nav .button {
  width: 100%;
  text-align: left;
}
.home__nav .button svg {
  margin-left: auto;
}
@media (min-width: 845px) {
  .home__container {
    justify-content: start;
  }
  .home__content {
    width: 50%;
    max-width: 64rem;
  }
  .home__nav {
    opacity: 1;
    pointer-events: inherit;
    margin-top: auto;
  }
  .home .button--primary {
    font-size: 1.6rem;
    gap: 1.6rem;
  }
  .home .button--primary svg {
    margin-left: 9.6rem;
  }
}

.websites h2 {
  margin-bottom: 2.4rem;
}
.websites h3 {
  font-size: 2.8rem;
}
.websites ul {
  padding: 0 1.6rem 1.6rem 1.6rem;
}
.websites a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.websites a h4 {
  transition: color ease 0.3s;
}
.websites a:hover h4, .websites a:focus h4 {
  color: #919ea8;
}
.websites summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.6rem;
  transition: color ease 0.3s;
}
.websites summary:hover, .websites summary:focus {
  color: #919ea8;
}
.websites summary:hover svg, .websites summary:focus svg {
  transform: rotate(90deg);
  fill: #919ea8;
}
.websites details + details {
  border-top: 0.1rem solid #919ea8;
}
.websites details[open] summary {
  color: #919ea8;
}
.websites details[open] summary svg {
  fill: #919ea8;
  transform: rotate(0deg);
}
.websites details[open] summary svg use {
  display: none;
}
.websites details[open] summary svg use + use {
  display: block;
}
.websites svg {
  height: 3.2rem;
  width: 3.2rem;
}

.brand {
  background-color: black;
  color: white;
}
.brand h2 {
  margin-bottom: 1.6rem;
}
.brand img {
  width: 100%;
}
@media (min-width: 845px) {
  .brand h2 {
    margin-bottom: 8rem;
  }
  .brand p {
    font-size: 1.8rem;
  }
  .brand .row > div:last-child {
    padding-left: 8rem;
  }
}

.hydro {
  padding: 4rem 0;
}
.hydro__container {
  padding: 4rem 8rem;
}
.hydro h1 {
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid black;
}
.hydro ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1em;
}
.hydro__carousel {
  flex-grow: 1;
}
.hydro__title {
  padding-top: 4rem;
  margin-bottom: 4rem;
  border-top: 0.1rem solid black;
}
.hydro h2 {
  margin-bottom: 1.6rem;
}
.hydro__img {
  width: 100%;
}
.hydro__carousel {
  width: 100%;
  margin-top: 2.4rem;
}
.hydro .slick-list {
  padding-right: 3rem !important;
}
.hydro .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hydro .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.hydro .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.hydro .slick-slide--next,
.hydro .slick-slide--next2 {
  display: block;
}
.hydro .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.hydro .slick-slide--next {
  opacity: 1;
  transform: translate3d(3.25rem, 0, -1rem);
  z-index: 1;
  perspective: 1000px;
}
.hydro .slick-slide--next2 {
  opacity: 1;
  transform: translate3d(8rem, 0, -2rem);
  z-index: 0;
  perspective: 1000px;
}
.hydro .slick-arrow {
  background-color: transparent;
}
.hydro__slide {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.hydro__nav {
  display: none;
}
@media (min-width: 845px) {
  .hydro h2 {
    margin-bottom: 0;
  }
  .hydro__small {
    display: flex;
    justify-content: space-between;
    gap: 8rem;
  }
  .hydro__small > div {
    width: 45%;
  }
  .hydro__small > div + div {
    width: 55%;
  }
  .hydro__title {
    display: flex;
    gap: 8rem;
  }
  .hydro__carousel {
    margin-top: 0;
  }
  .hydro__nav {
    font-size: 0;
    display: flex;
    align-items: flex-end;
    position: relative;
    top: -3.2rem;
    left: -3.2rem;
  }
  .hydro .slick-slide--next {
    transform: translate3d(4rem, 0, -1rem);
  }
  .hydro__prev svg {
    left: 0;
  }
  .hydro__prev:hover svg, .hydro__prev:focus svg {
    left: -0.4rem;
  }
  .hydro__next {
    margin-left: -0.1rem;
  }
  .hydro__next svg {
    right: 0;
  }
  .hydro__next:hover svg, .hydro__next:focus svg {
    right: -0.4rem;
  }
  .hydro__index {
    font-size: 1.4rem;
    display: inline-block;
  }
  .hydro__index:first-of-type {
    margin-left: 1.6rem;
  }
  .hydro__index:first-of-type::after {
    content: "/";
  }
}
@media (min-width: calc(1024px + 1px)) {
  .hydro h2 {
    flex-shrink: 0;
  }
}