p {
  margin-bottom: 10px;
}

a {
  color: #f1c77f;
  text-decoration: underline;
}

strong {
  font-family: YRThreeBold-Regular, sans-serif;
  font-weight: 700;
}

.custom-body {
  background-color: #0e2050;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.646vw;
  max-width: 82.813vw;
  min-height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/menu-border.svg'), -webkit-gradient(linear, left top, left bottom, from(#0e2050), to(#0e2050));
  background-image: url('../images/menu-border.svg'), linear-gradient(180deg, #0e2050, #0e2050);
  background-position: 50% 50%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.nav-link {
  padding-right: 2.604vw;
  padding-left: 0px;
  background-color: transparent;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #f1c77f;
  font-size: 0.729vw;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #f1c77f;
  font-weight: 700;
}

.nav-link.nav-link-last {
  padding-right: 0px;
}

.nav-link.nav-link-mobile {
  display: none;
}

.navbar-container {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-container {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.custom-container.home-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.custom-container.titletext-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.custom-container.page-header-container {
  text-align: center;
}

.home-header-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-header-heading {
  position: absolute;
  z-index: 1;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 4px 4px 0 #0e2050, 5px 5px 0 #3caae1;
}

.home-header-text {
  margin-top: 125px;
  padding-right: 40px;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.home-header {
  margin-top: 215px;
  margin-bottom: 105px;
}

.text-bold {
  font-family: Avenirltstd, sans-serif;
}

.header-video-placeholder {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-video-play-btn {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: 90px;
  height: 90px;
  margin: auto;
  background-color: transparent;
  background-image: url('../images/play-video-button.svg');
  background-position: 50% 50%;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.header-video-play-btn:hover {
  opacity: 0.8;
}

.text-small {
  font-size: 12px;
}

.text-blue {
  -webkit-transform: perspective(1686px);
  transform: perspective(1686px);
  color: #3caae1;
}

.read-more-btn {
  display: block;
  width: 29px;
  height: 44px;
  margin-top: 95px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/arrow-down.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.read-more-btn:hover {
  opacity: 0.8;
}

.home-knowledge {
  padding-bottom: 264px;
}

.titletext-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.titletext-col.titletext-col-left {
  position: relative;
}

.titletext-col.titletext-col-right {
  width: 65%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.titletext-heading-heading {
  margin-top: 0px;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
}

.home-knowledge-text {
  padding-right: 40px;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.konwledge-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  text-decoration: none;
}

.konwledge-icon-link:hover {
  opacity: 0.7;
}

.konwledge-icon-text {
  padding-top: 17px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f1c77f;
  font-family: Yrthree, sans-serif;
  color: #f1c77f;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.home-knowledge-column-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-logo-separator {
  width: 5.573vw;
  height: auto;
}

.navbar-logo-separator.hidden {
  display: none;
}

.page-frame {
  position: absolute;
  left: 2.76vw;
  top: 85px;
  right: 2.76vw;
  bottom: 4.427vw;
  z-index: -1;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c77f;
}

.left-frame {
  position: absolute;
  left: 53px;
  display: none;
  width: 1px;
  height: 100%;
  margin-bottom: 65px;
  background-color: #f1c77f;
}

.page-wrapper {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  background-image: url('../images/stars-pattern-background.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-frame {
  position: absolute;
  left: 53px;
  display: none;
  width: 1px;
  height: 100%;
  margin-bottom: 65px;
  background-color: #f1c77f;
}

.page-frame-corner {
  position: absolute;
}

.page-frame-corner.corner-left-top {
  left: 10px;
  top: 10px;
}

.page-frame-corner.corner-left-bottom {
  left: 10px;
  top: auto;
  bottom: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.page-frame-corner.corner-right-bottom {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-frame-corner.corner-right-top {
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.home-header-heading-mobile {
  position: absolute;
  z-index: 1;
  display: none;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 4px 4px 0 #0e2050, 5px 5px 0 #3caae1;
}

.navbar-logo-separator-mobile {
  display: none;
}

.page-vml-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: hidden;
}

.letter-v {
  position: absolute;
  left: 14.063vw;
  top: 270px;
}

.letter-l {
  position: absolute;
  left: 29.688vw;
  top: 905px;
}

.letter-m {
  position: absolute;
  top: 515px;
  right: 11.719vw;
}

.letter-y {
  position: absolute;
  top: 1145px;
  right: 17.969vw;
}

.letter-r {
  position: absolute;
  left: 42.708vw;
  top: 1505px;
}

.titletext-heading-line {
  position: absolute;
  left: -60px;
  top: 20px;
}

.titletext-heading-line-mobile {
  position: absolute;
  left: -60px;
  top: 20px;
  display: none;
}

.page-header-section {
  margin-top: 100px;
}

.page-heading {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #0e2050, 5px 5px 0 #3caae1;
}

.page-header-text {
  max-width: 980px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0px;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  font-style: normal;
  text-align: left;
}

.page-header-text.warsaw {
  font-style: italic;
}

.agenda-section {
  margin-top: 150px;
}

.titletext-paragraph {
  max-width: 580px;
  margin-bottom: 60px;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.agenda-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(60, 170, 225, 0.3);
  font-family: 'Avenirltstd book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.agenda-row.agenda-row-last {
  border-bottom-style: none;
}

.agenda-row-hour {
  margin-right: 30px;
  margin-bottom: 0px;
  background-image: url('../images/hour-separator.svg');
  background-position: 50% 44%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Avenirltstd, sans-serif;
  color: #3caae1;
  font-size: 24px;
}

.section-titletext {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.section-titletext.section-titletext-last {
  padding-bottom: 100px;
}

.section-titletext.kontakt {
  padding-bottom: 30px;
}

.wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid rgba(60, 170, 225, 0.3);
}

.wrapper-3.szkolenia-row-last {
  border-bottom-width: 1px;
}

.wrapper-3.szkolenia-row-last.wellbeing-last {
  margin-top: 50px;
}

.wrapper-3.wrap {
  border-bottom-width: 0px;
}

.titletext-row-number {
  min-width: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Avenirltstd, sans-serif;
  color: #3caae1;
  font-size: 60px;
  line-height: 60px;
}

.szkolenia-number-point {
  color: #f1c77f;
  font-size: 30px;
}

.paragraph {
  display: block;
}

.standard-p {
  margin-bottom: 10px;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.standard-link {
  display: inline-block;
  border-bottom: 1px solid #f1c77f;
  color: #f1c77f;
  text-decoration: none;
}

.list-item {
  padding-left: 36px;
  background-image: url('../images/h-2-line_1.svg');
  background-position: 0% 14px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Avenirltstd book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  list-style-type: none;
}

.true-colors {
  margin-top: 150px;
  padding-bottom: 230px;
}

.page-twinkling {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/twinkling.png');
  background-size: 125px;
}

.page-starts {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/stars-pattern-background.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.standard-list {
  padding-left: 0px;
  list-style-type: none;
}

.standard-list.hideelement {
  display: none;
}

.konwledge-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  text-decoration: none;
}

.page-header-video-section {
  margin-top: 215px;
  margin-bottom: 105px;
}

.pg-header-video-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pg-header-video-heading {
  position: absolute;
  z-index: 1;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  text-shadow: 4px 4px 0 #0e2050, 5px 5px 0 #3caae1;
}

.pg-header-video-txt {
  margin-top: 125px;
  padding-right: 40px;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.bold-text {
  font-family: Avenirltstd, sans-serif;
  font-weight: 900;
}

.kim-jestesmy-section {
  margin-top: 150px;
}

.kim-jestesmy-row {
  width: 680px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(60, 170, 225, 0.3);
  font-family: 'Avenirltstd book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.kim-jestesmy-row.agenda-row-last {
  border-bottom-style: none;
}

.kim-jeste-my-txt {
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: 'Yrthree book', sans-serif;
  font-size: 19px;
}

.link {
  color: #f1c77f;
}

.text-row-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-bottom: 1px solid rgba(60, 170, 225, 0.3);
}

.text-row-with-icon.szkolenia-row-last {
  border-bottom-width: 0px;
}

.text-list-icon {
  margin-right: 20px;
}

.page-header-image-section {
  margin-top: 0px;
  margin-bottom: 105px;
}

.pg-header-img-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pg-header-img-col.pg-header-img-col-txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 300px;
  -ms-flex: 0 300px;
  flex: 0 300px;
}

.pg-header-img-heading {
  position: relative;
  z-index: 1;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  text-shadow: 4px 4px 0 #0e2050, 5px 5px 0 #3caae1;
}

.pg-header-img-txt {
  max-width: 300px;
  margin-top: auto;
  margin-right: 40px;
  padding-right: 0px;
  font-family: 'Avenirltstd book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.pg-header-img-heading-mobile {
  position: absolute;
  z-index: 1;
  display: none;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 80px;
  text-shadow: 4px 4px 0 #0e2050, 5px 5px 0 #3caae1;
}

.header-img {
  position: relative;
}

.image-3 {
  margin-left: -88px;
}

.section-image-video-row {
  margin-top: 150px;
  padding-bottom: 220px;
}

.img-video-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-video-row.img-video-row-left {
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-vide-title {
  position: static;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 #0e2050, 5px 5px 0 #3caae1;
}

.img-video-text-column {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 400px;
  -ms-flex: 0 400px;
  flex: 0 400px;
}

.img-video-text-column.home-knowledge-column-left {
  position: relative;
}

.img-video-text-column.home-knowledge-column-right {
  width: 65%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img-video-text {
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}

.titletext-row-star-icon {
  margin-top: -10px;
  margin-right: 35px;
}

.titletext-row-star-icon.titletext-row-star-icon---centered {
  padding-right: 18px;
  padding-left: 17px;
}

.titletext-col-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid #000;
  text-align: left;
}

.titletext-col-text.titletext-col-margin-bottom {
  margin-bottom: 150px;
}

.titletext-paragraph-title {
  margin-bottom: 50px;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 30px;
}

.titletext-paragraph-title.titletext-p-title-margin-top {
  margin-top: 150px;
}

.titletext-download {
  margin-bottom: 30px;
}

.titletext-download-link {
  margin-left: 20px;
  border-bottom: 1px solid #f1c77f;
  font-family: 'Yrthree book', sans-serif;
  color: #f1c77f;
  font-size: 23px;
  text-decoration: none;
}

.img-frame {
  position: relative;
  display: block;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-text-grid {
  margin-top: 150px;
}

.textgrid-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 45%;
  margin-bottom: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textgrid-col.delete {
  display: none;
}

.textgrid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.textgrid-icon {
  margin-top: 12px;
  margin-right: 40px;
}

.textgrid-title {
  font-family: YRThreeBold-Regular, sans-serif;
  color: #f1c77f;
  font-size: 30px;
  line-height: 1.5;
  text-transform: uppercase;
}

.textgrid-text {
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}

.agenda-row-text {
  margin-bottom: 0px;
  font-family: 'Yrthree book', sans-serif;
  font-size: 19px;
}

.video-play-btn {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: 90px;
  height: 90px;
  margin: auto;
  background-color: transparent;
  background-image: url('../images/play-video-white-button.svg');
  background-position: 50% 50%;
  background-size: 90px 90px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.video-play-btn:hover {
  opacity: 0.8;
}

.titletext-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-map {
  display: inline-block;
  width: 100%;
  margin-right: 10px;
  margin-left: -5px;
}

.titletext-col-icon-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.titletext-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 68px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  text-decoration: none;
}

.titletext-icon-label {
  padding-top: 17px;
  padding-bottom: 6px;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-dropdown-txt {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: transparent;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #f1c77f;
  font-size: 0.729vw;
  text-transform: uppercase;
}

.nav-link-dropdown-txt.w--current {
  color: #f1c77f;
  font-weight: 700;
}

.nav-link-dropdown-txt.nav-link-last {
  padding-right: 0px;
}

.dropdown-toggle {
  padding: 0px 2.604vw 0px 0px;
}

.nav-dropdown-list.w--open {
  margin-top: -15px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1c77f;
  background-color: #0e2050;
}

.nav-dropdown-link {
  padding-right: 20px;
  padding-left: 15px;
  background-color: transparent;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #f1c77f;
  font-size: 0.729vw;
  text-transform: none;
}

.nav-dropdown-link.w--current {
  color: #f1c77f;
  font-weight: 700;
  text-transform: none;
}

.nav-dropdown-link.nav-link-last {
  padding-right: 0px;
}

.mapa-lightbox {
  display: block;
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
}

.ludzie-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.person-wrapper {
  width: 25%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.person-text {
  margin-top: 25px;
  margin-left: 10px;
}

.person-name {
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.person-position {
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 15px;
}

.person-img {
  padding-right: 10px;
}

.titletext-paragraph-wide {
  margin-bottom: 60px;
  font-family: 'Avenirltstd book', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-2 {
  margin-top: 37px;
  margin-bottom: 23px;
  padding-bottom: 11px;
  background-color: transparent;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.bold-text-2 {
  margin-left: 0px;
}

.paragraph-3 {
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.map-img {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 74px;
  border-radius: 0px;
}

.paragraph-4 {
  margin-top: 15px;
  padding-bottom: 15px;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.heading {
  font-family: 'Yrthree book', sans-serif;
}

.bold-text-3 {
  color: #fff;
}

.bold-text-4 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
}

.down-arrow {
  position: absolute;
  margin-top: 32px;
  margin-right: 90px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.accordion-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}

.accordion-header {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accordion-item {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0px solid #000;
}

.accordion-item.titletext-col-margin-bottom {
  margin-bottom: 150px;
}

.accordion-content {
  width: 100%;
}

.arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block {
  color: #fff;
}

.dropdown-toggle-2 {
  color: #fff;
}

.dropdown-link {
  background-color: transparent;
  color: #fff;
}

.text-block-2 {
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.bold-text-5 {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
}

.accordion-toggle {
  height: 90px;
}

.dropdown-list {
  position: static;
  display: block;
  background-color: transparent;
}

.dropdown-link-2 {
  background-color: transparent;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.wrapper-2 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(60, 170, 225, 0.3);
  border-bottom: 0px solid rgba(60, 170, 225, 0.3);
}

.dropdown {
  overflow: hidden;
  width: 100%;
}

.text-block-3 {
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.dropdown-toggle-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.dropdown-list-2 {
  position: static;
  display: block;
  background-color: transparent;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
}

.dropdown-link-3 {
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}

.accordion {
  overflow: hidden;
  width: 100%;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: 10px;
  right: auto;
  bottom: auto;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.dropdown-toggle-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
}

.icon {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.accordion-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-icon:hover {
  overflow: visible;
}

.bold-text-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 35px;
}

.dropdown-list-3 {
  position: static;
  display: block;
  margin-top: 47px;
  background-color: transparent;
  color: #fff;
}

.dropdown-link-4 {
  position: static;
  padding: 10px 0px;
  color: #fff;
}

.image-4 {
  position: absolute;
  left: auto;
  top: -3px;
  right: 0%;
  bottom: auto;
}

.accordion-icon-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
}

.accordion-icon-2:hover {
  overflow: visible;
}

.accordion-text {
  max-width: 580px;
  margin-top: 80px;
  margin-bottom: 0px;
  font-family: 'Yrthree book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  font-style: normal;
  text-decoration: none;
}

.image-5 {
  position: absolute;
  margin-top: -153px;
}

.image-6 {
  position: absolute;
  left: auto;
  right: auto;
  margin-left: 511px;
}

.image-7 {
  position: absolute;
  margin-top: -264px;
}

.image-8 {
  position: absolute;
  margin-top: 156px;
  margin-left: 539px;
}

.image-9 {
  position: absolute;
  margin-top: 757px;
  margin-left: 472px;
}

.bold-text-7 {
  font-family: YRThreeBold-Regular, sans-serif;
}

.bold-text-8 {
  font-family: YRThreeBold-Regular, sans-serif;
}

.paragraph-5 {
  margin-top: -3px;
  margin-bottom: 22px;
  margin-left: 79px;
  padding-left: 0px;
  font-family: YRThreeBold-Regular, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.bold-text-9 {
  font-size: 24px;
  line-height: 30px;
}

.link-2 {
  color: #f6f5f3;
  text-decoration: none;
}

.space-in-koneser-image {
  padding-bottom: 40px;
}

.link-3 {
  color: #fdfdfd;
  text-decoration: none;
}

.link-4 {
  color: #f6f6f6;
  text-decoration: none;
}

.image-10 {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mapa-lightbox-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar {
    height: auto;
    max-width: 100%;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/menu-border-fill.svg');
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0vw;
    padding-bottom: 0px;
    font-size: 14px;
    text-align: center;
  }

  .nav-link.nav-link-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: none;
  }

  .navbar-container {
    display: none;
  }

  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0e2050;
    text-align: left;
  }

  .image {
    width: 45px;
    height: 45px;
  }

  .custom-container {
    max-width: 77.778vw;
  }

  .custom-container.home-header-container {
    max-width: 77.778vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-container.titletext-container {
    max-width: 77.778vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-header-column {
    text-align: center;
  }

  .home-header-heading {
    display: none;
  }

  .home-header-text {
    margin-top: 0px;
    text-align: left;
  }

  .home-header {
    margin-top: 90px;
    margin-bottom: 60px;
  }

  .header-video-placeholder {
    top: -45px;
    z-index: -1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .read-more-btn {
    display: none;
  }

  .home-knowledge {
    padding-bottom: 100px;
  }

  .titletext-col.titletext-col-right {
    width: auto;
    margin-top: 35px;
  }

  .navbar-logo-separator {
    display: none;
  }

  .home-header-heading-mobile {
    position: static;
    display: block;
    font-size: 80px;
    line-height: 80px;
    text-shadow: 4px 4px 0 #0e2050, 6px 6px 0 #3caae1;
  }

  .navbar-mobile-icon {
    width: 45px;
    height: 45px;
  }

  .navbar-logo-separator-mobile {
    display: block;
    width: 30px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #3caae1;
  }

  .menu-button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button.w--open {
    position: fixed;
    z-index: 2;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .page-vml-bg {
    overflow: hidden;
  }

  .letter-v {
    left: -6vw;
    top: 150px;
  }

  .letter-l {
    left: -7vw;
    top: 1100px;
  }

  .letter-m {
    top: 800px;
    right: -10vw;
  }

  .letter-y {
    top: 1400px;
    right: -2vw;
  }

  .letter-r {
    top: auto;
    bottom: -20px;
  }

  .titletext-heading-line {
    position: static;
    margin-bottom: 10px;
  }

  .titletext-heading-line-mobile {
    position: static;
  }

  .page-heading {
    font-size: 40px;
  }

  .page-header-text {
    max-width: 80%;
  }

  .agenda-section {
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .agenda-section.custom-section {
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .agenda-row {
    width: 100%;
  }

  .section-titletext {
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .section-titletext.custom-section {
    margin-top: 60px;
  }

  .wrapper-3 {
    width: 100%;
  }

  .true-colors {
    margin-top: 60px;
    padding-bottom: 100px;
  }

  .page-header-video-section {
    margin-top: 90px;
    margin-bottom: 60px;
  }

  .pg-header-video-col {
    text-align: center;
  }

  .pg-header-video-heading {
    display: none;
  }

  .pg-header-video-txt {
    margin-top: 0px;
    text-align: left;
  }

  .kim-jestesmy-section {
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .kim-jestesmy-section.custom-section {
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .kim-jestesmy-row {
    width: 100%;
  }

  .text-row-with-icon {
    width: 100%;
  }

  .page-header-image-section {
    margin-top: 90px;
    margin-bottom: 60px;
  }

  .pg-header-img-col {
    text-align: center;
  }

  .pg-header-img-col.pg-header-img-col-txt {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pg-header-img-heading {
    display: none;
  }

  .pg-header-img-txt {
    max-width: none;
    margin-top: 0px;
    text-align: left;
  }

  .pg-header-img-heading-mobile {
    position: static;
    display: block;
    font-size: 80px;
    line-height: 80px;
    text-shadow: 4px 4px 0 #0e2050, 6px 6px 0 #3caae1;
  }

  .header-img {
    top: -45px;
    z-index: -1;
  }

  .image-3 {
    margin-left: auto;
  }

  .img-video-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-video-row.img-video-row-left {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .img-vide-title {
    display: none;
  }

  .img-video-text-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .img-video-text-column.home-knowledge-column-right {
    width: auto;
    margin-top: 35px;
  }

  .titletext-col-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .textgrid-col {
    max-width: 100%;
    margin-bottom: 100px;
  }

  .textgrid-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .titletext-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-map {
    margin-bottom: 15px;
  }

  .titletext-icon-wrapper {
    padding-left: 5px;
  }

  .nav-link-dropdown {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-link-dropdown-txt {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    text-align: center;
  }

  .dropdown-toggle {
    padding-right: 0vw;
    padding-bottom: 2vh;
    text-align: center;
  }

  .nav-dropdown-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: transparent;
  }

  .nav-dropdown-link {
    font-size: 14px;
  }

  .nav-dropdown-link.w--current {
    padding: 0px;
  }

  .navbar-mobile-icon-close {
    display: none;
  }

  .nav-menu-mobile-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .ludzie-row {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .person-text {
    margin-top: 15px;
    margin-left: 5px;
  }

  .person-name {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .person-position {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .home-header-text {
    padding-right: 0px;
  }

  .header-video-placeholder {
    top: -38px;
  }

  .konwledge-icon-link {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .home-header-heading-mobile {
    font-size: 68px;
    line-height: 68px;
  }

  .letter-y {
    top: 1600px;
    right: 0vw;
  }

  .titletext-heading-line {
    display: none;
  }

  .titletext-heading-line-mobile {
    display: inline-block;
  }

  .page-header-text {
    text-align: left;
  }

  .agenda-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .konwledge-icon-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .pg-header-video-txt {
    padding-right: 0px;
  }

  .kim-jestesmy-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .pg-header-img-txt {
    padding-right: 0px;
  }

  .pg-header-img-heading-mobile {
    font-size: 68px;
    line-height: 68px;
  }

  .header-img {
    top: -38px;
  }

  .titletext-col-icon-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .titletext-icon-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 60px;
    max-width: none;
  }

  .image {
    width: 30px;
    height: 30px;
  }

  .custom-container.home-header-container {
    max-width: 81vw;
  }

  .custom-container.titletext-container {
    max-width: 86vw;
  }

  .custom-container.page-header-container {
    max-width: 86vw;
  }

  .home-header {
    margin-top: 45px;
  }

  .header-video-placeholder {
    margin-top: 20px;
    padding-top: 0px;
  }

  .titletext-col.titletext-col-right {
    max-width: 100%;
    margin-top: 15px;
  }

  .home-knowledge-text {
    padding-right: 0px;
  }

  .konwledge-icon-link {
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .konwledge-icon-text {
    width: auto;
  }

  .page-frame {
    top: 50px;
  }

  .page-wrapper {
    padding-top: 20px;
  }

  .page-frame-corner {
    width: 43px;
    height: 40px;
  }

  .home-header-heading-mobile {
    font-size: 48px;
    line-height: 48px;
  }

  .navbar-mobile-icon {
    width: 33px;
    height: 33px;
  }

  .letter-v {
    left: -10vw;
    top: 85px;
  }

  .letter-l {
    left: -18vw;
    top: 950px;
  }

  .letter-m {
    top: 520px;
    right: -25vw;
  }

  .letter-y {
    top: 1350px;
  }

  .letter-r {
    left: 12.308vw;
    bottom: -55px;
  }

  .knowledge-icon {
    height: 80px;
  }

  .wrap-next-line-text {
    display: block;
  }

  .titletext-paragraph {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .section-titletext {
    margin-top: 15px;
  }

  .wrapper-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .titletext-row-number {
    min-width: 45px;
    margin-right: 0px;
    font-size: 40px;
  }

  .standard-p {
    max-width: 79%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 28px;
  }

  .standard-link {
    display: inline-block;
    white-space: pre-wrap;
  }

  .true-colors {
    margin-top: 15px;
  }

  .konwledge-icon-wrapper {
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .page-header-video-section {
    margin-top: 45px;
  }

  .page-header-image-section {
    margin-top: 45px;
  }

  .pg-header-img-heading-mobile {
    font-size: 48px;
    line-height: 48px;
  }

  .img-video-text-column.home-knowledge-column-right {
    margin-top: 15px;
  }

  .titletext-row-star-icon {
    margin-right: 15px;
  }

  .titletext-icon-wrapper {
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .titletext-icon {
    height: 80px;
  }

  .titletext-icon-label {
    width: auto;
  }

  .div-block {
    max-width: 100%;
  }

  .person-wrapper {
    width: 50%;
  }

  .titletext-paragraph-wide {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}

@font-face {
  font-family: 'Yrthree';
  src: url('../fonts/yrthree-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yrthree';
  src: url('../fonts/yrthree-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'YRThreeBold-Regular';
  src: url('../fonts/YRThreeBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype'), url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Yrthree book';
  src: url('../fonts/YRThree_Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}