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

:root {
  --darksea: #0d1c37;
  --white: #fff;
  --pastel-green: #1bcba1;
  --dark-slate-blue: #1d3987;
  --midnight-blue: #0e1f54;
  --burlywood: #fac673;
  --royal-blue: #205fbd;
  --dark-black: black;
  --pink: #ee135f;
  --midnight-blue-2: #081c82;
  --szary: #d6e8f5;
  --dark-quiz: #06263f;
  --e80c67: var(--midnight-blue);
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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 {
  justify-content: space-between;
  height: 7vh;
  margin-bottom: 0;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  border: 1px solid var(--darksea);
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--darksea), var(--darksea));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1vw 0;
  display: flex;
  position: static;
}

.container {
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-wrapper {
  border: 0px none var(--darksea);
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 2vw;
  display: flex;
}

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

.nav-link {
  color: var(--dark-slate-blue);
  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;
  display: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

.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 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  flex: 1;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left-2 {
  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;
  height: 536px;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

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

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

.heading-3 {
  color: var(--midnight-blue);
  width: 230px;
  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 {
  color: var(--midnight-blue);
  width: 200px;
  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 {
  background-color: var(--burlywood);
  -webkit-text-fill-color: inherit;
  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: var(--midnight-blue);
  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 {
  background-color: #205fbd;
  border-bottom: 1px solid #e4ebf3;
  height: 150px;
  padding: 40px 30px 10px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  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: var(--royal-blue);
  text-align: center;
  white-space: break-spaces;
  background-color: #0000;
  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 {
  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;
  height: 580px;
  margin-top: 0;
  padding: 80px 30px 0;
  position: relative;
  overflow: visible;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--darksea);
  width: 100%;
  max-width: 1140px;
  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: var(--white);
  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: var(--pastel-green);
}

.nav-link-2:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .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, .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: var(--white);
  background-color: #ff686800;
  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;
  place-content: space-between;
  align-items: center;
  margin-right: -102px;
  display: flex;
}

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

.opracowany {
  color: var(--midnight-blue);
  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 {
  object-fit: fill;
  width: 900px;
  height: 290.802px;
  margin-right: -3px;
  padding-right: 0;
  display: block;
  position: sticky;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-10 {
  color: var(--midnight-blue);
  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: var(--midnight-blue);
  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 {
  text-align: center;
  max-width: 530px;
  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 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  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;
  place-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 {
  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;
  width: 35svw;
  height: 6svh;
  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 {
  background-color: var(--midnight-blue);
  color: #fff;
}

.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 {
  text-align: justify;
  align-self: center;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 12px;
  line-height: 16px;
  overflow: visible;
}

.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: var(--dark-slate-blue);
  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: var(--dark-slate-blue);
  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: var(--midnight-blue);
  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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  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 #96a3b514;
}

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

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

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

.hero-split-copy {
  object-fit: scale-down;
  object-position: 0% 0%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  max-width: 46%;
  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 {
  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;
  height: 420px;
  margin-top: 0;
  padding: 25px 30px 0;
  position: relative;
}

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

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

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

.section-3 {
  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;
  height: auto;
  min-height: 650px;
  display: flex;
}

.heading-15 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 214px;
}

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

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

.section-5 {
  border: 1px solid var(--white);
}

.heading-11-copy {
  color: var(--midnight-blue);
  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 {
  justify-content: center;
  align-items: center;
  width: 1024px;
  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: #b00003;
  text-align: center;
  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: var(--midnight-blue);
  font-size: 20px;
}

.text-block-18 {
  color: var(--midnight-blue);
}

.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: var(--midnight-blue-2);
}

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

.text-block-22 {
  color: var(--midnight-blue-2);
}

.text-block-23 {
  color: var(--midnight-blue-2);
  font-size: 20px;
}

.text-block-24 {
  color: var(--midnight-blue-2);
  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 {
  color: #0e1f54;
  width: 300px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.grid-3 {
  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;
  place-content: space-between center;
  justify-items: start;
  max-width: 1100px;
  margin: 17px auto 22px;
  display: grid;
}

.section-8 {
  background-color: var(--royal-blue);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 30px;
}

.text-block-25 {
  color: var(--white);
  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: var(--white);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.section-9 {
  background-color: var(--royal-blue);
}

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

.grid-4 {
  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;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: grid;
}

.heading-16 {
  color: var(--midnight-blue);
  text-align: right;
}

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

.grid-5 {
  grid-column-gap: 32px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  align-self: auto;
  width: 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: var(--midnight-blue-2);
}

.heading-17 {
  color: var(--midnight-blue);
  text-align: right;
  width: 40vw;
  max-width: none;
  height: auto;
  max-height: none;
  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;
  max-width: none;
  height: auto;
  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 {
  grid-column-gap: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .65fr .65fr;
  justify-content: center;
  width: auto;
  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;
  max-width: none;
  height: 50px;
}

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

.grid-7 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
  place-content: stretch end;
  place-items: center;
  width: 80%;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-29 {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.heading-18 {
  color: #e80c67;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  overflow: visible;
}

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

.image-13 {
  width: 100%;
  display: inline-block;
}

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

.grid-8 {
  place-content: stretch space-between;
  justify-items: stretch;
  width: 1000px;
  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 {
  max-width: 50%;
  padding-left: 29px;
}

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

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

.heading-19 {
  color: var(--midnight-blue);
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-20 {
  color: var(--midnight-blue);
  text-align: right;
  margin-top: 6px;
  margin-bottom: 0;
}

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

.text-block-30 {
  color: var(--midnight-blue);
  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: var(--midnight-blue);
  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 {
  text-align: right;
  align-self: flex-start;
  width: 70%;
  max-width: none;
}

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

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

.image-17 {
  width: 100%;
}

.image-18 {
  aspect-ratio: auto;
  width: 100%;
}

.image-19 {
  width: 100%;
}

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

.div-block-15, .div-block-16 {
  flex-direction: column;
  display: flex;
}

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

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

.grid-10 {
  grid-column-gap: 6px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  place-content: stretch center;
  place-items: center;
  height: 100%;
  display: flex;
}

.text-block-34 {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72%;
  height: auto;
  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 {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45vw;
  height: 100%;
  margin-left: 60px;
  padding-left: 0;
  display: flex;
  position: static;
}

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

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

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

.button-big-red {
  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;
  width: 70%;
  height: auto;
  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: var(--midnight-blue-2);
}

.modul-2 {
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  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 {
  color: var(--white);
  justify-content: center;
  width: 70vw;
  margin: 40px auto 20px;
  font-size: 2.5vw;
  line-height: 110%;
  display: flex;
}

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

.image-21 {
  width: 20%;
}

.image-22 {
  width: auto;
}

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

.text-block-35 {
  color: #e80c67;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  font-size: 1.8vw;
  font-weight: 900;
  line-height: 1.4vw;
  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 {
  color: var(--dark-black);
  text-align: center;
  text-transform: none;
  flex: 1;
  margin-top: .5vw;
  margin-left: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.bold-text-12 {
  color: var(--dark-black);
  margin-top: .5vw;
  margin-left: 0;
  font-size: 1.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2vw;
}

.bold-text-13 {
  color: var(--dark-black);
  margin-top: 0;
  margin-left: 0;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 2.2vw;
}

.modul-3 {
  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;
  width: 99.9998%;
  height: 14.3492%;
  padding-bottom: 31px;
  display: flex;
}

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

.text-block-36 {
  color: var(--darksea);
  text-align: center;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 2.7vw;
  display: flex;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 75%;
  margin-top: 0;
}

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

.text-block-37 {
  color: var(--darksea);
  text-align: left;
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 2.6vw;
  overflow: visible;
}

.image-23 {
  width: auto;
  min-width: 90px;
  max-width: 100%;
  overflow: visible;
}

.text-block-38 {
  color: var(--darksea);
  text-align: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1vw;
  padding-right: 10vw;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 2.2vw;
}

.bold-text-14, .bold-text-15 {
  color: var(--midnight-blue);
}

.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: var(--midnight-blue);
  font-size: 1.6vw;
}

.text-block-42 {
  color: var(--midnight-blue);
  align-self: center;
  margin-top: 1vw;
  font-size: 1.6vw;
  line-height: 2vw;
}

.text-block-43 {
  color: var(--pink);
  height: 57%;
  margin-top: 1vw;
  font-size: 1.6vw;
}

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

.text-block-45 {
  color: #e80c67;
  height: 57%;
  margin-top: 1vw;
  font-size: 1.6vw;
  line-height: .5vw;
  overflow: visible;
}

.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 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: 22px;
  display: flex;
}

.bold-text-17 {
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 2vw;
  line-height: 2vw;
  display: flex;
  overflow: visible;
}

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

.bold-text-19 {
  color: var(--darksea);
  font-size: 2vw;
  line-height: 2vw;
}

.modul-5 {
  -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;
  height: 55%;
  max-height: 100vh;
  padding-bottom: 40px;
  display: flex;
}

.grid-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: grid;
  overflow: visible;
}

.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: auto;
  max-width: none;
  height: 5vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1vw;
  overflow: visible;
}

.text-block-46 {
  color: var(--white);
  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 {
  text-align: center;
  flex: 0 auto;
  width: auto;
  max-width: 60%;
  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: var(--szary);
}

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

.bold-text-22, .bold-text-23 {
  font-size: 3vw;
}

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

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  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 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  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: #1a1b1fbf;
}

.nav-link-3:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .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, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

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

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

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

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

.button-big-red-3 {
  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;
  width: 74%;
  height: 55%;
  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: var(--midnight-blue-2);
}

.text-block-47 {
  color: var(--midnight-blue);
  width: 30vw;
  font-weight: 700;
  display: flex;
}

.heading-24 {
  color: var(--midnight-blue);
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-top: 8px;
  margin-bottom: 27px;
  font-size: 1.5vw;
  display: flex;
}

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

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1900px;
  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;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  flex: 0 auto;
  width: 150vw;
  max-width: 1140px;
  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: #1a1b1fbf;
}

.nav-link-8:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .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, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

.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 {
  max-width: none;
  height: 95%;
  max-height: none;
  margin-left: 0;
}

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

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

.div-block-35 {
  flex-direction: column;
  display: flex;
}

.text-block-48 {
  color: #36a5d6;
  margin-top: 17px;
  margin-bottom: 1vw;
  padding-top: 0;
  font-size: .8rem;
  font-weight: 500;
}

.heading-25 {
  color: var(--pink);
  text-align: left;
}

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

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

.text-block-49 {
  color: var(--midnight-blue);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-50 {
  color: var(--midnight-blue);
  margin-top: 10px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 110%;
}

.text-span {
  color: var(--pink);
}

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

.text-span-2 {
  color: var(--pink);
}

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

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

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

.button-big-red-4 {
  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;
  width: 70%;
  height: auto;
  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: var(--midnight-blue-2);
}

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

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

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

.button-big-red-5 {
  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;
  width: 95%;
  height: auto;
  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: var(--midnight-blue-2);
}

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

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

.button-2 {
  background-color: var(--midnight-blue);
  text-align: center;
  border-radius: 20px;
  width: 45%;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
}

.button-2:hover {
  background-color: var(--pink);
}

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

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

.text-block-51 {
  color: var(--midnight-blue);
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-52 {
  color: var(--midnight-blue);
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-54 {
  border: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
  text-align: left;
  -webkit-text-stroke-color: var(--midnight-blue);
  white-space: normal;
  border-radius: 20px;
  width: 100%;
  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 {
  color: var(--midnight-blue);
  text-align: left;
  -webkit-text-stroke-color: #278824;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 120%;
}

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

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

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

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

.navbar-logo-left-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  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: #1a1b1fbf;
}

.nav-link-9:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle-5:focus-visible, .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, .nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-4 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

.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: var(--burlywood);
}

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

.container-16 {
  display: flex;
}

.mod_01-head {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff0;
  background-image: url('../images/TLO-SEA-CLN-01-H738-2.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding: 0 0 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.quick-stack {
  grid-column-gap: 0px;
  flex: 0 auto;
  align-self: auto;
  width: 80%;
  height: auto;
  margin-top: 3vw;
  margin-bottom: 5vw;
  padding: 0;
  position: relative;
}

.heading-27 {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: .6vw;
  padding-right: 0;
  font-size: 2.6vw;
  line-height: 3.2vw;
  position: relative;
  overflow: hidden;
}

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

.heading-28 {
  color: var(--white);
  margin-top: .8vw;
  margin-bottom: 0;
  padding-right: 2vw;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 2.4vw;
  position: relative;
  overflow: visible;
}

.text-block-60 {
  z-index: auto;
  color: var(--pink);
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 2vw;
  display: inline-flex;
  position: absolute;
  inset: 32vw auto 0% 42%;
  overflow: visible;
}

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

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

.div-block-48 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 2vw;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.cell-2 {
  justify-content: space-between;
  align-items: flex-start;
}

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

.button-3:hover {
  background-color: var(--midnight-blue);
}

.button-3.btn_pharmapass_embed_login {
  background-image: linear-gradient(#e80c67, #e80c67);
  height: 6vw;
  margin-top: 0;
  overflow: hidden;
}

.button-3.btn_pharmapass_embed_login:hover {
  background-image: none;
}

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

.div-block-49 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.div-block-50 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.text-block-61 {
  background-color: var(--royal-blue);
  color: #e80c67;
  text-align: left;
  letter-spacing: .1svw;
  background-image: linear-gradient(#00000080, #00000080);
  width: auto;
  padding: 1.2vw 0;
  font-size: 3svw;
  font-weight: 700;
  line-height: 2svw;
}

.mod_02 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.heading-29 {
  color: var(--darksea);
  text-align: center;
  text-transform: uppercase;
  font-size: 3vw;
}

.body-4 {
  border: 1px solid var(--darksea);
  background-color: var(--darksea);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: visible;
}

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

.div-block-51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

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

.button-5 {
  background-color: var(--pink);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 6svh;
  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 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  max-width: none;
  display: flex;
  position: relative;
}

.container-18 {
  background-color: #ffffff3b;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.mod_03 {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Asset-19.png');
  background-position: 50% 0;
  background-size: cover;
  background-clip: padding-box;
  width: 100%;
  margin-top: 0;
  overflow: visible;
}

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

.button-4:hover {
  background-color: var(--midnight-blue);
}

.button-4.btn_pharmapass_embed_login {
  background-color: #e80c67;
  width: 30svw;
  height: 6svw;
  margin-top: 2vw;
  overflow: visible;
}

.button-4.btn_pharmapass_embed_login:hover {
  background-color: var(--midnight-blue);
}

.container-19 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.div-block-52 {
  flex-direction: column;
  align-items: center;
  width: 85%;
  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 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  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: #1a1b1fbf;
}

.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 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.mod_04 {
  width: 100%;
}

.mod_05 {
  background-image: url('../images/Asset-10.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-bottom: 44px;
  transition: opacity .2s;
  display: flex;
  overflow: visible;
}

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

.mod_06-foot-menu {
  background-color: var(--darksea);
  order: 0;
  width: 100%;
  margin-top: 0;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

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

.div-block-53 {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 4vw;
  margin-top: 3vw;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.image-24-copy {
  width: 25%;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  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 {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  height: 6svh;
  display: none;
}

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

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

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

.numer-pytania {
  color: var(--white);
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 2vw;
}

.pytanie {
  color: var(--white);
  margin-top: 10px;
  font-family: Robotocondensed, sans-serif;
  font-size: 1.9vw;
  line-height: 2.3vw;
}

.section-13 {
  box-sizing: border-box;
  background-color: var(--dark-quiz);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/quiz_tlo.jpg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  flex: 0 auto;
  align-self: flex-start;
  height: auto;
  padding-bottom: 1vw;
  position: relative;
  overflow: visible;
}

.heading-31 {
  border: 2px solid var(--white);
  color: var(--white);
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-family: Robotocondensed, sans-serif;
  font-size: 2vw;
  line-height: 2.5vw;
  display: block;
}

.text-block-62 {
  color: var(--midnight-blue);
  font-size: .7vw;
  line-height: .7vw;
}

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

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

.button-6.quiz-end {
  background-image: linear-gradient(#eb135f, #eb135f);
  width: 32vw;
  height: 6vw;
  font-size: 2.6vw;
  line-height: 3.4svh;
}

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

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

.heading-32 {
  color: var(--pink);
  font-size: 6vw;
}

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

.heading-33 {
  color: var(--pink);
  padding-left: 10px;
  font-size: 5vw;
  line-height: 4.1vw;
}

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

.heading-33-copy {
  color: var(--midnight-blue);
  font-size: 4vw;
  line-height: 4.1vw;
}

.heading-34 {
  color: var(--midnight-blue);
}

.text-block-63 {
  color: var(--midnight-blue);
  width: 95%;
  margin-top: 40px;
  font-size: 1.8vw;
  line-height: 2.1vw;
}

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

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

.button-7.disabled.send-data {
  background-image: linear-gradient(#eb135f, #eb135f);
  height: 5vw;
  margin-bottom: 2vw;
  padding-top: .25em;
  padding-bottom: .25em;
}

.container-25 {
  background-color: #b1b2b717;
  width: 85%;
  max-width: none;
  height: 300px;
  margin-top: 0;
  margin-bottom: 2vw;
}

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

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

.container-27 {
  align-self: center;
  width: 80%;
  max-width: 88%;
  height: auto;
  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 {
  color: var(--white);
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 2.7vw;
  line-height: 3.5vw;
}

.heading-36 {
  color: #eb135f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 900;
  line-height: 5.9vw;
}

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

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

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

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

.div-block-62 {
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  margin-top: 0;
  margin-bottom: 0;
  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: 95%;
  max-width: none;
}

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

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

.container-29 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  max-width: none;
  height: auto;
  margin-bottom: 5vw;
  display: flex;
}

.heading-39 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  font-size: 2.5vw;
  line-height: 4vw;
}

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

.button-12 {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: auto;
  max-height: 80%;
  padding-top: .7em;
  padding-bottom: .7em;
  font-size: 1.7svw;
  font-weight: 500;
  line-height: 2svw;
  display: flex;
}

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

.container-30 {
  flex-direction: column;
  align-items: flex-start;
  width: 98%;
  max-width: none;
  height: auto;
  margin-top: 2vw;
  margin-bottom: 1vw;
  display: flex;
}

.heading-41 {
  color: var(--pink);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 5vw;
}

.heading-42 {
  color: var(--white);
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 3vw;
  line-height: 4vw;
}

.heading-43 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-top: .5vw;
  margin-bottom: 1vw;
  font-size: 2vw;
  line-height: 2.3vw;
}

.kafel {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  width: 20vw;
  height: 18vw;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.image-35, .image-36 {
  color: var(--white);
}

.heading-44 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.div-block-605 {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 80%;
  margin-top: 1vw;
  margin-bottom: 2vw;
  display: flex;
}

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

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

.body-5 {
  background-color: var(--darksea);
  background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vw;
  display: block;
  overflow: visible;
}

.mod_01-head-2 {
  object-fit: fill;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 40.72%;
  margin-top: 0;
  padding: 0 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

.section-15 {
  background-color: var(--white);
  justify-content: center;
  padding-bottom: 3vw;
  display: flex;
}

.div-block-63 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  margin-top: 2vw;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .65fr .45fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-self: auto;
  width: 100%;
  height: auto;
  display: grid;
}

.container-31-pl {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: none;
  height: auto;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-46 {
  color: #ee135f;
  text-align: left;
  -webkit-text-stroke-color: var(--szary);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.8vw;
  line-height: 3.4vw;
  display: flex;
}

.heading-47 {
  aspect-ratio: auto;
  color: var(--white);
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 2.1vw;
  line-height: 3.4vw;
  display: flex;
}

.heading-48 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  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 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.div-block-609 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  padding-left: 5vw;
  display: flex;
}

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

.list-item-11 {
  color: var(--pink);
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 2.3vw;
}

.list-item-12 {
  color: var(--pink);
  margin-top: 0;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 2.3vw;
}

.list-item-13 {
  color: var(--pink);
  margin-top: 0;
  padding-right: 2vw;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 2.6vw;
}

.list-4 {
  grid-column-gap: 20px;
  grid-row-gap: .5vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 4vw;
  display: flex;
}

.mod_01-head-3 {
  object-fit: none;
  background-color: #fff;
  background-image: url('../images/TLO-SEA-CLN-01-H1280-DARK-03.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-37 {
  width: 50%;
  max-width: 90%;
  margin-top: 1vw;
  margin-bottom: 1vw;
  box-shadow: 1px 2px 5px #0003;
}

.button-11 {
  border: 1px solid var(--royal-blue);
  background-color: var(--darksea);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 4vw;
  min-height: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 2svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
}

.button-11.btn_pharmapass_embed_login {
  background-color: var(--pink);
  margin-top: 1vw;
}

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

.image-38 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  align-self: flex-start;
  width: 60%;
  max-width: none;
  height: 100%;
  margin-top: 0;
}

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

.heading-49 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.7vw;
}

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

.mod_06-foot-menu-2 {
  background-color: var(--darksea);
  order: 0;
  margin-top: 0;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

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

.text-span-4 {
  color: var(--white);
  padding-right: 2vw;
  font-size: 2.2vw;
  line-height: 2.8vw;
}

.text-span-5 {
  color: var(--white);
  font-size: 2.2vw;
  line-height: 2.6vw;
  display: block;
}

.text-span-6 {
  color: var(--white);
  font-size: 2.2vw;
  line-height: 2.8vw;
}

.div-block-612-tab {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
}

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

.div-block-614 {
  object-fit: fill;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.text-span-7 {
  color: var(--pink);
  margin-top: .5vw;
  margin-bottom: .5vw;
  font-size: 2.3vw;
  line-height: 2.4vw;
}

.heading-50 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--pink);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 0;
  font-size: 2vw;
  line-height: 2.5vw;
  display: flex;
  position: relative;
}

.heading-51 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 2vw;
}

.heading-49-copy {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 1.9vw;
}

.heading-49-copy._52 {
  color: var(--white);
  margin-top: 0;
  font-size: 1.4vw;
  line-height: 2vw;
}

.mod_01-head-4 {
  background-color: var(--darksea);
  object-fit: fill;
  background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80%;
  margin-top: 0;
  padding: 0 0 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-5 {
  color: var(--midnight-blue);
  margin-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: .9vw;
  line-height: 1vw;
  display: none;
}

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

.section-16 {
  height: auto;
  position: relative;
}

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

.section-18 {
  background-color: var(--white);
  border-radius: 7px;
}

.list-item-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.container-33 {
  border: 3px solid var(--burlywood);
  background-color: #0000;
  border-radius: 12px;
  width: 80%;
  max-width: none;
  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 {
  border: 1px solid var(--midnight-blue);
  border-radius: 0;
  width: 22px;
  height: 22px;
}

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

.paragraph-7 {
  text-align: justify;
  object-fit: fill;
  border: 1px solid #fbd392;
  border-radius: 2px;
  width: auto;
  height: 200px;
  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 {
  border-color: var(--midnight-blue);
  border-radius: 0;
  width: 22px;
  height: 22px;
}

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

.button-13 {
  background-color: var(--dark-black);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 3.4vw;
  margin-top: 1vw;
  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;
}

.text-block-66 {
  color: var(--white);
}

.okruszki {
  color: var(--white);
  text-decoration: none;
}

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

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

.sil {
  background-color: #fff;
}

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

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

.heading-53-quiz-3 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-top: .5vw;
  margin-bottom: 0;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.heading-54-quiz {
  color: var(--midnight-blue);
  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 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  flex: 0 auto;
  width: 60%;
  margin-top: 2vw;
}

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

.image-39 {
  display: none;
}

.heading-52 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  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 {
  border: 1px solid var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
  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 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  height: 58%;
  padding-bottom: .7vw;
  display: flex;
}

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

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

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

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

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

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

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

.heading-28-pk {
  color: var(--pink);
  margin-top: 2vh;
  margin-bottom: 0;
  padding-right: 10vw;
  font-size: 1.8vw;
  line-height: 2.3vw;
  position: relative;
}

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

.button-3-pk:hover {
  background-color: var(--midnight-blue);
}

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

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

.heading-46-pk {
  color: var(--pink);
  text-align: center;
  -webkit-text-stroke-color: var(--pink);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  font-size: 2.8vw;
  line-height: 3.2vw;
  display: flex;
}

.heading-48-pk {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 2vw;
  font-weight: 900;
  line-height: 2.3vw;
}

.heading-49-pk {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: .5vw;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 1.7vw;
}

.image-37-pk {
  width: 60%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 2vw;
  box-shadow: 1px 2px 5px #0003;
}

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

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

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

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

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

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

.container-31-pl-pk {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: none;
  height: 80%;
  margin: 1.5vw 0;
  display: flex;
}

.container-31-pl-pk2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: none;
  height: 80%;
  margin: 1vw 0 1.5vw;
  display: flex;
}

.div-block-609-pk2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding-bottom: 1vw;
  display: flex;
}

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

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

.heading-50-pk2 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--pink);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 0;
  font-size: 2.2vw;
  line-height: 2.5vw;
  display: flex;
  position: relative;
}

.text-span-7-pk2 {
  color: var(--pink);
  margin-top: 2vw;
  font-size: 2.2vw;
  line-height: 2.5vw;
}

.heading-51-pk2 {
  color: var(--white);
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 2vw;
}

.heading-49-copy-pk2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 1.9vw;
}

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

.image-37-pk2 {
  width: 60%;
  max-width: none;
  margin-top: 0;
  box-shadow: 1px 2px 5px #0003;
}

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

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

.button-11-pk2:hover {
  background-color: var(--midnight-blue);
}

.section-19 {
  background-color: #fff;
  background-image: url('../images/header-tlo-02-180invert.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-20 {
  background-image: url('../images/header-tlo-02b.jpg');
  background-position: 50% 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-21 {
  background-image: url('../images/header-tlo-02-180invert.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.section-22 {
  background-image: url('../images/header-tlo-02b.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-23 {
  background-color: #fff;
}

.section-24 {
  background-color: var(--white);
  width: 100%;
}

.button-14 {
  display: none;
}

.text-block-69 {
  color: var(--white);
}

.text-block-69:hover {
  color: var(--pastel-green);
}

.heading-53 {
  color: #e80c67;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 4.4vw;
  display: inline-flex;
}

.heading-54 {
  color: #e80c67;
  flex: 1;
  align-self: auto;
  margin-top: .2vw;
  font-size: 3vw;
  line-height: 3.6vh;
  overflow: hidden;
}

.image-40 {
  width: 95%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
}

.text-block-70 {
  color: var(--dark-black);
  text-align: left;
  margin-top: 1vw;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.6vw;
}

.text-block-70-copy {
  color: var(--darksea);
  text-align: left;
  margin-top: .5vw;
  margin-bottom: .4vw;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.6vw;
}

.text-block-72y {
  color: #e80c67;
  text-align: left;
  margin-top: 0;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 2vw;
}

.text-block-72y.bold-text-17 {
  font-size: 2vw;
}

.text-block-72y.bold-text-17_left {
  margin-top: 0;
  margin-left: 0;
}

.bold-text-13-copy {
  color: var(--darksea);
  text-transform: none;
  margin-top: .5vw;
  margin-left: 0;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.bold-text-13-copy._2 {
  text-transform: none;
  margin-top: .5vw;
}

.text-span-13, .text-span-14, .text-span-15 {
  font-size: 2.2vw;
  line-height: 2.2vw;
}

.image-41 {
  width: 30vw;
  height: .2vh;
  margin-top: .5vw;
  margin-bottom: .5vw;
  overflow: visible;
}

.heading-55 {
  color: var(--pink);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 2.5vw;
  line-height: 2.9vw;
  overflow: visible;
}

.div-block-617 {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.div-block-618 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.image-42 {
  text-align: center;
  width: 18%;
  max-width: 100%;
  overflow: visible;
}

.image-43 {
  text-align: center;
  width: 18%;
  overflow: visible;
}

.image-44 {
  width: 18%;
  overflow: visible;
}

.image-45, .image-46, .image-47 {
  max-width: 60%;
}

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

.text-block-71 {
  color: #e80c67;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.8vw;
}

.text-block-72 {
  color: #fff;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.6vw;
}

.heading-56 {
  color: #f7f1f3;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 3.5vw;
  line-height: 4.4vw;
  overflow: hidden;
}

.section-25 {
  background-image: url('../images/polsart-tlo-3.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 697.882vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-619 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-49 {
  width: auto;
  max-width: none;
  height: auto;
  position: relative;
  inset: 0%;
}

.div-block-620 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-50 {
  max-width: none;
  height: 100%;
  position: relative;
}

.body-7 {
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.section-26 {
  background-image: url('../images/polpril-eagle-tlo-01-h738.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
  position: static;
  overflow: visible;
}

.section-27 {
  background-color: var(--white);
  height: 45.4545%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  overflow: visible;
}

.div-block-621 {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.div-block-622 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.section-28 {
  position: relative;
}

.div-block-623 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-29 {
  background-image: url('../images/polpril-eagle-tlo-02-h790.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-624 {
  position: relative;
}

.div-block-625 {
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 80%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-626 {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 45%;
  min-height: 100px;
  display: flex;
}

.div-block-627 {
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  min-height: 100px;
  display: flex;
}

.div-block-628 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

.nav-link-10 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.4vw;
  text-decoration: none;
  display: inline-flex;
}

.nav-link-10:hover {
  color: #eb135f;
}

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

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

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

.nav-dropdown-toggle-6:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-link-accent-5 {
  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-5:hover {
  color: #1a1b1fbf;
}

.button-primary-7 {
  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-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

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

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

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

.image-51 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-radius: 18px;
  width: 100%;
}

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

.text-block-74 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 1vw;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.7vw;
}

.text-block-74-copy {
  color: var(--dark-black);
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.7vw;
}

.heading-44-copy-2 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.heading-44-copy {
  color: var(--dark-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.div-block-629, .div-block-630, .div-block-631 {
  height: 50%;
}

.div-block-632 {
  height: 100%;
}

.image-53 {
  width: 10%;
  max-width: none;
  height: 200vw;
}

.heading-53-copy {
  color: #e80c67;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 4.4vw;
  display: inline-flex;
}

.heading-53-copy.pk {
  color: var(--pink);
  font-size: 2.8vw;
}

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

.text-block-75 {
  color: #fff;
}

.heading-50-pk2-2 {
  color: var(--midnight-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--pink);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 0;
  font-size: 2.2vw;
  line-height: 2.5vw;
  display: flex;
  position: relative;
}

.heading-46-pk-2 {
  color: #ee135f;
  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.8vw;
  line-height: 3.2vw;
  display: flex;
}

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

.button-11-pk2-2:hover {
  background-color: var(--midnight-blue);
}

.bold-text-28 {
  -webkit-text-stroke-color: var(--darksea);
  font-size: 2.6vw;
  line-height: 3.2vw;
}

.image-54 {
  max-width: 80%;
}

.image-55 {
  max-width: 60%;
}

.bold-text-17_left {
  align-items: center;
  margin-top: .5vw;
  padding-top: 0;
  font-size: 2vw;
  display: flex;
  overflow: visible;
}

.text-block-76 {
  color: var(--white);
}

.button-4-sil {
  text-align: center;
  background-color: #e80c67;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 14svw;
  height: 3.5svw;
  margin-top: 0;
  margin-left: 23px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
  overflow: visible;
}

.button-4-sil:hover {
  background-color: var(--midnight-blue);
}

.button-4-sil.btn_pharmapass_embed_login {
  background-color: #e80c67;
  width: 30svw;
  height: 6svw;
  overflow: visible;
}

.button-4-sil.btn_pharmapass_embed_login:hover {
  background-color: var(--midnight-blue);
}

.div-block-53sil {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 4vw;
  margin-top: 3vw;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.heading-55-sil {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2.6vw;
  overflow: visible;
}

.button-4-sil-2 {
  border: .5px solid var(--szary);
  background-color: var(--darksea);
  text-align: center;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 14svw;
  height: 3.5svw;
  margin-top: 0;
  margin-left: 23px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
  overflow: visible;
}

.button-4-sil-2:hover {
  background-color: var(--midnight-blue);
}

.button-4-sil-2.btn_pharmapass_embed_login {
  background-color: #e80c67;
  width: 30svw;
  height: 6svw;
  overflow: visible;
}

.button-4-sil-2.btn_pharmapass_embed_login:hover {
  background-color: var(--midnight-blue);
}

.div-block-53-sil-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
  overflow: visible;
}

.heading-55-sil-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.6vw;
  overflow: visible;
}

.text-block-77 {
  color: var(--white);
}

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

.grid-13-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". . ."
                 ". . Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: grid;
  overflow: visible;
}

.section-30 {
  background-color: var(--darksea);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0%;
  display: flex;
  position: static;
}

.heading-55-sil-3-fdark {
  color: var(--szary);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 2.6vw;
  overflow: visible;
}

.button-4-sil-2-white {
  border: .65px solid var(--szary);
  background-color: var(--darksea);
  text-align: center;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 14svw;
  height: 3.5svw;
  margin-top: 0;
  margin-left: 23px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
  overflow: visible;
}

.button-4-sil-2-white:hover {
  background-color: var(--midnight-blue);
}

.button-4-sil-2-white.btn_pharmapass_embed_login {
  background-color: #e80c67;
  width: 30svw;
  height: 6svw;
  overflow: visible;
}

.button-4-sil-2-white.btn_pharmapass_embed_login:hover {
  background-color: var(--midnight-blue);
}

.text-block-78 {
  color: #fff;
}

.heading-46-noop {
  color: var(--pink);
  text-align: left;
  -webkit-text-stroke-color: var(--szary);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 0;
  font-size: 2.8vw;
  line-height: 3.4vw;
  display: flex;
}

.container-31-pl-noop {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: none;
  height: auto;
  margin-top: 1vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.grid-17-noop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .65fr .4fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-top: 1vw;
  display: grid;
}

.div-block-609-noop {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 95%;
  margin-top: 0;
  padding-left: 5vw;
  display: flex;
}

.heading-47-noop {
  aspect-ratio: auto;
  color: var(--white);
  letter-spacing: normal;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 2.1vw;
  line-height: 3.4vw;
  display: flex;
}

.list-4-noop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 43.4537%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 4vw;
  display: flex;
}

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

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

.div-block-53-sil-2-noop {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 4vw;
  margin-top: 0;
  margin-bottom: 1vw;
  display: flex;
  overflow: visible;
}

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

.grid-19 {
  grid-template-rows: auto auto auto;
}

.image-56 {
  width: 50%;
}

.grid-20 {
  grid-template-rows: auto auto auto;
}

.columns-3 {
  width: 80%;
  margin-top: 4vw;
  margin-bottom: 0;
}

.column-11 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-57 {
  width: 60%;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  display: grid;
}

.heading-57 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  line-height: 7vw;
  display: flex;
}

.heading-58 {
  color: var(--white);
  flex-flow: row;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  line-height: 7vh;
  display: flex;
}

.heading-59 {
  color: var(--pink);
  text-align: right;
  align-self: center;
  width: 95%;
  margin-top: .5vw;
  margin-bottom: .5vw;
  padding-right: .3vw;
  font-size: 1.5vw;
  line-height: 2vw;
  overflow: clip;
}

.div-block-635 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-59-2 {
  color: var(--pink);
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  margin-top: .5vw;
  margin-bottom: .5vw;
  padding-right: .3vw;
  font-size: 1.5vw;
  line-height: 2vw;
  display: flex;
  overflow: clip;
}

.div-block-636 {
  margin-top: 0;
  margin-bottom: 2vw;
  padding-bottom: 0;
}

.button-wiecej {
  border: .5px solid var(--szary);
  background-color: var(--pastel-green);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 4svw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em 0;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1vw;
  display: flex;
  overflow: visible;
}

.button-wiecej:hover {
  background-color: var(--midnight-blue);
}

.button-wiecej.btn_pharmapass_embed_login {
  background-color: #e80c67;
  width: 30svw;
  height: 6svw;
  overflow: visible;
}

.button-wiecej.btn_pharmapass_embed_login:hover {
  background-color: var(--midnight-blue);
}

.heading-60 {
  color: var(--white);
  margin-top: 3vw;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.7vw;
}

.paragraph-10 {
  color: var(--white);
  width: 100%;
  margin-top: 2.5vw;
  margin-bottom: 0;
  font-size: .7vw;
  line-height: 1.2vw;
}

.bold-text-31 {
  color: var(--white);
  font-size: 2vw;
  line-height: 0;
}

.bold-text-32 {
  color: var(--pink);
  font-size: 3vw;
  line-height: 3vw;
}

.grid-22 {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto auto;
}

.column-12 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-637, .div-block-638 {
  text-align: center;
}

.div-block-639, .div-block-640 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-block-641 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-642 {
  justify-content: center;
  display: flex;
}

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

.div-block-644 {
  justify-content: center;
  display: flex;
}

.div-block-645 {
  border-radius: 6px;
}

.div-kafel-new {
  border: .01vh none var(--dark-quiz);
  background-color: #1a557da1;
  border-radius: 2vw;
  width: 100%;
  height: 99.9999%;
  padding: 1.5vw;
}

.div-block-647 {
  background-color: #1a557d;
  border: .01vw #1b3d56;
  border-radius: 2vw;
  height: 100%;
}

.columns-4 {
  width: 90%;
  height: 48.8179%;
}

.div-block-646-2 {
  background-color: var(--pastel-green);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border: .1vh solid #1b3d56;
  border-radius: 5vw;
  width: 100%;
  height: auto;
  padding-right: 1vw;
}

.div-block-647-copy {
  border: 2vw solid #000;
  border-radius: 3vw;
}

.div-block-648 {
  width: 100%;
  margin-top: 2vw;
}

.button-4-sil-2-new {
  border: .5px solid var(--szary);
  background-color: var(--pink);
  text-align: center;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 14svw;
  height: 3.5svw;
  margin-top: 0;
  margin-left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.4svw;
  font-weight: 700;
  line-height: 2svw;
  display: flex;
  overflow: visible;
}

.button-4-sil-2-new:hover {
  background-color: var(--midnight-blue);
}

.button-4-sil-2-new.btn_pharmapass_embed_login {
  background-color: #e80c67;
  width: 30svw;
  height: 6svw;
  overflow: visible;
}

.button-4-sil-2-new.btn_pharmapass_embed_login:hover {
  background-color: var(--midnight-blue);
}

.div-block-53-sil-2-new {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1vw;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-635-copy {
  justify-content: center;
  width: 100%;
  display: flex;
}

.grid-23-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-59-2-copy {
  color: var(--pink);
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  margin-top: .5vw;
  margin-bottom: .5vw;
  padding-right: .3vw;
  font-size: 1.5vw;
  line-height: 2vw;
  display: flex;
  overflow: clip;
}

.heading-59-copy {
  color: var(--pink);
  text-align: right;
  align-self: center;
  width: 95%;
  margin-top: .5vw;
  margin-bottom: .5vw;
  padding-right: .3vw;
  font-size: 1.5vw;
  line-height: 2vw;
  overflow: clip;
}

.heading-57-copy {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  line-height: 7vw;
  display: flex;
}

.heading-58-copy {
  color: var(--white);
  flex-flow: row;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  line-height: 7vh;
  display: flex;
}

.grid-22-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto auto;
}

.columns-5 {
  border-radius: 1px;
}

.div-block-650 {
  border-radius: 17px;
}

.columns-6 {
  border: 0 solid #1b3d56;
}

.button-13-copy {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5vw 0;
  font-size: 1.1svw;
  font-weight: 400;
  line-height: 2svw;
  display: flex;
}

.column-13 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-61 {
  color: var(--white);
  text-align: center;
  margin: 1vw .5vw 0;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  font-size: 1.2vw;
  line-height: 1.6vw;
}

.div-block-651 {
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  display: flex;
  overflow: visible;
}

.bold-text-33 {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.6vw;
}

.column-14 {
  height: 99.9999%;
}

.grid-tab-pack-mob-2 {
  display: none;
}

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

  .navbar-wrapper {
    width: 98%;
    padding-right: 2vw;
  }

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

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

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

  .bold-text-3 {
    background-image: linear-gradient(#00000080, #00000080);
    border-radius: 40px;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-right: 3vw;
  }

  .section-3 {
    height: auto;
  }

  .heading-15-copy {
    color: var(--pink);
    -webkit-text-stroke-color: transparent;
    width: 100%;
    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-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-36 {
    margin-bottom: 0;
  }

  .grid-12 {
    margin-top: 2vw;
  }

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

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

  .image-24 {
    width: auto;
    height: 5vw;
  }

  .image-25 {
    max-width: 60%;
  }

  .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 {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 4vw;
    overflow: visible;
  }

  .quick-stack {
    grid-column-gap: 0px;
    align-self: auto;
    width: 80%;
    height: 100%;
    margin-top: 3vw;
    margin-bottom: 5vw;
  }

  .heading-27 {
    text-align: left;
    margin-top: 0;
    margin-bottom: .6vw;
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .div-block-47 {
    height: 2vw;
  }

  .heading-28 {
    text-align: left;
    margin-top: .7vw;
    margin-bottom: 0;
    padding-right: 3vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
  }

  .text-block-60 {
    order: 0;
    margin-top: 0;
    margin-left: -140px;
    font-size: 1.4vw;
    line-height: 2vw;
    position: absolute;
    top: 33vw;
    left: 56%;
    overflow: visible;
  }

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

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

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

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

  .button-3.btn_pharmapass_embed_login {
    margin-top: 0;
  }

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

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

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

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

  .mod_02 {
    padding-bottom: 60px;
    display: block;
  }

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

  .body-4 {
    background-color: var(--darksea);
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .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_03 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .button-4 {
    height: 6svw;
  }

  .mod_05 {
    padding-bottom: 0;
  }

  .mod_06-foot-menu {
    background-color: var(--darksea);
    order: 0;
    margin-top: 0;
    position: relative;
  }

  .div-block-53 {
    height: 4vw;
    margin-top: 3vw;
    margin-bottom: 0;
  }

  .polsart-logo {
    width: auto;
    height: 3vw;
    margin-left: 0;
  }

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

  .section-13 {
    background-position: 100%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    padding-bottom: 1vw;
  }

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

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

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

  .button-6.quiz-end {
    font-size: 2.8vw;
  }

  .container-24 {
    display: none;
  }

  .button-7.disabled.send-data {
    height: 5vw;
    margin-bottom: 2vw;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .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: 5vw;
  }

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

  .heading-38 {
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .div-block-61 {
    justify-content: space-between;
    padding-right: 3px;
  }

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

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

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

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

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

  .container-29 {
    justify-content: space-between;
    width: 80%;
    margin-bottom: 5vw;
  }

  .button-12 {
    max-height: 80%;
    font-weight: 500;
  }

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

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

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

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

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

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

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

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

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

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

  .body-5 {
    background-color: var(--darksea);
    background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
    background-position: 100% 0;
    background-size: cover;
    align-items: stretch;
    height: auto;
    display: block;
  }

  .mod_01-head-2 {
    background-color: #fff0;
    background-image: none;
    border: 1px #000;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

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

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

  .section-15 {
    padding-bottom: 3vw;
  }

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

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .65fr .4fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: start;
    place-items: start stretch;
    height: auto;
    margin-top: 0;
    display: grid;
  }

  .container-31-pl {
    background-color: #0000;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 100%;
    margin: 1.5vw 0 0;
  }

  .heading-46 {
    text-align: center;
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .heading-47 {
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

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

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

  .div-block-608 {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
  }

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

  .div-block-609 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-around;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

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

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

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

  .list-4 {
    grid-row-gap: .5vw;
    -webkit-text-stroke-color: var(--pink);
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 4vw;
    display: flex;
  }

  .mod_01-head-3 {
    background-color: var(--darksea);
    background-image: url('../images/TLO-SEA-CLN-01-H1280-DARK-03.jpg');
    padding-bottom: 1vw;
    display: flex;
  }

  .image-37 {
    width: 50%;
    max-width: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: 1vw;
  }

  .button-11 {
    background-color: var(--darksea);
    flex: none;
    width: 30vw;
    height: 6vw;
    min-height: 0;
    padding: 1.2em 0;
  }

  .button-11.btn_pharmapass_embed_login {
    background-color: var(--pink);
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button-7-copy {
    background-color: var(--pink);
    width: 30vw;
    height: 6vw;
    margin-top: 0;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .image-38 {
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: 85%;
    height: 100%;
    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: 0;
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

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

  .mod_06-foot-menu-2 {
    background-color: var(--dark-black);
    margin-top: 0;
    position: static;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .div-block-612-tab {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 90%;
    height: 72%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

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

  .div-block-614 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 0;
    padding-left: 0;
  }

  .text-span-7 {
    color: var(--pink);
    margin-top: .5vw;
    font-size: 2.3vw;
    line-height: 2.4vw;
  }

  .heading-50 {
    color: var(--white);
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .heading-51 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3vw;
    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 {
    margin-top: 0;
    margin-bottom: 1vw;
    font-size: 1.3vw;
    line-height: 1.8vw;
  }

  .mod_01-head-4 {
    background-size: cover;
    border: 1px #000;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 10vw;
  }

  .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;
    padding-bottom: 2vw;
  }

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

  .text-block-65 {
    color: var(--white);
  }

  .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: var(--white);
    text-decoration: none;
  }

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

  .sil {
    background-color: var(--white);
  }

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

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

  .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: 60%;
    margin-top: 0;
    padding-top: .7vw;
  }

  .quick-stack-pk {
    grid-column-gap: 0px;
    width: 80%;
    height: 80%;
    margin-top: 2vw;
    margin-bottom: 4vh;
  }

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

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

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

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

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

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

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

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

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

  .heading-46-pk {
    color: var(--pink);
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

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

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

  .image-37-pk {
    width: 60%;
    max-width: none;
    margin-top: 0;
  }

  .button-11-pk {
    background-color: #fda21e;
    flex: none;
    width: 25vw;
    height: 5vw;
    min-height: 0;
    padding: 1.3em 0;
  }

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

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

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

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

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

  .container-31-pl-pk {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: none;
    height: 90%;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
  }

  .container-31-pl-pk2 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: none;
    height: 70%;
    margin-top: 2vw;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-608-pk2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-bottom: 2vw;
  }

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

  .heading-50-pk2 {
    color: var(--midnight-blue);
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .text-span-7-pk2 {
    color: var(--pink);
    margin-top: 2vw;
    font-size: 2.2vw;
    line-height: 2.5vw;
  }

  .heading-51-pk2 {
    margin-top: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2vw;
  }

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

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

  .image-37-pk2 {
    width: 60%;
    max-width: none;
    margin-top: 0;
  }

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

  .button-11-pk2 {
    background-color: var(--pink);
    flex: none;
    width: 100%;
    height: 5vw;
    min-height: 0;
    padding: 1.2em 0;
  }

  .button-14 {
    padding-left: 40px;
    display: none;
  }

  .image-40 {
    align-self: flex-end;
    width: 95%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-bottom: 0;
  }

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

  .image-41 {
    margin-top: 1vw;
  }

  .heading-55 {
    font-size: 2.5vw;
    line-height: 2.9vw;
  }

  .image-45, .image-46, .image-47 {
    max-width: 60%;
  }

  .text-block-71 {
    color: #e80c67;
    margin-top: 1vh;
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 1.8vw;
  }

  .text-block-72 {
    color: var(--white);
    margin-top: 0;
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.6vw;
  }

  .nav-link-10 {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .text-block-74 {
    margin-top: 0;
  }

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

  .text-block-74-copy {
    margin-top: 0;
  }

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

  .heading-50-pk2-2 {
    color: var(--midnight-blue);
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

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

  .text-span-17 {
    color: #ee135f;
  }

  .button-11-pk2-2 {
    background-color: var(--pink);
    flex: none;
    width: 100%;
    height: 5vw;
    min-height: 0;
    padding: 1.2em 0;
  }

  .image-55 {
    max-width: 60%;
  }

  .button-4-sil {
    height: 3.5svw;
  }

  .div-block-53sil {
    height: 4vw;
    margin-top: 3vw;
    margin-bottom: 0;
  }

  .heading-55-sil {
    font-size: 1.6vw;
    line-height: 2.9vw;
  }

  .button-4-sil-2 {
    border: .5px solid var(--szary);
    background-color: var(--darksea);
    height: 3.5svw;
    margin-left: 1vw;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-53-sil-2 {
    height: 4vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .heading-55-sil-2 {
    font-size: 1vw;
    line-height: 2.6vw;
  }

  .section-30 {
    background-color: var(--darksea);
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .heading-55-sil-3-fdark {
    font-size: 1.6vw;
    line-height: 2.9vw;
  }

  .button-4-sil-2-white {
    border: .5px solid var(--szary);
    background-color: var(--darksea);
    height: 3.5svw;
  }

  .heading-46-noop {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
    margin: 0 auto;
    padding-left: 5vw;
    padding-right: 0;
    font-size: 2.6vw;
    line-height: 3.4vw;
  }

  .container-31-pl-noop {
    background-color: #0000;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 100%;
    margin: 1.5vw 0 0;
  }

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

  .grid-17-noop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .7fr .4fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: start;
    place-items: start stretch;
    height: auto;
    margin-top: 0;
    display: grid;
  }

  .div-block-609-noop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-around;
    align-items: flex-start;
    width: 100%;
    height: 95%;
    display: flex;
  }

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

  .list-4-noop {
    grid-column-gap: 0px;
    grid-row-gap: .5vw;
    -webkit-text-stroke-color: var(--pink);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 4vw;
    display: flex;
  }

  .div-block-67-noop {
    width: 35vw;
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .div-block-608-noop {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-53-sil-2-noop {
    height: 4vw;
    margin-top: 0;
    margin-bottom: 2vw;
  }

  .columns-3 {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .button-wiecej {
    border: .5px solid var(--szary);
    background-color: var(--pastel-green);
    height: 4svw;
  }

  .heading-60 {
    color: var(--white);
    font-weight: 300;
  }

  .paragraph-10 {
    margin-top: 3vw;
    font-size: .7vw;
  }

  .button-4-sil-2-new {
    border: .5px solid var(--szary);
    background-color: var(--pink);
    height: 3.5svw;
    margin-left: 0;
    padding: .5em .5vw;
    font-size: 1.2svw;
  }

  .div-block-53-sil-2-new {
    height: auto;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .button-13-copy {
    width: 80%;
    height: auto;
    margin-bottom: 0;
    font-size: 1.1vw;
    line-height: 2vw;
  }
}

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

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

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

  .navbar-wrapper {
    flex: 1;
    justify-content: space-between;
    width: 98%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 2vw;
  }

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

  .menu-button {
    display: none;
  }

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

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

  .heading-3, .heading-4 {
    color: #081c82;
    width: auto;
    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;
    margin-left: 0;
    margin-right: 0;
    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 {
    object-fit: fill;
    width: auto;
    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;
    min-height: 100%;
    max-height: 24.9332%;
  }

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

  .div-block-15, .div-block-16 {
    flex-direction: column;
    display: flex;
  }

  .modul-1 {
    background-position: 100% 0;
    background-size: cover;
    height: 13%;
    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 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    height: 45vw;
    margin-left: 20px;
    padding-left: 0;
  }

  .image-20 {
    width: 34vw;
    margin-left: 0;
  }

  .heading-21 {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 95%;
    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-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    justify-content: flex-start;
  }

  .heading-23 {
    width: 45svw;
    margin-top: 40px;
  }

  .text-block-36 {
    margin-bottom: 0;
  }

  .grid-12 {
    grid-row-gap: 41px;
    grid-template-columns: 1fr .8fr;
    margin-top: 2vw;
  }

  .div-block-23 {
    padding-left: 0;
  }

  .div-block-25 {
    align-items: center;
  }

  .text-block-42 {
    margin-top: 2vw;
  }

  .text-block-45 {
    margin-top: 0;
  }

  .bold-text-16 {
    margin-top: 5px;
    font-size: 1.6vw;
  }

  .bold-text-17 {
    margin-top: 1vw;
  }

  .bold-text-18 {
    font-size: 1.6vw;
  }

  .bold-text-19 {
    line-height: 2vw;
  }

  .image-24 {
    width: auto;
    height: 5vw;
  }

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

  .div-block-35 {
    flex-direction: column;
    display: flex;
  }

  .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 {
    background-position: 100% 0;
    background-size: cover;
    height: 13%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mod_01-head {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/TLO-SEA-CLN-01-H738-2.jpg');
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    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;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 5vw;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .quick-stack {
    grid-row-gap: 5px;
    flex: none;
    align-self: center;
    width: 80%;
    height: 100%;
    margin-top: 3vw;
    margin-bottom: 7vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-27 {
    text-align: left;
    letter-spacing: normal;
    white-space: break-spaces;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 0;
    margin-bottom: .6vh;
    padding-right: 0;
    font-size: 2.8vw;
    line-height: 3.2vw;
    position: relative;
    inset: auto auto auto 0%;
  }

  .div-block-47 {
    height: 2vw;
  }

  .heading-28 {
    text-align: left;
    margin-top: .8vh;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 2.4vw;
    position: relative;
    inset: auto auto auto 0%;
  }

  .text-block-60 {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.4vw;
    line-height: 2vw;
    position: absolute;
    inset: 32.3vw 0% auto -31%;
  }

  .image-30 {
    flex: none;
    align-self: center;
    width: auto;
    min-width: auto;
    max-width: 90%;
    height: 100%;
    max-height: none;
    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 {
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 2vw;
    display: flex;
    position: static;
    inset: auto auto 0% 0%;
  }

  .cell-2 {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .button-3 {
    background-color: var(--pink);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 65%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .button-3.btn_pharmapass_embed_login {
    justify-content: center;
    align-self: flex-start;
    width: 60%;
    height: 6svw;
  }

  .image-31 {
    height: 100%;
  }

  .div-block-49 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .image-32 {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1vw;
  }

  .banner-konkurs-2 {
    color: #fff;
    text-indent: 10px;
    white-space: normal;
    justify-content: space-around;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1svw;
    padding-bottom: 1svh;
    font-size: 3svw;
    line-height: 3svh;
  }

  .div-block-50 {
    background-color: #0000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

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

  .section-12 {
    background-color: var(--royal-blue);
  }

  .mod_02 {
    text-align: left;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
    display: none;
    position: static;
  }

  .body-4 {
    background-color: var(--white);
    justify-content: flex-start;
    align-items: center;
    height: auto;
    overflow: visible;
  }

  .heading-30 {
    text-align: left;
    letter-spacing: normal;
    white-space: break-spaces;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 2.6vw;
    line-height: 2vw;
    position: relative;
    inset: 1% auto auto 0%;
  }

  .div-block-51 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5px;
  }

  .div-block-48-copy {
    justify-content: space-between;
    width: 100%;
    height: 5svh;
    margin-top: 0;
    display: none;
    position: static;
    inset: auto auto 0% 0%;
  }

  .button-5 {
    background-color: var(--pink);
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 65%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

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

  .container-17 {
    flex-direction: column;
    align-items: center;
    width: 85%;
    display: flex;
  }

  .container-18 {
    background-color: #fff0;
    background-image: none;
    width: 85%;
    max-width: none;
  }

  .mod_03 {
    background-image: url('../images/Asset-19.png');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
  }

  .button-4 {
    background-color: var(--pink);
    text-align: center;
    background-image: linear-gradient(#e80c67, #e80c67);
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 35svw;
    height: 6svw;
    margin-top: 40px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .mod_05 {
    background-position: 0 0;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .mod_06-foot-menu {
    background-color: var(--darksea);
    order: 0;
  }

  .image-24-copy {
    width: 20%;
  }

  .image-31-2 {
    height: 100%;
  }

  .div-block-48-3 {
    justify-content: space-between;
    width: 100%;
    height: 5svh;
    margin-top: 0;
    display: none;
    position: static;
    inset: auto auto 0% 0%;
  }

  .polsart-logo {
    height: 3vw;
    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 {
    background-color: var(--dark-quiz);
    background-image: url('../images/quiz_tlo.jpg');
    background-position: 100% -2%;
    background-size: cover;
    height: auto;
    padding-bottom: 3vw;
  }

  .container-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }

  .button-6 {
    background-color: var(--pink);
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 26svw;
    height: auto;
    margin-top: 40px;
    padding-top: .8em;
    padding-bottom: .8em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .button-6.quiz-end {
    border-radius: 90px;
    width: 32vw;
    height: 6vw;
    margin-top: 0;
    font-size: 2.8svh;
  }

  .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 {
    background-color: var(--pink);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 30vw;
    height: 6vw;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .button-7.disabled.send-data {
    margin-bottom: 0;
  }

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

  .button-7-copy {
    background-color: var(--pink);
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 45%;
    height: auto;
    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-top: 0;
    margin-bottom: 0;
  }

  .div-block-61 {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .div-block-62 {
    justify-content: center;
    margin-top: 0;
  }

  .div-block-603 {
    align-items: flex-start;
    width: auto;
  }

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

  .button-10 {
    background-color: var(--pink);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 30vw;
    height: 6vw;
    margin-bottom: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 2vw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .container-29 {
    align-self: center;
    width: 80%;
    height: 85%;
    margin-bottom: 5vw;
  }

  .button-12 {
    text-align: center;
    background-color: #0000;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 30svw;
    height: 4vw;
    margin-left: 0;
    padding: .5em 40px;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2.5vw;
    display: flex;
  }

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

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

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

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

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

  .kafel {
    justify-content: flex-start;
    width: 20vw;
    height: 22vw;
    padding-bottom: 0;
  }

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

  .div-block-605 {
    width: 80%;
    margin-top: 1vw;
  }

  .cell-4 {
    align-items: flex-start;
    padding-left: 11px;
  }

  .cell-5, .cell-6 {
    align-items: flex-start;
  }

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

  .body-5 {
    background-color: #0000;
    background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
    justify-content: space-between;
    align-items: stretch;
  }

  .mod_01-head-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: padding-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .heading-45 {
    color: #8e8c8c;
    justify-content: center;
    display: flex;
  }

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

  .div-block-63 {
    justify-content: flex-start;
    align-self: flex-start;
    width: 35vw;
    margin-top: 2vw;
  }

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: .65fr .45fr;
    grid-auto-columns: 1fr;
    place-content: space-between stretch;
    place-items: start;
    height: auto;
    margin-top: 1vw;
    display: grid;
  }

  .container-31-pl {
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 1.5vw;
    margin-bottom: 1vw;
    overflow: visible;
  }

  .heading-46 {
    color: var(--pink);
    text-align: left;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .heading-47 {
    align-items: flex-start;
    margin-top: 0;
    font-size: 2.6vw;
    line-height: 3.4vw;
    display: flex;
  }

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

  .quick-stack-5 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    height: 100%;
  }

  .div-block-608 {
    object-fit: contain;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 99.9999%;
    max-height: none;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-65 {
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 0;
    overflow: visible;
  }

  .div-block-609 {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-left: 5vw;
    display: flex;
  }

  .button-8 {
    background-color: var(--pink);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 30vw;
    height: 6vw;
    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: 2.2vw;
  }

  .list-item-12, .list-item-13 {
    margin-top: 0;
    font-size: 2.2vw;
    line-height: 2.5vw;
  }

  .div-block-610 {
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .list-4 {
    grid-column-gap: 21px;
    grid-row-gap: .5vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 4vw;
    display: flex;
  }

  .mod_01-head-3 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/TLO-SEA-CLN-01-H1280-DARK-03.jpg');
    background-position: 60% 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;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .image-37 {
    width: 50%;
    max-width: 55%;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-11 {
    background-color: var(--darksea);
    text-align: center;
    border-radius: 70px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 30vw;
    height: 6vw;
    min-height: 0;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .button-11.btn_pharmapass_embed_login {
    background-color: var(--pink);
    margin-top: 0;
  }

  .button-7-copy {
    background-color: var(--pink);
    text-align: center;
    border-radius: 70px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 30vw;
    height: 6vw;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .image-38 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: scale-down;
    flex-flow: column;
    flex: 1;
    align-self: center;
    width: 60%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-flex;
    position: static;
    overflow: clip;
  }

  .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 {
    justify-content: center;
    align-items: flex-start;
    height: 70%;
    display: flex;
  }

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

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

  .div-block-67 {
    order: 0;
    justify-content: center;
    margin-top: 1.2vw;
    margin-bottom: 0;
  }

  .mod_06-foot-menu-2 {
    position: relative;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .div-block-612-tab {
    text-align: left;
    object-fit: contain;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
    position: static;
    overflow: auto;
  }

  .div-block-612 {
    width: 50%;
  }

  .div-block-613 {
    align-self: center;
    width: 45%;
    height: auto;
  }

  .div-block-614 {
    text-align: center;
    flex-flow: column;
    order: 0;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .text-span-7 {
    margin-top: .5vw;
    font-size: 2.3vw;
  }

  .heading-50 {
    color: var(--white);
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .heading-51 {
    margin-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.3vw;
    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 {
    margin-top: 0;
    font-size: 1.3vw;
    line-height: 1.8vw;
  }

  .mod_01-head-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--darksea);
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/TLO-SEA-CLN-01-H1280-2.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;
    height: auto;
    padding-bottom: 5vw;
    display: flex;
  }

  .paragraph-5 {
    color: var(--midnight-blue);
    margin-top: .5vw;
    margin-bottom: 0;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: .8vw;
    line-height: 1vw;
    display: none;
  }

  .div-block-615 {
    color: var(--white);
    width: 40%;
    margin-top: .5vw;
    margin-left: 10vw;
    display: flex;
  }

  .section-16 {
    position: relative;
  }

  .section-17 {
    background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 2vw;
  }

  .section-18 {
    padding-top: 0;
  }

  .container-33 {
    background-color: #0000;
    border-radius: 19px;
    width: 80%;
    max-width: none;
    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: block;
  }

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

  .text-block-65 {
    color: var(--white);
  }

  .button-13 {
    background-color: var(--dark-black);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 30vw;
    height: 3.4vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .div-block-616 {
    align-self: flex-start;
    width: 40%;
    margin-top: 1.5vw;
    margin-left: 10vw;
    display: flex;
  }

  .okruszki {
    color: var(--white);
  }

  .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 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 55%;
    margin-top: 0;
    display: flex;
  }

  .quick-stack-pk {
    grid-row-gap: 5px;
    flex: none;
    align-self: center;
    width: 80%;
    height: 80%;
    margin-top: 2vw;
    margin-bottom: 4vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-50-pk {
    background-color: #0000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 1vw;
    display: flex;
    position: relative;
  }

  .div-block-48-pk {
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 4vh;
    display: flex;
    position: static;
    inset: auto auto 0% 0%;
  }

  .div-block-49-pk {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 90%;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .image-30-pk {
    flex: none;
    align-self: center;
    width: auto;
    min-width: auto;
    max-width: 90%;
    height: 100%;
    max-height: none;
    margin-right: 0;
    position: relative;
    overflow: visible;
  }

  .heading-27-pk {
    text-align: left;
    letter-spacing: normal;
    white-space: break-spaces;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 0;
    margin-bottom: 1vh;
    padding-right: 0;
    font-size: 3.7vw;
    line-height: 4.4vw;
    position: relative;
    inset: auto auto auto 0%;
  }

  .heading-30-pk {
    text-align: left;
    letter-spacing: normal;
    white-space: break-spaces;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 2.6vw;
    line-height: 2vw;
    position: relative;
    inset: 1% auto auto 0%;
  }

  .heading-28-pk {
    margin-top: 5vh;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 2.3vw;
    position: relative;
    inset: auto auto auto 0%;
  }

  .button-3-pk {
    background-color: var(--pink);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 65%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .div-block-608-pk {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    height: 92%;
    max-height: none;
    overflow: visible;
  }

  .div-block-609-pk {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 92%;
    display: flex;
  }

  .heading-46-pk {
    color: var(--pink);
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .heading-48-pk {
    margin-top: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 2vw;
    font-weight: 900;
    line-height: 2.3vw;
  }

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

  .image-37-pk {
    width: 60%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .button-11-pk {
    text-align: center;
    background-color: #fda21e;
    border-radius: 70px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25vw;
    height: 5vw;
    min-height: 0;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .div-block-612-tab-pk {
    object-fit: contain;
    flex: none;
    order: 0;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    height: 70%;
    margin-top: 0;
    display: flex;
  }

  .button-7-copy-pk {
    text-align: center;
    background-color: #081c82;
    border-radius: 70px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25vw;
    height: 5vw;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .div-block-67-pk {
    order: 0;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-65-pk {
    justify-content: center;
    margin-top: 1vw;
    margin-bottom: 0;
    overflow: visible;
  }

  .grid-17-pk {
    grid-column-gap: 26px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start stretch;
    place-items: start stretch;
    height: 80%;
    margin-top: 0;
    display: grid;
  }

  .container-31-pl-pk {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 90%;
    margin-top: 1vw;
    margin-bottom: 0;
    overflow: visible;
  }

  .container-31-pl-pk2 {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 100%;
    margin-top: 1vw;
    margin-bottom: 0;
    overflow: visible;
  }

  .div-block-609-pk2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-608-pk2 {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    height: 92%;
    max-height: none;
    overflow: visible;
  }

  .grid-17-pk2 {
    grid-column-gap: 26px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start stretch;
    place-items: start stretch;
    height: 90%;
    margin-top: 0;
    display: grid;
  }

  .heading-50-pk2 {
    color: var(--midnight-blue);
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 2.2vw;
    line-height: 2.5vw;
  }

  .text-span-7-pk2 {
    margin-top: 2vw;
    font-size: 2.2vw;
  }

  .heading-51-pk2 {
    margin-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2vw;
  }

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

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

  .image-37-pk2 {
    width: 60%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 1vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-65-pk2 {
    justify-content: center;
    margin-top: 1vw;
    margin-bottom: 0;
    overflow: visible;
  }

  .button-11-pk2 {
    background-color: var(--pink);
    text-align: center;
    border-radius: 70px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25vw;
    height: 5vw;
    min-height: 0;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .heading-53 {
    color: var(--pink);
  }

  .image-40 {
    flex: 0 auto;
    align-self: center;
    width: 95%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .text-block-72y.bold-text-17_left {
    font-size: 1.7vw;
  }

  .image-41 {
    margin-top: 1vw;
  }

  .heading-55 {
    font-size: 2.5vw;
    line-height: 2.9vw;
  }

  .nav-link-10 {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .text-block-73 {
    color: var(--white);
    border: 0 solid #f7eeee;
  }

  .heading-44-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.1vw;
    line-height: 1.6vw;
  }

  .heading-44-copy-2, .heading-44-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.3vw;
    line-height: 1.7vw;
  }

  .link-2 {
    flex-flow: row;
    width: 9%;
    display: inline-flex;
  }

  .heading-50-pk2-2 {
    color: var(--midnight-blue);
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 2.2vw;
    line-height: 2.5vw;
  }

  .heading-46-pk-2 {
    color: #b00003;
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 0;
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .button-11-pk2-2 {
    background-color: var(--pink);
    text-align: center;
    border-radius: 70px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25vw;
    height: 5vw;
    min-height: 0;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .bold-text-17_left {
    margin-top: .5em;
    font-size: 1.7vw;
  }

  .button-4-sil {
    background-color: var(--pink);
    text-align: center;
    background-image: linear-gradient(#e80c67, #e80c67);
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 35svw;
    height: 6svw;
    margin-top: 40px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .heading-55-sil {
    font-size: 2.5vw;
    line-height: 2.9vw;
  }

  .button-4-sil-2 {
    border: .5px solid var(--szary);
    background-color: var(--darksea);
    text-align: center;
    background-image: none;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 14svw;
    height: 3.5svw;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.4svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .div-block-53-sil-2 {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .heading-55-sil-2 {
    font-size: 1vw;
    line-height: 2.9vw;
  }

  .button-5-mobil {
    background-color: var(--pink);
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 65%;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .section-30 {
    background-color: var(--darksea);
    height: 10.4722%;
  }

  .heading-55-sil-3-fdark {
    font-size: 1.6vw;
    line-height: 2.9vw;
  }

  .button-4-sil-2-white {
    border: .5px solid var(--szary);
    background-color: var(--darksea);
    text-align: center;
    background-image: none;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 14svw;
    height: 3.5svw;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.4svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .text-block-78 {
    color: #fff;
  }

  .heading-46-noop {
    color: var(--pink);
    text-align: left;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-left: 5vw;
    padding-right: 3vw;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .container-31-pl-noop {
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 1.5vw;
    margin-bottom: 0;
    overflow: visible;
  }

  .div-block-65-noop {
    justify-content: center;
    margin-top: .5vw;
    margin-bottom: .5vh;
    overflow: visible;
  }

  .grid-17-noop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: .8fr .4fr;
    grid-auto-columns: 1fr;
    place-content: space-between stretch;
    place-items: start;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 1.5vw;
    display: grid;
  }

  .div-block-609-noop {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 95%;
    margin-top: 0;
    padding-left: 5vw;
    display: flex;
  }

  .heading-47-noop {
    align-items: flex-start;
    margin-top: 0;
    font-size: 2.2vw;
    line-height: 3.4vw;
    display: flex;
  }

  .list-4-noop {
    grid-column-gap: 21px;
    grid-row-gap: .5vw;
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 4vw;
    display: flex;
  }

  .div-block-67-noop {
    order: 0;
    justify-content: center;
    margin-top: 1.2vw;
    margin-bottom: 0;
  }

  .div-block-608-noop {
    object-fit: contain;
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 99.9999%;
    max-height: none;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-53-sil-2-noop {
    margin-top: 1vw;
    margin-bottom: 2.5vw;
  }

  .column-10 {
    display: flex;
  }

  .div-block-633 {
    flex-flow: column;
    justify-content: center;
    align-items: baseline;
    width: 80%;
    height: 30%;
    display: flex;
  }

  .grid-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-634, .grid-19 {
    width: 100%;
  }

  .image-56 {
    width: 50%;
  }

  .columns-3 {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .column-11 {
    height: auto;
  }

  .button-wiecej {
    border: .5px solid var(--szary);
    background-color: var(--pastel-green);
    text-align: center;
    background-image: none;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    height: 4svw;
    margin-top: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 1.4svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .heading-60 {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 3vw;
    font-weight: 300;
  }

  .paragraph-10 {
    margin-top: 0;
  }

  .div-block-648 {
    margin-bottom: 2vw;
  }

  .button-4-sil-2-new {
    border: .5px solid var(--szary);
    background-color: var(--pink);
    text-align: center;
    background-image: none;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 14svw;
    height: 3.5svw;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.4svw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

  .div-block-53-sil-2-new {
    height: auto;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .button-13-copy {
    background-color: var(--dark-black);
    text-align: center;
    background-color: var(--royal-blue);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    height: auto;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 1.1vw;
    font-weight: 700;
    line-height: 2svh;
    display: flex;
  }

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

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    border-style: none;
    border-width: 0;
    order: -1;
    width: 100%;
    margin-bottom: 0;
    padding-top: 1vw;
    display: flex;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 98%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 2vw;
  }

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

  .nav-link.w--current {
    font-size: 1vw;
  }

  .hero-wrapper {
    width: 100%;
    height: 130%;
  }

  .bold-text {
    background-color: var(--burlywood);
  }

  .heading-6 {
    color: var(--midnight-blue);
  }

  .sekcja-1-header {
    height: 650px;
    display: none;
  }

  .navbar-no-shadow-container {
    z-index: auto;
    background-color: var(--darksea);
    order: 0;
    position: relative;
  }

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

  .nav-link-2:hover {
    color: var(--pastel-green);
  }

  .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 {
    background-image: url('../images/header-tlo-02.jpg');
    background-position: 50% 0;
    background-size: cover;
    width: auto;
    height: auto;
  }

  .heading-15 {
    color: var(--midnight-blue);
    text-align: center;
    margin-top: 22px;
    font-size: 48px;
  }

  .container-6 {
    position: relative;
    top: 251px;
  }

  .heading-15-copy {
    color: var(--pink);
    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 {
    background-position: 0 100%;
    background-size: 100% 100%;
    height: 12%;
    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;
    place-items: start center;
    padding-bottom: 0;
    display: grid;
  }

  .text-block-34 {
    width: 70%;
    margin-top: 0;
  }

  .div-block-17 {
    justify-content: space-between;
    height: 39vw;
    margin-left: 60px;
    padding-left: 80px;
  }

  .image-20 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
  }

  .heading-21 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 110%;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    font-size: 4vw;
  }

  .button-big-red {
    border-radius: 60px;
    width: 70%;
    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 {
    grid-template-columns: minmax(96px, 1fr) minmax(96px, 1fr) repeat(auto-fit, minmax(96px, 1fr));
    place-items: start center;
    width: 70vw;
  }

  .image-22 {
    width: 3vw;
    max-width: none;
    position: relative;
  }

  .div-block-20 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 23vw;
    position: relative;
  }

  .text-block-35 {
    text-transform: none;
    width: auto;
    position: relative;
  }

  .div-block-21 {
    justify-content: center;
    width: 23vw;
    position: relative;
  }

  .div-block-22 {
    width: 23vw;
    position: relative;
  }

  .bold-text-11 {
    color: var(--dark-black);
    text-transform: none;
    justify-content: center;
    width: 34vh;
    font-size: 2vw;
    display: flex;
  }

  .bold-text-12, .bold-text-13 {
    font-size: 2vw;
  }

  .modul-3 {
    padding-top: 38px;
  }

  .heading-23 {
    border-radius: 50px;
    width: 36svw;
    margin-top: 2vw;
  }

  .text-block-36 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .grid-12 {
    width: 80%;
    overflow: visible;
  }

  .text-block-37 {
    width: auto;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .image-23 {
    width: 24vw;
    min-width: auto;
    max-width: none;
  }

  .text-block-38 {
    width: auto;
    padding-right: 0;
  }

  .div-block-24, .div-block-25 {
    padding-top: 15px;
  }

  .text-block-42 {
    margin-top: 2vw;
    line-height: 2vw;
  }

  .text-block-45 {
    margin-top: 0;
    line-height: 0;
  }

  .bold-text-16 {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 1.6vw;
  }

  .bold-text-17 {
    margin-top: 0;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .bold-text-18 {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 1.6vw;
  }

  .bold-text-19 {
    color: var(--darksea);
    padding-top: 6px;
    padding-bottom: 20px;
    font-size: 1.6vw;
    line-height: 1vw;
    display: flex;
  }

  .modul-5 {
    height: 60vh;
  }

  .grid-13 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 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 {
    border-radius: 60px;
    width: 70%;
    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 {
    align-items: flex-start;
    min-height: auto;
    margin-top: 5vh;
  }

  .button-big-red-4 {
    border-radius: 60px;
    width: 70%;
    margin-top: 0;
    padding-top: 15px;
  }

  .button-big-red-5 {
    border-radius: 60px;
    width: 80%;
    margin-top: 0;
    padding-top: 15px;
  }

  .heading-26 {
    color: var(--midnight-blue);
    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 {
    background-position: 0 100%;
    background-size: 100% 100%;
    height: 12%;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .html-embed {
    width: 100%;
  }

  .container-15 {
    width: 85vw;
    max-width: none;
  }

  .section-11 {
    background-color: var(--burlywood);
    height: 95vh;
  }

  .div-block-18-copy {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
  }

  .mod_01-head {
    object-fit: fill;
    background-image: url('../images/TLO-SEA-CLN-01-H738-2.jpg');
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 6vw;
    display: flex;
    position: static;
    overflow: visible;
  }

  .quick-stack {
    width: 80%;
    height: auto;
    margin-top: 3vw;
    margin-bottom: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-27 {
    text-align: left;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 0;
    margin-bottom: .6vh;
    padding-right: 0;
    font-size: 2.8vw;
    line-height: 3.2vw;
    overflow: hidden;
  }

  .heading-28 {
    text-align: left;
    margin-top: .8vh;
    font-size: 1.8vw;
    line-height: 2.4vw;
  }

  .text-block-60 {
    clear: none;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.4vw;
    line-height: 2vw;
    display: flex;
    position: absolute;
    inset: 32.2vw 0% auto -31%;
  }

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

  .div-block-48 {
    margin-bottom: 0;
  }

  .cell-2 {
    justify-content: space-around;
    align-items: center;
  }

  .button-3 {
    border-radius: 70px;
    width: 30svw;
  }

  .div-block-49 {
    width: 100.003%;
  }

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

  .div-block-50 {
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mod_02 {
    display: block;
  }

  .heading-29 {
    margin-top: 2vw;
  }

  .body-4 {
    background-color: var(--darksea);
    background-image: none;
    border-style: none;
    border-width: 0;
    justify-content: flex-start;
    height: auto;
    overflow: visible;
  }

  .heading-30 {
    text-align: left;
    width: auto;
    max-width: none;
    max-height: none;
    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: #0000;
    background-image: none;
    width: 90%;
    overflow: visible;
  }

  .mod_03 {
    background-image: url('../images/Asset-19.png');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    flex: 0 auto;
    overflow: visible;
  }

  .button-4 {
    background-image: linear-gradient(#e80c67, #e80c67);
    border-radius: 80px;
  }

  .container-19 {
    padding-bottom: 60px;
  }

  .mod_04 {
    overflow: visible;
  }

  .mod_05 {
    padding-bottom: 0;
  }

  .mod_06-foot-menu {
    border: 1px #000;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .div-block-53 {
    justify-content: center;
  }

  .image-24-copy {
    width: 20%;
    height: auto;
    margin-left: 10px;
  }

  .polsart-logo {
    height: 3vw;
    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: var(--white);
  }

  .pytanie {
    color: var(--white);
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .section-13 {
    color: var(--midnight-blue);
    background-image: url('../images/quiz_tlo.jpg');
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    padding-bottom: 3vw;
  }

  .heading-31 {
    border: 3px solid var(--white);
    border-radius: 50px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 2vw;
  }

  .text-block-62 {
    margin-top: 20px;
    font-size: .5vw;
  }

  .container-23 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-6 {
    width: 26svw;
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .button-6.quiz-end {
    border-radius: 90px;
    width: 30svw;
    margin-top: 0;
    font-size: 2.8vw;
  }

  .container-24 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .button-7 {
    border-radius: 90px;
    width: 30svw;
  }

  .button-7.disabled.send-data {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-25 {
    width: 80%;
    max-width: none;
    height: 300vh;
    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 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    max-width: none;
    display: flex;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-template-columns: .75fr .4fr;
  }

  .heading-35 {
    width: auto;
    font-size: 2.5vw;
    line-height: 2.9vw;
  }

  .heading-37 {
    line-height: 4.5vw;
  }

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

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

  .div-block-62 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .button-10 {
    border-radius: 80px;
    width: 30vw;
    height: 6vw;
    margin-bottom: 0;
  }

  .container-29 {
    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: flex-start;
    width: 80%;
    margin: 0 0 0;
    display: flex;
  }

  .button-12 {
    border-radius: 60px;
    width: 30svw;
    font-weight: 500;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    width: 80%;
    margin-top: 1vw;
  }

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

  .heading-41 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .heading-42 {
    margin-top: 0;
    font-size: 3vw;
  }

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

  .kafel {
    height: 22vw;
    padding-bottom: 0;
  }

  .heading-44 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2vw;
    font-size: 1.3vw;
    line-height: 1.5vw;
  }

  .div-block-605 {
    align-self: center;
    width: 80%;
    margin-top: 1vw;
  }

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

  .div-block-62-2 {
    margin-top: 3vw;
    margin-bottom: 3vw;
    position: relative;
  }

  .body-5 {
    background-color: var(--darksea);
    background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
    justify-content: flex-start;
    height: 100%;
  }

  .mod_01-head-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

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

  .div-block-63 {
    margin-top: 2vw;
  }

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .65fr .4fr;
    place-content: space-between stretch;
    height: auto;
    margin-top: 1.5vw;
  }

  .container-31-pl {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 100%;
    margin-top: 2vw;
    margin-bottom: 2.5vw;
  }

  .heading-46 {
    color: var(--pink);
    text-align: left;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 2.8vw;
    line-height: 2.6vw;
    display: flex;
  }

  .heading-47 {
    font-size: 2.6vw;
    line-height: 3.4vw;
  }

  .heading-48 {
    text-align: center;
    margin-top: 0;
    font-size: 1.8vw;
    font-weight: 900;
    line-height: 2.3vw;
  }

  .quick-stack-5 {
    align-self: center;
    height: 32vw;
  }

  .div-block-608 {
    justify-content: space-around;
    align-items: baseline;
    width: auto;
    height: auto;
    max-height: none;
    display: flex;
  }

  .div-block-65 {
    width: 35vw;
    margin-top: 1vh;
    overflow: hidden;
  }

  .div-block-609 {
    flex-flow: column;
    place-content: center space-around;
    align-items: flex-start;
    height: 100%;
    overflow: visible;
  }

  .button-8 {
    border-radius: 60px;
    width: 30svw;
  }

  .list-item-11 {
    color: var(--pink);
  }

  .list-item-12, .list-item-13 {
    color: var(--pink);
    margin-top: 0;
  }

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

  .list-4 {
    align-items: flex-start;
  }

  .mod_01-head-3 {
    background-color: var(--darksea);
    background-image: url('../images/TLO-SEA-CLN-01-H1280-DARK-03.jpg');
    border: 1px #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .image-37 {
    width: auto;
    max-width: 50%;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .button-11 {
    border-radius: 90px;
    width: 30vw;
    height: 5vw;
    margin-top: 1vw;
  }

  .button-7-copy {
    border-radius: 60px;
    width: 30vw;
    height: 5vw;
    margin-top: 0;
  }

  .image-38 {
    vertical-align: baseline;
    flex: 0 auto;
    width: 85%;
    max-width: none;
    height: 100%;
    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: 1vw;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .div-block-67 {
    margin-top: 1vw;
  }

  .mod_06-foot-menu-2 {
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    color: var(--white);
  }

  .div-block-612-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
  }

  .div-block-614 {
    justify-content: space-around;
    width: 100%;
    height: auto;
    display: block;
  }

  .text-span-7 {
    margin-top: .5vw;
    margin-bottom: .5vw;
    font-size: 2.3vw;
  }

  .heading-50 {
    color: var(--white);
    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: 0;
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.7vw;
  }

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

  .heading-49-copy._52 {
    margin-top: 0;
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .mod_01-head-4 {
    background-color: var(--darksea);
    object-fit: fill;
    background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 4vw;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .paragraph-5 {
    font-size: .8vw;
  }

  .div-block-615 {
    color: var(--white);
    align-self: flex-start;
  }

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

  .section-17 {
    background-image: url('../images/TLO-SEA-CLN-01-H738-2.jpg');
    background-position: 50% 0;
    background-size: cover;
    padding-bottom: 2vw;
    position: relative;
  }

  .paragraph-6 {
    padding-left: 1vw;
    padding-right: 0;
    line-height: 16.5px;
  }

  .checkbox {
    border-width: 1px;
    border-radius: 0;
    width: 22px;
  }

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

  .text-block-65 {
    color: var(--white);
  }

  .checkbox-2 {
    border-color: var(--midnight-blue);
    margin-top: 0;
  }

  .checkbox-3 {
    margin-top: 0;
  }

  .button-13 {
    border-radius: 80px;
    width: 30vw;
    height: 3.4vw;
    margin-bottom: 0;
    font-size: 1.6vw;
  }

  .div-block-616 {
    align-self: flex-start;
  }

  .okruszki {
    color: var(--white);
  }

  .container-34 {
    flex-direction: column;
    width: 60%;
    max-width: none;
    margin-top: 0;
  }

  .heading-52-quiz-2 {
    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;
    display: block;
  }

  .przypisy {
    width: 60%;
    max-width: none;
    display: block;
  }

  .italic-text {
    font-size: .6vw;
  }

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

  .heading-52 {
    color: var(--white);
    line-height: 2vw;
  }

  .paragraph-9 {
    margin-bottom: 1vw;
  }

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

  .kafel-opis {
    align-self: auto;
    height: 55%;
  }

  .quick-stack-pk {
    width: 80%;
    margin-top: 2vw;
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-50-pk {
    flex: 1;
    justify-content: space-around;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2vw;
  }

  .div-block-49-pk {
    justify-content: center;
    height: 90%;
  }

  .image-30-pk {
    max-width: 90%;
    max-height: 100%;
  }

  .heading-27-pk {
    text-align: left;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 0;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .heading-30-pk {
    text-align: left;
    width: auto;
    max-width: none;
    max-height: none;
    margin-top: 1vw;
    font-size: 2.8vw;
    line-height: 3.3vw;
  }

  .heading-28-pk {
    margin-top: 2vh;
    font-size: 1.8vw;
    line-height: 2.3vw;
  }

  .button-3-pk {
    border-radius: 70px;
    width: 30svw;
  }

  .div-block-608-pk {
    justify-content: space-between;
    height: 100%;
  }

  .div-block-609-pk {
    place-content: center space-between;
    align-items: center;
    height: 100%;
    overflow: visible;
  }

  .heading-46-pk {
    color: var(--pink);
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.8vw;
    line-height: 3.2vw;
    display: flex;
  }

  .heading-48-pk {
    margin-top: 1vw;
    font-size: 1.8vw;
    font-weight: 900;
    line-height: 2.3vw;
  }

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

  .image-37-pk {
    width: 60%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 1vw;
  }

  .button-11-pk {
    border-radius: 90px;
    width: 25vw;
    height: 5vw;
    margin-top: 0;
  }

  .div-block-612-tab-pk {
    align-items: flex-start;
  }

  .button-7-copy-pk {
    border-radius: 60px;
    width: 100%;
    height: auto;
  }

  .div-block-67-pk {
    margin-top: 0;
  }

  .div-block-65-pk {
    width: 25vw;
    margin-top: 1vh;
    overflow: hidden;
  }

  .grid-17-pk {
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
    height: 90%;
  }

  .container-31-pl-pk {
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: none;
    height: 90%;
    margin-top: 1vw;
    margin-bottom: 2.5vw;
  }

  .container-31-pl-pk2 {
    align-items: center;
    width: 80%;
    max-width: none;
    height: 100%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: flex;
  }

  .div-block-609-pk2 {
    flex-direction: column;
    place-content: center space-around;
    align-items: center;
    height: 100%;
    overflow: visible;
  }

  .div-block-608-pk2 {
    justify-content: space-between;
    height: 100%;
  }

  .grid-17-pk2 {
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
    height: 90%;
  }

  .heading-50-pk2 {
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2vw;
    line-height: 2.5vw;
    display: flex;
  }

  .heading-51-pk2 {
    margin-top: 1vw;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 2vw;
  }

  .heading-49-copy-pk2 {
    margin-top: 1vw;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

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

  .image-37-pk2 {
    width: 60%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 1vw;
  }

  .div-block-65-pk2 {
    width: 25vw;
    margin-top: 0;
    overflow: hidden;
  }

  .button-11-pk2 {
    border-radius: 90px;
    width: 100%;
    height: 5vw;
    margin-top: 0;
  }

  .heading-54 {
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    overflow: hidden;
  }

  .image-40 {
    align-self: center;
    width: 95%;
    max-width: none;
    max-height: none;
    margin-bottom: 0;
  }

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

  .image-41 {
    margin-top: 1vw;
  }

  .heading-55 {
    font-size: 2.5vw;
    line-height: 2.9vw;
  }

  .image-42 {
    max-width: 100%;
  }

  .div-block-620 {
    width: auto;
    position: relative;
  }

  .image-50 {
    width: 99.9999%;
    height: 100%;
    position: relative;
  }

  .div-block-625 {
    align-items: stretch;
  }

  .div-block-626 {
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
  }

  .nav-link-10 {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .container-41 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-74 {
    font-weight: 400;
  }

  .text-block-74-copy {
    font-weight: 400;
  }

  .heading-44-copy-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2vw;
    font-size: 1.3vw;
    line-height: 1.5vw;
  }

  .heading-44-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2vw;
    font-size: 1.3vw;
    line-height: 1.7vw;
  }

  .heading-50-pk2-2 {
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.2vw;
    line-height: 2.5vw;
    display: none;
  }

  .heading-46-pk-2 {
    color: #b00003;
    text-align: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.8vw;
    line-height: 3.2vw;
    display: flex;
  }

  .text-span-16 {
    color: var(--pink);
  }

  .button-11-pk2-2 {
    border-radius: 90px;
    width: 100%;
    height: 5vw;
    margin-top: 0;
  }

  .bold-text-17_left {
    color: var(--pink);
    width: 100%;
    margin-top: 0;
    font-size: 1.6vw;
  }

  .button-4-sil {
    background-image: linear-gradient(#e80c67, #e80c67);
    border-radius: 80px;
  }

  .div-block-53sil {
    justify-content: center;
    width: 90%;
  }

  .heading-55-sil {
    font-size: 1vw;
    line-height: 2.9vw;
  }

  .button-4-sil-2 {
    border: .5px solid var(--szary);
    background-color: var(--darksea);
    color: var(--white);
    text-align: left;
    background-image: none;
    border-radius: 80px;
    width: 11svw;
    height: 2.7svw;
    margin-top: 0;
    font-size: 1.2svw;
    font-weight: 700;
    line-height: 1.2svh;
  }

  .div-block-53-sil-2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 90%;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .heading-55-sil-2 {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    font-size: 1vw;
    font-weight: 400;
    display: block;
  }

  .grid-13-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-30 {
    background-color: var(--darksea);
    position: relative;
  }

  .heading-55-sil-3-fdark {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    font-size: 1.4vw;
    font-weight: 400;
    display: block;
  }

  .button-4-sil-2-white {
    border: .5px solid var(--szary);
    background-color: var(--darksea);
    color: var(--white);
    text-align: left;
    background-image: none;
    border-radius: 80px;
    width: 11svw;
    height: 2.7svw;
    margin-top: 0;
    font-size: 1.2svw;
    font-weight: 700;
    line-height: 1.2svh;
  }

  .bold-text-30 {
    font-size: 1.9vw;
  }

  .heading-46-noop {
    color: var(--pink);
    text-align: left;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 5vw;
    padding-right: 0;
    font-size: 2.6vw;
    line-height: 3.4vw;
    display: flex;
  }

  .container-31-pl-noop {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    height: 100%;
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .div-block-65-noop {
    width: 35vw;
    margin-top: .5vh;
    overflow: hidden;
  }

  .grid-17-noop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .7fr .4fr;
    place-content: space-between stretch;
    height: auto;
    margin-top: 1vw;
  }

  .div-block-609-noop {
    flex-flow: column;
    place-content: center space-around;
    align-items: flex-start;
    height: 90%;
    margin-top: 0;
    padding-left: 5vw;
    overflow: visible;
  }

  .heading-47-noop {
    font-size: 2.2vw;
    line-height: 3.4vw;
  }

  .list-4-noop {
    grid-column-gap: 0vw;
    grid-row-gap: .5vw;
    align-items: flex-start;
  }

  .div-block-67-noop {
    margin-top: 1vw;
  }

  .div-block-608-noop {
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: auto;
    max-height: none;
    display: flex;
  }

  .div-block-53-sil-2-noop {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 1vw;
  }

  .columns-3 {
    margin-top: 6.5vw;
    margin-bottom: 6.5vw;
  }

  .button-wiecej {
    border: .5px solid var(--szary);
    background-color: var(--pastel-green);
    color: var(--white);
    text-align: left;
    background-image: none;
    border-radius: 80px;
    width: 70%;
    height: 4svw;
    margin-top: 0;
    font-size: 1.2svw;
    font-weight: 700;
    line-height: 1.2svh;
  }

  .heading-60 {
    color: #fff;
    font-weight: 400;
  }

  .button-4-sil-2-new {
    border: .5px solid var(--szary);
    background-color: var(--pink);
    color: var(--white);
    text-align: left;
    background-image: none;
    border-radius: 80px;
    width: 11svw;
    height: 2.7svw;
    margin-top: 0;
    font-size: 1.2svw;
    font-weight: 700;
    line-height: 1.2svh;
  }

  .div-block-53-sil-2-new {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .button-13-copy {
    border-radius: 80px;
    width: 80%;
    height: auto;
    margin-bottom: 0;
    font-size: 1.1vw;
    line-height: 2vw;
  }
}

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

  .container {
    flex: 1;
    justify-content: center;
    width: 95%;
    max-width: none;
    display: flex;
  }

  .navbar-wrapper {
    flex: 1;
    justify-content: space-between;
    width: 95%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--pastel-green);
    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 #0000000d;
  }

  .nav-link {
    color: var(--white);
    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 {
    align-items: center;
    max-width: 100%;
    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: var(--royal-blue);
    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: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    color: var(--dark-black);
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
    font-weight: 700;
  }

  .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 {
    background-color: var(--dark-black);
    color: #fff;
  }

  .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 {
    text-align: center;
    width: 500px;
    margin-top: -17px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    margin-right: 0;
  }

  .sekcja-1-header-2 {
    justify-content: center;
    height: 700px;
    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 {
    grid-row-gap: 10px;
    grid-auto-flow: column;
    width: 700px;
  }

  .grid-5 {
    grid-column-gap: 11px;
    grid-template-columns: minmax(370px, .3fr) 1.25fr;
    width: 740px;
  }

  .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 {
    grid-column-gap: 9px;
    flex: 0 auto;
    place-content: stretch center;
    align-items: start;
    width: 95%;
    margin-top: 1vw;
    overflow: visible;
  }

  .text-block-29 {
    font-size: 15px;
  }

  .heading-18 {
    font-size: 18px;
  }

  .image-12 {
    text-align: center;
    width: 195px;
    max-width: 104px;
    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 {
    align-items: center;
    width: 730px;
    margin-top: -28px;
  }

  .modul-1 {
    height: 480px;
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .grid-10 {
    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;
    height: 100%;
    max-height: 130%;
    display: grid;
  }

  .text-block-34 {
    width: 90%;
    height: 9%;
  }

  .div-block-17 {
    justify-content: space-around;
    align-items: flex-start;
    width: 48vw;
    height: 100%;
    margin-left: 0;
    padding-left: 60px;
  }

  .image-20 {
    flex: 0 auto;
    width: 90%;
    height: auto;
    min-height: 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 {
    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;
    width: 90vw;
    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 {
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .bold-text-12, .bold-text-13 {
    font-size: 2.6vw;
  }

  .modul-3 {
    padding-bottom: 20px;
  }

  .heading-23 {
    width: 70%;
    height: 9%;
    margin-top: 0;
    margin-bottom: 1vw;
    font-size: 4vw;
  }

  .text-block-36 {
    margin-top: 1vw;
    font-size: 3vw;
  }

  .grid-12 {
    grid-template-columns: 1fr .9fr;
    width: 80%;
  }

  .div-block-23 {
    align-items: flex-start;
    padding-left: 0;
  }

  .text-block-37 {
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 3.2vw;
    line-height: 3.8vw;
  }

  .image-23 {
    max-width: 110%;
    margin-left: 0;
    padding-right: 10px;
  }

  .text-block-38 {
    text-align: left;
    width: auto;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .text-block-42 {
    justify-content: center;
    width: 100%;
    margin-top: 5vw;
    display: flex;
  }

  .text-block-45 {
    height: auto;
    margin-top: 1vw;
    font-size: 1.5vw;
    line-height: 1.7rem;
  }

  .bold-text-16 {
    margin-top: 0;
    font-size: 2.5vw;
  }

  .modul-4 {
    align-items: center;
  }

  .div-block-26 {
    justify-content: center;
    align-self: center;
    width: 80vw;
  }

  .bold-text-17 {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-bottom: 0;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .bold-text-18 {
    margin-top: 0;
    font-size: 2.5vw;
  }

  .bold-text-19 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    font-size: 2.6vw;
    display: flex;
  }

  .modul-5 {
    height: 50vh;
  }

  .grid-13 {
    margin-top: 3vw;
  }

  .image-24 {
    width: auto;
    height: 40px;
    margin-top: 0;
  }

  .image-25 {
    max-width: 70%;
  }

  .bold-text-20, .bold-text-21 {
    font-size: 2.5vw;
  }

  .container-11 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .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 #0000000d;
  }

  .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: #0000;
  }

  .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 #0000000d;
  }

  .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: #0000;
  }

  .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 #0000000d;
  }

  .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 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: auto;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 1vw;
    flex: 0 auto;
    align-self: center;
    width: 85%;
    height: 90%;
    margin-top: 4vw;
    margin-bottom: 1vw;
    overflow: visible;
  }

  .heading-27 {
    text-align: left;
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .heading-28 {
    margin-top: 1vw;
    padding-right: 5vw;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .text-block-60 {
    flex: 1;
    order: 0;
    align-self: auto;
    margin-top: 2vw;
    font-size: 1.6vw;
    display: flex;
    top: 33vw;
    left: 40%;
    overflow: visible;
  }

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

  .div-block-48 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 2vw;
  }

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

  .button-3 {
    height: 5.5svh;
    font-size: 1.2em;
  }

  .button-3.btn_pharmapass_embed_login {
    margin-top: 0;
  }

  .div-block-49 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 100%;
  }

  .div-block-50 {
    justify-content: space-between;
    height: auto;
    margin-top: 0;
  }

  .text-block-61 {
    margin-top: 0;
  }

  .mod_02 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: block;
  }

  .heading-29 {
    font-size: 4vw;
    line-height: 3.5vw;
  }

  .body-4 {
    background-color: var(--white);
    border-style: none;
    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;
  }

  .mod_03 {
    background-position: 50% 0;
    display: flex;
  }

  .button-4 {
    width: 50vw;
    font-size: 2em;
  }

  .button-4.btn_pharmapass_embed_login {
    background-color: #eb135f;
    width: 50vw;
    margin-top: 2vw;
  }

  .container-19 {
    max-width: none;
    overflow: hidden;
  }

  .container-20 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .mod_04 {
    display: flex;
  }

  .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: 7vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    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 {
    background-position: 50% -25%;
    background-attachment: fixed;
    height: auto;
    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;
  }

  .button-6.quiz-end {
    width: 32vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .container-24 {
    display: none;
  }

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

  .text-block-63 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .button-7.disabled.send-data {
    height: 6vw;
    margin-top: 1vw;
  }

  .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 {
    margin-top: 2vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }

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

  .heading-37 {
    margin-top: 10px;
    font-size: 5.5vw;
    line-height: 4.5vw;
  }

  .heading-38 {
    margin-bottom: 0;
    font-size: 3vw;
  }

  .div-block-61 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .paragraph-4 {
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 1.65vw;
    line-height: 2vw;
  }

  .div-block-62 {
    justify-content: flex-start;
    width: auto;
    margin-top: 2vw;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-603 {
    align-items: flex-start;
    width: 100%;
  }

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

  .button-10 {
    text-align: left;
    width: 30vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 2.5svw;
  }

  .container-29 {
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: auto;
  }

  .button-12 {
    border-width: 1px;
    border-color: var(--szary);
    width: 100%;
    height: 8vw;
    font-size: 2svw;
    line-height: 2.5svw;
  }

  .quick-stack-4 {
    width: 60%;
  }

  .container-30 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: 2vw;
  }

  .heading-41 {
    text-transform: none;
    font-size: 6vw;
    line-height: 7vw;
  }

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

  .heading-43 {
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 2.6vw;
    line-height: 4.5vw;
  }

  .kafel {
    width: 100%;
    height: auto;
    margin-top: 5vw;
    padding-bottom: 0;
  }

  .heading-44 {
    margin-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .div-block-605 {
    margin-top: 0;
    margin-bottom: 2vw;
  }

  .cell-6 {
    padding-top: 3vw;
  }

  .div-block-62-2 {
    justify-content: center;
    width: 50vw;
    display: flex;
  }

  .body-5 {
    background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
  }

  .mod_01-head-2 {
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

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

  .section-14 {
    border: 0 #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-15 {
    align-self: center;
    position: relative;
  }

  .div-block-63 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    width: 50vw;
    margin-top: 5vw;
    display: flex;
  }

  .grid-17 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    height: auto;
    display: flex;
  }

  .container-31-pl {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .heading-46 {
    text-align: center;
    flex-flow: column;
    align-self: center;
    margin-top: 5vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 5vw;
    line-height: 6vw;
    display: block;
  }

  .heading-47 {
    text-align: center;
    font-size: 4vw;
    line-height: 5vw;
  }

  .heading-48 {
    color: var(--white);
    margin-top: 1vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .quick-stack-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 4vw;
  }

  .div-block-608 {
    flex-flow: column;
    order: 9999;
    align-self: center;
    height: 70%;
    margin-bottom: 5vw;
    display: block;
  }

  .div-block-65 {
    justify-content: center;
    width: 50vw;
    margin-top: 4vw;
    display: flex;
  }

  .div-block-609 {
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 5vw;
    padding-left: 0;
    display: flex;
  }

  .list-item-11 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .list-item-12 {
    margin-top: 0;
    font-size: 4vw;
    line-height: 4.5vw;
  }

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

  .list-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    height: 92.3841%;
    margin-top: 1vw;
    margin-bottom: 5vw;
    font-size: 14vw;
    line-height: 20vw;
  }

  .mod_01-head-3 {
    background-image: url('../images/TLO-SEA-CLN-01-H1280-DARK-01.jpg');
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .image-37 {
    width: 60%;
    margin-top: 3vw;
    box-shadow: 1px 2px 5px #0003;
  }

  .button-11 {
    background-color: var(--darksea);
    width: 60vw;
    font-size: 3svw;
  }

  .button-7-copy {
    order: 0;
    align-self: auto;
    width: 60vw;
    font-size: 3svw;
    display: flex;
  }

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

  .div-block-66 {
    justify-content: center;
    width: 50vw;
    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: var(--white);
    margin-top: 2vw;
    font-size: 2.5vw;
    line-height: 2.9vw;
  }

  .div-block-67 {
    justify-content: center;
    width: 50vw;
    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;
  }

  .div-block-612-tab {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
    display: flex;
  }

  .div-block-613 {
    flex-flow: row;
    display: flex;
  }

  .div-block-614 {
    align-items: center;
    width: 90%;
    height: auto;
  }

  .text-span-7 {
    margin-top: 1vw;
    font-size: 4.5vw;
    line-height: 5vw;
    text-decoration: none;
  }

  .heading-50 {
    align-self: center;
    padding-left: 20px;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .heading-51 {
    color: var(--white);
    margin-top: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-49-copy {
    color: var(--midnight-blue);
    margin-top: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-49-copy._52 {
    color: var(--white);
    margin-top: 0;
    font-size: 3vw;
    line-height: 3.8vw;
  }

  .mod_01-head-4 {
    background-image: url('../images/TLO-SEA-CLN-01-H1280.jpg');
    background-position: 0 0;
    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;
    padding-bottom: 1vw;
  }

  .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 {
    text-align: left;
    width: 30vw;
    height: 6vw;
    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%;
  }

  .kafel-opis {
    flex: none;
    height: 58%;
    padding-bottom: 2vw;
  }

  .div-block-50-pk {
    justify-content: space-around;
    height: 100%;
    margin-top: 0;
  }

  .div-block-48-pk {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 6svh;
    margin-top: 1.5vh;
  }

  .div-block-49-pk {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .heading-27-pk {
    text-align: left;
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 3.8vw;
    line-height: 4.1vw;
  }

  .heading-30-pk {
    margin-top: .5vw;
    font-size: 3vw;
    line-height: 3.3vw;
  }

  .heading-28-pk {
    margin-top: 1vh;
    padding-right: 5vw;
    font-size: 2.4vw;
    line-height: 2.9vw;
  }

  .button-3-pk {
    height: 5.5svh;
    font-size: 1.2em;
  }

  .div-block-608-pk {
    height: 70%;
    margin-bottom: 2vw;
  }

  .div-block-609-pk {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 2vw;
  }

  .heading-46-pk {
    align-self: center;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .heading-48-pk {
    color: var(--midnight-blue);
    margin-top: 1vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-49-pk {
    color: var(--midnight-blue);
    margin-top: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-37-pk {
    width: 80%;
    margin-top: 0;
    box-shadow: 1px 2px 5px #0003;
  }

  .button-11-pk {
    width: 55vw;
    margin-top: 5px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 3svw;
  }

  .button-7-copy-pk {
    width: 40vw;
    font-size: 3svw;
  }

  .div-block-67-pk, .div-block-65-pk {
    justify-content: center;
    width: 50vw;
    display: flex;
  }

  .grid-17-pk {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    place-items: center;
    height: 100%;
    margin-bottom: 5px;
    display: flex;
  }

  .container-31-pl-pk {
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .container-31-pl-pk2 {
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
    height: 100%;
    margin-bottom: 0;
    position: static;
    overflow: visible;
  }

  .div-block-609-pk2 {
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .div-block-608-pk2 {
    justify-content: center;
    height: 70%;
    margin-bottom: 0;
  }

  .grid-17-pk2 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    place-items: center;
    height: 70%;
    display: flex;
  }

  .heading-50-pk2 {
    align-self: center;
    padding-left: 20px;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .text-span-7-pk2 {
    margin-top: 1vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .heading-51-pk2 {
    color: var(--midnight-blue);
    margin-top: 4vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-49-copy-pk2 {
    color: var(--midnight-blue);
    margin-top: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-49-copy-pk2._52 {
    font-size: 2.5vw;
    line-height: 3.2vw;
  }

  .image-37-pk2 {
    width: 60%;
    margin-top: 3vw;
    box-shadow: 1px 2px 5px #0003;
  }

  .div-block-65-pk2 {
    justify-content: center;
    width: 50vw;
    display: flex;
  }

  .button-11-pk2 {
    width: 60vw;
    font-size: 3svw;
  }

  .button-14 {
    color: var(--midnight-blue);
    background-color: #3898ec00;
    border: 2px solid #0e1f54;
    border-radius: 40px;
    padding-left: 3vw;
    padding-right: 3vw;
    font-weight: 700;
    display: block;
  }

  .text-block-69 {
    color: var(--dark-black);
  }

  .heading-53 {
    font-size: 4.1vw;
  }

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

  .text-block-70-copy {
    font-size: 1.8vw;
  }

  .text-block-72y {
    margin-top: 0;
    font-size: 1.8vw;
  }

  .text-block-72y.bold-text-17 {
    text-align: left;
    margin-top: .5vw;
    margin-left: -6px;
    padding-left: 0;
    font-size: 1.9vw;
    line-height: 2.7vw;
  }

  .text-block-72y.bold-text-17_left {
    justify-content: flex-start;
    align-self: flex-start;
    margin-left: 0;
  }

  .bold-text-13-copy {
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .text-span-13 {
    line-height: 2.8vw;
  }

  .text-span-14, .text-span-15 {
    line-height: 2.6vw;
  }

  .image-41 {
    width: 32vw;
    height: .19vh;
    margin-top: 1vw;
    margin-bottom: 0;
  }

  .heading-55 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .image-45 {
    max-width: 80%;
  }

  .image-46 {
    max-width: 70%;
  }

  .image-47 {
    max-width: 80%;
  }

  .heading-56 {
    font-size: 4.1vw;
  }

  .container-40 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-6 {
    padding: 12px;
  }

  .menu-button-6.w--open {
    color: #fff;
    background-color: #000;
  }

  .nav-menu-wrapper-6 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: none;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .icon {
    color: #eb135f;
    display: none;
  }

  .icon-2 {
    color: var(--white);
  }

  .image-52 {
    margin-top: 0;
  }

  .icon-3 {
    color: var(--pink);
  }

  .text-block-74 {
    margin-top: 1.5vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .heading-44-copy {
    margin-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 2.2vw;
    line-height: 2.7vw;
  }

  .text-block-74-copy {
    margin-top: 1.5vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .heading-44-copy-2, .heading-44-copy {
    margin-top: 1vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .nav-menu-3-copy {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: none;
  }

  .text-block-75 {
    color: var(--dark-black);
  }

  .heading-50-pk2-2 {
    align-self: center;
    padding-left: 20px;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .heading-46-pk-2 {
    align-self: center;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .button-11-pk2-2 {
    width: 60vw;
    font-size: 3svw;
  }

  .bold-text-28 {
    font-size: 3vw;
    line-height: 3.8vw;
  }

  .image-55 {
    max-width: 80%;
  }

  .bold-text-29 {
    font-size: 3vw;
    line-height: 3.8vw;
  }

  .bold-text-17_left {
    text-align: left;
    justify-content: center;
    width: 100%;
    margin-top: .4em;
    font-size: 1.9vw;
    line-height: 2.7vw;
  }

  .button-4-sil {
    width: 50vw;
    font-size: 2em;
  }

  .button-4-sil.btn_pharmapass_embed_login {
    background-color: #eb135f;
    width: 50vw;
  }

  .div-block-53sil {
    width: 100%;
  }

  .heading-55-sil {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .button-4-sil-2 {
    justify-content: center;
    align-items: center;
    width: 18vw;
    height: 1.5svw;
    font-size: 1em;
  }

  .button-4-sil-2.btn_pharmapass_embed_login {
    background-color: #eb135f;
    width: 50vw;
  }

  .div-block-53-sil-2 {
    width: 100%;
    margin-top: 0;
  }

  .heading-55-sil-2 {
    font-size: 1.8vw;
    line-height: 3.5vw;
  }

  .grid-13-2 {
    margin-top: 3vw;
  }

  .section-30 {
    align-self: center;
    position: relative;
  }

  .heading-55-sil-3-fdark {
    font-size: 1.8vw;
    line-height: 3.5vw;
  }

  .button-4-sil-2-white {
    width: 18vw;
    height: 1.5svw;
    font-size: 1em;
  }

  .button-4-sil-2-white.btn_pharmapass_embed_login {
    background-color: #eb135f;
    width: 50vw;
  }

  .heading-46-noop {
    text-align: center;
    flex-flow: column;
    align-self: center;
    margin-top: 5vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 5vw;
    line-height: 6vw;
    display: block;
  }

  .container-31-pl-noop {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .div-block-65-noop {
    justify-content: center;
    width: 50vw;
    margin-top: 4vw;
    display: flex;
  }

  .grid-17-noop {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center;
    height: auto;
    display: flex;
  }

  .div-block-609-noop {
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 5vw;
    padding-left: 0;
    display: flex;
  }

  .heading-47-noop {
    text-align: center;
    font-size: 4vw;
    line-height: 5vw;
  }

  .list-4-noop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    height: 92.3841%;
    margin-top: 1vw;
    margin-bottom: 5vw;
    font-size: 14vw;
    line-height: 20vw;
  }

  .div-block-67-noop {
    justify-content: center;
    width: 50vw;
    display: flex;
  }

  .div-block-608-noop {
    flex-flow: column;
    order: 9999;
    align-self: center;
    height: 70%;
    margin-bottom: 5vw;
    display: block;
  }

  .div-block-53-sil-2-noop {
    width: 100%;
    margin-top: 0;
  }

  .columns-3 {
    width: 90%;
    margin-top: 5vw;
  }

  .column-11 {
    height: auto;
  }

  .image-57 {
    width: 80%;
  }

  .heading-58 {
    margin-top: .5vw;
    margin-bottom: .5vw;
  }

  .heading-59, .heading-59-2 {
    font-size: 2vw;
  }

  .button-wiecej {
    background-color: var(--pastel-green);
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 1.5svw;
    margin-top: 0;
    margin-left: 0;
    padding: 1.5em 0;
    font-size: 1em;
  }

  .button-wiecej.btn_pharmapass_embed_login {
    background-color: #eb135f;
    width: 50vw;
  }

  .heading-60 {
    color: var(--white);
    margin-top: 4vw;
    font-size: 2vw;
    line-height: 3vw;
    overflow: visible;
  }

  .text-span-18 {
    color: var(--pink);
  }

  .paragraph-10 {
    color: var(--white);
    margin-top: 2vw;
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .bold-text-31 {
    width: auto;
    font-size: 2.5vw;
  }

  .bold-text-32 {
    font-size: 4vw;
  }

  .columns-4 {
    flex-flow: row;
    order: 0;
    width: 100%;
    display: flex;
  }

  .div-block-648 {
    text-align: left;
    align-self: auto;
  }

  .button-4-sil-2-new {
    justify-content: center;
    align-items: center;
    width: 18vw;
    height: 1.5svw;
    font-size: 1em;
  }

  .button-4-sil-2-new.btn_pharmapass_embed_login {
    background-color: #eb135f;
    width: 50vw;
  }

  .div-block-53-sil-2-new {
    width: 100%;
    margin-top: 5vw;
  }

  .heading-59-2-copy, .heading-59-copy {
    font-size: 2vw;
  }

  .heading-58-copy {
    margin-top: .5vw;
    margin-bottom: .5vw;
  }

  .columns-6 {
    height: 100%;
  }

  .button-13-copy {
    text-align: left;
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 1.6svw;
  }

  .column-13 {
    justify-content: space-around;
    align-items: center;
    height: 100%;
  }

  .heading-61 {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .div-block-651 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: var(--pastel-green);
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link {
    color: var(--white);
    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 #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    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;
    inset: auto 0% 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;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .menu-button-2.w--open {
    background-color: var(--dark-black);
  }

  .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 {
    border-radius: 50px;
    width: 80%;
    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 {
    text-align: center;
    grid-template-columns: .8fr;
    justify-content: center;
    justify-items: center;
    width: 530px;
  }

  .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 {
    flex: 0 auto;
    width: 385px;
    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;
  }

  .div-block-4 {
    width: 50%;
  }

  .text-block-29 {
    width: 100%;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .heading-18 {
    margin-top: 3vw;
    margin-bottom: 1vw;
    font-size: 5vw;
  }

  .image-12 {
    max-width: 150px;
  }

  .image-13 {
    display: none;
  }

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

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 500px;
    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 {
    flex-direction: column;
    grid-template-columns: .5fr .5fr .5fr;
    width: 550px;
    display: flex;
  }

  .image-17, .image-18, .image-19 {
    display: none;
  }

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

  .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 {
    background-position: 100% 100%;
    background-size: cover;
    height: 900px;
    padding-top: .125rem;
    padding-bottom: 0;
  }

  .grid-10 {
    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;
    place-items: center;
    height: 100%;
    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 {
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: 51%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .image-20 {
    text-align: center;
    width: 70vw;
    min-width: auto;
    max-width: none;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-18 {
    justify-content: center;
    width: auto;
    margin-top: 0;
  }

  .heading-21 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 85vw;
    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-top: 3vw;
    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 {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
  }

  .bold-text-11 {
    flex: 1;
    align-self: center;
    margin-left: 0;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .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%;
    margin-top: 5vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-36 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 5.6vw;
    line-height: 6vw;
    display: none;
  }

  .grid-12 {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 0;
  }

  .div-block-23 {
    align-items: center;
    margin-top: 18px;
    padding-left: 0;
  }

  .text-block-37 {
    text-align: center;
    width: 95%;
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 6.4vw;
  }

  .image-23 {
    width: 70vw;
    min-width: auto;
    max-width: none;
    padding-right: 0;
  }

  .text-block-38 {
    text-align: center;
    justify-content: center;
    align-self: center;
    width: 90%;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4vw;
    line-height: 4.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 {
    justify-content: center;
    width: 80vw;
    font-size: 3vw;
  }

  .text-block-43 {
    align-items: center;
    display: flex;
  }

  .text-block-45 {
    text-align: center;
    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: 100%;
    font-size: 4vw;
    line-height: 5vw;
  }

  .bold-text-18 {
    font-size: 4vw;
    line-height: 110%;
  }

  .bold-text-19 {
    width: 85vw;
    font-size: 4vw;
  }

  .modul-5 {
    justify-content: center;
    height: 90vh;
  }

  .grid-13 {
    grid-template-rows: auto auto;
    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 {
    width: 60%;
    margin-top: 3vw;
    margin-bottom: 10vw;
  }

  .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 {
    text-align: center;
    width: 70vw;
    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 {
    font-size: 7vw;
    line-height: 7.4vh;
  }

  .bold-text-23 {
    font-size: 5.6vw;
    line-height: 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 #0000000d;
  }

  .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;
    max-width: 100%;
    height: 1px;
    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 #0000000d;
  }

  .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;
    max-width: 100%;
    height: 1px;
    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 {
    flex: 1;
    width: 80%;
    height: 2%;
    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 {
    text-align: center;
    width: 98%;
    font-size: 3.6vw;
  }

  .text-block-59 {
    width: 98%;
    font-size: 3.6vw;
  }

  .modul-1-test {
    background-position: 100% 100%;
    background-size: cover;
    height: 900px;
    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 #0000000d;
  }

  .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;
    max-width: 100%;
    height: 1px;
    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 {
    justify-content: center;
    width: auto;
    margin-top: 0;
  }

  .mod_01-head {
    background-image: url('../images/quiz_tlo.jpg');
    background-position: 50% -35%;
    background-repeat: repeat-y;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 0 0 8vw;
  }

  .quick-stack {
    grid-row-gap: 0px;
    flex: 0 auto;
    align-self: center;
    width: 95%;
    margin-top: 3vw;
  }

  .heading-27 {
    text-align: center;
    margin-top: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 5.5vw;
    line-height: 5.9vw;
    display: flex;
  }

  .heading-28 {
    text-align: center;
    margin-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .text-block-60 {
    color: var(--white);
    text-align: center;
    margin-top: 5vw;
    margin-left: 0;
    font-size: 3.5vw;
    line-height: 4vw;
    position: static;
    overflow: visible;
  }

  .image-30 {
    flex: 0 auto;
    align-self: center;
    max-width: 80%;
  }

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

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

  .image-31 {
    width: auto;
    max-width: 18%;
    height: 4vh;
    margin-top: 16px;
    display: none;
  }

  .div-block-49 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 80%;
    height: auto;
    margin-top: 5vw;
  }

  .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: 100%;
    padding-top: 0;
    padding-bottom: 4vw;
  }

  .heading-29 {
    padding-left: 0;
    padding-right: 0;
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .body-4 {
    height: auto;
  }

  .heading-30 {
    text-align: center;
    margin-top: 3vw;
    font-size: 6vw;
    line-height: 7vw;
  }

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

  .div-block-48-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 4vw;
    display: flex;
  }

  .button-5 {
    background-image: linear-gradient(#eb135f, #eb135f);
    width: 50svw;
    height: 4svh;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4svw;
    display: flex;
  }

  .button-5:hover {
    background-color: var(--midnight-blue);
  }

  .button-5.button-5-mobil {
    margin-top: 0;
  }

  .button-5.button-5-mobil.btn_pharmapass_embed_login {
    width: 65%;
  }

  .button-5.btn_pharmapass_embed_login {
    width: 70%;
    height: 6svh;
    font-size: 5svw;
  }

  .image-31-copy {
    width: auto;
    max-width: none;
    height: 4vw;
  }

  .container-17 {
    width: 100%;
    margin-top: 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-18 {
    background-image: none;
    padding-bottom: 35px;
  }

  .mod_03 {
    background-image: url('../images/Asset-19.png');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .button-4 {
    display: none;
  }

  .container-19 {
    justify-content: flex-start;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .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: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .mod_05 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .container-21 {
    justify-content: center;
    height: 90%;
  }

  .div-block-53 {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .image-24-copy {
    flex: 0 auto;
    width: 45%;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 0;
    display: block;
  }

  .image-31-2 {
    width: 10%;
    max-width: none;
    height: auto;
    display: none;
  }

  .div-block-48-3 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    height: auto;
    margin-top: 5vw;
    display: flex;
  }

  .polsart-logo {
    width: auto;
    height: 9vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

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

  .button-7.disabled.send-data {
    height: 8vw;
    margin-top: 5vw;
    margin-bottom: 0;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .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 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .div-block-62 {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 3vw;
    display: flex;
  }

  .div-block-603 {
    justify-content: center;
    width: 80%;
    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 {
    border-width: 1px;
    width: 70%;
    height: 6vw;
    margin-top: 5vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 3svw;
    display: flex;
  }

  .quick-stack-4 {
    width: 70%;
  }

  .container-30 {
    width: 100%;
  }

  .heading-41 {
    margin-top: 2.5vw;
    font-size: 10vw;
    line-height: 8.5vw;
  }

  .heading-42 {
    margin-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  .heading-43 {
    margin-top: 2vw;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .kafel {
    margin-top: 5vw;
  }

  .heading-44 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.4vw;
  }

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

  .div-block-62-2 {
    justify-content: center;
    width: 100%;
    margin-top: 3vw;
    display: flex;
  }

  .body-5 {
    background-image: url('../images/TLO-SEA-CLN-01-H1280.jpg');
  }

  .mod_01-head-2 {
    background-position: 50% 0;
    height: auto;
    padding: 0 0 10px;
  }

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

  .section-15 {
    display: flex;
  }

  .div-block-63 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .container-31-pl {
    margin-top: 2vw;
  }

  .heading-46 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-47 {
    padding-right: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-48 {
    margin-top: 3vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .div-block-608 {
    height: auto;
  }

  .div-block-65 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-609 {
    margin-top: 2vw;
  }

  .button-8 {
    width: 40vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 3svw;
  }

  .list-item-11 {
    font-size: 5vw;
  }

  .list-item-12 {
    margin-top: 0;
    font-size: 5vw;
    line-height: 5.7vw;
  }

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

  .mod_01-head-3 {
    background-position: 50% 0;
    background-size: cover;
    height: auto;
    padding: 0 0 25px;
  }

  .image-37 {
    width: 65%;
    margin-top: 4vw;
  }

  .button-11 {
    background-color: var(--darksea);
    width: 60vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 4svw;
  }

  .button-7-copy {
    width: 60vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 4svw;
  }

  .image-38 {
    width: auto;
    margin-top: 1vw;
  }

  .div-block-66 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .heading-49 {
    margin-top: 2vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .div-block-67 {
    justify-content: center;
    width: 100%;
    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: center;
    height: auto;
  }

  .div-block-614 {
    flex: 1;
    justify-content: center;
    height: 100%;
  }

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

  .heading-50 {
    margin-bottom: 1vw;
    padding-left: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-51 {
    margin-top: 0;
    font-size: 4vw;
    line-height: 5vw;
  }

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

  .heading-49-copy._52 {
    margin-top: 0;
    font-size: 4vw;
    line-height: 5vw;
  }

  .mod_01-head-4 {
    background-image: url('../images/TLO-SEA-CLN-01-H1280-2.jpg');
    background-position: 0 0;
    height: auto;
    padding: 0;
  }

  .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 {
    background-image: url('../images/TLO-SEA-CLN-01-H1280.jpg');
    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;
  }

  .paragraph-9 {
    text-align: center;
    font-size: 2.4vw;
    line-height: 3vw;
  }

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

  .form-block {
    padding-left: .5vw;
  }

  .kafel-opis {
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .quick-stack-pk {
    grid-row-gap: 0px;
    flex: 0 auto;
    align-self: center;
    width: 95%;
    margin-top: 3vh;
  }

  .div-block-50-pk {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-top: 0;
  }

  .div-block-48-pk {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .div-block-49-pk {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    width: 80%;
    height: 90%;
    margin-top: 4vw;
  }

  .image-30-pk {
    flex: 0 auto;
    align-self: center;
    max-width: 80%;
  }

  .heading-27-pk {
    text-align: center;
    margin-top: 2vw;
    padding-right: 0;
    font-size: 8vw;
    line-height: 8.5vw;
    display: flex;
  }

  .heading-30-pk {
    text-align: center;
    margin-top: 3vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-28-pk {
    text-align: center;
    margin-top: 5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    line-height: 6.5vw;
  }

  .div-block-608-pk {
    margin-bottom: 2vw;
  }

  .heading-46-pk {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-48-pk {
    margin-top: 3vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .heading-49-pk {
    margin-top: 1vw;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .image-37-pk {
    width: 80%;
    margin-top: 0;
  }

  .button-11-pk {
    width: 60vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 4svw;
  }

  .div-block-612-tab-pk {
    align-items: stretch;
  }

  .button-7-copy-pk {
    width: 50vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 4svw;
  }

  .div-block-67-pk, .div-block-65-pk {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .container-31-pl-pk {
    margin-top: 4vw;
    margin-bottom: 0;
  }

  .container-31-pl-pk2 {
    margin-top: 4vw;
  }

  .heading-50-pk2 {
    padding-left: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .text-span-7-pk2 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-51-pk2 {
    margin-top: 3vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .heading-49-copy-pk2 {
    margin-top: 0;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .heading-49-copy-pk2._52 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-37-pk2 {
    width: 65%;
    margin-top: 4vw;
  }

  .div-block-65-pk2 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .button-11-pk2 {
    width: 60vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 4svw;
  }

  .heading-53 {
    font-size: 8vw;
    line-height: 8.4vw;
  }

  .image-40 {
    width: 80%;
  }

  .text-block-70-copy {
    margin-top: 0;
    font-size: 4vw;
    font-weight: 700;
    line-height: 4.4vw;
  }

  .text-block-72y {
    margin-top: 1vw;
    font-size: 4.4vw;
    line-height: 4.6vw;
  }

  .text-block-72y.bold-text-17 {
    margin-top: 1vw;
    font-size: 4vw;
  }

  .text-block-72y.bold-text-17_left {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
  }

  .bold-text-13-copy {
    margin-left: 0;
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .bold-text-13-copy._2 {
    margin-bottom: 2vw;
  }

  .text-span-13, .text-span-14, .text-span-15 {
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .image-41 {
    width: 70vw;
    height: .2vh;
    margin-top: 1vw;
  }

  .heading-55 {
    text-align: center;
    margin-top: 5vw;
    font-size: 6vw;
    line-height: 9.8vw;
  }

  .image-47 {
    max-width: 80%;
  }

  .text-block-71 {
    margin-top: 1vw;
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .text-block-72 {
    margin-top: 1vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .heading-56 {
    margin-top: 1vw;
    font-size: 7vw;
    line-height: 7.4vw;
  }

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

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

  .div-block-628 {
    background-image: url('../images/polpril-eagle-tlo-01-h738.jpg');
    background-position: 50% 0;
    background-size: cover;
    align-items: flex-start;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-6.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-6.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-5 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-15 {
    margin-top: 10px;
  }

  .navbar-brand-6 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .image-51 {
    border-radius: 6vw;
  }

  .icon-3 {
    color: var(--pink);
  }

  .text-block-74 {
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .heading-44-copy {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .text-block-74-copy {
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .heading-44-copy-2, .heading-44-copy {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 4.4vw;
  }

  .heading-53-copy {
    font-size: 8vw;
    line-height: 8.4vw;
  }

  .heading-53-copy.pk {
    font-size: 4.5vw;
  }

  .nav-menu-3-copy {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .heading-50-pk2-2 {
    padding-left: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-46-pk-2 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .button-11-pk2-2 {
    width: 60vw;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 4svw;
  }

  .bold-text-28 {
    font-size: 5vw;
    line-height: 5.8vw;
    display: block;
  }

  .bold-text-29 {
    font-size: 5vw;
    line-height: 5.8vw;
  }

  .bold-text-17_left {
    width: 100%;
    margin-top: 0;
    font-size: 4vw;
    line-height: 110%;
  }

  .button-4-sil {
    display: none;
  }

  .div-block-53sil {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .heading-55-sil {
    text-align: center;
    margin-top: 5vw;
    font-size: 9.4vw;
    line-height: 9.8vw;
  }

  .button-4-sil-2 {
    width: 40%;
    height: 8svw;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-53-sil-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 5vw;
  }

  .heading-55-sil-2 {
    text-align: center;
    margin-top: 0;
    font-size: 3vw;
    line-height: 9.8vw;
  }

  .button-5-mobil {
    background-image: linear-gradient(#eb135f, #eb135f);
    width: 60svw;
    height: 6svh;
    margin-top: 5vw;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 5svw;
    display: flex;
  }

  .button-5-mobil:hover {
    background-color: var(--midnight-blue);
  }

  .button-5-mobil.btn_pharmapass_embed_login {
    width: 80%;
  }

  .grid-13-2 {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template: "."
                   "."
                   "."
                   "Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 15%;
    display: flex;
    position: static;
  }

  .heading-55-sil-3-fdark {
    text-align: center;
    order: -9999;
    height: 55.0588%;
    margin-top: 0;
    font-size: 3vw;
    line-height: 9.8vw;
  }

  .button-4-sil-2-white {
    width: 40%;
    height: 8svw;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    display: flex;
    position: static;
    overflow: visible;
  }

  .heading-46-noop {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .container-31-pl-noop {
    margin-top: 2vw;
  }

  .div-block-65-noop {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-609-noop {
    margin-top: 2vw;
  }

  .heading-47-noop {
    padding-right: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .div-block-67-noop {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .div-block-608-noop {
    height: auto;
  }

  .div-block-53-sil-2-noop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 5vw;
  }

  .columns-3 {
    text-decoration: line-through;
  }

  .column-11 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .image-57 {
    width: 80%;
  }

  .grid-21 {
    display: flex;
  }

  .div-block-636 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-wiecej {
    width: 80%;
    height: 8svw;
    margin-left: 0;
    padding: 1em 0;
    font-size: 5vw;
    display: flex;
    position: static;
    overflow: visible;
  }

  .heading-60 {
    text-align: center;
    flex-flow: column;
    width: 100%;
    margin-top: 10vw;
    display: flex;
  }

  .paragraph-10 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .bold-text-31 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .bold-text-32 {
    font-size: 8vw;
    line-height: 4vw;
  }

  .grid-22 {
    display: none;
  }

  .column-12 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-top: 5vw;
  }

  .div-kafel-new {
    border-radius: 6vw;
    padding: 4vw;
  }

  .div-block-647 {
    border-radius: 5vw;
  }

  .columns-4 {
    flex-flow: column;
    width: 80%;
    margin-top: 5vw;
  }

  .div-block-648 {
    justify-content: center;
    align-self: auto;
    margin-top: 5vw;
    display: flex;
  }

  .button-4-sil-2-new {
    width: 40%;
    height: 8svw;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-53-sil-2-new {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .div-block-649 {
    width: 100%;
    margin-top: 6vw;
  }

  .grid-23-copy {
    grid-column-gap: 1vw;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-59-2-copy, .heading-59-copy {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-57-copy {
    font-size: 25vw;
    line-height: 27vw;
  }

  .heading-58-copy {
    font-size: 25vw;
    line-height: 10vh;
  }

  .button-13-copy {
    width: 80%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 3svw;
  }

  .heading-61 {
    font-size: 4vw;
    line-height: 6vw;
  }

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

  .column-15 {
    margin-top: 20px;
  }

  .grid-tab-pack-mob-2 {
    display: block;
  }

  .div-block-653 {
    justify-content: center;
    display: flex;
  }

  .div-block-654, .div-block-656, .div-block-658 {
    text-align: center;
    justify-content: center;
    display: flex;
  }
}

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

  .nav-menu-two {
    background-color: var(--pastel-green);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }

  .nav-link {
    color: var(--white);
    font-size: 22px;
  }

  .button-biore-udzial {
    text-align: left;
    align-self: center;
    padding: 10px 29px 10px 31px;
    font-size: 20px;
    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 {
    background-position: 36% 0;
    background-size: cover;
    height: 550px;
    margin-bottom: 285px;
    padding-bottom: 0;
  }

  .navbar-no-shadow-container {
    position: static;
    overflow: visible;
  }

  .nav-menu {
    flex-direction: column;
  }

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

  .nav-dropdown-toggle-2 {
    text-align: left;
    align-self: center;
    padding-right: 10px;
    font-weight: 500;
  }

  .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 {
    text-align: center;
    white-space: break-spaces;
    align-self: center;
    width: 95%;
    padding: 8px 1vw 7px;
    font-size: 5.5vw;
    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 {
    text-align: center;
    width: 230px;
    max-width: 260px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    text-align: center;
    width: 230px;
    margin-top: 20px;
    padding-left: 0;
  }

  .image-5 {
    text-align: center;
    max-width: 300px;
    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 {
    flex-direction: column;
    width: 80vw;
    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 {
    background-position: 36% 0;
    background-size: cover;
    height: 660px;
    margin-bottom: 285px;
    padding-bottom: 0;
  }

  .section-3 {
    background-position: 0 0;
    height: auto;
  }

  .heading-15 {
    color: var(--midnight-blue);
    width: 320px;
  }

  .body {
    height: 800px;
  }

  .heading-15-copy {
    color: var(--midnight-blue);
    text-align: center;
    width: 100%;
    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 {
    background-repeat: repeat;
    background-size: cover;
    min-height: auto;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .grid-5 {
    grid-row-gap: 12vw;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: stretch center;
    width: 90vw;
    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 {
    text-align: center;
    flex-direction: row;
    width: 90vw;
    height: auto;
    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 {
    text-align: center;
    justify-content: center;
    width: 90vw;
  }

  .container-8 {
    padding-top: 0;
  }

  .grid-6 {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    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 {
    flex-direction: column;
    width: auto;
    margin-top: 0;
    padding-top: 28px;
  }

  .div-block-4 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .text-block-29, .heading-18 {
    font-size: 7vw;
    line-height: 7.4vw;
  }

  .image-12 {
    flex: 0 auto;
    align-self: center;
    width: 100px;
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    display: none;
  }

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

  .grid-8 {
    grid-template-columns: 1fr;
    justify-items: center;
    width: auto;
    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 {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: -3px;
    display: flex;
  }

  .image-15 {
    width: auto;
    min-width: 75px;
    max-width: 90%;
    padding-top: 9px;
  }

  .heading-19 {
    text-align: center;
    width: auto;
    margin-top: 0;
    font-size: 8vw;
    line-height: 120%;
  }

  .heading-20 {
    text-align: center;
    width: auto;
    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 {
    grid-template-columns: .5fr 1fr;
    width: 280px;
    display: flex;
  }

  .image-17, .image-18, .image-19 {
    display: none;
  }

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

  .div-block-15, .div-block-16 {
    flex-direction: column;
    display: flex;
  }

  .modul-1 {
    flex-direction: column;
    justify-content: flex-start;
    height: 720px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-10 {
    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;
    height: 100%;
    margin-top: 0;
    display: grid;
  }

  .text-block-34 {
    width: 90%;
    min-width: auto;
    height: auto;
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10vw;
  }

  .div-block-17 {
    text-align: right;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    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 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    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: 100%;
  }

  .div-block-21, .div-block-22 {
    width: 100%;
    margin-top: 1vw;
  }

  .bold-text-11 {
    font-size: 7vw;
    line-height: 7.4vw;
  }

  .bold-text-12 {
    font-size: 6vw;
  }

  .bold-text-13 {
    align-items: center;
    font-size: 6vw;
    line-height: 130%;
    display: flex;
  }

  .heading-23 {
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
    padding: 0 5vw;
  }

  .text-block-36 {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 9vw;
    line-height: 9.8vw;
    display: none;
  }

  .grid-12 {
    place-content: center;
    align-items: center;
    padding-bottom: 5vw;
  }

  .div-block-23 {
    text-align: center;
    margin-top: 5vw;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-37 {
    width: 100%;
    font-size: 8vw;
    line-height: 8.4vw;
  }

  .image-23 {
    width: 85vw;
  }

  .text-block-38 {
    padding-left: 5vw;
    font-size: 6vw;
    line-height: 6.8vw;
  }

  .div-block-24 {
    justify-content: center;
    width: 90vw;
  }

  .div-block-25 {
    margin-top: 0;
  }

  .text-block-45 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 2vw;
    display: flex;
    overflow: hidden;
  }

  .bold-text-16 {
    width: 100%;
    font-size: 5vw;
  }

  .modul-4 {
    margin-bottom: -37px;
  }

  .bold-text-17 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 6vw;
    line-height: 7.4vw;
    display: block;
    overflow: visible;
  }

  .bold-text-18 {
    width: 100%;
    padding-top: 5px;
    font-size: 5vw;
  }

  .bold-text-19 {
    text-align: center;
    margin-top: 2vw;
    font-size: 6vw;
    line-height: 110%;
    display: flex;
  }

  .modul-5 {
    height: 70vh;
  }

  .grid-13 {
    margin-top: 0;
  }

  .image-24 {
    width: 80%;
    margin-top: 2vw;
    margin-bottom: 0;
  }

  .div-block-29 {
    padding-top: 10vw;
  }

  .image-25 {
    width: 60%;
    margin-top: 0;
  }

  .div-block-30 {
    padding-top: 5vw;
  }

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

  .bold-text-22 {
    font-size: 10vw;
    line-height: 10.6vw;
  }

  .bold-text-23 {
    font-size: 10vw;
    line-height: 10.4vw;
  }

  .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;
    line-height: 1rem;
  }

  .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 {
    flex: 0 auto;
    width: 80%;
    height: auto;
    display: flex;
  }

  .button-big-red-4, .button-big-red-5 {
    outline-offset: 0px;
    outline: 3px #fff;
    height: auto;
    font-size: 6vw;
    display: flex;
  }

  .heading-26 {
    color: var(--midnight-blue);
    text-align: center;
    width: 100%;
    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 {
    flex-direction: column;
    justify-content: flex-start;
    height: 720px;
    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 {
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding: 0 0 8vw;
  }

  .quick-stack {
    flex: 0 auto;
    width: 100%;
    height: 90%;
    margin-top: 3vw;
  }

  .heading-27 {
    margin-top: 4vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 6vw;
    line-height: 6.4vw;
  }

  .div-block-47 {
    flex-direction: row;
    align-items: flex-start;
  }

  .heading-28 {
    width: 80%;
    margin-top: 2vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 5.8vw;
  }

  .text-block-60 {
    align-self: flex-start;
    width: 100%;
    margin-top: 5vw;
    margin-left: 0;
    padding-left: 15vw;
    padding-right: 15vw;
    font-size: 6vw;
    line-height: 8vw;
    overflow: visible;
  }

  .image-30 {
    max-width: 100%;
  }

  .div-block-48 {
    display: none;
  }

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

  .div-block-49 {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 5vw;
  }

  .image-32 {
    width: 100%;
    height: 10%;
  }

  .banner-konkurs-2 {
    flex-direction: column;
    width: 80vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .mod_02 {
    justify-content: center;
    width: 100%;
    padding-top: 1svh;
    padding-bottom: 20px;
  }

  .heading-29 {
    text-align: center;
    align-self: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8vw;
    line-height: 8.4vw;
  }

  .body-4 {
    height: auto;
    overflow: visible;
  }

  .heading-30 {
    margin-top: 3vw;
  }

  .div-block-51 {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .div-block-48-copy {
    justify-content: center;
    align-self: center;
    height: auto;
    margin-top: 4vw;
    display: flex;
  }

  .button-5 {
    width: 65svw;
    height: 3svh;
    margin-bottom: 0;
    padding: .7em 0;
    font-size: 6svw;
    display: flex;
  }

  .button-5.button-5-mobil {
    width: 80%;
    height: 5.5svh;
    margin-top: 5vw;
    font-size: 7svw;
  }

  .button-5.btn_pharmapass_embed_login {
    width: 90%;
    height: 5svh;
    font-size: 7svw;
  }

  .container-17 {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-top: 2vw;
  }

  .container-18 {
    padding-bottom: 0;
  }

  .mod_03 {
    background-position: 50% 0;
  }

  .button-4 {
    display: none;
  }

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

  .mod_05 {
    background-position: 50%;
    background-size: cover;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-bottom: 10vw;
    display: flex;
  }

  .container-21 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 90%;
    height: auto;
  }

  .div-block-53 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    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 {
    justify-content: center;
    align-self: center;
    height: auto;
    margin-top: 5vw;
    padding-bottom: 0;
    display: flex;
  }

  .polsart-logo {
    width: auto;
    height: 14vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    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;
  }

  .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 {
    justify-content: center;
    width: 99.9999%;
    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;
  }

  .button-7.disabled.send-data {
    width: 80vw;
    height: 13vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

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

  .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 {
    border-width: 1px;
    width: 70%;
    height: 10vw;
    margin-bottom: 2vw;
    font-size: 5svw;
    font-weight: 500;
    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: 12vw;
    line-height: 10.5vw;
  }

  .heading-42 {
    margin-top: 1vh;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  .heading-43 {
    margin-top: 2vw;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 6vw;
    line-height: 7.5vw;
  }

  .kafel {
    border-radius: 0;
    margin-top: 5vw;
    padding-bottom: 0;
  }

  .heading-44 {
    margin-top: 1vw;
    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 {
    background-position: 50% 0;
    height: 100%;
  }

  .mod_01-head-2 {
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .section-15 {
    width: 100%;
  }

  .div-block-63 {
    margin-top: 8vw;
  }

  .div-block-606 {
    padding-top: 10vw;
  }

  .div-block-607 {
    margin-top: 5vw;
  }

  .container-31-pl {
    width: 90%;
    height: auto;
    margin-top: 0;
  }

  .heading-46 {
    margin-top: 5vw;
    margin-bottom: 2vw;
    font-size: 7vw;
    line-height: 8.5vw;
  }

  .heading-47 {
    font-size: 6vw;
    line-height: 7.8vw;
  }

  .heading-48 {
    margin-top: 2vw;
    font-size: 5vw;
    line-height: 5.8vw;
  }

  .div-block-608 {
    align-self: flex-start;
    height: 80%;
    margin-bottom: 6vw;
  }

  .div-block-65 {
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .div-block-609 {
    height: auto;
    margin-top: 5vw;
  }

  .button-8 {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .list-item-11 {
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .list-item-12 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .list-item-13 {
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 5vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .list-4 {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 8vw;
    display: flex;
  }

  .mod_01-head-3 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .image-37 {
    width: 70%;
  }

  .button-11, .button-7-copy {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .image-38 {
    width: 100%;
  }

  .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: 5.2vw;
  }

  .div-block-67 {
    margin-top: 8vw;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .div-block-612-tab {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80%;
    margin-top: 5vw;
    padding-left: 2vw;
  }

  .div-block-613 {
    justify-content: center;
    width: 85%;
    display: flex;
  }

  .div-block-614 {
    width: 90%;
    height: 100%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-7 {
    margin-top: 2vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  .heading-50 {
    padding-left: 0;
    font-size: 6vw;
    line-height: 7.5vw;
  }

  .heading-51 {
    margin-top: 0;
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-49-copy {
    font-size: 4vw;
    line-height: 5vw;
  }

  .heading-49-copy._52 {
    line-height: 6vw;
  }

  .mod_01-head-4 {
    background-color: var(--darksea);
    background-image: url('../images/TLO-SEA-CLN-01-H1280.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: auto;
    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-17 {
    background-position: 50% 0;
  }

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

  .paragraph-9 {
    font-size: 3.4vw;
    line-height: 4vw;
  }

  .container-37 {
    width: 95%;
  }

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

  .kafel-opis {
    height: 65%;
  }

  .quick-stack-pk {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-48-pk {
    display: none;
  }

  .image-30-pk {
    max-width: 100%;
  }

  .heading-27-pk {
    margin-top: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 9vw;
    line-height: 9.8vw;
  }

  .heading-30-pk {
    margin-top: 3vw;
  }

  .heading-28-pk {
    width: 80%;
    padding-right: 5px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .div-block-608-pk {
    height: 80%;
    margin-bottom: 0;
  }

  .div-block-609-pk {
    height: auto;
  }

  .heading-46-pk {
    font-size: 8vw;
    line-height: 9vw;
  }

  .heading-48-pk {
    font-size: 5vw;
    line-height: 7vw;
  }

  .heading-49-pk {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-37-pk {
    width: 70%;
  }

  .button-11-pk {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .div-block-612-tab-pk {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 80%;
    margin-top: 3vw;
    padding-left: 2vw;
  }

  .button-7-copy-pk {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .div-block-67-pk {
    margin-top: 8vw;
  }

  .div-block-65-pk {
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .container-31-pl-pk {
    width: 90%;
    height: 100%;
    margin-top: 6vw;
  }

  .container-31-pl-pk2 {
    width: 90%;
    height: 100%;
    margin-top: 6vw;
    margin-bottom: 0;
  }

  .div-block-609-pk2 {
    height: auto;
  }

  .div-block-608-pk2 {
    height: 90%;
    margin-bottom: 0;
  }

  .heading-50-pk2 {
    padding-left: 0;
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-span-7-pk2 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-51-pk2 {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .heading-49-copy-pk2 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-37-pk2 {
    width: 70%;
  }

  .div-block-65-pk2 {
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .button-11-pk2 {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .button-14 {
    text-align: center;
    border-radius: 50px;
    margin-top: 3vw;
    padding: 7px 5vw;
    font-size: .8rem;
  }

  .heading-53 {
    text-align: center;
    align-self: auto;
    margin-top: 5vw;
    font-size: 10vw;
    line-height: 11vw;
  }

  .image-40 {
    width: 70%;
    height: auto;
    margin-top: 0;
  }

  .text-block-70-copy {
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 6vw;
    font-weight: 700;
    line-height: 6.8vw;
  }

  .text-block-72y {
    text-align: center;
    font-size: 5.2vw;
    line-height: 6.6vw;
  }

  .text-block-72y.bold-text-17 {
    font-size: 6vw;
    line-height: 7.5vw;
  }

  .bold-text-13-copy {
    align-items: center;
    font-size: 7vw;
    line-height: 7.4vw;
    display: flex;
  }

  .text-span-13 {
    font-size: 7vw;
    line-height: 7.4vw;
  }

  .text-span-14 {
    font-size: 7vw;
    line-height: 6vw;
  }

  .text-span-15 {
    font-size: 7vw;
    line-height: 7.4vw;
  }

  .image-41 {
    height: .1vh;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .heading-55 {
    text-align: center;
    margin-top: 5vw;
    font-size: 9vw;
    line-height: 9.4vw;
  }

  .div-block-618 {
    padding-top: 5vw;
  }

  .image-42, .image-43, .image-44 {
    margin-bottom: 3vw;
  }

  .image-45 {
    width: 70%;
    max-width: none;
    margin-top: 0;
  }

  .image-46 {
    margin-top: 0;
  }

  .image-47 {
    width: 70%;
    max-width: none;
    margin-top: 0;
  }

  .image-47.image-45 {
    width: 55%;
  }

  .text-block-71 {
    margin-top: 1vw;
  }

  .heading-56 {
    text-align: center;
    margin-top: 3vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 9vw;
    line-height: 9.5vw;
  }

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

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

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

  .nav-menu-three, .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .icon {
    color: var(--white);
  }

  .list-item-18 {
    flex: 0 auto;
    align-items: center;
    display: block;
  }

  .heading-44-copy {
    margin-top: 2vw;
    margin-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .heading-44-copy-2, .heading-44-copy {
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .image-53 {
    height: 400vw;
  }

  .heading-53-copy {
    font-size: 8vw;
    line-height: 8.4vw;
  }

  .heading-53-copy.pk {
    font-size: 5.5vw;
  }

  .nav-menu-3-copy {
    flex-direction: column;
  }

  .heading-50-pk2-2 {
    padding-left: 0;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-46-pk-2 {
    font-size: 8vw;
    line-height: 9vw;
  }

  .button-11-pk2-2 {
    width: 80vw;
    height: 10vw;
    font-size: 6svw;
  }

  .bold-text-28 {
    font-size: 7vw;
    line-height: 8.2vw;
  }

  .image-55 {
    max-width: 60%;
  }

  .image-55.image-45 {
    max-width: none;
  }

  .bold-text-29 {
    font-size: 6vw;
    line-height: 7.5vw;
  }

  .bold-text-17_left {
    text-align: center;
    align-items: center;
    width: 100%;
    font-size: 6vw;
    line-height: 7.4vw;
  }

  .button-4-sil {
    display: none;
  }

  .div-block-53sil {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 2svh;
    margin-bottom: 40px;
  }

  .heading-55-sil {
    text-align: center;
    margin-top: 5vw;
    font-size: 9vw;
    line-height: 9.4vw;
  }

  .button-4-sil-2 {
    width: 60%;
    height: 3svw;
    margin-top: 3vw;
    margin-left: 0;
    font-size: 5vw;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .div-block-53-sil-2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 24vw;
    margin-top: 1svh;
    margin-bottom: 10vw;
    display: flex;
  }

  .heading-55-sil-2 {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
    line-height: 9.4vw;
  }

  .button-5-mobil {
    width: 90%;
    height: 5svh;
    margin-bottom: 0;
    padding: .7em 0;
    font-size: 7svw;
    display: flex;
  }

  .button-5-mobil.btn_pharmapass_embed_login {
    width: 80%;
  }

  .grid-13-2 {
    margin-top: 0;
    display: block;
  }

  .section-30 {
    width: 100%;
  }

  .heading-55-sil-3-fdark {
    text-align: center;
    margin-top: 5vw;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
    line-height: 9.4vw;
  }

  .button-4-sil-2-white {
    width: 60%;
    height: 3svw;
    margin-top: 3vw;
    margin-left: 0;
    font-size: 5vw;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .heading-46-noop {
    margin-top: 5vw;
    margin-bottom: 2vw;
    font-size: 7vw;
    line-height: 8.5vw;
  }

  .container-31-pl-noop {
    width: 90%;
    height: auto;
    margin-top: 0;
  }

  .div-block-65-noop {
    margin-top: 5vw;
    margin-bottom: 0;
  }

  .div-block-609-noop {
    height: auto;
    margin-top: 5vw;
  }

  .heading-47-noop {
    font-size: 6vw;
    line-height: 7.8vw;
  }

  .list-4-noop {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 8vw;
    display: flex;
  }

  .div-block-67-noop {
    margin-top: 8vw;
  }

  .div-block-608-noop {
    align-self: flex-start;
    height: 80%;
    margin-bottom: 6vw;
  }

  .div-block-53-sil-2-noop {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 24vw;
    margin-top: 1svh;
    margin-bottom: 10vw;
    display: flex;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wiecej {
    width: 100%;
    height: 3svw;
    margin-top: 3vw;
    margin-left: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 5vw;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .paragraph-10 {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .bold-text-31 {
    margin-top: 1vw;
  }

  .bold-text-32 {
    font-size: 10vw;
  }

  .grid-22 {
    order: 0;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .columns-4 {
    width: 90%;
  }

  .div-block-648 {
    margin-top: 0;
  }

  .button-4-sil-2-new {
    width: 60%;
    height: 3svw;
    margin-top: 3vw;
    margin-left: 0;
    font-size: 5vw;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .div-block-53-sil-2-new {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
    display: flex;
  }

  .grid-23-copy {
    grid-column-gap: 2vw;
    grid-row-gap: 0vw;
  }

  .heading-59-2-copy, .heading-59-copy {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-57-copy {
    font-size: 21vw;
    line-height: 24vw;
  }

  .heading-58-copy {
    justify-content: flex-start;
    font-size: 22vw;
    line-height: 24vw;
  }

  .grid-22-copy {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .button-13-copy {
    width: 55vw;
    height: 6vw;
    margin-top: 1vh;
    margin-bottom: 3vw;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 5svw;
  }

  .grid-tab-pack-mob-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: center;
    margin-top: 5vw;
    display: grid;
  }

  .div-block-652 {
    background-color: var(--pink);
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-653 {
    flex-flow: row;
    justify-content: center;
    margin-top: 5vw;
    display: flex;
  }

  .div-block-654, .div-block-655, .div-block-656, .div-block-657 {
    justify-content: center;
    display: flex;
  }

  .div-block-658 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-659 {
    justify-content: center;
    display: flex;
  }
}

#w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cac1 {
  grid-template-rows: 100%;
  grid-template-columns: .75fr .6fr;
}

#w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-ff70cac1, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-ff70cac1, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-ff70cac1, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f9c-ff70cac1, #w-node-e003f832-47c7-6c45-4856-ad8df94b0fa5-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866b2-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866bc-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778443-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844d-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844f-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778459-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77845b-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778465-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778467-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778471-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778473-ff70cac1, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77847e-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e92258a-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e922590-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e922596-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e92259c-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e9225a2-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e9225a8-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90a91e64-9012-f5c8-4f3e-ea43c73c135b-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d2aca637-5294-ad3e-31c5-cc9b3c4fcd33-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac2e7440-533d-fdec-9e54-ccfc58e14d5b-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ac2e7440-533d-fdec-9e54-ccfc58e14d5d-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac2e7440-533d-fdec-9e54-ccfc58e14d5f-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ac2e7440-533d-fdec-9e54-ccfc58e14d61-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac2e7440-533d-fdec-9e54-ccfc58e14d63-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ac2e7440-533d-fdec-9e54-ccfc58e14d66-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac2e7440-533d-fdec-9e54-ccfc58e14d68-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ac2e7440-533d-fdec-9e54-ccfc58e14d6a-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb608b0d-01bc-8361-c3a1-51bad6de2146-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb608b0d-01bc-8361-c3a1-51bad6de2148-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb608b0d-01bc-8361-c3a1-51bad6de214a-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb608b0d-01bc-8361-c3a1-51bad6de214c-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb608b0d-01bc-8361-c3a1-51bad6de214e-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb608b0d-01bc-8361-c3a1-51bad6de2151-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb608b0d-01bc-8361-c3a1-51bad6de2153-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb608b0d-01bc-8361-c3a1-51bad6de2155-ff70cac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1466d0a9-935a-d972-f101-aa488ab037af-ff70cac3 {
  grid-template-rows: minmax(300px, .9fr);
  grid-template-columns: .9fr .6fr;
}

#w-node-_0dd32ccc-25ce-18ad-9f1b-8e62bc9b8cfb-ff70cac3, #w-node-e56c74d8-8dcd-5157-772f-831b076ad4d6-ff70cac3, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-ff70cac3, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f9c-ff70cac3, #w-node-e003f832-47c7-6c45-4856-ad8df94b0fa5-ff70cac3, #w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866b2-ff70cac3, #w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866bc-ff70cac3, #w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866be-ff70cac3, #w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866c6-ff70cac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778443-ff70cac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844d-ff70cac3, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844f-ff70cac3, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778459-ff70cac3, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77845b-ff70cac3, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778465-ff70cac3, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778467-ff70cac3, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778471-ff70cac3, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778473-ff70cac3, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77847e-ff70cac3, #w-node-a12785b1-eab3-b3a6-5bc5-3a74d558a4f1-ff70cac3, #w-node-a12785b1-eab3-b3a6-5bc5-3a74d558a4f6-ff70cac3, #w-node-_4fe34bd6-9f02-c898-2be0-f3e6bab4fc6a-ff70cac3, #w-node-_4533114d-2a7e-1c59-9c4b-e2d117349fe3-ff70cac3, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a10e6e9-30d3-887e-b9e1-5e21fd7fd1bf-ff70cac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac4, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cac5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a10e6e9-30d3-887e-b9e1-5e21fd7fd1bf-ff70cac5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac5, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cac6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a10e6e9-30d3-887e-b9e1-5e21fd7fd1bf-ff70cac6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac6, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cacb, #w-node-_6bce5bdf-eb93-8f83-9572-ffa0a98e3ff4-ff70cacb, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cacc, #w-node-_6bce5bdf-eb93-8f83-9572-ffa0a98e3ff4-ff70cacc, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cace, #w-node-_6bce5bdf-eb93-8f83-9572-ffa0a98e3ff4-ff70cace {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cacf {
  grid-template-rows: 100%;
  grid-template-columns: .75fr .6fr;
}

#w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-ff70cacf, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-ff70cacf, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-ff70cacf, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f9c-ff70cacf, #w-node-e003f832-47c7-6c45-4856-ad8df94b0fa5-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866b2-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866bc-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778443-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844d-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844f-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778459-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77845b-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778465-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778467-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778471-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778473-ff70cacf, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77847e-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e8280a51-2052-0c88-86f4-7f7e38602ae1-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e8280a51-2052-0c88-86f4-7f7e38602ae3-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8280a51-2052-0c88-86f4-7f7e38602ae5-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e8280a51-2052-0c88-86f4-7f7e38602ae7-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8280a51-2052-0c88-86f4-7f7e38602ae9-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e8280a51-2052-0c88-86f4-7f7e38602aec-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8280a51-2052-0c88-86f4-7f7e38602aee-ff70cacf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e8280a51-2052-0c88-86f4-7f7e38602af0-ff70cacf, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cad0, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cad0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-b7a0a18a {
  grid-template-rows: 100%;
  grid-template-columns: .75fr .6fr;
}

#w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-b7a0a18a, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-b7a0a18a, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-b7a0a18a, #w-node-e003f832-47c7-6c45-4856-ad8df94b0f9c-b7a0a18a, #w-node-e003f832-47c7-6c45-4856-ad8df94b0fa5-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866b2-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43588ac3-b5bd-4083-c3fe-8744bd3866bc-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778443-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844d-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77844f-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778459-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77845b-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778465-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778467-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778471-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778473-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e92258a-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e922590-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e922596-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e92259c-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e9225a2-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_343a3eda-6c7d-0140-58d4-fb166e9225a8-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90a91e64-9012-f5c8-4f3e-ea43c73c135b-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d2aca637-5294-ad3e-31c5-cc9b3c4fcd33-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19810d9-e88e-8bab-f64a-768e8d2ba0c2-b7a0a18a, #w-node-_88df6acc-99ae-4092-cb1c-e32898a5efc0-b7a0a18a, #w-node-_00e704b1-e04f-29db-3863-9b22f9761488-b7a0a18a, #w-node-_00e704b1-e04f-29db-3863-9b22f976148a-b7a0a18a {
  place-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3c4-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3c6-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3c8-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3ca-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3cc-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3cf-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3d1-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3d3-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3d6-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3d8-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3da-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3dc-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3de-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3e1-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3e3-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62ab65ce-2a68-9aee-3cd3-7faf8601f3e5-b7a0a18a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74373569-d0bf-c5f2-89ee-e31165866024-dc196ea3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_46b8d752-550d-22c7-647d-f5df639a3646-dc196ea3, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-3db51ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a10e6e9-30d3-887e-b9e1-5e21fd7fd1bf-3db51ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_46b8d752-550d-22c7-647d-f5df639a3646-3db51ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74373569-d0bf-c5f2-89ee-e31165866024-0d54d43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_46b8d752-550d-22c7-647d-f5df639a3646-0d54d43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cac1 {
    grid-template-rows: 100%;
    grid-template-columns: .75fr .6fr;
  }

  #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-ff70cac1, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77847e-ff70cac1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-ff70cac3 {
    grid-template-rows: minmax(300px, .95fr);
    grid-template-columns: .9fr .6fr;
  }

  #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-ff70cac3, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac4, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cac5, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac6 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cacb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cacc {
    place-self: stretch start;
  }

  #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cace {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cacf {
    grid-template-rows: 100%;
    grid-template-columns: .75fr .6fr;
  }

  #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-ff70cacf, #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77847e-ff70cacf, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cad0, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cad0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-b7a0a18a {
    grid-template-rows: 100%;
    grid-template-columns: .75fr .6fr;
  }

  #w-node-e003f832-47c7-6c45-4856-ad8df94b0f93-b7a0a18a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-dc196ea3 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto start;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-3db51ca6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-0d54d43c {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cac1 {
    grid-template-rows: 100%;
    grid-template-columns: .75fr .6fr;
  }

  #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778467-ff70cac1 {
    justify-self: center;
  }

  #w-node-_401ab34f-f773-9c55-e508-f50114576a31-ff70cac1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-ff70cac3 {
    grid-template-rows: 100%;
    grid-template-columns: .9fr .65fr;
  }

  #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cac4, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac4, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cac5, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac5, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cac6, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac6, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cacb, #w-node-_6bce5bdf-eb93-8f83-9572-ffa0a98e3ff4-ff70cacb, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cacc, #w-node-b112f919-4319-13ef-238f-a7d48fe4d65f-ff70cace, #w-node-_6bce5bdf-eb93-8f83-9572-ffa0a98e3ff4-ff70cace {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cacf {
    grid-template-rows: 100%;
    grid-template-columns: .75fr .6fr;
  }

  #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778467-ff70cacf {
    justify-self: center;
  }

  #w-node-_401ab34f-f773-9c55-e508-f50114576a31-ff70cacf, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cad0, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cad0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-b7a0a18a {
    grid-template-rows: 100%;
    grid-template-columns: .75fr .6fr;
  }

  #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778467-b7a0a18a {
    justify-self: center;
  }

  #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-dc196ea3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-dc196ea3 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-3db51ca6, #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-3db51ca6, #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-0d54d43c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-0d54d43c {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cac1 {
    grid-template-rows: 100%;
    grid-template-columns: .75fr .6fr;
  }

  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-ff70cac3 {
    grid-template-rows: minmax(300px, .95fr);
    grid-template-columns: .9fr .55fr;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac4 {
    justify-self: auto;
  }

  #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-ff70cac6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-ff70cac6 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cacf, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-b7a0a18a {
    grid-template-rows: 100%;
    grid-template-columns: .75fr .6fr;
  }

  #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-dc196ea3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-dc196ea3 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-3db51ca6 {
    justify-self: auto;
  }

  #w-node-_74373569-d0bf-c5f2-89ee-e31165866024-0d54d43c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46b8d752-550d-22c7-647d-f5df639a3646-0d54d43c {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cac1, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cacf, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-b7a0a18a {
    grid-template-rows: minmax(300px, 1.45fr);
    grid-template-columns: .75fr .6fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cac1 {
    grid-template-rows: auto;
    grid-template-columns: 1.65fr;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-ff70cac1, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-ff70cac1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77845b-ff70cac1 {
    justify-self: center;
  }

  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-ff70cac3 {
    grid-template-rows: auto;
    grid-template-columns: 1.65fr;
  }

  #w-node-_0dd32ccc-25ce-18ad-9f1b-8e62bc9b8cfb-ff70cac3, #w-node-e56c74d8-8dcd-5157-772f-831b076ad4d6-ff70cac3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cacf {
    grid-template-rows: auto;
    grid-template-columns: 1.65fr;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-ff70cacf, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-ff70cacf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-b7a0a18a {
    grid-template-rows: auto;
    grid-template-columns: 1.65fr;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-b7a0a18a, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-b7a0a18a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a77845b-b7a0a18a {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cac1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-ff70cac1, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-ff70cac1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778443-ff70cac1 {
    justify-self: center;
  }

  #w-node-_1466d0a9-935a-d972-f101-aa488ab037af-ff70cac3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0dd32ccc-25ce-18ad-9f1b-8e62bc9b8cfb-ff70cac3, #w-node-e56c74d8-8dcd-5157-772f-831b076ad4d6-ff70cac3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-ff70cacf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-ff70cacf, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-ff70cacf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778443-ff70cacf {
    justify-self: center;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff825-b7a0a18a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff826-b7a0a18a, #w-node-_6cfbf89c-d029-106c-2efe-1c348c2ff838-b7a0a18a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_072e7e5e-ddcf-4c89-1af8-00ef2a778443-b7a0a18a {
    justify-self: center;
  }
}


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