.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-polsart {
  height: 7vh;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  display: flex;
}

.container {
  width: 95%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  width: 98%;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1d3987;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5vh;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  display: inline;
  overflow: visible;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-biore-udzial {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  background-color: #b00003;
  border-radius: 30px;
  margin-top: 33px;
  margin-bottom: 32px;
  margin-left: -34px;
  padding: 20px 45px 20px 68px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
}

.button-biore-udzial:hover {
  color: #fff;
  background-color: #081c82;
}

.button-biore-udzial:active {
  background-color: #43464d;
}

.menu-button {
  display: none;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.hero-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-left: 68px;
  display: flex;
}

.hero-split {
  max-width: 46%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

.shadow-two {
  flex: 1;
  display: block;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-left-2 {
  height: 536px;
  object-fit: fill;
  background-color: #f5f7fa;
  background-image: url('../images/header-tlo.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.hed-konkurs-tytul {
  width: 500px;
  color: #0e1f54;
  text-align: right;
  letter-spacing: normal;
  column-count: 0;
  white-space: break-spaces;
  margin: 15px 4px -6px 10px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.heading-2 {
  width: 280px;
  color: #0e1f54;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading-3 {
  width: 230px;
  color: #0e1f54;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-4 {
  width: 200px;
  color: #0e1f54;
  margin-top: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.list-item {
  color: #b00003;
  font-size: 24px;
}

.list {
  grid-column-gap: 40px;
  color: #b00003;
  justify-content: center;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 24px;
  list-style-type: disc;
  display: flex;
}

.image {
  text-align: right;
  margin-top: 10px;
  padding-right: 0;
}

.heading-5 {
  object-fit: fill;
  font-size: 30px;
}

.bold-text {
  -webkit-text-fill-color: inherit;
  background-color: #fac673;
  background-clip: padding-box;
  border: 9px #205fbd;
  border-radius: 45px;
  padding: 15px 180px 20px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.heading-6 {
  color: #0e1f54;
  text-align: center;
  border: 0 solid #b00003;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.hero-without-image {
  height: 150px;
  background-color: #205fbd;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 10px;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-7 {
  color: #205fbd;
  text-align: center;
  white-space: break-spaces;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1px;
  margin: -10px 140px -29px;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-8 {
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
}

.sekcja-1-header {
  height: 580px;
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/header-tlo-02.jpg');
  background-position: 50% 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 0;
  padding: 80px 30px 0;
  position: relative;
  overflow: visible;
}

.navbar-no-shadow {
  background-color: #d6e8f5;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: #d6e8f5;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-9 {
  color: #fff;
  background-color: rgba(255, 104, 104, 0);
  margin-top: 14px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.hero-heading-left-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #fff;
  background-image: url('../images/header-tlo2B.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 15px 30px 32px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  object-fit: contain;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-right: -102px;
  display: flex;
}

.hero-split-2 {
  width: 700px;
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.opracowany {
  color: #0e1f54;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.shadow-two-2 {
  width: 900px;
  height: 290.802px;
  object-fit: fill;
  margin-right: -3px;
  padding-right: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-10 {
  color: #0e1f54;
  text-align: right;
  margin-top: 6px;
  margin-bottom: 0;
  margin-right: 2px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.heading-11 {
  color: #0e1f54;
  font-family: Roboto, sans-serif;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template: "Area . . . . . . Area-10 Area-9" 116px
                 "Area-16 . Area-2 . Area-3 . Area-4 Area-12 Area-11"
                 "Area-5 . Area-6 . Area-7 . Area-8 . Area-13"
                 / 1fr .25fr 1fr .25fr 1fr .25fr 1fr minmax(0, .25fr) 1fr;
  align-items: center;
  justify-items: center;
}

.heading-12 {
  color: #0e1f53;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.text-block {
  color: #081c82;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  column-count: auto;
  font-size: 20px;
  font-weight: 700;
}

.text-block-2 {
  color: #081c82;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.text-block-3 {
  font-size: 24px;
}

.text-block-4, .text-block-5 {
  color: #081c82;
  text-align: center;
  font-size: 20px;
}

.section {
  height: auto;
  margin-bottom: 0;
  padding-top: 16px;
}

.text-block-6, .text-block-7, .text-block-8 {
  color: #081c82;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.text-block-9 {
  font-size: 16px;
  line-height: 18px;
}

.text-block-10, .text-block-11 {
  line-height: 18px;
}

.text-block-12 {
  color: #081c82;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.column {
  background-color: #3996ff;
  display: flex;
}

.column-2 {
  background-color: #3996ff;
}

.bold-text-copy {
  -webkit-text-fill-color: inherit;
  background-color: #b00003;
  background-clip: padding-box;
  border: 9px solid #b00003;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-13 {
  color: #fff;
  text-align: right;
  padding-right: 25px;
}

.section-2 {
  background-color: #205fbd;
  margin-top: 0;
  padding-top: 28px;
  padding-bottom: 41px;
}

.columns {
  padding-bottom: 21px;
}

.column-3, .column-4 {
  justify-content: center;
  display: flex;
}

.button-info-polsart {
  width: 35svw;
  height: 6svh;
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  background-color: #205fbd;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 1em 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 6svh;
  transition: all .2s;
  display: none;
}

.button-info-polsart:hover {
  color: #fff;
  background-color: #0e1f54;
}

.button-info-polsart:active {
  background-color: #43464d;
}

.container-3 {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.container-4 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 0;
  display: flex;
}

.text-block-13 {
  text-align: justify;
  font-size: 10px;
  line-height: 14px;
}

.text-block-14 {
  text-align: justify;
}

.paragraph {
  width: 100%;
  text-align: justify;
  align-self: center;
  margin-bottom: 45px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-2 {
  margin-top: 19px;
  margin-left: 0;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  justify-content: center;
  font-size: 22px;
  display: flex;
}

.column-5 {
  margin-top: 13px;
}

.column-6 {
  margin-top: 16px;
}

.bold-text-2 {
  background-color: #1d3987;
  border: 4px #000;
  border-radius: 40px;
  margin-top: 1vw;
  padding: 1vw 2vw;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 1.8vw;
}

.bold-text-3 {
  background-color: #1d3987;
  border-radius: 40px;
  margin-top: 1vw;
  padding: 1vw 2vw;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  line-height: 2.3vw;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-family: Roboto, sans-serif;
}

.text-block-15 {
  color: #1d3987;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.image-2 {
  margin-top: -12px;
  margin-left: -58px;
  padding-top: 0;
}

.column-7 {
  padding-right: 0;
}

.column-8 {
  padding-left: 0;
}

.columns-2 {
  margin-top: 40px;
  display: flex;
}

.janiszewski {
  color: #b00003;
  text-align: right;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
}

.margin-bottom-24px-2-copy {
  color: #081c82;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.komentarz {
  color: #0e1f54;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.mamcarz {
  color: #b00003;
  text-align: right;
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
}

.bold-text-8 {
  justify-content: center;
  display: flex;
}

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

.image-5 {
  text-align: left;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-14 {
  justify-content: center;
  margin-top: 47px;
  display: flex;
}

.heading-6-copy {
  width: 300px;
  color: #fff;
  text-align: center;
  text-transform: none;
  border: 0 solid #b00003;
  border-radius: 0;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  display: flex;
}

.banner-konkurs {
  width: 300px;
  text-align: center;
  letter-spacing: 10px;
  -webkit-text-fill-color: inherit;
  background-color: #205fbd;
  background-clip: padding-box;
  border: 9px solid #205fbd;
  border-radius: 0;
  justify-content: center;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.hero-split-copy {
  width: 800px;
  max-width: 46%;
  object-fit: scale-down;
  object-position: 0% 0%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.img-nagrody {
  width: 450px;
  max-width: 105%;
  margin-top: 0;
  margin-left: 22px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  max-width: 60%;
  margin: -33px 50px -3px 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sekcja-1-header-2 {
  height: 420px;
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/header-tlo-02b.jpg');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  margin-top: 0;
  padding: 25px 30px 0;
  position: relative;
}

.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;
}

.section-3 {
  height: auto;
  min-height: 650px;
  background-image: url('../images/header-tlo-02.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-15 {
  color: #0e1f54;
  text-align: center;
  margin-top: 214px;
}

.container-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-15-copy {
  width: 100%;
  color: #b00003;
  text-align: center;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 2.8vw;
  line-height: 120%;
  display: block;
}

.section-5 {
  border: 1px solid #fff;
}

.heading-11-copy {
  color: #0e1f54;
  text-align: right;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
}

.bold-text-9 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-6 {
  width: 1024px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.section-7 {
  justify-content: center;
  margin-top: -13px;
  padding-top: 0;
  display: flex;
}

.heading-12-copy {
  color: #0e1f53;
  text-align: center;
  color: #b00003;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.heading-12-copy-copy {
  color: #0e1f53;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
}

.text-block-16 {
  color: #081c82;
  font-size: 20px;
}

.text-block-17 {
  color: #0e1f54;
  font-size: 20px;
}

.text-block-18 {
  color: #0e1f54;
}

.text-block-19 {
  font-size: 20px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr minmax(0, .25fr) 1fr minmax(0, .25fr) 1fr 1fr 1fr 1fr 1fr;
}

.text-block-20 {
  font-size: 20px;
}

.text-block-21 {
  color: #081c82;
}

.bold-text-10 {
  font-size: 20px;
}

.text-block-22 {
  color: #081c82;
}

.text-block-23 {
  color: #081c82;
  font-size: 20px;
}

.text-block-24 {
  color: #081c82;
  text-align: center;
  font-size: 16px;
}

.list-2 {
  display: block;
}

.list-item-3, .list-item-4, .list-item-5 {
  font-family: Roboto, sans-serif;
}

.list-3 {
  grid-column-gap: 40px;
  padding-left: 0;
  display: flex;
}

.list-item-6 {
  width: 300px;
  color: #0e1f54;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.list-item-7 {
  width: 320px;
  color: #0e1f54;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.list-item-8 {
  width: 300px;
  color: #081c82;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.grid-3 {
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: center;
  justify-items: start;
  margin: 17px auto 22px;
  display: grid;
}

.section-8 {
  text-align: center;
  background-color: #205fbd;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 30px;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-27 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.container-7 {
  height: 60px;
  object-fit: contain;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-8 {
  width: 6%;
  height: 80%;
  max-width: 68px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.section-9 {
  background-color: #205fbd;
}

.header {
  height: auto;
  min-height: 350px;
  background-image: url('../images/header-tlo-02b.jpg');
  background-position: 100% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 0;
  display: block;
}

.grid-4 {
  width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template: "Area"
                 "Area-3"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: grid;
}

.heading-16 {
  color: #0e1f54;
  text-align: right;
}

.image-9 {
  width: 450px;
  margin-top: -15px;
}

.grid-5 {
  width: auto;
  grid-column-gap: 32px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  align-self: auto;
  margin: 28px auto 30px;
  padding-top: 67px;
}

.button {
  z-index: auto;
  text-align: right;
  letter-spacing: 2px;
  background-color: #b00003;
  border-radius: 30px;
  margin-top: 62px;
  padding: 20px 39px 20px 60px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  top: auto;
}

.button:hover {
  background-color: #081c82;
}

.heading-17 {
  width: 40vw;
  height: auto;
  max-height: none;
  max-width: none;
  color: #0e1f54;
  text-align: right;
  font-size: 3.6vw;
  line-height: 120%;
  overflow: visible;
}

.div-block {
  text-align: right;
  align-items: flex-start;
  display: block;
  position: relative;
}

.image-10 {
  width: 40vw;
  height: auto;
  max-width: none;
  position: relative;
}

.div-block-2 {
  justify-content: flex-end;
  display: flex;
}

.body-2 {
  padding-bottom: 0;
}

.container-8 {
  margin-top: 1px;
  margin-bottom: 14px;
  display: flex;
}

.grid-6 {
  width: auto;
  grid-column-gap: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .65fr .65fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 7px;
  padding-left: 71px;
  display: flex;
}

.div-block-3 {
  align-items: flex-start;
  display: flex;
}

.image-11 {
  width: 50px;
  height: 50px;
  max-width: none;
}

.text-block-28 {
  width: 25vw;
  color: #fff;
  text-align: left;
  align-self: center;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.grid-7 {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr minmax(.1px, .25fr) 1fr;
  align-content: stretch;
  justify-content: end;
  align-items: center;
  justify-items: center;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-29 {
  color: #0e1f54;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.heading-18 {
  color: #0e1f54;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-8 {
  width: 1000px;
  align-content: stretch;
  justify-content: space-between;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  text-align: left;
}

.container-9 {
  text-align: center;
  margin-top: 25px;
}

.div-block-7 {
  text-align: center;
  padding-left: 20px;
}

.div-block-8 {
  text-align: center;
  padding-right: 20px;
}

.div-block-9 {
  text-align: right;
  margin-top: -93px;
}

.image-14 {
  padding-left: 29px;
}

.grid-9 {
  grid-column-gap: 19px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  align-content: stretch;
  justify-content: center;
  justify-items: stretch;
}

.image-15 {
  width: 350px;
  padding-top: 0;
}

.heading-19 {
  color: #0e1f54;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-20 {
  color: #0e1f54;
  text-align: right;
  margin-top: 6px;
  margin-bottom: 0;
}

.div-block-11 {
  width: 350px;
  text-align: right;
  margin-top: -4px;
  margin-left: 110px;
}

.text-block-30 {
  color: #0e1f54;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.text-block-31 {
  color: #b00003;
  text-align: right;
  margin-top: 6px;
  font-size: 22px;
  font-weight: 700;
}

.text-block-32 {
  color: #0e1f54;
  font-size: 18px;
  font-weight: 700;
}

.text-block-33 {
  color: #b00003;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 700;
}

.container-10 {
  margin-top: 31px;
}

.image-16 {
  width: 70%;
  max-width: none;
  text-align: right;
  align-self: flex-start;
}

.tabela-2 {
  width: 900px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .5fr;
  align-content: space-between;
  justify-content: end;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-13 {
  margin-bottom: 20px;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.body-3 {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 1rem;
  line-height: 1rem;
}

.modul-1 {
  height: 620px;
  background-image: url('../images/header-tlo-02b.jpg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.grid-10 {
  height: 100%;
  grid-column-gap: 6px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.text-block-34 {
  width: 72%;
  height: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  background-color: #205fbd;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: .9375rem;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.div-block-17 {
  width: 45vw;
  height: 100%;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  padding-left: 0;
  display: flex;
  position: static;
}

.image-20 {
  z-index: auto;
  width: auto;
  height: 90%;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  float: left;
  flex: 0 auto;
  margin-left: 1px;
  padding-top: 0;
  padding-left: 0;
  padding-right: .625rem;
  position: relative;
}

.div-block-18 {
  width: auto;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-21 {
  width: 100%;
  color: #0e1f54;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  font-size: 3.9vw;
  line-height: 120%;
  display: flex;
}

.button-big-red {
  width: 70%;
  height: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #b00003;
  border-radius: 50px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  position: relative;
}

.button-big-red:hover {
  background-color: #081c82;
}

.modul-2 {
  color: #205fbd;
  background-color: #205fbd;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.heading-22 {
  width: 70vw;
  color: #fff;
  justify-content: center;
  margin: 40px auto 20px;
  font-size: 2.5vw;
  line-height: 110%;
  display: flex;
}

.grid-11 {
  width: 75vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 30px;
}

.image-21, .image-22 {
  width: 20%;
}

.div-block-20 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-35 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 125%;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-11 {
  text-align: center;
  flex: 1;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 135%;
}

.bold-text-12 {
  margin-top: 10px;
  margin-left: 0;
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.bold-text-13 {
  margin-top: 10px;
  margin-left: 0;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 135%;
}

.modul-3 {
  width: 99.9998%;
  height: 14.3492%;
  background-image: url('../images/header-tlo2B.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: 200% 100%;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 31px;
  display: flex;
}

.heading-23 {
  width: 45svw;
  height: 12%;
  color: #0e1f54;
  text-align: center;
  text-transform: uppercase;
  background-color: #fac673;
  border-radius: 40px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 2.3vw;
  line-height: 170%;
  position: relative;
}

.text-block-36 {
  color: #205fbd;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 2.3vw;
  font-weight: 700;
  display: flex;
}

.grid-12 {
  width: 75%;
  grid-template-rows: auto auto;
  margin-top: 24px;
}

.div-block-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
  padding-left: 40px;
  display: flex;
}

.text-block-37 {
  width: 100%;
  color: #0e1f54;
  text-align: left;
  margin-bottom: 17px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 120%;
}

.image-23 {
  width: auto;
  max-width: 80%;
  min-width: 80px;
}

.text-block-38 {
  width: 100%;
  color: #0e1f54;
  text-align: left;
  margin-top: 8px;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 120%;
}

.bold-text-14, .bold-text-15 {
  color: #0e1f54;
}

.text-block-39 {
  justify-content: flex-end;
  font-size: 1.6vw;
  display: flex;
}

.text-block-40 {
  font-size: 1.6vw;
  display: flex;
}

.div-block-24 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.text-block-41 {
  color: #0e1f54;
  font-size: 1.6vw;
}

.text-block-42 {
  color: #0e1f54;
  align-self: center;
  margin-top: 0;
  font-size: 1.6vw;
}

.text-block-43 {
  height: 57%;
  color: #b00003;
  margin-top: 1vw;
  font-size: 1.6vw;
}

.text-block-44 {
  font-size: 1.6vw;
}

.text-block-45 {
  height: 57%;
  color: #b00003;
  margin-top: 1vw;
  font-size: 1.6vw;
}

.bold-text-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  padding-top: 0;
  font-size: 2vw;
  display: block;
}

.modul-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.div-block-26 {
  width: 40%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.bold-text-17 {
  margin-top: 10px;
  padding-top: 0;
  font-size: 2vw;
  display: flex;
}

.bold-text-18 {
  width: auto;
  margin-top: 5px;
  padding-top: 0;
  font-size: 2vw;
  display: block;
}

.bold-text-19 {
  font-size: 2vw;
}

.modul-5 {
  height: 55%;
  max-height: 100vh;
  -webkit-text-fill-color: inherit;
  background-color: #205fbd;
  background-image: url('../images/polsart-tlo-3.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.grid-13 {
  width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: grid;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-24 {
  width: 25%;
  height: auto;
  max-width: none;
  margin-top: 2vw;
  margin-bottom: 3vw;
  padding-right: 1vw;
}

.text-block-46 {
  color: #fff;
  text-align: right;
  padding-right: 36px;
  font-size: 3vw;
  font-weight: 700;
}

.div-block-29 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-25 {
  width: auto;
  max-width: 100%;
  flex: 0 auto;
  display: block;
}

.div-block-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-20 {
  justify-content: center;
  display: flex;
}

.nav-bar-footer {
  background-color: #d6e8f5;
}

.button-big-red-2 {
  background-color: #b00003;
  border-radius: 50px;
  margin-top: 17px;
  margin-bottom: 24px;
  padding: 25px 90px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1vw;
  display: none;
  position: relative;
}

.navbar-logo-left {
  width: 100%;
  justify-content: center;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-33 {
  justify-content: center;
  margin-top: -74px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.image-26 {
  width: 5vw;
  text-align: center;
}

.section-scroll {
  padding-top: 5px;
  padding-bottom: 20px;
}

.div-block-34 {
  width: 45vw;
  height: 10vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-big-red-3 {
  width: 74%;
  height: 55%;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #b00003;
  border-radius: 50px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  position: relative;
}

.button-big-red-3:hover {
  background-color: #081c82;
}

.text-block-47 {
  width: 30vw;
  color: #0e1f54;
  font-weight: 700;
  display: flex;
}

.heading-24 {
  width: auto;
  color: #0e1f54;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 27px;
  font-size: 1.5vw;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 1800px;
  flex: 0 auto;
  align-self: stretch;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  display: block;
}

.navbar {
  width: 100%;
  max-width: 1900px;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
  font-weight: 700;
}

.navbar-logo-left-2 {
  justify-content: center;
  display: inline-block;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 150vw;
  max-width: 1140px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-8 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-8:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-8:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-8[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-3 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.nav-menu-2 {
  width: auto;
  display: inline-block;
  position: relative;
}

.image-27 {
  height: 95%;
  max-height: none;
  max-width: none;
  margin-left: 0;
}

.list-item-9 {
  display: block;
}

.list-item-10 {
  display: none;
}

.text-block-48 {
  margin-top: 17px;
  margin-bottom: 1vw;
  padding-top: 0;
  font-size: .8rem;
}

.heading-25 {
  color: #b00003;
  text-align: left;
}

.div-block-36 {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.grid-14 {
  width: 90%;
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(185px, .9fr) .5fr;
  grid-auto-flow: row;
  margin-top: 22px;
}

.text-block-49 {
  width: 100%;
  color: #0e1f54;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-50 {
  color: #0e1f54;
  margin-top: 10px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 110%;
}

.text-span {
  color: #b00003;
}

.div-block-37 {
  margin-top: 25px;
}

.text-span-2 {
  color: #b00003;
}

.div-block-38 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-40 {
  width: 50%;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
}

.image-28 {
  max-width: 90%;
}

.button-big-red-4 {
  width: 70%;
  height: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #b00003;
  border-radius: 50px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  position: relative;
}

.button-big-red-4:hover {
  background-color: #081c82;
}

.div-block-41 {
  width: 80%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-42 {
  width: 80%;
}

.image-29 {
  width: 99.9998%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.button-big-red-5 {
  width: 95%;
  height: auto;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #b00003;
  border-radius: 50px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 110%;
  display: flex;
  position: relative;
}

.button-big-red-5:hover {
  background-color: #081c82;
}

.div-block-43 {
  width: 80%;
  height: auto;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.button-2 {
  width: 45%;
  text-align: center;
  background-color: #0e1f54;
  border-radius: 20px;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #b00003;
}

.div-block-44, .div-block-45, .div-block-46 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-26 {
  width: 98%;
  color: #0e1f54;
  text-align: center;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 2.8vw;
  line-height: 120%;
  display: block;
}

.text-block-51 {
  width: 80%;
  color: #0e1f54;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-52 {
  width: 80%;
  color: #0e1f54;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-54 {
  width: 100%;
  color: #0e1f54;
  text-align: left;
  -webkit-text-stroke-color: #0e1f54;
  white-space: normal;
  border: 2px solid #0e1f54;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 17px;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 140%;
}

.text-span-3 {
  color: #278824;
}

.text-block-56 {
  width: 100%;
  color: #0e1f54;
  text-align: left;
  -webkit-text-stroke-color: #278824;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-57 {
  width: 100%;
  color: #0e1f54;
  text-align: left;
  -webkit-text-stroke-color: #278824;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-58 {
  width: 100%;
  color: #0e1f54;
  text-align: left;
  -webkit-text-stroke-color: #278824;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-59 {
  width: 100%;
  color: #278824;
  text-align: left;
  -webkit-text-stroke-color: #278824;
  white-space: normal;
  border: 3px solid #278824;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 17px;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 140%;
}

.modul-1-test {
  height: 620px;
  background-image: url('../images/header-tlo-02b.jpg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.navbar-logo-left-container-4 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-4.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-9 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-9:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-9:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-9[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-4 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-4:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.section-11 {
  background-color: #fac673;
}

.div-block-18-copy {
  width: auto;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-16 {
  display: flex;
}

.mod_01-head {
  width: 100vw;
  height: auto;
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/header-tlo-02.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 0 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.quick-stack {
  width: 80%;
  height: 80%;
  grid-column-gap: 0px;
  margin-top: 4vh;
  padding: 0;
  position: relative;
}

.heading-27 {
  width: 100%;
  color: #0e1f54;
  text-align: left;
  margin-top: 2vh;
  margin-bottom: 1vh;
  padding-right: 0;
  font-size: 3.6vw;
  line-height: 4vw;
  position: relative;
}

.div-block-47 {
  height: auto;
  align-items: center;
  margin-left: 8vw;
  display: flex;
}

.heading-28 {
  color: #b00003;
  margin-top: 2vh;
  margin-bottom: 0;
  padding-right: 10vw;
  font-size: 1.8vw;
  line-height: 2.3vw;
  position: relative;
}

.text-block-60 {
  color: #0e1f54;
  margin-top: 2vh;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 2vw;
  position: relative;
}

.image-30 {
  height: 100%;
  max-height: none;
  max-width: 100%;
  align-self: flex-start;
  position: relative;
}

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

.div-block-48 {
  width: 100%;
  height: 6svh;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 4vh;
  padding-right: 0;
  display: flex;
}

.cell-2 {
  justify-content: space-between;
}

.button-3 {
  width: 60%;
  height: 6svh;
  text-align: center;
  background-color: #b00003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.button-3:hover {
  background-color: #0e1f54;
}

.image-31 {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-49 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32 {
  max-width: none;
  margin-left: 0;
  padding-left: 1vw;
}

.banner-konkurs-2 {
  width: 300px;
  text-align: center;
  letter-spacing: 10px;
  -webkit-text-fill-color: inherit;
  background-color: #205fbd;
  background-clip: padding-box;
  border: 9px solid #205fbd;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 1svh 10px;
  display: flex;
  position: relative;
}

.div-block-50 {
  height: 80%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.text-block-61 {
  width: 60%;
  color: #fff;
  text-align: center;
  letter-spacing: .1svw;
  background-color: #205fbd;
  padding: 1.2vw 0;
  font-size: 3svw;
  font-weight: 700;
  line-height: 2svw;
}

.mod_02 {
  background-color: #205fbd;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.heading-29 {
  color: #fff;
  text-align: center;
  font-size: 3vw;
}

.body-4 {
  height: 100vw;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: visible;
}

.heading-30 {
  width: 100%;
  color: #0e1f54;
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 2.4vw;
  line-height: 3.1vh;
  position: relative;
}

.div-block-48-copy {
  width: 100%;
  height: 6svh;
  flex: 0 auto;
  justify-content: space-between;
  display: none;
}

.button-5 {
  width: 60%;
  height: 6svh;
  text-align: center;
  background-color: #b00003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.image-31-copy {
  height: 4vw;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 47px;
  position: relative;
}

.container-17 {
  width: 80%;
  max-width: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-18 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.mod_03 {
  background-image: url('../images/header-tlo2B.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 0;
}

.button-4 {
  width: 35svw;
  height: 6svh;
  text-align: center;
  background-color: #b00003;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.button-4:hover {
  background-color: #0e1f54;
}

.container-19 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.div-block-52 {
  width: 85%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.mod_05 {
  background-image: url('../images/polsart-tlo-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 44px;
  transition: opacity .2s;
}

.container-21 {
  width: 85%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mod_06-foot-menu {
  background-color: #d6e8f5;
  order: 0;
  margin-top: auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.sil-tresc {
  width: 85%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.div-block-53 {
  width: 70%;
  height: 10vh;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: -50px;
  display: flex;
}

.image-24-copy {
  width: 25%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  margin-top: 2vw;
  margin-bottom: 3vw;
  margin-left: 1vw;
  display: block;
}

.image-31-2 {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-48-3 {
  width: 100%;
  height: 6svh;
  flex: 0 auto;
  justify-content: space-between;
  display: none;
}

.polsart-logo {
  width: auto;
  height: 40px;
  max-height: none;
  max-width: none;
  margin-left: 0;
}

.polsart-plus-logo {
  width: auto;
  height: 40px;
  max-width: none;
  margin-left: 0;
  padding-left: 1.5vw;
  line-height: 18px;
}

.pytania-grupa {
  width: 60%;
  margin-top: 0;
}

.numer-pytania {
  color: #0e1f54;
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 2vw;
}

.pytanie {
  color: #0e1f54;
  margin-top: 10px;
  font-size: 1.9vw;
  line-height: 2.3vw;
}

.section-13 {
  height: auto;
  background-size: cover;
  background-attachment: fixed;
  align-self: flex-start;
  padding-bottom: 0;
}

.heading-31 {
  color: #0e1f54;
  border: 2px solid #0e1f54;
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 2vw;
  line-height: 2.5vw;
}

.text-block-62 {
  color: #0e1f54;
  font-size: .7vw;
  line-height: .7vw;
}

.container-23 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.button-6 {
  width: 28svw;
  height: 6svh;
  text-align: center;
  background-color: #b00003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.container-24 {
  width: 85%;
  height: auto;
  margin-top: 60px;
  display: none;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  padding: 0;
}

.heading-32 {
  color: #b00003;
  font-size: 6vw;
}

.cell-3 {
  justify-content: space-around;
  font-weight: 700;
}

.heading-33 {
  color: #b00003;
  padding-left: 10px;
  font-size: 5vw;
  line-height: 4.1vw;
}

.div-block-54 {
  margin-top: 0;
  display: flex;
}

.heading-33-copy {
  color: #0e1f54;
  font-size: 4vw;
  line-height: 4.1vw;
}

.heading-34 {
  color: #0e1f54;
}

.text-block-63 {
  width: 95%;
  color: #0e1f54;
  margin-top: 40px;
  font-size: 1.8vw;
  line-height: 2.1vw;
}

.div-block-55 {
  width: 100%;
  margin-top: 40px;
}

.button-7 {
  width: 30vw;
  height: 6vw;
  text-align: center;
  background-color: #b00003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.container-25 {
  width: 85%;
  height: 300px;
  max-width: none;
  background-color: rgba(177, 178, 183, .09);
  margin-top: 0;
  margin-bottom: 2vw;
}

.div-block-57 {
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.button-7-copy {
  width: 30vw;
  height: 6svh;
  text-align: center;
  background-color: #b00003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.container-26 {
  width: 85%;
  justify-content: center;
  display: flex;
}

.container-27 {
  width: 80%;
  height: auto;
  max-width: 88%;
  align-self: center;
  margin-top: 2vw;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
}

.div-block-60 {
  display: flex;
}

.heading-35 {
  width: 100%;
  color: #0e1f54;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 2.7vw;
  line-height: 3.5vw;
}

.heading-36 {
  color: #b00003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 900;
  line-height: 7vw;
}

.heading-37 {
  color: #b00003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 5.2vw;
}

.heading-38 {
  color: #b00003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.1vw;
  line-height: 4vw;
}

.div-block-61 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.paragraph-4 {
  color: #0e1f54;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5vw;
  font-size: 1.65vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.div-block-62 {
  width: 25vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 2vw;
  display: flex;
}

.div-block-602 {
  display: flex;
}

.div-block-603 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-34 {
  width: 100%;
  max-width: none;
}

.div-block-60-2 {
  display: flex;
}

.button-10 {
  width: 30vw;
  height: 6vw;
  text-align: center;
  background-color: #b00003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5vw 0;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.container-29 {
  width: 85%;
  height: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-39 {
  color: #0e1f54;
  text-align: center;
  margin-top: 0;
  font-size: 2.5vw;
  line-height: 4vw;
}

.heading-40 {
  text-align: center;
  -webkit-text-stroke-color: #fac673;
  margin-top: 0;
  font-size: 2vw;
  line-height: 2.5vw;
}

.button-12 {
  width: 30vw;
  height: auto;
  color: #0e1f54;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #0e1f54;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 1.7svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.quick-stack-4 {
  width: 85%;
  margin-top: 1vw;
  padding: 0;
}

.container-30 {
  width: 85%;
  height: auto;
  max-width: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-41 {
  color: #0e1f54;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 3vw;
}

.heading-42 {
  color: #0e1f54;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 2vw;
}

.heading-43 {
  color: #b00003;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8vw;
  line-height: 2.3vw;
}

.kafel {
  width: 20vw;
  height: 18vw;
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, .2);
}

.image-35, .image-36 {
  color: #fff;
}

.heading-44 {
  color: #0e1f54;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1vw;
  line-height: 1.3vw;
}

.div-block-605 {
  width: 80%;
  justify-content: center;
  align-self: center;
  display: flex;
}

.cell-4, .cell-5, .cell-6 {
  align-items: center;
}

.div-block-62-2 {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  margin-bottom: 3vw;
  display: flex;
  position: relative;
}

.body-5 {
  height: 100vw;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.mod_01-head-2 {
  width: 100%;
  height: auto;
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/header-tlo-02.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 0 2vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-45 {
  color: #8e8c8c;
  text-align: center;
  position: relative;
}

.section-14 {
  justify-content: center;
  display: flex;
  position: relative;
}

.section-15 {
  justify-content: center;
  display: flex;
}

.div-block-63 {
  width: 50vw;
  justify-content: center;
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 2vw;
  display: flex;
}

.div-block-606 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-607 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-17 {
  width: 100%;
  height: 100%;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  align-content: start;
  align-self: auto;
}

.container-31 {
  width: 80%;
  height: 50%;
  max-width: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 1.5vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-46 {
  color: #b00003;
  text-align: center;
  -webkit-text-stroke-color: #b00003;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  font-size: 2.1vw;
  line-height: 2.5vw;
  display: flex;
}

.heading-47 {
  width: 100%;
  color: #b00003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7vw;
  line-height: 2.2vw;
}

.heading-48 {
  color: #0e1f54;
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.8vw;
  font-weight: 900;
  line-height: 2.3vw;
}

.quick-stack-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.div-block-608 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-65 {
  width: 35vw;
  justify-content: center;
  align-items: center;
  margin-top: 2.9vh;
  margin-bottom: 2vh;
  display: flex;
}

.div-block-609 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-8 {
  width: 30vw;
  height: 6vw;
  text-align: center;
  background-color: #b00003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.list-item-11 {
  color: #b00003;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 2.3vw;
}

.list-item-12, .list-item-13 {
  color: #b00003;
  margin-top: 2vw;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 2.3vw;
}

.list-4 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 2vw;
  display: flex;
}

.mod_01-head-3 {
  width: 100%;
  height: auto;
  object-fit: none;
  background-color: #fff;
  background-image: url('../images/header-tlo-02.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-37 {
  width: 60%;
  max-width: 90%;
  margin-top: 2vw;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

.button-11 {
  width: 30vw;
  height: 5px;
  min-height: auto;
  text-align: center;
  background-color: #fda21e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.button-7-copy {
  width: 30vw;
  height: 6vw;
  text-align: center;
  background-color: #081c82;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.image-38 {
  width: 90%;
  height: auto;
  max-width: none;
  object-fit: fill;
  margin-top: 0;
}

.div-block-66 {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  margin-bottom: 2vh;
  display: flex;
}

.heading-49 {
  color: #0e1f54;
  text-align: center;
  margin-top: .5vw;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 1.7vw;
}

.div-block-67 {
  width: 25vw;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.mod_06-foot-menu-2 {
  background-color: #d6e8f5;
  order: 0;
  margin-top: 0;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.list-item-14 {
  display: none;
}

.text-span-4 {
  color: #0e1f54;
  font-size: 1.7vw;
  line-height: 2.1vw;
}

.text-span-5 {
  color: #0e1f54;
  font-size: 1.7vw;
  line-height: 2.1vw;
  display: block;
}

.text-span-6 {
  color: #0e1f54;
  font-size: 1.7vw;
  line-height: 2.1vw;
}

.div-block-612-tab {
  width: 100%;
  height: 78%;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-613 {
  width: 45%;
  height: 70%;
  align-self: center;
  margin-top: 0;
}

.div-block-614 {
  width: 50%;
  height: 90%;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  display: flex;
}

.text-span-7 {
  color: #b00003;
  font-size: 1.7vw;
  line-height: 2vw;
}

.heading-50 {
  color: #0e1f54;
  text-align: center;
  -webkit-text-stroke-color: #b00003;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 0;
  font-size: 1.7vw;
  line-height: 2vw;
  display: flex;
  position: relative;
}

.heading-51 {
  color: #0e1f54;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.9vw;
}

.heading-49-copy {
  color: #0e1f54;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 1.9vw;
}

.heading-49-copy._52 {
  font-size: 1.1vw;
  line-height: 1.6vw;
}

.mod_01-head-4 {
  width: 100%;
  height: auto;
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/header-tlo-02.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 0 2vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-5 {
  color: #0e1f54;
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: .9vw;
  line-height: 1vw;
  display: none;
}

.div-block-615 {
  align-self: flex-start;
  margin-top: 1vw;
  margin-left: 10vw;
  position: relative;
}

.section-16 {
  position: relative;
}

.section-17 {
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-start;
}

.section-18 {
  border-radius: 7px;
}

.list-item-15 {
  display: none;
}

.container-33 {
  width: 80%;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fac673;
  border-radius: 12px;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-bottom: 0;
}

.paragraph-6 {
  text-align: justify;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.5px;
}

.checkbox-label {
  padding-left: .5vw;
  font-size: 12px;
  font-weight: 700;
}

.field-label, .text-field, .field-label-2, .text-field-2, .checkbox-label-2, .checkbox-label-3, .submit-button {
  display: none;
}

.checkbox {
  width: 22px;
  height: 22px;
  border: 1px solid #0e1f54;
  border-radius: 0;
}

.text-span-8 {
  font-weight: 700;
}

.paragraph-7 {
  width: auto;
  height: 200px;
  text-align: justify;
  object-fit: fill;
  border: 1px solid #fbd392;
  border-radius: 2px;
  padding-top: 1px;
  padding-left: 0;
  padding-right: 1vw;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.5px;
  overflow: scroll;
}

.checkbox-field, .checkbox-field-2 {
  margin-bottom: 1vw;
  padding-left: 2vw;
}

.checkbox-field-3 {
  margin-bottom: 0;
  padding-left: 2vw;
}

.form {
  margin-top: 1vw;
  padding-left: 1vw;
  padding-right: 2vw;
}

.text-span-9, .text-span-10, .text-span-11 {
  font-weight: 700;
}

.text-block-64 {
  margin-top: .5vw;
  margin-bottom: .5vw;
  padding-left: 2.5vw;
  font-size: 12px;
  line-height: 1.6vw;
}

.bold-text-27 {
  font-size: 14px;
}

.list-item-16 {
  display: none;
}

.checkbox-2, .checkbox-3 {
  width: 22px;
  height: 22px;
  border-color: #0e1f54;
  border-radius: 0;
}

.list-item-17 {
  display: none;
}

.button-13 {
  width: 30vw;
  height: 3.4vw;
  text-align: center;
  background-color: #b00003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1vw 0;
  font-size: 1.6svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.div-block-616 {
  margin-top: 1.5vw;
  margin-left: 10vw;
  position: relative;
}

.okruszki {
  color: #0e1f54;
  text-decoration: none;
}

.okruszki:hover {
  text-decoration: underline;
}

.text-span-12 {
  font-weight: 700;
}

.container-34 {
  width: 80%;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-52-quiz-2 {
  color: #b00003;
  margin-top: .5vw;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 3vw;
  line-height: 3.5vw;
}

.heading-53-quiz-3 {
  color: #0e1f54;
  text-align: center;
  margin-top: .5vw;
  margin-bottom: 0;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.heading-54-quiz {
  color: #0e1f54;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 4.5vw;
}

.container-35 {
  width: 80%;
  margin-top: .5vw;
}

.container-36 {
  width: 3%;
  margin-top: 1vw;
}

.przypisy {
  width: 60%;
  margin-top: 2vw;
}

.italic-text {
  font-size: 1vw;
  font-style: normal;
  line-height: 1vw;
}

.heading-52 {
  color: #0e1f54;
  text-align: center;
  margin-top: .5vw;
  margin-bottom: .5vw;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2vw;
}

.paragraph-8 {
  width: 100%;
}

.italic-text-2 {
  font-style: normal;
}

.paragraph-9 {
  font-size: 1vw;
  line-height: 1.5vw;
}

.container-37 {
  width: 80%;
  max-width: none;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.container-37.questionnaire-ctnr {
  margin-bottom: 0;
}

.container-38 {
  width: 60%;
  max-width: none;
}

.container-38.quiz-ctnr {
  width: 60%;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.container-39 {
  margin-top: 2vw;
}

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

.html-embed-2 {
  width: 100%;
}

.html-embed-2.questionnaire-ctrn {
  justify-content: center;
  display: flex;
}

.kafel-opis {
  height: 53%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left-container.shadow-three {
    justify-content: center;
  }

  .navbar-wrapper {
    width: 98%;
  }

  .nav-link {
    font-size: 16px;
  }

  .container-regular, .navbar-wrapper-2 {
    position: relative;
  }

  .button-info-polsart {
    display: none;
  }

  .bold-text-3 {
    border-radius: 40px;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-right: 3vw;
  }

  .section-3 {
    height: auto;
  }

  .heading-15-copy {
    width: 100%;
    color: #b00003;
    -webkit-text-stroke-color: transparent;
    font-size: 2.5vw;
  }

  .modul-1 {
    height: 650px;
  }

  .text-block-34 {
    height: auto;
    margin-top: 20px;
    margin-right: 0;
  }

  .div-block-17 {
    width: 45vw;
    padding-left: 0;
  }

  .heading-21 {
    margin-top: 20px;
    padding-top: 0;
  }

  .button-big-red {
    width: 70%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-42 {
    align-self: center;
    margin-top: 0;
  }

  .bold-text-21 {
    display: flex;
  }

  .heading-24 {
    font-size: 1.5vw;
  }

  .container-12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    display: block;
  }

  .navbar {
    display: block;
  }

  .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7 {
    font-weight: 700;
  }

  .image-27 {
    margin-left: 0;
  }

  .section-10 {
    margin-top: 19px;
  }

  .text-block-48 {
    margin-bottom: 1vw;
  }

  .heading-25 {
    font-size: 2vw;
    line-height: 120%;
  }

  .text-block-49 {
    width: 80%;
    margin-top: 10px;
    font-size: 1.8vw;
    line-height: 120%;
  }

  .text-block-50 {
    font-size: 2.2vw;
  }

  .text-span {
    font-size: 2.5vw;
  }

  .div-block-39 {
    padding-top: 10px;
  }

  .div-block-40 {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .button-big-red-4 {
    width: 70%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-big-red-5 {
    width: 80%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-26 {
    width: 100%;
    font-size: 2.5vw;
  }

  .text-block-51 {
    width: 80%;
    margin-top: 20px;
    font-size: 1.6vw;
    line-height: 120%;
  }

  .text-block-52 {
    width: 80%;
    margin-top: 20px;
    font-size: 1.8vw;
    line-height: 120%;
  }

  .text-block-54 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 140%;
  }

  .text-block-56 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 120%;
  }

  .text-block-57, .text-block-58 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 120%;
  }

  .text-block-59 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 140%;
  }

  .bold-text-25 {
    align-items: flex-start;
    display: inline;
  }

  .bold-text-26 {
    text-indent: 10px;
  }

  .modul-1-test {
    height: 650px;
  }

  .mod_01-head {
    width: 100%;
    height: auto;
    flex: 0 auto;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .quick-stack {
    width: 80%;
    height: 80%;
    grid-column-gap: 0px;
    margin-top: 3vw;
  }

  .heading-27 {
    text-align: left;
    margin-top: 2vh;
    margin-bottom: 1vh;
    font-size: 3.8vw;
    line-height: 4.3vw;
  }

  .div-block-47 {
    height: 50.0568px;
  }

  .heading-28 {
    margin-top: 2vh;
    margin-bottom: 0;
    padding-right: 5vw;
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .text-block-60 {
    font-size: 1.4vw;
    line-height: 2vw;
  }

  .image-30 {
    height: 90%;
    max-height: none;
    max-width: 100%;
    min-width: auto;
  }

  .cell {
    justify-content: flex-start;
  }

  .div-block-48 {
    margin-top: 3vw;
  }

  .cell-2 {
    justify-content: space-between;
  }

  .div-block-49 {
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .image-32 {
    height: 99.8865%;
    margin-left: 0;
  }

  .div-block-50 {
    height: 100%;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-block-61 {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }

  .mod_02 {
    padding-bottom: 60px;
  }

  .heading-29 {
    font-size: 3vw;
  }

  .body-4 {
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-30 {
    text-align: left;
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 2.4vw;
    line-height: 2.9vw;
  }

  .image-31-copy {
    height: 4vw;
  }

  .mod_06-foot-menu {
    background-color: #d6e8f5;
    order: 0;
    margin-top: 0;
    position: relative;
  }

  .polsart-logo {
    width: auto;
    height: 40px;
    margin-left: 0;
  }

  .polsart-plus-logo {
    height: 40px;
    margin-left: 0;
  }

  .section-13 {
    height: auto;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0;
  }

  .heading-31 {
    width: 100%;
    border-width: 2.5px;
  }

  .container-23 {
    width: 100vw;
    max-width: none;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    display: flex;
  }

  .button-6 {
    width: 26svw;
    font-size: 2.2svw;
  }

  .container-24 {
    display: none;
  }

  .container-25 {
    max-width: none;
  }

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

  .image-33 {
    width: 100%;
    max-width: none;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr .55fr;
  }

  .heading-35 {
    align-self: center;
    margin-bottom: 0;
    font-size: 2.7vw;
  }

  .heading-36 {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .heading-37 {
    font-size: 5vw;
    line-height: 5.2vw;
  }

  .heading-38 {
    margin-bottom: 0;
  }

  .div-block-61 {
    padding-right: 3px;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 5vw;
    font-size: 1.65vw;
    line-height: 2.3vw;
  }

  .div-block-62 {
    width: 25vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .div-block-603 {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-34 {
    width: 95%;
    max-width: none;
  }

  .button-10 {
    width: 30vw;
    margin-bottom: 0;
  }

  .container-29 {
    width: 80%;
    justify-content: space-between;
  }

  .quick-stack-4 {
    margin-top: 0;
  }

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

  .heading-41 {
    margin-bottom: 0;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .heading-42 {
    margin-top: 0;
    font-size: 1vw;
    line-height: 2vw;
  }

  .heading-43 {
    margin-top: 0;
    margin-bottom: 1vw;
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .kafel {
    width: 20vw;
    height: 18vw;
    padding-bottom: 0;
  }

  .heading-44 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1vw;
    font-size: 1vw;
    line-height: 1.3vw;
  }

  .div-block-605 {
    width: 80%;
    align-self: center;
  }

  .cell-4, .cell-5, .cell-6 {
    align-items: center;
  }

  .div-block-62-2 {
    width: 25%;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .body-5 {
    height: 100vh;
    align-items: stretch;
  }

  .mod_01-head-2 {
    width: 100%;
    height: auto;
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-start;
  }

  .heading-45 {
    color: #8e8c8c;
    text-align: center;
  }

  .section-14 {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .div-block-63 {
    width: 50vw;
    margin-top: 1.5vw;
  }

  .grid-17 {
    height: 80%;
    grid-column-gap: 10px;
    grid-template-columns: .9fr .85fr;
    align-content: start;
    align-items: start;
  }

  .container-31 {
    width: 80%;
    height: 70%;
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: flex-start;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-46 {
    color: #b00003;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .heading-47 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .heading-48 {
    text-align: center;
    margin-top: 1.6vw;
    padding-left: 2vw;
    padding-right: 0;
    font-size: 1.5vw;
    font-weight: 900;
    line-height: 2vw;
  }

  .quick-stack-5 {
    height: 60%;
    flex: 0 auto;
    margin-top: 1vw;
  }

  .div-block-608 {
    height: 100%;
    justify-content: flex-start;
  }

  .div-block-65 {
    width: 25vw;
    margin-top: 1.9vw;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-609 {
    height: 100%;
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
  }

  .list-item-11 {
    margin-top: 0;
    padding-top: 0;
    font-size: 2.5vw;
    line-height: 1.9vw;
  }

  .list-item-12 {
    margin-top: 2vw;
    font-size: 2.5vw;
    line-height: 1.9vw;
  }

  .list-item-13 {
    margin-top: 2vw;
    font-size: 2.5vw;
    line-height: 2vw;
  }

  .div-block-610 {
    margin-top: -1vw;
    display: flex;
  }

  .list-4 {
    height: auto;
    -webkit-text-stroke-color: #b00003;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 2vw;
    display: flex;
  }

  .mod_01-head-3 {
    width: 100%;
    height: auto;
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-start;
    align-self: center;
    padding-bottom: 0;
    overflow: visible;
  }

  .image-37 {
    width: 34%;
    max-width: none;
    margin-top: 1.5vw;
  }

  .button-11 {
    width: 100%;
    height: 5vw;
    min-height: 0;
    background-color: #fda21e;
    flex: none;
    padding: 1.2em 0;
  }

  .button-7-copy {
    width: 100%;
    height: 5vw;
    background-color: #081c82;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .image-38 {
    width: 14vw;
    height: auto;
    object-fit: contain;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    margin-right: 0;
  }

  .div-block-66 {
    width: 25vw;
    margin-top: 5vh;
  }

  .cell-7 {
    justify-content: space-around;
    padding-top: 13px;
  }

  .cell-8 {
    justify-content: center;
  }

  .heading-49 {
    margin-top: .5vw;
    font-size: 1.2vw;
    line-height: 1.4vw;
  }

  .div-block-67 {
    width: 23vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mod_06-foot-menu-2 {
    background-color: #d6e8f5;
    margin-top: 0;
    position: static;
  }

  .text-span-4 {
    font-size: 1.6vw;
    line-height: 1.3vw;
  }

  .text-span-5 {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .text-span-6 {
    font-size: 1.6vw;
    line-height: 1.3vw;
  }

  .div-block-612-tab {
    height: 65%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .div-block-613 {
    width: 55%;
    height: 90%;
    align-self: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-614 {
    width: 60%;
    height: 90%;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .text-span-7 {
    color: #b00003;
    margin-top: .5px;
    font-size: 1.6vw;
    line-height: 2.1vw;
  }

  .heading-50 {
    color: #0e1f54;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.6vw;
    line-height: 2.1vw;
  }

  .heading-51 {
    margin-top: .8vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3vw;
    font-weight: 700;
    line-height: 1.7vw;
  }

  .heading-49-copy {
    margin-top: 0;
    font-size: 1.4vw;
    line-height: 1.9vw;
  }

  .heading-49-copy._52 {
    font-size: 1vw;
    line-height: 1.4vw;
  }

  .mod_01-head-4 {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-5 {
    margin-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: .9vw;
    line-height: 1vw;
  }

  .div-block-615 {
    margin-top: 1vw;
    margin-left: 10vw;
  }

  .section-16 {
    position: relative;
  }

  .section-17 {
    background-attachment: scroll;
    align-items: flex-start;
  }

  .container-33 {
    width: 80%;
    max-width: none;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .paragraph-6 {
    padding-left: 1vw;
  }

  .paragraph-7 {
    line-height: 16.5px;
  }

  .form {
    margin-top: 1vw;
  }

  .text-block-64 {
    margin-top: 0;
    margin-bottom: .5vw;
    font-size: 12px;
  }

  .button-13 {
    width: 30vw;
    height: 3.4vw;
    margin-bottom: 0;
  }

  .div-block-616 {
    margin-top: 1.5vw;
    margin-left: 10vw;
  }

  .link {
    color: #0e1f54;
    text-decoration: none;
  }

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

  .okruszki {
    color: #0e1f54;
    text-decoration: none;
  }

  .okruszki:hover {
    text-decoration: underline;
  }

  .container-34 {
    margin-top: 0;
  }

  .heading-52-quiz-2 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .container-35 {
    margin-top: .5vw;
  }

  .heading-52 {
    line-height: 2vw;
  }

  .container-37 {
    width: 80%;
    max-width: none;
  }

  .container-38 {
    width: 60%;
    max-width: none;
    margin-top: 2vw;
  }

  .container-38.quiz-ctnr {
    width: 60%;
  }

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

  .kafel-opis {
    height: 50%;
    margin-top: .5vw;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-polsart {
    justify-content: center;
    align-items: center;
  }

  .navbar-logo-left-container.shadow-three {
    width: 100%;
    flex-direction: column;
    order: 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .container {
    width: 100%;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .navbar-wrapper {
    width: 98%;
    justify-content: space-between;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .nav-link {
    font-size: 16px;
    line-height: 1.5vw;
  }

  .menu-button {
    display: none;
  }

  .hed-konkurs-tytul {
    color: #081c82;
  }

  .heading-2 {
    width: 200px;
    color: #081c82;
    margin-left: 3px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .heading-4 {
    width: auto;
    color: #081c82;
    padding-right: 0;
  }

  .list-item {
    width: 400px;
  }

  .list {
    grid-column-gap: 40px;
    padding-left: 200px;
    padding-right: 200px;
    display: flex;
  }

  .heading-7 {
    margin-bottom: 0;
  }

  .sekcja-1-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/header-tlo-02.jpg');
    background-position: 0 0;
    background-size: cover;
    background-clip: padding-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .navbar-no-shadow-container {
    max-width: none;
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
  }

  .heading-9 {
    color: #fff;
  }

  .hero-heading-left-3 {
    background-image: url('../images/header-tlo2B.jpg');
  }

  .opracowany {
    margin-bottom: 7px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .button-info-polsart {
    display: none;
  }

  .bold-text-2 {
    border-radius: 40px;
  }

  .bold-text-3 {
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 1.2vw;
  }

  .image-2 {
    width: auto;
    object-fit: fill;
    margin-bottom: 21px;
    margin-left: -67px;
    margin-right: -8px;
    padding-bottom: 0;
    padding-left: 0;
    overflow: scroll;
  }

  .column-7 {
    margin-bottom: 52px;
    padding-left: 54px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    margin-left: -8px;
    margin-right: -88px;
    padding-left: 0;
  }

  .janiszewski, .margin-bottom-24px-2-copy, .komentarz, .mamcarz {
    margin-bottom: 7px;
  }

  .heading-6-copy {
    justify-content: center;
    font-style: normal;
    text-decoration: none;
  }

  .banner-konkurs {
    text-indent: 10px;
    white-space: normal;
    justify-content: space-around;
  }

  .sekcja-1-header-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/header-tlo-02.jpg');
    background-position: 0 0;
    background-size: cover;
    background-clip: padding-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section-3 {
    height: auto;
    max-height: 24.9332%;
    min-height: 100%;
  }

  .section-6 {
    margin-bottom: -5px;
    padding-top: 43px;
    padding-bottom: 0;
  }

  .list-3 {
    grid-column-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .list-item-6, .list-item-7, .list-item-8 {
    color: #081c82;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .grid-7 {
    width: 70%;
    margin-top: 40px;
  }

  .modul-1 {
    height: 13%;
    background-position: 100% 0;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .grid-10 {
    grid-template-columns: 1.5fr 1fr;
  }

  .text-block-34 {
    height: 10%;
    margin-top: 20px;
    margin-right: 0;
  }

  .div-block-17 {
    height: 45vw;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    margin-left: 20px;
    padding-left: 0;
  }

  .image-20 {
    width: 34vw;
    margin-left: 0;
  }

  .heading-21 {
    width: 95%;
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    margin-top: 20px;
    padding-top: 0;
  }

  .button-big-red {
    width: 70%;
    height: auto;
    padding-top: 15px;
  }

  .heading-22 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .grid-11 {
    margin-top: 52px;
  }

  .div-block-21 {
    justify-content: flex-start;
  }

  .heading-23 {
    width: 45svw;
    margin-top: 40px;
  }

  .grid-12 {
    grid-row-gap: 41px;
    grid-template-columns: 1fr .8fr;
    margin-top: 40px;
  }

  .div-block-23 {
    padding-left: 0;
  }

  .div-block-25 {
    align-items: center;
  }

  .bold-text-16 {
    margin-top: 5px;
    font-size: 1.6vw;
  }

  .bold-text-17 {
    margin-top: .5em;
  }

  .bold-text-18 {
    font-size: 1.6vw;
  }

  .image-24 {
    width: 20%;
  }

  .bold-text-21 {
    justify-content: flex-start;
  }

  .div-block-33 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .image-26 {
    width: 4vw;
  }

  .section-scroll {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.5vw;
  }

  .image-27 {
    margin-left: 0;
    padding-left: 0;
  }

  .heading-25 {
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 120%;
  }

  .div-block-40 {
    min-height: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .button-big-red-4 {
    width: 70%;
    height: auto;
    padding-top: 15px;
  }

  .div-block-42 {
    width: 80%;
  }

  .button-big-red-5 {
    width: 80%;
    height: auto;
    padding-top: 15px;
  }

  .modul-1-test {
    height: 13%;
    background-position: 100% 0;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mod_01-head {
    width: 100%;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/header-tlo-02.jpg');
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    background-clip: padding-box;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .quick-stack {
    width: 80%;
    height: 80%;
    grid-row-gap: 5px;
    flex: none;
    align-self: center;
    margin-top: 4vw;
    margin-bottom: 2vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-27 {
    width: auto;
    max-height: none;
    max-width: none;
    text-align: left;
    letter-spacing: normal;
    white-space: break-spaces;
    margin-top: 0;
    margin-bottom: 1vh;
    padding-right: 0;
    font-size: 3.7vw;
    line-height: 4.4vw;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading-28 {
    margin-top: 5vh;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 2.3vw;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .text-block-60 {
    margin-top: 2vh;
    margin-bottom: 0;
    font-size: 1.2vw;
    line-height: 1.9vw;
    position: relative;
    top: auto;
  }

  .image-30 {
    width: auto;
    height: 100%;
    max-height: none;
    max-width: 90%;
    min-width: auto;
    flex: none;
    align-self: center;
    margin-right: 0;
    position: relative;
    overflow: visible;
  }

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

  .quick-stack-2 {
    width: 85%;
    padding: 0;
  }

  .div-block-48 {
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top: 4vh;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .cell-2 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .button-3 {
    width: 65%;
    height: auto;
    text-align: center;
    background-color: #b00003;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .image-31 {
    height: 100%;
  }

  .div-block-49 {
    width: 100%;
    height: 90%;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .image-32 {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1vw;
  }

  .banner-konkurs-2 {
    width: 70%;
    color: #fff;
    text-indent: 10px;
    white-space: normal;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1svw;
    padding-bottom: 1svh;
    font-size: 3svw;
    line-height: 3svh;
  }

  .div-block-50 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 1vw;
    display: flex;
    position: relative;
  }

  .text-block-61 {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    position: relative;
    top: auto;
  }

  .section-12 {
    background-color: #205fbd;
  }

  .mod_02 {
    text-align: left;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
    display: flex;
    position: static;
  }

  .body-4 {
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    overflow: visible;
  }

  .heading-30 {
    width: auto;
    max-height: none;
    max-width: none;
    text-align: left;
    letter-spacing: normal;
    white-space: break-spaces;
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 2.6vw;
    line-height: 2vw;
    position: relative;
    top: 1%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-51 {
    margin-top: 2vw;
    font-size: 1rem;
    line-height: 1.5px;
  }

  .div-block-48-copy {
    width: 100%;
    height: 5svh;
    justify-content: space-between;
    margin-top: 0;
    display: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .button-5 {
    width: 65%;
    height: auto;
    text-align: center;
    background-color: #b00003;
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .image-31-copy {
    height: 4vw;
  }

  .container-17 {
    width: 85%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-18 {
    width: 85%;
    max-width: none;
  }

  .mod_03 {
    background-attachment: scroll;
  }

  .button-4 {
    width: 35svw;
    height: auto;
    text-align: center;
    background-color: #b00003;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .mod_06-foot-menu {
    order: 0;
  }

  .image-24-copy {
    width: 20%;
  }

  .image-31-2 {
    height: 100%;
  }

  .div-block-48-3 {
    width: 100%;
    height: 5svh;
    justify-content: space-between;
    margin-top: 0;
    display: none;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .polsart-logo {
    margin-left: 0;
    padding-left: 0;
  }

  .polsart-plus-logo {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.5vw;
  }

  .numer-pytania {
    height: auto;
  }

  .section-13 {
    height: auto;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
  }

  .container-23 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 3vw;
  }

  .button-6 {
    width: 26svw;
    height: auto;
    text-align: center;
    background-color: #b00003;
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    padding-top: .8em;
    padding-bottom: .8em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .container-24 {
    display: none;
  }

  .quick-stack-3 {
    width: 100%;
  }

  .heading-32 {
    font-size: 5vw;
  }

  .heading-33-copy {
    font-size: 3.5vw;
  }

  .heading-34 {
    font-size: 2vw;
  }

  .button-7 {
    width: 30vw;
    height: 6vw;
    text-align: center;
    background-color: #b00003;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .container-25 {
    width: 80%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .button-7-copy {
    width: 45%;
    height: auto;
    text-align: center;
    background-color: #b00003;
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .div-block-59 {
    display: flex;
  }

  .container-27 {
    width: 80%;
    margin-top: 0;
  }

  .grid-16 {
    grid-column-gap: 5px;
    grid-template-columns: .75fr .45fr;
    margin-bottom: 1vw;
  }

  .heading-35 {
    align-self: center;
    margin-bottom: 0;
    margin-right: 1vw;
    font-size: 2.7vw;
    line-height: 3.9vw;
  }

  .heading-37 {
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 5.2vw;
  }

  .heading-38 {
    margin-bottom: 0;
  }

  .div-block-61 {
    align-items: flex-start;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.65vw;
    line-height: 2vw;
  }

  .div-block-62 {
    justify-content: center;
    margin-top: 1vw;
  }

  .div-block-603 {
    width: auto;
    align-items: flex-start;
  }

  .image-34 {
    width: 90%;
    max-width: none;
  }

  .button-10 {
    width: 30vw;
    height: 6vw;
    text-align: center;
    background-color: #b00003;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 2vw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .container-29 {
    width: 80%;
    height: 85%;
    align-self: center;
  }

  .button-12 {
    width: 30svw;
    height: 4vw;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding: .5em 40px;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 2.5vw;
    display: flex;
  }

  .quick-stack-4 {
    width: 100%;
    margin-top: 0;
  }

  .heading-41 {
    margin-bottom: 0;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .heading-42 {
    margin-top: 0;
    font-size: 1vw;
    line-height: 2vw;
  }

  .heading-43 {
    margin-top: 0;
    margin-bottom: 1vw;
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .kafel {
    width: 20vw;
    height: 22vw;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .heading-44 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 1.1vw;
    line-height: 1.6vw;
  }

  .div-block-605 {
    width: 80%;
    margin-top: 0;
  }

  .cell-4, .cell-5, .cell-6 {
    align-items: center;
  }

  .div-block-62-2 {
    width: 25%;
    justify-content: center;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .body-5 {
    justify-content: space-between;
    align-items: stretch;
  }

  .mod_01-head-2 {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/header-tlo-02.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-clip: padding-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .heading-45 {
    color: #8e8c8c;
    justify-content: center;
    display: flex;
  }

  .section-14 {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .div-block-63 {
    width: 35vw;
    justify-content: center;
    margin-top: 3vw;
  }

  .grid-17 {
    height: 80%;
    grid-column-gap: 26px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: stretch;
    align-items: start;
    justify-items: stretch;
    margin-top: 0;
    display: grid;
  }

  .container-31 {
    height: 90%;
    background-color: rgba(0, 0, 0, 0);
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 1vw;
    margin-bottom: 0;
    overflow: visible;
  }

  .heading-46 {
    color: #b00003;
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .heading-47 {
    align-items: flex-start;
    margin-top: 0;
    font-size: 1.8vw;
    line-height: 2.3vw;
    display: flex;
  }

  .heading-48 {
    margin-top: 0;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.6vw;
    font-weight: 900;
    line-height: 1.9vw;
  }

  .quick-stack-5 {
    height: 100%;
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .div-block-608 {
    height: 92%;
    max-height: none;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .div-block-65 {
    justify-content: center;
    margin-top: 1vw;
    margin-bottom: 0;
    overflow: visible;
  }

  .div-block-609 {
    height: 92%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .button-8 {
    width: 30vw;
    height: 6vw;
    text-align: center;
    background-color: #b00003;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .list-item-11 {
    padding-top: 0;
    font-size: 2vw;
  }

  .list-item-12, .list-item-13 {
    margin-top: 2vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .div-block-610 {
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .list-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 3vw;
    display: flex;
  }

  .mod_01-head-3 {
    width: 100%;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/header-tlo-02.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-clip: padding-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2vw;
    display: flex;
    overflow: visible;
  }

  .image-37 {
    width: 48%;
    height: auto;
    max-width: 55%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
  }

  .button-11 {
    width: 25vw;
    height: 5vw;
    min-height: 0;
    text-align: center;
    background-color: #fda21e;
    border-radius: 70px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .button-7-copy {
    width: 25vw;
    height: 5vw;
    text-align: center;
    background-color: #081c82;
    border-radius: 70px;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .image-38 {
    width: 90%;
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: contain;
    align-self: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-66 {
    justify-content: center;
  }

  .cell-7 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-top: 0;
    display: flex;
  }

  .div-block-611 {
    height: 70%;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cell-8 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-49 {
    margin-top: 0;
    font-size: 1.2vw;
    line-height: 1.5vw;
  }

  .div-block-67 {
    order: 0;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mod_06-foot-menu-2 {
    position: relative;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .div-block-612-tab {
    width: 100%;
    height: 70%;
    object-fit: contain;
    flex: none;
    order: 0;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .div-block-612 {
    width: 50%;
  }

  .div-block-613 {
    width: 45%;
    height: auto;
    align-self: center;
  }

  .div-block-614 {
    width: 55%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-span-7 {
    font-size: 2vw;
  }

  .heading-50 {
    color: #0e1f54;
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .heading-51 {
    margin-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 1.8vw;
  }

  .heading-49-copy {
    margin-top: 0;
    font-size: 1.4vw;
    line-height: 1.9vw;
  }

  .heading-49-copy._52 {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .mod_01-head-4 {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/header-tlo-02.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-clip: padding-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-bottom: 2vw;
    display: flex;
  }

  .paragraph-5 {
    color: #0e1f54;
    margin-top: .5vw;
    margin-bottom: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: .8vw;
    line-height: 1vw;
    display: none;
  }

  .div-block-615 {
    width: 40%;
    margin-top: .5vw;
    margin-left: 10vw;
    display: flex;
  }

  .section-16 {
    position: relative;
  }

  .section-17 {
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
  }

  .section-18 {
    padding-top: 0;
  }

  .container-33 {
    width: 80%;
    max-width: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 19px;
    margin-top: 2vw;
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .paragraph-6 {
    text-align: justify;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.5px;
    display: flex;
  }

  .checkbox-label {
    padding-left: .5vw;
    font-weight: 700;
  }

  .field-label, .text-field, .field-label-2, .text-field-2, .checkbox-label-2, .checkbox-label-3, .submit-button {
    display: none;
  }

  .checkbox {
    width: 22px;
  }

  .text-span-8 {
    font-weight: 700;
  }

  .paragraph-7 {
    text-align: justify;
    line-height: 16.5px;
  }

  .checkbox-field-2 {
    margin-bottom: 1vw;
    padding-left: 2vw;
  }

  .checkbox-field-3 {
    margin-bottom: 0;
    padding-left: 2vw;
  }

  .form {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-64 {
    margin-top: 0;
    margin-bottom: .5vw;
    padding-left: 2.5vw;
    font-size: 12px;
  }

  .button-13 {
    width: 30vw;
    height: 3.4vw;
    text-align: center;
    background-color: #b00003;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .div-block-616 {
    width: 40%;
    align-self: flex-start;
    margin-top: 1.5vw;
    margin-left: 10vw;
    display: flex;
  }

  .container-34 {
    max-width: none;
    margin-top: 0;
  }

  .heading-52-quiz-2 {
    margin-top: 0;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .heading-53-quiz-3 {
    margin-top: .5vw;
  }

  .heading-54-quiz {
    font-size: 4vw;
  }

  .container-35 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading-52 {
    justify-content: center;
    line-height: 2vw;
    display: flex;
  }

  .container-37.questionnaire-ctnr {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-left: 0;
    position: relative;
  }

  .container-38.quiz-ctnr {
    width: 60%;
  }

  .kafel-opis {
    height: 55%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1vw;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    width: 100%;
    order: -1;
    margin-bottom: 0;
    padding-top: 10px;
    display: flex;
  }

  .navbar-wrapper {
    width: 98%;
    justify-content: space-between;
    align-self: center;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-link.w--current {
    font-size: 1vw;
  }

  .hero-wrapper {
    width: 100%;
    height: 130%;
  }

  .bold-text {
    background-color: #fac673;
  }

  .heading-6 {
    color: #0e1f54;
  }

  .sekcja-1-header {
    height: 650px;
    display: none;
  }

  .navbar-no-shadow-container {
    z-index: auto;
    order: 0;
    position: relative;
  }

  .container-regular, .navbar-wrapper-2 {
    position: relative;
  }

  .hero-heading-left-3 {
    background-image: url('../images/header-tlo2B.jpg');
    background-size: cover;
  }

  .button-info-polsart {
    display: none;
  }

  .bold-text-3 {
    border-radius: 60px;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .sekcja-1-header-2 {
    height: 400px;
    position: relative;
  }

  .section-3 {
    width: auto;
    height: auto;
    background-image: url('../images/header-tlo-02.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .heading-15 {
    color: #0e1f54;
    text-align: center;
    margin-top: 22px;
    font-size: 48px;
  }

  .container-6 {
    position: relative;
    top: 251px;
  }

  .heading-15-copy {
    color: #b00003;
    text-align: center;
    margin-top: 22px;
    font-size: 48px;
    line-height: 120%;
  }

  .section-4 {
    background-color: #fff;
  }

  .grid-7 {
    width: 58%;
  }

  .image-12 {
    width: 7vw;
    max-width: 10vw;
  }

  .image-16 {
    padding-left: 54px;
  }

  .modul-1 {
    height: 12%;
    background-position: 0 100%;
    background-size: 100% 100%;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .grid-10 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: start;
    justify-items: center;
    padding-bottom: 0;
    display: grid;
  }

  .text-block-34 {
    width: 70%;
    margin-top: 0;
  }

  .div-block-17 {
    height: 39vw;
    justify-content: space-between;
    margin-left: 60px;
    padding-left: 80px;
  }

  .image-20 {
    width: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-18 {
    width: 75%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-21 {
    width: 110%;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    font-size: 4vw;
  }

  .button-big-red {
    width: 70%;
    border-radius: 60px;
    margin-top: 0;
    padding-top: 15px;
  }

  .modul-2 {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .div-block-19 {
    width: 65%;
    padding-top: 31px;
  }

  .heading-22 {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 2.1vw;
  }

  .grid-11 {
    width: 70vw;
    grid-template-columns: minmax(96px, 1fr) minmax(96px, 1fr) repeat(auto-fit, minmax(96px, 1fr));
    align-items: start;
    justify-items: center;
  }

  .image-22 {
    width: 3vw;
    max-width: none;
    position: relative;
  }

  .div-block-20 {
    width: 23vw;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .text-block-35 {
    width: auto;
    position: relative;
  }

  .div-block-21 {
    width: 36vh;
    justify-content: center;
    position: relative;
  }

  .div-block-22 {
    width: 36vh;
    position: relative;
  }

  .bold-text-11 {
    width: 34vh;
    justify-content: center;
    font-size: 2vw;
    display: flex;
  }

  .bold-text-12, .bold-text-13 {
    font-size: 2vw;
  }

  .modul-3 {
    padding-top: 38px;
  }

  .heading-23 {
    width: 36svw;
    border-radius: 50px;
    margin-top: 71px;
  }

  .text-block-36 {
    margin-bottom: 42px;
    padding-top: 1.625rem;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .text-block-37 {
    width: 30vw;
    font-size: 3vw;
  }

  .image-23 {
    width: 24vw;
    max-width: none;
    min-width: auto;
  }

  .text-block-38 {
    width: 30vw;
    font-size: 2vw;
  }

  .div-block-24, .div-block-25 {
    padding-top: 15px;
  }

  .bold-text-16 {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 1.6vw;
  }

  .bold-text-17 {
    margin-top: 0;
    font-size: 1.6vw;
  }

  .bold-text-18 {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 1.6vw;
  }

  .bold-text-19 {
    padding-top: 6px;
    padding-bottom: 20px;
    font-size: 1.6vw;
    display: flex;
  }

  .modul-5 {
    height: 60vh;
  }

  .grid-13 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-27 {
    align-items: flex-start;
    padding-left: 25px;
  }

  .div-block-28 {
    align-items: flex-end;
    padding-right: 25px;
  }

  .image-24 {
    width: 20%;
    height: auto;
    padding-right: 10px;
  }

  .div-block-29, .div-block-30 {
    align-items: center;
  }

  .button-big-red-2 {
    margin-top: 23px;
  }

  .bold-text-22, .bold-text-23 {
    font-size: 2.3vw;
  }

  .div-block-33 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-26 {
    width: 5vw;
  }

  .section-scroll {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .button-big-red-3 {
    width: 70%;
    border-radius: 60px;
    margin-top: 23px;
  }

  .heading-24 {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.5vw;
  }

  .image-27 {
    margin-left: 0;
  }

  .text-block-48 {
    font-size: 1rem;
  }

  .heading-25 {
    margin-top: 20px;
    font-size: 1.8vw;
    line-height: 44px;
  }

  .text-block-49 {
    line-height: 120%;
  }

  .div-block-40 {
    min-height: auto;
    align-items: flex-start;
    margin-top: 5vh;
  }

  .button-big-red-4 {
    width: 70%;
    border-radius: 60px;
    margin-top: 0;
    padding-top: 15px;
  }

  .button-big-red-5 {
    width: 80%;
    border-radius: 60px;
    margin-top: 0;
    padding-top: 15px;
  }

  .heading-26 {
    color: #0e1f54;
    text-align: center;
    margin-top: 22px;
    font-size: 48px;
    line-height: 120%;
  }

  .text-block-51, .text-block-52, .text-block-54, .text-block-56, .text-block-57, .text-block-58, .text-block-59 {
    line-height: 120%;
  }

  .modul-1-test {
    height: 12%;
    background-position: 0 100%;
    background-size: 100% 100%;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .html-embed {
    width: 100%;
  }

  .container-15 {
    width: 85vw;
    max-width: none;
  }

  .section-11 {
    height: 95vh;
    background-color: #fac673;
  }

  .div-block-18-copy {
    width: 75%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mod_01-head {
    width: 100%;
    height: auto;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .quick-stack {
    width: 80%;
    margin-top: 5.5vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-27 {
    width: auto;
    max-height: none;
    max-width: none;
    text-align: left;
    margin-top: 0;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .heading-28 {
    margin-top: 2vh;
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .text-block-60 {
    margin-top: 2vh;
    font-size: 1.2vw;
    line-height: 1.7vw;
  }

  .image-30 {
    max-height: 100%;
    max-width: 90%;
  }

  .cell-2 {
    justify-content: space-around;
    align-items: center;
  }

  .button-3 {
    width: 30svw;
    border-radius: 70px;
  }

  .div-block-49 {
    height: 90%;
    justify-content: center;
  }

  .image-32 {
    margin-left: 0;
  }

  .div-block-50 {
    flex: 1;
    justify-content: space-around;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2vw;
  }

  .heading-29 {
    margin-top: 2vw;
  }

  .body-4 {
    height: 100%;
    justify-content: flex-start;
    overflow: visible;
  }

  .heading-30 {
    width: auto;
    max-height: none;
    max-width: none;
    text-align: left;
    margin-top: 1vw;
    font-size: 2.8vw;
    line-height: 3.3vw;
  }

  .div-block-51 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-48-copy {
    display: none;
  }

  .container-18 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .mod_03 {
    background-image: url('../images/header-tlo2B.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .container-19 {
    padding-bottom: 60px;
  }

  .mod_06-foot-menu {
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-53 {
    justify-content: center;
  }

  .image-24-copy {
    width: 20%;
    height: auto;
    margin-left: 10px;
  }

  .polsart-logo {
    margin-left: 0;
    line-height: 40px;
  }

  .polsart-plus-logo {
    margin-left: 0;
  }

  .pytania-grupa {
    width: 60%;
    max-width: none;
    margin-top: 1vw;
    display: block;
  }

  .numer-pytania {
    color: #0e1f54;
  }

  .pytanie {
    color: #0e1f54;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .section-13 {
    height: auto;
    color: #0e1f54;
    background-size: cover;
    background-attachment: fixed;
  }

  .heading-31 {
    height: auto;
    border: 3px solid #0e1f54;
    border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 1.3vw;
  }

  .text-block-62 {
    margin-top: 20px;
    font-size: .5vw;
  }

  .container-23 {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .button-6 {
    width: 26svw;
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .container-24 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .button-7 {
    width: 30svw;
    border-radius: 90px;
  }

  .container-25 {
    width: 80%;
    height: 300vh;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button-7-copy {
    width: 28svw;
  }

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

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

  .container-27 {
    width: 80%;
    max-width: none;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-template-columns: .75fr .4fr;
  }

  .heading-35 {
    line-height: 5vw;
  }

  .heading-37 {
    line-height: 4.5vw;
  }

  .paragraph-4 {
    font-size: 1.65vw;
  }

  .div-block-62 {
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .div-block-603 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-34 {
    width: 100%;
    max-height: none;
  }

  .button-10 {
    width: 30vw;
    height: 6vw;
    border-radius: 80px;
    margin-bottom: 0;
  }

  .container-29 {
    width: 80%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin: 0 0 1vw;
    display: flex;
  }

  .button-12 {
    width: 30svw;
    border-radius: 60px;
  }

  .quick-stack-4 {
    width: 100%;
    align-self: flex-start;
  }

  .heading-41 {
    margin-bottom: 0;
    font-size: 2.5vw;
  }

  .heading-42 {
    margin-top: 0;
    font-size: 1vw;
  }

  .heading-43 {
    margin-top: 0;
    line-height: 2.3vw;
  }

  .kafel {
    height: 22vw;
    padding-bottom: 0;
  }

  .heading-44 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .div-block-605 {
    width: 80%;
    align-self: center;
    margin-top: 0;
  }

  .cell-4, .cell-5, .cell-6 {
    align-items: center;
  }

  .div-block-62-2 {
    margin-top: 3vw;
    margin-bottom: 3vw;
    position: relative;
  }

  .body-5 {
    height: 100%;
    justify-content: flex-start;
  }

  .mod_01-head-2 {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }

  .heading-45 {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .section-14 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .section-15 {
    position: relative;
  }

  .grid-17 {
    height: 90%;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
  }

  .container-31 {
    width: 80%;
    height: 90%;
    max-width: none;
    align-items: flex-start;
    margin-top: 1vw;
    margin-bottom: 2.5vw;
  }

  .heading-46 {
    color: #b00003;
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 2vw;
    line-height: 2.5vw;
    display: flex;
  }

  .heading-47 {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .heading-48 {
    margin-top: 1vw;
    font-size: 1.8vw;
    font-weight: 900;
    line-height: 2.3vw;
  }

  .quick-stack-5 {
    height: 32vw;
    align-self: center;
  }

  .div-block-608 {
    height: 100%;
    justify-content: space-between;
  }

  .div-block-65 {
    width: 25vw;
    margin-top: 1vh;
    overflow: hidden;
  }

  .div-block-609 {
    height: 100%;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .button-8 {
    width: 30svw;
    border-radius: 60px;
  }

  .list-item-11 {
    color: #b00003;
  }

  .list-item-12, .list-item-13 {
    color: #b00003;
    margin-top: 2vw;
  }

  .div-block-610 {
    margin-top: 3vw;
  }

  .mod_01-head-3 {
    width: 100vw;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 1vw;
    overflow: visible;
  }

  .image-37 {
    width: auto;
    height: auto;
    max-width: 50%;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .button-11 {
    width: 100%;
    height: 5vw;
    border-radius: 90px;
    margin-top: 0;
  }

  .button-7-copy {
    width: 100%;
    height: auto;
    border-radius: 60px;
  }

  .image-38 {
    width: 80%;
    height: auto;
    max-width: none;
    margin-top: 0;
  }

  .div-block-66 {
    margin-top: 0;
  }

  .div-block-611 {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-49 {
    margin-top: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .div-block-67 {
    margin-top: 0;
  }

  .mod_06-foot-menu-2 {
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    color: #0e1f54;
  }

  .div-block-612-tab {
    align-items: flex-start;
  }

  .div-block-614 {
    justify-content: flex-end;
  }

  .heading-50 {
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 2vw;
    line-height: 2.5vw;
    display: flex;
  }

  .heading-51 {
    margin-top: 1vw;
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .heading-49-copy {
    margin-top: 0;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .heading-49-copy._52 {
    font-size: 1.1vw;
    line-height: 1.5vw;
  }

  .mod_01-head-4 {
    width: 100%;
    height: auto;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 2vw;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .paragraph-5 {
    font-size: .8vw;
  }

  .div-block-615 {
    align-self: flex-start;
  }

  .container-32 {
    width: 80%;
    max-width: none;
  }

  .section-17 {
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
  }

  .paragraph-6 {
    padding-left: 15px;
    line-height: 16.5px;
  }

  .checkbox {
    width: 22px;
    border-width: 1px;
    border-radius: 0;
  }

  .paragraph-7 {
    line-height: 16.5px;
  }

  .checkbox-field {
    padding-left: 1.5vw;
  }

  .checkbox-field-2, .checkbox-field-3 {
    margin-bottom: 1vw;
    padding-left: 1.5vw;
  }

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

  .text-block-64 {
    font-size: 12px;
  }

  .checkbox-2 {
    border-color: #0e1f54;
    margin-top: 0;
  }

  .checkbox-3 {
    margin-top: 0;
  }

  .button-13 {
    width: 30vw;
    height: 3.4vw;
    border-radius: 80px;
    margin-bottom: 0;
    font-size: 1.6vw;
  }

  .div-block-616 {
    align-self: flex-start;
  }

  .container-34 {
    width: 60%;
    max-width: none;
    flex-direction: column;
    margin-top: 0;
  }

  .heading-52-quiz-2 {
    color: #b00003;
    text-align: center;
    margin-top: 0;
    font-size: 3vw;
    line-height: 2.5vw;
  }

  .heading-53-quiz-3 {
    text-align: center;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2.2vw;
  }

  .heading-54-quiz {
    text-align: center;
    margin-top: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .container-35 {
    width: 60%;
    max-width: none;
    margin-top: 0;
  }

  .container-36 {
    width: 3%;
    max-width: none;
    margin-top: 0;
  }

  .przypisy {
    width: 60%;
    max-width: none;
  }

  .italic-text {
    font-size: .6vw;
  }

  .image-39 {
    max-width: 100%;
  }

  .heading-52 {
    line-height: 2vw;
  }

  .container-38.quiz-ctnr {
    width: 60%;
  }

  .kafel-opis {
    height: 55%;
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    justify-content: center;
  }

  .container {
    width: 95%;
    max-width: none;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .navbar-wrapper {
    width: 95%;
    flex: 1;
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #205fbd;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
    display: block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-biore-udzial {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 65px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .hero-split {
    max-width: 100%;
    align-items: center;
    margin-bottom: 0;
  }

  .hed-konkurs-tytul {
    text-align: center;
  }

  .heading-2 {
    padding-right: 0;
  }

  .heading-3 {
    line-height: 24px;
  }

  .heading-4 {
    margin-top: 0;
    padding-right: 0;
  }

  .list {
    width: 800px;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text {
    padding: 13px 49px 13px 46px;
    font-size: 30px;
  }

  .heading-7 {
    color: #205fbd;
    margin-top: 0;
    margin-left: 114px;
    margin-right: 116px;
    padding-top: 0;
    font-size: 26px;
    font-weight: 700;
  }

  .navbar-no-shadow-container {
    position: relative;
    overflow: visible;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading-9 {
    font-size: 26px;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-10 {
    font-size: 32px;
    line-height: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .button-info-polsart {
    width: 50vw;
  }

  .paragraph-3 {
    align-items: center;
  }

  .bold-text-2 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2vw;
  }

  .bold-text-3 {
    margin-top: 20px;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 2vw;
  }

  .image-2 {
    width: 120%;
    max-width: 150%;
    margin-top: 0;
    margin-left: -54px;
  }

  .column-7 {
    margin-top: -8px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3, .hero-split-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .img-nagrody {
    width: 500px;
    text-align: center;
    margin-top: -17px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    margin-right: 0;
  }

  .sekcja-1-header-2 {
    height: 700px;
    justify-content: center;
    display: flex;
  }

  .section-3 {
    min-height: auto;
  }

  .heading-15-copy {
    font-size: 3.5vw;
  }

  .list-item-2, .heading-11-copy {
    margin-right: 0;
    padding-right: 0;
  }

  .section-7 {
    padding-bottom: 26px;
  }

  .heading-12-copy {
    margin-bottom: 18px;
  }

  .grid-4 {
    width: 700px;
    grid-row-gap: 10px;
    grid-auto-flow: column;
  }

  .grid-5 {
    width: 740px;
    grid-column-gap: 11px;
    grid-template-columns: minmax(370px, .3fr) 1.25fr;
  }

  .heading-17 {
    height: auto;
    padding-right: 15px;
    font-size: 5vw;
    line-height: 115%;
  }

  .image-10 {
    width: 40vw;
    overflow: visible;
  }

  .container-8 {
    margin-top: -2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-6 {
    width: 90%;
  }

  .div-block-3 {
    align-items: stretch;
  }

  .image-11 {
    width: 40px;
    height: 40px;
  }

  .text-block-28 {
    line-height: 22px;
  }

  .grid-7 {
    width: 95%;
    grid-column-gap: 9px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .text-block-29 {
    font-size: 15px;
  }

  .heading-18 {
    font-size: 18px;
  }

  .image-12 {
    width: 195px;
    max-width: 104px;
    text-align: center;
    padding-top: 0;
  }

  .image-13 {
    display: block;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: block;
  }

  .grid-8 {
    width: 740px;
  }

  .div-block-7, .div-block-8 {
    text-align: center;
  }

  .div-block-9 {
    margin-top: -24px;
  }

  .heading-20 {
    width: 350px;
  }

  .div-block-11 {
    text-align: right;
    margin-left: 6px;
  }

  .text-block-30 {
    font-size: 16px;
  }

  .text-block-31 {
    font-size: 18px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .text-block-33 {
    font-size: 18px;
  }

  .image-16 {
    text-align: center;
    align-self: flex-start;
    margin-left: 26px;
  }

  .tabela-2 {
    width: 730px;
    align-items: center;
    margin-top: -28px;
  }

  .modul-1 {
    height: 480px;
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .grid-10 {
    height: 100%;
    max-height: 130%;
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(167px, 1.25fr) 1.25fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .text-block-34 {
    width: 90%;
    height: 9%;
  }

  .div-block-17 {
    width: 48vw;
    height: 100%;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 60px;
  }

  .image-20 {
    width: 90%;
    height: auto;
    min-height: auto;
    flex: 0 auto;
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-21 {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 4.7vw;
  }

  .button-big-red {
    width: 76%;
    height: auto;
    margin-left: -2px;
  }

  .modul-2 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-19 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-22 {
    font-size: 3vw;
  }

  .grid-11 {
    width: 90vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: grid;
    position: relative;
  }

  .image-22 {
    width: 30%;
  }

  .div-block-20, .div-block-21, .div-block-22 {
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-11, .bold-text-12, .bold-text-13 {
    font-size: 2.6vw;
  }

  .modul-3 {
    padding-bottom: 20px;
  }

  .heading-23 {
    width: 70%;
    font-size: 4vw;
  }

  .text-block-36 {
    font-size: 3vw;
  }

  .grid-12 {
    width: 90%;
  }

  .div-block-23 {
    align-items: flex-end;
    padding-left: 20px;
  }

  .text-block-37 {
    width: 90%;
    text-align: left;
    font-size: 5vw;
  }

  .image-23 {
    max-width: 100%;
    margin-left: 0;
    padding-right: 10px;
  }

  .text-block-38 {
    width: 90%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 3.2vw;
  }

  .text-block-42 {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .text-block-45 {
    margin-top: 1vw;
  }

  .bold-text-16 {
    margin-top: 0;
    font-size: 2.5vw;
  }

  .modul-4 {
    align-items: center;
  }

  .div-block-26 {
    width: 80vw;
    justify-content: center;
    align-self: center;
  }

  .bold-text-17 {
    width: 100vw;
    justify-content: center;
    margin-top: .4em;
    font-size: 3vw;
  }

  .bold-text-18 {
    margin-top: 0;
    font-size: 2.5vw;
  }

  .bold-text-19 {
    width: 100vw;
    justify-content: center;
    align-items: flex-start;
    font-size: 2.6vw;
    display: flex;
  }

  .modul-5 {
    height: 50vh;
  }

  .image-24 {
    width: 25%;
    height: auto;
    margin-top: 0;
  }

  .bold-text-20, .bold-text-21 {
    font-size: 2.5vw;
  }

  .container-11 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-33 {
    margin-top: 10px;
  }

  .section-scroll {
    padding-bottom: 10px;
  }

  .button-big-red-3 {
    width: 75%;
    height: 67%;
  }

  .heading-24 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2vw;
  }

  .container-13 {
    max-width: 728px;
  }

  .nav-menu-wrapper-4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .list-item-10 {
    flex-direction: column;
    flex: 0 auto;
    display: flex;
  }

  .heading-25 {
    width: 99.9999%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-49 {
    width: 83%;
    font-size: 3vw;
  }

  .button-big-red-4 {
    width: 70%;
    height: auto;
    margin-left: -2px;
  }

  .div-block-41 {
    width: 85%;
  }

  .button-big-red-5 {
    width: 95%;
    height: auto;
    margin-left: -2px;
  }

  .button-2 {
    width: 70%;
  }

  .heading-26 {
    font-size: 3.5vw;
  }

  .text-block-51 {
    width: 83%;
    font-size: 2.6vw;
  }

  .text-block-52 {
    width: 83%;
    font-size: 3vw;
  }

  .text-block-54 {
    width: 100%;
    font-size: 2.6vw;
  }

  .text-block-56 {
    width: 100%;
    margin-top: 20px;
    font-size: 2.6vw;
  }

  .text-block-57, .text-block-58, .text-block-59 {
    width: 100%;
    font-size: 2.6vw;
  }

  .modul-1-test {
    height: 480px;
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .container-14 {
    max-width: 728px;
  }

  .nav-menu-wrapper-5 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-4 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-9 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-18-copy {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mod_01-head {
    width: 100%;
    height: auto;
    display: flex;
  }

  .heading-27 {
    text-align: left;
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 3.8vw;
    line-height: 4.1vw;
  }

  .heading-28 {
    margin-top: 1vh;
    padding-right: 5vw;
    font-size: 2.4vw;
    line-height: 2.9vw;
  }

  .text-block-60 {
    margin-top: 1.5vh;
    font-size: 1.4vw;
  }

  .cell {
    justify-content: center;
  }

  .div-block-48 {
    width: 100%;
    height: 6svh;
    flex-direction: row;
    align-items: center;
    margin-top: 1.5vh;
  }

  .cell-2 {
    justify-content: flex-start;
  }

  .button-3 {
    height: 5.5svh;
    font-size: 1.2em;
  }

  .div-block-49 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-50 {
    height: 100%;
    justify-content: space-around;
    margin-top: 0;
  }

  .text-block-61 {
    margin-top: 0;
  }

  .heading-29 {
    font-size: 4vw;
    line-height: 3.5vw;
  }

  .body-4 {
    height: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-30 {
    margin-top: .5vw;
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .div-block-51 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 1vw;
    display: flex;
  }

  .image-31-copy {
    height: 4vw;
  }

  .container-17 {
    max-width: none;
  }

  .button-4 {
    width: 50vw;
    font-size: 2em;
  }

  .container-20 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-21 {
    max-width: none;
  }

  .mod_06-foot-menu {
    flex: 0 auto;
    order: 0;
    position: static;
  }

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

  .image-24-copy {
    width: 25%;
    height: auto;
    margin-top: 0;
  }

  .polsart-logo {
    height: 40px;
    margin-left: 2vw;
  }

  .polsart-plus-logo {
    height: 40px;
  }

  .pytania-grupa {
    width: 80%;
  }

  .numer-pytania {
    font-size: 3vw;
  }

  .pytanie {
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .section-13 {
    height: auto;
    background-attachment: fixed;
    padding-bottom: 20px;
  }

  .heading-31 {
    white-space: break-spaces;
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .button-6 {
    width: 35vw;
    height: 5svh;
    font-size: 1.8em;
  }

  .heading-34 {
    font-size: 3vw;
  }

  .text-block-63 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .div-block-57 {
    display: none;
  }

  .container-27 {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .grid-16 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr .6fr;
  }

  .heading-35 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .heading-36 {
    font-size: 7vw;
  }

  .heading-37 {
    font-size: 5.5vw;
    line-height: 4.5vw;
  }

  .heading-38 {
    margin-bottom: 0;
    font-size: 3vw;
  }

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

  .paragraph-4 {
    margin-top: 1vw;
    font-size: 1.65vw;
    line-height: 2vw;
  }

  .div-block-62 {
    width: auto;
    justify-content: flex-start;
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: flex;
  }

  .div-block-603 {
    width: 100%;
    align-items: flex-start;
  }

  .image-34 {
    width: 95%;
    max-width: none;
  }

  .button-10 {
    width: 30vw;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 2.5svw;
  }

  .button-12 {
    width: 90%;
    font-size: 2svw;
    line-height: 2.5svw;
  }

  .quick-stack-4 {
    width: 60%;
  }

  .container-30 {
    width: 65%;
    margin-top: 2vw;
  }

  .heading-41 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-42 {
    margin-top: 2vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .heading-43 {
    margin-top: 3vw;
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .kafel {
    width: 100%;
    height: auto;
    margin-top: 2vw;
    padding-bottom: 3vw;
  }

  .heading-44 {
    margin-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 2.2vw;
    line-height: 2.7vw;
  }

  .div-block-605 {
    margin-top: 3vw;
  }

  .div-block-62-2 {
    width: 50vw;
    justify-content: center;
    display: flex;
  }

  .mod_01-head-2 {
    height: auto;
    display: flex;
  }

  .heading-45 {
    color: #8e8c8c;
    text-align: center;
  }

  .section-14 {
    justify-content: center;
    display: flex;
  }

  .section-15 {
    align-self: center;
    position: relative;
  }

  .div-block-63 {
    width: 50vw;
    justify-content: center;
    display: flex;
  }

  .grid-17 {
    height: 70%;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .container-31 {
    height: auto;
    max-width: none;
    overflow: visible;
  }

  .heading-46 {
    align-self: center;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .heading-47 {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-48 {
    color: #0e1f54;
    margin-top: 1vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .quick-stack-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 4vw;
  }

  .div-block-608 {
    height: 70%;
    margin-bottom: 5vw;
  }

  .div-block-65 {
    width: 50vw;
    justify-content: center;
    display: flex;
  }

  .div-block-609 {
    width: 100%;
    justify-content: space-around;
    align-self: center;
    align-items: center;
  }

  .list-item-11 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .list-item-12, .list-item-13 {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .list-4 {
    height: 92.3841%;
    font-size: 14vw;
    line-height: 20vw;
  }

  .mod_01-head-3 {
    width: 100%;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .image-37 {
    width: 60%;
    margin-top: 3vw;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
  }

  .button-11 {
    width: 60vw;
    font-size: 3svw;
  }

  .button-7-copy {
    width: 40vw;
    font-size: 3svw;
  }

  .image-38 {
    max-width: 90%;
    margin-top: 0;
  }

  .div-block-66 {
    width: 50vw;
    justify-content: center;
    display: flex;
  }

  .cell-7 {
    justify-content: center;
  }

  .div-block-611 {
    justify-content: flex-end;
    align-self: center;
    display: flex;
  }

  .cell-8 {
    align-items: flex-end;
  }

  .heading-49 {
    color: #0e1f54;
    margin-top: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-block-67 {
    width: 50vw;
    justify-content: center;
    display: flex;
  }

  .mod_06-foot-menu-2 {
    flex: 0 auto;
    order: 0;
    position: static;
  }

  .text-span-4 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-span-5, .text-span-6 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .text-span-7 {
    margin-top: 1vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .heading-50 {
    align-self: center;
    padding-left: 20px;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .heading-51 {
    color: #0e1f54;
    margin-top: 4vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-49-copy {
    color: #0e1f54;
    margin-top: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-49-copy._52 {
    font-size: 2.5vw;
    line-height: 3.2vw;
  }

  .mod_01-head-4 {
    height: auto;
    display: flex;
  }

  .paragraph-5 {
    margin-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .section-17 {
    background-size: cover;
    background-attachment: scroll;
  }

  .section-18 {
    position: relative;
  }

  .container-33 {
    width: 90%;
    max-width: none;
    margin-top: 2vw;
    padding-bottom: 0;
  }

  .paragraph-6 {
    padding-left: 1.5vw;
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-7 {
    line-height: 16.5px;
  }

  .checkbox-field, .checkbox-field-2, .checkbox-field-3 {
    padding-left: 3vw;
  }

  .form {
    padding-left: 1vw;
  }

  .text-block-65 {
    font-size: .7rem;
  }

  .button-13 {
    width: 30vw;
    height: 6vw;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 2.5svw;
  }

  .text-block-66 {
    font-size: .7rem;
  }

  .heading-52-quiz-2 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .heading-53-quiz-3 {
    font-size: 2.8vw;
    line-height: 3.3vw;
  }

  .heading-54-quiz {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .container-36 {
    width: 5%;
  }

  .przypisy {
    width: 80%;
  }

  .italic-text {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .heading-52 {
    font-size: 2vw;
    line-height: 3.3vw;
  }

  .paragraph-8 {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .italic-text-2 {
    line-height: 1.9vw;
  }

  .paragraph-9 {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .container-37 {
    width: 95%;
  }

  .container-38.quiz-ctnr {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #205fbd;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-biore-udzial {
    margin-left: -1px;
    padding-left: 51px;
    padding-right: 22px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper {
    margin-bottom: 10px;
  }

  .hero-split {
    margin-top: -29px;
    margin-left: 0;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .hed-konkurs-tytul {
    margin-left: 0;
    margin-right: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-2 {
    width: 120px;
  }

  .heading-3 {
    width: 120px;
    margin-top: 12px;
    line-height: 24px;
  }

  .heading-4 {
    width: 120px;
    margin-top: 12px;
    padding-right: 0;
  }

  .list-item {
    margin-left: 0;
  }

  .list {
    width: 570px;
  }

  .heading-6 {
    margin-top: 20px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading-7 {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .sekcja-1-header {
    padding: 60px 15px;
  }

  .navbar-no-shadow-container {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-left-3 {
    padding: 1px 15px 31px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-13 {
    margin-top: 1px;
    padding-right: 0;
  }

  .button-info-polsart {
    width: 80%;
    border-radius: 50px;
    margin-top: 4vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-2 {
    margin-top: 20px;
    padding: 1vw 2vw;
    font-size: 3vw;
    line-height: 2.3vw;
  }

  .bold-text-3 {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .bold-text-8 {
    justify-content: center;
  }

  .image-5 {
    text-align: center;
    margin-top: -33px;
    margin-left: -13px;
    margin-right: auto;
    padding-left: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .banner-konkurs {
    width: 260px;
  }

  .img-nagrody {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .sekcja-1-header-2 {
    padding: 60px 15px;
  }

  .heading-15-copy {
    font-size: 6vw;
  }

  .bold-text-9 {
    padding-left: 0;
  }

  .section-6 {
    padding-top: 0;
  }

  .section-7 {
    margin-top: -6px;
  }

  .list-2 {
    margin-left: 64px;
  }

  .grid-5 {
    width: 530px;
    text-align: center;
    grid-template-columns: .8fr;
    justify-content: center;
    justify-items: center;
  }

  .heading-17, .image-10 {
    text-align: center;
  }

  .div-block-2 {
    justify-content: center;
  }

  .body-2 {
    font-size: 1em;
  }

  .grid-6 {
    flex-direction: column;
    grid-template-columns: .75fr;
    padding-left: 40px;
  }

  .div-block-3 {
    margin-top: -8px;
  }

  .text-block-28 {
    width: 385px;
    flex: 0 auto;
    padding-right: 0;
    line-height: 36px;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 28px;
    display: grid;
  }

  .text-block-29 {
    font-size: 4vw;
    line-height: 120%;
  }

  .heading-18 {
    font-size: 5vw;
  }

  .image-12 {
    max-width: 150px;
  }

  .image-13 {
    display: none;
  }

  .div-block-5 {
    align-items: center;
    display: flex;
  }

  .grid-8 {
    width: 500px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .div-block-7 {
    padding-left: 0;
  }

  .div-block-8 {
    padding-right: 0;
  }

  .div-block-9 {
    padding-top: 21px;
  }

  .image-14 {
    padding-left: 24px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .heading-19, .heading-20, .div-block-11 {
    text-align: center;
  }

  .text-block-30 {
    text-align: center;
    margin-top: 9px;
  }

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

  .image-16 {
    text-align: center;
    align-self: center;
    margin-left: 0;
  }

  .div-block-12 {
    text-align: center;
  }

  .tabela-2 {
    width: 550px;
    flex-direction: column;
    grid-template-columns: .5fr .5fr .5fr;
    display: flex;
  }

  .image-17, .image-18, .image-19 {
    display: none;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .modul-1 {
    height: 900px;
    background-position: 100% 100%;
    background-size: cover;
    padding-top: .125rem;
    padding-bottom: 0;
  }

  .grid-10 {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-34 {
    height: 15%;
    margin-right: 0;
    font-size: 7vw;
    line-height: 110%;
    position: relative;
  }

  .div-block-17 {
    width: 90vw;
    height: 51%;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .image-20 {
    width: 70vw;
    max-width: none;
    min-width: auto;
    text-align: center;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-18 {
    width: auto;
    justify-content: center;
    margin-top: 0;
  }

  .heading-21 {
    width: 85vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    font-size: 7vw;
    display: flex;
    position: relative;
  }

  .button-big-red {
    display: none;
  }

  .modul-2 {
    padding-bottom: 33px;
  }

  .div-block-19 {
    font-size: 3vw;
    display: flex;
  }

  .heading-22 {
    width: 90vw;
    font-size: 5vw;
  }

  .grid-11 {
    flex-direction: column;
    flex: 0 auto;
    margin-bottom: 0;
    display: flex;
  }

  .image-22 {
    width: 20%;
  }

  .div-block-20 {
    width: 70%;
  }

  .text-block-35 {
    width: 90vw;
  }

  .div-block-21 {
    width: 70%;
  }

  .div-block-22 {
    width: 70%;
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text-11 {
    flex: 1;
    align-self: center;
    margin-left: 0;
    font-size: 4vw;
  }

  .bold-text-12 {
    align-items: center;
    margin-left: 0;
    font-size: 4vw;
    display: flex;
  }

  .bold-text-13 {
    margin-left: 0;
    font-size: 4vw;
    line-height: 130%;
  }

  .modul-3 {
    background-position: 70% 70%;
    background-size: cover;
  }

  .heading-23 {
    width: 85%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-36 {
    margin-top: 14px;
    padding-top: 0;
    font-size: 4.5vw;
  }

  .grid-12 {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 0;
  }

  .div-block-23 {
    align-items: center;
    margin-top: 18px;
    padding-left: 0;
  }

  .text-block-37 {
    width: 95%;
    text-align: center;
    font-size: 6vw;
  }

  .image-23 {
    width: 70vw;
    max-width: none;
    min-width: auto;
    padding-right: 0;
  }

  .text-block-38 {
    width: 90%;
    text-align: center;
    justify-content: center;
    align-self: center;
    font-size: 4vw;
    display: flex;
  }

  .div-block-24 {
    text-align: center;
    align-items: center;
    font-size: 4vw;
    line-height: 110%;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    margin-top: -4px;
  }

  .text-block-42 {
    width: 80vw;
    justify-content: center;
    font-size: 3vw;
  }

  .text-block-43 {
    align-items: center;
    display: flex;
  }

  .text-block-45 {
    margin-top: 0;
    font-size: 3vw;
  }

  .bold-text-16 {
    font-size: 4vw;
  }

  .modul-4 {
    margin-bottom: -54px;
    padding-bottom: 0;
  }

  .div-block-26 {
    width: 95vw;
  }

  .bold-text-17 {
    width: 100vw;
    font-size: 4vw;
    line-height: 110%;
  }

  .bold-text-18 {
    font-size: 4vw;
    line-height: 110%;
  }

  .bold-text-19 {
    width: 85vw;
    font-size: 4vw;
  }

  .modul-5 {
    height: 90vh;
    justify-content: center;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .image-24 {
    width: 45%;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 0;
    display: block;
  }

  .text-block-46 {
    text-align: center;
    justify-content: center;
    padding-right: 0;
    font-size: 6vw;
    display: flex;
  }

  .div-block-29 {
    justify-content: center;
    font-size: 8vw;
    line-height: 110%;
  }

  .image-25 {
    margin-top: 20px;
  }

  .div-block-30 {
    justify-content: center;
  }

  .bold-text-20 {
    font-size: 4vw;
  }

  .bold-text-21 {
    font-size: 4vw;
    line-height: 110%;
  }

  .button-big-red-2 {
    width: 70vw;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 60px;
    font-size: 6vw;
    line-height: 110%;
    display: block;
  }

  .div-block-31 {
    justify-content: center;
    margin-top: 21px;
    margin-bottom: 24px;
    display: flex;
  }

  .bold-text-22, .bold-text-23 {
    font-size: 5.6vw;
  }

  .div-block-32 {
    justify-content: center;
    display: flex;
  }

  .modul-5-mobile {
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 27px;
    font-size: 1vw;
    line-height: 110%;
    display: flex;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .div-block-33 {
    width: auto;
    height: auto;
  }

  .image-26 {
    width: 10vw;
  }

  .section-scroll {
    padding-top: 10px;
  }

  .div-block-34 {
    display: block;
  }

  .button-big-red-3 {
    display: none;
  }

  .heading-24 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 3vw;
    line-height: 6vw;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .list-item-9, .list-item-10 {
    flex-direction: column;
    display: flex;
  }

  .div-block-35 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .heading-25 {
    text-align: center;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .text-block-49 {
    width: 98%;
    font-size: 4.5vw;
  }

  .div-block-40 {
    width: 80%;
    height: 2%;
    flex: 1;
    margin-top: 40px;
    padding-top: 0;
    overflow: visible;
  }

  .button-big-red-4 {
    width: 80%;
    height: auto;
    font-size: 4vw;
    display: flex;
  }

  .div-block-41, .div-block-42 {
    width: 90%;
  }

  .button-big-red-5 {
    height: auto;
    font-size: 4vw;
    display: flex;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .button-2 {
    width: 50%;
    font-size: 4vw;
  }

  .heading-26 {
    font-size: 6vw;
  }

  .text-block-51 {
    width: 98%;
    font-size: 3.4vw;
  }

  .text-block-52 {
    width: 98%;
    font-size: 4.5vw;
  }

  .text-block-54 {
    width: 98%;
    font-size: 3.6vw;
  }

  .text-block-56, .text-block-57, .text-block-58 {
    width: 98%;
    text-align: center;
    font-size: 3.6vw;
  }

  .text-block-59 {
    width: 98%;
    font-size: 3.6vw;
  }

  .modul-1-test {
    height: 900px;
    background-position: 100% 100%;
    background-size: cover;
    padding-top: .125rem;
    padding-bottom: 0;
  }

  .navbar-logo-left-container-4 {
    max-width: 100%;
  }

  .navbar-brand-5 {
    padding-left: 0;
  }

  .nav-menu-two-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-4 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .div-block-18-copy {
    width: auto;
    justify-content: center;
    margin-top: 0;
  }

  .mod_01-head {
    height: auto;
    background-position: 0 0;
    padding: 0 0 25px;
  }

  .quick-stack {
    width: 95%;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-self: center;
    margin-top: 3vh;
  }

  .heading-27 {
    text-align: center;
    margin-top: 2vw;
    padding-right: 0;
    font-size: 8vw;
    line-height: 8.5vw;
    display: flex;
  }

  .heading-28 {
    text-align: center;
    margin-top: 5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .text-block-60 {
    text-align: center;
    margin-top: 3vw;
    font-size: 3.5vw;
    line-height: 3vw;
  }

  .image-30 {
    max-width: 80%;
    flex: 0 auto;
    align-self: center;
  }

  .cell {
    justify-content: flex-start;
  }

  .div-block-48 {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .image-31 {
    width: auto;
    height: 4vh;
    max-width: 18%;
    margin-top: 16px;
    display: block;
  }

  .div-block-49 {
    width: 80%;
    height: 90%;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-top: 4vw;
  }

  .banner-konkurs-2 {
    width: 260px;
  }

  .div-block-50 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-top: 0;
  }

  .text-block-61 {
    width: 70%;
    padding-top: 1.7vw;
    padding-bottom: 1.7vw;
    font-size: 8svw;
    line-height: 6svw;
  }

  .mod_02 {
    width: 100vw;
    padding-bottom: 40px;
  }

  .heading-29 {
    padding-left: 0;
    padding-right: 0;
    font-size: 6vw;
  }

  .heading-30 {
    text-align: center;
    margin-top: 3vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .div-block-51 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-48-copy {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-5 {
    height: 5svh;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 6svw;
    display: flex;
  }

  .button-5:hover {
    background-color: #0e1f54;
  }

  .image-31-copy {
    width: auto;
    height: 4vw;
    max-width: none;
  }

  .container-17 {
    width: 100%;
  }

  .container-18 {
    padding-bottom: 35px;
  }

  .button-4 {
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .mod_05 {
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-21 {
    height: 90%;
    justify-content: center;
  }

  .div-block-53 {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .image-24-copy {
    width: 45%;
    height: auto;
    flex: 0 auto;
    margin-top: 2vw;
    margin-bottom: 0;
    display: block;
  }

  .image-31-2 {
    width: 10%;
    height: auto;
    max-width: none;
    display: none;
  }

  .div-block-48-3 {
    height: auto;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .polsart-logo {
    width: auto;
  }

  .polsart-plus-logo {
    width: auto;
    height: 40px;
    padding-left: 2vw;
    display: block;
  }

  .pytania-grupa {
    width: 90%;
  }

  .numer-pytania {
    font-size: 4vw;
  }

  .pytanie {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .heading-31 {
    border-radius: 19px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .text-block-62 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .button-6 {
    display: none;
  }

  .button-7 {
    width: 40vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 3svw;
  }

  .container-25 {
    height: 50vw;
  }

  .div-block-57 {
    display: none;
  }

  .container-27 {
    width: 100%;
  }

  .grid-16 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-60 {
    margin-top: 0;
  }

  .heading-35 {
    text-align: center;
    margin-top: 1vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-36 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 8.5svw;
  }

  .heading-37 {
    align-self: center;
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .heading-38 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .div-block-61 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .div-block-62 {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 3vw;
    display: flex;
  }

  .div-block-603 {
    width: 80%;
    justify-content: center;
    display: flex;
  }

  .container-28, .image-34 {
    display: none;
  }

  .div-block-60-2 {
    margin-top: 0;
  }

  .button-10 {
    width: 50vw;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 5svw;
  }

  .container-29 {
    width: 95%;
  }

  .button-12 {
    width: 70%;
    height: 6vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 3svw;
  }

  .quick-stack-4 {
    width: 70%;
  }

  .container-30 {
    width: 100%;
  }

  .heading-41 {
    margin-top: 2.5vw;
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .heading-42 {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .heading-43 {
    margin-top: 2vw;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .kafel {
    margin-top: 2vw;
  }

  .heading-44 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .div-block-62-2 {
    width: 100%;
    justify-content: center;
    margin-top: 3vw;
    display: flex;
  }

  .mod_01-head-2 {
    height: auto;
    background-position: 50% 0;
    padding: 0 0 10px;
  }

  .heading-45 {
    color: #8e8c8c;
    text-align: center;
  }

  .div-block-63 {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .container-31 {
    margin-top: 4vw;
  }

  .heading-46, .heading-47 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-48 {
    margin-top: 3vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .div-block-65 {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .button-8 {
    width: 40vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 3svw;
  }

  .list-item-11 {
    font-size: 5vw;
  }

  .list-item-12, .list-item-13 {
    margin-top: 2vw;
    font-size: 5vw;
    line-height: 5.7vw;
  }

  .mod_01-head-3 {
    height: auto;
    background-position: 50% 0;
    padding: 0 0 25px;
  }

  .image-37 {
    width: 65%;
    margin-top: 4vw;
  }

  .button-11 {
    width: 60vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 4svw;
  }

  .button-7-copy {
    width: 50vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 4svw;
  }

  .div-block-66 {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .heading-49 {
    margin-top: 1vw;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .div-block-67 {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .mod_06-foot-menu-2 {
    order: 0;
  }

  .text-span-4 {
    font-size: 4vw;
  }

  .text-span-5 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .text-span-6 {
    font-size: 4vw;
  }

  .div-block-612-tab {
    align-items: stretch;
  }

  .text-span-7 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-50 {
    padding-left: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-51 {
    margin-top: 3vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .heading-49-copy {
    margin-top: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .heading-49-copy._52 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .mod_01-head-4 {
    height: auto;
    background-position: 50% 0;
    padding: 0 0 25px;
  }

  .paragraph-5 {
    margin-top: 1vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .div-block-615 {
    align-self: center;
    margin-top: 2vw;
    margin-left: 0;
  }

  .section-17 {
    padding-bottom: 0;
  }

  .paragraph-6 {
    padding-left: 3vw;
  }

  .form {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .text-block-64 {
    margin-top: 2vw;
    font-size: 10px;
    line-height: 10.5px;
  }

  .button-13 {
    width: 50vw;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 5svw;
  }

  .div-block-616 {
    align-self: center;
    margin-top: 2vw;
    margin-left: 0;
  }

  .container-34 {
    margin-top: 2vw;
  }

  .heading-52-quiz-2 {
    margin-top: 1vw;
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .heading-53-quiz-3 {
    margin-top: 1vw;
    margin-bottom: 1px;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .heading-54-quiz {
    font-size: 9vw;
  }

  .container-35 {
    margin-top: 3vw;
  }

  .container-36 {
    margin-top: 2vw;
  }

  .heading-52 {
    margin-top: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .container-38.quiz-ctnr {
    width: 80%;
  }

  .form-block {
    padding-left: .5vw;
  }
}

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

  .nav-menu-two {
    background-color: #205fbd;
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
    font-size: 22px;
  }

  .button-biore-udzial {
    text-align: left;
    align-self: center;
    padding: 10px 29px 10px 31px;
    font-size: 20px;
    position: -webkit-sticky;
    position: sticky;
  }

  .hero-split {
    margin-left: 11px;
  }

  .hed-konkurs-tytul {
    width: 100%;
    margin-left: 12px;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-2 {
    font-size: 17px;
  }

  .heading-3, .heading-4 {
    font-size: 17px;
    line-height: 24px;
  }

  .bold-text {
    margin-top: 0;
    padding: 10px 20px;
    font-size: 22px;
    line-height: 120%;
  }

  .heading-7 {
    width: auto;
    margin: 1px auto 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 120%;
  }

  .sekcja-1-header {
    height: 550px;
    background-position: 36% 0;
    background-size: cover;
    margin-bottom: 285px;
    padding-bottom: 0;
  }

  .navbar-no-shadow-container {
    position: static;
    overflow: visible;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading-9 {
    font-size: 6vw;
    font-weight: 700;
  }

  .hero-heading-left-3 {
    padding-top: 0;
  }

  .container-2 {
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10 {
    text-align: center;
    margin-top: -27px;
    font-size: 32px;
    line-height: 36px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-auto-flow: column;
  }

  .heading-12 {
    margin-top: 28px;
    font-size: 20px;
    line-height: 24px;
  }

  .bold-text-copy {
    font-size: 24px;
  }

  .heading-13 {
    text-align: center;
    margin-top: 10px;
    padding-right: 0;
    font-size: 6vw;
    line-height: 110%;
    display: block;
  }

  .button-info-polsart {
    width: 95%;
    text-align: center;
    white-space: break-spaces;
    align-self: center;
    padding: 8px 1vw 7px;
    font-size: 5.5vw;
    position: -webkit-sticky;
    position: sticky;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 12px;
  }

  .bold-text-2 {
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
    padding: 1vw 2vw;
    font-size: 4vw;
    line-height: 4.5vh;
    display: flex;
  }

  .bold-text-3 {
    margin-top: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .image-2 {
    margin-top: -7px;
    margin-left: 0;
  }

  .bold-text-8 {
    line-height: 28px;
  }

  .image-3 {
    width: 230px;
    max-width: 260px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    width: 230px;
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
  }

  .image-5 {
    max-width: 300px;
    text-align: center;
    margin-top: -38px;
  }

  .column-9 {
    margin-top: -10px;
    display: flex;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .heading-6-copy {
    width: 90vw;
    margin-top: 0;
  }

  .banner-konkurs {
    width: 80vw;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .img-nagrody {
    margin-top: -56px;
    margin-left: 11px;
    padding-right: 0;
  }

  .image-7 {
    margin-top: -17px;
    margin-left: -21px;
    margin-right: 10px;
  }

  .sekcja-1-header-2 {
    height: 660px;
    background-position: 36% 0;
    background-size: cover;
    margin-bottom: 285px;
    padding-bottom: 0;
  }

  .section-3 {
    height: auto;
    background-position: 0 0;
  }

  .heading-15 {
    width: 320px;
    color: #0e1f54;
  }

  .body {
    height: 800px;
  }

  .heading-15-copy {
    width: 100%;
    color: #0e1f54;
    text-align: center;
    font-size: 8vw;
  }

  .heading-11-copy {
    text-align: center;
    padding-right: 0;
    font-size: 20px;
  }

  .bold-text-9 {
    margin-left: 0;
  }

  .heading-12-copy {
    margin-top: 8px;
    font-size: 22px;
    line-height: 24px;
  }

  .heading-12-copy-copy {
    margin-top: 28px;
  }

  .section-8 {
    max-height: 500px;
    padding-bottom: 26px;
  }

  .image-8 {
    width: 14%;
  }

  .header {
    min-height: auto;
    background-repeat: repeat;
    background-size: cover;
  }

  .grid-4 {
    width: 300px;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    width: 90vw;
    grid-row-gap: 12vw;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    justify-items: center;
    margin-top: 28px;
    padding-top: 20px;
    display: flex;
  }

  .button {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding: 13px 18px 13px 25px;
    font-size: 6vw;
    line-height: 120%;
    display: flex;
  }

  .heading-17 {
    width: 90vw;
    height: auto;
    text-align: center;
    flex-direction: row;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 10vw;
    line-height: 120%;
    display: flex;
  }

  .div-block {
    flex-direction: column;
    display: flex;
  }

  .image-10 {
    width: 90vw;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-2 {
    width: 90vw;
    text-align: center;
    justify-content: center;
  }

  .container-8 {
    padding-top: 0;
  }

  .grid-6 {
    width: auto;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-3 {
    margin-top: -4px;
  }

  .text-block-28 {
    width: auto;
    font-size: 5vw;
    line-height: 120%;
  }

  .grid-7 {
    width: auto;
    flex-direction: column;
    margin-top: 0;
    padding-top: 28px;
  }

  .div-block-4 {
    flex-direction: column;
    display: flex;
  }

  .text-block-29 {
    font-size: 6vw;
  }

  .heading-18 {
    font-size: 7vw;
    line-height: 100%;
  }

  .image-12 {
    margin-top: -10px;
    padding-left: 0;
  }

  .image-13 {
    display: none;
  }

  .div-block-5 {
    flex-direction: column;
    display: flex;
  }

  .grid-8 {
    width: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    width: 280px;
  }

  .div-block-9 {
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
  }

  .div-block-10 {
    margin-top: 9px;
  }

  .grid-9 {
    width: auto;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-left: -3px;
    display: flex;
  }

  .image-15 {
    width: auto;
    max-width: 90%;
    min-width: 75px;
    padding-top: 9px;
  }

  .heading-19 {
    width: auto;
    text-align: center;
    margin-top: 0;
    font-size: 8vw;
    line-height: 120%;
  }

  .heading-20 {
    width: auto;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-11 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-30 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-31 {
    text-align: center;
    margin-left: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-32 {
    text-align: center;
    margin-top: 11px;
    font-size: 16px;
  }

  .text-block-33 {
    text-align: center;
    margin-left: 0;
    line-height: 24px;
  }

  .image-16 {
    align-self: center;
    margin-left: 0;
  }

  .tabela-2 {
    width: 280px;
    grid-template-columns: .5fr 1fr;
    display: flex;
  }

  .image-17, .image-18, .image-19 {
    display: none;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-15, .div-block-16 {
    flex-direction: column;
    display: flex;
  }

  .modul-1 {
    height: 720px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-10 {
    height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: grid;
  }

  .text-block-34 {
    width: 90%;
    height: auto;
    min-height: auto;
    min-width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10vw;
  }

  .div-block-17 {
    height: 100%;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .image-20 {
    width: 90%;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-18 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading-21 {
    width: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8vw;
    display: flex;
  }

  .button-big-red {
    display: none;
  }

  .heading-22 {
    font-size: 6vw;
  }

  .grid-11 {
    margin-top: 10px;
  }

  .image-22 {
    width: 20%;
  }

  .div-block-20 {
    width: 80%;
  }

  .div-block-21, .div-block-22 {
    margin-top: 10px;
  }

  .bold-text-11, .bold-text-12 {
    font-size: 6vw;
  }

  .bold-text-13 {
    align-items: center;
    font-size: 6vw;
    line-height: 130%;
    display: flex;
  }

  .heading-23 {
    margin-bottom: 14px;
    padding: 15px 10px 13px;
  }

  .text-block-36 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 6vw;
  }

  .grid-12 {
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .div-block-23 {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-37 {
    width: 100%;
    font-size: 9vw;
  }

  .image-23 {
    width: 85vw;
  }

  .text-block-38 {
    font-size: 6vw;
  }

  .div-block-24 {
    width: 90vw;
    justify-content: center;
  }

  .div-block-25 {
    margin-top: 0;
  }

  .bold-text-16 {
    width: 100%;
    font-size: 5vw;
  }

  .modul-4 {
    margin-bottom: -37px;
  }

  .bold-text-17 {
    text-align: center;
    align-items: center;
    font-size: 6vw;
  }

  .bold-text-18 {
    width: 100%;
    padding-top: 5px;
    font-size: 5vw;
  }

  .bold-text-19 {
    text-align: center;
    font-size: 6vw;
    line-height: 110%;
  }

  .modul-5 {
    height: 70vh;
  }

  .grid-13 {
    margin-top: 0;
  }

  .image-24 {
    width: 55%;
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .bold-text-20, .bold-text-21 {
    font-size: 5vw;
  }

  .button-big-red-2 {
    justify-content: center;
    padding: 10px 30px;
    font-size: 7vw;
    display: flex;
  }

  .div-block-31 {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .modul-5-mobile {
    height: 26.9981px;
    margin-bottom: 50px;
  }

  .container-11 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .section-scroll {
    padding-top: 10px;
  }

  .button-big-red-3 {
    display: none;
  }

  .heading-24 {
    text-align: center;
    align-items: center;
    margin-top: 1px;
    font-size: 4vw;
    line-height: 120%;
  }

  .container-13 {
    max-width: none;
  }

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .image-27 {
    width: 15%;
    height: auto;
  }

  .div-block-35 {
    margin-top: 19px;
  }

  .text-block-48 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25 {
    text-align: center;
    margin-top: 20px;
    font-size: 6vw;
    line-height: 120%;
  }

  .text-block-49 {
    text-align: center;
    font-size: 6vw;
  }

  .div-block-40 {
    width: 80%;
    height: auto;
    flex: 0 auto;
    display: flex;
  }

  .button-big-red-4, .button-big-red-5 {
    height: auto;
    outline-offset: 0px;
    outline: 3px #fff;
    font-size: 6vw;
    display: flex;
  }

  .heading-26 {
    width: 100%;
    color: #0e1f54;
    text-align: center;
    font-size: 8vw;
  }

  .text-block-51 {
    text-align: center;
    font-size: 5vw;
  }

  .text-block-52 {
    text-align: center;
    font-size: 6vw;
  }

  .text-block-54 {
    text-align: left;
    font-size: 4.5vw;
  }

  .bold-text-24 {
    text-align: left;
  }

  .text-block-56, .text-block-57, .text-block-58 {
    text-align: center;
    font-size: 4.5vw;
  }

  .text-block-59 {
    text-align: left;
    font-size: 4.5vw;
  }

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

  .modul-1-test {
    height: 720px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-14 {
    max-width: none;
  }

  .nav-menu-two-4 {
    flex-direction: column;
  }

  .div-block-18-copy {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .mod_01-head {
    height: auto;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    margin-bottom: 0;
    padding: 0;
  }

  .quick-stack {
    width: 100%;
    flex: 0 auto;
  }

  .heading-27 {
    margin-top: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 9vw;
    line-height: 9.8vw;
  }

  .div-block-47 {
    flex-direction: row;
    align-items: flex-start;
  }

  .heading-28 {
    width: 80%;
    padding-right: 5px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-block-60 {
    width: 70%;
    margin-top: 3vw;
  }

  .image-30 {
    max-width: 100%;
  }

  .div-block-48 {
    display: none;
  }

  .image-31 {
    margin-top: 10px;
  }

  .image-32 {
    width: 100%;
    height: 10%;
  }

  .banner-konkurs-2 {
    width: 80vw;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .mod_02 {
    justify-content: center;
    padding-top: 1svh;
    padding-bottom: 20px;
  }

  .heading-29 {
    width: 80%;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12vw;
    line-height: 13vw;
  }

  .body-4 {
    height: 100%;
    overflow: visible;
  }

  .heading-30 {
    margin-top: 3vw;
  }

  .div-block-48-copy {
    height: 30vw;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .button-5 {
    width: 80%;
    height: 5svh;
    padding: .7em 0;
    font-size: 6svw;
    display: flex;
  }

  .container-17 {
    width: 100%;
    justify-content: center;
    align-self: center;
  }

  .container-18 {
    padding-bottom: 0;
  }

  .button-4 {
    display: none;
  }

  .container-20 {
    max-width: none;
  }

  .mod_05 {
    height: auto;
    min-height: auto;
    align-items: center;
    padding-bottom: 39px;
    display: flex;
  }

  .container-21 {
    width: auto;
    height: auto;
    max-width: 90%;
  }

  .div-block-53 {
    width: 90%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin-top: 2svh;
    margin-bottom: 40px;
  }

  .image-24-copy {
    width: 55%;
    height: auto;
    margin-top: 3vw;
    margin-bottom: 0;
  }

  .image-31-2 {
    margin-top: 20px;
    display: none;
  }

  .div-block-48-3 {
    height: 25vw;
    justify-content: center;
    align-self: center;
    margin-top: 1svh;
    padding-bottom: 0;
    display: flex;
  }

  .polsart-logo {
    width: auto;
    height: 25px;
    padding-left: 1vw;
  }

  .polsart-plus-logo {
    width: auto;
    height: 25px;
    margin-top: 0;
    padding-left: 3vw;
  }

  .pytania-grupa {
    width: 90%;
    margin-top: 2vw;
  }

  .numer-pytania {
    text-align: center;
    font-size: 5.5vw;
  }

  .pytanie {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .section-13 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
  }

  .heading-31 {
    border-radius: 20px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-62 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .button-6 {
    display: none;
  }

  .container-24 {
    width: 95%;
  }

  .heading-32 {
    width: 99.9999%;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13vw;
    line-height: 44vw;
    display: flex;
  }

  .button-7 {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .button-7.disabled {
    width: 70vw;
    height: 6vw;
  }

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

  .container-27 {
    margin-top: 5vw;
  }

  .div-block-60 {
    flex-direction: column;
    align-items: center;
    margin-top: 3vw;
  }

  .heading-35 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .heading-36 {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .heading-37 {
    font-size: 15vw;
    line-height: 15.5vw;
  }

  .heading-38 {
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .paragraph-4 {
    margin-top: 3vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .div-block-62 {
    width: 65vw;
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

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

  .image-34 {
    width: auto;
    max-width: 100%;
    display: none;
  }

  .div-block-60-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 2vw;
  }

  .button-10 {
    width: 60vw;
    height: 6vw;
    margin-top: 1vh;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 6svw;
  }

  .container-29 {
    width: 90%;
  }

  .button-12 {
    width: 80vw;
    height: 10vw;
    margin-bottom: 2vw;
    font-size: 6svw;
    line-height: 6.5svw;
  }

  .quick-stack-4 {
    flex: 0 auto;
    order: 0;
    margin-top: 4vw;
    margin-bottom: 2vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-30 {
    width: 100%;
  }

  .heading-41 {
    width: 95%;
    margin-top: 1vh;
    margin-bottom: 0;
    font-size: 10vw;
    line-height: 10.5vw;
  }

  .heading-42 {
    margin-top: 1vh;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 6vw;
    line-height: 7.5vw;
  }

  .heading-43 {
    margin-top: 2vh;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 7vw;
    line-height: 8vw;
  }

  .kafel {
    border-radius: 0;
    margin-top: 1vh;
  }

  .heading-44 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .div-block-605 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-62-2 {
    margin-top: 4vw;
  }

  .body-5 {
    height: 100%;
  }

  .mod_01-head-2 {
    height: auto;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    margin-bottom: 0;
    padding: 0;
  }

  .div-block-63 {
    margin-top: 8vw;
  }

  .container-31 {
    width: 90%;
    height: 100%;
    margin-top: 6vw;
  }

  .heading-46, .heading-47 {
    font-size: 8vw;
    line-height: 9vw;
  }

  .heading-48 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .div-block-608 {
    height: 80%;
    margin-bottom: 6vw;
  }

  .div-block-65 {
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .div-block-609 {
    height: auto;
  }

  .button-8 {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .list-item-11 {
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .list-item-12 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .list-item-13 {
    margin-top: 2vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .list-4 {
    width: 80%;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 1vw;
    display: flex;
  }

  .mod_01-head-3 {
    height: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-bottom: 0;
    padding: 0;
  }

  .image-37 {
    width: 70%;
  }

  .button-11, .button-7-copy {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .image-38 {
    width: 80%;
  }

  .div-block-66 {
    margin-top: 8vw;
  }

  .div-block-611 {
    justify-content: center;
  }

  .cell-8 {
    padding-top: 2vw;
  }

  .heading-49 {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-67 {
    margin-top: 8vw;
  }

  .text-span-4 {
    font-size: 5vw;
  }

  .text-span-5, .text-span-6 {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .div-block-612-tab {
    height: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3vw;
    padding-left: 2vw;
  }

  .div-block-613 {
    width: 85%;
    justify-content: center;
    display: flex;
  }

  .div-block-614 {
    width: 80%;
    height: 100%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-7 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-50 {
    padding-left: 0;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-51 {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .heading-49-copy {
    font-size: 4vw;
    line-height: 5vw;
  }

  .mod_01-head-4 {
    height: auto;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    margin-bottom: 0;
    padding: 0;
  }

  .paragraph-5 {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .div-block-615 {
    display: none;
  }

  .section-18 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .container-33 {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-6 {
    margin-top: 1vw;
    padding-left: 3.5vw;
    font-size: 12px;
    line-height: 13px;
  }

  .paragraph-7 {
    font-size: 12px;
    line-height: 13px;
  }

  .form {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-block-64 {
    font-size: 10px;
  }

  .button-13 {
    width: 55vw;
    height: 6vw;
    margin-top: 1vh;
    margin-bottom: 3vw;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 6svw;
  }

  .div-block-616 {
    display: none;
  }

  .sil {
    position: relative;
  }

  .heading-52-quiz-2 {
    margin-top: 3vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  .heading-53-quiz-3 {
    margin-top: 0;
    font-size: 6vw;
    font-weight: 700;
    line-height: 6.5vw;
  }

  .heading-54-quiz {
    margin-top: 5vw;
    font-size: 8vw;
  }

  .container-36 {
    width: 8%;
  }

  .heading-52 {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .container-37 {
    width: 95%;
  }

  .container-38.quiz-ctnr {
    width: 90%;
  }
}

#w-node-_1466d0a9-935a-d972-f101-aa488ab037af-b92dfcc5 {
  grid-template-rows: minmax(300px, .9fr);
  grid-template-columns: .9fr .6fr;
}

#w-node-_0dd32ccc-25ce-18ad-9f1b-8e62bc9b8cfb-b92dfcc5, #w-node-e56c74d8-8dcd-5157-772f-831b076ad4d6-b92dfcc5, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-b92dfcc5, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f9c-b92dfcc5, #w-node-e003f832-47c7-6c45-4856-ad8df94b0fa5-b92dfcc5, #w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866b2-b92dfcc5, #w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866bc-b92dfcc5, #w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866be-b92dfcc5, #w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866c6-b92dfcc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778443-b92dfcc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844d-b92dfcc5, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844f-b92dfcc5, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778459-b92dfcc5, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77845b-b92dfcc5, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778465-b92dfcc5, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778467-b92dfcc5, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778471-b92dfcc5, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778473-b92dfcc5, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77847e-b92dfcc5, #w-node-a12785b1-eab3-b3a6-5bc5-3a74d558a4f1-b92dfcc5, #w-node-a12785b1-eab3-b3a6-5bc5-3a74d558a4f6-b92dfcc5, #w-node-_4fe34bd6-9f02-c898-2be0-f3e6bab4fc6a-b92dfcc5, #w-node-_4533114d-2a7e-1c59-9c4b-e2d117349fe3-b92dfcc5, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-b92dfd19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a10e6e9-30d3-887e-b9e1-5e21fd7fd1bf-b92dfd19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_46b8d752-550d-22c7-647d-f5df639a3646-b92dfd19, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-b92dfd1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a10e6e9-30d3-887e-b9e1-5e21fd7fd1bf-b92dfd1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_46b8d752-550d-22c7-647d-f5df639a3646-b92dfd1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3c7c63d-c873-a484-e2ec-9c8f1edc0205-b92dfd1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_89174236-8f18-a289-2b97-b11c8e613f4d-b92dfd1e, #w-node-f662c1c7-dcca-dd5e-18be-0eac8687173b-b92dfd1e, #w-node-_47f23aac-f8cc-3d80-2d09-ccf94b9e6d3e-b92dfd1e, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-b92dfd22, #w-node-_6bce5bdf-eb93-8f83-9572-ffa0a98e3ff4-b92dfd22, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-b92dfd28, #w-node-_6bce5bdf-eb93-8f83-9572-ffa0a98e3ff4-b92dfd28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-b92dfcc5 {
    grid-template-rows: minmax(300px, .95fr);
    grid-template-columns: .9fr .6fr;
  }

  #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-b92dfcc5, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-b92dfd19, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-b92dfd1a, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-b92dfd22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-b92dfcc5 {
    grid-template-rows: 100%;
    grid-template-columns: .9fr .65fr;
  }

  #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-b92dfd19, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-b92dfd19, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-b92dfd1a, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-b92dfd1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3c7c63d-c873-a484-e2ec-9c8f1edc0205-b92dfd1e {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr;
  }

  #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-b92dfd22, #w-node-_6bce5bdf-eb93-8f83-9572-ffa0a98e3ff4-b92dfd22, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-b92dfd28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-b92dfcc5 {
    grid-template-rows: minmax(300px, .95fr);
    grid-template-columns: .9fr .55fr;
  }

  #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-b92dfd1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a3c7c63d-c873-a484-e2ec-9c8f1edc0205-b92dfd1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89174236-8f18-a289-2b97-b11c8e613f4d-b92dfd1e, #w-node-f662c1c7-dcca-dd5e-18be-0eac8687173b-b92dfd1e, #w-node-_47f23aac-f8cc-3d80-2d09-ccf94b9e6d3e-b92dfd1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-b92dfcc5 {
    grid-template-rows: auto;
    grid-template-columns: 1.65fr;
  }

  #w-node-_0dd32ccc-25ce-18ad-9f1b-8e62bc9b8cfb-b92dfcc5, #w-node-e56c74d8-8dcd-5157-772f-831b076ad4d6-b92dfcc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3c7c63d-c873-a484-e2ec-9c8f1edc0205-b92dfd1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89174236-8f18-a289-2b97-b11c8e613f4d-b92dfd1e, #w-node-f662c1c7-dcca-dd5e-18be-0eac8687173b-b92dfd1e, #w-node-_47f23aac-f8cc-3d80-2d09-ccf94b9e6d3e-b92dfd1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-b92dfcc5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dd32ccc-25ce-18ad-9f1b-8e62bc9b8cfb-b92dfcc5, #w-node-e56c74d8-8dcd-5157-772f-831b076ad4d6-b92dfcc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3c7c63d-c873-a484-e2ec-9c8f1edc0205-b92dfd1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89174236-8f18-a289-2b97-b11c8e613f4d-b92dfd1e, #w-node-f662c1c7-dcca-dd5e-18be-0eac8687173b-b92dfd1e, #w-node-_47f23aac-f8cc-3d80-2d09-ccf94b9e6d3e-b92dfd1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}