@import url("../fonts/aktiv-grotesk/aktiv-grotesk.css");
.container, .container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 567px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 776px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.container-right {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 0;
  margin-right: auto;
  width: auto;
}

@media (min-width: 567px) {
  .container-right {
    max-width: 540px;
  }
}
@media (min-width: 776px) {
  .container-right {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .container-right {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-right {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-right {
    max-width: 1320px;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "AktivGrotesk", sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */
textarea {
  overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

/**
    * Set image
     */
img,
video,
iframe {
  max-width: 100%;
}

body {
  background: #F5F9FD;
}
body.subpage {
  background: white;
}

.mw-1000 {
  max-width: 1000px;
}

.default-heading {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.default-heading.blue h2, .default-heading.blue h3 {
  color: #2151a1;
}
.default-heading.right:after {
  content: "";
  width: 116%;
  height: 95px;
  position: absolute;
  right: -15%;
  top: -32px;
  background: url(../img/icons/long-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .default-heading.right:after {
    display: none;
  }
}
.default-heading.left:after {
  content: "";
  width: 116%;
  height: 95px;
  position: absolute;
  left: -15%;
  top: -32px;
  background: url(../img/icons/long-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .default-heading.left:after {
    display: none;
  }
}
.default-heading h2 {
  color: #153676;
  font-size: 2rem;
  font-weight: bold;
}
.default-heading h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #153676;
}
.default-heading p {
  color: #2151a1;
  margin-top: 1rem;
}

.arrow-left {
  overflow: hidden;
  display: block;
}
.arrow-left:after {
  display: block;
  content: "";
  width: 86%;
  height: 95px;
  background: url(../img/icons/long-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.arrow-right {
  overflow: hidden;
  display: block;
}
.arrow-right:after {
  display: block;
  content: "";
  width: 116%;
  height: 95px;
  background: url(../img/icons/long-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.arrow-right.heading-small,
.arrow-left.heading-small {
  margin-top: -95px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .arrow-right.heading-small,
  .arrow-left.heading-small {
    margin-top: -79px;
  }
}
@media screen and (max-width: 991px) {
  .arrow-right.heading-small,
  .arrow-left.heading-small {
    margin-top: -75px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 776px) {
  .arrow-right.heading-small,
  .arrow-left.heading-small {
    margin-top: -67px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 567px) {
  .arrow-right.heading-small,
  .arrow-left.heading-small {
    margin-top: -55px;
    margin-bottom: 0;
  }
}
.arrow-right.heading-large,
.arrow-left.heading-large {
  margin-top: -95px;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 1200px) {
  .arrow-right.heading-large,
  .arrow-left.heading-large {
    margin-top: -79px;
  }
}
@media screen and (max-width: 991px) {
  .arrow-right.heading-large,
  .arrow-left.heading-large {
    margin-top: -90px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 776px) {
  .arrow-right.heading-large,
  .arrow-left.heading-large {
    margin-top: -78px;
  }
}
@media screen and (max-width: 567px) {
  .arrow-right.heading-large,
  .arrow-left.heading-large {
    margin-top: -95px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .arrow-right.heading-large,
  .arrow-left.heading-large {
    margin-top: -85px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 567px) {
  .arrow-right.sm-pt,
  .arrow-left.sm-pt {
    padding-top: 1rem;
  }
}

.subpage .hero h1 {
  max-width: 100%;
}

.subpage .hero h1.news-head {
  min-height: 80px;
}
@media screen and (min-width: 991px) {
  .subpage .hero h1.news-head {
    min-height: 135px;
  }
}

.body-spacing {
  margin-bottom: 4rem;
}

.mapbg {
  background: url(../img/icons/mapbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 567px) {
  .mapbg {
    background-position: center;
  }
}

#project-desc {
  color: black;
  line-height: 1.5;
}

.header {
  padding: 3rem 2rem;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 1rem;
    background: white;
  }
}
.header.scroll {
  background: white;
}
.header.scroll .header-content-menu {
  background: white;
}
.header.scroll .header-content-menu::after {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 100%);
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content-logo {
  position: relative;
}
.header-content-logo-link {
  position: relative;
  z-index: 2;
  display: block;
}
.header-content-logo-line span {
  display: block;
  content: "";
  width: 50vw;
  height: 35px;
  background: url("../img/icons/logo-line.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: -12vw;
}
@media screen and (max-width: 1200px) {
  .header-content-logo-line span {
    top: 8px;
    width: 252px;
    height: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .header-content-logo-line span::after {
    content: "";
    position: absolute;
    height: 33px;
    top: 0;
    right: 0;
    width: 100px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 100%);
  }
}
@media screen and (max-width: 1200px) {
  .header-content-logo img {
    max-width: 100px;
  }
}
.header-content-mobile {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
  background: white;
}
@media screen and (min-width: 1200px) {
  .header-content-mobile {
    display: none;
  }
}
.header-content-mobile::after {
  content: "";
  position: absolute;
  height: 46px;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 50px;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 100%);
}
.header-content-mobile::before {
  content: "";
  position: absolute;
  height: 46px;
  top: 0;
  width: 100%;
  background-color: white;
  left: 0;
  z-index: -1;
}
.header-content-button {
  background: none;
  border: none;
  cursor: pointer;
  height: 14px;
  margin: 0;
  outline: none;
  position: relative;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 20px;
  z-index: 100;
}
.header-content-button span {
  background: #153676;
  border-radius: 9px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.header-content-button span:first-child {
  top: 0px;
}
.header-content-button span:nth-child(2) {
  top: 6px;
}
.header-content-button span:nth-child(3) {
  top: 12px;
}
.header-content-menu {
  z-index: 2;
  padding: 0 0.5rem;
  background: #F5F9FD;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .header-content-menu::after {
    position: absolute;
    height: 74px;
    top: 0;
    left: 0;
    width: 100px;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, #F5F9FD 100%);
  }
}
@media screen and (max-width: 1200px) {
  .header-content-menu {
    top: -100%;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: white;
    transition: 0.25s ease-in-out;
    border-top: 1px solid #868686;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header-content-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2rem;
}
@media screen and (max-width: 1400px) {
  .header-content-menu ul {
    gap: 2rem 1.5rem;
  }
}
.header-content-menu ul li {
  position: relative;
  padding-bottom: 8px;
}
.header-content-menu ul li a {
  color: #2151a1;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .header-content-menu ul li a {
    font-size: 0.875rem;
  }
}
.header-content-menu ul li a:hover, .header-content-menu ul li a.active {
  color: #153676;
}
.header-content-menu ul li:hover:has(.submenu) .submenu {
  display: block;
}
.header-content-menu ul .submenu {
  width: 364px;
  display: none;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 2px 4px 6.5px 0px rgba(10, 27, 60, 0.1);
}
.header-content-menu ul .submenu li {
  padding: 1rem 1.5rem;
  color: #3788dd;
  border-bottom: 1px solid #CCE0F5;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0px;
}
.header-content-menu ul .submenu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content-menu ul .submenu li a i {
  width: 24px;
  height: 24px;
  border: 2px solid #868686;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #868686;
  font-size: 18px;
}
.header-content-menu ul .submenu li:hover:after {
  display: none;
}
.header-content-action {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-content-language-active {
  width: 31px;
  height: 31px;
  padding: 1px;
  border-radius: 50px;
  border: 1px solid #868686;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.open .header-content-menu {
  top: 62px;
}
.header.open .header-content-menu ul {
  gap: 0.75rem;
  flex-direction: column;
}

.subpage .header-content-menu {
  background: white;
}
.subpage .header-content-menu::after {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 100%);
}

.footer {
  background: #0A1B3C;
  overflow-x: hidden;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer-content::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  content: "";
  width: 50vw;
  height: 54px;
  background: url(../img/icons/line-footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 776px) {
  .footer-content::before {
    width: 120vw;
    top: 64px;
    left: -14px;
  }
}
@media screen and (max-width: 991px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-content-left {
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .footer-content-left {
    width: 100%;
  }
}
.footer-content-left-logo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 776px) {
  .footer-content-left-logo {
    margin-bottom: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-content-left-heading {
  color: #3788dd;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.footer-content-left-bottom {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer-content-left-bottom {
    flex-direction: column;
  }
}
.footer-content-left-bottom-left {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer-content-left-bottom-left {
    width: 100%;
  }
}
.footer-content-left-bottom-left p {
  color: #CCE0F5;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.footer-content-left-bottom-right {
  width: 100%;
  margin-top: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .footer-content-left-bottom-right {
    width: 100%;
    margin-top: 2rem;
  }
}
.footer-content-left-bottom-right a {
  color: white;
  text-decoration: none;
}
.footer-content-left-bottom-right a:hover {
  text-decoration: underline;
}
.footer-content-right {
  width: 50%;
  padding-top: 2rem;
}
@media screen and (max-width: 991px) {
  .footer-content-right {
    width: 100%;
  }
}
.footer-content-item h3 {
  color: #CCE0F5;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.footer-content-item ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-content-item ul li a {
  font-size: 1rem;
  line-height: 1.25;
  color: #3788dd;
  text-decoration: none;
}
.footer-content-item ul li a:hover {
  text-decoration: underline;
}
.footer-content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 567px) {
  .footer-content-items {
    display: flex;
    flex-direction: column;
  }
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  color: #CCE0F5;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-bottom-socials {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-bottom-copyright {
  width: 50%;
  font-weight: 500;
}
@media screen and (max-width: 567px) {
  .footer-bottom-copyright {
    text-align: center;
    font-size: 0.75rem;
  }
}
.footer-bottom-address {
  font-weight: 300;
}
@media screen and (max-width: 567px) {
  .footer-bottom-address {
    text-align: center;
    font-size: 0.75rem;
  }
}

.btn {
  text-decoration: none;
}
.btn-header {
  border-radius: 50px;
  border: 1px solid #868686;
  color: #153676;
  font-size: 0.75rem;
  background: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.btn-header:hover {
  background: #CCE0F5;
  border-color: #2151a1;
}
.btn.white {
  padding: 0.75rem 1.875rem;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1rem;
  border-radius: 50px;
  gap: 1.5rem;
  align-items: center;
}
.btn.white svg path {
  stroke: white;
}
.btn.white.outline {
  color: white;
  background: transparent;
  border: 1px solid white;
}
.btn.white:hover {
  background: white;
  color: #2151a1;
}
.btn-primary {
  background: #2151a1;
  padding: 0.75rem 1.875rem;
  color: white;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1rem;
  border-radius: 50px;
  gap: 1.5rem;
  align-items: center;
}
.btn-primary svg path {
  stroke: white;
}
.btn-primary:hover {
  background: #153676;
  color: white;
}
.btn-primary-long {
  max-width: 100%;
  width: 100%;
  justify-content: center;
  position: relative;
}
.btn-primary-long svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-light {
  background: #3788dd;
  border: none;
  padding: 0.75rem 1.875rem;
  color: white;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1rem;
  border-radius: 50px;
  gap: 1.5rem;
  align-items: center;
}
.btn-light svg path {
  stroke: white;
}
.btn-light:hover {
  background: #153676;
  color: white;
}
.btn-light-long {
  max-width: 100%;
  width: 100%;
  justify-content: center;
  position: relative;
}
.btn-light-long svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-dark {
  background: #153676;
  padding: 0.75rem 1.875rem;
  color: white;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1rem;
  border-radius: 50px;
  gap: 1.5rem;
  align-items: center;
}
.btn-dark svg path {
  stroke: white;
}
.btn-dark:hover {
  background: #153676;
  color: white;
}
.btn-dark-long {
  max-width: 100%;
  width: 100%;
  justify-content: center;
  position: relative;
}
.btn-dark-long svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-primary-small {
  background: #2151a1;
  padding: 0.5rem 2.5rem;
  color: white;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1rem;
  border-radius: 50px;
}
.btn-primary-small:hover {
  background: #153676;
  color: white;
}
.btn-primary-small.light {
  background: rgba(55, 136, 221, 0.1490196078);
  color: #2151a1;
}
.btn.inactive {
  background: #868686;
  border-color: #868686;
}
.btn.inactive:hover {
  background: #153676;
  color: white;
}

.product-content {
  display: flex;
  gap: 0.875rem;
}
@media screen and (max-width: 776px) {
  .product-content {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 991px) {
  .product-content .product-slider-item {
    width: 33%;
    transition: 0.5s ease-in-out all;
    cursor: pointer;
  }
  .product-content .product-slider-item:hover, .product-content .product-slider-item.active {
    width: 66%;
  }
}

.product-slider-item {
  height: 500px;
  width: 100%;
  position: relative;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-slider-item:before {
  content: "";
  height: 230px;
  width: 100%;
  background: linear-gradient(0deg, rgba(10, 27, 60, 0.8) 0%, rgba(27, 73, 162, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .product-slider-item {
    height: 350px;
  }
}
.product-slider-item-icon {
  display: flex;
  justify-content: flex-start;
}
.product-slider-item-icon img {
  height: 30px;
  width: auto !important;
}
.product-slider-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-slider-item-image img,
.product-slider-item-image iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.product-slider-item-image.video {
  z-index: 5;
}
.product-slider-item-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1400px) {
  .product-slider-item-bottom {
    min-height: 125px;
  }
}
.product-slider-item-bottom-title {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .product-slider-item-bottom-title {
    font-size: 1.5rem;
  }
}
.product-slider-item-bottom p {
  color: white;
  font-size: 13px;
}
.product-slider-item-bottom-location {
  display: flex;
  align-items: center;
  color: white;
  gap: 0.5rem;
}
.product-slider-item-bottom-action {
  background: rgba(217, 217, 217, 0.5019607843);
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 0.875rem;
  border-radius: 50px;
  border: 1px solid white;
  padding: 0.75rem 2rem;
  text-decoration: none;
}
.product-slider-item-bottom ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 20px;
}
.product-slider-item-bottom ul li {
  font-family: Helvetica, sans-serif;
  list-style-image: url("../img/icons/arrow-list.svg");
  color: white;
  font-weight: 300;
  font-size: 1.25rem;
}
.product-slider-item-bottom ul li b {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .product-slider-item-bottom ul li {
    font-size: 0.875rem;
  }
}

.expandingSlider-container {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.expandingSlider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 300vw;
  margin-left: -3px;
}

.expandingSlider-item {
  flex: 1;
  width: 33.3333333333vw;
  transition: flex 0.5s ease;
  overflow: hidden;
  position: relative;
  padding: 0 3px;
  cursor: pointer;
}

.expandingSlider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.expandingSlider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.locations {
  width: 100%;
  padding: 3rem 0;
}
.locations-heading {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 776px) {
  .locations-heading {
    width: 100%;
  }
}
.locations-heading h5 {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.125;
  letter-spacing: 0;
  color: #153676;
}
.locations-heading h5 span {
  display: block;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.125;
  letter-spacing: 0;
}
@media screen and (max-width: 776px) {
  .locations-heading h5 {
    font-size: 1.125rem;
  }
  .locations-heading h5 span {
    font-size: 1.125rem;
    display: inline;
  }
  .locations-heading h5 span:before {
    display: inline;
    margin: 0 4px;
    content: "-";
  }
}
.locations-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.locations-content-infos {
  width: 164px;
}
.locations-content-infos .location-info-card {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0A1B3C;
  margin-bottom: 4px;
}
.locations-content-infos .location-info-card h5 {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0;
  color: white;
}
.locations-content-infos .location-info-card h5.sm {
  font-size: 0.875rem;
}
.locations-content-infos .location-info-card:nth-of-type(1) {
  height: 44px;
}
.locations-content-infos .location-info-card:nth-of-type(2) {
  height: 64px;
}
.locations-content-infos .location-info-card:nth-of-type(3) {
  height: 42px;
}
.locations-content-infos .location-info-card:nth-of-type(4) {
  height: 64px;
}
.locations-content-infos .location-info-card:nth-of-type(5) {
  height: 42px;
}
.locations-content-infos .location-info-card:nth-of-type(6) {
  height: 42px;
}
.locations-content-infos .location-info-card:nth-of-type(7) {
  height: 42px;
}
.locations-content-infos .location-info-card:nth-of-type(8) {
  height: 42px;
}
.locations-content-infos .location-info-card:nth-of-type(9) {
  height: 42px;
}
.locations-content-slider {
  width: calc(100% - 172px);
}
.locations-content-slider.owl-carousel {
  display: block;
}
.locations-content-slider-item .slider-item-heading {
  width: 100%;
  height: 44px;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3788dd;
  margin-bottom: 4px;
}
.locations-content-slider-item .slider-item-heading h6 {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125;
  letter-spacing: 0;
  color: white;
}
.locations-content-slider-item .slider-item-info {
  width: 100%;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(odd) {
  background-color: #95C2F3;
}
.locations-content-slider-item .slider-item-info:nth-of-type(even) {
  background-color: #73ABE7;
}
.locations-content-slider-item .slider-item-info p {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125;
  letter-spacing: 0;
  color: white;
}
.locations-content-slider-item .slider-item-info p.sm {
  font-size: 0.75rem;
}
.locations-content-slider-item .slider-item-info:nth-of-type(1) {
  height: 44px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(2) {
  height: 64px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(3) {
  height: 42px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(4) {
  height: 64px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(5) {
  height: 42px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(6) {
  height: 42px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(7) {
  height: 42px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(8) {
  height: 42px;
}
.locations-content-slider-item .slider-item-info:nth-of-type(9) {
  height: 42px;
}
@media (min-width: 768px) {
  .locations-content-slider {
    display: flex !important;
    gap: 4px;
    overflow-x: auto;
  }
  .locations-content-slider.owl-carousel {
    display: flex !important;
  }
  .locations-content-slider .owl-stage-outer,
  .locations-content-slider .owl-stage,
  .locations-content-slider .owl-item {
    all: unset;
  }
}

.news {
  padding: 3rem 0;
  background-color: #153676;
}
.news.inner {
  padding: 2rem 0;
  background-color: transparent;
}
.news.inner .text-left {
  margin-bottom: 4rem;
}
.news .default-heading h2 {
  color: white;
}
.news-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.news-navigation button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news-navigation button svg path {
  stroke: #3788dd;
}
.news-content {
  display: flex;
  gap: 2rem;
}
.news .owl-stage {
  display: flex;
}
.news .owl-stage > .owl-item {
  flex: 1;
}
.news-catalog-last-title {
  width: 100%;
  margin-top: 1.5rem;
}
.news-catalog-last-title h2 {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #0A1B3C;
  margin-bottom: 0.875rem;
}
.news-catalog-last-title h2 a {
  color: inherit;
}
.news-catalog .post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-catalog .post-meta img {
  width: 18px;
}
.news-catalog .post-meta span {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2151a1;
}
.news-catalog-grid {
  width: 100%;
  background-color: #E6EEF5;
  padding: 4rem 0;
}
.news-catalog-grid-title {
  width: 100%;
  padding: 2rem 0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-catalog-grid-title h2 {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #2151a1;
}
.news-catalog-grid-slider-item {
  width: 100%;
  height: 478px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #EAF1F6;
  border: 1px solid #2151a1;
  border-radius: 14px;
}
.news-catalog-grid-slider-item-content {
  height: 100%;
  min-height: 95px;
  padding: 1.125rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-catalog-grid-slider-item-content-title {
  height: 112px;
  margin-bottom: 1rem;
}
.news-catalog-grid-slider-item-content-title h4 {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  color: #0A1B3C;
}
.news-catalog-grid-slider-item-content-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  line-clamp: 12;
  -webkit-box-orient: vertical;
}
.news-catalog-grid-slider-item-content p {
  font-size: 0.925rem;
  color: #535353;
  line-height: 1.4;
  margin-top: 1rem;
}
.news-catalog-grid-slider-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 1.125rem 2rem;
}
.news-catalog-grid-slider-item-bottom-date {
  color: white;
  font-weight: 300;
}
.news-catalog-grid-slider-item-bottom-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.news-catalog-grid-slider-item-bottom-more img {
  height: auto;
  width: auto;
}
.news-catalog-grid-slider-item-bottom-more span {
  color: #2151a1;
  font-weight: 500;
}
.news-catalog-grid-slider-item .btn {
  margin: 0 auto;
}
.news-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  background: rgba(55, 136, 221, 0.05);
  box-shadow: 0px 4px 22.3px 0px rgba(10, 27, 60, 0.2);
  border-bottom: 5px solid #2151a1;
}
.news-item-content {
  height: 100%;
  min-height: 95px;
  padding: 1.125rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-item-content span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #3788dd;
}
@media screen and (max-width: 776px) {
  .news-item-content span {
    font-size: 0.875rem;
  }
}
.news-item-content span.large {
  font-size: 1.3rem;
  display: block;
  margin-top: 0.75rem;
}
.news-item-content p {
  font-size: 0.925rem;
  color: #3788dd;
  line-height: 1.4;
  margin-top: 1rem;
}
.news-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 1.125rem 2rem;
}
.news-item-bottom-date {
  color: white;
  font-weight: 300;
}
.news-item-bottom-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.news-item-bottom-more img {
  height: auto;
  width: auto;
}
.news-item-bottom-more span {
  color: #2151a1;
  font-weight: 500;
}
.news-slider .news-item-content {
  justify-content: flex-start;
}
.news-image {
  width: 100%;
}
.news-image img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.news-image-bottom {
  width: 100%;
}
.news-image-bottom img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.news-text {
  padding: 4rem 0;
}
.news-text-all {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-text h2 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #153676;
}
.news-text h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #153676;
}
.news-text p {
  color: #6E7072;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
.news-text i {
  font-style: normal;
  color: #2151a1;
}
.news-note .title {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2151a1;
}
.news-note .news-text {
  padding: 1rem 0;
}
.news-cta {
  width: 95%;
  position: relative;
  margin: 5rem auto;
  padding: 4rem 3rem;
  background-color: #0A1B3C;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 776px) {
  .news-cta {
    width: 90%;
    margin: 2rem auto 5rem;
    flex-direction: column;
    padding: 1.5rem 1.5rem 12rem;
  }
}
.news-cta-image {
  width: 35%;
  position: absolute;
  top: -64px;
  right: 7%;
}
.news-cta-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 776px) {
  .news-cta-image {
    width: 90%;
    height: 364px;
    top: unset;
    bottom: -232px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.news-cta-wrapper {
  width: 45%;
}
@media screen and (max-width: 776px) {
  .news-cta-wrapper {
    width: 100%;
  }
}
.news-cta-wrapper h3 {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #3788dd;
}
.news-cta-wrapper p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0;
  color: white;
  margin: 1rem 0;
}
.news-related {
  width: 100%;
  padding: 3rem 0;
  margin-top: 2rem;
}
@media screen and (max-width: 776px) {
  .news-related {
    margin-top: 248px;
  }
}
.news-related h3 {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #0A1B3C;
  margin-bottom: 1.5rem;
}
.news-related-list {
  width: 100%;
}
.news-related-list-item {
  width: 100%;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background-color: white;
  box-shadow: 0px 4px 6.3px 0px rgba(33, 81, 161, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 776px) {
  .news-related-list-item {
    flex-direction: column-reverse;
  }
}
.news-related-list-item .item-image {
  width: 38%;
  height: 248px;
}
.news-related-list-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 776px) {
  .news-related-list-item .item-image {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.news-related-list-item .item-content {
  width: 58%;
}
@media screen and (max-width: 776px) {
  .news-related-list-item .item-content {
    width: 100%;
  }
}
.news-related-list-item .item-content h4 {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #0A1B3C;
  margin-bottom: 0.875rem;
}
.news-related-list-item .item-content-text {
  margin: 1.125rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2151a1;
}

.text-blue {
  color: #2151a1;
  font-weight: 400;
}
.text-blue p {
  color: #2151a1;
}
.text-blue b, .text-blue strong {
  color: #2151a1;
  font-weight: 700;
}

.hidden-news-item {
  display: none;
}

.map-header {
  margin-bottom: 3rem;
}
.map-header ul {
  display: flex;
  margin: 0 auto;
  border-radius: 50px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 1400px) {
  .map-header ul {
    flex-wrap: wrap;
    border-radius: 0;
    margin: 0;
  }
}
@media screen and (max-width: 776px) {
  .map-header ul {
    justify-content: center;
    align-items: center;
  }
}
.map-header ul li {
  text-align: center;
  background: transparent;
  border: 2px solid #153676;
  color: #153676;
  font-weight: 500;
  font-size: 0.75rem;
  cursor: pointer;
}
.map-header ul li:not(:first-of-type), .map-header ul li:not(:last-of-type) {
  border-right: 0;
}
.map-header ul li:last-of-type {
  border-right: 2px solid #153676;
}
@media screen and (max-width: 776px) {
  .map-header ul li {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
  }
  .map-header ul li:not(:first-of-type), .map-header ul li:not(:last-of-type) {
    border-right: 2px solid #153676;
    border-bottom: 0;
  }
  .map-header ul li:last-of-type {
    border-bottom: 2px solid #153676;
  }
}
.map-header ul li button {
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #153676;
  padding: 1.125rem 0.875rem;
  display: block;
}
@media screen and (max-width: 1400px) {
  .map-header ul li button {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 776px) {
  .map-header ul li button {
    padding: 1rem 1.5rem;
    text-align: center;
  }
}
.map-header ul li:hover, .map-header ul li.active {
  background-color: #153676;
  color: white;
}
.map-header ul li:hover button, .map-header ul li.active button {
  color: white;
}
.map-header ul li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.map-header ul li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .map-header ul li {
    border-radius: 0;
  }
}
.map-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 776px) {
  .map-content {
    flex-wrap: wrap;
  }
}
.map-content-br {
  width: 35%;
}
.map-content-br img {
  width: 100%;
}
@media screen and (max-width: 776px) {
  .map-content-br {
    width: 85%;
  }
}
.map-content-items {
  width: 40%;
}
.map-content-items .item-image {
  display: none;
}
.map-content-items .item-image.active {
  display: block;
}
@media screen and (max-width: 776px) {
  .map-content-items {
    width: 80%;
  }
}
.map.inner {
  margin-top: 3rem;
}

@keyframes fullWidthToZero {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes fadeOutContainer {
  10% {
    z-index: 1000;
  }
  91% {
    opacity: 1000;
  }
  100% {
    opacity: -1;
  }
}
@keyframes fadeOut {
  10% {
    opacity: 1;
  }
  91% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flashMessage {
  position: fixed;
  top: 7.5rem;
  left: 0;
  width: 100%;
  z-index: -1;
  animation-name: fadeOutContainer;
  animation-duration: 5.9s;
}
@media screen and (max-width: 1200px) {
  .flashMessage {
    top: 4.5rem;
  }
}
.flashMessage-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.flashMessage-item {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #CCE0F5;
  color: #000;
  position: relative;
  padding: 0.75rem 1.25rem 1rem;
  animation-name: fadeOut;
  animation-timing-function: linear;
  animation-duration: 5.5s;
  opacity: 0;
  transition-duration: 0.5s;
  cursor: pointer;
}
.flashMessage-item:hover {
  filter: brightness(0.9);
}
.flashMessage-item::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  animation-name: fullWidthToZero;
  animation-timing-function: linear;
  animation-duration: 5s;
}
.flashMessage-item span {
  line-height: 1.5;
  font-weight: 500;
}
.flashMessage-item.success {
  background-color: #358833;
  color: #F5F9FD;
}
.flashMessage-item.error {
  background-color: #d32d2d;
  color: #F5F9FD;
}

.hero-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .hero-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.hero-nav-text {
  font-weight: 500;
  color: #868686;
  max-width: 600px;
}
.hero-nav-text.black {
  color: #000;
}
.hero-nav-links {
  display: flex;
  gap: 0.5rem;
}
.hero-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  height: 484px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-banner {
    height: 324px;
  }
}
@media screen and (max-width: 776px) {
  .hero-banner {
    height: 384px;
  }
}
.hero-banner h2 {
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
  z-index: 10;
  color: white;
  max-width: 700px;
}
.hero-banner img,
.hero-banner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-content {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-size: 22px;
}
.hero-content.akcionar span {
  color: #2151a1;
  font-weight: bold;
}
.hero-content.hydropower {
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1400px) {
  .hero-content.hydropower {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem !important;
  }
}
.hero-content.hydropower h1 {
  max-width: 550px;
}
.hero-content.hydropower img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .hero-content.hydropower img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 567px) {
  .hero-content.hydropower img {
    max-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.hero-content > p {
  color: #153676;
  font-weight: bold;
}
.hero-content > p a {
  color: #2151a1;
  text-decoration: none;
}
.hero-content h1 {
  font-size: 3rem;
  color: #153676;
  font-weight: 500;
  line-height: 1.2;
}
.hero-content h1 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #3788dd;
}
@media screen and (max-width: 991px) {
  .hero-content h1 {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
}
.hero-content h1.news-head {
  padding: 0;
  margin: 1.5rem 0 0.5rem;
}
.hero-content-action {
  position: unset;
  bottom: 0;
  left: 300px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 776px) {
  .hero-content-action.sustainability-hero p {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .hero-content-action {
    position: unset;
  }
}
@media screen and (max-width: 567px) {
  .hero-content-action {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-content-action p {
  font-size: 0.875rem;
  color: #868686;
}
.hero-content.news-hero {
  margin-bottom: 0;
}
@media screen and (max-width: 776px) {
  .hero-content.contact_hero {
    width: 70%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 776px) {
  .hero.inner .hero-banner h2 {
    font-size: 2rem;
  }
}
.hero.inner-case .hero-content-action {
  width: 51%;
}
@media screen and (max-width: 776px) {
  .hero.inner-case .hero-content-action {
    width: 100%;
  }
  .hero.inner-case .hero-content-action br {
    display: none;
  }
}

.subpage .hero-content-action {
  position: unset;
  max-width: 600px;
}
@media screen and (max-width: 776px) {
  .subpage .hero-content-action {
    flex-direction: column;
    align-items: flex-start;
  }
  .subpage .hero-content-action p {
    order: 1;
  }
  .subpage .hero-content-action a {
    order: 2;
  }
}

.about {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .about {
    padding-top: 2rem;
  }
}
.about-content h2 {
  color: #153676;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.about-content h2.blue {
  color: #2151a1;
}
.about-content p {
  font-size: 1rem;
  color: #153676;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.about-content.inner {
  margin-bottom: 1.5rem;
}
.about.about-page {
  padding: 4rem 0;
  margin-bottom: 2rem;
  background-color: #0A1B3C;
}
.about.about-page h2 {
  color: #5197E1;
}
.about.about-page p {
  color: white;
  font-size: 1.125rem;
}
.about.about-page p.blue {
  color: #73ABE7;
}

.categories {
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .categories {
    padding: 2rem 0;
  }
}
.categories-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.categories-content.five {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 991px) {
  .categories-content, .categories-content.five {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 776px) {
  .categories-content, .categories-content.five {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories-item {
  border: 1px solid #CCE0F5;
  background: none;
  border-radius: 20px;
  display: flex;
  padding: 1rem 1.5rem;
  gap: 0.5rem 1rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
}
@media screen and (max-width: 776px) {
  .categories-item-icon {
    flex-shrink: 0;
    width: 35px;
  }
}
.categories-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: center;
}
.categories-item-content span {
  font-size: 2rem;
  color: #153676;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .categories-item-content span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 776px) {
  .categories-item-content span {
    font-size: 1.25rem;
  }
}
.categories-item-content small {
  font-size: 0.75rem;
  font-weight: 500;
  color: #2151a1;
}
@media screen and (max-width: 776px) {
  .categories-item-content small {
    font-size: 0.675rem;
  }
}

.brands {
  padding: 4rem 0;
}
.brands-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .brands-content {
    flex-direction: column;
  }
}
.brands-item {
  max-width: 45%;
}
@media screen and (max-width: 991px) {
  .brands-item {
    max-width: 100%;
  }
}
.brands-item-image {
  width: 25%;
  margin-bottom: 1rem;
}
.brands-item-image img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: top;
     object-position: top;
}
.brands-item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.brands-item-content span {
  font-weight: bold;
  font-size: 1rem;
  color: #153676;
}
.brands-item-content p,
.brands-item-content a {
  font-size: 0.75rem;
  color: #153676;
  font-weight: 400;
  line-height: 1.2;
}

.projects {
  padding: 4rem 0;
}
.projects .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.projects .owl-nav button span {
  font-size: 48px;
  color: #F5F9FD;
}
.projects .owl-nav button.owl-prev {
  left: 14px;
}
.projects .owl-nav button.owl-next {
  right: 14px;
}

.activities {
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .activities {
    padding: 2rem 0;
  }
}
.activities-content {
  background: #CCE0F5;
  padding: 1rem;
}
.activities-item {
  padding: 1rem;
  position: relative;
  height: 600px;
}
@media screen and (max-width: 991px) {
  .activities-item {
    height: 350px;
  }
}
.activities-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.activities-item > div {
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.activities-item > div span {
  font-size: 2rem;
  color: white;
  font-weight: 600;
}
.activities-item > div p {
  margin-top: 1rem;
  color: white;
  font-size: 1rem;
  line-height: 1.5;
}

.investment-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.investment-items .investment-item {
  background: #CCE0F5;
  border-bottom: 3px solid #2151a1;
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1.5rem;
}
@media screen and (max-width: 776px) {
  .investment-items .investment-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.investment-items .investment-item-icon {
  min-width: 140px;
  display: block;
  padding-left: 1rem;
}
.investment-items .investment-item-content {
  flex: 1;
  align-items: center;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #153676;
}
.investment-items .investment-item-content span {
  font-weight: 600;
}
@media screen and (max-width: 776px) {
  .investment-items .investment-item-content {
    text-align: center;
  }
}

.timeline {
  padding: 4rem 0;
}
.timeline-header {
  width: 35%;
  text-align: center;
  background: #3788dd;
  color: white;
  padding: 0.875rem 2.5rem;
  border-radius: 50px;
  font-weight: 400;
  margin: auto;
}
.timeline-header svg {
  margin-right: 8px;
}
@media screen and (max-width: 776px) {
  .timeline-header {
    width: 90%;
  }
}
.timeline-content {
  position: relative;
  padding: 4rem 0;
}
.timeline-content:after {
  content: "";
  width: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background: #3788dd;
  z-index: -1;
}
.timeline-content:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: url(../img/icons/arrow-point-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline-item {
  border-bottom: 2px solid #3788dd;
  display: flex;
  width: 100%;
  max-width: 50%;
  align-items: center;
  margin-left: auto;
  position: relative;
  justify-content: flex-end;
}
@media screen and (max-width: 776px) {
  .timeline-item {
    gap: 1rem;
  }
}
.timeline-item:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #3788dd;
  position: absolute;
  left: -6px;
  bottom: -8px;
  border-radius: 50px;
}
.timeline-item:nth-child(odd) {
  margin-left: unset;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
}
.timeline-item:nth-child(odd):after {
  left: unset;
  right: -6px;
}
.timeline-item:nth-child(odd) .timeline-item-content {
  text-align: left;
}
@media screen and (max-width: 776px) {
  .timeline-item:nth-child(odd) .timeline-item-content {
    order: 2;
  }
}
.timeline-item:nth-child(odd) .timeline-item-year {
  order: 2;
}
@media screen and (max-width: 776px) {
  .timeline-item:nth-child(odd) .timeline-item-year {
    order: 1;
  }
}
.timeline-item-content {
  width: 90%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #CCE0F5;
  padding: 1rem;
}
.timeline-item-content h4 {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3788dd;
}
@media screen and (max-width: 567px) {
  .timeline-item-content h4 {
    font-size: 0.75rem;
  }
}
.timeline-item-content ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.timeline-item-content ul li {
  font-family: "AktivGrotesk", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 567px) {
  .timeline-item-content ul li {
    font-size: 0.75rem;
  }
}

.about-content.akcionar {
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}
.about-content.akcionar p {
  font-size: 22px;
  line-height: 1.5;
}
.about-content.akcionar p span {
  color: #2151a1;
  font-weight: 700;
}
.about-content.akcionar ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about-content.akcionar ul li {
  font-size: 22px;
  line-height: 1.5;
  padding-left: 1.5rem;
  position: relative;
}
.about-content.akcionar ul li:after {
  content: "";
  height: 100%;
  width: 3px;
  background: #2151a1;
  position: absolute;
  left: 0;
  top: 0;
}
.about-content.akcionar ul li span {
  color: #2151a1;
  font-weight: 700;
}

.case-item {
  margin-top: 2rem;
}
.case-item-boxes {
  width: 100%;
  position: relative;
  background: #0A1B3C;
  padding: 1.25rem 1rem;
}
.case-item-boxes .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media screen and (max-width: 776px) {
  .case-item-boxes .container {
    grid-template-columns: 1fr;
  }
}
.case-item-boxes:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3788dd;
}
@media screen and (max-width: 776px) {
  .case-item-boxes:after {
    display: none;
  }
}
.case-box-heading {
  padding-bottom: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: #3788dd;
}
@media screen and (max-width: 776px) {
  .case-box-heading {
    border-bottom: 3px solid #2151a1;
    width: 100%;
  }
}
.case-box p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: white;
}
.case-box a {
  color: #3788dd;
}
.case-box-large {
  padding: 0.75rem 0 0.5rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem 7.5rem;
}
@media screen and (max-width: 1200px) {
  .case-box-large {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 991px) {
  .case-box-large {
    grid-template-columns: 1fr;
  }
}
.case-box-large-contacts a {
  display: block;
}
.case-box-large p {
  font-size: 1.375rem;
}
.case-contact {
  margin-bottom: 4rem;
  margin-top: 4rem;
  border-radius: 15px;
  border: 1px solid #2151a1;
  background: #F5F9FD;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.case-contact.one-col {
  margin-top: 5rem;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 776px) {
  .case-contact {
    grid-template-columns: 1fr;
  }
}
.case-map {
  width: 100%;
  padding: 5rem 0;
  margin-top: -4rem;
  background: url("../img/banners/bg-map.png") no-repeat;
  background-size: cover;
}
.case-map .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-map .container img {
  width: 85%;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 1rem;
}
.gallery-grid.double {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 776px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-grid .gallery-item {
  height: 300px;
  cursor: pointer;
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pae {
  width: 100%;
  padding: 2rem 0;
  position: relative;
  z-index: 2;
}
.pae .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 776px) {
  .pae .container {
    flex-wrap: wrap;
  }
}
.pae-form {
  width: 40%;
}
.pae-form form {
  width: 100%;
}
.pae-form form fieldset.input {
  width: 100%;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0.5rem;
  background-color: #CCE0F5;
  border-bottom: 2px solid #3788dd;
  border-radius: 8px 8px 0 0;
}
.pae-form form fieldset.input label {
  display: block;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3788dd;
}
.pae-form form fieldset.input input {
  width: 100%;
  background: transparent;
  border: none;
  outline: 0;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0%;
  color: #6E7072;
}
.pae-form form fieldset.input input::-moz-placeholder {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #6E7072;
}
.pae-form form fieldset.input input::placeholder {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #6E7072;
}
.pae-form form p {
  margin: 1rem 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #6E7072;
}
.pae-form form p a {
  font-weight: 700;
  color: #6E7072;
}
.pae-form form fieldset.confirm_check {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
}
.pae-form form fieldset.confirm_check label {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #153676;
}
@media screen and (max-width: 776px) {
  .pae-form {
    width: 100%;
  }
}
.pae-video {
  width: 55%;
}
@media screen and (max-width: 776px) {
  .pae-video {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.diff-web.hidden {
  display: none;
}

.page_contact {
  width: 100%;
  padding-bottom: 3rem;
}
.page_contact .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 776px) {
  .page_contact .container {
    flex-direction: column;
  }
}
.page_contact-infos {
  width: 50%;
}
@media screen and (max-width: 776px) {
  .page_contact-infos {
    width: 100%;
  }
}
.page_contact-infos p {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.page_contact-infos-inst {
  width: 100%;
  margin-top: 3rem;
}
.page_contact-infos-inst-item {
  width: 85%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.page_contact-infos-inst-item .icon {
  width: 32px;
}
.page_contact-infos-inst-item h6 {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #6E7072;
}
.page_contact-infos-inst-item p a {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #6E7072;
}
@media screen and (max-width: 776px) {
  .page_contact-infos-inst-item {
    width: 100%;
    padding: 1rem 0.875rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #2151a1;
    border-radius: 12px;
    box-shadow: 0px 2px 8.7px 0px rgba(10, 27, 60, 0.5);
  }
}
.page_contact-infos .arrow-right {
  overflow: unset;
  margin-top: -3rem;
}
.page_contact-infos .arrow-right::after {
  background-position: top left;
}
@media screen and (max-width: 776px) {
  .page_contact-infos .arrow-right {
    margin: 2rem 0;
  }
  .page_contact-infos .arrow-right::after {
    background-position: center center;
  }
}
.page_contact-infos-social {
  width: 100%;
}
.page_contact-infos-social.mob {
  display: none;
}
@media screen and (max-width: 776px) {
  .page_contact-infos-social {
    display: none;
  }
  .page_contact-infos-social.mob {
    display: block;
    margin-top: 2rem;
  }
}
.page_contact-infos-social-logo {
  width: 100%;
}
.page_contact-infos-social-logo img {
  width: 60%;
}
@media screen and (max-width: 776px) {
  .page_contact-infos-social-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page_contact-infos-social-list {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
@media screen and (max-width: 776px) {
  .page_contact-infos-social-list {
    align-items: center;
    justify-content: center;
  }
}
.page_contact-infos-social-list h4 {
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #153676;
}
@media screen and (max-width: 776px) {
  .page_contact-infos-social-list h4 {
    text-align: center;
  }
}
.page_contact-infos-social-list li img {
  width: 34px;
}
.page_contact-form {
  width: 40%;
}
.page_contact-form form {
  width: 100%;
}
.page_contact-form form fieldset.input {
  width: 100%;
  padding: 0.5rem 1.25rem;
  margin-bottom: 0.5rem;
  background-color: #CCE0F5;
  border-bottom: 2px solid #3788dd;
  border-radius: 8px 8px 0 0;
}
.page_contact-form form fieldset.input label {
  display: block;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3788dd;
}
.page_contact-form form fieldset.input input, .page_contact-form form fieldset.input textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: 0;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0%;
  color: #6E7072;
}
.page_contact-form form fieldset.input input::-moz-placeholder, .page_contact-form form fieldset.input textarea::-moz-placeholder {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #6E7072;
}
.page_contact-form form fieldset.input input::placeholder, .page_contact-form form fieldset.input textarea::placeholder {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #6E7072;
}
.page_contact-form form p {
  margin: 1rem 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #6E7072;
}
.page_contact-form form p a {
  font-weight: 700;
  color: #6E7072;
}
.page_contact-form form fieldset.confirm_check {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
}
.page_contact-form form fieldset.confirm_check label {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #153676;
}
@media screen and (max-width: 776px) {
  .page_contact-form {
    width: 100%;
  }
}

.iframe_map {
  width: 100%;
  padding: 2rem 0;
  background: #0A1B3C;
}
.iframe_map iframe {
  width: 100%;
  height: 412px;
  border-radius: 16px;
}

.sustainability {
  padding: 4rem 0;
}
.sustainability-text {
  position: absolute;
  bottom: 1rem;
  right: 0;
  background: rgba(30, 30, 30, 0.7098039216);
  font-weight: 500;
  color: white;
  padding: 4px 8px;
  z-index: 5;
}
.sustainability-image {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 3rem;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 776px) {
  .sustainability-image {
    padding: 1.5rem;
  }
}
.sustainability-image h2 {
  color: white;
  font-size: 3rem;
  font-weight: normal;
  position: relative;
  z-index: 2;
  width: 75%;
  padding-top: 4em;
}
@media screen and (max-width: 991px) {
  .sustainability-image h2 {
    width: 100%;
    font-size: 2rem;
  }
}
.sustainability-image .bg {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability-content {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
}
.sustainability-content .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 776px) {
  .sustainability-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sustainability-content .btn {
    padding: 0.75rem 1.125rem;
    gap: 8px;
  }
}
.sustainability-files {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sustainability-files-content {
  width: 27%;
}
@media (max-width: 776px) {
  .sustainability-files-content {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.sustainability-files-content h4 {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #2151a1;
}
.sustainability-files-content p {
  font-family: Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #6E7072;
}
.sustainability-files-content-list {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.sustainability-files-content-list .item {
  width: 31%;
  padding: 1.125rem 0;
  border: 1px solid #3788dd;
  border-radius: 12px;
  background-color: rgba(55, 136, 221, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sustainability-files-content-list .item img {
  width: 14px;
  height: 14px;
}
.sustainability-files-content-list .item span {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3788dd;
}
.sustainability-video {
  width: 75%;
  margin: 0 auto;
}

.archive {
  width: 100%;
  padding-top: 3rem;
}
.archive .about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
  color: #5197E1;
}
.archive .arrow-right::after {
  width: 100vw;
  height: 128px;
  background: url("../img/icons/long-right-full.svg") no-repeat;
  background-size: contain;
}
.archive-largebox {
  width: 100%;
  padding: 3rem 0;
  background: linear-gradient(0deg, #2151A1 0%, #3788DD 100%);
}
.archive-largebox .about-content h2 {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  color: white;
}
.archive-largebox-content {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 776px) {
  .archive-largebox-content {
    flex-direction: column;
    gap: 1rem;
  }
  .archive-largebox-content-item {
    margin: 0 auto;
  }
}/*# sourceMappingURL=app.css.map */