.bg_accent {
  background-color: #298eea; }

.position_relative {
  position: relative; }

section {
  margin: 30px 0 30px 0; }
  @media (max-width: 1024px) {
    section.-padded {
      padding: 0 35px 0 35px; } }
  @media (max-width: 500px) {
    section.-padded {
      padding: 0 5px 0 5px; } }
  section.-no-top-margin {
    margin-top: 0; }
  section.-no-bottom-margin {
    margin-bottom: 0; }
  section h1 {
    color: #323338;
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    margin-top: 10px; }
  section h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center; }
    section h2.-white {
      color: white; }
    section h2.-black {
      color: #323338; }
    section h2.-bigger {
      font-size: 44px;
      font-weight: 300; }
    section h2.-medium {
      font-size: 30px;
      font-weight: 300; }
  section .full_height {
    position: relative;
    height: 100vh;
    /*max-height: 500px;*/ }
  section .content {
    width: 100%; }
    section .content.-centered {
      margin: 0 auto;
      max-width: 980px; }
      @media (min-width: 1440px) {
        section .content.-centered {
          max-width: 1200px; } }
    section .content .centered {
      text-align: center; }
  section.divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1); }
  section.-dark {
    background-color: #3e4451; }

.split {
  display: flex; }
  .split > * {
    width: 50%; }
  .split.-pad-middle > *:nth-child(1) {
    padding: 20px 20px 20px 0; }
  .split.-pad-middle > *:nth-child(2) {
    padding: 20px 0 20px 20px; }
  .split.-bigger-pad-middle > *:nth-child(1) {
    padding: 20px 40px 20px 0; }
  .split.-bigger-pad-middle > *:nth-child(2) {
    padding: 20px 0 20px 40px; }
  .split.-s-60-40 > *:nth-child(1) {
    width: 60%; }
  .split.-s-60-40 > *:nth-child(2) {
    width: 40%; }
  .split.-s-75-15 > *:nth-child(1) {
    width: 75%; }
  .split.-s-75-15 > *:nth-child(2) {
    width: 15%; }
  @media (max-width: 1024px) {
    .split.-content-at-right > *:nth-child(1) {
      display: none; }
    .split.-content-at-right > *:nth-child(2) {
      width: 100%; } }
  @media (max-width: 1024px) {
    .split.-break-vertically {
      flex-direction: column; }
      .split.-break-vertically > *:nth-child(1) {
        display: block;
        width: 100%;
        padding: 15px 0 15px 0; }
      .split.-break-vertically > *:nth-child(2) {
        width: 100%;
        padding: 15px 0 15px 0; }
      .split.-break-vertically .-empty {
        display: none; } }

.icon_split {
  display: flex; }
  .icon_split > *:nth-child(1) {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    margin-right: 35px; }
  .icon_split > *:nth-child(2) {
    flex: 1 1 auto; }
    .icon_split > *:nth-child(2) p {
      margin-top: 10px; }

.m-25 {
  margin: 25px; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.p-25 {
  padding: 25px; }

.p-45 {
  padding: 45px; }

.m-15 {
  margin: 15px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-45 {
  margin-bottom: 45px; }

.mt-25 {
  margin-top: 25px; }

.mt-45 {
  margin-top: 45px; }

.ta-center {
  text-align: center !important; }

@media (max-width: 1024px) {
  .ta-center-handheld {
    text-align: center !important; } }

.ta-left {
  text-align: left !important; }
  @media (max-width: 1024px) {
    .ta-left.ta-center-handheld {
      text-align: center !important; } }

.color-white {
  color: white !important; }

.o-50 {
  opacity: 0.5; }

.stroke-white {
  stroke: white; }

.fill-white {
  fill: white; }

.color-black {
  color: #323338 !important; }

.readability, .page-contactus .faq .fold .variable, .generic_card.-gray .content, .team_card .brief {
  font-size: 14px;
  line-height: 26px;
  color: #323338;
  text-align: justify; }

.notice {
  padding: 25px;
  border: 1px solid transparent;
  display: inline-flex;
  margin: 0 auto;
  align-items: center; }
  .notice svg {
    flex: 0 0 auto;
    width: 40px;
    height: 40px; }
  .notice span {
    flex: 1 1 auto;
    color: #323338;
    margin-left: 20px; }
  .notice.-green {
    border-color: #c9e0cd;
    background-color: #e9f3eb; }
    .notice.-green svg path {
      fill: #68a873; }

a,
a:visited,
a:link,
a:active {
  text-decoration: none;
  outline: none;
  color: #298eea;
  transition: color 250ms ease-in-out; }
  a:hover,
  a:visited:hover,
  a:link:hover,
  a:active:hover {
    color: #a0a0a0; }

@media (max-width: 1024px) {
  .-handheld-hide {
    display: none; } }

.page-home .home_marquee {
  min-height: 680px; }
.page-home .social {
  display: flex;
  justify-content: center; }
  .page-home .social > a {
    margin: 0 20px;
    width: 60px;
    height: 60px; }
    .page-home .social > a.-facebook svg path {
      fill: #3b5998; }
    .page-home .social > a.-linkedin svg path {
      fill: #0e76a8; }
    .page-home .social > a.-skype svg path {
      fill: #00aff0; }

.page-aboutus .page_cover {
  max-height: 500px; }
.page-aboutus .split.custom_height_cap {
  max-height: 650px; }

.confirm {
  z-index: -100;
  position: absolute;
  margin-left: -200%; }

.page-contactus .placeholder {
  height: 180px; }
  @media (max-width: 1024px) {
    .page-contactus .placeholder {
      height: 80px; } }
.page-contactus .address {
  min-height: 500px;
  margin-bottom: 50px; }
.page-contactus .faq {
  color: #323338; }
  .page-contactus .faq .fold {
    margin-top: 25px; }
    .page-contactus .faq .fold .visible {
      color: #298eea;
      transition: color 250ms ease-in-out;
      cursor: pointer;
      padding: 20px;
      padding-top: 0;
      border-bottom: 1px solid rgba(160, 160, 160, 0.5);
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px; }
      .page-contactus .faq .fold .visible:hover {
        color: #323338; }
    .page-contactus .faq .fold .variable {
      transition: height 250ms ease-in-out;
      overflow: hidden;
      margin-bottom: 20px; }
    .page-contactus .faq .fold[data-state='opened'] .visible {
      color: #323338; }
.page-contactus .contacts {
  box-sizing: border-box; }
@media (max-width: 1024px) {
  .page-contactus .map {
    height: 50vh; }
  .page-contactus .contacts {
    padding: 25px !important; }
  .page-contactus .formsplit {
    flex-direction: column-reverse !important; } }

.page-aboutus .page_cover {
  max-height: 500px; }

.page-registration .page_cover {
  max-height: 500px; }

.page-spontaneousapplication .page_cover {
  max-height: 500px; }

.page-teamprofile .placeholder {
  height: 180px; }
.page-teamprofile .social {
  display: flex;
  justify-content: left;
  align-items: center; }
  .page-teamprofile .social > a {
    margin: 0 20px;
    width: 60px;
    height: 60px; }
    .page-teamprofile .social > a.-facebook svg path {
      fill: #3b5998; }
    .page-teamprofile .social > a.-linkedin svg path {
      fill: #0e76a8; }
    .page-teamprofile .social > a.-skype svg path {
      fill: #00aff0; }

form .form-component {
  width: 100%;
  margin: 0;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  height: 44px;
  border-radius: 25px;
  padding: 10px 25px;
  box-sizing: border-box;
  position: relative;
  transition: border 250ms ease-in-out, background-color 250ms ease-in-out; }
  form .form-component input, form .form-component select, form .form-component textarea {
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 10px);
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    outline: none;
    font-size: 1.2em;
    font-family: "Open Sans", sans-serif; }
    form .form-component input:focus ~ .label, form .form-component select:focus ~ .label, form .form-component textarea:focus ~ .label {
      transform: translate(0px, -210%) scale(0.8);
      color: white; }
    form .form-component input[type='file'], form .form-component select[type='file'], form .form-component textarea[type='file'] {
      opacity: 0; }
  form .form-component textarea {
    resize: none; }
  form .form-component .label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    transition: transform 250ms ease-in-out, color 250ms ease-in-out;
    transform-origin: left center;
    pointer-events: none;
    color: rgba(50, 51, 56, 0.6); }
  form .form-component .filename {
    position: absolute;
    opacity: 0;
    left: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    transition: transform 250ms ease-in-out, color 250ms ease-in-out;
    pointer-events: none;
    color: #323338; }
  form .form-component.textarea-input {
    height: 150px; }
    form .form-component.textarea-input .label {
      top: 15%; }
  form .form-component.-filled .label {
    transform: translate(0px, -210%) scale(0.8);
    color: white; }
  form .form-component.-filled .filename {
    opacity: 1; }
  form .form-component.-width-45p {
    width: 45%; }
    form .form-component.-width-45p ~ .validation_message {
      width: 45%; }
  form .form-component ~ .validation_message {
    display: none;
    margin: 3px 20px 0 20px;
    font-size: 0.7em;
    white-space: nowrap;
    overflow: visible;
    color: #e55; }
  form .form-component.-validation-error {
    border-color: #e55;
    background-color: #fce0e0; }
    form .form-component.-validation-error ~ .validation_message {
      display: block; }
form.contrast .form-component.-filled .label {
  color: #323338; }
form.contrast .form-component input:focus ~ .label, form.contrast .form-component select:focus ~ .label, form.contrast .form-component textarea:focus ~ .label {
  color: #323338; }

.form-control {
  display: inline-flex;
  align-items: center; }
  .form-control.-vertical {
    display: flex;
    flex-direction: column; }
  @media (max-width: 1024px) {
    .form-control {
      display: flex;
      flex-direction: column; } }
  .form-control .spinner {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    transition: opacity 250ms ease-in-out;
    opacity: 0; }
    @media (max-width: 1024px) {
      .form-control .spinner {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px; } }
    .form-control .spinner svg circle {
      stroke: white;
      animation-duration: 1s;
      animation-fill-mode: forwards;
      animation-timing-function: linear;
      animation-name: spinning;
      animation-iteration-count: infinite;
      animation-direction: normal;
      transform-origin: center; }
      .form-control .spinner svg circle:nth-child(1) {
        animation-delay: 0ms; }
      .form-control .spinner svg circle:nth-child(2) {
        animation-delay: 500ms;
        animation-duration: 1.5s; }
    .form-control .spinner.-black svg circle {
      stroke: #323338; }
  .form-control.-processing .spinner {
    opacity: 1; }
  .form-control.-processing .message {
    opacity: 0; }
  .form-control .message {
    transition: opacity 250ms ease-in-out;
    opacity: 1;
    margin-left: 20px;
    color: white; }
    @media (max-width: 1024px) {
      .form-control .message {
        margin-left: 0;
        text-align: center; } }

@keyframes spinning {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.topnav {
  height: 180px;
  transition: background-color 250ms ease-out;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  z-index: 1000; }
  @media (max-width: 1024px) {
    .topnav {
      display: none; } }
  .topnav:after {
    transition: width 250ms ease-out;
    content: '';
    position: absolute;
    top: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 980px;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center center; }
    @media (min-width: 1440px) {
      .topnav:after {
        width: 1200px; } }
  .topnav.clamped {
    background-color: rgba(44, 45, 49, 0.9); }
    .topnav.clamped:after {
      width: 100%; }
  .topnav .wrapper {
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    max-width: 980px; }
    @media (min-width: 1440px) {
      .topnav .wrapper {
        max-width: 1200px; } }
    .topnav .wrapper > a {
      flex-grow: 1;
      flex-shrink: 0; }
      .topnav .wrapper > a img {
        height: 80px;
        object-fit: contain;
        object-position: left center; }
    .topnav .wrapper nav {
      display: flex;
      flex-grow: 0;
      flex-shrink: 0; }
      .topnav .wrapper nav .navitem {
        position: relative;
        padding: 0 5px 0 5px; }
        .topnav .wrapper nav .navitem > a, .topnav .wrapper nav .navitem > a:active, .topnav .wrapper nav .navitem > a:visited {
          text-transform: uppercase;
          color: white;
          transition: color 250ms ease-out;
          font-weight: 700;
          cursor: pointer;
          font-size: 12px;
          text-decoration: none; }
        .topnav .wrapper nav .navitem .submenu {
          position: absolute;
          top: 100%;
          left: 0px;
          opacity: 0;
          pointer-events: none;
          transition: transform 250ms ease-out, opacity 250ms ease-out;
          transform: translateY(25px);
          background-color: rgba(44, 45, 49, 0.9);
          padding: 9px; }
          .topnav .wrapper nav .navitem .submenu > a, .topnav .wrapper nav .navitem .submenu > a:active, .topnav .wrapper nav .navitem .submenu > a:visited {
            color: white;
            transition: color 250ms ease-out;
            font-weight: 700;
            cursor: pointer;
            font-size: 12px;
            padding: 9px 0 9px 0;
            text-decoration: none; }
            .topnav .wrapper nav .navitem .submenu > a:hover, .topnav .wrapper nav .navitem .submenu > a:active:hover, .topnav .wrapper nav .navitem .submenu > a:visited:hover {
              color: rgba(255, 255, 255, 0.6); }
        .topnav .wrapper nav .navitem:hover > a {
          color: rgba(255, 255, 255, 0.6); }
        .topnav .wrapper nav .navitem:hover .submenu {
          transform: translateY(0px);
          opacity: 1;
          pointer-events: all; }

.handheld_topnav {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(44, 45, 49, 0.9);
  padding: 15px; }
  @media (min-width: 1024px) {
    .handheld_topnav {
      display: none; } }
  .handheld_topnav .logo {
    height: 50px; }
  .handheld_topnav .hamburguer {
    margin-left: 35px;
    width: 25px;
    height: 20px;
    position: relative;
    cursor: pointer; }
    .handheld_topnav .hamburguer .slice {
      background-color: white;
      position: absolute;
      height: 4px;
      border-radius: 2px;
      width: 100%;
      transition: all 450ms ease-in-out; }
      .handheld_topnav .hamburguer .slice.top {
        top: 0%; }
      .handheld_topnav .hamburguer .slice.mid {
        top: 50%; }
      .handheld_topnav .hamburguer .slice.bot {
        top: 100%; }
    .handheld_topnav .hamburguer:hover .slice.top {
      top: 5%; }
    .handheld_topnav .hamburguer:hover .slice.bot {
      top: 95%; }
  .handheld_topnav.-opened .hamburguer .slice.top {
    top: 50%;
    transform: rotate(45deg); }
  .handheld_topnav.-opened .hamburguer .slice.mid {
    transform: scale(0); }
  .handheld_topnav.-opened .hamburguer .slice.bot {
    top: 50%;
    transform: rotate(-45deg); }

nav.handheld {
  position: fixed;
  top: 80px;
  transform: translateY(-200%);
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  transition: transform 450ms ease-in-out, opacity 450ms ease;
  background-color: rgba(44, 45, 49, 0.9);
  pointer-events: none;
  z-index: 999; }
  @media (min-width: 1024px) {
    nav.handheld {
      display: none; } }
  nav.handheld .navitem a,
  nav.handheld .navitem a:visited,
  nav.handheld .navitem a:focus,
  nav.handheld .navitem a:active,
  nav.handheld .navitem a:link, nav.handheld .submenu a,
  nav.handheld .submenu a:visited,
  nav.handheld .submenu a:focus,
  nav.handheld .submenu a:active,
  nav.handheld .submenu a:link {
    display: block;
    text-transform: uppercase;
    color: white;
    text-align: center; }
  nav.handheld .navitem {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding: 8px; }
  nav.handheld .submenu a {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding: 8px;
    opacity: 0.75; }
  nav.handheld.-opened {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0); }

.backtotop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99999;
  color: white;
  background-color: #298eea;
  transition: background-color 250ms ease-in-out, transform 250ms ease-in-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: none;
  transform: translateX(250%) rotate(90deg);
  z-index: 1000; }
  @media (max-width: 1024px) {
    .backtotop {
      bottom: 150px; } }
  .backtotop.visible {
    pointer-events: all;
    transform: translate(0, 0) rotate(0deg); }
  .backtotop span {
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%) rotate(-90deg);
    pointer-events: none;
    font-weight: 100;
    font-size: 2em; }
  .backtotop:hover {
    background-color: #a0a0a0;
    cursor: pointer; }

footer {
  background-color: #fbfbfb;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  footer .wrapper {
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    max-width: 980px;
    padding: 18px 0 18px 0; }
    @media (min-width: 1440px) {
      footer .wrapper {
        max-width: 1200px; } }
    @media (max-width: 1024px) {
      footer .wrapper {
        padding: 18px 20px; } }
    footer .wrapper > div {
      flex-grow: 0;
      flex-shrink: 1;
      color: #808080;
      font-size: 14px;
      font-weight: 400; }
    footer .wrapper .copyright {
      flex-grow: 1; }
    footer .wrapper .partners {
      display: flex; }
      footer .wrapper .partners a {
        margin-left: 10px; }

.button {
  text-decoration: none; }
  .button button {
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 25px;
    transition: background-color 250ms ease-out, color 250ms ease-out, border 250ms ease-out;
    outline: none;
    border: none;
    cursor: pointer; }
  @media (max-width: 1024px) {
    .button.-full-size-handheld,
    .button.-full-size-handheld button {
      width: 100%; } }
  .button.-transparent_white button {
    background-color: transparent;
    border: 1px solid white;
    color: white; }
  .button.-transparent_white:hover button {
    background-color: white;
    color: #298eea;
    cursor: pointer; }
  .button.-transparent_blue button {
    background-color: transparent;
    border: 1px solid rgba(50, 51, 56, 0.2);
    color: #323338; }
  .button.-transparent_blue:hover button {
    background-color: #298eea;
    border-color: #298eea;
    color: white;
    cursor: pointer; }
  .button.-blue_white button {
    background-color: #298eea;
    color: white;
    border: 2px solid #298eea; }
  .button.-blue_white:hover button {
    background-color: white;
    color: #298eea;
    cursor: pointer; }

.zooming_marquee {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .zooming_marquee .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 500ms ease-in-out; }
    .zooming_marquee .slide .back {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-position: center center;
      background-size: cover; }
    .zooming_marquee .slide .contents {
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 500ms 500ms ease-in-out;
      color: white; }
      .zooming_marquee .slide .contents .title {
        white-space: nowrap;
        font-size: 20px;
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 30px; }
        @media (max-width: 1024px) {
          .zooming_marquee .slide .contents .title {
            font-size: 16px;
            line-height: 1; } }
      .zooming_marquee .slide .contents .content {
        font-size: 50px;
        line-height: 60px;
        font-weight: 300;
        margin-bottom: 35px; }
        @media (max-width: 1024px) {
          .zooming_marquee .slide .contents .content {
            font-size: 22px;
            line-height: 1.15; } }
    .zooming_marquee .slide.-active .back {
      animation-name: zooming_marquee;
      animation-fill-mode: forwards;
      animation-direction: normal;
      animation-timing-function: linear; }
    .zooming_marquee .slide.-active .button {
      pointer-events: all; }
    .zooming_marquee .slide.-visible {
      opacity: 1; }
      .zooming_marquee .slide.-visible .contents {
        opacity: 1; }
    .zooming_marquee .slide.-right .contents {
      text-align: right; }
    .zooming_marquee .slide.-left .contents {
      text-align: left; }

@keyframes zooming_marquee {
  from {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }
.generic_card {
  margin: 10px;
  margin-bottom: 30px; }
  .generic_card h2 {
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 15px; }
    @media (max-width: 1024px) {
      .generic_card h2 {
        text-align: center; } }
  .generic_card .content {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    text-align: left; }
  .generic_card.-blue .icon {
    width: 65px;
    height: 65px; }
    @media (max-width: 1024px) {
      .generic_card.-blue .icon {
        margin: 0 auto; } }
    .generic_card.-blue .icon svg path {
      fill: #298eea; }
  .generic_card.-blue h2 {
    color: #298eea; }
  .generic_card.-blue .content {
    color: #323338; }
  .generic_card.-plain-white {
    background-color: white;
    border-radius: 10px; }
    .generic_card.-plain-white h2 {
      color: #323338; }
  .generic_card.-gray {
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 40px; }
    .generic_card.-gray h2 {
      margin-top: 0; }

.team_card {
  margin: 15px;
  margin-bottom: 30px; }
  .team_card .photo_placeholder {
    position: relative;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px; }
    .team_card .photo_placeholder .photo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center; }
    .team_card .photo_placeholder .social {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(41, 142, 234, 0.9);
      opacity: 0;
      pointer-events: none;
      transition: opacity 250ms ease-in-out; }
      .team_card .photo_placeholder .social .networks {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        padding: 0;
        list-style-type: none;
        margin: 0; }
        .team_card .photo_placeholder .social .networks li {
          display: block;
          width: 20px;
          height: 20px;
          margin: 3px; }
          .team_card .photo_placeholder .social .networks li svg path {
            fill: white; }
    .team_card .photo_placeholder:hover .social {
      opacity: 1;
      pointer-events: all; }
  .team_card a h2 {
    font-size: 24px;
    line-height: 30px;
    color: #298eea;
    transition: color 250ms ease-in-out;
    text-align: center;
    font-weight: normal; }
    .team_card a h2:hover {
      color: #a0a0a0; }
  .team_card .position {
    margin-top: 5px;
    color: #b5186a;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: center; }
  @media (max-width: 1024px) {
    .team_card .brief {
      text-align: center !important; } }

.stack {
  display: flex;
  flex-wrap: wrap; }
  .stack.-two .placeholder {
    width: calc(100% / 2); }
    @media (max-width: 1024px) {
      .stack.-two .placeholder {
        width: 100%; } }
  .stack.-three .placeholder {
    width: calc(100% / 3); }
    @media (max-width: 1024px) {
      .stack.-three .placeholder {
        width: 100%; } }
  @media (max-width: 1024px) {
    .stack.-three {
      flex-direction: column; } }

.cover_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }
  .cover_image.-left-center {
    background-position: left center; }
  .cover_image.-right-center {
    background-position: right center; }
  .cover_image .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
    line-height: 62px;
    font-weight: 300;
    font-style: normal; }

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .slider .track {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    display: flex;
    overflow: hidden;
    transition: left 850ms ease-out; }
    .slider .track .slide {
      flex: 1 1 0;
      overflow: hidden; }
  .slider .seek {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    align-items: center; }
    .slider .seek div {
      cursor: pointer;
      margin: 0 1px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      transition: background-color 850ms ease-out, transform 850ms ease-out, margin 850ms ease-out; }
      .slider .seek div.-active {
        background-color: white;
        transform: scale(1.15);
        transform-origin: center center;
        margin: 0 8px; }

.bullets_content {
  color: white; }
  .bullets_content h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: bold; }
  .bullets_content li {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 15px; }

.tabbed_content .tabs {
  display: flex; }
  @media (max-width: 1024px) {
    .tabbed_content .tabs {
      flex-direction: column; } }
  .tabbed_content .tabs .tab {
    position: relative;
    flex: 1 1 0;
    text-align: center;
    cursor: pointer;
    transition: opacity 250ms ease-in-out;
    opacity: 0.5;
    padding: 20px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1024px) {
      .tabbed_content .tabs .tab {
        flex-direction: row;
        align-items: center;
        justify-content: center; } }
    .tabbed_content .tabs .tab .icon {
      margin: 0 auto;
      width: 65px;
      height: 65px;
      margin-bottom: 25px; }
      @media (max-width: 1024px) {
        .tabbed_content .tabs .tab .icon {
          width: 55px;
          height: 55px;
          margin: 0 15px 0 0; } }
      .tabbed_content .tabs .tab .icon svg path {
        fill: #b5186a; }
    .tabbed_content .tabs .tab .title {
      color: #323338;
      font-size: 18px;
      line-height: 24px; }
    .tabbed_content .tabs .tab:after {
      content: '';
      position: absolute;
      height: 2px;
      transition: width 250ms ease-in-out;
      background-color: #298eea;
      width: 0px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .tabbed_content .tabs .tab:hover, .tabbed_content .tabs .tab.-active {
      opacity: 1; }
      .tabbed_content .tabs .tab:hover:after, .tabbed_content .tabs .tab.-active:after {
        width: 100%; }
.tabbed_content .panels {
  height: 0px;
  overflow: hidden;
  transition: height 250ms ease-in-out;
  position: relative; }
  .tabbed_content .panels .panel {
    transition: opacity 250ms ease-in-out;
    pointer-events: none;
    display: none; }
    .tabbed_content .panels .panel.-active {
      display: block;
      pointer-events: all; }

.textandimage_content {
  color: white; }
  .textandimage_content h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold; }
  .textandimage_content p {
    margin-bottom: 15px; }
  .textandimage_content img {
    object-fit: contain;
    width: 100%; }

.localization {
  margin-left: 35px; }
  @media (max-width: 1024px) {
    .localization {
      margin-left: 0;
      text-align: center;
      margin-top: 15px; } }
  .localization a {
    margin-left: 5px; }
    .localization a:first-child {
      margin-left: 0; }

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0; }

/*# sourceMappingURL=main.css.map */
