:root {
  --untitled-ui-gray600: #475467;
  --dark-slate-blue: #1c48a0;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-gray900: #101828;
  --beż: #fafafa;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-white: white;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-warning300: #fec84b;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary500: #9e77ed;
  --dark-blue: #19376d;
  --royal-blue: #1b61e0;
  --untitled-ui-success500: #12b76a;
  --untitled-ui-pink500: #ee46bc;
  --untitled-ui-pink50-501: #fdf2fa;
  --untitled-ui-pink700: #c11574;
  --untitled-ui-blue500: #2e90fa;
  --untitled-ui-blue50-501: #eff8ff;
  --untitled-ui-blue700: #175cd3;
  --royal-blue-2: #1458d1;
}

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

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

@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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.body {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: fill;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: #1c48a0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-padding-vertical-xhuge {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.uui-padding-vertical-xhuge.top-margin {
  margin-top: 0;
  padding-top: 3rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-style-link-02 {
  outline-offset: 0px;
  color: var(--dark-slate-blue);
  border: 1px #000;
  outline: 3px #1c48a0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.uui-text-style-link-02:hover {
  border-style: none;
  text-decoration: none;
}

.uui-text-style-link-02:active, .uui-text-style-link-02:focus {
  border-style: none;
}

.uui-text-style-link-02:focus-visible {
  border-style: none;
}

.uui-text-style-link-02[data-wf-focus-visible] {
  border-style: none;
}

.uui-text-style-link-02:visited {
  border-style: none;
  text-decoration: none;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: #334058;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-2 {
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-icon-featured-outline-large {
  color: var(--untitled-ui-primary600);
  background-color: #e5f1ff;
  border: .5rem solid #f3f8fe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  height: auto;
  min-height: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--dark-slate-blue);
  border-radius: 6px;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 100%;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 3rem;
}

.uui-logos01_logo {
  height: 4rem;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 2rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.uui-logos01_text {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
}

.rekomendacje {
  background-color: var(--beż);
}

.uui-contact10_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-contact10_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 4rem;
  display: grid;
}

.kontakt {
  margin-bottom: 3rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.is-reverse-mobile-landscape {
  justify-content: flex-end;
  margin-bottom: 3rem;
}

.uui-layout21_item-icon-wrapper {
  color: var(--untitled-ui-gray600);
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  height: 22px;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  line-height: 15px;
  display: flex;
}

.uui-layout21_item {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.uui-layout21_item.first {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.uui-layout21_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 40px;
  display: grid;
}

.uui-layout20_component-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #d8c7c7;
  border-bottom: 1px solid #dedede;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout20_component-copy.last {
  border-bottom: 0px solid var(--untitled-ui-gray600);
}

.uui-layout20_component-copy.first {
  -webkit-text-stroke-color: #dedede;
  border-top: 1px solid #dedede;
  padding-top: 3rem;
}

.uui-layout20_component-copy.top-margin {
  margin-top: 3rem;
}

.uui-layout20_component-copy.top-margin.last {
  border-bottom-style: none;
}

.uslugi {
  margin-top: 3rem;
  display: block;
}

.uui-icon-1x1-xsmall-3 {
  align-self: auto;
  align-items: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 3px;
  margin-right: 8px;
  display: flex;
}

.uui-icon-1x1-xsmall-4 {
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1.25rem;
  margin-right: 1rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  background-color: #0000;
  flex: none;
  align-self: center;
  width: auto;
  height: 110%;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-navbar07_link {
  color: var(--untitled-ui-gray600);
  -webkit-text-stroke-color: var(--untitled-ui-gray600);
  background-color: #0000;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui-gray800);
}

.uui-navbar07_link.w--current {
  color: var(--untitled-ui-gray600);
  font-family: Open Sans, sans-serif;
}

.uui-navbar07_link.w--current:hover {
  color: var(--untitled-ui-gray800);
}

.uui-navbar07_link.is-hidden {
  display: none;
}

.uui-navbar07_item-heading {
  outline-offset: 0px;
  color: var(--untitled-ui-gray700);
  object-fit: fill;
  border: 0 #000;
  outline: 3px #344054;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: center start;
  padding: .5rem .75rem;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui-gray200);
  background-color: var(--untitled-ui-white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 100%;
  display: block;
  position: relative;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-heroheader02_component {
  grid-column-gap: 4.9rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.hero {
  background-color: #fafafa;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  object-position: 0% 0%;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.h1 {
  color: #1c48a0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 110%;
  display: block;
}

.bold-text-2 {
  font-weight: 400;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  padding-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.uui-text-size-large-2.is-small {
  padding-bottom: .5rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: #1c48a0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large-2 {
  width: 100%;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 2rem;
  padding-bottom: 0;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  margin-bottom: 16px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-icon-3 {
  color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0 .5rem 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: var(--untitled-ui-primary800);
  text-decoration: none;
}

.uui-button-link-3:active, .uui-button-link-3:focus {
  text-decoration: none;
}

.uui-button-link-3:focus-visible {
  text-decoration: none;
}

.uui-button-link-3[data-wf-focus-visible], .uui-button-link-3:visited {
  text-decoration: none;
}

.text-block-7 {
  color: var(--dark-slate-blue);
  font-size: 1.2rem;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  white-space: normal;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}

.uui-text-size-medium-5.bottom-margin-0 {
  color: var(--untitled-ui-gray600);
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 400;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
  margin-bottom: 0;
}

.uui-heading-small_2 {
  letter-spacing: 0;
  object-fit: fill;
  color: #000;
  margin-top: -8px;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

.uui-layout35_image {
  background-color: var(--untitled-ui-gray50);
}

.uui-layout35_image-wrapper {
  background-color: var(--untitled-ui-white);
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.uui-layout35_component_2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px #000;
  border-top: 1px solid #dedede;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  margin-bottom: 40px;
  padding-top: 40px;
  display: grid;
}

.uui-layout35_component_2.last {
  margin-bottom: 40px;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-5 {
  color: #1c48a0;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 40px;
}

.uui-testimonial06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial06_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
}

.uui-testimonial06_arrow:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-heading-tiny-3 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial06_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium-6 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-6.text-weight-medium {
  font-size: 1.8rem;
  font-weight: 400;
}

.uui-testimonial06_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

.uui-testimonial06_rating-wrapper {
  align-items: center;
  display: flex;
}

.text-weight-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-testimonial06_slide {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.uui-testimonial06_mask {
  overflow: visible;
}

.uui-testimonial06_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 3rem;
  overflow: visible;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 2rem;
  padding-bottom: 0;
  overflow: hidden;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-span {
  display: inline;
}

.list {
  color: var(--untitled-ui-gray600);
  margin-bottom: 0;
  padding-left: 34px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.15rem;
  line-height: 27.6px;
}

.uui-padding-vertical-xhuge-8 {
  display: block;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-medium-8 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.uui-layout84_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout84_right {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.uui-layout84_image {
  object-fit: contain;
}

.uui-layout84_image-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.uui-layout84_left {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.uui-layout84_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2rem;
  margin-bottom: 5rem;
  display: grid;
}

.uui-layout84_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lynx-heading-footer-white {
  color: #ffffffa8;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.footer {
  background-color: #1f2022;
  border-radius: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.lynx-logo-footer-mobile {
  width: 200px;
  margin-bottom: 16px;
  display: none;
}

.lynx-logo-footer {
  width: 200px;
  margin-bottom: 16px;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: #fff;
}

.lynx-grid-footer-dark {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  width: 90vw;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 60px;
}

.lynx-link-footer-large-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 15px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: #95eefee8;
  -webkit-text-stroke-color: #e7f1fa;
}

.lynx-link-footer-large-white.w--current {
  font-size: 15px;
}

.lynx-link-footer-large-white.w--current:hover {
  color: #00a4b0;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: none;
}

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

.uui-cta03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.uui-cta03_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 80vh;
  display: grid;
}

.uui-text-size-large-6 {
  color: var(--untitled-ui-gray600);
  text-align: left;
  letter-spacing: normal;
  padding-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.uui-space-small-5 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  text-align: center;
  color: #1c48a0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-cta03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-9 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_cta03 {
  background-color: var(--untitled-ui-white);
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-layout09_content {
  height: 100%;
}

.uui-layout09_component {
  grid-column-gap: 5.4%;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.menu {
  background-color: #fff;
  border-bottom: 2px solid #f7f7f7;
  align-items: center;
  min-height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.link {
  color: var(--untitled-ui-gray600);
  -webkit-text-stroke-color: var(--untitled-ui-gray600);
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: var(--untitled-ui-gray800);
  font-weight: 600;
}

.uui-button-tertiary-gray-3 {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray-3:hover {
  color: #344054;
  background-color: #f9fafb;
}

.text-block-10 {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.uui-space-xxlarge-top {
  width: 100%;
  min-height: 5rem;
}

.uui-text-size-medium-last {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  white-space: normal;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
}

.szkolenia {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  white-space: normal;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
}

.uui-layout21_item-list-no-margin-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.bullet-list {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.bullet-list.last {
  padding-bottom: 8px;
}

.bullet-list-last {
  margin-bottom: 0;
}

.link-block-3 {
  color: #1c48a0;
  background-image: url('../images/Icon-blue.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #1c48a0;
  margin: 0;
  padding: 16px 30px 16px 64px;
}

.link-block-3:hover {
  color: #fff;
  background-color: #1c48a0;
  background-image: url('../images/Icon-white.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-11 {
  height: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.photo {
  background-image: url('../images/pexels-alex-green-5699475.jpg');
  background-position: 50%;
  background-size: cover;
  height: 90%;
  margin-top: 0;
}

.photo-1 {
  background-image: url('../images/pexels-startup-stock-photos-7070.jpg');
  background-position: 0%;
  background-size: cover;
  height: 90%;
}

.image-5 {
  max-width: 100px;
  margin-bottom: 20px;
}

.image-6 {
  max-width: 96px;
  margin-bottom: 20px;
}

.image-7 {
  max-width: 106px;
  margin-bottom: 20px;
}

.uui-layout35_component_3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px #000;
  border-top: 1px solid #dedede;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  margin-bottom: 40px;
  padding-top: 40px;
  display: grid;
}

.uui-layout35_component_3.last {
  margin-bottom: 60px;
}

.uui-container-large-copy {
  border-top: 1px solid #dfdfde;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-1 {
  color: var(--untitled-ui-gray600);
  letter-spacing: 0;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: 0;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-3 {
  color: var(--untitled-ui-gray600);
  letter-spacing: 0;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.div-block {
  margin-bottom: 2rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_button {
  background-color: #204899;
  border: 2px solid #204899;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #204899;
  -webkit-text-stroke-color: #204899;
  background-color: #fff;
  border-color: #204899;
  margin-bottom: .6rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_text-link {
  color: #204899;
  border-bottom: 2px solid #204899;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #204899;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #204899;
  border: 2px solid #204899;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #204899;
  -webkit-text-stroke-color: #204899;
  background-color: #f5f6ff;
  border-color: #204899;
}

.fs-cc-banner_button.fs-cc-button-alt:focus {
  -webkit-text-stroke-width: 0px;
  border-color: #204899;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-components {
  display: block;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.przeglady__bold {
  color: #000;
  font-weight: 500;
}

.fs-consent_component {
  display: block;
  position: static;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_component-2 {
  display: block;
  position: static;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_field-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .uui-space-small {
    min-height: 1rem;
  }

  .uui-heading-xlarge {
    text-align: center;
    font-size: 3rem;
  }

  .uui-padding-vertical-xhuge {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge.top-margin {
    margin-top: 2rem;
    padding-top: 0;
  }

  .uui-page-padding {
    background-color: #0000;
  }

  .uui-text-size-large {
    margin-left: auto;
    margin-right: auto;
  }

  .uui-heading-medium, .uui-heading-subheading {
    text-align: center;
  }

  .uui-space-xxlarge {
    min-height: 2rem;
  }

  .uui-space-xxlarge.is-hidden {
    display: none;
  }

  .uui-logos01_component {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .uui-contact10_component {
    margin-top: 2rem;
  }

  .kontakt {
    margin-bottom: 2rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    flex: 1;
    align-self: flex-start;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .uui-layout21_item-list {
    margin-bottom: 20px;
  }

  .uui-layout21_content-right {
    margin-bottom: 2rem;
  }

  .uui-layout20_component-copy {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-layout20_component-copy.first {
    padding-top: 2rem;
  }

  .uui-layout20_component-copy.top-margin, .uslugi {
    margin-top: 2rem;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui-gray600);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.2rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_item-heading {
    font-size: 1.2rem;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-heroheader02_content {
    flex: 0 auto;
    order: 1;
  }

  .uui-heroheader02_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
    grid-auto-flow: row;
    align-content: end;
    place-items: start stretch;
    min-height: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .h1 {
    text-align: center;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .uui-page-padding-3 {
    margin-bottom: 0;
  }

  .uui-heading-small_2 {
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .uui-heading-small_2.przeglady {
    margin-bottom: .5rem;
  }

  .uui-layout35_component_2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .uui-layout35_component_2.last {
    margin-bottom: 40px;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-heading-tiny-3 {
    margin-top: -1rem;
  }

  .uui-heading-medium-6.text-weight-medium {
    margin-top: -1rem;
    font-size: 1.6rem;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .text-span {
    font-size: 1.2rem;
  }

  .list {
    padding-left: 30px;
    font-size: 16px;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-text-size-medium-8 {
    max-width: 60svw;
  }

  .uui-layout84_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem;
  }

  .lynx-grid-footer-dark {
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .lynx-block-footer {
    justify-content: center;
    align-items: center;
  }

  .uui-cta03_image-wrapper {
    max-height: 80vh;
  }

  .uui-text-size-large-6 {
    text-align: center;
  }

  .uui-heading-large {
    text-align: center;
    font-size: 2.75rem;
  }

  .uui-cta03_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-layout09_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .link {
    text-decoration: none;
  }

  .uui-space-xxlarge-top {
    min-height: 2rem;
  }

  .szkolenia {
    margin-bottom: 12px;
  }

  .bullet-list {
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .bullet-list-last {
    padding-bottom: 0;
  }

  .image-5 {
    max-width: 88px;
  }

  .image-6 {
    max-width: 86px;
  }

  .image-7 {
    max-width: 90px;
  }

  .uui-layout35_component_3 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 4rem;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .uui-layout35_component_3.last {
    margin-bottom: 40px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile-landscape {
    display: none;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-text-size-large.contact {
    font-size: 1.2rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .uui-contact10_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout21_item-icon-wrapper {
    margin-right: .5rem;
  }

  .uui-layout21_item-list {
    margin-top: 0;
  }

  .uui-layout20_component-copy {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-navbar07_link {
    font-size: 1.2rem;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1.2rem;
  }

  .uui-heroheader02_image-wrapper {
    margin-top: .125rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .image-3 {
    width: auto;
  }

  .h1 {
    text-align: center;
    font-size: 2.25rem;
  }

  .uui-text-size-large-2 {
    padding-bottom: 16px;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .uui-page-padding-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-small_2 {
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .uui-layout35_image-wrapper {
    max-width: 100%;
    margin-bottom: 0;
  }

  .uui-layout35_component_2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1.1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-5 {
    text-align: center;
  }

  .uui-testimonial06_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial06_client-info {
    margin-bottom: 1rem;
  }

  .uui-testimonial06_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-medium-6.text-weight-medium {
    font-size: 1.4rem;
  }

  .text-weight-medium {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial06_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial06_component {
    padding-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-page-padding-7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-text-size-medium-8 {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .uui-layout84_right {
    grid-row-gap: 2.5rem;
  }

  .uui-layout84_image {
    margin-bottom: 2rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .uui-layout84_image-wrapper {
    overflow: hidden;
  }

  .uui-layout84_left {
    grid-row-gap: 2.3rem;
    margin-top: 1rem;
  }

  .uui-layout84_content-bottom {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-layout84_component {
    align-items: stretch;
  }

  .lynx-logo-footer-mobile {
    margin-bottom: 16px;
    display: block;
  }

  .lynx-logo-footer {
    display: none;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .lynx-block-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .uui-cta03_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-9 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-page-padding-9 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-section_cta03 {
    overflow: hidden;
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

  .uui-layout09_component {
    grid-row-gap: 0rem;
  }

  .menu {
    min-height: 4.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-button-tertiary-gray-3:hover {
    color: #475467;
    background-color: #0000;
  }

  .uui-space-xxlarge-top {
    min-height: 3rem;
  }

  .uui-layout21_item-list-no-margin-bottom {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-5, .image-6, .image-7 {
    margin-bottom: 6px;
  }

  .uui-layout35_component_3 {
    grid-column-gap: 1rem;
    grid-row-gap: .4rem;
    grid-template-columns: 1fr;
  }

  .heading-1 {
    text-align: left;
    margin-bottom: .5rem;
    font-size: 1.4rem;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: .5rem;
    font-size: 1.2rem;
  }

  .heading-3 {
    text-align: left;
    font-size: 1.15rem;
  }

  .div-block {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .uui-text-size-xlarge {
    font-size: 1rem;
    line-height: 1.4;
  }

  .uui-heading-xlarge {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .uui-page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-text-size-large {
    line-height: 1.4;
  }

  .uui-heading-medium {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .uui-heading-subheading {
    font-size: 1.5rem;
    line-height: 110%;
  }

  .uui-logos01_logo {
    max-width: 90%;
  }

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

  .uui-logos01_component {
    justify-content: center;
  }

  .rekomendacje {
    display: block;
  }

  .uui-layout21_item-icon-wrapper {
    align-self: flex-start;
    align-items: center;
    height: 22px;
    margin-right: .6rem;
  }

  .uui-layout21_item.first {
    aspect-ratio: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-layout21_item-list {
    grid-row-gap: .7rem;
    margin-bottom: 10px;
  }

  .uui-layout21_content-right {
    font-size: 12px;
  }

  .uui-icon-1x1-xsmall-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_item-heading {
    font-size: 1.1rem;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .uui-space-large {
    min-height: 1rem;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 1.4rem;
  }

  .uui-text-size-large-2 {
    padding-bottom: 16px;
    font-size: .95rem;
    line-height: 1.3;
  }

  .uui-page-padding-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-7 {
    font-size: 1.1rem;
  }

  .uui-text-size-medium-5 {
    font-size: .95rem;
    line-height: 1.3;
  }

  .uui-heading-small_2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .uui-layout35_component_2.last {
    margin-bottom: 30px;
  }

  .uui-page-padding-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .uui-heading-tiny-3 {
    font-size: 1.2rem;
  }

  .uui-heading-medium-6.text-weight-medium {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .text-span {
    font-size: 1.1rem;
  }

  .list {
    font-size: .95rem;
    line-height: 1.3rem;
  }

  .uui-page-padding-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-text-size-medium-8 {
    max-width: 80svw;
    font-size: .95rem;
  }

  .uui-layout84_content-bottom {
    margin-bottom: 0;
  }

  .lynx-heading-footer-white {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .footer {
    display: flex;
  }

  .lynx-link-footer-large-white {
    font-size: 13px;
    line-height: 160%;
  }

  .lynx-link-footer-large-white.w--current {
    font-size: 13px;
  }

  .uui-cta03_image-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .uui-text-size-large-6 {
    padding-bottom: 0;
  }

  .uui-heading-large {
    font-size: 1.5rem;
  }

  .uui-cta03_component {
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-9, .menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-text-size-medium-last, .szkolenia {
    font-size: .95rem;
    line-height: 1.3;
  }

  .text-block-11 {
    font-size: 1rem;
  }

  .image-5, .image-6 {
    max-width: 76px;
  }

  .image-7 {
    max-width: 80px;
  }

  .uui-layout35_component_3.last {
    margin-bottom: 30px;
  }

  .heading-1 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .heading-2 {
    font-size: 1.1rem;
    line-height: 120%;
  }

  .heading-3 {
    font-size: 1.15rem;
    line-height: 1.2;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }
}

#w-node-a6ce3e53-c992-6aec-0301-4770dc03860a-fa88dd0e {
  place-self: auto;
}

#w-node-ce02662b-cdf6-713f-8c22-3fb79a9c8d88-fa88dd0e {
  align-self: start;
}

#w-node-ce02662b-cdf6-713f-8c22-3fb79a9c8d9a-fa88dd0e {
  align-self: auto;
}

#w-node-_8be64854-1679-9ace-2681-9c67ae3a81d4-fa88dd0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a6f2517-fd71-b884-8bb7-dd59ff3f36d0-fa88dd0e, #w-node-_8a6f2517-fd71-b884-8bb7-dd59ff3f36d6-fa88dd0e, #w-node-_8a6f2517-fd71-b884-8bb7-dd59ff3f36dc-fa88dd0e, #w-node-_8a6f2517-fd71-b884-8bb7-dd59ff3f36e2-fa88dd0e, #w-node-_12de80d9-ac92-9a36-874f-cd76212c02b3-fa88dd0e, #w-node-_1364233b-34a0-8d3c-ec09-4a6bdbd8d4fc-fa88dd0e, #w-node-_89188b32-2e4d-da54-d8eb-8f7e7b3e6745-fa88dd0e, #w-node-c6c9c5a8-e65e-7820-6793-cd52463cd06a-fa88dd0e, #w-node-_0e4b9ffc-0b0d-cd9f-b4ad-18ce08c71f8c-fa88dd0e, #w-node-f959f6d6-2541-38f7-3055-ae6e8daad6b0-fa88dd0e, #w-node-_7b32bade-e33d-5309-aa3b-c2fb54e416a5-fa88dd0e, #w-node-_7b32bade-e33d-5309-aa3b-c2fb54e416ab-fa88dd0e, #w-node-_7b32bade-e33d-5309-aa3b-c2fb54e416b1-fa88dd0e, #w-node-_7b32bade-e33d-5309-aa3b-c2fb54e416bd-fa88dd0e, #w-node-_7b32bade-e33d-5309-aa3b-c2fb54e416c3-fa88dd0e, #w-node-_7b32bade-e33d-5309-aa3b-c2fb54e416c9-fa88dd0e, #w-node-_7b32bade-e33d-5309-aa3b-c2fb54e416b7-fa88dd0e, #w-node-_7b32bade-e33d-5309-aa3b-c2fb54e416cf-fa88dd0e, #w-node-_7d9d04cc-9eea-10b1-545e-7852b3c6962a-fa88dd0e, #w-node-_7d9d04cc-9eea-10b1-545e-7852b3c69630-fa88dd0e, #w-node-_7d9d04cc-9eea-10b1-545e-7852b3c69636-fa88dd0e, #w-node-_7d9d04cc-9eea-10b1-545e-7852b3c6963c-fa88dd0e, #w-node-_7d9d04cc-9eea-10b1-545e-7852b3c69642-fa88dd0e, #w-node-_7d9d04cc-9eea-10b1-545e-7852b3c69648-fa88dd0e, #w-node-_7d9d04cc-9eea-10b1-545e-7852b3c6964e-fa88dd0e, #w-node-_7d9d04cc-9eea-10b1-545e-7852b3c69654-fa88dd0e {
  align-self: start;
}

#w-node-cda290d5-f312-8ce5-4ca1-9fc73081d3b8-fa88dd0e {
  align-self: auto;
}

#w-node-cda290d5-f312-8ce5-4ca1-9fc73081d3be-fa88dd0e, #w-node-cda290d5-f312-8ce5-4ca1-9fc73081d3c4-fa88dd0e, #w-node-cda290d5-f312-8ce5-4ca1-9fc73081d3ca-fa88dd0e, #w-node-cda290d5-f312-8ce5-4ca1-9fc73081d3d0-fa88dd0e, #w-node-cda290d5-f312-8ce5-4ca1-9fc73081d3d6-fa88dd0e, #w-node-cda290d5-f312-8ce5-4ca1-9fc73081d3dc-fa88dd0e {
  align-self: start;
}

#w-node-_14c724c2-8f3b-7bd7-a5dc-c7378562c8e0-fa88dd0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14c724c2-8f3b-7bd7-a5dc-c7378562c8e1-fa88dd0e {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-_14c724c2-8f3b-7bd7-a5dc-c7378562c8e2-fa88dd0e {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-_14c724c2-8f3b-7bd7-a5dc-c7378562c8e3-fa88dd0e {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-_14c724c2-8f3b-7bd7-a5dc-c7378562c8e4-fa88dd0e {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-_14c724c2-8f3b-7bd7-a5dc-c7378562c8e5-fa88dd0e {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-_72f62faa-5f67-50aa-24d4-d914dc5e9bc5-fa88dd0e, #w-node-_72f62faa-5f67-50aa-24d4-d914dc5e9bcb-fa88dd0e, #w-node-_72f62faa-5f67-50aa-24d4-d914dc5e9bd1-fa88dd0e, #w-node-bb4a0126-f26c-db8f-b5ce-c6711cd3a82f-fa88dd0e, #w-node-_428577c8-5e68-6096-c725-f31b3363b0b2-fa88dd0e, #w-node-_77a4e6d8-293d-105a-1d0d-2ec2dd3f1394-fa88dd0e, #w-node-_77a4e6d8-293d-105a-1d0d-2ec2dd3f139a-fa88dd0e, #w-node-_77a4e6d8-293d-105a-1d0d-2ec2dd3f13a0-fa88dd0e, #w-node-_77a4e6d8-293d-105a-1d0d-2ec2dd3f13a6-fa88dd0e, #w-node-db43fb67-08ce-cf05-a8e4-682477b572af-fa88dd0e, #w-node-c0631917-6cc0-03d3-6def-5ba45f6e570d-fa88dd0e, #w-node-db43fb67-08ce-cf05-a8e4-682477b572c1-fa88dd0e, #w-node-db43fb67-08ce-cf05-a8e4-682477b572b5-fa88dd0e, #w-node-db43fb67-08ce-cf05-a8e4-682477b572bb-fa88dd0e, #w-node-_7f2dc073-b6eb-b405-6c63-23982eacc547-fa88dd0e, #w-node-_7f2dc073-b6eb-b405-6c63-23982eacc54d-fa88dd0e, #w-node-_7f2dc073-b6eb-b405-6c63-23982eacc553-fa88dd0e, #w-node-_7f2dc073-b6eb-b405-6c63-23982eacc559-fa88dd0e {
  align-self: start;
}

#w-node-a25c83c9-494b-799b-38d0-a9d25200c88b-5200c889, #w-node-a25c83c9-494b-799b-38d0-a9d25200c88e-5200c889, #w-node-a25c83c9-494b-799b-38d0-a9d25200c899-5200c889, #w-node-ec8298b5-35d8-8ab3-226b-c9c929f270cd-adc9bb7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_807c5fe4-50a4-f9b7-38eb-66c8b8a9afc1-adc9bb7b, #w-node-bfe65be0-7d8a-982a-deb7-99f004c9dfe3-adc9bb7b, #w-node-_32c069e5-bf46-5257-a6aa-42585582e94e-adc9bb7b, #w-node-c1cc188f-a6ed-4793-cf99-c6a4af7bc686-adc9bb7b, #w-node-e4d9297e-6992-8413-1737-574b2029b235-adc9bb7b, #w-node-_2499c5db-6dad-0536-c7e2-999de3ea418e-adc9bb7b, #w-node-ae06502b-9c73-c88d-ebb8-a26177c063d4-adc9bb7b, #w-node-_804407dc-9cde-4b31-6c22-0e6bae88ccd6-adc9bb7b, #w-node-_2c010685-a72d-b795-148b-dcdee222e4fa-adc9bb7b, #w-node-_2c010685-a72d-b795-148b-dcdee222e502-adc9bb7b, #w-node-_2c010685-a72d-b795-148b-dcdee222e50a-adc9bb7b, #w-node-_2c010685-a72d-b795-148b-dcdee222e512-adc9bb7b, #w-node-_2c010685-a72d-b795-148b-dcdee222e51a-adc9bb7b, #w-node-_2c010685-a72d-b795-148b-dcdee222e522-adc9bb7b, #w-node-f9600551-8032-257d-d173-c0a0343bea8d-adc9bb7b, #w-node-f9600551-8032-257d-d173-c0a0343bea95-adc9bb7b, #w-node-f9600551-8032-257d-d173-c0a0343bea9d-adc9bb7b, #w-node-f9600551-8032-257d-d173-c0a0343beaa5-adc9bb7b, #w-node-f9600551-8032-257d-d173-c0a0343beaad-adc9bb7b, #w-node-f9600551-8032-257d-d173-c0a0343beab5-adc9bb7b, #w-node-d16da61a-1db1-ff73-ecbd-350fb41283d7-adc9bb7b, #w-node-_6b17fbc2-daa2-679e-7b43-f7684b183b89-adc9bb7b, #w-node-_6b17fbc2-daa2-679e-7b43-f7684b183b91-adc9bb7b, #w-node-_6b17fbc2-daa2-679e-7b43-f7684b183b99-adc9bb7b, #w-node-_6b17fbc2-daa2-679e-7b43-f7684b183ba1-adc9bb7b, #w-node-_6b17fbc2-daa2-679e-7b43-f7684b183ba9-adc9bb7b, #w-node-_6b17fbc2-daa2-679e-7b43-f7684b183bb1-adc9bb7b, #w-node-_6b17fbc2-daa2-679e-7b43-f7684b183bb9-adc9bb7b, #w-node-b0dc14be-d81c-9311-5261-cc4c9c03bed1-adc9bb7b, #w-node-eced505d-5bef-5fe6-1c63-57647249da81-adc9bb7b, #w-node-eced505d-5bef-5fe6-1c63-57647249da89-adc9bb7b, #w-node-eced505d-5bef-5fe6-1c63-57647249da91-adc9bb7b, #w-node-eced505d-5bef-5fe6-1c63-57647249da99-adc9bb7b, #w-node-_6ba994c5-10ad-077d-82ec-a8e4364cf691-adc9bb7b, #w-node-_6ba994c5-10ad-077d-82ec-a8e4364cf699-adc9bb7b, #w-node-_6ba994c5-10ad-077d-82ec-a8e4364cf6a1-adc9bb7b, #w-node-_6ba994c5-10ad-077d-82ec-a8e4364cf6a9-adc9bb7b, #w-node-_6ba994c5-10ad-077d-82ec-a8e4364cf6b1-adc9bb7b, #w-node-_6ba994c5-10ad-077d-82ec-a8e4364cf6b9-adc9bb7b, #w-node-_6ba994c5-10ad-077d-82ec-a8e4364cf6c1-adc9bb7b, #w-node-_6ba994c5-10ad-077d-82ec-a8e4364cf6c9-adc9bb7b {
  align-self: start;
}

#w-node-ae7d176e-c736-1407-fca7-642f6fa69954-6fa6993a {
  place-self: auto;
}

#w-node-_5f945a9b-3d9e-4720-4396-fc21193e88b8-885b7978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c584505b-a687-b28a-8114-43cee7cc6270-a39cb244, #w-node-c584505b-a687-b28a-8114-43cee7cc6276-a39cb244, #w-node-c584505b-a687-b28a-8114-43cee7cc627c-a39cb244, #w-node-c584505b-a687-b28a-8114-43cee7cc6282-a39cb244, #w-node-c584505b-a687-b28a-8114-43cee7cc6288-a39cb244, #w-node-c584505b-a687-b28a-8114-43cee7cc628e-a39cb244 {
  align-self: start;
}

#w-node-_19f64159-bb39-2b72-034a-4647bccceb38-77d80349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4984976d-808d-0794-5069-2fc85b6a28da-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a28e2-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a28ea-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a28f2-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a28fa-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a2902-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a290a-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a2912-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a291a-77d80349, #w-node-_4984976d-808d-0794-5069-2fc85b6a2922-77d80349 {
  align-self: start;
}

#w-node-_3d49549c-ef2f-90f3-d855-35880c65d084-77d80349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0dd7a80-ceba-53a3-5594-4d95863521a8-77d80349, #w-node-c0dd7a80-ceba-53a3-5594-4d95863521b0-77d80349, #w-node-c0dd7a80-ceba-53a3-5594-4d95863521b8-77d80349, #w-node-c0dd7a80-ceba-53a3-5594-4d95863521c0-77d80349 {
  align-self: start;
}

#w-node-d943e27b-47b4-1515-6e15-f9df4c9f3197-77d80349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1d7dccd-031f-5218-7eae-350f5dec402f-77d80349, #w-node-e1d7dccd-031f-5218-7eae-350f5dec4037-77d80349, #w-node-e1d7dccd-031f-5218-7eae-350f5dec403f-77d80349, #w-node-e1d7dccd-031f-5218-7eae-350f5dec4047-77d80349 {
  align-self: start;
}

#w-node-_55613b0b-4ee3-8c01-fcd2-35e5bfa5ec8d-77d80349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09871f40-d221-d1a2-e49a-e76c4896d8b7-77d80349, #w-node-_09871f40-d221-d1a2-e49a-e76c4896d8bf-77d80349, #w-node-_09871f40-d221-d1a2-e49a-e76c4896d8c7-77d80349, #w-node-_09871f40-d221-d1a2-e49a-e76c4896d8cf-77d80349, #w-node-_09871f40-d221-d1a2-e49a-e76c4896d8d7-77d80349, #w-node-_09871f40-d221-d1a2-e49a-e76c4896d8df-77d80349 {
  align-self: start;
}

#w-node-ba5f6b9b-488f-43f5-7e00-7061cfa33b7b-77d80349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbadf55c-524a-33a4-f551-b106c83e54f0-77d80349, #w-node-fbadf55c-524a-33a4-f551-b106c83e54f8-77d80349, #w-node-fbadf55c-524a-33a4-f551-b106c83e5500-77d80349 {
  align-self: start;
}

#w-node-_39c76e4f-a28b-407e-d087-6b5df1677370-d5859370, #w-node-b76ea9fd-04e8-5981-174c-cd50d6407291-8060c970, #w-node-_0ae6ca64-27a1-2a28-06ad-35d70d2a8369-8060c970, #w-node-_18dd3e39-0feb-3019-5bbf-c39305b9d917-8060c970, #w-node-ec8298b5-35d8-8ab3-226b-c9c929f270cd-8060c970, #w-node-_6f150ab6-0b23-1334-ca16-5483d1083afb-8060c970, #w-node-_7c5b8e8d-12bb-4789-0f87-ead93144c3cf-8060c970 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26682e9e-01c2-afba-ffb9-080fb87b866b-37b3bff1 {
  align-self: start;
}

#w-node-_26682e9e-01c2-afba-ffb9-080fb87b8673-37b3bff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_26682e9e-01c2-afba-ffb9-080fb87b867b-37b3bff1, #w-node-_26682e9e-01c2-afba-ffb9-080fb87b8683-37b3bff1, #w-node-_26682e9e-01c2-afba-ffb9-080fb87b868b-37b3bff1, #w-node-_26682e9e-01c2-afba-ffb9-080fb87b8693-37b3bff1, #w-node-_20054f35-3216-820c-a5ee-57cb60e22660-37b3bff1 {
  align-self: start;
}

#w-node-_20054f35-3216-820c-a5ee-57cb60e22668-37b3bff1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_20054f35-3216-820c-a5ee-57cb60e22670-37b3bff1 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-dba7cdfb-fd4d-2ca5-e686-589840c8816b-de453441 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dba7cdfb-fd4d-2ca5-e686-589840c8817e-de453441 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-dba7cdfb-fd4d-2ca5-e686-589840c88181-de453441 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a25c83c9-494b-799b-38d0-a9d25200c899-5200c889 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}