@font-face {
  font-family: Chalet parisnineteensixty;
  src: url('../fonts/Chalet-ParisNineteenSixty.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chalet newyorknineteensixty;
  src: url('../fonts/Chalet-NewYorkNineteenSixty.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chalet londonnineteensixty;
  src: url('../fonts/Chalet-LondonNineteenSixty.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #f58025;
  --black: black;
  --white: white;
  --night-blue: #00203e;
  --90-night-blue: #002c4f;
  --10-night-blue: #c9d1e4;
  --light-grey: #ededed;
  --10-orange: #feefde;
  --50-orange: #fac294;
  --90-orange: #f28a3d;
  --50-night-blue: #6a83af;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chalet londonnineteensixty, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.4;
}

h5 {
  color: var(--orange);
  margin-top: 32px;
  margin-bottom: 7px;
  font-family: Chalet newyorknineteensixty, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--black);
  margin-bottom: 32px;
  font-family: Chalet londonnineteensixty, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: var(--orange);
  text-decoration: underline;
}

li {
  font-family: Chalet londonnineteensixty, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.text-block---text {
  flex: 0 auto;
  width: auto;
  height: 550px;
}

.text-block---text._40-vw {
  flex: none;
}

.text-block---text._40-vw.header {
  width: 60%;
  height: auto;
}

.text-block---text.quote.margin-t-40px {
  margin-top: 40px;
}

.text-block---text.height-auto {
  height: auto;
}

.container {
  max-width: none;
  padding: 3rem;
}

.container.footer {
  padding-top: 32px;
  padding-bottom: 35px;
}

.container.content-page {
  max-width: 1000px;
  padding-bottom: 6rem;
}

.container.padding-6rem {
  padding-left: 6rem;
  padding-right: 5rem;
}

.container.no-bottom-padding {
  padding-bottom: 0;
}

.h6 {
  width: 500px;
  color: var(--orange);
  margin-bottom: 0;
  font-family: Chalet parisnineteensixty, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.h6.width-100 {
  width: 100%;
}

.flex-box {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.flex-box.left-and-right-alignment {
  grid-column-gap: 20px;
  justify-content: space-between;
}

.flex-box.left-and-right-alignment.vertical-on-mobile {
  display: flex;
}

.flex-box.left-alignment {
  justify-content: flex-start;
  position: static;
}

.flex-box.left-alignment.gallery {
  margin-right: 3rem;
}

.flex-box.vertical-alignment {
  flex-direction: column;
}

.section {
  max-width: none;
}

.section.white {
  background-color: var(--white);
  color: var(--night-blue);
  font-weight: 300;
  position: relative;
}

.section.white.first {
  margin-top: 5rem;
}

.section.night-blue {
  background-color: var(--night-blue);
  color: var(--white);
}

.section.first {
  margin-top: 185px;
}

.section.first.night-blue {
  background-image: linear-gradient(to bottom, var(--90-night-blue), var(--night-blue));
  margin-top: 0;
}

.section.first-home-page {
  margin-top: 100px;
}

.section.first-home-page.sm-margin-100 {
  margin-top: 110px;
}

.space {
  flex: none;
}

.space._30px {
  height: 30px;
}

.space._16px {
  height: 16px;
}

.space._8px {
  height: 8px;
}

.space._40-px {
  flex: none;
  height: 40px;
}

.space._40-px.hide {
  display: none;
}

.space._60px {
  flex: none;
  height: 60px;
}

.space._60px.xs--show {
  display: none;
}

.space._80px {
  height: 80px;
}

.space._24px {
  height: 24px;
}

.space._100px {
  flex: none;
  height: 60px;
}

.space._100px.xs--show {
  display: none;
}

.space._32px {
  height: 32px;
}

.logo-link {
  z-index: 10;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  transition-property: transform;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.navigation {
  background-color: var(--white);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6rem 30px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.navigation.shrink.sm--padding3-5.sm--padding-tb-1rem.xs--padding-lr-1rem.position-fixed {
  position: fixed;
}

.navigation-mother {
  background-color: var(--white);
  flex-direction: row;
  align-items: flex-end;
  display: none;
}

.nav--item {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  padding: 6px 0;
  font-family: Chalet londonnineteensixty, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition-property: none;
}

.nav--item:hover {
  border-top: 1px solid var(--orange);
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.nav--item:active {
  border-top-color: var(--orange);
}

.nav--item.w--current {
  opacity: 1;
  color: #262623;
  letter-spacing: 0;
  text-transform: none;
  border-top: 2px solid #ff7348;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
}

.nav--item.w--current:hover {
  opacity: 1;
}

.nav--item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.logo-image {
  width: 65px;
  height: auto;
  display: block;
}

.logo-image.footer {
  width: 60px;
  margin-top: 0;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Chalet parisnineteensixty, sans-serif;
  font-size: 64px;
  font-weight: 100;
  line-height: 1;
}

.h1.orange {
  color: var(--orange);
}

.h3 {
  font-family: Chalet parisnineteensixty, sans-serif;
  font-size: 46px;
  line-height: 1;
}

.h3.orange {
  color: var(--orange);
  margin-bottom: 5px;
  font-weight: 100;
}

.h3.numbers {
  color: var(--night-blue);
  text-align: center;
  margin-top: 8px;
}

.h3.absolute {
  z-index: 1;
  margin-top: 4px;
  position: absolute;
}

.h4 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Chalet parisnineteensixty, sans-serif;
  font-size: 28px;
  font-weight: 100;
  line-height: 36px;
}

.h4.orange {
  color: var(--orange);
}

.h4.orange._36vw {
  width: 36vw;
}

.h4.orange.hide {
  display: none;
}

.h4.orange._50vw {
  width: 50vw;
}

.paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-family: Chalet londonnineteensixty, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.in-text-link {
  margin-bottom: 0;
  font-family: Chalet londonnineteensixty, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  position: static;
  inset: auto 0% 24px 0;
}

.paragraph.diapositive {
  color: var(--white);
  text-decoration: none;
}

.paragraph.diapositive.link:hover {
  color: var(--orange);
  text-decoration: none;
}

.paragraph.diapositive.gallery {
  letter-spacing: .2px;
  font-family: Chalet parisnineteensixty, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.diapositive.gallery.margin-b-0, .paragraph.diapositive.no-margin {
  margin-bottom: 0;
}

.paragraph.diapositive.no-margin.text-height-21 {
  line-height: 21px;
}

.paragraph.diapositive.bold {
  font-family: Chalet newyorknineteensixty, sans-serif;
  font-weight: 700;
}

.paragraph.diapositive.xs--line-height-14.padding-t-6px {
  margin-top: 6px;
}

.paragraph.orange {
  color: var(--orange);
  line-height: 24px;
}

.paragraph.orange.no-margin {
  margin-bottom: 0;
}

.paragraph.orange.hide {
  display: none;
}

.paragraph.blue {
  color: var(--night-blue);
  line-height: 24px;
}

.paragraph.blue.invisible-on-mobile.hide {
  display: none;
}

.paragraph.xs--line-height-14.padding-t-6px {
  margin-top: 6px;
}

.orange-button {
  background-color: var(--orange);
  color: var(--white);
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 20px;
  flex: none;
  padding: 15px 19px 12px;
  font-family: Chalet londonnineteensixty, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.orange-button:hover {
  transform: scale(1.1);
}

.orange-button.sub-menu {
  flex: none;
}

.body {
  background-color: var(--white);
  text-decoration: none;
}

.outline-button {
  border: 1px solid var(--night-blue);
  border-radius: 50px;
  flex: none;
  padding: 11px 16px 8px;
  transition: all .4s ease-in-out;
}

.outline-button:hover {
  transform: scale(1.1);
}

.outline-button.orange-button.xs--height-100 {
  padding: 15px 19px 12px;
}

.weight-bold {
  margin-bottom: 0;
  font-family: Chalet newyorknineteensixty, sans-serif;
}

.h5 {
  color: var(--orange);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Chalet newyorknineteensixty, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.h5.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.numbers-grid {
  grid-row-gap: 47px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 25px;
}

.div-block-for-data-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-for-data-grid.height-320px {
  height: 320px;
}

.div-block-for-data-grid.height-320px.ver.space-between {
  justify-content: space-between;
}

.numbers-graphic.peak-traffic, .numbers-graphic.tot-traffic-volume {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
}

.numbers-graphic.total-capacity {
  background-color: var(--10-night-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
}

.numbers-graphic.ports {
  background-image: url('../images/Ports.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 160px;
  margin-top: 10px;
}

.space-for-connecting-line {
  width: 3rem;
}

.space-for-connecting-line.gallery {
  width: 2rem;
}

.space-for-connecting-line.content-page {
  width: 50px;
}

.connecting-line {
  z-index: 10;
  background-color: var(--orange);
  width: 1px;
  height: 100%;
  position: static;
  inset: 0% auto 0% 0%;
}

.connecting-line.homepage {
  background-color: #0000;
  background-image: url('../images/Line-header.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 520px;
  margin-top: 371px;
  margin-left: 3.5vw;
  display: none;
}

.connecting-line.header {
  height: 300px;
}

.connecting-line.words-from {
  height: 210px;
}

.connecting-line.words-from.ceo {
  height: 226px;
}

.connecting-line.words-from.ceo.xxl--height-190px.new-heights {
  height: 100%;
}

.connecting-line.gallery {
  flex: 1;
  height: 100%;
}

.connecting-line.numbers {
  height: 60px;
}

.richt-text-block {
  color: var(--black);
  margin-right: 40px;
  font-family: Chalet londonnineteensixty, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.richt-text-block.content-page {
  margin-right: 0;
  text-decoration: none;
}

.div-for-image-quote {
  position: absolute;
  inset: auto 0% 0%;
}

.div-for-image-quote.position-relative {
  position: relative;
}

.div-for-image-quote.position-relative.hide {
  display: none;
}

.div-for-words-from {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 569px;
  padding-right: 0;
  font-family: Chalet parisnineteensixty, sans-serif;
  font-weight: 100;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-for-words-from.content-page {
  width: auto;
}

.div-for-words-from.content-page.hide {
  display: none;
}

.div-for-words-from.width-auto {
  width: auto;
}

.gallery-grid {
  grid-column-gap: 1em;
  grid-row-gap: 6em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.gallery-div {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.div-for-gallery-grid {
  flex: 1;
  max-width: none;
}

.caption {
  font-family: Chalet newyorknineteensixty, sans-serif;
  font-size: 13px;
}

.caption.button {
  line-height: 13px;
}

.div-for-horizontal-alignment {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.div-for-horizontal-alignment.left-and-right-alignment-on-mobile.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.div-for-horizontal-alignment.xs--first.sizing--grow {
  flex: 1;
}

.div-for-horizontal-alignment.xs--first.sizing--grow.align--right {
  justify-content: flex-end;
  align-items: center;
}

.div-for-partner-case-study {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin: 15px 4vw 15px 5vw;
  display: flex;
}

.light {
  font-family: Chalet parisnineteensixty, sans-serif;
  font-weight: 100;
}

.light.text-height-22 {
  line-height: 22px;
}

.line-with-dots {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
}

.line-with-dots.header {
  z-index: 20;
  align-items: center;
  margin-top: 2rem;
  margin-left: 0;
}

.line-with-dots.gallery {
  align-items: center;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 14px;
  display: flex;
  position: static;
}

.line-with-dots.content-page {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  height: 43%;
  margin-top: 30%;
  margin-left: 20px;
  inset: 0% auto 0% 0%;
}

.line-with-dots.content-page._40 {
  height: 40%;
}

.line-with-dots.numbers {
  margin-top: -80px;
  padding-left: 8px;
}

.counter {
  color: var(--night-blue);
  text-align: center;
  font-family: Chalet newyorknineteensixty, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 42px;
}

.counter.diapositive {
  color: var(--white);
  letter-spacing: 2px;
  line-height: 40px;
}

.counter.sm--size-32.draft {
  color: #ff063c;
}

.wrapper-read-more {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--black);
  color: var(--night-blue);
  align-items: center;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.wrapper-read-more.w--current {
  color: var(--night-blue);
  text-decoration: none;
}

.intro {
  margin-bottom: 60px;
  font-family: Chalet parisnineteensixty, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.intro.hide {
  display: none;
}

.image-with-line {
  height: auto;
  position: relative;
}

.bullet {
  z-index: 1;
  background-color: var(--white);
  width: 12px;
  height: 12px;
  box-shadow: 0 0 8px 1px var(--orange);
  border-radius: 100px;
  position: relative;
}

.bullet.top.orange, .bullet.bottom.orange {
  background-color: var(--orange);
  box-shadow: none;
}

.bullet.orange {
  background-color: var(--orange);
  width: 10px;
  height: 10px;
  box-shadow: none;
  display: none;
}

.button-wrapper {
  display: flex;
}

.symbol-arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.row {
  flex-flow: wrap;
  display: flex;
}

.row.hor {
  display: flex;
}

.row.hor.space-between {
  justify-content: space-between;
}

.row.hor.space-between.height-550px {
  height: 550px;
}

.row.hor.space-between.height-550px.xs--ver {
  text-decoration: none;
}

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

.placeholder-text.padding-3-2-0-3 {
  padding: 2rem 3rem 3rem;
}

.placeholder-text.padding-3-2-0-3.ver {
  flex-flow: column;
  display: flex;
}

.placeholder-text.padding-3-2-0-3.ver.space-between {
  justify-content: space-between;
}

.placeholder-text.padding-3-2-0-3.ver.space-between.height-100 {
  height: 100%;
}

.placeholder-image {
  padding-top: 56.25%;
  position: relative;
}

.placeholder-image.height-100 {
  height: 100%;
}

.placeholder-image.height-100.ratio-56-25 {
  height: auto;
  padding-top: 56.25%;
}

.placeholder-image.height-100.ratio-30 {
  padding-top: 30%;
}

.placeholder-image.conn-networks {
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 185px;
  display: flex;
}

.placeholder-image.ratio-56-25 {
  padding-top: 56.25%;
}

.placeholder-image.ratio-56-25.height-100 {
  height: 100%;
}

.placeholder-image.ratio-56-25.height-100.no-overflow {
  overflow: hidden;
}

.placeholder-image.ratio-75 {
  padding-top: 75%;
}

.placeholder-image.ratio-65-56 {
  padding-top: 65.56%;
}

.image.absolute {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image.absolute.conn-networks {
  object-fit: cover;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image.absolute.peter {
  object-position: 50% 50%;
}

.image.absolute.bart {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 69% 50%;
  position: static;
}

.image.absolute.top-75 {
  object-position: 50% 75%;
}

.image.absolute.peter {
  aspect-ratio: 16 / 9;
  object-position: 50% 35%;
  position: static;
}

.image.absolute.top-10 {
  object-position: 50% 10%;
}

.image.absolute.header {
  object-position: 50% 90%;
}

.image.absolute.height-auto {
  height: auto;
}

.image.absolute.top-100 {
  object-position: 50% 100%;
}

.image.absolute.peter-home {
  object-position: 50% 20%;
}

.image.absolute.hover {
  object-position: 72% 50%;
  transition: all .4s;
}

.image.absolute.hover:hover {
  width: 105%;
  max-width: 105%;
  height: 105%;
  margin-top: -2.5%;
  margin-left: -2.5%;
  transform: translate(0);
}

.image.absolute.hover.peter-home {
  object-position: 50% 20%;
}

.image.absolute.hover.bernhard-home {
  object-position: 100% 100%;
}

.image.absolute.bernhard {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 69% 50%;
  position: static;
}

.ver {
  flex-flow: column;
  display: flex;
}

.ver.gap-0-5rem {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.ver.stretch {
  flex: 1;
}

.ver.stretch.margin-r-3rem {
  margin-right: 1rem;
}

.hor {
  display: flex;
}

.hor.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.placeholder.numbers {
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 185px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.list {
  color: var(--black);
  margin-top: -18px;
  margin-bottom: 24px;
}

.list-item {
  color: var(--black);
  margin-right: 40px;
  font-family: Chalet londonnineteensixty, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
}

.nav {
  z-index: 99;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.nav--container {
  max-width: none;
  padding: 1.5rem 3rem;
}

.wrapper--nav-items {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.md--menu-dropdown {
  display: none;
}

.menu--main {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn--group {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.menu-hamburger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 1.4em;
  display: none;
}

.nav--line {
  background-color: #262623;
  width: 24px;
  height: 2px;
}

.container--header-home {
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  padding: 5rem 3rem 3rem;
  display: flex;
}

.logo-30years {
  object-fit: cover;
  width: 6rem;
}

.copy-bold {
  font-family: Chalet newyorknineteensixty, sans-serif;
  font-weight: 400;
}

.text-color--orange {
  color: var(--orange);
}

.menu-hamburger-close {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 1.4em;
  display: none;
}

.h1-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Chalet parisnineteensixty, sans-serif;
  font-size: 64px;
  font-weight: 100;
  line-height: 64px;
}

.h1-2.orange {
  color: #f58025;
}

.bold {
  font-family: Chalet newyorknineteensixty, sans-serif;
}

.div-for-button {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 569px;
  padding-right: 0;
  font-family: Chalet parisnineteensixty, sans-serif;
  font-weight: 100;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-for-button.content-page {
  width: auto;
}

.div-for-button.content-page.hide {
  display: none;
}

.div-for-button.width-auto {
  width: auto;
}

.fade-out {
  position: relative;
}

.fade-out-gradient {
  background-image: linear-gradient(0deg, #fff 26%, #fff0);
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .div-for-gallery-grid {
    flex: 1;
  }

  .line-with-dots.content-page {
    height: 44%;
  }

  .image.absolute.map {
    margin-left: 1rem;
  }

  .ver.stretch.margin-r-3rem {
    margin-right: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .text-block---text {
    width: 710px;
  }

  .container.content-page {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .container.content-page.md--padding-4rem.sm--padding-1-5rem.xl--padding-3rem {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .h6 {
    width: 500px;
  }

  .flex-box.left-and-right-alignment.vertical-on-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.first.night-blue {
    margin-top: 0;
  }

  .navigation {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navigation-mother {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-items {
    margin-right: 0;
    padding-right: 0;
  }

  .h1 {
    font-weight: 100;
  }

  .paragraph.diapositive.gallery {
    font-size: 17px;
    line-height: 26px;
  }

  .paragraph.diapositive.gallery.margin-b-0 {
    margin-bottom: 16px;
  }

  .body {
    background-color: var(--white);
  }

  .navigation---child {
    justify-content: space-between;
    width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-for-data-grid.height-320px.ver.space-between.xl--height-300px {
    height: 300px;
  }

  .space-for-connecting-line {
    flex: none;
    width: 40px;
  }

  .space-for-connecting-line.header {
    width: 40px;
  }

  .space-for-connecting-line.gallery {
    width: 3rem;
  }

  .connecting-line.words-from.ceo.xxl--height-190px {
    height: 190px;
  }

  .div-for-words-from {
    padding-right: 60px;
  }

  .line-with-dots.content-page {
    height: 47%;
  }

  .line-with-dots.content-page._40 {
    height: 42%;
  }

  .nav-block-left {
    flex: 0 auto;
  }

  .image.absolute.height-auto.width-95 {
    width: 95%;
  }

  .image.absolute.map {
    width: 95%;
    height: 95%;
  }

  .nav {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .container--header-home {
    justify-content: space-between;
  }

  .h1-2 {
    font-weight: 100;
  }

  .div-for-button {
    padding-right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  h5 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 28px;
  }

  .h6 {
    width: 500px;
  }

  .navigation {
    border-radius: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 55px;
  }

  .navigation-mother {
    justify-content: space-between;
  }

  .navigation-items {
    flex: 0 auto;
    margin-right: 0;
    padding-right: 0;
    transition: all .2s;
    position: relative;
    inset: 0% auto auto;
  }

  .h4.orange._50vw {
    width: 35vw;
  }

  .paragraph.in-text-link {
    font-size: 15px;
  }

  .navigation---child {
    width: 1440px;
  }

  .numbers-grid {
    margin-bottom: 60px;
  }

  .numbers-graphic.ports {
    height: 150px;
  }

  .space-for-connecting-line.header {
    width: 60px;
  }

  .line-with-dots.content-page {
    height: 47%;
  }

  .line-with-dots.content-page._40 {
    height: 44%;
  }

  .fade-out {
    position: relative;
  }

  .fade-out-gradient {
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
  }

  h5 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .text-block---text._40-vw {
    width: 50vw;
  }

  .text-block---text.quote {
    width: 46vw;
  }

  .container.content-page.md--padding-4rem {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .container.padding-6rem.md--padding-3rem {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .h6 {
    width: 40vw;
    font-size: 16px;
    line-height: 20px;
  }

  .flex-box.left-and-right-alignment {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-box.left-and-right-alignment.vertical-on-mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
  }

  .section {
    overflow: hidden;
  }

  .section.white.first {
    margin-top: 120px;
  }

  .section.first-home-page.sm-margin-100 {
    margin-top: 100px;
  }

  .space._30px {
    height: 25px;
  }

  .space._16px.invisible-on-mobile {
    display: none;
  }

  .space._60px, .space._100px {
    height: 40px;
  }

  .logo-link {
    order: -1;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .navigation {
    z-index: 9999;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 22px;
    transition: all 1s;
  }

  .navigation.shrink {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav--item {
    text-align: center;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 400;
    transition-property: none;
  }

  .nav--item:hover {
    border-top-width: 0;
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav--item.w--current {
    color: var(--black);
    border-top-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .menu {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .navigation-items {
    z-index: 0;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    inset: 0% 0% 0% 0;
  }

  .logo-image {
    margin-top: 0;
  }

  .menu-button {
    z-index: 9999;
    padding: 0;
    line-height: 17px;
  }

  .menu-button.w--open {
    z-index: 9999;
    color: #262623;
    background-color: #0000;
    order: -1;
  }

  .h1 {
    font-size: 52px;
    line-height: 1.1;
  }

  .h1.orange.md--size-50 {
    font-size: 50px;
    line-height: 50px;
  }

  .h3 {
    font-size: 34px;
    line-height: 1.1;
  }

  .h3.orange {
    font-size: 34px;
  }

  .h3.numbers {
    font-size: 34px;
    line-height: 34px;
  }

  .h4.orange {
    font-size: 24px;
    line-height: 28px;
  }

  .h4.orange._36vw {
    width: 45vw;
  }

  .paragraph.in-text-link {
    margin-bottom: 4px;
    font-size: 14px;
    text-decoration: none;
  }

  .paragraph.diapositive.gallery {
    margin-bottom: 0;
  }

  .orange-button {
    flex: none;
    margin-top: 2px;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .orange-button:hover {
    transform: none;
  }

  .orange-button.md--hide {
    display: none;
  }

  .navigation---child {
    margin-left: auto;
    margin-right: auto;
  }

  .outline-button {
    width: 40vw;
    margin-top: 2vw;
  }

  .outline-button:hover {
    transform: none;
  }

  .outline-button.orange-button {
    width: auto;
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .h5 {
    margin-top: 20px;
    font-size: 16px;
  }

  .numbers-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-for-data-grid.height-320px.ver.space-between.xl--height-300px.md--height-300px {
    height: 300px;
  }

  .numbers-graphic.peak-traffic, .numbers-graphic.tot-traffic-volume, .numbers-graphic.total-capacity {
    width: 150px;
    height: 150px;
  }

  .numbers-graphic.ports {
    background-position: 50%;
    background-size: contain;
    width: 150px;
    height: 150px;
  }

  .space-for-connecting-line {
    width: 35px;
  }

  .space-for-connecting-line.header, .space-for-connecting-line.gallery {
    width: 2rem;
  }

  .connecting-line.words-from.ceo {
    height: 115px;
  }

  .richt-text-block {
    width: 86vw;
    margin-right: 20px;
  }

  .richt-text-block.content-page {
    width: auto;
  }

  .div-for-image-quote {
    position: relative;
  }

  .div-for-words-from {
    width: 44vw;
    padding-right: 0;
  }

  .gallery-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .caption.button.md--center {
    text-align: center;
  }

  .div-for-horizontal-alignment.left-and-right-alignment-on-mobile.gap-3rem {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .div-for-partner-case-study {
    margin-left: 4vw;
  }

  .line-with-dots.content-page {
    height: 38%;
  }

  .line-with-dots.numbers {
    padding-left: 8px;
  }

  .counter {
    font-size: 34px;
  }

  .nav-block-left {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-block-right.md--hide {
    height: 100vh;
    display: none;
  }

  .intro {
    font-size: 21px;
  }

  .row.hor.space-between.height-550px {
    height: auto;
  }

  .placeholder-text.padding-3-2-0-3.ver.space-between.height-100.gap-1rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .placeholder-image.height-100.ratio-30.md--ratio-45 {
    padding-top: 45%;
  }

  .placeholder-image.conn-networks {
    width: 150px;
    height: 150px;
  }

  .image.menu {
    z-index: 100;
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    position: relative;
  }

  .html-embed {
    line-height: 14px;
  }

  .placeholder.numbers {
    width: 150px;
    height: 150px;
  }

  .list-item {
    width: 86vw;
    margin-right: 20px;
  }

  .nav {
    background-color: var(--white);
  }

  .wrapper--nav-items {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .wrapper--nav-items.md--hide {
    display: none;
  }

  .md--menu-dropdown {
    background-color: var(--white);
    width: 100vw;
    height: 0;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .menu--main {
    justify-content: space-between;
    align-items: center;
  }

  .btn--group {
    display: flex;
  }

  .btn--group.width-100 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .menu-hamburger {
    z-index: 100;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 24px;
    display: flex;
    position: relative;
  }

  .menu-hamburger.hide {
    display: none;
  }

  .nav--line {
    background-color: var(--black);
    width: 26px;
  }

  .nav--line.is--1 {
    width: 27px;
  }

  .nav--line.is--1-close {
    width: 27px;
    position: absolute;
    inset: auto 0%;
    transform: rotate(40deg);
  }

  .nav--line.is--2-close {
    transform: rotate(-40deg);
  }

  .nav--line.is--3-close {
    position: absolute;
    inset: auto 0%;
    transform: rotate(-40deg);
  }

  .container--header-home {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-30years {
    width: 5rem;
  }

  .menu-hamburger-close {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 24px;
    display: none;
    position: relative;
  }

  .menu-hamburger-close.hide {
    display: none;
  }

  .h1-2 {
    font-size: 52px;
    line-height: 52px;
  }

  .h1-2.orange.md--size-50 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-for-button {
    width: 44vw;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }

  p, li {
    font-size: 16px;
    line-height: 1.7;
  }

  .text-block---text._40-vw {
    width: 70vw;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 2rem;
  }

  .container.content-page.md--padding-4rem.sm--padding-1-5rem {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flex-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .flex-box.left-and-right-alignment {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
  }

  .flex-box.left-and-right-alignment.vertical-on-mobile {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .flex-box.left-alignment.horizontal-on-mobile {
    flex-direction: row;
  }

  .flex-box.left-alignment.gallery {
    flex-flow: row;
    margin-right: 0;
  }

  .flex-box.vertical-alignment.sm--no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section.white.first {
    margin-top: 100px;
  }

  .section.first-home-page.sm-margin-100 {
    margin-top: 80px;
  }

  .space._30px {
    height: 20px;
  }

  .space._16px {
    height: 16px;
  }

  .space._40-px {
    object-position: 50% 100%;
  }

  .space._40-px.sm--24px {
    height: 24px;
  }

  .space._40-px.sm--32 {
    height: 32px;
  }

  .space._60px {
    height: 40px;
  }

  .space._24px.sm--hide {
    display: none;
  }

  .space._100px {
    height: 40px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 10px 6vw 10px 7vw;
  }

  .navigation.shrink.sm--padding3-5 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .navigation.shrink.sm--padding3-5.sm--padding-tb-1rem {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navigation.shrink.sm--padding3-5.sm--padding-tb-1rem.xs--padding-lr-1rem.position-fixed.sm--padding-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav--item {
    margin-left: 0;
    padding-left: 0;
    transition-property: none;
  }

  .menu {
    font-size: 17px;
  }

  .navigation-items {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3vw;
  }

  .logo-image {
    width: 55px;
  }

  .menu-button.w--open {
    align-self: center;
  }

  .h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .h1.orange.md--size-50.sm--size-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .h3.orange {
    font-size: 32px;
    line-height: 32px;
  }

  .h3.numbers.sm--size-30 {
    font-size: 30px;
    line-height: 32px;
  }

  .h4 {
    font-size: 22px;
  }

  .h4.orange {
    font-size: 24px;
    line-height: 1.3;
  }

  .h4.orange._36vw, .h4.orange._50vw {
    width: 60vw;
  }

  .h4.sm--size-18 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.in-text-link {
    font-size: 12px;
  }

  .paragraph.diapositive.blue {
    color: #0000;
  }

  .paragraph.diapositive.no-margin.text-height-21 {
    line-height: 19px;
  }

  .orange-button.sub-menu {
    margin-left: 0;
  }

  .outline-button {
    margin-left: 7vw;
  }

  .numbers-grid {
    grid-column-gap: 10px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .numbers-graphic.peak-traffic, .numbers-graphic.tot-traffic-volume, .numbers-graphic.total-capacity, .numbers-graphic.ports {
    width: 130px;
    height: 130px;
  }

  .space-for-connecting-line {
    width: 18px;
  }

  .space-for-connecting-line.gallery {
    width: 0;
  }

  .connecting-line.header {
    height: 180px;
  }

  .connecting-line.words-from.ceo {
    height: 150px;
  }

  .connecting-line.words-from.ceo.xxl--height-190px.new-heights {
    height: 170px;
  }

  .richt-text-block {
    width: 88vw;
    margin-top: 20px;
  }

  .richt-text-block.content-page, .richt-text-block.content-page.sm--margin-t-0 {
    margin-top: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-for-gallery-grid {
    margin-left: 0;
  }

  .div-for-partner-case-study {
    margin-left: 5vw;
  }

  .line-with-dots.gallery {
    margin-top: 22px;
  }

  .line-with-dots.numbers {
    margin-top: -70px;
    padding-left: 8px;
  }

  .counter.sm--size-32 {
    font-size: 30px;
    line-height: 32px;
  }

  .intro {
    font-size: 20px;
  }

  .placeholder-image.conn-networks {
    width: 130px;
    height: 130px;
    padding-top: 45%;
  }

  .image.absolute.peter {
    object-position: 50% 50%;
    object-position: 50% 35%;
  }

  .hor.gap-2rem.sm--gap-1-5rem {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .placeholder.numbers {
    width: 130px;
    height: 130px;
  }

  .list-item {
    width: 88vw;
    margin-top: 20px;
  }

  .nav--container {
    padding: 1rem 1.5rem;
  }

  .container--header-home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 2rem 2rem 1.5rem;
  }

  .logo-30years {
    width: 3rem;
  }

  .wrapper-logo-30years {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
  }

  .h1-2 {
    font-size: 36px;
    line-height: 36px;
  }

  .h1-2.orange.md--size-50.sm--size-40 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 18px;
  }

  p, li {
    font-size: 15px;
    line-height: 1.7;
  }

  .text-block---text._40-vw {
    width: 65vw;
  }

  .text-block---text._40-vw.header, .text-block---text.quote {
    width: 80vw;
  }

  .container.footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .container.padding-6rem.md--padding-3rem {
    padding-top: 3rem;
  }

  .container.padding-6rem.md--padding-3rem.xs--padding-2rem {
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h6 {
    width: 80vw;
  }

  .flex-box.left-and-right-alignment {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
  }

  .flex-box.left-and-right-alignment.vertical-on-mobile {
    flex-direction: column;
  }

  .flex-box.left-and-right-alignment.vertical-on-mobile.xs--no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-box.left-alignment.horizontal-on-mobile {
    grid-column-gap: 0px;
  }

  .flex-box.vertical-alignment.sm--no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .space._30px {
    height: 18px;
  }

  .space._40-px.xs--space-24 {
    height: 24px;
  }

  .space._40-px.sm--16px {
    height: 16px;
  }

  .space._60px {
    height: 60px;
  }

  .space._60px.xs--show {
    display: block;
  }

  .space._60px.xs--32px {
    height: 32px;
  }

  .space._24px.xs--hide {
    display: none;
  }

  .space._100px {
    height: 40px;
  }

  .space._100px.xs--show {
    height: 100px;
    display: block;
  }

  .space._100px.xs--32px {
    height: 32px;
  }

  .logo-link {
    flex: none;
  }

  .logo-link.w--current {
    transition-duration: .5s;
  }

  .navigation {
    padding: 10px 7vw;
  }

  .navigation.shrink.sm--padding3-5.sm--padding-tb-1rem.xs--padding-lr-1rem {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }

  .nav--item {
    background-color: #fff;
  }

  .menu {
    padding-top: 26px;
    padding-bottom: 24px;
    padding-right: 22px;
  }

  .navigation-items {
    height: 100vh;
    margin-top: 100px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 0;
    position: fixed;
  }

  .logo-image {
    width: 50px;
  }

  .menu-button.w--open {
    flex: none;
    align-self: center;
    margin-top: 0;
  }

  .h1 {
    font-size: 30px;
  }

  .h1.orange.md--size-50.sm--size-40.xs--size-32 {
    font-size: 34px;
    line-height: 32px;
  }

  .h3.orange {
    width: 80vw;
    font-weight: 100;
  }

  .h3.numbers {
    font-size: 40px;
    line-height: 42px;
  }

  .h4.orange._36vw {
    width: 70vw;
  }

  .h4.orange._50vw {
    width: 75vw;
  }

  .paragraph.diapositive {
    margin-bottom: 0;
  }

  .paragraph.diapositive.link.xs--line-heigt-14 {
    line-height: 14px;
  }

  .paragraph.diapositive.bold.flex {
    display: flex;
  }

  .paragraph.diapositive.bold.flex.center {
    justify-content: center;
  }

  .paragraph.diapositive.xs--line-height-14 {
    line-height: 14px;
  }

  .paragraph.blue.invisible-on-mobile {
    display: none;
  }

  .paragraph.xs--line-height-14 {
    line-height: 14px;
  }

  .orange-button {
    text-align: center;
    width: 100%;
  }

  .orange-button:hover {
    transform: none;
  }

  .orange-button.sub-menu {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding: 12px 16px 8px;
    font-size: 12px;
    display: flex;
  }

  .outline-button {
    width: 73vw;
    margin-top: 4vw;
  }

  .outline-button:hover {
    transform: none;
  }

  .outline-button.orange-button {
    margin-left: 0;
  }

  .outline-button.orange-button.xs--height-100 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .h5 {
    margin-top: 0;
  }

  .numbers-grid {
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .numbers-graphic.peak-traffic {
    width: 160px;
    height: 160px;
    margin-top: 16px;
  }

  .numbers-graphic.tot-traffic-volume {
    width: 160px;
    height: 160px;
  }

  .numbers-graphic.total-capacity {
    border-radius: 1000px;
    width: 160px;
    height: 160px;
    margin-top: 16px;
  }

  .space-for-connecting-line.header, .space-for-connecting-line.header.xs--width-1rem {
    width: 1.5rem;
  }

  .space-for-connecting-line.content-page {
    width: 32px;
  }

  .connecting-line.words-from {
    height: 140px;
  }

  .connecting-line.words-from.ceo {
    height: 80px;
  }

  .richt-text-block {
    margin-top: 0;
  }

  .div-for-words-from {
    width: 88vw;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .caption {
    font-size: 15px;
  }

  .caption.button, .caption.button.sub-menu {
    font-size: 14px;
  }

  .div-for-horizontal-alignment.left-and-right-alignment-on-mobile {
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  .div-for-horizontal-alignment.left-and-right-alignment-on-mobile.gap-3rem.xs--last {
    order: 1;
    align-items: flex-end;
  }

  .div-for-horizontal-alignment.xs--first {
    order: -1;
  }

  .line-with-dots.header {
    margin-top: 1rem;
  }

  .line-with-dots.content-page {
    height: auto;
    margin-left: 8px;
  }

  .counter {
    font-size: 40px;
  }

  .intro {
    font-size: 18px;
  }

  .bullet {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 5px 1px var(--orange);
  }

  .bullet.top, .bullet.bottom {
    width: 10px;
    height: 10px;
  }

  .row.hor.space-between.height-550px.xs--ver {
    flex-flow: column;
  }

  .col.lg-col-6.xs-col-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.lg-col-6.xs-col-12.xs--last {
    order: 1;
  }

  .col.lg-col-6.xs-col-12.xs--first {
    order: -1;
  }

  .placeholder-text.padding-3-2-0-3.ver.space-between.height-100.gap-1rem.xs--padding-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .placeholder-image.height-100.ratio-30.md--ratio-45 {
    padding-top: 60%;
  }

  .placeholder-image.conn-networks {
    width: 160px;
    height: 160px;
  }

  .image.absolute.peter {
    object-position: 50% 0%;
    object-position: 50% 34%;
  }

  .image.menu {
    width: 22px;
    height: 22px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .ver.stretch.margin-r-3rem.xs-r-0rem {
    margin-right: 0;
  }

  .placeholder.numbers {
    width: 160px;
    height: 160px;
    margin-top: 16px;
  }

  .list {
    padding-left: 12px;
  }

  .list-item {
    margin-top: 0;
    margin-right: 0;
    list-style-type: disc;
  }

  .nav--container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .container--header-home {
    padding: 2rem 1rem;
  }

  .h1-2.orange.md--size-50.sm--size-40.xs--size-32 {
    font-size: 34px;
    line-height: 32px;
  }

  .div-for-button {
    width: 88vw;
  }
}

#w-node-_1a343f99-38fd-566c-86ac-c42945801685-800fd724, #w-node-_7caa3645-7beb-13cc-c0b6-ad62498b4ae7-800fd724, #w-node-_8e8758ca-8228-ed2a-b70b-bec09b81cddf-800fd724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bda6e243-ce0a-f757-2c4f-91209567fda4-800fd724 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_91b45fa0-e830-dacb-c114-8d2509b4f0c3-800fd724 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-afb4f9dd-ebea-2671-7ea4-1c232022028a-800fd724 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_54a3718c-653f-b022-1219-2cf9d6ab68d5-800fd724 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_048c9113-f0e7-d457-4d31-df9ceeb9941b-800fd724, #w-node-a0bf10c2-4635-0462-41be-824f9fee813a-800fd724, #w-node-b521ff81-f722-7eb3-a917-b7d85e406daf-800fd724, #w-node-_35f0a648-ce5f-f654-c5e4-018fab2ad3d8-800fd724, #w-node-_27d7ef48-c9ea-822a-456c-a4e35a60af34-800fd724, #w-node-a9a7132c-23d3-9ee1-69da-8a212ee7643a-800fd724, #w-node-e0831686-4c6c-0716-267b-bca5e3196939-800fd724, #w-node-_9d2554cc-7c35-e1fd-509c-6b493720ffde-800fd724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b521ff81-f722-7eb3-a917-b7d85e406daf-800fd724 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_9d2554cc-7c35-e1fd-509c-6b493720ffde-800fd724 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8e8758ca-8228-ed2a-b70b-bec09b81cddf-800fd724 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-bda6e243-ce0a-f757-2c4f-91209567fda4-800fd724 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_91b45fa0-e830-dacb-c114-8d2509b4f0c3-800fd724 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afb4f9dd-ebea-2671-7ea4-1c232022028a-800fd724 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_54a3718c-653f-b022-1219-2cf9d6ab68d5-800fd724 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7caa3645-7beb-13cc-c0b6-ad62498b4ae7-800fd724 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8e8758ca-8228-ed2a-b70b-bec09b81cddf-800fd724 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-bda6e243-ce0a-f757-2c4f-91209567fda4-800fd724 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_91b45fa0-e830-dacb-c114-8d2509b4f0c3-800fd724 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-afb4f9dd-ebea-2671-7ea4-1c232022028a-800fd724 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_54a3718c-653f-b022-1219-2cf9d6ab68d5-800fd724 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7caa3645-7beb-13cc-c0b6-ad62498b4ae7-800fd724 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8e8758ca-8228-ed2a-b70b-bec09b81cddf-800fd724 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-bda6e243-ce0a-f757-2c4f-91209567fda4-800fd724 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_91b45fa0-e830-dacb-c114-8d2509b4f0c3-800fd724 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-afb4f9dd-ebea-2671-7ea4-1c232022028a-800fd724 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_54a3718c-653f-b022-1219-2cf9d6ab68d5-800fd724 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Chalet parisnineteensixty';
  src: url('../fonts/Chalet-ParisNineteenSixty.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chalet newyorknineteensixty';
  src: url('../fonts/Chalet-NewYorkNineteenSixty.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chalet londonnineteensixty';
  src: url('../fonts/Chalet-LondonNineteenSixty.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}