/*!
Theme Name: WPPT
Theme URI: http://underscores.me/
Author: JCD.pl
Author URI: https://jcd.pl
Description: Theme for WPPT made by JCD, based on Underscores.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wppt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WPPT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! 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;
  -webkit-text-size-adjust: 100%; }

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

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

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

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

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

.banner, .career .container, .labs .container, .people .container, .plan .container {
  padding-top: 120px;
  padding-bottom: 120px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.flex {
  display: flex; }

.flex-center {
  align-items: center; }

.flex-between {
  justify-content: space-between; }

.btn__bordered, .card__bordered {
  border: 1px solid #FFF;
  background-color: transparent;
  color: #FFF; }

.card__purple {
  border: 1px solid #FFF;
  background-color: #AB5CFA;
  color: #FFF; }

.card__green {
  border: 1px solid #FFF;
  background-color: #54BEAB;
  color: #FFF; }

.btn__blue, .card__blue {
  border: 1px solid #FFF;
  background-color: #1B66F8;
  color: #FFF; }

.card__light-blue {
  border: 1px solid #FFF;
  background-color: #5AB9E2;
  color: #FFF; }

.btn__white {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #110D0D; }

html {
  scroll-behavior: smooth; }

body {
  background: #110D0D; }

section:last-of-type .container:before, section:last-of-type .container:after {
  display: none; }

.intro {
  margin-bottom: 38px; }
  .intro .title {
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0; }

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/NotoSans-Medium.woff2") format("woff2"), url("./fonts/NotoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/NotoSans-SemiBold.woff2") format("woff2"), url("./fonts/NotoSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Sans';
  src: url("./fonts/NotoSans-Regular.woff2") format("woff2"), url("./fonts/NotoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
::selection,
::-moz-selection {
  color: #FFF;
  background-color: #1B66F8 !important; }

h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 58px; }
  @media (max-width: 992px) {
    h1 {
      font-size: 28px;
      line-height: 34px; } }

h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px; }
  @media (max-width: 992px) {
    h2 {
      font-size: 22px;
      line-height: 26px; } }

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px; }
  @media (max-width: 992px) {
    h3 {
      font-size: 16px;
      line-height: 132%; } }

h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px; }
  @media (max-width: 992px) {
    h4 {
      font-size: 16px;
      line-height: 132%; } }

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 132%; }
  @media (max-width: 992px) {
    p {
      font-size: 17px; } }

body,
button,
input,
select,
optgroup,
textarea {
  color: #9C9B9B;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #FFF; }

.modal__inner h2, .modal__inner h3, .modal__inner h4, .modal__inner h5, .career .card .title, .labs .card .title, .plan table th {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px; }

.site-footer {
  position: relative; }
  .site-footer:before {
    content: '';
    background-size: cover;
    background-position: bottom center;
    background-image: url("./img/footer.svg");
    width: 100%;
    height: 160%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none; }
  .site-footer ul {
    list-style-type: none;
    color: white;
    margin: 0 0;
    padding: 0 0; }
  .site-footer__details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 176px;
    justify-content: center;
    padding: 77px 0 84px 0;
    border-top: 1px solid #444444; }
    .site-footer__details > div:first-child ul {
      margin-top: 20px; }
      .site-footer__details > div:first-child ul li {
        margin-bottom: 8px; }
    .site-footer__details > div:nth-child(2) ul {
      margin-top: 20px; }
      .site-footer__details > div:nth-child(2) ul li {
        margin-bottom: 14px; }
    .site-footer__details h3, .site-footer__details h4, .site-footer__details h5 {
      margin: 0 0 0 0; }
    .site-footer__details p {
      color: #FFF;
      font-weight: 400;
      font-size: 16px;
      line-height: 132%;
      margin-top: 14px; }
    .site-footer__details a[href*="mailto"] {
      color: #1B66F8; }
      .site-footer__details a[href*="mailto"]:focus, .site-footer__details a[href*="mailto"]:hover {
        color: white; }
  .site-footer__info {
    padding-bottom: 30px; }
  @media (max-width: 1200px) {
    .site-footer__details {
      grid-gap: 80px; } }
  @media (max-width: 992px) {
    .site-footer__details {
      grid-gap: 30px; } }
  @media (max-width: 640px) {
    .site-footer__details {
      grid-template-columns: repeat(1, 1fr); } }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

button {
  background: transparent;
  box-shadow: none; }

.btn {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 14px 27px;
  width: 168px;
  border-radius: 8px;
  text-decoration: none; }
  .btn__bordered:hover, .btn__bordered:focus {
    background-color: #FFF;
    color: #110D0D; }
  .btn__blue {
    border: 1px solid #1B66F8; }
    .btn__blue:hover, .btn__blue:focus {
      background-color: #FFF;
      color: #110D0D; }
  .btn__white:hover, .btn__white:focus {
    background-color: #FFF;
    color: #110D0D; }

.card {
  border-radius: 12px; }
  .card__empty {
    position: relative; }
    .card__empty:before {
      content: url("./img/icons/arrow-down.svg");
      position: absolute;
      left: 0;
      bottom: 0; }
  .card--padding {
    padding: 28px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #9C9B9B;
  border: 1px solid #9C9B9B;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #9C9B9B; }

select {
  border: 1px solid #9C9B9B; }

textarea {
  width: 100%; }

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
  width: 1200px; }
  @media (min-width: 1470px) {
    .container {
      width: 1470px; } }

.cardGroup {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 992px) {
    .cardGroup {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 680px) {
    .cardGroup {
      grid-template-columns: repeat(1, 1fr); } }

a:not(.btn) {
  color: #FFF;
  text-decoration: none;
  transition: 0.2s; }
  a:not(.btn):visited {
    color: #FFF; }
  a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
    color: #AB5CFA; }
  a:not(.btn):focus {
    outline: thin dotted; }
  a:not(.btn):hover, a:not(.btn):active {
    outline: 0; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

.popup-overlay {
  visibility: hidden; }

.popup-content {
  visibility: hidden; }

.modal-link {
  color: #1B66F8 !important;
  padding: 10px;
  font-size: 15px; }

.modal-open {
  cursor: pointer;
  text-align: center;
  color: #FFF;
  font-weight: 600; }
  .modal-open .titles {
    font-weight: 400; }

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal .close {
    position: absolute;
    right: 22px;
    top: 26px;
    content: url("./img/icons/system-uicons_cross.svg");
    cursor: pointer; }
  .modal__inner {
    background: #FFF;
    border-radius: 8px;
    margin: auto;
    max-width: calc(100% - 30px);
    padding: 28px;
    position: relative;
    text-align: left;
    width: 440px;
    max-height: 70vh;
    overflow: auto; }
    .modal__inner h2, .modal__inner h3, .modal__inner h4, .modal__inner h5 {
      color: #110D0D;
      margin: 0; }
    .modal__inner p {
      font-size: 14px;
      font-weight: 400;
      line-height: 160%;
      color: #666;
      margin-top: 5px;
      margin-bottom: 12px; }
    .modal__inner a:not(.btn) {
      color: #AB5CFA; }
    .modal__inner ul {
      list-style: none;
      padding: 0 0;
      margin: 0 0;
      color: #110D0D;
      font-weight: 600;
      font-size: 14px;
      line-height: 19px; }
      .modal__inner ul li {
        align-items: center;
        display: flex;
        margin: 5px 0; }
        .modal__inner ul li:before {
          display: inline-block;
          content: '';
          height: 8px;
          width: 8px;
          border-radius: 50%;
          background-color: #06CAA7;
          margin-right: 8px; }
  .modal__header {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px; }
    .modal__header h4 {
      width: calc(100% - 30px); }
    .modal__header img {
      border-radius: 8px;
      margin-right: 18px; }
      .modal__header img.wp-post-image {
        width: 112px;
        height: 112px; }
  .modal .statistics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 19px;
    margin-bottom: 20px; }
    .modal .statistics .statistic {
      text-align: center; }
      .modal .statistics .statistic__header {
        color: #110D0D;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 8px; }
      .modal .statistics .statistic__content {
        background-color: #110D0D;
        color: #fff;
        padding: 4px 10px;
        border-radius: 8px;
        font-weight: 800;
        font-size: 16px;
        line-height: 19px; }
  .modal .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
    margin-top: 15px; }
  .modal .content__name {
    color: #110D0D;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
    padding-right: 20px; }
    .modal .content__name span {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px; }
  .modal .content__email {
    color: #110D0D;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px; }
    .modal .content__email a {
      color: #1B66F8;
      text-decoration: underline; }
  .modal .content__opinions {
    margin-top: 7px; }
    .modal .content__opinions .avg {
      background-color: #F2F2F2;
      border-radius: 8px;
      color: #110D0D;
      font-weight: 800;
      font-size: 16px;
      line-height: 19px;
      padding: 8px 15px; }
      .modal .content__opinions .avg img {
        margin: 0 2px 0 0; }
    .modal .content__opinions .count {
      font-weight: 500;
      font-size: 12px;
      line-height: 14px;
      margin-left: 10px; }
  @media (max-width: 768px) {
    .modal .content__name {
      font-size: 16px; }
    .modal__inner {
      max-height: 74vh;
      overflow: auto; } }
  @media (max-width: 580px) {
    .modal .close {
      top: 15px; }
    .modal__header {
      display: block; }
    .modal .content__name {
      margin-bottom: 0; }
    .modal__inner {
      padding: 15px; } }

header {
  background-color: rgba(17, 13, 13, 0);
  left: 0;
  max-width: 100%;
  padding: 32px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 100; }
  header.sticky {
    background-color: #110d0d;
    padding: 10px 0; }
    header.sticky .menu-toggle {
      top: 12px; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center; }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: center; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
      display: block;
      left: auto; }
    .main-navigation ul ul a {
      width: 200px;
      color: #FFF; }
    .main-navigation ul ul :hover > a,
    .main-navigation ul ul .focus > a {
      color: #AB5CFA; }
    .main-navigation ul ul a:hover,
    .main-navigation ul ul a.focus {
      color: #AB5CFA; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }
.main-navigation li {
  position: relative; }
.main-navigation a {
  display: block;
  padding: 18px 21px;
  text-decoration: none;
  color: #FFF;
  white-space: nowrap; }
  .main-navigation a:hover, .main-navigation a:focus {
    color: #AB5CFA; }
@media (max-width: 1470px) {
  .main-navigation a {
    padding: 18px 15px; } }
@media (max-width: 1280px) {
  .main-navigation a {
    padding: 15px 10px; } }
@media (max-width: 1024px) {
  .main-navigation.toggled {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .main-navigation.toggled .menu-toggle {
      transition: 0.3s; }
      .main-navigation.toggled .menu-toggle__line:nth-child(1) {
        transform: translateY(10px) rotate(135deg); }
      .main-navigation.toggled .menu-toggle__line:nth-child(2) {
        transform: scale(0); }
      .main-navigation.toggled .menu-toggle__line:nth-child(3) {
        transform: translateY(-6px) rotate(-135deg); } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  transition: 0.3s; }

.menu-toggle {
  position: absolute;
  right: 23px;
  top: 35px;
  display: none;
  width: 21px;
  height: 50px;
  margin-left: 30px;
  padding: 6px 0;
  box-shadow: none;
  border: 0; }
  @media (max-width: 1024px) {
    .menu-toggle {
      display: block; } }
  .menu-toggle__line {
    display: block;
    height: 2px;
    margin: 6px 0 6px auto;
    background-color: white;
    transition: transform 0.3s; }
    .menu-toggle__line:nth-child(2) {
      width: 12px; }

@media (min-width: 1100px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.wpml-ls-item a {
  padding-left: 2px;
  padding-right: 2px; }
.wpml-ls-item:not(.wpml-ls-current-language) a {
  opacity: 0.5; }
.wpml-ls-item:nth-last-child(2) {
  margin-left: 60px;
  display: flex;
  align-items: center; }
  .wpml-ls-item:nth-last-child(2):after {
    content: "/"; }
@media (max-width: 1470px) {
  .wpml-ls-item:nth-last-child(2) {
    margin-left: 20px; } }
@media (max-width: 1280px) {
  .wpml-ls-item:nth-last-child(2) {
    margin-left: 0; } }
@media (max-width: 1024px) {
  .wpml-ls-item:last-child {
    display: inline-block; }
  .wpml-ls-item:nth-last-child(2) {
    display: inline-flex;
    margin-top: 80px;
    border-top: 1px solid #000;
    position: relative; }
    .wpml-ls-item:nth-last-child(2):before {
      position: absolute;
      top: 0;
      left: 5.95px;
      right: 0;
      content: '';
      width: 51px;
      height: 1px;
      background-color: white; } }

body .cmplz-cookiebanner .cmplz-categories .cmplz-category {
  background-color: transparent;
  border: 1px solid #444444; }
  body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon svg {
    fill: #FFF; }
  body .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    color: #FFF;
    font-size: 12px; }
body .cmplz-cookiebanner .cmplz-close {
  content: url("./img/icons/system-uicons_cross-wh.svg"); }
  body .cmplz-cookiebanner .cmplz-close svg {
    display: none; }
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover, body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn:focus {
  background-color: #FFF;
  color: #110D0D; }

.banner .container {
  position: relative; }
.banner p {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  margin: 0 0 28px 0; }

.career {
  background-color: #181717;
  position: relative; }
  .career:before {
    content: '';
    background-size: cover;
    background-position: bottom center;
    background-image: url("./img/Sekcja5.svg");
    width: 100%;
    height: 130%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none; }
  .career .container {
    position: relative; }
    @media (min-width: 1200px) {
      .career .container:before, .career .container:after {
        content: '';
        height: 220px;
        width: 1px;
        background-color: #444444;
        position: absolute;
        top: -40px;
        z-index: 1; }
      .career .container:before {
        left: 0; }
      .career .container:after {
        right: 0; } }
  .career .intro:before {
    left: 0;
    right: 0;
    content: '';
    height: 162px;
    width: 1px;
    background-color: #EFEFEF;
    position: absolute;
    top: -80px;
    margin: auto; }
  .career .card {
    padding: 30px; }
    .career .card .title {
      margin-bottom: 10px;
      margin-top: 0; }
    .career .card .salary {
      display: block;
      font-size: 24px;
      font-weight: 800;
      line-height: 29px; }
    .career .card p {
      font-size: 16px;
      font-weight: 400;
      line-height: 19px; }
  .career .additionalText {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 55px;
    grid-gap: 15px; }
    @media (min-width: 580px) {
      .career .additionalText {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) {
      .career .additionalText div:nth-child(2) {
        padding-left: 105px; } }

.hero {
  background-image: url("./img/hero-overlay.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 640px;
  height: 100vh;
  padding: 23vh 0 5vh 0;
  position: relative; }
  .hero::selection, .hero::-moz-selection {
    color: #FFF;
    background-color: #1B66F8 !important; }
  .hero img {
    margin-bottom: 35px; }
  .hero h1 {
    margin-bottom: 0; }
  .hero h2 {
    margin-top: 0;
    margin-bottom: 45px;
    color: #9C9B9B; }
  .hero #bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 640px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
  .hero .btn {
    margin: 10px; }
  @media (max-width: 1400px) {
    .hero {
      padding: 14vh 0 5vh 0; }
      .hero img {
        margin-bottom: 0; } }
  @media (max-width: 1024px) {
    .hero {
      padding: 7vh 0 5vh 0;
      height: 70vh; } }
  @media (max-width: 992px) {
    .hero {
      background-position: center;
      background-image: url("./img/hero-mobile.svg");
      height: 80vh; } }
  @media (max-width: 720px) {
    .hero {
      height: 100vh;
      align-items: center;
      display: flex; }
      .hero img {
        display: none; } }

::-moz-selection {
  background-color: #AB5CFA;
  color: white; }

::selection {
  background-color: #AB5CFA;
  color: white; }

.infoBoxes {
  background-image: url("./img/Sekcja1.svg");
  background-color: #181717;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right; }
  .infoBoxes h3 {
    margin-bottom: 40px; }
  .infoBoxes .container {
    position: relative;
    padding-top: 160px;
    padding-bottom: 120px; }
    @media (min-width: 1200px) {
      .infoBoxes .container:before, .infoBoxes .container:after {
        content: '';
        height: 300px;
        width: 1px;
        background-color: #444444;
        position: absolute;
        top: 0;
        z-index: 1; }
      .infoBoxes .container:before {
        left: 0; }
      .infoBoxes .container:after {
        right: 0; } }
  .infoBoxes .intro:before {
    left: 0;
    right: 0;
    content: '';
    height: 162px;
    width: 1px;
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    margin: auto; }
  .infoBoxes .card {
    background-color: #1F1D1D; }
    .infoBoxes .card__title {
      display: flex;
      align-items: center;
      margin-bottom: 23px; }
      .infoBoxes .card__title h4 {
        margin: 0;
        font-size: 20px; }
  .infoBoxes .img-wrapper {
    justify-content: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background-color: #1B66F8;
    margin-right: 24px; }
  @media (max-width: 1280px) {
    .infoBoxes .cardGroup {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 680px) {
    .infoBoxes .cardGroup {
      grid-template-columns: repeat(1, 1fr); } }

.labs {
  background-image: url("");
  background-color: #181717;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .labs .container {
    position: relative; }
    @media (min-width: 1200px) {
      .labs .container:before, .labs .container:after {
        content: '';
        height: 317px;
        width: 1px;
        background-color: #444444;
        position: absolute;
        top: -40px;
        z-index: 1; }
      .labs .container:before {
        left: 0; }
      .labs .container:after {
        right: 0; } }
  .labs .intro:before {
    left: 0;
    right: 0;
    content: '';
    height: 162px;
    width: 1px;
    background-color: #EFEFEF;
    position: absolute;
    top: -80px;
    margin: auto; }
  .labs .header {
    margin-bottom: 10px; }
  .labs .card {
    cursor: pointer;
    display: inline-grid;
    align-items: flex-end; }
    .labs .card__empty {
      position: relative;
      min-height: 100px; }
      .labs .card__empty:before {
        content: url("./img/icons/arrow-down.svg");
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right; }
    .labs .card > img {
      filter: grayscale(100%);
      transition: 0.2s; }
    .labs .card img {
      border-radius: 8px;
      width: 100%; }
    .labs .card .img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 66.6666666667%; }
      .labs .card .img-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .labs .card .modal {
      padding: 15px; }
      .labs .card .modal img {
        max-width: calc(1200px - 30px);
        margin: auto;
        max-height: 70vh; }
    .labs .card:hover > img, .labs .card:focus > img {
      filter: grayscale(0); }
  .labs .modal__header {
    margin-bottom: 0; }
  .labs .modal__inner {
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    padding: 0;
    font-size: 0;
    border-radius: 12px; }

.people {
  background-image: url("");
  background-color: #110D0D;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom; }
  .people .container {
    position: relative; }
    @media (min-width: 1200px) {
      .people .container:before, .people .container:after {
        content: '';
        height: 100%;
        width: 1px;
        background-color: #444444;
        position: absolute;
        top: -40px;
        z-index: 1; }
      .people .container:before {
        left: 0; }
      .people .container:after {
        right: 0; } }
  .people .intro:before {
    left: 0;
    right: 0;
    content: '';
    height: 162px;
    width: 1px;
    background-color: #EFEFEF;
    position: absolute;
    top: -80px;
    margin: auto; }
  .people .peopleGroup {
    display: grid;
    grid-gap: 50px 80px;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center; }
    @media (max-width: 1280px) {
      .people .peopleGroup {
        grid-gap: 50px 10px; } }
    @media (max-width: 1024px) {
      .people .peopleGroup {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 580px) {
      .people .peopleGroup {
        grid-gap: 30px 15px;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 360px) {
      .people .peopleGroup {
        grid-template-columns: repeat(1, 1fr); } }
  .people .card.student img {
    display: block;
    margin: auto auto 15px auto;
    max-width: 102px;
    height: auto; }
  .people .card .img-wrapper {
    border: 1px solid #1F1D1D;
    border-radius: 12px;
    padding: 14px;
    margin: 0 auto 7px auto;
    width: 130px; }
    .people .card .img-wrapper img {
      margin-bottom: 0;
      height: 102px;
      width: 102px;
      object-fit: cover;
      background-size: cover; }
  .people .card img {
    border-radius: 12px;
    margin-bottom: 7px;
    transition: transform 0.2s ease; }
  .people .card .opinions {
    background-color: #1F1D1D;
    border-radius: 8px;
    color: #FFF;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 10px;
    margin: 0 auto 17px auto;
    width: 130px; }
    .people .card .opinions img {
      margin: 0 2px 0 0; }
  .people .card:hover .modal-open img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.plan {
  background-image: url("./img/Sekcja2.svg");
  background-color: #110D0D;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .plan .container {
    position: relative; }
    @media (min-width: 1200px) {
      .plan .container:before, .plan .container:after {
        content: '';
        height: 220px;
        width: 1px;
        background-color: #444444;
        position: absolute;
        top: -40px;
        z-index: 1; }
      .plan .container:before {
        left: 0; }
      .plan .container:after {
        right: 0; } }
  .plan .intro:before {
    left: 0;
    right: 0;
    content: '';
    height: 162px;
    width: 1px;
    background-color: #EFEFEF;
    position: absolute;
    top: -80px;
    margin: auto; }
  .plan__overflow {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow: auto;
    /* Add a custom scrollbar */ }
    .plan__overflow::-webkit-scrollbar {
      width: 3px;
      /* Chrome, Safari, Opera */ }
    .plan__overflow::-webkit-scrollbar-track {
      background: #1F1D1D;
      /* Chrome, Safari, Opera */ }
    .plan__overflow::-webkit-scrollbar-thumb {
      background: #06CAA7;
      /* Chrome, Safari, Opera */
      border-radius: 0;
      /* Round the corners */
      height: 3px;
      /* Set the height of the scrollbar */
      width: 3px;
      /* Set the width of the scrollbar */ }
    .plan__overflow::-moz-scrollbar {
      width: 3px;
      /* Firefox */ }
    .plan__overflow::-moz-scrollbar-track {
      background: #1F1D1D;
      /* Firefox */ }
    .plan__overflow::-moz-scrollbar-thumb {
      background: #06CAA7;
      /* Firefox */
      border-radius: 0;
      /* Round the corners */
      height: 3px;
      /* Set the height of the scrollbar */
      width: 3px;
      /* Set the width of the scrollbar */ }
  .plan table {
    margin-bottom: 11px;
    border-spacing: 0;
    border-radius: 12px 12px 0 0;
    table-layout: fixed;
    width: 100%;
    min-width: 1350px; }
    .plan table th {
      background: #06CAA7;
      color: #FFF;
      padding: 16px 25px;
      border-right: 1px solid #FFF; }
      .plan table th:first-child {
        border-radius: 12px 0 0 0; }
      .plan table th:last-child {
        border-radius: 0 12px 0 0;
        border-right: 0; }
    .plan table td {
      background-color: #1F1D1D;
      color: #FFF;
      padding: 12px 25px;
      border-bottom: 1px solid #444444;
      border-right: 1px solid #444444; }
      .plan table td:last-child {
        border-right: 0; }
    .plan table tr td:hover, .plan table tr td:focus {
      cursor: pointer;
      color: #54BEAB; }
    .plan table tr td:first-child {
      border-left: 1px solid #444444; }
    .plan table tr td:last-child {
      border-right: 1px solid #444444; }
    .plan table tr:last-child {
      border-bottom: 0 !important; }
    .plan table tfoot td {
      background-color: #110D0D;
      border-radius: 0 0 12px 12px;
      pointer-events: none; }
  .plan .modal h4 {
    margin-top: 0;
    margin-bottom: 0; }
  .plan .modal p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px; }
  .plan .modal ul {
    color: #110D0D;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px; }
    .plan .modal ul li {
      margin: 5px 0; }
  .plan .modal .pdf {
    color: #110D0D;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 80px; }
    .plan .modal .pdf a {
      background-color: #1B66F8;
      border-radius: 6px;
      color: white;
      display: inline-block;
      padding: 4px 20px; }
      .plan .modal .pdf a:hover, .plan .modal .pdf a:focus {
        background-color: #AB5CFA;
        color: white; }
  .plan .modal .hours {
    color: #110D0D;
    margin-bottom: 3px; }
    .plan .modal .hours img {
      margin-right: 6px; }

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