/**
 * Reset
 */
*,
*::before,
*::after {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
  -webkit-outline: none;
  -moz-outline: none;
}

html {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
}

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

/**
 * Header
 */
.header {
  align-content: center;
  background-color: #09212f;
  height: 280px;
  min-width: 320px;
  position: fixed;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 9999;
}
.header > .wrapper {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  font-size: 32px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.header > .wrapper .logo img {
  display: block;
  height: 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.header > .wrapper .navigation {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: end;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li {
  color: inherit;
  flex: 0 0 auto;
  font: normal 700 1em/1.2em "Urbanist", sans-serif;
  text-align: right;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li a {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation ul li.active a {
  color: #cfff04;
}
.header > .wrapper .navigation .sitemenu-open {
  align-items: center;
  color: inherit;
  display: none;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.header > .wrapper .navigation .sitemenu-open .burger {
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span {
  background-color: #ffffff;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(1) {
  margin-top: -10px;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(2) {
  margin-top: 0;
}
.header > .wrapper .navigation .sitemenu-open .burger span:nth-child(3) {
  margin-top: 10px;
}
.header.header--collapsed {
  transform: translateY(-150%);
}

html:not(.mobile):not(.tablet) .header > .wrapper .navigation ul li a:hover {
  color: #cfff04;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(1) {
  margin-top: -12px;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(2) {
  margin-top: 0;
}
html:not(.mobile):not(.tablet) .header > .wrapper .navigation .sitemenu-open:hover .burger span:nth-child(3) {
  margin-top: 12px;
}

.sitemenu--active .header > .wrapper .navigation .sitemenu-open .burger span {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .header {
    height: 200px;
  }
  .header > .wrapper {
    font-size: 24px;
    padding: 0 100px;
  }
  .header > .wrapper .logo {
    height: 100px;
  }
  .header > .wrapper .logo img {
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    height: 100px;
  }
  .header > .wrapper {
    padding: 0 60px;
  }
  .header > .wrapper .logo {
    height: 60px;
  }
  .header > .wrapper .logo img {
    height: 60px;
  }
  .header > .wrapper .navigation ul {
    display: none;
  }
  .header > .wrapper .navigation .sitemenu-open {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header > .wrapper {
    font-size: 16px;
    padding: 0 25px;
  }
}
/**
 * Main
 */
.main {
  display: flex;
  flex-flow: column nowrap;
  font-size: 32px;
  background-color: #ffffff;
  padding-top: 280px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .main {
    font-size: 28px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .main {
    font-size: 24px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    font-size: 20px;
  }
}
/**
 * Accordion menu
 */
.accordion-menu {
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item {
  border-bottom: 3px solid #dced5d;
  padding: 0.75em 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item > .label {
  align-items: center;
  color: #09212f;
  cursor: pointer;
  display: flex;
  font: normal 600 1em/1.25em "Urbanist", sans-serif;
  hyphens: auto;
  justify-content: space-between;
  padding-right: 2em;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.accordion-menu > .item > .label::before, .accordion-menu > .item > .label::after {
  background-color: #09212f;
  content: "";
  height: 4px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 1em;
}
.accordion-menu > .item > .label::after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-menu > .item > .wrapper {
  color: #09212f;
  font: normal 400 0.75em/1.5em "Urbanist", sans-serif;
  margin: 1.5em 0 0.5em 0;
}
.accordion-menu > .item > .wrapper > .content {
  margin-bottom: 0;
}
.accordion-menu > .item:not(.item--initial-open) > .wrapper {
  display: none;
  opacity: 0;
}
.accordion-menu > .item:first-child {
  padding-top: 0;
}
.accordion-menu > .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.accordion-menu > .item.active .label::after {
  transform: translateY(-50%) rotate(0deg);
}

@media screen and (max-width: 1023px) {
  .accordion-menu > .item {
    border-bottom-width: 2px;
  }
  .accordion-menu > .item > .label::before, .accordion-menu > .item > .label::after {
    height: 3px;
  }
}
/**
 * CTA
 */
.cta-button a {
  align-items: center;
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  font: normal 600 0.75em/1em "Urbanist", sans-serif;
  padding: 0.75em 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.cta-button.cta-button--dark a {
  border-color: #09212f;
  color: #09212f;
}

html:not(.mobile):not(.tablet) .cta-button a:hover {
  box-shadow: inset 0 -3.25em 0 0 #ffffff;
  color: #09212f;
}
html:not(.mobile):not(.tablet) .cta-button.cta-button--dark a:hover {
  box-shadow: inset 0 -3.25em 0 0 #09212f;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .cta-button a {
    border-width: 2px;
  }
}
/**
 * Block
 */
.block {
  color: #09212f;
  overflow-x: hidden;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper {
  color: inherit;
  margin: 0 auto;
  max-width: 1680px;
  padding: 140px 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .title {
  color: inherit;
  display: flex;
  flex-flow: row wrap;
  font: normal 700 2.5em/1em "Urbanist", sans-serif;
  gap: 0.5em;
  hyphens: auto;
  justify-content: space-between;
  margin-bottom: 0.75em;
  text-transform: lowercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .subtitle {
  color: inherit;
  display: flex;
  flex-flow: row wrap;
  font: normal 700 1.5em/1em "Urbanist", sans-serif;
  gap: 0.5em;
  hyphens: auto;
  justify-content: space-between;
  margin-bottom: 0.75em;
  text-transform: lowercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .text {
  color: inherit;
  font: normal 400 1em/1.5em "Urbanist", sans-serif;
  margin-bottom: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper .text p {
  margin-bottom: 1.5em;
}
.block > .wrapper .text p:last-child {
  margin-bottom: 0;
}
.block > .wrapper .content {
  color: inherit;
  font: normal 400 1em/1.5em "Urbanist", sans-serif;
  margin-bottom: 2.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.block > .wrapper .content h2,
.block > .wrapper .content h3,
.block > .wrapper .content h4,
.block > .wrapper .content h5,
.block > .wrapper .content h6 {
  color: inherit;
  hyphens: auto;
  margin-bottom: 1em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h2 {
  color: inherit;
  font: normal 400 1.5em/1.1em "Urbanist", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h3 {
  color: inherit;
  font: normal 400 1.25em/1.1em "Urbanist", sans-serif;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h4 {
  color: inherit;
  font: normal 600 1em/1.1em "Urbanist", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h5 {
  color: inherit;
  font: normal 400 1em/1.1em "Urbanist", sans-serif;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content h6 {
  color: inherit;
  font: normal 400 1em/1.1em "Urbanist", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content p + h2,
.block > .wrapper .content ul + h2,
.block > .wrapper .content ol + h2,
.block > .wrapper .content div + h2,
.block > .wrapper .content form + h2,
.block > .wrapper .content p + h3,
.block > .wrapper .content ul + h3,
.block > .wrapper .content ol + h3,
.block > .wrapper .content div + h3,
.block > .wrapper .content form + h3,
.block > .wrapper .content p + h4,
.block > .wrapper .content ul + h4,
.block > .wrapper .content ol + h4,
.block > .wrapper .content div + h4,
.block > .wrapper .content form + h4,
.block > .wrapper .content p + h5,
.block > .wrapper .content ul + h5,
.block > .wrapper .content ol + h5,
.block > .wrapper .content div + h5,
.block > .wrapper .content form + h5,
.block > .wrapper .content p + h6,
.block > .wrapper .content ul + h6,
.block > .wrapper .content ol + h6,
.block > .wrapper .content div + h6,
.block > .wrapper .content form + h6 {
  margin-top: 1.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content p {
  color: inherit;
  font: normal 400 1em/1.5em "Urbanist", sans-serif;
  margin-bottom: 1.5em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content ul,
.block > .wrapper .content ol {
  color: inherit;
  font: normal 400 1em/1.5em "Urbanist", sans-serif;
  margin: 0 0 1.5em 1.25em;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content ul li,
.block > .wrapper .content ol li {
  margin: 0 0 0.5em 0;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.block > .wrapper .content ul li ul,
.block > .wrapper .content ul li ol,
.block > .wrapper .content ol li ul,
.block > .wrapper .content ol li ol {
  margin: 0.5em 0 0.5em 1.25em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content ul {
  list-style-type: square;
}
.block > .wrapper .content ul.none {
  list-style-type: none;
  margin-left: 0;
}
.block > .wrapper .content table {
  width: 100%;
  border: 0;
}
.block > .wrapper .content table tr td {
  color: inherit;
  font: normal 400 1em/1.5em "Urbanist", sans-serif;
  padding: 0.25em 0;
  vertical-align: top;
}
.block > .wrapper .content table tr td:first-child {
  width: 9em;
}
.block > .wrapper .content ol {
  list-style-type: decimal;
}
.block > .wrapper .content a {
  border-bottom: 2px solid #b5dad2;
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content strong,
.block > .wrapper .content b {
  font-weight: 600;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content em,
.block > .wrapper .content i {
  font-style: italic;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.block > .wrapper .content > *:last-child {
  margin-bottom: 0 !important;
}
.block > .wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.block.block--bb-grey {
  border-bottom: 2px solid #f1f1f1;
}
.block.block--bg-yellow {
  background-color: #efff76;
}
.block.block--bg-mint {
  background-color: #b5dad2;
}
.block.block--bg-apricot {
  background-color: #fe645a;
  color: #ffffff;
}
.block.block--bg-grey {
  background-color: #f1f1f1;
}
.block.block--pt-0 > .wrapper {
  padding-top: 0;
}
.block.block--pr-0 > .wrapper {
  padding-right: 0;
}
.block.block--pb-0 > .wrapper {
  padding-bottom: 0;
}
.block.block--pl-0 > .wrapper {
  padding-left: 0;
}

html:not(.mobile):not(.tablet) .block > .wrapper .title a:hover {
  color: #b5dad2;
}
html:not(.mobile):not(.tablet) .block > .wrapper .content a:hover {
  border-bottom-color: #cfff04;
}

@media screen and (max-width: 1199px) {
  .block > .wrapper {
    padding: 100px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .block > .wrapper {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .block > .wrapper {
    padding: 45px 25px;
  }
  .block > .wrapper .title {
    font-size: 2em;
  }
}
/**
 * Logos
 */
.logos {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.logos a {
  background-color: #f1f1f1;
}
.logos a img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/**
 * Speaker menu
 */
.speaker-menu {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.speaker-menu > .item {
  background-color: #ffffff;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.speaker-menu > .item > .label {
  align-items: center;
  color: #09212f;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
  hyphens: auto;
  justify-content: space-between;
  padding-right: 2em;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.speaker-menu > .item > .label::before, .speaker-menu > .item > .label::after {
  background-color: #09212f;
  content: "";
  height: 4px;
  right: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 1em;
}
.speaker-menu > .item > .label::after {
  transform: translateY(-50%) rotate(90deg);
}
.speaker-menu > .item > .label .image {
  flex: 0 0 auto;
  height: 3em;
  width: 3em;
}
.speaker-menu > .item > .label .image img {
  height: 100%;
  width: 100%;
}
.speaker-menu > .item > .label .name {
  flex: 0 0 auto;
  font: normal 600 1em/1.25em "Urbanist", sans-serif;
}
.speaker-menu > .item > .label .description {
  flex: 1 1 auto;
  font: normal 400 0.75em/1.25em "Urbanist", sans-serif;
}
.speaker-menu > .item > .wrapper {
  color: #09212f;
  font: normal 400 0.75em/1.5em "Urbanist", sans-serif;
  margin: 1em;
}
.speaker-menu > .item > .wrapper > .content {
  margin-bottom: 0;
}
.speaker-menu > .item:not(.item--initial-open) > .wrapper {
  display: none;
  opacity: 0;
}
.speaker-menu > .item:first-child {
  padding-top: 0;
}
.speaker-menu > .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.speaker-menu > .item.active .label::after {
  transform: translateY(-50%) rotate(0deg);
}

@media screen and (max-width: 1023px) {
  .speaker-menu > .item > .label::before, .speaker-menu > .item > .label::after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .speaker-menu > .item > .label .name {
    flex: 1 1 auto;
  }
  .speaker-menu > .item > .label .description {
    display: none;
  }
}
/**
 * Teaser
 */
@keyframes animation_teaser_image {
  0% {
    opacity: 0;
    transform: scale(105%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
.teaser {
  background-color: #09212f;
  height: 100vh;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.teaser::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  height: 100%;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 200;
}
.teaser.teaser--1::after {
  background-image: url("../images/teaser-bik-1.svg");
}
.teaser.teaser--2::after {
  background-image: url("../images/teaser-bik-2.svg");
}
.teaser > .image {
  animation: animation_teaser_image 1s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 100;
}
.teaser > .image::after {
  background: #444444;
  background: linear-gradient(0deg, rgb(68, 68, 68) 0%, rgba(68, 68, 68, 0) 100%);
  bottom: -1px;
  content: "";
  display: block;
  height: 40%;
  position: absolute;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.teaser > .wrapper {
  align-items: end;
  bottom: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  left: 50%;
  margin: 0 auto;
  max-width: 1680px;
  padding: 140px 140px;
  position: absolute;
  transform: translateX(-50%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
  z-index: 300;
}
.teaser > .wrapper .text {
  color: #ffffff;
  flex: 1 1 auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.teaser > .wrapper .text .date {
  font: normal 700 2.5em/1em "Urbanist", sans-serif;
  margin-bottom: 0.2em;
}
.teaser > .wrapper .text .location {
  font: normal 700 0.75em/1.25em "Urbanist", sans-serif;
}
.teaser > .wrapper .text .address {
  font: normal 400 0.75em/1.25em "Urbanist", sans-serif;
}
.teaser > .wrapper .cta-button {
  flex: 0 0 auto;
  margin-right: 15vh;
}

@media screen and (max-width: 1199px) {
  .teaser > .wrapper {
    padding: 100px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .teaser > .wrapper {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .teaser {
    height: 80vh;
  }
  .teaser > .wrapper {
    padding: 45px 25px;
  }
  .teaser > .wrapper .text .date {
    font-size: 2em;
  }
}
/**
 * Footer
 */
.footer {
  background-color: #ffffff;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.footer > .wrapper {
  align-items: center;
  color: #09212f;
  display: flex;
  flex-flow: row wrap;
  font: normal 400 20px/1.25em "Urbanist", sans-serif;
  gap: 1em;
  justify-content: space-between;
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: 1680px;
  padding: 70px 140px;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.footer > .wrapper .logo {
  display: block;
  flex: 0 0 auto;
  height: 100px;
  margin: 0 auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .logo img {
  display: block;
  height: 100px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.footer > .wrapper .links,
.footer > .wrapper .legal {
  color: inherit;
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  gap: 0.75em;
}
.footer > .wrapper .links li,
.footer > .wrapper .legal li {
  color: inherit;
  text-transform: uppercase;
}
.footer > .wrapper .links li a,
.footer > .wrapper .legal li a {
  color: inherit;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.footer > .wrapper .links li {
  text-align: left;
}
.footer > .wrapper .legal li {
  text-align: right;
}

html:not(.mobile):not(.tablet) .footer > .wrapper .links li a:hover,
html:not(.mobile):not(.tablet) .footer > .wrapper .legal li a:hover {
  color: #b5dad2;
}

@media screen and (max-width: 1199px) {
  .footer > .wrapper {
    font-size: 18px;
    padding: 50px 100px;
  }
  .footer > .wrapper .logo {
    height: 80px;
  }
  .footer > .wrapper .logo img {
    height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .footer > .wrapper {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer > .wrapper {
    align-items: flex-start;
    flex-flow: column nowrap;
    font-size: 16px;
    gap: 2em;
    padding: 45px 25px;
  }
  .footer > .wrapper .logo {
    height: 60px;
  }
  .footer > .wrapper .logo img {
    height: 60px;
  }
  .footer > .wrapper .links {
    order: 2;
    width: 100%;
  }
  .footer > .wrapper .links li {
    text-align: center;
  }
  .footer > .wrapper .legal {
    order: 3;
    width: 100%;
  }
  .footer > .wrapper .legal li {
    text-align: center;
  }
}
/**
 * Sitemenu
 */
.sitemenu {
  background-color: #09212f;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  font-size: 28px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(120%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  z-index: 10000;
}
.sitemenu .bar {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: 280px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.sitemenu .bar .logo {
  display: block;
  flex: 0 0 auto;
  height: 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.sitemenu .bar .logo img {
  display: block;
  height: 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: auto;
}
.sitemenu .bar .close {
  display: block;
  flex: 0 0 auto;
  height: 30px;
  overflow: hidden;
  position: relative;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu .bar .close::before, .sitemenu .bar .close::after {
  background-color: #ffffff;
  border-radius: 1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  transform-origin: 50% 50%;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 30px;
}
.sitemenu .bar .close.active::before {
  transform: rotate(-135deg);
}
.sitemenu .bar .close.active:after {
  transform: rotate(-45deg);
}
.sitemenu .wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1680px;
  padding: 140px 140px;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
  width: 100%;
}
.sitemenu .wrapper .navigation {
  flex: 0 0 auto;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.sitemenu .wrapper .navigation ul {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75em;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.sitemenu .wrapper .navigation ul li {
  color: #ffffff;
  flex: 0 0 auto;
  font: normal 700 2.5em/1.25em "Urbanist", sans-serif;
  text-align: left;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.sitemenu .wrapper .navigation ul li a {
  color: inherit;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s;
}
.sitemenu .wrapper .navigation ul li.active a {
  color: #cfff04;
}

html:not(.mobile):not(.tablet) .sitemenu .wrapper .navigation ul li a:hover {
  color: #cfff04;
}

.sitemenu--active .sitemenu {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .sitemenu {
    font-size: 24px;
  }
  .sitemenu .bar {
    height: 200px;
    padding: 0 100px;
  }
  .sitemenu .bar .logo {
    height: 100px;
    width: auto;
  }
  .sitemenu .bar .logo img {
    height: 100px;
    width: auto;
  }
  .sitemenu .wrapper {
    padding: 100px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .sitemenu .bar {
    height: 100px;
    padding: 0 60px;
  }
  .sitemenu .bar .logo {
    height: 60px;
    width: auto;
  }
  .sitemenu .bar .logo img {
    height: 60px;
    width: auto;
  }
  .sitemenu .wrapper {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .sitemenu {
    font-size: 20px;
  }
  .sitemenu .bar {
    padding: 0 25px;
  }
  .sitemenu .wrapper {
    padding: 45px 25px;
  }
}
/**
 * Animation
 */
.animation--fadein {
  opacity: 0;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease !important;
}

.animation--fadein.animation--run {
  opacity: 1;
}

.animation--fadeout {
  opacity: 1;
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease !important;
}

.animation--fadeout.animation--run {
  opacity: 0;
}

.animation--popinup {
  opacity: 0;
  transform: scale(90%) translateY(10%);
  transition: background 0.25s, border 0.25s, bottom 0.25s, box-shadow 0.25s, color 0.25s, fill 0.25s, height 0.25s, left 0.25s, gap 0.25s, opacity 0.25s, margin 0.25s, padding 0.25s, right 0.25s, top 0.25s, transform 0.25s, width 0.25s, opacity 1.5s ease, transform 1s ease !important;
}

.animation--popinup.animation--run {
  opacity: 1;
  transform: scale(100%) translateY(0%);
}

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