/*! 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 */
  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;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(234, 234, 234);
  overflow-x: hidden;
}
body.background--technology {
  background-color: rgba(51, 105, 125, 0.1);
}
body.background--special-event {
  background-color: rgba(51, 105, 125, 0.1);
}
body.background--innovation {
  background-color: rgba(255, 133, 51, 0.1);
}
body.background--coaching {
  background-color: rgba(55, 168, 219, 0.1);
}
body.background--partner {
  background-color: rgba(135, 136, 138, 0.1);
}

* {
  box-sizing: border-box;
}

:target {
  position: initial;
}
:target::before {
  content: "";
  display: block;
  height: 6rem;
  margin: -6rem 0 0;
}

.scroll-margin {
  scroll-margin-top: calc(25vh - 72px);
}

html {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.375;
  font-size: 20px;
  color: rgb(26, 23, 27);
}

h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  overflow-wrap: break-word;
  hyphens: auto;
}

h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (min-width: 600px) {
  h3 {
    font-size: 1.17rem;
  }
}

.dashed {
  position: relative;
}
.dashed::before {
  position: absolute;
  top: -0.4rem;
  left: 0;
  width: 2.4rem;
  height: 3px;
  content: "";
  background-color: rgb(26, 23, 27);
}

main a {
  color: rgb(26, 23, 27);
  position: relative;
  text-decoration: none;
}
main a::after {
  content: "";
  height: 1px;
  background-color: currentColor;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.hyphen {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1200px;
}
.container-outer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.app-header {
  padding: 1.2rem 0;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: background-color ease-in-out 0.25s;
}
.app-header--partial-hidden {
  background-color: transparent;
}
@media (min-width: 600px) {
  .app-header--partial-hidden .app-header__logo {
    opacity: 0;
  }
}
.app-header__container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1.2rem;
}
@media (min-width: 1260px) {
  .app-header__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.app-header__logo {
  transition: opacity ease-in-out 0.25s;
  opacity: 1;
  z-index: 1;
}
.app-header__logo a {
  display: block;
}
.app-header__logo img {
  display: block;
  height: 3.6rem;
}
.app-header__navigation {
  position: relative;
  z-index: 1;
}
.app-header__navigation i {
  cursor: pointer;
  font-size: 39px;
  padding: 5px;
}
.app-header__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  position: absolute;
  top: 6rem;
  height: 100vh;
  width: 100vw;
  padding-left: 1.2rem;
}
@media (min-width: 600px) {
  .app-header__nav {
    width: 500px;
    padding-left: 0;
  }
}
.app-header__nav {
  max-width: 100vw;
  right: 0;
  transform: translateX(100%);
  background-color: white;
  padding-top: 0;
  padding-bottom: 6rem;
  transition: transform ease-in-out 0.25s;
}
.app-header__nav--active {
  transform: translateX(0%);
}
.app-header__nav ul {
  list-style: none;
  margin: 0;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
}
.app-header__nav ul li {
  padding: 0;
  width: 100%;
  display: block;
  flex-direction: row;
}
.app-header__nav ul li a {
  flex: 1;
  display: block;
  font-size: 1.17rem;
  font-weight: 700;
  color: rgb(26, 23, 27);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 11px 0px 11px 48px;
}
.app-header__nav ul li a.level2 {
  font-size: 1rem;
}
.app-header__nav ul li[class*=current]:has(li.current2)::before {
  content: none;
}
.app-header__nav ul li[class*=current] {
  position: relative;
}
.app-header__nav ul li[class*=current]::before {
  content: "keyboard_arrow_right";
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 39px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.app-header__nav ul li.level1 {
  margin-top: 15px;
}
.app-header__nav ul.level2 {
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.app-header__nav .nav__footer ul li a {
  display: flex;
  align-items: center;
  text-transform: none;
}
.app-header__nav .nav__footer ul li a img, .app-header__nav .nav__footer ul li a i {
  width: 32px;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 24px;
}
.app-header__nav .nav__footer ul li a img {
  padding-left: 3px;
}

.app-navigation-overlay--active .app-header--partial-hidden {
  transition: none;
  background-color: white;
}
.app-navigation-overlay--active .app-header--partial-hidden .app-header__logo {
  transition: none;
}
@media (min-width: 600px) {
  .app-navigation-overlay--active .app-header--partial-hidden .app-header__logo {
    opacity: unset;
  }
}

.app-footer {
  width: 100%;
  background-color: rgb(26, 23, 27);
  margin-top: 2.4rem;
}
.app-footer__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.app-footer__partner {
  padding: 2.4rem 0;
}
.app-footer__partners {
  display: flex;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding-right: 1.2rem;
  padding-left: 4.5rem;
}
@media (min-width: 600px) {
  .app-footer__partners {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
  }
}
@media (min-width: 900px) {
  .app-footer__partners {
    padding-left: 0;
    align-content: center;
  }
}
.app-footer__partners img {
  height: 1.8rem;
  margin-top: 1.2rem;
}
.app-footer__partner-item {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 600px) {
  .app-footer__partner-item {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    width: 33.3333333333%;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 900px) {
  .app-footer__partner-item {
    width: auto;
    margin-bottom: 0;
  }
}
.app-footer__partner-item + .app-footer__partner-item {
  margin-top: 1.2rem;
}
@media (min-width: 600px) {
  .app-footer__partner-item + .app-footer__partner-item {
    margin-top: 0;
  }
}
.app-footer__partner-item .title {
  font-size: 0.7rem;
  position: relative;
  margin-top: 1.2rem;
  color: #9A9B9D;
}
.app-footer__partner-item .title::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 2.4rem;
  height: 1px;
  content: "";
  background-color: #9A9B9D;
}
@media (min-width: 600px) {
  .app-footer__partner-item .title {
    margin-top: 0.6rem;
  }
  .app-footer__partner-item .title::before {
    display: none;
  }
}
.app-footer__logo {
  width: 100%;
  padding-left: 1.2rem;
}
@media (min-width: 900px) {
  .app-footer__logo {
    width: 33.3333333333%;
  }
}
@media (min-width: 1260px) {
  .app-footer__logo {
    padding-left: 0;
  }
}
.app-footer__logo img {
  height: 3.6rem;
}
.app-footer__logo .footer__logo--inos {
  display: grid;
  grid-template-columns: 60px 2fr;
  align-items: center;
  margin-top: 20px;
}
.app-footer__meta {
  background-color: rgb(112, 113, 115);
}
@media (min-width: 900px) {
  .app-footer__meta {
    padding: 0.6rem 0;
  }
}
.app-footer__meta ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 1.2rem 4.5rem 1.2rem 4.5rem;
  list-style: none;
}
@media (min-width: 900px) {
  .app-footer__meta ul {
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 1.2rem;
  }
}
.app-footer__meta ul:first-of-type {
  padding: 1.2rem 0 1.2rem 4.5rem;
}
.app-footer__meta ul:first-of-type li:first-of-type a {
  margin-left: 0;
}
.app-footer__meta ul li {
  padding: 0;
}
.app-footer__meta ul li a {
  font-size: 0.85rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
@media (min-width: 900px) {
  .app-footer__meta ul li a {
    margin-left: 3.6rem;
  }
}
@media (min-width: 1260px) {
  .app-footer__meta ul li a {
    margin-left: 4.8rem;
  }
}

.app-footer__meta .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.sociallink {
  float: left;
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 195px;
}
.sociallink a, .sociallink img {
  width: 30px;
}
.sociallink a {
  background: transparent;
}

.app__navigation-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(234, 234, 234, 0.7);
  top: 0;
  left: 0;
  transition: all ease-in-out 0.25s;
}
.app-navigation-overlay--active .app__navigation-overlay {
  visibility: visible;
  opacity: 1;
}

.color-strip {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .color-strip {
    flex-direction: row;
  }
}
.color-strip > * {
  width: 25%;
}
.color-strip .technology {
  background-color: rgb(51, 105, 125);
}
.color-strip .special-event {
  background-color: rgb(51, 105, 125);
}
.color-strip .innovation {
  background-color: rgb(255, 133, 51);
}
.color-strip .coaching {
  background-color: rgb(55, 168, 219);
}
.color-strip .partner {
  background-color: rgb(135, 136, 138);
}

.app-home__color-strip .color-strip {
  height: unset;
}

.app-home__color-strip .color-strip a, .history__color-strip .color-strip a {
  display: grid;
  place-content: center;
  min-height: 55px;
  width: 100%;
}
.app-home__color-strip .color-strip--technology > a:not(.technology), .app-home__color-strip .color-strip--special-event > a:not(.special-event), .app-home__color-strip .color-strip--innovation > a:not(.innovation), .app-home__color-strip .color-strip--coaching > a:not(.coaching), .history__color-strip .color-strip--technology > a:not(.technology), .history__color-strip .color-strip--special-event > a:not(.special-event), .history__color-strip .color-strip--innovation > a:not(.innovation), .history__color-strip .color-strip--coaching > a:not(.coaching) {
  background-color: white;
  color: black;
}
.app-home__color-strip .color-strip .technology,
.app-home__color-strip .color-strip .technology:hover, .history__color-strip .color-strip .technology,
.history__color-strip .color-strip .technology:hover {
  background-color: rgb(58.3892045455, 120.2130681818, 143.1107954545);
  color: rgb(185, 202, 0);
}
.app-home__color-strip .color-strip .special-event,
.app-home__color-strip .color-strip .special-event:hover, .history__color-strip .color-strip .special-event,
.history__color-strip .color-strip .special-event:hover {
  color: rgb(185, 202, 0);
  background-color: rgb(51, 105, 125);
}
.app-home__color-strip .color-strip .innovation,
.app-home__color-strip .color-strip .innovation:hover, .history__color-strip .color-strip .innovation,
.history__color-strip .color-strip .innovation:hover {
  color: #464668;
  background-color: rgb(255, 133, 51);
}
.app-home__color-strip .color-strip .coaching,
.app-home__color-strip .color-strip .coaching:hover, .history__color-strip .color-strip .coaching,
.history__color-strip .color-strip .coaching:hover {
  color: #ffec00;
  background-color: rgb(55, 168, 219);
}
.app-home__color-strip .color-strip span, .history__color-strip .color-strip span {
  text-align: center;
  height: 20px;
}
@media (min-width: 900px) {
  .app-home__color-strip .color-strip span, .history__color-strip .color-strip span {
    padding: 12px;
    height: unset;
  }
}
.app-home__color-strip .color-strip a, .history__color-strip .color-strip a {
  text-align: center;
  height: 40px;
  padding: 0;
}
.app-home__color-strip .color-strip a:after, .history__color-strip .color-strip a:after {
  position: relative;
  top: 5px;
  background-color: inherit;
  bottom: 0;
}

/*# sourceMappingURL=style.css.map */
