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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.3em;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1.11em 8.33em 2.78em;
}

.style_item {
  padding: 2em 0em;
  border-bottom: 0.1em solid #bdbdbd;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.global {
  background-color: #fff;
}

.c-rich-text p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.c-rich-text h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.c-rich-text h4 {
  margin-top: 0.2em;
  margin-bottom: 0.6em;
}

.c-rich-text h5 {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.c-rich-text h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.section {
  color: #212529;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

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

.section-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.11em;
  padding-bottom: 1.11em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.regular_16 {
  margin-right: 0em;
  margin-left: 0em;
  font-family: Inter, sans-serif;
  font-size: 1.11em;
  line-height: 1.67em;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.33em;
  padding-right: 1.67em;
  padding-left: 1.67em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.08em;
  background-color: #e9fbfa;
  color: #14746f;
}

.div-block:hover {
  background-color: #b3dad8;
  color: #272727;
}

.div-block:active {
  background-color: #e9fbfa;
}

.image {
  width: 1.11em;
  color: #3b3030;
}

.secondary_button-text {
  margin-right: 0.56em;
  color: #0c4643;
}

.hero_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.78em;
}

.heading {
  margin-right: 0em;
  font-family: Author, sans-serif;
  font-size: 3.89em;
  line-height: 1.14;
  font-weight: 400;
}

.image_hero {
  width: auto;
  max-width: 100%;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.33em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main_button-text {
  margin-right: 0.56em;
  font-family: Author, sans-serif;
  color: #fff;
  font-size: 1.11em;
  line-height: 1.5;
  font-weight: 400;
}

.main_button-text.cookies {
  margin-right: 0em;
}

.main_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 2.78em;
  padding: 0.83em 1.67em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2.08em;
  background-color: #14746f;
  -o-object-fit: fill;
  object-fit: fill;
}

.main_button:hover {
  background-color: #0c4643;
}

.main_button:active {
  background-color: #499692;
}

.main_button.cookies {
  margin-top: 1.11em;
}

.main_button.form {
  margin-top: 1.67em;
}

.main_button.form.mobile {
  display: none;
}

.main_button.mobile {
  display: none;
}

.arrow-main_button {
  width: 1.11em;
  color: #fff;
}

.inter_-4 {
  margin-left: 0.56em;
  font-family: Inter, sans-serif;
  color: #495057;
  font-size: 0.97em;
  line-height: 1.71;
  font-weight: 400;
}

.inter_-4.white {
  margin-left: 0em;
  color: #fff;
  font-weight: 300;
}

.inter_-4.semi_bold {
  margin-right: 0.28em;
  margin-left: 0.28em;
  color: #fff;
  font-weight: 500;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.11em;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.56em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 1.67em;
  padding-left: 1.67em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #212529;
}

.div-block-3.last_sp {
  color: #212529;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.na_rynku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.lata_na_rynku {
  font-family: Inter, sans-serif;
  font-size: 2.22em;
  line-height: 1;
  font-weight: 600;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 1.11em;
  line-height: 1;
}

.lata_na_rynku-botton_text {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.opinie_oferta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.56em;
}

.testimonial {
  width: 40%;
  padding: 1.67em 1.11em 1.11em;
  border-radius: 1.67em;
  background-color: #f1f3f5;
}

.testimonial.last_sp {
  background-color: #f1f3f5;
}

.testimonial.mobile {
  display: none;
}

.testimonial.mobil {
  display: none;
}

.div-block-6 {
  margin-top: 1.67em;
  padding: 2.22em;
  border-radius: 1.67em;
  background-color: #14746f;
}

.div-block-6.cta_form {
  background-color: #495057;
}

.rate_font {
  margin-right: 0.28em;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.67em;
  font-weight: 600;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-7.last_cta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testi_text {
  margin-top: 0.56em;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.39em;
  line-height: 1.6;
  font-weight: 300;
}

.testi_text.sp_section {
  font-size: 1.11em;
  font-weight: 400;
}

.testi_text-author {
  margin-top: 0.28em;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 1.11em;
  line-height: 1.5;
  font-weight: 400;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.11em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image_hero_container {
  width: 60%;
}

.image_hero_container.mobile {
  display: none;
}

.image_hero_container.tablets {
  display: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-7 {
  -o-object-fit: fill;
  object-fit: fill;
}

.info_under_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.11em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.info_under_button.form {
  margin-top: 0.56em;
}

._14_24_text {
  margin-left: 0.56em;
  font-family: Inter, sans-serif;
  color: #495057;
  font-size: 0.97em;
  line-height: 1.71;
}

._14_24_text.cookies {
  margin-top: 0.56em;
  margin-left: 0em;
}

._14_24_text.nip {
  margin-top: 0.56em;
  margin-left: 0em;
  color: #868e96;
}

.heat_pomp_prod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._20_24 {
  font-family: Inter, sans-serif;
  font-size: 1.39em;
  line-height: 1.2;
  font-weight: 500;
}

.line1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logotypy_produ {
  margin-top: 2.22em;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.line2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.22em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.22em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-doradztwo_montaz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.72em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image_right_big {
  width: 55%;
}

.image_right_big.mobile {
  display: none;
}

.image_sections {
  width: 100%;
}

.h2 {
  width: 90%;
  font-family: Author, sans-serif;
  font-size: 3.33em;
  line-height: 1;
  font-weight: 400;
}

.h2.last_sectio {
  margin-top: 0.56em;
  text-align: center;
}

.text_left_big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.body1 {
  width: 95%;
  margin-top: 1.11em;
  color: #343a40;
  font-size: 1.11em;
  line-height: 1.75;
}

.body1.cookies {
  margin-top: 0em;
}

.body1.last_sectio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 1.11em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 1.39em;
  text-align: center;
}

.image-4 {
  width: 30%;
}

.image-5 {
  width: 30%;
}

.image-6 {
  width: 30%;
}

.image-7 {
  width: 30%;
}

.image-8 {
  width: 30%;
}

.image-9 {
  width: 30%;
}

.image-10 {
  width: 30%;
}

.image-11 {
  width: 30%;
}

.image-12 {
  width: 30%;
}

.section_ceny_gazu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.72em;
}

.photo_right {
  width: 40%;
  margin-right: 10%;
}

.text_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_do_kazdego_budynku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.72em;
}

.text_left_wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image_right_narrow {
  width: 50%;
}

.image_right_narrow.mobile {
  display: none;
}

.section_program_czyste_powietrze {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.72em;
}

.cta_last_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.56em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.56em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link_footer {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Inter, sans-serif;
  color: #868e96;
  font-size: 0.97em;
  line-height: 1;
}

.link_footer.margin {
  margin-left: 2.22em;
}

.div-block-15 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.line {
  width: 100%;
  height: 0.07em;
  margin-bottom: 1.67em;
  background-color: #dee2e6;
}

.line.under_nav {
  margin-bottom: 0em;
  background-color: #14746f;
  -webkit-transform: translate(-101%, 0px);
  -ms-transform: translate(-101%, 0px);
  transform: translate(-101%, 0px);
}

.line.testimonial_big {
  margin-bottom: 2.22em;
}

.line.testimonial_big_bottom {
  margin-top: 2.22em;
  margin-bottom: 0em;
}

.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.cookie_banner {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50%;
  margin: 2.78em;
  padding: 1.67em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0.14em solid #f1f3f5;
  border-radius: 1.25em;
  background-color: #f8f9fa;
}

.heading-2 {
  font-family: Author, sans-serif;
}

.heading_cookies {
  font-family: Author, sans-serif;
  font-size: 1.39em;
  font-weight: 600;
}

.div-block-18 {
  position: fixed;
  z-index: 5;
  display: inline-block;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 37, 41, 0.36);
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 600px;
  height: 500px;
  margin: auto;
  background-color: #fff;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_form_section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.72em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  width: 40%;
  margin-right: 10%;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.opinie-zaufanie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.72em;
}

.social_proof-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preform_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.72em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formularz_kontaktowy {
  width: 46%;
  margin-right: 2%;
}

.formularz_ankieta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  font-family: Author, sans-serif;
  font-size: 2.78em;
  line-height: 1;
  font-weight: 400;
}

.text_field {
  height: 3.33em;
  margin-bottom: 1.11em;
  border: 1px solid #dee2e6;
  border-radius: 0.56em;
}

.field_title {
  margin-bottom: 0.56em;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.kontakt_form {
  margin-top: 1.67em;
}

.to-_nav_desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.opinie_onas {
  margin-right: 1.39em;
  margin-left: 0em;
}

.nasza_oferta {
  margin-right: 1.39em;
}

.menu_link {
  overflow: hidden;
  margin-right: 1.67em;
  margin-left: 1.67em;
}

.hamburger_menu {
  display: none;
}

.image-13 {
  width: 3em;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social_proof_big {
  margin-top: 0.42em;
  font-family: Author, sans-serif;
  font-size: 2.78em;
  line-height: 1.2;
}

.image-14 {
  height: 2em;
}

.text_16_testibig {
  margin-top: 0.56em;
  font-family: Inter, sans-serif;
  font-size: 1.11em;
}

.logo_footer.mobile {
  display: none;
}

.copyrights_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyrights_footer.mobile {
  display: none;
}

.nav_phone {
  display: none;
}

.button_cookies {
  margin-top: 1.67em;
  padding: 1.11em 2.22em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 2.08em;
  background-color: #14746f;
}

.button_cookies:hover {
  background-color: #7eb8b5;
}

.button_cookies:active {
  background-color: #14746f;
}

.success-message {
  border-radius: 1.67em;
  background-color: #e9fbfa;
  font-family: Inter, sans-serif;
  font-size: 1.11em;
  line-height: 1.5;
}

.error-message {
  padding: 0.56em;
  border-radius: 1.67em;
  background-color: #ffe3e3;
  color: #c92a2a;
}

.image-18 {
  width: 1.11em;
}

.oferteo_link:hover {
  color: #dee2e6;
}

.oferteo_link:active {
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .regular_16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.67em;
    font-size: 1.39em;
  }

  .div-block {
    display: none;
  }

  .hero_section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    width: 100%;
    font-size: 3.5em;
  }

  .image_hero {
    width: 100%;
  }

  .main_button {
    margin-top: 2vw;
  }

  .main_button.form {
    position: static;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main_button.form.ankieta {
    margin-top: 1.11em;
  }

  .main_button.mobile_menu {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .opinie_oferta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial {
    width: 80%;
  }

  .testimonial.last_sp {
    width: 30em;
  }

  .image_hero_container {
    display: none;
  }

  .image_hero_container.tablets {
    display: block;
  }

  .div-block-10 {
    width: 60%;
    margin-right: 5%;
  }

  .info_under_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info_under_button.non_visible_mobile {
    display: none;
  }

  ._14_24_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  ._14_24_text.ankieta {
    margin-left: 0em;
  }

  ._20_24 {
    text-align: center;
  }

  .line1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.11em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line3 {
    display: none;
    overflow: visible;
  }

  .h2 {
    width: 100%;
    font-size: 3em;
  }

  .h2.last_sectio {
    font-size: 3vh;
  }

  .body1 {
    width: 100%;
  }

  .body1.ankieta {
    margin-top: 0em;
  }

  .image-4 {
    width: 70%;
    margin-bottom: 1.11em;
  }

  .image-5 {
    width: 70%;
    margin-bottom: 1.11em;
  }

  .image-6 {
    width: 70%;
  }

  .image-7 {
    width: 70%;
    margin-bottom: 1.11em;
  }

  .image-8 {
    width: 70%;
    margin-bottom: 1.11em;
  }

  .image-9 {
    width: 70%;
    margin-bottom: 1.11em;
  }

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

  .preform_info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .formularz_kontaktowy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .formularz_ankieta {
    width: 100%;
    margin-top: 5.56em;
    margin-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h3 {
    width: 100%;
  }

  .h3.ankieta {
    width: 50%;
    font-size: 3em;
  }

  .to-_nav_desktop {
    display: none;
  }

  .hamburger_menu {
    display: block;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo_footer {
    width: 30%;
  }

  .copyrights_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .polityka_prywatnosci_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image-15 {
    width: 100%;
  }

  .mobile_nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -1;
    display: none;
    width: 100%;
    margin-top: 60px;
    padding-top: 48px;
    padding-right: 0px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .image-16 {
    width: 24px;
    height: auto;
  }

  .nav_phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
    font-family: Inter, sans-serif;
    font-size: 1.3em;
  }

  .image-17 {
    width: 24px;
  }

  .error-message {
    font-family: Inter, sans-serif;
    color: #c92a2a;
    font-size: 1.11em;
  }

  .oferteo_link:hover {
    color: #dee2e6;
  }

  .oferteo_link:active {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .hero_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    font-size: 3.5em;
  }

  .main_button-text {
    font-size: 1.39em;
    line-height: 1.6;
  }

  .main_button {
    display: none;
  }

  .main_button.form.mobile {
    display: block;
    font-size: 1.39em;
  }

  .main_button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.67em;
    padding: 1.11em 2.22em;
  }

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

  .testimonial {
    display: none;
    width: 100%;
  }

  .testimonial.mobile {
    display: block;
  }

  .testimonial.mobil {
    display: block;
  }

  .image_hero_container {
    display: none;
  }

  .image_hero_container.mobile {
    display: block;
    width: 100%;
  }

  .image_hero_container.tablets {
    display: none;
  }

  .div-block-10 {
    width: 100%;
    margin-top: 2.22em;
  }

  .info_under_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  ._14_24_text.nip {
    font-size: 1.11em;
  }

  .heat_pomp_prod {
    width: 100%;
    margin-left: 0%;
  }

  .heat_pomp_prod.mobile_horizontal {
    margin-top: 5.56em;
  }

  .line1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .line2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .line3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.11em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-doradztwo_montaz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .image_right_big {
    display: none;
  }

  .image_right_big.mobile {
    display: block;
    width: 100%;
  }

  .h2 {
    font-size: 3em;
  }

  .text_left_big {
    width: 100%;
    margin-top: 2.22em;
  }

  .body1 {
    font-size: 1.39em;
  }

  .image-4 {
    width: 30%;
  }

  .image-5 {
    width: 30%;
  }

  .image-6 {
    width: 30%;
  }

  .image-7 {
    width: 30%;
  }

  .image-8 {
    width: 30%;
  }

  .image-9 {
    width: 30%;
  }

  .section_ceny_gazu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .photo_right {
    width: 100%;
  }

  .text_right {
    width: 100%;
    margin-top: 2.22em;
  }

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

  .text_left_wide {
    width: 100%;
    margin-top: 2.22em;
  }

  .image_right_narrow {
    display: none;
  }

  .image_right_narrow.mobile {
    display: block;
    width: 100%;
  }

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

  .link_footer {
    font-size: 1.11em;
    text-align: center;
  }

  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .opinie-zaufanie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social_proof-text {
    width: 100%;
    margin-top: 2.22em;
  }

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

  .h3.ankieta {
    width: 100%;
  }

  .div-block-23 {
    width: 100%;
    margin-top: 1.11em;
  }

  .logo_footer {
    display: none;
    width: 40%;
    margin-bottom: 1.11em;
  }

  .logo_footer.mobile {
    display: block;
    width: 50%;
  }

  .copyrights_footer {
    display: none;
  }

  .copyrights_footer.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .polityka_prywatnosci_footer {
    margin-bottom: 1.11em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_phone {
    font-size: 1.11em;
  }

  .image-19 {
    width: 1.11em;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lata_na_rynku {
    font-size: 2em;
  }

  .testi_text {
    font-size: 1.39em;
  }

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

  .line2 {
    margin-top: 1.39em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .line3 {
    display: none;
  }

  .image-4 {
    width: 60%;
    margin-bottom: 1.39em;
  }

  .image-5 {
    width: 60%;
    margin-bottom: 1.39em;
  }

  .image-6 {
    width: 60%;
  }

  .image-7 {
    width: 60%;
    margin-bottom: 1.39em;
  }

  .image-8 {
    width: 60%;
    margin-bottom: 1.39em;
  }

  .image-9 {
    width: 60%;
    margin-bottom: 0em;
  }

  .link_footer {
    font-size: 1.39em;
  }

  .cookie_banner {
    width: auto;
  }

  .logo_footer {
    width: 80%;
  }

  .logo_footer.mobile {
    width: 80%;
    margin-bottom: 1.39em;
  }

  .copyrights_footer.mobile {
    width: 80%;
  }

  .polityka_prywatnosci_footer {
    width: 80%;
    margin-bottom: 1.39em;
  }

  .nav_phone {
    font-size: 1em;
  }

  .link-block-2 {
    width: 60%;
  }

  .image-17 {
    display: none;
  }
}

@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caxton';
  src: url('../fonts/Caxton-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}