@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("blog/blog-post.css");
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url("../fonts/icons-outlined.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  src: url("../fonts/icons-rounded.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: 100 700;
  src: url("../fonts/icons-sharp.woff2") format("woff2");
}
@font-face {
  font-family: "Fontastic";
  font-style: normal;
  font-weight: 100 700;
  src: url("../fonts/fontastic.woff");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  line-height: 1.4;
  color: #122B48;
  min-height: 100vh;
  max-width: 2560px;
  margin: 0 auto;
}

strong {
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
}

body {
  position: relative;
}
body.page-id-88, body.page-id-239 {
  padding-top: 75vh;
}
@media (min-width: 768px) {
  body.page-id-88, body.page-id-239 {
    padding-top: 60vh;
  }
}
@media (min-width: 1280px) {
  body.page-id-88, body.page-id-239 {
    padding-top: 60vh;
  }
}

img {
  max-width: 100%;
}

body {
  position: relative;
  padding-top: 66px;
}
@media (min-width: 992px) {
  body {
    padding-top: 68px;
  }
}
body.homepage {
  min-height: 4000px;
}

.none {
  display: none !important;
}

img[src^="img/templates/"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  width: 100%;
  display: none;
  pointer-events: none;
  z-index: 123;
}

.color-primary {
  color: #138BD0;
}

ul.list-check li {
  margin-bottom: 0.5rem;
}
ul.list-check li:before {
  content: "b";
  margin-right: 5px;
  font-family: "Fontastic";
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 48;
  color: #138BD0;
}
ul.list-check--white li::before {
  color: #fff;
}

ul.list {
  padding-left: 1rem;
  list-style: disc;
  margin: 1rem 0;
}
ul.list > li {
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

sub {
  font-size: 0.6em;
}

sup {
  font-size: 0.75em;
  top: -0.35em;
  position: relative;
}

.container {
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 560px) {
  .container {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1530px) {
  .container {
    max-width: 1530px;
  }
}

.site-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 123;
  background: #fff;
  align-items: center;
}
@media (min-width: 1280px) {
  .site-header {
    align-items: initial;
    padding: 0;
  }
}
.site-header__logo {
  padding: 10px 0 0 10px;
}
.site-header__logo-img {
  max-height: 50px;
}

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s, translate 0.5s;
  background: #fff;
  z-index: 99999;
}
@media (min-width: 1280px) {
  .site-nav {
    translate: 0;
    transition: initial;
    opacity: 1;
    position: initial;
    pointer-events: all;
    background: transparent;
  }
}
.site-nav--expanded {
  opacity: 1;
  pointer-events: all;
}
.site-nav ul.menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 0;
}
@media (min-width: 1280px) {
  .site-nav ul.menu {
    box-shadow: 0 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 68px;
  }
}
@media (min-width: 1280px) {
  .site-nav ul.menu li.menu-item {
    padding: 0 5px;
  }
}
@media (min-width: 1530px) {
  .site-nav ul.menu li.menu-item {
    padding: 0 8px;
  }
}
.site-nav ul.menu li.menu-item a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
  color: #122B48;
}
@media (min-width: 1280px) {
  .site-nav ul.menu li.menu-item a {
    padding: 5px 0;
    font-size: 14px;
    position: relative;
  }
}
@media (min-width: 1530px) {
  .site-nav ul.menu li.menu-item a {
    padding: 10px 0;
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .site-nav ul.menu li.menu-item a::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0%;
    background: #138BD0;
    scale: 0 1;
    transition: 0.3s;
    transform-origin: center left;
  }
}
.site-nav ul.menu li.menu-item a:hover {
  background: #138BD0;
  color: #fff;
}
@media (min-width: 1280px) {
  .site-nav ul.menu li.menu-item a:hover {
    background: transparent;
    color: #122B48;
  }
  .site-nav ul.menu li.menu-item a:hover::after {
    scale: 1;
  }
}
.site-nav ul.menu li.menu-item.current-menu-item > a, .site-nav ul.menu li.menu-item.current-menu-ancestor > a {
  font-weight: 700;
}
.site-nav ul.menu li.menu-item.current-menu-item > a::after, .site-nav ul.menu li.menu-item.current-menu-ancestor > a::after {
  scale: 1;
}
.site-nav ul.menu li.menu-item.faq-link {
  padding: 10px;
}
.site-nav ul.menu li.menu-item.faq-link a {
  background: #138BD0;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}
.site-nav ul.menu li.menu-item.faq-link a::after {
  display: none;
}
@media (min-width: 1280px) {
  .site-nav ul.menu li.menu-item.public-link, .site-nav ul.menu li.menu-item.individual-link {
    height: 100%;
    padding: 0;
  }
}
.site-nav ul.menu li.menu-item.public-link a, .site-nav ul.menu li.menu-item.individual-link a {
  background: #25B525;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 70px;
}
@media (min-width: 1280px) {
  .site-nav ul.menu li.menu-item.public-link a, .site-nav ul.menu li.menu-item.individual-link a {
    height: inherit;
    padding-left: 60px;
    padding-right: 15px;
  }
}
.site-nav ul.menu li.menu-item.public-link a::before, .site-nav ul.menu li.menu-item.individual-link a::before {
  content: "a";
  font-family: "Fontastic";
  margin-right: 20px;
  font-size: 40px;
  position: absolute;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 1280px) {
  .site-nav ul.menu li.menu-item.public-link a::before, .site-nav ul.menu li.menu-item.individual-link a::before {
    left: 15px;
  }
}
.site-nav ul.menu li.menu-item.public-link a::after, .site-nav ul.menu li.menu-item.individual-link a::after {
  display: none;
}
.site-nav ul.menu li.menu-item.individual-link a {
  background: #138BD0;
}
.site-nav ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
.site-nav ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  pointer-events: all;
}
.site-nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0 15px;
  background: #fff;
}
.site-nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu::before {
  content: "";
  height: 50px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 100%;
  opacity: 0;
}
.site-nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item > a {
  width: max-content;
}
.site-nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item > a:hover:after, .site-nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item > a::after {
  display: none !important;
  scale: 0;
  opacity: 0;
}
.site-nav__expand-button {
  all: unset;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: flex;
  outline: none;
  border: none;
  background: transparent;
  line-height: 1;
  height: 45px;
  width: 45px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .site-nav__expand-button {
    display: none;
  }
}
.site-nav__expand-button::before, .site-nav__expand-button::after {
  font-family: "Fontastic";
  color: #138BD0;
  font-size: 45px;
  position: absolute;
  transition: 0.5s;
}
.site-nav__expand-button::after {
  content: "j";
  opacity: 1;
  translate: 0%;
}
.site-nav__expand-button::before {
  content: "c";
  opacity: 0;
  translate: 100%;
}
.site-nav__expand-button--opened::after {
  opacity: 0;
  translate: 100%;
}
.site-nav__expand-button--opened::before {
  opacity: 1;
  translate: 0%;
}
.site-nav__expand-button-label {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
}

.site-footer {
  color: #fff;
  background: #122B48;
  position: relative;
  z-index: 3;
}
.site-footer__container {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
@media (min-width: 560px) {
  .site-footer__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "address menu" "seo-1 seo-2";
    grid-gap: 3rem;
  }
}
@media (min-width: 992px) {
  .site-footer__container {
    padding-top: 5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "address seo-1 seo-2 menu";
    grid-gap: 30px;
  }
}
.site-footer__col {
  padding-left: 2rem;
  margin-bottom: 2rem;
  position: relative;
  font-size: 18px;
}
.site-footer__col::before {
  content: "";
  position: absolute;
  background: #25B525;
  left: 0;
  width: 5px;
  height: 85px;
}
@media (min-width: 560px) {
  .site-footer__col--address {
    grid-area: address;
  }
}
@media (min-width: 560px) {
  .site-footer__col--seo-1 {
    grid-area: seo-1;
  }
}
@media (min-width: 560px) {
  .site-footer__col--seo-2 {
    grid-area: seo-2;
  }
}
@media (min-width: 560px) {
  .site-footer__col--menu {
    grid-area: menu;
  }
}
.site-footer__col-heading {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
}
.site-footer__address {
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  position: relative;
}
.site-footer__address::before {
  content: "h";
  font-family: "Fontastic";
  color: white;
  position: absolute;
  left: 0;
}
.site-footer__address--location {
  margin-bottom: 1rem;
}
.site-footer__address--location::before {
  content: "h";
}
.site-footer__address--tel {
  margin-bottom: 0.5rem;
}
.site-footer__address--tel::before {
  content: "l";
}
.site-footer__address--mail {
  margin-bottom: 0.5rem;
}
.site-footer__address--mail::before {
  content: "i";
}
.site-footer__seo-list-item {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.site-footer__seo-list-item::before {
  content: "f";
  font-family: "Fontastic";
  position: absolute;
  left: 0;
}
.site-footer__seo-list, .site-footer__menu {
  list-style: none !important;
  padding-left: 0 !important;
}
.site-footer__menu {
  margin-bottom: 3rem;
}
.site-footer__menu-item {
  margin-bottom: 0.5rem;
}
.site-footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.site-footer__disclaimer {
  text-align: center;
  color: #707070;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .site-footer__disclaimer {
    font-size: 1rem;
  }
}

.copyrights {
  color: #fff;
  background: #162333;
  padding: 1rem;
}
.copyrights__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.copyrights__container .author{
	font-size: 12px;
	color: #777;
	margin: 0;
}
.copyrights__years {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.copyrights__logo {
  display: inline-block;
  max-height: 1.3rem;
}

.heading {
  position: relative;
  display: flex;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 24px;
}
@media (min-width: 560px) {
  .heading {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 36px;
  }
}
@media (min-width: 1530px) {
  .heading {
    font-size: 36px;
    line-height: 1.1;
  }
}
.heading::before {
  content: "d";
  font-family: "Fontastic";
  margin-right: 10px;
}
.heading__label {
  display: flex;
  flex-direction: column;
}
.heading--line {
  padding-left: 20px;
}
.heading--line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3em;
  width: 7px;
  background: #138BD0;
}
.heading--public::after {
  background: #25B525;
}
.heading--white {
  color: #fff;
}
.heading--white::after {
  background: #fff;
}

.heading-secondary {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-bottom: 67px;
  font-size: 24px;
}
@media (min-width: 560px) {
  .heading-secondary {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .heading-secondary {
    font-size: 40px;
  }
}
.heading-secondary__icon {
  margin-right: 20px;
  height: 60px;
}
@media (min-width: 560px) {
  .heading-secondary__icon {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .heading-secondary__icon {
    height: initial;
  }
}
.heading-secondary__label {
  display: flex;
  flex-direction: column;
}

.heading-ternary {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px;
}
.heading-ternary::before {
  content: "d";
  font-family: "Fontastic";
  font-size: 2em;
  margin-right: 15px;
}

.page-banner {
  --decoration-color: #138BD0;
  height: 300px;
  background-size: 100%;
  position: relative;
  color: #fff;
  padding: 60px 0 45px;
}
.page-banner--public {
  --decoration-color: #25B525;
}
.page-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5));
}
.page-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.page-banner__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-banner__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 560px) {
  .page-banner__container {
    justify-content: space-between;
  }
}
@media (max-width: 559px) {
  .page-banner__label {
    display: none;
  }
}
.page-banner__heading {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 26px;
  border: none;
  padding-left: 0;
  margin-top: auto;
}
@media (min-width: 560px) {
  .page-banner__heading {
    font-size: 30px;
    padding-left: 20px;
    border-left: 10px solid var(--decoration-color);
  }
}
@media (min-width: 768px) {
  .page-banner__heading {
    font-size: 35px;
    padding-left: 30px;
    border-width: 12px;
  }
}
@media (min-width: 1280px) {
  .page-banner__heading {
    font-size: 50px;
    padding-left: 30px;
  }
}

.page-slider {
  --decoration-color: #138BD0;
  --decoration-color-secondary: #25B525;
  margin-top: -90px;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.page-slider--public {
  --decoration-color: #25B525;
  --decoration-color-secondary: #138BD0;
}
.page-slider__container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 150px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-slider__header {
  position: relative;
  padding-left: 30px;
}
.page-slider__header::before {
  content: "";
  height: 100%;
  width: 10px;
  background: var(--decoration-color);
  position: absolute;
  top: 0;
  left: 0;
}
.page-slider__heading {
  display: flex;
  flex-direction: column;
  font-size: 40px;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 560px) {
  .page-slider__heading {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .page-slider__heading {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .page-slider__heading {
    font-size: 40px;
  }
}
.page-slider__header-details {
  font-size: 20px;
  display: none;
}
@media (min-width: 768px) {
  .page-slider__header-details {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-slider__header-detail {
  padding-right: 20px;
}
.page-slider__header-detail + .page-slider__header-detail {
  padding-left: 20px;
  position: relative;
}
.page-slider__header-detail + .page-slider__header-detail::after {
  content: "";
  height: 100%;
  width: 5px;
  background: var(--decoration-color-secondary);
  position: absolute;
  left: 0;
  top: 0;
}
.page-slider__footer {
  display: grid;
  position: relative;
  place-items: start;
  padding-right: 20px;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .page-slider__footer {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) {
  .page-slider__footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-slider__footer-text {
  padding-left: 30px;
  position: relative;
  display: none;
}
@media (min-width: 560px) {
  .page-slider__footer-text {
    display: block;
  }
}
.page-slider__footer-text::before {
  content: "";
  height: 100%;
  width: 10px;
  background: var(--decoration-color);
  position: absolute;
  top: 0;
  left: 0;
}
.page-slider__footer-button {
  place-self: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  border: 1px solid #138BD0;
  border-radius: 8px;
  padding: 0 60px 0 30px;
}
@media (min-width: 768px) {
  .page-slider__footer-button {
    place-self: start end;
  }
}
@media (min-width: 992px) {
  .page-slider__footer-button {
    place-self: center end;
  }
}
.page-slider__footer-button-icon {
  font-family: "Fontastic";
  font-size: 40px;
  margin-right: 10px;
}
.page-slider__footer-button-label {
  display: flex;
  flex-direction: column;
}
.page-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0 0 0 0;
  filter: brightness(50%);
}

.specification {
  --decoration-color: #138BD0;
  position: relative;
  line-height: 30px;
  font-size: 20px;
  padding: 0 20px 0 40px;
  margin-bottom: 20px;
}
.specification--public {
  --decoration-color: #25B525;
}
@media (min-width: 1530px) {
  .specification {
    font-size: 24px;
    padding-left: 40px;
    line-height: 40px;
  }
}
.specification::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2em;
  aspect-ratio: 35/40;
  background: var(--decoration-color);
}
.specification__name {
  margin: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.specification__value {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.contact-form {
  --overlay-color: #138BD0;
  color: #fff;
  padding: 50px 0;
  position: relative;
  background: var(--overlay-color);
  scroll-margin-top: 90px;
  background-size: cover;
  background-position: center center;
}
.contact-form--public {
  --overlay-color: #25B525;
}
.contact-form::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: var(--overlay-color);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.contact-form__container {
  position: relative;
  z-index: 1;
}
.contact-form__grid {
  display: grid;
  grid-gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-form__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .contact-form__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 18px;
  }
}
.contact-form__grid .wpcf7-form-control-wrap {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-form__grid .wpcf7-form-control-wrap[data-name=text-99] {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 1280px) {
  .contact-form__grid .wpcf7-form-control-wrap[data-name=text-99] {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 992px) {
  .contact-form__grid .wpcf7-form-control-wrap[data-name=tel-28] {
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 1280px) {
  .contact-form__grid .wpcf7-form-control-wrap[data-name=tel-28] {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 992px) {
  .contact-form__grid .wpcf7-form-control-wrap[data-name=email-317] {
    grid-area: 3/1/4/2;
  }
}
@media (min-width: 1280px) {
  .contact-form__grid .wpcf7-form-control-wrap[data-name=email-317] {
    grid-area: 1/3/2/4;
  }
}
.contact-form__grid .wpcf7-form-control-wrap[data-name=text-376] {
  display: none;
}
@media (min-width: 992px) {
  .contact-form__grid .wpcf7-form-control-wrap[data-name=textarea-752] {
    grid-area: 1/2/4/3;
  }
}
@media (min-width: 1280px) {
  .contact-form__grid .wpcf7-form-control-wrap[data-name=textarea-752] {
    grid-area: 2/1/3/4;
  }
}
.contact-form__grid .wpcf7-form-control-wrap[data-name=textarea-752] .wpcf7-not-valid-tip {
  top: 20px;
  translate: 0;
}
.contact-form__grid .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.contact-form__input {
  font: inherit;
  display: block;
  border: none;
  padding: 0;
  outline: none;
  color: #122B48;
  background: #fff;
  font-size: 14px;
  padding: 20px 30px;
  width: 100%;
}
.contact-form__input::placeholder {
  color: #C3C3C3;
}
.contact-form__acceptances {
  margin-bottom: 40px;
}
.contact-form__acceptance {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.contact-form__acceptance label > input {
  display: none;
}
.contact-form__acceptance label > input:checked + span > span::before, .contact-form__acceptance label > input:checked + span > span::after {
  scale: 1;
}
.contact-form__acceptance label > span {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
}
.contact-form__acceptance label > span::before, .contact-form__acceptance label > span::after {
  position: absolute;
}
.contact-form__submit-btn {
  padding: 15px 80px;
  background: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-left: auto;
}
@media (min-width: 992px) {
  .contact-form--withLocation .contact-form__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .contact-form--withLocation .contact-form__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=text-99] {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 1280px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=text-99] {
    grid-area: 1/1/2/2;
  }
}
@media (min-width: 992px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=tel-28] {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 1280px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=tel-28] {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 992px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=email-317] {
    grid-area: 2/1/3/2;
  }
}
@media (min-width: 1280px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=email-317] {
    grid-area: 1/3/2/4;
  }
}
.contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=text-376] {
  display: block;
}
@media (min-width: 992px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=text-376] {
    grid-area: 2/2/3/3;
  }
}
@media (min-width: 1280px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=text-376] {
    grid-area: 1/4/2/5;
  }
}
@media (min-width: 992px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=textarea-752] {
    grid-area: 3/1/4/3;
  }
}
@media (min-width: 1280px) {
  .contact-form--withLocation .contact-form__grid .wpcf7-form-control-wrap[data-name=textarea-752] {
    grid-area: 2/1/3/5;
  }
}

label.checkbox .wpcf7-form-control {
  display: none;
}

.checkbox {
  display: block;
}
.checkbox__input {
  display: none;
}
.checkbox__input:checked ~ .checkbox__control::before, .checkbox__input:checked ~ .checkbox__control::after {
  scale: 1;
}
.checkbox__control {
  height: 27px;
  width: 27px;
  border: solid 1px #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.checkbox__control::before, .checkbox__control::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 3px;
  background: #fff;
  scale: 0;
  transition: 0.3s;
}
.checkbox__control::before {
  rotate: 45deg;
}
.checkbox__control::after {
  rotate: -45deg;
}

.text-section {
  --decoration-color: #138BD0;
  padding: 100px 0 90px;
  font-size: 20px;
  line-height: 27px;
}
.text-section--public {
  --decoration-color: #25B525;
}
.text-section__container {
  padding-left: 37px;
  position: relative;
}
.text-section__container::after {
  content: "";
  background: var(--decoration-color);
  width: 7px;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-item {
  --decoration-color: #138BD0;
  margin-bottom: 5px;
  background: #F8F8F8;
  background-image: url("../../img/list-item-bg.png");
  background-repeat: no-repeat;
  background-position: 100% center;
}
.list-item--public {
  --decoration-color: #25B525;
}
@media (max-width: 991px) {
  .list-item__container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .list-item__container {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .list-item__img-wrapper {
    position: relative;
  }

  .list-item__img {
    position: absolute;
    top: 0;
    left: 0;
  }

}
@media (min-width: 992px) {
  .list-item__container {
    grid-template-columns: 1.25fr 1fr;
  }
}
.list-item__img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list-item__img-wrapper:hover .list-item__img {
  scale: 1.2;
}
.list-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.list-item__content {
  height: 100%;
  padding: 30px 20px;
}
@media (min-width: 560px) {
  .list-item__content {
    padding: 50px 20px 20px;
  }
}
.list-item__heading {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 560px) and (max-width: 767px) {
  .list-item__heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .list-item__heading {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.list-item__heading--offer {
  font-size: 32px;
  padding-left: 20px;
  border-left: 7px solid var(--decoration-color);
}
.list-item__specs {
  display: grid;
  margin-bottom: 20px;
  grid-gap: 15px;
}
@media (min-width: 560px) and (max-width: 767px) {
  .list-item__specs {
    margin-bottom: 40px;
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 992px) {
  .list-item__specs {
    grid-template-columns: auto 1fr;
  }
}
.list-item__excerpt {
  font-size: 18px;
}

.two-columns {
  background: #fff;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .two-columns {
    padding-bottom: 100px;
  }
}
.two-columns__container {
  display: grid;
  grid-gap: 50px;
}
@media (min-width: 992px) {
  .two-columns__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.three-columns {
  padding: 100px 0 0;
  display: grid;
  grid-gap: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .three-columns {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 75px;
  }
}
.three-columns__bg-logo {
  position: absolute;
  right: 0;
  top: 0;
  translate: 25% -25%;
}

.two-columns {
  padding: 100px 0 0;
  display: grid;
  grid-gap: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .two-columns {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 75px;
  }
}
.two-columns__bg-logo {
  position: absolute;
  right: 0;
  top: 0;
  translate: 25% -25%;
}

.btn {
  background: #138BD0;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 5px 30px;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s;
}
.btn:hover {
  background: #25B525;
}
@media (min-width: 560px) {
  .btn[data-icon] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 10px;
    align-items: center;
    width: max-content;
  }
}
@media (min-width: 560px) {
  .btn::before {
    content: attr(data-icon);
    font-family: "Fontastic";
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: 1.5em;
    place-self: center;
  }
}
.btn--2-line {
  padding: 10px 30px;
}
@media (min-width: 560px) {
  .btn--2-line::before {
    grid-row: 1/3;
    font-size: 2em;
  }
}
.btn--transparent {
  background: transparent;
  border: 2px solid #fff;
}

.breadcrumbs {
  background: #f2f2f2;
}
.breadcrumbs__list {
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs__item + .breadcrumbs__item:before {
  content: "k";
  font-family: "Fontastic";
  font-size: 24px;
  padding: 0 10px;
}
.breadcrumbs__item--home .breadcrumbs__link {
  line-height: 0;
}
.breadcrumbs__link {
  display: inline-block;
}
.breadcrumbs__link img {
  height: 16px;
}

.pagination {
  width: max-content;
  margin: 0 auto;
  padding: 35px 0;
  font-size: 20px;
}
.pagination .prev {
  margin-right: 20px;
}
.pagination .page-numbers {
  margin: 0 10px;
  min-width: 30px;
  text-align: center;
}
.pagination .page-numbers.current {
  font-weight: 700;
  translate: 0 -3px;
}
.pagination .next {
  margin-left: 20px;
}

.banner {
  --heading-decoration-background: #25B525;
  --banner-decoration-dots-color: #fff;
  --banner-heading-text-color: #fff;
  position: fixed;
  inset: 0 0 auto 0;
  height: 100vh;
}
.banner--public {
  --heading-decoration-background: #138BD0;
  --banner-decoration-dots-color: #25B525;
  --banner-heading-text-color: #138BD0;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 80%);
}
.banner__img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.banner__container {
  position: absolute;
  inset: 0 0 0 0;
  height: 100%;
}
@media (min-width: 1280px) {
  .banner__container {
    display: initial;
  }
}
.banner__heading-top {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
  color: var(--banner-heading-text-color);
}
@media (min-width: 560px) {
  .banner__heading-top {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .banner__heading-top {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .banner__heading-top {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1530px) {
  .banner__heading-top {
    font-size: 49px;
    line-height: 51px;
    margin-bottom: 14px;
  }
}
.banner__heading-bttm {
  display: none;
}
@media (min-width: 560px) {
  .banner__heading-bttm {
    font-size: 16px;
    line-height: 20px;
    display: inline;
  }
}
@media (min-width: 768px) {
  .banner__heading-bttm {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .banner__heading-bttm {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (min-width: 1530px) {
  .banner__heading-bttm {
    font-size: 20px;
    line-height: 27px;
  }
}
.banner__heading {
  color: #fff;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  margin-top: 200px;
  margin: 200px 0 0 0;
  grid-column-gap: 20px;
}
@media (min-width: 1530px) {
  .banner__heading {
    grid-column-gap: 28px;
  }
}
.banner__heading-img {
  position: relative;
  z-index: 1;
  height: 45px;
  width: 45px;
  translate: 0 -10px;
}
@media (min-width: 560px) {
  .banner__heading-img {
    height: 65px;
    width: 65px;
  }
}
@media (min-width: 768px) {
  .banner__heading-img {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .banner__heading-img {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 1530px) {
  .banner__heading-img {
    height: 140px;
    width: 140px;
    translate: 0 -20px;
  }
}
.banner__heading-img-wrapper {
  grid-row: 1/3;
  position: relative;
}
.banner__heading-img-wrapper::before {
  content: "";
  position: absolute;
  background: var(--heading-decoration-background);
  height: 45px;
  width: 45px;
  top: 0px;
  right: -10px;
}
@media (min-width: 560px) {
  .banner__heading-img-wrapper::before {
    top: auto;
    height: 65px;
    width: 65px;
    bottom: -5px;
    right: -10px;
  }
}
@media (min-width: 768px) {
  .banner__heading-img-wrapper::before {
    height: 70px;
    width: 70px;
    bottom: 0px;
    right: -5px;
  }
}
@media (min-width: 992px) {
  .banner__heading-img-wrapper::before {
    height: 80px;
    width: 80px;
    bottom: 10px;
    right: -5px;
  }
}
@media (min-width: 1280px) {
  .banner__heading-img-wrapper::before {
    height: 90px;
    width: 90px;
    bottom: 0px;
    right: -5px;
  }
}
@media (min-width: 1530px) {
  .banner__heading-img-wrapper::before {
    height: 114px;
    width: 114px;
    bottom: -2px;
    right: -10px;
  }
}

.banner-decoration {
  --heading-decoration-background: #25B525;
  --banner-decoration-dots-color: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 200vh;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.banner-decoration--public {
  --heading-decoration-background: #138BD0;
  --banner-decoration-dots-color: #25B525;
}
@media (min-width: 992px) {
  .banner-decoration {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-decoration::after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    margin: 0 auto;
    width: 900px;
    border: dotted var(--banner-decoration-dots-color);
    border-width: 0 5px;
    -webkit-mask-image: linear-gradient(#000, transparent 65%);
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .banner-decoration::after {
    width: 1000px;
  }
}
@media (min-width: 1530px) {
  .banner-decoration::after {
    width: 1330px;
  }
}

.banner-text {
  z-index: 3;
  position: relative;
  color: #fff;
  display: none;
  background: transparent !important;
}
@media (min-width: 1280px) {
  .banner-text {
    display: block;
  }
}
.banner-text__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1530px) {
  .banner-text__container {
    grid-gap: 200px;
  }
}
@media (min-width: 992px) {
  .banner-text__heading {
    font-size: 40px;
    line-height: 40px;
  }
}
.banner-text__col--right {
  position: relative;
  padding-top: 5px;
  padding-left: 50px;
}
@media (min-width: 1530px) {
  .banner-text__col--right::before {
    content: "";
    width: 7px;
    background: #138BD0;
    position: absolute;
    left: 0px;
    height: 230px;
  }
}
@media (min-width: 1530px) {
  .banner-text__col--right::after {
    content: "p";
    font-size: 50px;
    font-family: "Fontastic";
    position: absolute;
    left: -70px;
    top: 20%;
  }
}
.banner-text__img {
  height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1530px) {
  .banner-text__img {
    height: 40px;
    margin-bottom: 50px;
  }
}
.banner-text__description {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1530px) {
  .banner-text__description {
    font-size: 20px;
    line-height: 27px;
  }
}

.intro {
  --section-decoration-color: #138BD0;
  background: transparent !important;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.intro--public {
  --section-decoration-color: #25B525;
}
.intro__content {
  clip-path: polygon(0 0, 100% 23vw, 100% 100%, 0 100%);
  min-height: 23vw;
  padding-top: 23vw;
  padding-top: 20vw;
  position: relative;
  background: #EFEFEF;
  padding-bottom: 200px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .intro__content {
    background: #fff;
  }
}
@media (min-width: 1530px) {
  .intro__content {
    padding-bottom: 200px;
  }
}
@media (min-width: 2220px) {
  .intro__content {
    padding-bottom: 250px;
  }
}
.intro__content::after {
  content: "";
  height: 3.3vw;
  width: 100%;
  background: var(--section-decoration-color);
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  z-index: 1235;
  clip-path: polygon(0 0, 100% 23vw, 100% 100%, 0 15%);
  min-height: 23vw;
  padding-top: 23vw;
}
.intro__content::before {
  content: "";
  height: 13%;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 123;
  clip-path: polygon(100% 0, 100% 90%, 25% 95%, 0 90%, 0 0);
  clip-path: polygon(0 0, 50% 70%, 100% 0, 100% 100%, 50% 100%, 0 100%);
}
@media (min-width: 992px) {
  .intro__content::before {
    display: none;
  }
}
.intro__container {
  display: grid;
  font-size: 16px;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .intro__container {
    margin-top: -70px;
    font-size: 18px;
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 1280px) {
  .intro__container {
    grid-template-columns: 2fr 1fr;
    font-size: 20px;
    margin-top: -120px;
  }
}
@media (min-width: 1530px) {
  .intro__container {
    margin-top: -180px;
  }
}
.intro__content-wrapper {
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
}
.intro__content-wrapper::before {
  content: "";
  height: 200px;
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background: #138BD0;
}
@media (min-width: 768px) {
  .intro__content-wrapper {
    padding-left: 30px;
    padding-right: 0;
  }
}
.intro__content-bg {
  display: none;
}
@media (min-width: 992px) {
  .intro__content-bg {
    display: block;
    position: absolute;
    top: -295px;
    left: -500px;
    width: 1720px;
    max-width: initial;
  }
}
@media (min-width: 1280px) {
  .intro__content-bg {
    top: -320px;
    left: -300px;
    width: 1780px;
  }
}
@media (min-width: 1530px) {
  .intro__content-bg {
    top: -355px;
    left: -230px;
  }
}
@media (min-width: 2020px) {
  .intro__content-bg {
    width: 90vw;
    inset: -410px 0px auto auto;
  }
}
@media (min-width: 2220px) {
  .intro__content-bg {
    inset: -390px -100px auto auto;
  }
}
@media (min-width: 2420px) {
  .intro__content-bg {
    inset: -510px -100px auto auto;
  }
}
@media (min-width: 992px) {
  .intro__heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 1530px) {
  .intro__heading {
    margin-bottom: 40px;
  }
}
.intro__img-wrapper {
  position: absolute;
  inset: 0 0 0 0;
  pointer-events: none;
}
.intro__img {
  display: none;
  height: 250px;
  translate: 50% 20%;
}
@media (min-width: 768px) {
  .intro__img {
    display: block;
    margin-left: auto;
    opacity: 33%;
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .intro__img {
    height: 400px;
    translate: 50% 20%;
  }
}
@media (min-width: 1280px) {
  .intro__img {
    translate: 0 -50%;
    height: 500px;
    left: 65%;
    top: 50%;
  }
}
@media (min-width: 1530px) {
  .intro__img {
    left: 65%;
    translate: 25% -50%;
  }
}

.partners {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.partners::before, .partners::after {
  content: "";
  position: absolute;
  background: #25B525;
}
.partners::before {
  height: 60px;
  width: 400px;
  top: 0;
  right: 0;
  rotate: 11deg;
  translate: 10% -75%;
}
@media (min-width: 1280px) {
  .partners::before {
    translate: 10% -50%;
  }
}
.partners::after {
  bottom: 0;
  left: 0;
  height: 100px;
  width: 500px;
  transform: skew(-50deg, 0deg);
  rotate: 10deg;
  translate: -45% 55%;
}
@media (min-width: 560px) {
  .partners::after {
    translate: 0% 55%;
  }
}
@media (min-width: 1280px) {
  .partners::after {
    translate: 30% 55%;
  }
}
.partners--public {
  padding: 100px 0;
}
.partners--public::before, .partners--public::after {
  display: none;
}
@media (min-width: 992px) {
  .partners {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 1280px) {
  .partners {
    padding-top: 7rem;
    padding-bottom: 150px;
  }
}
.partners--public {
  padding-top: 0;
}
.partners--public::before, .partners--public::after {
  display: none;
}
.partners__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.partners__heading {
  align-self: flex-start;
}
.partners__logo {
  margin-bottom: 5rem;
  max-width: 250px;
}
@media (min-width: 560px) {
  .partners__logo {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .partners__logo {
    max-width: 500px;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1280px) {
  .partners__logo {
    max-width: 700px;
    margin-bottom: 10rem;
  }
}
.partners__logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  width: 100%;
  grid-row-gap: 50px;
}
@media (min-width: 560px) {
  .partners__logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .partners__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .partners__logos {
    grid-template-columns: repeat(7, 1fr);
  }
}
.partners__logo-img {
  max-width: 140px;
}
.chess {
  --decoration-color: #138BD0;
  --background: $color-white;
  padding-bottom: 75px;
}
.chess--public {
  --decoration-color: #25B525;
}
.chess--bg {
  --background: #F8F8F8;
}
.chess__item {
  display: grid;
  place-items: center;
  background: var(--background);
}
@media (min-width: 992px) {
  .chess__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .chess__item:nth-child(even) .chess__content {
    order: 1;
  }
  .chess__item:nth-child(even) .chess__img-wrapper {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }
}
.chess__img-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background: #fff;
}
@media (min-width: 992px) {
  .chess__img-wrapper {
    aspect-ratio: initial;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .chess__img-wrapper:hover .chess__img-info {
    opacity: 1;
  }
}
.chess__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chess__img--contain {
  object-fit: contain;
}
.chess__img-info {
  opacity: 0;
  transition: 0.5s;
  color: #fff;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
}
.chess__img-info h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 75px 0 0 75px;
}
.chess__img-details {
  background: #138BD0;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}
.chess__img-detail {
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin: 10px 0;
}
.chess__img-detail:not(:last-child) {
  border-right: 3px solid;
}
.chess__content {
  font-size: 18px;
  padding: 50px;
}
@media (min-width: 768px) {
  .chess__content {
    padding: 100px;
  }
}
@media (min-width: 992px) {
  .chess__content {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .chess__content {
    padding: 50px 80px;
  }
}
.chess__heading {
  padding-left: 20px;
  border-left: 7px solid var(--decoration-color);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .chess__heading {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .chess__heading {
    font-size: 40px;
    margin-bottom: 60px;
  }
}

.boxes {
  --background-color: #138BD0;
  background: var(--background-color);
  color: #fff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.boxes--public {
  --background-color: #25B525;
}
@media (min-width: 1280px) {
  .boxes {
    padding: 10rem 0 10rem;
  }
}
@media (min-width: 768px) {
  .boxes__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5rem;
  }
}
@media (min-width: 768px) {
  .boxes__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .boxes__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10rem 2rem;
  }
}
.boxes__item {
  padding: 0 1rem 0 2rem;
  position: relative;
  max-width: 450px;
  margin: 0 auto 5rem;
}
@media (min-width: 1280px) {
  .boxes__item {
    max-width: auto;
    padding: 0 0 0 2rem;
    margin-bottom: 0;
  }
}
.boxes__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 200px;
  border-left: 6px dotted #fff;
}
@media (min-width: 1280px) {
  .boxes__item::before {
    left: -1rem;
  }
}
.boxes__item-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 1.5rem;
}
.boxes__item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.boxes__item-content {
  margin-bottom: 0;
}
.boxes__decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (min-width: 1280px) {
  .boxes__decoration::before, .boxes__decoration::after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: dotted 5px #fff;
    height: 1px;
    width: 35vw;
  }
  .boxes__decoration::before {
    left: 150%;
  }
  .boxes__decoration::after {
    right: 150%;
  }
}
.boxes__decoration-img {
  height: 100px;
  width: auto;
}
.boxes__bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .boxes__bg-img {
    height: 110%;
    width: auto;
  }
}

.offer-2-col {
  z-index: 1;
  position: relative;
  background: #fff;
}
@media (min-width: 992px) {
  .offer-2-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .offer-2-col {
    grid-gap: 50px;
  }
}
.offer-2-col__content {
  padding: 20px;
}
@media (min-width: 560px) {
  .offer-2-col__content {
    padding: 50px 20px;
  }
}
@media (min-width: 768px) {
  .offer-2-col__content {
    padding: 70px 0;
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .offer-2-col__content {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .offer-2-col__content--left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 992px) {
  .offer-2-col__content--right {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.offer-2-col__content p {
  margin: 0;
}
.offer-2-col__img-wrapper {
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .offer-2-col__img-wrapper--left {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 992px) {
  .offer-2-col__img-wrapper--right {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1280px) {
  .offer-2-col__img-wrapper:hover .offer-2-col__img-text {
    opacity: 1;
  }
  .offer-2-col__img-wrapper:hover .offer-2-col__img {
    filter: brightness(0.35);
    transform: scale(1.2);
  }
}
.offer-2-col__img {
  display: block;
  margin: 0 auto;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .offer-2-col__img {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .offer-2-col__img {
    max-width: 100%;
    width: 100%;
  }
}
.offer-2-col__img-text {
  display: none;
}
@media (min-width: 1280px) {
  .offer-2-col__img-text {
    display: block;
    position: absolute;
    inset: 0 0 0 0;
    margin: 50px;
    padding: 75px 75px 100px;
    border: 5px dotted #fff;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    font-size: 20px;
  }
}
.offer-2-col__img-text-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.offer-2-col__cta {
  position: absolute;
  z-index: 1;
  font-size: 24px;
  text-align: center;
  inset: auto 0 20px 0;
}
.offer-2-col__cta::after {
  content: "p";
  position: relative;
  display: inline-block;
  font-family: "Fontastic";
  margin-left: 20px;
}
@media (min-width: 1280px) {
  .offer-2-col__cta {
    text-align: initial;
    font-size: 36px;
    inset: auto 75px 75px auto;
  }
}

.point {
  padding-bottom: 100px;
}
@media (min-width: 1280px) {
  .point {
    padding: 100px 0;
    overflow: hidden;
  }
}
.point__container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .point__container {
    display: grid;
    grid-gap: 30px;
  }
}
@media (min-width: 1280px) {
  .point__container {
    grid-template-columns: 100px 300px 1fr;
    grid-gap: 50px;
  }
}
.point__number-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% + 178px);
  position: relative;
}
@media (min-width: 1280px) {
  .point__number-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 10px;
    background: transparent;
    border: 10px dotted #138BD0;
    border-width: 0 0 0 10px;
    stroke-dashoffset: 1px;
    stroke-dasharray: 1px;
    translate: -50% -50%;
  }
}
.point__number-wrapper {
  width: 100px;
  height: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-weight: 700;
  border-radius: 100px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .point__number-wrapper {
    grid-column: 1/3;
    grid-row: 1/2;
    place-self: center;
    order: 1;
  }
}
@media (min-width: 1280px) {
  .point__number-wrapper {
    grid-area: initial;
    order: initial;
  }
}
.point__number-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  left: 50%;
  background: inherit;
  height: 10px;
  width: 100vw;
  z-index: 1;
}
@media (min-width: 1280px) {
  .point__number-wrapper::after {
    display: none;
  }
}
.point__number {
  position: relative;
  z-index: 12;
  height: 100%;
  width: 100%;
  background: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.point__img {
  display: none;
  object-fit: cover;
}
@media (min-width: 768px) {
  .point__img {
    display: block;
    place-self: start;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .point__img {
    grid-area: initial;
    height: auto;
    place-self: start;
  }
}
.point__content {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
}
.point__content::before {
  content: "";
  height: 100%;
  width: 8px;
  background: #25B525;
  position: absolute;
  top: 0;
  right: 100%;
}
@media (min-width: 1280px) {
  .point__content {
    grid-area: initial;
  }
}
.point__heading {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.point__heading::after {
  content: attr(data-point);
  display: block;
  margin-left: auto;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  display: none;
}
.point__heading-logo {
  margin-right: 20px;
}
.point:nth-child(even) {
  background: #F4F4F4;
}
@media (min-width: 768px) {
  .point:nth-child(even) {
    grid-template-columns: 1fr 250px;
  }
}
.point:nth-child(even) .point__number-wrapper {
  background: #138BD0;
}
.point:nth-child(even) .point__heading::after {
  background: #138BD0;
}
@media (min-width: 768px) {
  .point:nth-child(even) .point__img {
    order: 3;
  }
}
@media (min-width: 1280px) {
  .point:nth-child(even) .point__img {
    order: initial;
  }
}
@media (min-width: 768px) {
  .point:nth-child(even) .point__content {
    order: 2;
  }
}
@media (min-width: 1280px) {
  .point:nth-child(even) .point__content {
    order: initial;
  }
}
.point:nth-child(even) .point__content::before {
  background: #138BD0;
}
@media (min-width: 768px) {
  .point:nth-child(odd) {
    grid-template-columns: 250px 1fr;
  }
}
.point:nth-child(odd) .point__number-wrapper {
  background: #25B525;
}
.point:nth-child(odd) .point__heading::after {
  background: #25B525;
}
@media (min-width: 768px) {
  .point:nth-child(odd) .point__img {
    order: 2;
  }
}
@media (min-width: 1280px) {
  .point:nth-child(odd) .point__img {
    order: initial;
  }
}
@media (min-width: 768px) {
  .point:nth-child(odd) .point__content {
    order: 3;
  }
}
@media (min-width: 1280px) {
  .point:nth-child(odd) .point__content {
    order: initial;
  }
}
.point:nth-child(odd) .point__content::after {
  background: #25B525;
}
.point__button {
  background: #138BD0;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  margin: 30px 0;
  cursor: pointer;
}
.point__button::after {
  content: " więcej";
}
.point__checkbox {
  display: none;
}
.point__checkbox:checked ~ .point__more {
  max-height: 99999px;
}
.point__checkbox:checked ~ .point__item-button::after {
  content: " mniej";
}
.point__more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.text {
  --decoration-color: #138BD0;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px 0;
  font-size: 20px;
}
.text--public {
  --decoration-color: #25B525;
}
.text--bg {
  background: #f8f8f8;
}
.text__container {
  position: relative;
  padding-left: 30px;
}
.text__container::before {
  content: "";
  height: 200px;
  width: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--decoration-color);
}
.text--index-public-decorated {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
.text--index-public-decorated::before, .text--index-public-decorated::after {
  content: "";
  position: absolute;
  background: #138BD0;
}
.text--index-public-decorated::before {
  height: 60px;
  width: 400px;
  top: 0;
  right: 0;
  rotate: 11deg;
  translate: 10% -75%;
}
@media (min-width: 1280px) {
  .text--index-public-decorated::before {
    translate: 10% -50%;
  }
}
.text--index-public-decorated::after {
  bottom: 0;
  left: 0;
  height: 100px;
  width: 500px;
  transform: skew(-50deg, 0deg);
  rotate: 10deg;
  translate: -45% 55%;
}
@media (min-width: 560px) {
  .text--index-public-decorated::after {
    translate: 0% 55%;
  }
}
@media (min-width: 1280px) {
  .text--index-public-decorated::after {
    translate: 15% 55%;
  }
}

.static-page-content {
  padding: 100px 0;
}
.static-page-content h1,
.static-page-content h2,
.static-page-content h3,
.static-page-content h4 {
  font-weight: 700;
  margin-bottom: 0.75em;
}
.static-page-content h1 {
  font-size: 40px;
}
.static-page-content h2 {
  font-size: 30px;
}
.static-page-content h3 {
  font-size: 25px;
}
.static-page-content h4 {
  font-size: 20px;
}

.page-banner--static {
  height: 150px;
  padding: 30px 0;
}
.page-banner--static .page-banner__container {
  justify-content: flex-end;
}
.page-banner--static .page-banner__heading {
  font-size: 30px;
}

.public-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 175px);
  grid-gap: 3px;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .public-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(4, 200px);
  }
}
@media (min-width: 992px) {
  .public-gallery {
    grid-template-columns: 1fr 200px 200px 1fr;
    grid-template-rows: repeat(2, 200px);
  }
}
@media (min-width: 1280px) {
  .public-gallery {
    grid-template-columns: 1fr 330px 200px 1fr;
    grid-template-rows: 200px 200px;
  }
}
.public-gallery__img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.public-gallery__img-wrapper:first-child {
  grid-area: 1/1/2/3;
}
@media (min-width: 768px) {
  .public-gallery__img-wrapper:first-child {
    grid-area: 1/1/3/2;
  }
}
@media (min-width: 1280px) {
  .public-gallery__img-wrapper:first-child {
    grid-area: 1/1/3/2;
  }
}
.public-gallery__img-wrapper:nth-child(2) {
  grid-area: 2/1/3/2;
}
@media (min-width: 768px) {
  .public-gallery__img-wrapper:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 1280px) {
  .public-gallery__img-wrapper:nth-child(2) {
    grid-area: 1/2/3/3;
  }
}
.public-gallery__img-wrapper:nth-child(3) {
  grid-area: 3/1/4/2;
}
@media (min-width: 768px) {
  .public-gallery__img-wrapper:nth-child(3) {
    grid-area: 1/3/2/4;
  }
}
@media (min-width: 1280px) {
  .public-gallery__img-wrapper:nth-child(3) {
    grid-area: 1/3/2/4;
  }
}
.public-gallery__img-wrapper:nth-child(4) {
  grid-area: 2/2/4/3;
}
@media (min-width: 768px) {
  .public-gallery__img-wrapper:nth-child(4) {
    grid-area: 2/2/3/4;
  }
}
@media (min-width: 1280px) {
  .public-gallery__img-wrapper:nth-child(4) {
    grid-area: 2/3/3/4;
  }
}
.public-gallery__img-wrapper:last-child {
  grid-area: 4/1/5/3;
}
@media (min-width: 768px) {
  .public-gallery__img-wrapper:last-child {
    grid-area: 1/4/3/5;
  }
}
@media (min-width: 1280px) {
  .public-gallery__img-wrapper:last-child {
    grid-area: 1/4/3/5;
  }
}
.public-gallery__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.public-gallery__img:hover {
  scale: 1.1;
}

@media (min-width: 992px) {
  .public-3-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }
}
.public-3-lists ul {
  margin-bottom: 20px;
  grid-row: 2/3;
}
.public-3-lists__heading {
  font-size: 20px;
  margin-bottom: 20px;
  grid-row: 1/2;
  font-weight: 700;
}
.public-3-lists--office, .public-3-lists--multifamily {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .public-3-lists--office ul, .public-3-lists--multifamily ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .public-3-lists--office ul, .public-3-lists--multifamily ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-text {
  position: relative;
  z-index: 3;
  background: #fff;
}
.home-text__container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 200px;
  font-size: 20px;
}
.home-text__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #25B525;
  clip-path: polygon(30% 0%, 0% 100%, 100% 100%);
  width: 15rem;
  height: 2rem;
  left: 5%;
}
@media (min-width: 560px) {
  .home-text__container::after {
    width: 15rem;
    height: 3rem;
    left: 15%;
  }
}
@media (min-width: 992px) {
  .home-text__container::after {
    height: 4rem;
    width: 20rem;
    left: 10%;
  }
}
@media (min-width: 1280px) {
  .home-text__container::after {
    height: 4rem;
    width: 25rem;
  }
}
.home-text__section-heading::after {
  height: 12rem;
}
.home-text--public {
  position: relative;
  overflow: hidden;
}
.home-text--public::before {
  content: "";
  position: absolute;
  background: #138BD0;
}
.home-text--public::before {
  height: 60px;
  width: 400px;
  top: 0;
  right: 0;
  rotate: 11deg;
  translate: 10% -75%;
}
@media (min-width: 1280px) {
  .home-text--public::before {
    translate: 10% -50%;
  }
}
.home-text--public .home-text__container {
  padding: 200px 0;
}
.home-text--public .home-text__container::after {
  background: #138BD0;
}

.home-offer {
  background: #fff;
  z-index: 3;
  position: relative;
  padding: 50px 0;
}
.home-offer__container {
  padding: 0;
  display: grid;
  grid-gap: 100px;
}
@media (min-width: 1280px) {
  .home-offer__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media (min-width: 1280px) {
  .home-offer__box:first-child .home-offer__banner::after, .home-offer__box:last-child .home-offer__banner::before {
    display: none;
  }
}
.home-offer__banner {
  position: relative;
}
.home-offer__banner::before, .home-offer__banner::after {
  content: "";
  position: absolute;
  background: #c6c6c6;
  height: 1rem;
  width: 50%;
}
@media (min-width: 1280px) {
  .home-offer__banner::before, .home-offer__banner::after {
    height: 1.5rem;
  }
}
.home-offer__banner::before {
  translate: 0 -100%;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.home-offer__banner::after {
  translate: 0 100%;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media (min-width: 1280px) {
  .home-offer__banner::after {
    height: 3rem;
    width: 100%;
  }
}
.home-offer__banner:hover .home-offer__banner-content {
  background: rgba(0, 0, 0, 0.3333333333);
}
.home-offer__banner:hover .home-offer__text-wrapper {
  opacity: 1;
}
.home-offer__banner-img {
  display: block;
  width: 100%;
}
.home-offer__banner-content {
  position: absolute;
  inset: 0 0 0 0;
  transition: 0.3s;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  background: rgba(0, 0, 0, 0.3333333333);
}
@media (min-width: 992px) {
  .home-offer__banner-content {
    background: rgba(0, 0, 0, 0);
  }
}
.home-offer__text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 90%;
  width: 90%;
  padding: 50px 50px 120px;
  opacity: 0;
  transition: 0.5s;
  display: none;
}
.home-offer__text-wrapper::after {
  content: "";
  border: dotted 8px #fff;
  inset: 0 0 0 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 1280px) {
  .home-offer__text-wrapper {
    display: block;
  }
}
.home-offer__banner-cta {
  font-size: 1.25rem;
  margin: 0 3.5rem 1rem 0;
}
@media (min-width: 560px) {
  .home-offer__banner-cta {
    font-size: 1.5rem;
    margin: 0 4rem 2rem 0;
  }
}
@media (min-width: 768px) {
  .home-offer__banner-cta {
    font-size: 1.5rem;
    margin: 0 5rem 3rem 0;
  }
}
@media (min-width: 1280px) {
  .home-offer__banner-cta {
    font-size: 1.75rem;
    margin: 0 8rem 5rem 0;
  }
}
.home-offer__banner-cta::after {
  font-family: "Fontastic";
  margin-left: 2rem;
  display: inline-block;
  translate: 0 15%;
}
.home-offer__box-heading {
  margin: 0 0 100px 100px;
}
@media (min-width: 1280px) {
  .home-offer__box-heading {
    margin: 0 auto 2rem;
  }
}
.home-offer__box-heading::after {
  height: 100%;
}

.faq {
  --background-color: #138BD0;
  --item-number-active: #138BD0;
  --filter-button-color-active: #138BD0;
  --filter-button-icon-color-active: #138BD0;
  color: #fff;
  background: var(--background-color);
  font-size: 20px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.faq--public {
  --background-color: #25B525;
  --item-number-active: #25B525;
  --filter-button-color-active: #25B525;
  --filter-button-icon-color-active: #25B525;
}
@media (min-width: 768px) {
  .faq {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .faq {
    font-size: 20px;
  }
}
.faq__item {
  transition: 0.4s;
  opacity: 1;
  max-height: 2000px;
}
.faq__item--hidden {
  opacity: 0;
  max-height: 0;
}
.faq__item-header {
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 17px 0;
  align-items: center;
}
@media (min-width: 768px) {
  .faq__item-header {
    align-items: start;
  }
}
.faq__item-number {
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-weight: 800;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  border-radius: 10rem;
  transition: 0.4s;
  user-select: none;
}
.faq__item-number--active {
  background: #fff;
  color: var(--item-number-active);
}
@media (min-width: 768px) {
  .faq__item-number {
    height: 70px;
    width: 70px;
    font-size: 33px;
  }
}
.faq__item-title {
  margin-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .faq__item-title {
    margin-left: 27px;
    padding-right: 15px;
  }
}
.faq__item-button {
  height: 70px;
  width: 70px;
  display: grid;
  place-items: center;
}
.faq__item-button--active .faq__item-button-icon {
  rotate: 180deg;
}
.faq__item-button-icon {
  font-family: "Fontastic";
  font-size: 50px;
  transition: 0.4s;
  cursor: pointer;
  user-select: none;
}
.faq__item-content {
  border-bottom: 1px solid #fff;
  pointer-events: none;
  padding: 17px 40px 50px;
}
@media (min-width: 768px) {
  .faq__item-content {
    padding: 17px 70px 50px 97px;
  }
}
.faq__item-content-wrapper {
  opacity: 0;
  max-height: 0;
  transition: 0.5s;
}
.faq__item-content-wrapper--expanded {
  opacity: 1;
  max-height: 2000px;
}
.faq__item-content-wrapper--expanded .faq__item-content {
  pointer-events: all;
}
.faq__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .faq__header {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.faq__filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 560px) {
  .faq__filters {
    flex-direction: row;
  }
}
.faq__filter-btn {
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 8px;
  padding: 5px;
  transition: 0.5s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__filter-btn {
    gap: 10px;
    padding: 10px;
  }
}
.faq__filter-btn:hover, .faq__filter-btn--active {
  background: #fff;
  color: var(--item-number-active);
  translate: 0 -5px;
}
.faq__filter-btn:hover svg path, .faq__filter-btn--active svg path {
  fill: var(--filter-button-icon-color-active);
}
.faq__filter-btn-label {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.faq__filter-btn-icon svg {
  height: 30px;
  width: auto;
}
.faq__filter-btn-icon svg path {
  transition: 0.5s;
}
.faq__background {
  position: absolute;
  top: 50px;
  left: 0%;
  height: 1000px;
  width: auto;
  max-width: initial;
  pointer-events: none;
}
@media (min-width: 992px) {
  .faq__background {
    left: 50%;
    translate: -10%;
    height: initial;
  }
}

.realization-description {
  --decoration-color: #138BD0;
  padding: 75px 0 75px;
}
.realization-description--public {
  --decoration-color: #25B525;
}
@media (min-width: 1280px) {
  .realization-description__container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 100px;
  }
}
.realization-description__column--specs {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 1530px) {
  .realization-description__column--specs {
    justify-content: center;
  }
}
.realization-description__heading {
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 20px;
}
.realization-description__content {
  font-size: 16px;
  position: relative;
}
.realization-description__content::before {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  width: 10px;
  height: 50%;
  background: var(--decoration-color);
}
.realization-description__additional-text {
  font-size: 20px;
}
.realization-description__specs {
  display: grid;
  grid-gap: 20px;
  width: 100%;
}
@media (min-width: 560px) {
  .realization-description__specs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .realization-description__specs {
    width: auto;
  }
}

.realization-gallery {
  --decoration-color: #138BD0;
  margin: 0 0 50px 0;
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 150px;
  grid-auto-rows: 150px;
}
.realization-gallery--public {
  --decoration-color: #25B525;
}
@media (min-width: 768px) {
  .realization-gallery {
    grid-gap: 5px;
    grid-template-rows: auto 200px;
    grid-auto-rows: 200px;
  }
}
@media (min-width: 992px) {
  .realization-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .realization-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1530px) {
  .realization-gallery {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 280px 280px;
    grid-auto-rows: 280px;
  }
}
.realization-gallery__item {
  overflow: hidden;
}
.realization-gallery__item--big {
  grid-column: 1/3;
  grid-row: 1/3;
  position: relative;
}
@media (max-width: 991px) {
  .realization-gallery__item--big {
    aspect-ratio: 16/9;
  }
}
.realization-gallery__item--big.realization-gallery__item--overlayed::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.realization-gallery__item:not(.realization-gallery__item--big):hover .realization-gallery__item-img {
  scale: 1.3;
}
.realization-gallery__item-img {
  display: block;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realization-gallery__player {
  width: 100%;
  height: 100%;
  position: relative;
}
.realization-gallery__play-button {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #138BD0;
  border-radius: 123rem;
  border: none;
  transition: 0.3s;
  z-index: 2;
  cursor: pointer;
}
.realization-gallery__play-button:hover {
  background: #122B48;
}
@media (min-width: 992px) {
  .realization-gallery__play-button {
    padding: 40px;
  }
}
.realization-gallery__play-button--hidden {
  opacity: 0;
  pointer-events: none;
}
.realization-gallery__play-button-icon {
  transition: scale 0.2s;
  height: 50px;
  width: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .realization-gallery__play-button-icon {
    height: 100px;
  }
}
.realization-gallery__play-button-icon-path {
  transition: fill 0.2s;
}
.realization-gallery__video-heading {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 1.5em;
  margin: 20px 0 0 20px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 560px) {
  .realization-gallery__video-heading {
    font-size: 24px;
    margin: 30px 0 0 30px;
  }
}
@media (min-width: 992px) {
  .realization-gallery__video-heading {
    font-size: 30px;
    line-height: 40px;
    margin: 40px 0 0 57px;
  }
}
.realization-gallery__video-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--decoration-color);
  width: 1em;
  aspect-ratio: 35/40;
}
.realization-gallery__video-heading--hidden {
  opacity: 0;
  pointer-events: none;
}

.realization-button-section {
  margin-bottom: 50px;
}
.realization-button-section a::before {
  content: "d";
}

.project-description {
  --decoration-color: #138BD0;
  padding: 100px 0;
}
.project-description--public {
  --decoration-color: #25B525;
}
.project-description__header {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .project-description__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.project-description__heading {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .project-description__heading {
    margin-bottom: 0;
  }
}
.project-description__share {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .project-description__share {
    justify-content: flex-end;
    gap: 25px;
  }
}
.project-description__share-label {
  font-size: 20px;
  font-size: 14px;
  margin: 0 auto 0 0;
}
@media (min-width: 768px) {
  .project-description__share-label {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .project-description__share-label {
    font-size: 20px;
    margin: 0 25px 0 0;
  }
}
.project-description__share-icon {
  height: 25px;
  width: auto;
}
@media (min-width: 1280px) {
  .project-description__share-icon {
    height: initial;
    width: initial;
  }
}
.project-description__content {
  position: relative;
  font-size: 16px;
  line-height: 27px;
}
@media (min-width: 992px) {
  .project-description__content {
    padding-left: 30px;
  }
}
.project-description__content::before {
  content: "";
  position: absolute;
  left: 0;
  translate: -150% -10px;
  width: 12px;
  height: 75%;
  background: var(--decoration-color);
}
@media (min-width: 992px) {
  .project-description__content::before {
    translate: 0;
  }
}
.project-description__specs {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .project-description__specs {
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .project-description__specs {
    padding: 75px 0 0;
  }
}
.project-description__specs-grid {
  display: grid;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .project-description__specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1530px) {
  .project-description__specs-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.project-description__spec {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
@media (min-width: 560px) {
  .project-description__spec {
    font-size: 16px;
  }
}
.project-description__spec::after {
  content: "";
  height: 18px;
  width: 15px;
  background: var(--decoration-color);
  position: absolute;
  top: 0;
  left: 0;
}
.project-description__spec li::before {
  content: "- ";
}
.project-description__cols {
  padding-left: 30px;
}
@media (min-width: 1280px) {
  .project-description__cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}

.project-details {
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .project-details__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.project-details__specs {
  display: grid;
}
@media (min-width: 768px) {
  .project-details__specs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .project-details__specs {
    display: block;
  }
}
.project-details__spec:not(:last-child) {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .project-details__gallery-wrapper {
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .project-details__gallery-wrapper {
    grid-template-columns: 1fr minmax(0, 2fr);
  }
}
.project-details__gallery {
  grid-column: 2/4;
  display: grid;
  grid-gap: 1px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .project-details__gallery {
    margin-bottom: 70px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .project-details__gallery {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .project-details__gallery {
    grid-template-columns: repeat(4, 1fr);
    min-height: 450px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1530px) {
  .project-details__gallery {
    min-height: 600px;
  }
}
.project-details__gallery-item {
  overflow: hidden;
}
.project-details__gallery-item--big {
  grid-column: 1/3;
  grid-row: 1/3;
}
.project-details__gallery-item:hover .project-details__gallery-img {
  scale: 1.2;
}
.project-details__gallery-img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.project-details__buttons {
  grid-column: 2/3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 0 50px;
  gap: 20px;
}
@media (min-width: 992px) {
  .project-details__buttons {
    gap: 20px;
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .project-details__buttons {
    gap: 30px;
    align-items: flex-end;
    flex-direction: row;
  }
}
.project-details__button {
  display: block;
  color: #fff;
  background: #138BD0;
  width: max-content;
  border-radius: 10px;
  font-size: 20px;
  padding: 10px 40px;
  transition: background-color 0.4s;
}
.project-details__button:hover {
  background: #0f6ca1;
}
@media (min-width: 560px) {
  .project-details__button {
    font-size: 20px;
    padding: 20px 80px;
  }
}
@media (min-width: 768px) {
  .project-details__button {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .project-details__button {
    margin: 0;
    padding: 20px 50px;
  }
}
.project-details__button::before {
  content: "n";
  font-family: "Fontastic";
  margin-right: 15px;
  translate: 0 4px;
  display: inline-block;
}

.project-plans {
  padding: 40px 0;
  background: #F8F8F8;
}
@media (min-width: 992px) {
  .project-plans {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .project-plans__plans {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 1280px) {
  .project-plans__plans {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1530px) {
  .project-plans__plans {
    grid-gap: 30px;
  }
}
.project-plans__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.project-plans__item-img-wrapper {
  overflow: hidden;
  margin-bottom: 24px;
  height: 100%;
  width: 100%;
}
.project-plans__item-img-wrapper:hover .project-plans__item-img {
  scale: 1.2;
}
.project-plans__item-img {
  transition: 0.5s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-plans__item-download-button {
  border: 2px solid #138BD0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 50px 10px 21px;
  border-radius: 8px;
}
.project-plans__item-download-button-icon {
  font-family: "Fontastic";
  font-size: 32px;
}
.project-plans__item-download-button-label {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1;
  display: flex;
  flex-direction: column;
}

.project-similar {
  --decoration-color: #138BD0;
  padding-top: 60px;
}
.project-similar--public {
  --decoration-color: #25B525;
}
.project-similar__wrapper {
  display: grid;
  grid-gap: 1px;
}
@media (min-width: 1280px) {
  .project-similar__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.project-similar__item {
  position: relative;
  height: 100%;
  width: 100%;
}
.project-similar__item:hover .project-similar__item-content {
  opacity: 1;
  opacity: 1;
}
.project-similar__item-img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-similar__item-content {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
.project-similar__item-heading {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 0 25px;
}
.project-similar__item-specifications {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--decoration-color);
}
.project-similar__item-spec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 15px 20px;
}
@media (min-width: 1280px) and (max-width: 1745px) {
  .project-similar__item-spec {
    padding: 15px 5px;
  }
}
.project-similar__item-spec + .project-similar__item-spec {
  position: relative;
}
.project-similar__item-spec + .project-similar__item-spec::after {
  content: "";
  height: 80%;
  width: 2px;
  position: absolute;
  left: -1px;
  top: 10%;
  background: #fff;
}
.project-similar__item-spec-name {
  font-size: 19px;
}
@media (min-width: 1280px) and (max-width: 1745px) {
  .project-similar__item-spec-name {
    font-size: 14px;
  }
}
.project-similar__item-spec-value {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 1280px) and (max-width: 1745px) {
  .project-similar__item-spec-value {
    font-size: 18px;
  }
}

.specs-grid {
  --decoration-color: #138BD0;
  position: relative;
  padding: 50px 0;
}
.specs-grid--public {
  --decoration-color: #25B525;
}
@media (min-width: 768px) {
  .specs-grid {
    padding: 75px 0;
  }
}
@media (min-width: 1280px) {
  .specs-grid {
    padding: 100px 0;
  }
}
.specs-grid::after {
  content: "";
  height: 10px;
  width: 50%;
  position: absolute;
  inset: auto 0 0 auto;
  background: var(--decoration-color);
}
@media (min-width: 768px) {
  .specs-grid::after {
    width: 33%;
  }
}
.specs-grid__container {
  display: grid;
}
@media (min-width: 768px) {
  .specs-grid__container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
@media (min-width: 992px) {
  .specs-grid__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.portfolio-filters {
  --filter-border-color: #122B48;
  padding-bottom: 65px;
}
.portfolio-filters--public {
  --filter-border-color: #25B525;
}
.portfolio-filters__heading {
  font-size: 20px;
  font-weight: 700;
}
.portfolio-filters__buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.portfolio-filters__button {
  background: transparent;
  border: none;
  font-size: 17px;
  font-weight: 700;
  padding: 0px 22px 0px 8px;
  border: 1px solid var(--filter-border-color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.portfolio-filters__button::before {
  content: "f";
  font-family: "Fontastic";
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 5px;
}
.portfolio-filters__button--active {
  box-shadow: inset 0 0 0 3px var(--filter-border-color);
}
.portfolio-filters__button-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.portfolio-filters__button-value {
  font-weight: 400;
}

.portfolio-list {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .portfolio-list {
    margin-bottom: 175px;
  }
}
@media (min-width: 1280px) {
  .portfolio-list {
    margin-bottom: 230px;
  }
}

.offer-list {
  margin-bottom: 100px;
}
.offer-list__heading-container {
  margin-bottom: 100px;
}

.bg-text {
  background-image: url("../img/home-offer-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
  font-size: 20px;
}
.bg-text::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.5);
}
.bg-text__container {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-gap: 50px;
}
@media (min-width: 992px) {
  .bg-text__container {
    grid-template-columns: 1fr 1.5fr;
  }
}
.bg-text__heading {
  place-self: center;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 1280px) {
  .bg-text__heading {
    font-size: 36px;
  }
}
@media (min-width: 1530px) {
  .bg-text__heading {
    font-size: 47px;
  }
}
.bg-text__heading-img {
  width: 150px;
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .bg-text__heading-img {
    width: 200px;
  }
}
.bg-text__content {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .bg-text__content {
    padding-left: 50px;
  }
}
@media (min-width: 1280px) {
  .bg-text__content::before {
    content: "";
    height: 50%;
    width: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1280px) {
  .bg-text__content ul {
    padding-left: 50px;
  }
}
.bg-text__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-text__buttons .btn {
  margin: 0 10px;
  padding: 10px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bg-text__buttons .btn::before {
  content: "q";
  font-family: "Fontastic";
  margin-right: 0.5em;
}

.co2 {
  padding: 100px 0;
  background: #F8F8F8;
}
.co2__heading {
  text-align: center;
  color: #138BD0;
  margin-bottom: 35px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .co2__heading {
    margin-bottom: 50px;
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .co2__heading {
    margin-bottom: 100px;
    font-size: 36px;
  }
}
.co2__grid {
  display: grid;
  place-items: center;
  grid-gap: 50px;
}
@media (min-width: 768px) {
  .co2__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .co2__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.co2__item {
  display: grid;
  grid-template-rows: 90px 150px auto;
  place-items: center;
}
.co2__item-heading {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .co2__item-heading {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .co2__item-heading {
    font-size: 36px;
  }
}
.co2__item-icon {
  place-self: end center;
}
.co2__item-value {
  margin: 30px 0;
  font-weight: 700;
}
.co2__item-value--accent {
  color: #25B525;
}

.stereotypes {
  padding: 100px 0;
}
.stereotypes__container {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .stereotypes__grid {
    display: inline-grid;
    grid-gap: 70px;
    grid-template-columns: repeat(2, 1fr);
    margin: 100px auto 0;
  }
}
.stereotypes__item {
  padding: 50px 20px;
  background: #fff;
  max-width: 600px;
  margin: 0 auto 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 1280px) {
  .stereotypes__item {
    padding: 20px;
  }
}
.stereotypes__item-heading {
  color: #138BD0;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.stereotypes__item-text {
  font-size: 16px;
  margin-bottom: 20px;
}
.stereotypes__item-img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.stereotypes__item-button {
  background: #138BD0;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
}
.stereotypes__item-button::after {
  content: " więcej";
}
.stereotypes__checkbox {
  display: none;
}
.stereotypes__checkbox:checked ~ .stereotypes__more {
  max-height: 999px;
}
.stereotypes__checkbox:checked ~ .stereotypes__item-button::after {
  content: " mniej";
}
.stereotypes__more {
  max-height: 0;
  overflow: hidden;
  transition: 1s;
}

.finished-projects-text-button {
  display: none;
}
@media (min-width: 992px) {
  .finished-projects-text-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.finished-projects-text-button .btn {
  padding-left: 50px;
  padding-right: 50px;
}

.individual-projects-bg-text {
  padding: 150px 0;
}
.individual-projects-bg-text .container {
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.individual-projects-bg-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
.individual-projects-bg-text .buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .individual-projects-bg-text .buttons {
    justify-content: flex-end;
  }
}

.contact-content {
  overflow: hidden;
}
.contact-content__container {
  grid-gap: 30px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .contact-content__container {
    padding-left: 10px;
  }
}
@media (min-width: 1280px) {
  .contact-content__container {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
  }
}
@media (min-width: 1530px) {
  .contact-content__container {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1280px) {
  .contact-content__left-col {
    padding: 80px 0;
  }
}
.contact-content__right-col {
  background: #fafafa;
  position: relative;
  margin: 0 -16px;
  padding: 50px 16px 0;
}
@media (min-width: 992px) {
  .contact-content__right-col {
    margin: 0 -32px;
    padding: 50px 16px;
  }
}
@media (min-width: 1280px) {
  .contact-content__right-col {
    margin: 0;
    padding: 80px 0 80px 50px;
  }
}
@media (min-width: 992px) {
  .contact-content__right-col::before {
    content: "";
    height: 100%;
    width: 999%;
    position: absolute;
    left: 0%;
    top: 0;
    background: inherit;
    z-index: -1;
    translate: -50%;
  }
}
@media (min-width: 1530px) {
  .contact-content__right-col::before {
    translate: 0;
  }
}
.contact-content__description {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-content__description {
    margin-bottom: 100px;
  }
  .contact-content__description::after {
    content: "";
    height: 150%;
    width: 5px;
    position: absolute;
    top: 0;
    left: -30px;
    background: #138BD0;
  }
}
.contact-content__contacts-hours {
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 700;
}
.contact-content__contacts-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .contact-content__contacts-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px 20px;
  }
}
@media (min-width: 1280px) {
  .contact-content__contacts-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1530px) {
  .contact-content__contacts-grid {
    gap: 80px 50px;
  }
}
.contact-content__tel {
  display: flex;
  font-size: 16px;
}
@media (min-width: 768px) {
  .contact-content__tel {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .contact-content__tel {
    font-size: 20px;
  }
}
.contact-content__tel-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-content__tel-icon {
  font-family: "Material Symbols Rounded";
  font-size: 2em;
  margin-right: 20px;
}

.contact-address {
  font-size: 20px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .contact-address {
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
  }
}
@media (min-width: 1280px) {
  .contact-address {
    grid-template-columns: initial;
  }
}
.contact-address__section {
  font-size: inherit;
  margin-bottom: 20px;
}
.contact-address__section:first-child {
  order: 2;
}
.contact-address__section:last-child {
  order: 1;
}
@media (min-width: 992px) {
  .contact-address__section {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .contact-address__section:first-child, .contact-address__section:last-child {
    order: initial;
  }
}
.contact-address__heading {
  margin-bottom: 2em;
}
.contact-address__item {
  display: flex;
  flex-direction: column;
}
.contact-address__item-label, .contact-address__item-link {
  grid-column: 2/3;
}
.contact-address__item-link {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact-address__item-link::before {
  content: attr(data-icon);
  font-family: "Fontastic";
  margin-right: 10px;
  line-height: 1;
}
.contact-address__logo {
  margin-bottom: 20px;
  max-width: 300px;
}

.contact-map iframe {
  width: 100%;
  aspect-ratio: 16/5;
  margin-bottom: 0;
  display: block;
}

.contact-partners {
  padding: 30px 0;
}
.contact-partners__heading {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact-partners__heading {
    margin-bottom: 80px;
  }
}
.contact-partners__logos-grid {
  display: grid;
  place-items: center;
}
@media (min-width: 992px) {
  .contact-partners__logos-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.contact-partners__logo {
  width: 175px;
}

.contact-sellers {
  display: grid;
  padding: 50px 0 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .contact-sellers {
    grid-gap: 50px;
    align-items: center;
  }
}
@media (min-width: 1530px) {
  .contact-sellers {
    grid-template-columns: 1fr 1fr;
  }
}

.seller {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  margin-bottom: 50px;
}
.seller::before {
  content: "";
  height: 100%;
  width: 3px;
  left: -10px;
  top: 0;
  background: #138BD0;
  position: absolute;
}
@media (min-width: 768px) {
  .seller::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .seller {
    display: grid;
  }
}
.seller__photo {
  height: 100px;
  width: 100px;
}
.seller__img {
  height: 100%;
}
@media (min-width: 768px) {
  .seller__img {
    grid-row: 1/3;
    grid-column: 1/2;
    position: relative;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .seller__img::before {
    content: "";
    height: 100%;
    width: 3px;
    right: 20px;
    top: 0;
    background: #138BD0;
    position: absolute;
  }
}
.seller__name {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.seller__department {
  margin-bottom: 5px;
  color: #122B48;
  font-weight: 400;
  font-size: 16px;
}
.seller__data {
  align-self: center;
}
@media (min-width: 768px) {
  .seller__data {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 20px;
  }
}
.seller__contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.seller__text {
  grid-row: 2/3;
  grid-column: 1/3;
  position: relative;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .seller__text {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.our-partners {
  margin-top: 50px;
}
.our-partners__heading {
  margin-bottom: 100px;
}

.our-partner {
  --decoration-color: $color-primary;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .our-partner {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 50px;
    margin-bottom: 100px;
  }
}
.our-partner--fermacell {
  --decoration-color: #F2781F;
}
.our-partner--steico {
  --decoration-color: #4DA94A;
}
.our-partner--sto {
  --decoration-color: #FDD313;
}
.our-partner--siniat {
  --decoration-color: #BC3595;
}
.our-partner--viessmann {
  --decoration-color: #ff3e16;
}
.our-partner__logo {
  max-width: 100%;
  margin-bottom: 20px;
}
.our-partner__description {
  padding-left: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .our-partner__description {
    padding-left: 50px;
  }
}
.our-partner__description::before {
  content: "";
  background: var(--decoration-color);
  height: 100%;
  width: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .our-partner__description::before {
    width: 8px;
  }
}
.our-partner h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-banner--factory {
  padding: 0;
  height: auto;
}
.page-banner--factory::before {
  pointer-events: none;
}
.page-banner--factory .page-banner__container {
  position: absolute;
  inset: 0;
  height: 100%;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .page-banner--factory .page-banner__container {
    padding-bottom: 100px;
  }
}
.page-banner--factory .page-banner__img {
  position: static;
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .page-banner--factory .page-banner__img {
    height: calc(100vh - 87px);
  }
}

.factory {
  --decoration-color: #138BD0;
  padding: 50px 0;
  position: relative;
}
.factory--public {
  --decoration-color: #25B525;
}
@media (min-width: 992px) {
  .factory__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 50px;
  }
}
.factory__main {
  margin-bottom: 50px;
}
.factory__text {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .factory__text {
    padding-left: 20px;
  }
}
@media (min-width: 1280px) {
  .factory__text {
    margin-bottom: 75px;
  }
}
.factory__text::before {
  content: "";
  background: var(--decoration-color);
  height: 100%;
  width: 6px;
  position: absolute;
  left: -16px;
  top: 0;
}
@media (min-width: 768px) {
  .factory__text::before {
    left: 0;
    width: 8px;
  }
}
.factory__slogan {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.factory__side {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.factory__side-item {
  padding-bottom: 50px;
  width: 100%;
}
.factory__side-item-img {
  width: 100%;
}
.factory__side-item-desc {
  margin: 10px 0;
  text-align: center;
}
.factory__decoration {
  position: absolute;
  pointer-events: none;
}

.technology-bottom-text .container {
  display: grid;
}
@media (min-width: 1280px) {
  .technology-bottom-text .container {
    grid-template-columns: 1fr auto;
  }
}
.technology-bottom-text .container img {
  place-self: center;
}

.technology-three-columns {
  overflow: hidden;
}
.technology-three-columns .btn {
  font-size: 24px;
  width: max-content;
  padding: 15px 40px;
  font-weight: 700;
}

.technology-video {
  padding: 50px 0;
}
.technology-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}

#chess-section {
  scroll-margin-top: 100px;
}

.cross-sections {
  padding: 50px 0;
  display: grid;
  grid-gap: 40px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cross-sections {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cross-sections__text-wrapper {
  background: #F4F4F4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.cross-sections__text {
  max-width: 700px;
  padding: 50px 20px;
  margin: 0 auto;
}
.cross-sections__img-wrapper p {
  margin: 0 20px;
}
@media (min-width: 992px) {
  .cross-sections__img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

main#communal .text-2-col {
  font-size: 20px;
}
@media (min-width: 992px) {
  main#communal .text-2-col .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
main#communal .text-2-col .container .col {
  position: relative;
  padding-left: 32px;
  margin-bottom: 50px;
}
main#communal .text-2-col .container .col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 75%;
  width: 8px;
  background: #25B525;
}
main#communal .list-4-col {
  margin-top: 50px;
}
@media (min-width: 768px) {
  main#communal .list-4-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  main#communal .list-4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 560px) {
  main#communal .numbers-boxes__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  main#communal .numbers-boxes__columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
  }
}
main#communal .numbers-boxes__columns .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 560px) {
  main#communal .numbers-boxes__columns .col {
    margin-bottom: 0;
    max-width: 30%;
  }
}
@media (min-width: 1280px) {
  main#communal .numbers-boxes__columns .col {
    max-width: 150px;
  }
}
main#communal .numbers-boxes__columns .col img {
  margin-bottom: 20px;
}
main#communal .numbers-boxes__columns .col h4 {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
main#communal .video iframe {
  width: 100%;
  height: 450px;
}
main#communal .projects {
  margin: 50px 0;
}
main#communal .projects .project {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main#communal .projects .project {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  main#communal .projects .project:nth-child(even) .col-text {
    order: 2;
    place-self: center start;
    margin-left: 100px;
  }
}
@media (min-width: 1280px) {
  main#communal .projects .project:nth-child(even) .col-text {
    margin-left: 200px;
  }
}
@media (min-width: 768px) {
  main#communal .projects .project:nth-child(even) .col-img {
    order: 1;
    place-self: center end;
  }
}
@media (min-width: 768px) {
  main#communal .projects .project:nth-child(odd) .col-text {
    place-self: center end;
    margin-right: 100px;
  }
}
@media (min-width: 1280px) {
  main#communal .projects .project:nth-child(odd) .col-text {
    margin-right: 200px;
  }
}
main#communal .projects .project .col-text h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
main#communal .projects .project .col-img {
  padding: 0 20px;
}

.public-realizations-specifications {
  position: relative;
}
.public-realizations-specifications::after {
  content: "";
  height: 10px;
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #25B525;
}
@media (min-width: 768px) {
  .public-realizations-specifications .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .public-realizations-specifications .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.public-realizations-specifications .container .project-details__spec::before {
  background: #25B525;
}

.default-content h1 {
  font-size: 2rem;
}
.default-content h2 {
  font-size: 1.75rem;
}
.default-content h3 {
  font-size: 1.5rem;
}
.default-content h4 {
  font-size: 1.25rem;
}
.default-content h1, .default-content h2, .default-content h3, .default-content h4, .default-content h5, .default-content h6 {
  margin-bottom: 1em;
  font-weight: 700;
}
.default-content p, .default-content ul, .default-content ol, .default-content li, .default-content strong, .default-content a {
  font-size: 20px;
}
.default-content a {
  color: #138BD0;
  text-decoration: underline;
}

.p-1 {
  padding: 25px;
}

.px-1 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-1 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-1 {
  padding-top: 25px;
}

.pr-1 {
  padding-right: 25px;
}

.pb-1 {
  padding-bottom: 25px;
}

.pl-1 {
  padding-left: 25px;
}

@media (min-width: 560px) {
  .p-sm-1 {
    padding: 25px;
  }
}

@media (min-width: 560px) {
  .pt-sm-1 {
    padding-top: 25px;
  }
}

@media (min-width: 560px) {
  .pr-sm-1 {
    padding-right: 25px;
  }
}

@media (min-width: 560px) {
  .pb-sm-1 {
    padding-bottom: 25px;
  }
}

@media (min-width: 560px) {
  .pl-sm-1 {
    padding-left: 25px;
  }
}

@media (min-width: 768px) {
  .p-md-1 {
    padding: 25px;
  }
}

@media (min-width: 768px) {
  .pt-md-1 {
    padding-top: 25px;
  }
}

@media (min-width: 768px) {
  .pr-md-1 {
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  .pb-md-1 {
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .pl-md-1 {
    padding-left: 25px;
  }
}

@media (min-width: 992px) {
  .p-lg-1 {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .pt-lg-1 {
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
  .pr-lg-1 {
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .pb-lg-1 {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .pl-lg-1 {
    padding-left: 25px;
  }
}

@media (min-width: 1280px) {
  .p-xl-1 {
    padding: 25px;
  }
}

@media (min-width: 1280px) {
  .pt-xl-1 {
    padding-top: 25px;
  }
}

@media (min-width: 1280px) {
  .pr-xl-1 {
    padding-right: 25px;
  }
}

@media (min-width: 1280px) {
  .pb-xl-1 {
    padding-bottom: 25px;
  }
}

@media (min-width: 1280px) {
  .pl-xl-1 {
    padding-left: 25px;
  }
}

@media (min-width: 1530px) {
  .p-xxl-1 {
    padding: 25px;
  }
}

@media (min-width: 1530px) {
  .pt-xxl-1 {
    padding-top: 25px;
  }
}

@media (min-width: 1530px) {
  .pr-xxl-1 {
    padding-right: 25px;
  }
}

@media (min-width: 1530px) {
  .pb-xxl-1 {
    padding-bottom: 25px;
  }
}

@media (min-width: 1530px) {
  .pl-xxl-1 {
    padding-left: 25px;
  }
}

.m-1 {
  margin: 25px;
}

.mx-1 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt-1 {
  margin-top: 25px;
}

.mr-1 {
  margin-right: 25px;
}

.mb-1 {
  margin-bottom: 25px;
}

.ml-1 {
  margin-left: 25px;
}

@media (min-width: 560px) {
  .m-sm-1 {
    margin: 25px;
  }
}

@media (min-width: 560px) {
  .mt-sm-1 {
    margin-top: 25px;
  }
}

@media (min-width: 560px) {
  .mr-sm-1 {
    margin-right: 25px;
  }
}

@media (min-width: 560px) {
  .mb-sm-1 {
    margin-bottom: 25px;
  }
}

@media (min-width: 560px) {
  .ml-sm-1 {
    margin-left: 25px;
  }
}

@media (min-width: 768px) {
  .m-md-1 {
    margin: 25px;
  }
}

@media (min-width: 768px) {
  .mt-md-1 {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .mr-md-1 {
    margin-right: 25px;
  }
}

@media (min-width: 768px) {
  .mb-md-1 {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .ml-md-1 {
    margin-left: 25px;
  }
}

@media (min-width: 992px) {
  .m-lg-1 {
    margin: 25px;
  }
}

@media (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .mr-lg-1 {
    margin-right: 25px;
  }
}

@media (min-width: 992px) {
  .mb-lg-1 {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .ml-lg-1 {
    margin-left: 25px;
  }
}

@media (min-width: 1280px) {
  .m-xl-1 {
    margin: 25px;
  }
}

@media (min-width: 1280px) {
  .mt-xl-1 {
    margin-top: 25px;
  }
}

@media (min-width: 1280px) {
  .mr-xl-1 {
    margin-right: 25px;
  }
}

@media (min-width: 1280px) {
  .mb-xl-1 {
    margin-bottom: 25px;
  }
}

@media (min-width: 1280px) {
  .ml-xl-1 {
    margin-left: 25px;
  }
}

@media (min-width: 1530px) {
  .m-xxl-1 {
    margin: 25px;
  }
}

@media (min-width: 1530px) {
  .mt-xxl-1 {
    margin-top: 25px;
  }
}

@media (min-width: 1530px) {
  .mr-xxl-1 {
    margin-right: 25px;
  }
}

@media (min-width: 1530px) {
  .mb-xxl-1 {
    margin-bottom: 25px;
  }
}

@media (min-width: 1530px) {
  .ml-xxl-1 {
    margin-left: 25px;
  }
}

.p-2 {
  padding: 50px;
}

.px-2 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-2 {
  padding-top: 50px;
}

.pr-2 {
  padding-right: 50px;
}

.pb-2 {
  padding-bottom: 50px;
}

.pl-2 {
  padding-left: 50px;
}

@media (min-width: 560px) {
  .p-sm-2 {
    padding: 50px;
  }
}

@media (min-width: 560px) {
  .pt-sm-2 {
    padding-top: 50px;
  }
}

@media (min-width: 560px) {
  .pr-sm-2 {
    padding-right: 50px;
  }
}

@media (min-width: 560px) {
  .pb-sm-2 {
    padding-bottom: 50px;
  }
}

@media (min-width: 560px) {
  .pl-sm-2 {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .p-md-2 {
    padding: 50px;
  }
}

@media (min-width: 768px) {
  .pt-md-2 {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .pr-md-2 {
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .pb-md-2 {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .pl-md-2 {
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .p-lg-2 {
    padding: 50px;
  }
}

@media (min-width: 992px) {
  .pt-lg-2 {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .pr-lg-2 {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .pb-lg-2 {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .pl-lg-2 {
    padding-left: 50px;
  }
}

@media (min-width: 1280px) {
  .p-xl-2 {
    padding: 50px;
  }
}

@media (min-width: 1280px) {
  .pt-xl-2 {
    padding-top: 50px;
  }
}

@media (min-width: 1280px) {
  .pr-xl-2 {
    padding-right: 50px;
  }
}

@media (min-width: 1280px) {
  .pb-xl-2 {
    padding-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .pl-xl-2 {
    padding-left: 50px;
  }
}

@media (min-width: 1530px) {
  .p-xxl-2 {
    padding: 50px;
  }
}

@media (min-width: 1530px) {
  .pt-xxl-2 {
    padding-top: 50px;
  }
}

@media (min-width: 1530px) {
  .pr-xxl-2 {
    padding-right: 50px;
  }
}

@media (min-width: 1530px) {
  .pb-xxl-2 {
    padding-bottom: 50px;
  }
}

@media (min-width: 1530px) {
  .pl-xxl-2 {
    padding-left: 50px;
  }
}

.m-2 {
  margin: 50px;
}

.mx-2 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-2 {
  margin-top: 50px;
}

.mr-2 {
  margin-right: 50px;
}

.mb-2 {
  margin-bottom: 50px;
}

.ml-2 {
  margin-left: 50px;
}

@media (min-width: 560px) {
  .m-sm-2 {
    margin: 50px;
  }
}

@media (min-width: 560px) {
  .mt-sm-2 {
    margin-top: 50px;
  }
}

@media (min-width: 560px) {
  .mr-sm-2 {
    margin-right: 50px;
  }
}

@media (min-width: 560px) {
  .mb-sm-2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 560px) {
  .ml-sm-2 {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .m-md-2 {
    margin: 50px;
  }
}

@media (min-width: 768px) {
  .mt-md-2 {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .mr-md-2 {
    margin-right: 50px;
  }
}

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .ml-md-2 {
    margin-left: 50px;
  }
}

@media (min-width: 992px) {
  .m-lg-2 {
    margin: 50px;
  }
}

@media (min-width: 992px) {
  .mt-lg-2 {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .mr-lg-2 {
    margin-right: 50px;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .ml-lg-2 {
    margin-left: 50px;
  }
}

@media (min-width: 1280px) {
  .m-xl-2 {
    margin: 50px;
  }
}

@media (min-width: 1280px) {
  .mt-xl-2 {
    margin-top: 50px;
  }
}

@media (min-width: 1280px) {
  .mr-xl-2 {
    margin-right: 50px;
  }
}

@media (min-width: 1280px) {
  .mb-xl-2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .ml-xl-2 {
    margin-left: 50px;
  }
}

@media (min-width: 1530px) {
  .m-xxl-2 {
    margin: 50px;
  }
}

@media (min-width: 1530px) {
  .mt-xxl-2 {
    margin-top: 50px;
  }
}

@media (min-width: 1530px) {
  .mr-xxl-2 {
    margin-right: 50px;
  }
}

@media (min-width: 1530px) {
  .mb-xxl-2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 1530px) {
  .ml-xxl-2 {
    margin-left: 50px;
  }
}

.p-3 {
  padding: 75px;
}

.px-3 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-3 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-3 {
  padding-top: 75px;
}

.pr-3 {
  padding-right: 75px;
}

.pb-3 {
  padding-bottom: 75px;
}

.pl-3 {
  padding-left: 75px;
}

@media (min-width: 560px) {
  .p-sm-3 {
    padding: 75px;
  }
}

@media (min-width: 560px) {
  .pt-sm-3 {
    padding-top: 75px;
  }
}

@media (min-width: 560px) {
  .pr-sm-3 {
    padding-right: 75px;
  }
}

@media (min-width: 560px) {
  .pb-sm-3 {
    padding-bottom: 75px;
  }
}

@media (min-width: 560px) {
  .pl-sm-3 {
    padding-left: 75px;
  }
}

@media (min-width: 768px) {
  .p-md-3 {
    padding: 75px;
  }
}

@media (min-width: 768px) {
  .pt-md-3 {
    padding-top: 75px;
  }
}

@media (min-width: 768px) {
  .pr-md-3 {
    padding-right: 75px;
  }
}

@media (min-width: 768px) {
  .pb-md-3 {
    padding-bottom: 75px;
  }
}

@media (min-width: 768px) {
  .pl-md-3 {
    padding-left: 75px;
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
    padding: 75px;
  }
}

@media (min-width: 992px) {
  .pt-lg-3 {
    padding-top: 75px;
  }
}

@media (min-width: 992px) {
  .pr-lg-3 {
    padding-right: 75px;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .pl-lg-3 {
    padding-left: 75px;
  }
}

@media (min-width: 1280px) {
  .p-xl-3 {
    padding: 75px;
  }
}

@media (min-width: 1280px) {
  .pt-xl-3 {
    padding-top: 75px;
  }
}

@media (min-width: 1280px) {
  .pr-xl-3 {
    padding-right: 75px;
  }
}

@media (min-width: 1280px) {
  .pb-xl-3 {
    padding-bottom: 75px;
  }
}

@media (min-width: 1280px) {
  .pl-xl-3 {
    padding-left: 75px;
  }
}

@media (min-width: 1530px) {
  .p-xxl-3 {
    padding: 75px;
  }
}

@media (min-width: 1530px) {
  .pt-xxl-3 {
    padding-top: 75px;
  }
}

@media (min-width: 1530px) {
  .pr-xxl-3 {
    padding-right: 75px;
  }
}

@media (min-width: 1530px) {
  .pb-xxl-3 {
    padding-bottom: 75px;
  }
}

@media (min-width: 1530px) {
  .pl-xxl-3 {
    padding-left: 75px;
  }
}

.m-3 {
  margin: 75px;
}

.mx-3 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-3 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mt-3 {
  margin-top: 75px;
}

.mr-3 {
  margin-right: 75px;
}

.mb-3 {
  margin-bottom: 75px;
}

.ml-3 {
  margin-left: 75px;
}

@media (min-width: 560px) {
  .m-sm-3 {
    margin: 75px;
  }
}

@media (min-width: 560px) {
  .mt-sm-3 {
    margin-top: 75px;
  }
}

@media (min-width: 560px) {
  .mr-sm-3 {
    margin-right: 75px;
  }
}

@media (min-width: 560px) {
  .mb-sm-3 {
    margin-bottom: 75px;
  }
}

@media (min-width: 560px) {
  .ml-sm-3 {
    margin-left: 75px;
  }
}

@media (min-width: 768px) {
  .m-md-3 {
    margin: 75px;
  }
}

@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 75px;
  }
}

@media (min-width: 768px) {
  .mr-md-3 {
    margin-right: 75px;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) {
  .ml-md-3 {
    margin-left: 75px;
  }
}

@media (min-width: 992px) {
  .m-lg-3 {
    margin: 75px;
  }
}

@media (min-width: 992px) {
  .mt-lg-3 {
    margin-top: 75px;
  }
}

@media (min-width: 992px) {
  .mr-lg-3 {
    margin-right: 75px;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .ml-lg-3 {
    margin-left: 75px;
  }
}

@media (min-width: 1280px) {
  .m-xl-3 {
    margin: 75px;
  }
}

@media (min-width: 1280px) {
  .mt-xl-3 {
    margin-top: 75px;
  }
}

@media (min-width: 1280px) {
  .mr-xl-3 {
    margin-right: 75px;
  }
}

@media (min-width: 1280px) {
  .mb-xl-3 {
    margin-bottom: 75px;
  }
}

@media (min-width: 1280px) {
  .ml-xl-3 {
    margin-left: 75px;
  }
}

@media (min-width: 1530px) {
  .m-xxl-3 {
    margin: 75px;
  }
}

@media (min-width: 1530px) {
  .mt-xxl-3 {
    margin-top: 75px;
  }
}

@media (min-width: 1530px) {
  .mr-xxl-3 {
    margin-right: 75px;
  }
}

@media (min-width: 1530px) {
  .mb-xxl-3 {
    margin-bottom: 75px;
  }
}

@media (min-width: 1530px) {
  .ml-xxl-3 {
    margin-left: 75px;
  }
}

.p-4 {
  padding: 100px;
}

.px-4 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-4 {
  padding-top: 100px;
}

.pr-4 {
  padding-right: 100px;
}

.pb-4 {
  padding-bottom: 100px;
}

.pl-4 {
  padding-left: 100px;
}

@media (min-width: 560px) {
  .p-sm-4 {
    padding: 100px;
  }
}

@media (min-width: 560px) {
  .pt-sm-4 {
    padding-top: 100px;
  }
}

@media (min-width: 560px) {
  .pr-sm-4 {
    padding-right: 100px;
  }
}

@media (min-width: 560px) {
  .pb-sm-4 {
    padding-bottom: 100px;
  }
}

@media (min-width: 560px) {
  .pl-sm-4 {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 100px;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .pr-md-4 {
    padding-right: 100px;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .pl-md-4 {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 100px;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .pr-lg-4 {
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .pl-lg-4 {
    padding-left: 100px;
  }
}

@media (min-width: 1280px) {
  .p-xl-4 {
    padding: 100px;
  }
}

@media (min-width: 1280px) {
  .pt-xl-4 {
    padding-top: 100px;
  }
}

@media (min-width: 1280px) {
  .pr-xl-4 {
    padding-right: 100px;
  }
}

@media (min-width: 1280px) {
  .pb-xl-4 {
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  .pl-xl-4 {
    padding-left: 100px;
  }
}

@media (min-width: 1530px) {
  .p-xxl-4 {
    padding: 100px;
  }
}

@media (min-width: 1530px) {
  .pt-xxl-4 {
    padding-top: 100px;
  }
}

@media (min-width: 1530px) {
  .pr-xxl-4 {
    padding-right: 100px;
  }
}

@media (min-width: 1530px) {
  .pb-xxl-4 {
    padding-bottom: 100px;
  }
}

@media (min-width: 1530px) {
  .pl-xxl-4 {
    padding-left: 100px;
  }
}

.m-4 {
  margin: 100px;
}

.mx-4 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-4 {
  margin-top: 100px;
}

.mr-4 {
  margin-right: 100px;
}

.mb-4 {
  margin-bottom: 100px;
}

.ml-4 {
  margin-left: 100px;
}

@media (min-width: 560px) {
  .m-sm-4 {
    margin: 100px;
  }
}

@media (min-width: 560px) {
  .mt-sm-4 {
    margin-top: 100px;
  }
}

@media (min-width: 560px) {
  .mr-sm-4 {
    margin-right: 100px;
  }
}

@media (min-width: 560px) {
  .mb-sm-4 {
    margin-bottom: 100px;
  }
}

@media (min-width: 560px) {
  .ml-sm-4 {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
    margin: 100px;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .mr-md-4 {
    margin-right: 100px;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .ml-md-4 {
    margin-left: 100px;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 100px;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .mr-lg-4 {
    margin-right: 100px;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .ml-lg-4 {
    margin-left: 100px;
  }
}

@media (min-width: 1280px) {
  .m-xl-4 {
    margin: 100px;
  }
}

@media (min-width: 1280px) {
  .mt-xl-4 {
    margin-top: 100px;
  }
}

@media (min-width: 1280px) {
  .mr-xl-4 {
    margin-right: 100px;
  }
}

@media (min-width: 1280px) {
  .mb-xl-4 {
    margin-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  .ml-xl-4 {
    margin-left: 100px;
  }
}

@media (min-width: 1530px) {
  .m-xxl-4 {
    margin: 100px;
  }
}

@media (min-width: 1530px) {
  .mt-xxl-4 {
    margin-top: 100px;
  }
}

@media (min-width: 1530px) {
  .mr-xxl-4 {
    margin-right: 100px;
  }
}

@media (min-width: 1530px) {
  .mb-xxl-4 {
    margin-bottom: 100px;
  }
}

@media (min-width: 1530px) {
  .ml-xxl-4 {
    margin-left: 100px;
  }
}

.p-5 {
  padding: 125px;
}

.px-5 {
  padding-left: 125px;
  padding-right: 125px;
}

.py-5 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pt-5 {
  padding-top: 125px;
}

.pr-5 {
  padding-right: 125px;
}

.pb-5 {
  padding-bottom: 125px;
}

.pl-5 {
  padding-left: 125px;
}

@media (min-width: 560px) {
  .p-sm-5 {
    padding: 125px;
  }
}

@media (min-width: 560px) {
  .pt-sm-5 {
    padding-top: 125px;
  }
}

@media (min-width: 560px) {
  .pr-sm-5 {
    padding-right: 125px;
  }
}

@media (min-width: 560px) {
  .pb-sm-5 {
    padding-bottom: 125px;
  }
}

@media (min-width: 560px) {
  .pl-sm-5 {
    padding-left: 125px;
  }
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 125px;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 125px;
  }
}

@media (min-width: 768px) {
  .pr-md-5 {
    padding-right: 125px;
  }
}

@media (min-width: 768px) {
  .pb-md-5 {
    padding-bottom: 125px;
  }
}

@media (min-width: 768px) {
  .pl-md-5 {
    padding-left: 125px;
  }
}

@media (min-width: 992px) {
  .p-lg-5 {
    padding: 125px;
  }
}

@media (min-width: 992px) {
  .pt-lg-5 {
    padding-top: 125px;
  }
}

@media (min-width: 992px) {
  .pr-lg-5 {
    padding-right: 125px;
  }
}

@media (min-width: 992px) {
  .pb-lg-5 {
    padding-bottom: 125px;
  }
}

@media (min-width: 992px) {
  .pl-lg-5 {
    padding-left: 125px;
  }
}

@media (min-width: 1280px) {
  .p-xl-5 {
    padding: 125px;
  }
}

@media (min-width: 1280px) {
  .pt-xl-5 {
    padding-top: 125px;
  }
}

@media (min-width: 1280px) {
  .pr-xl-5 {
    padding-right: 125px;
  }
}

@media (min-width: 1280px) {
  .pb-xl-5 {
    padding-bottom: 125px;
  }
}

@media (min-width: 1280px) {
  .pl-xl-5 {
    padding-left: 125px;
  }
}

@media (min-width: 1530px) {
  .p-xxl-5 {
    padding: 125px;
  }
}

@media (min-width: 1530px) {
  .pt-xxl-5 {
    padding-top: 125px;
  }
}

@media (min-width: 1530px) {
  .pr-xxl-5 {
    padding-right: 125px;
  }
}

@media (min-width: 1530px) {
  .pb-xxl-5 {
    padding-bottom: 125px;
  }
}

@media (min-width: 1530px) {
  .pl-xxl-5 {
    padding-left: 125px;
  }
}

.m-5 {
  margin: 125px;
}

.mx-5 {
  margin-left: 125px;
  margin-right: 125px;
}

.my-5 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.mt-5 {
  margin-top: 125px;
}

.mr-5 {
  margin-right: 125px;
}

.mb-5 {
  margin-bottom: 125px;
}

.ml-5 {
  margin-left: 125px;
}

@media (min-width: 560px) {
  .m-sm-5 {
    margin: 125px;
  }
}

@media (min-width: 560px) {
  .mt-sm-5 {
    margin-top: 125px;
  }
}

@media (min-width: 560px) {
  .mr-sm-5 {
    margin-right: 125px;
  }
}

@media (min-width: 560px) {
  .mb-sm-5 {
    margin-bottom: 125px;
  }
}

@media (min-width: 560px) {
  .ml-sm-5 {
    margin-left: 125px;
  }
}

@media (min-width: 768px) {
  .m-md-5 {
    margin: 125px;
  }
}

@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 125px;
  }
}

@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 125px;
  }
}

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 125px;
  }
}

@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 125px;
  }
}

@media (min-width: 992px) {
  .m-lg-5 {
    margin: 125px;
  }
}

@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 125px;
  }
}

@media (min-width: 992px) {
  .mr-lg-5 {
    margin-right: 125px;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 125px;
  }
}

@media (min-width: 992px) {
  .ml-lg-5 {
    margin-left: 125px;
  }
}

@media (min-width: 1280px) {
  .m-xl-5 {
    margin: 125px;
  }
}

@media (min-width: 1280px) {
  .mt-xl-5 {
    margin-top: 125px;
  }
}

@media (min-width: 1280px) {
  .mr-xl-5 {
    margin-right: 125px;
  }
}

@media (min-width: 1280px) {
  .mb-xl-5 {
    margin-bottom: 125px;
  }
}

@media (min-width: 1280px) {
  .ml-xl-5 {
    margin-left: 125px;
  }
}

@media (min-width: 1530px) {
  .m-xxl-5 {
    margin: 125px;
  }
}

@media (min-width: 1530px) {
  .mt-xxl-5 {
    margin-top: 125px;
  }
}

@media (min-width: 1530px) {
  .mr-xxl-5 {
    margin-right: 125px;
  }
}

@media (min-width: 1530px) {
  .mb-xxl-5 {
    margin-bottom: 125px;
  }
}

@media (min-width: 1530px) {
  .ml-xxl-5 {
    margin-left: 125px;
  }
}

.p-6 {
  padding: 150px;
}

.px-6 {
  padding-left: 150px;
  padding-right: 150px;
}

.py-6 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-6 {
  padding-top: 150px;
}

.pr-6 {
  padding-right: 150px;
}

.pb-6 {
  padding-bottom: 150px;
}

.pl-6 {
  padding-left: 150px;
}

@media (min-width: 560px) {
  .p-sm-6 {
    padding: 150px;
  }
}

@media (min-width: 560px) {
  .pt-sm-6 {
    padding-top: 150px;
  }
}

@media (min-width: 560px) {
  .pr-sm-6 {
    padding-right: 150px;
  }
}

@media (min-width: 560px) {
  .pb-sm-6 {
    padding-bottom: 150px;
  }
}

@media (min-width: 560px) {
  .pl-sm-6 {
    padding-left: 150px;
  }
}

@media (min-width: 768px) {
  .p-md-6 {
    padding: 150px;
  }
}

@media (min-width: 768px) {
  .pt-md-6 {
    padding-top: 150px;
  }
}

@media (min-width: 768px) {
  .pr-md-6 {
    padding-right: 150px;
  }
}

@media (min-width: 768px) {
  .pb-md-6 {
    padding-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .pl-md-6 {
    padding-left: 150px;
  }
}

@media (min-width: 992px) {
  .p-lg-6 {
    padding: 150px;
  }
}

@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  .pr-lg-6 {
    padding-right: 150px;
  }
}

@media (min-width: 992px) {
  .pb-lg-6 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .pl-lg-6 {
    padding-left: 150px;
  }
}

@media (min-width: 1280px) {
  .p-xl-6 {
    padding: 150px;
  }
}

@media (min-width: 1280px) {
  .pt-xl-6 {
    padding-top: 150px;
  }
}

@media (min-width: 1280px) {
  .pr-xl-6 {
    padding-right: 150px;
  }
}

@media (min-width: 1280px) {
  .pb-xl-6 {
    padding-bottom: 150px;
  }
}

@media (min-width: 1280px) {
  .pl-xl-6 {
    padding-left: 150px;
  }
}

@media (min-width: 1530px) {
  .p-xxl-6 {
    padding: 150px;
  }
}

@media (min-width: 1530px) {
  .pt-xxl-6 {
    padding-top: 150px;
  }
}

@media (min-width: 1530px) {
  .pr-xxl-6 {
    padding-right: 150px;
  }
}

@media (min-width: 1530px) {
  .pb-xxl-6 {
    padding-bottom: 150px;
  }
}

@media (min-width: 1530px) {
  .pl-xxl-6 {
    padding-left: 150px;
  }
}

.m-6 {
  margin: 150px;
}

.mx-6 {
  margin-left: 150px;
  margin-right: 150px;
}

.my-6 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mt-6 {
  margin-top: 150px;
}

.mr-6 {
  margin-right: 150px;
}

.mb-6 {
  margin-bottom: 150px;
}

.ml-6 {
  margin-left: 150px;
}

@media (min-width: 560px) {
  .m-sm-6 {
    margin: 150px;
  }
}

@media (min-width: 560px) {
  .mt-sm-6 {
    margin-top: 150px;
  }
}

@media (min-width: 560px) {
  .mr-sm-6 {
    margin-right: 150px;
  }
}

@media (min-width: 560px) {
  .mb-sm-6 {
    margin-bottom: 150px;
  }
}

@media (min-width: 560px) {
  .ml-sm-6 {
    margin-left: 150px;
  }
}

@media (min-width: 768px) {
  .m-md-6 {
    margin: 150px;
  }
}

@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  .mr-md-6 {
    margin-right: 150px;
  }
}

@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .ml-md-6 {
    margin-left: 150px;
  }
}

@media (min-width: 992px) {
  .m-lg-6 {
    margin: 150px;
  }
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .mr-lg-6 {
    margin-right: 150px;
  }
}

@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .ml-lg-6 {
    margin-left: 150px;
  }
}

@media (min-width: 1280px) {
  .m-xl-6 {
    margin: 150px;
  }
}

@media (min-width: 1280px) {
  .mt-xl-6 {
    margin-top: 150px;
  }
}

@media (min-width: 1280px) {
  .mr-xl-6 {
    margin-right: 150px;
  }
}

@media (min-width: 1280px) {
  .mb-xl-6 {
    margin-bottom: 150px;
  }
}

@media (min-width: 1280px) {
  .ml-xl-6 {
    margin-left: 150px;
  }
}

@media (min-width: 1530px) {
  .m-xxl-6 {
    margin: 150px;
  }
}

@media (min-width: 1530px) {
  .mt-xxl-6 {
    margin-top: 150px;
  }
}

@media (min-width: 1530px) {
  .mr-xxl-6 {
    margin-right: 150px;
  }
}

@media (min-width: 1530px) {
  .mb-xxl-6 {
    margin-bottom: 150px;
  }
}

@media (min-width: 1530px) {
  .ml-xxl-6 {
    margin-left: 150px;
  }
}

.striked {
  text-decoration: line-through;
}

section.seo-content h1 {
  font-size: 2.5em;
  margin: 0.67em 0;
  line-height: 1.2;
  font-weight: 700;
}

section.seo-content h2 {
  font-size: 2em;
  margin: 0.75em 0;
  line-height: 1.3;
  font-weight: 700;
}

section.seo-content h3 {
  font-size: 1.75em;
  margin: 0.85em 0;
  line-height: 1.4;
  font-weight: 700;
}

section.seo-content h4 {
  font-size: 1.5em;
  margin: 1em 0;
  line-height: 1.5;
  font-weight: 700;
}

section.seo-content p {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.6;
}

section.seo-content ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 1.6;
}

section.seo-content ul li {
  margin-bottom: 0.5em;
}

section.seo-content ol {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 1.6;
}

section.seo-content ol li {
  margin-bottom: 0.5em;
}


/* Zajawki */




div.list-item__content div.list-item__excerpt h1 {
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 1.2;
  font-weight: 700;
}

div.list-item__content div.list-item__excerpt h2 {
  font-size: 1.75em;
  margin: 0.75em 0;
  line-height: 1.25;
  font-weight: 700;
}

div.list-item__content h3 {
  font-size: 1.5em;
  margin: 0.85em 0;
  line-height: 1.3;
  font-weight: 700;
}

div.list-item__content div.list-item__excerpt h4 {
  font-size: 1.25em;
  margin: 1em 0;
  line-height: 1.35;
  font-weight: 700;
}

div.list-item__contentdiv.list-item__excerpt  p {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.4;
}

div.list-item__content div.list-item__excerpt ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 1.6;
}

div.list-item__content  ul div.list-item__excerpt li {
  margin-bottom: 0.5em;
}

div.list-item__content div.list-item__excerpt ol {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 1.6;
}

div.list-item__content ol div.list-item__excerpt li {
  margin-bottom: 0.5em;
}











/*# sourceMappingURL=style.css.map */