:root {
  --royal-blue: #161b4c;
  --red: #ff474d;
  --white: white;
}

body {
  color: #333;
  text-wrap: balance;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

h1 {
  margin-top: 0;
  margin-bottom: .333em;
  font-family: Archivo Black, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Archivo Black, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25em;
}

h3 {
  margin-top: 0;
  margin-bottom: .62em;
  font-family: Archivo Black, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: .7em;
  font-family: Archivo Black, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.25em;
}

p {
  margin-bottom: 1em;
  line-height: 1.5em;
  display: block;
}

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

ul {
  margin-bottom: 0;
  padding-bottom: 1em;
  padding-left: 2em;
}

ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

li {
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.5em;
}

strong {
  font-weight: 700;
}

.logo {
  vertical-align: middle;
  height: 3em;
  margin-top: .5em;
  margin-bottom: .5em;
}

.top-nav {
  background-color: var(--royal-blue);
  padding-left: 2vw;
  padding-right: 2vw;
}

.top-nav.fixed {
  z-index: 1000;
  padding-bottom: .25em;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #e9ebfc;
  margin-top: .5em;
  margin-left: .25em;
  margin-right: .25em;
  padding: 1em;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff474d;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #a9acbc;
  text-decoration: none;
}

.nav-link.nav-fb {
  text-align: center;
  background-image: url('../images/facebook_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 1.5em;
  border-radius: .25em;
  width: 3em;
  overflow: hidden;
}

.nav-link.nav-fb:hover {
  background-color: var(--red);
  text-decoration: none;
}

.nav-link.nav-accessibility {
  background-image: url('../images/accessibility.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: auto 1.5em;
  padding-left: 2em;
  display: inline-block;
}

.brand {
  color: #ddd;
  padding-left: 2vw;
  padding-right: 2vw;
}

.brand:hover {
  color: #ff0;
}

.logo-txt {
  color: #ddd;
  vertical-align: middle;
  margin-top: .5em;
  padding: 1em 2vw;
  display: inline-block;
}

.jumbo2 {
  font-size: 2em;
}

.top-static {
  z-index: 1001;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 2em #0003;
}

.grad-txt {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(70deg, #ff474d 10%, #161b4c 90%);
  -webkit-background-clip: text;
  background-clip: text;
}

.big-icon {
  float: left;
  width: 4em;
  margin-bottom: 1em;
  margin-right: 1em;
}

.section {
  padding: 10em 10vw;
}

.section.efajfy-hero {
  background-image: url('../images/efajfy-bg-clip.svg'), url('../images/efajfy-keyvis.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  min-height: 40em;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section.efajfy-footer {
  background-color: #edb942;
}

.section.efajfy-c2a {
  background-color: #edb942;
  background-image: url('../images/efajfy-bg-clip-yellow2.svg'), url('../images/efjfy22.webp');
  background-position: 50% 100%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  min-height: 50vh;
  padding-top: 10vh;
}

.grid10 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  padding: 0;
}

.middle {
  justify-content: center;
  align-items: flex-start;
}

.flexrow {
  justify-content: flex-start;
  align-items: center;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: -1px auto auto -1px;
  overflow: hidden;
}

.skiplink {
  color: #0000;
  width: 1px;
  height: 1px;
  padding: 1.5em 1em;
  font-weight: 700;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.skiplink:focus {
  z-index: 9999;
  background-image: url('../images/right.svg'), linear-gradient(90deg, var(--royal-blue), #ff474d);
  color: #fff;
  background-position: 99%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  width: 100%;
  height: 4em;
}

.half-op {
  opacity: .7;
}

.right {
  text-align: right;
  margin-bottom: -.5em;
}

.top {
  text-align: center;
  background-color: #069ef7;
  background-image: url('../images/efajfy-top.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1em solid #469ff500;
  padding: 1em 5vw;
}

.logo-efajfy {
  background-image: url('../images/eFajfy-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 123px;
  height: 61px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  background-color: #469ff5;
  border: 2px solid #469ff5;
  margin-right: 1em;
  padding: 1em 2em;
  font-weight: 700;
}

.btn:hover {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
}

.btn.btn-outline {
  border: 2px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #469ff500;
}

.btn.btn-outline:hover {
  background-color: #469ff5;
}

.btn.minus {
  vertical-align: middle;
  margin-top: -2em;
  margin-left: 2em;
  font-size: 1em;
  display: inline-block;
}

.btn.jumbo {
  color: #161b4c;
  background-color: #e5b948;
  background-image: none;
  border-width: 4px;
  border-color: #fff;
  border-radius: 4px;
  font-size: 1.25em;
  box-shadow: 0 0 2em #333;
}

.partner-link {
  height: 8em;
  padding: 1em 2em;
  line-height: 6em;
  display: inline-block;
}

.partner-logo {
  display: inline-block;
}

.hero-slogan {
  color: #fff;
  background-color: #3f1999;
  max-width: 60em;
  margin-top: 30vh;
  padding: 2em 2em 2.5em;
}

.heading {
  line-height: 1.25em;
}

.hr {
  background-color: #ee5254;
  height: 1em;
  margin-top: 10em;
  margin-bottom: 10em;
  display: block;
}

.w100 {
  width: 100%;
  display: block;
}

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

.list-row {
  margin-bottom: -1px;
  padding-top: 2em;
  padding-bottom: 1em;
}

.body {
  font-family: Archivo, sans-serif;
}

.hr2 {
  background-color: #ee5254;
  height: .5em;
  margin-top: 5em;
  margin-bottom: 5em;
  display: block;
}

.efajfy-logo-animated {
  width: 25vw;
  min-width: 16em;
  margin-top: -5em;
  margin-bottom: 2em;
}

.dot-yellow {
  width: 192px;
  margin-bottom: -192px;
  display: block;
}

.dot-yellow.big2 {
  width: 20vh;
  margin-bottom: -20vh;
}

.column {
  text-align: right;
}

.privacy-article {
  padding-top: 1em;
  padding-bottom: 1em;
}

.footer-row {
  background-color: #469ff5;
  margin-bottom: -1px;
  padding-top: 2em;
  padding-bottom: 1em;
}

.center {
  text-align: center;
}

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

  .top-nav, .nav-link {
    text-align: center;
  }

  .nav-link.hamburger {
    float: none;
    width: 6em;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 2em;
  }

  .nav-link.hamburger.w--open {
    background-color: var(--red);
    color: var(--royal-blue);
  }

  .nav-link.nav-fb {
    margin-left: auto;
    margin-right: auto;
  }

  .brand.fixed {
    margin-top: .5em;
  }

  .nav-menu {
    text-align: center;
    background-color: #161e4d;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    padding-bottom: 2em;
  }

  .btn.jumbo {
    line-height: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .partner-link {
    text-align: center;
    width: 100%;
  }

  .hero-slogan {
    margin-top: 20em;
  }

  .kompetencje {
    max-width: 240px;
    display: inline-block;
  }

  .spacer2 {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: clamp(2em, 2em + 1vw, 3em);
  }

  .nav-link {
    margin-top: .25em;
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .btn.minus.jumbo {
    z-index: 99999;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-2 {
    font-size: 2em;
  }
}


