:root {
  --black: black;
  --brand-main: #41abe0;
  --brand2nd: #1e739e;
  --light-grey: #d4d4d4;
  --dark-grey: #9b9b9b;
  --black-2: black;
  --white: white;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--black);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 64px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 300;
  line-height: 31px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--brand-main);
  text-decoration: underline;
  transition: all .35s;
}

a:hover {
  color: var(--brand2nd);
}

.mycontain {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  position: relative;
}

.mycontain.main {
  overflow: hidden;
}

.mycontain.nav {
  border-top: 1px solid #000;
  margin-top: 12px;
  padding-top: 17px;
  padding-bottom: 29px;
}

.mycontain.footer {
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.mycontain.header {
  display: flex;
}

.mycontain.container-header {
  justify-content: space-between;
  display: flex;
}

.styletitle {
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.flexcolwrap.inversecolors {
  background-color: var(--brand-main);
  padding-top: 26px;
  padding-bottom: 0;
}

.flexcolwrap.flex-menu {
  justify-content: flex-start;
  align-items: flex-end;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.heading {
  font-size: 55px;
  line-height: 64px;
}

.stylename {
  border-top: 1px solid var(--light-grey);
  border-bottom: 0px none var(--light-grey);
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.heading-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.small-p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.colorbox {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.blackcolor {
  background-color: var(--black-2);
  color: var(--black);
  margin-left: 0;
}

.colorbox.brandmaincolor {
  background-color: var(--brand-main);
}

.colorbox.brand2ndcolor {
  background-color: var(--brand2nd);
}

.colorbox.darkgreycolor {
  background-color: var(--dark-grey);
}

.colorbox.lightgreycolor {
  background-color: var(--light-grey);
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  background-color: var(--brand-main);
  border-radius: 5px;
  transition: all .35s;
}

.cta-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.cta-button.ghost-button {
  border: 1px solid var(--brand-main);
  color: var(--brand-main);
  background-color: rgba(0, 0, 0, 0);
}

.cta-button.ghost-button:hover {
  border-color: var(--brand-main);
  background-color: var(--brand-main);
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  color: #fff;
  border-color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover, .cta-button.inverse-button {
  color: var(--brand-main);
  background-color: #fff;
}

.cta-button.inverse-button:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: var(--light-grey);
}

.popbg {
  z-index: 500;
  opacity: 0;
  background-color: rgba(0, 0, 0, .77);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popwindow {
  width: 400px;
  height: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 17px;
  display: flex;
}

.hero {
  height: 700vh;
  background-color: var(--brand-main);
  color: #fff;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 0 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.body {
  padding-left: 0;
  padding-right: 0;
}

.body-2 {
  background-color: #f8f8f8;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.coldummycolor-2 {
  background-color: #d4d4d4;
}

.cta-button-2 {
  background-color: var(--brand-main);
  border-radius: 5px;
  transition: all .35s;
}

.cta-button-2:hover {
  background-color: var(--brand2nd);
  color: #fff;
}

.nav-item {
  margin-bottom: 5px;
  margin-right: 5px;
}

.footer-img {
  width: 120px;
}

.footer-img.img-mkidn {
  width: 235px;
}

.small-p-2 {
  color: #9b9b9b;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.flex-container3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 9px;
  padding-top: 15px;
  padding-bottom: 14px;
  display: grid;
}

.image-wystawa {
  max-width: 100px;
}

.lightbox-wystawa-img {
  padding-right: 25px;
}

.lighbox-container {
  width: 1200px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
}

.cta-button-3 {
  background-color: #25bcca;
  border-radius: 5px;
  transition: all .35s;
}

.cta-button-3:hover {
  color: #fff;
  background-color: #1e949e;
}

.cta-button-3.ghost-button {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.cta-button-3.ghost-button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: #fff;
}

.cta-button-3.ghost-button.button-active {
  border-color: var(--brand-main);
  color: var(--brand-main);
  background-color: rgba(0, 0, 0, 0);
}

.cta-button-3.ghost-button.button-active:hover {
  color: var(--brand-main);
}

.cta-button-3.ghost-button.button-active.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.acordeon-trigger {
  cursor: pointer;
  border-top: 1px solid #e6ecf0;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.h5 {
  flex: 1;
  font-size: 18px;
}

.acordeon-arrow {
  height: 20px;
  align-self: center;
}

.acordeon-content {
  overflow: hidden;
}

.my-body {
  font-size: 16px;
  line-height: 24px;
}

.paragraph {
  margin-bottom: 30px;
}

.felietony-group {
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.felietony-group.felietony-group-home {
  margin-bottom: 25px;
}

.heading-3 {
  white-space: normal;
}

.felieton-img {
  width: 100%;
  max-width: 460px;
  float: left;
  clear: both;
  margin-bottom: 15px;
  margin-right: 15px;
  position: static;
}

.text-span {
  white-space: nowrap;
}

.nav-p {
  color: var(--brand-main);
  margin-bottom: 0;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  white-space: nowrap;
}

.link-block {
  margin-right: 25px;
}

.no-break {
  white-space: nowrap;
}

.pogranicza-container {
  width: 28vw;
  height: auto;
  max-width: 390px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image {
  padding-bottom: 25px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .my-body.acordeon-text {
    max-width: 500px;
  }

  .felieton-img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flexcolwrap {
    flex-direction: column;
  }

  .flexcolwrap.flex-menu {
    flex-flow: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .flex2col {
    width: 100%;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .sticky-nav {
    position: relative;
  }

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

  .lighbox-container {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  a {
    font-size: 15px;
  }

  .mycontain.main {
    overflow: hidden;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    font-size: 15px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cta-button-2 {
    font-size: 15px;
  }

  .small-p-2 {
    font-size: 13px;
    line-height: 22px;
  }

  .flex-container3 {
    width: 100%;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    overflow: visible;
  }

  .video-flex-item {
    min-width: auto;
  }

  .cta-button-3 {
    font-size: 15px;
  }

  .acordeon-trigger {
    margin-top: 10px;
  }

  .my-body {
    font-size: 15px;
  }
}
