:root {
  --primary-dark: #00205c;
  --paragraph-gray: #5f6e89;
  --primary: #0057ff;
  --white: white;
  --black: black;
  --primary-light: #fafcfe;
}

body {
  color: var(--primary-dark);
  font-family: Nunito;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  font-family: Raleway;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-family: Nunito;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 17px;
  list-style-type: disc;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  background-color: var(--paragraph-gray);
  color: var(--primary-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  font-family: Nunito;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  color: var(--primary-dark);
  text-align: center;
  background-image: url('../images/quote.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}

figure {
  margin-bottom: 10px;
}

.section {
  margin-top: -40px;
  padding-top: 0;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section.without-bottom-spacing {
  padding-bottom: 40px;
}

.section.contact-us-banner {
  background-image: linear-gradient(#0057ff33, #0057ff33), linear-gradient(#00000040, #00000040), url('../images/Banner-1_1Banner 1.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 140px;
  display: flex;
}

.base-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 52px;
  padding: 16px 30px;
  font-size: 18px;
  line-height: 1.1em;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary-dark);
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.licensing-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  text-transform: uppercase;
  font-weight: 400;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-input {
  border: 1px solid #0057ff33;
  border-radius: 10px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.5em;
}

.password-input:active {
  border-color: var(--primary);
}

.password-input:focus {
  border: 1px solid var(--primary);
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.footer {
  background-color: var(--black);
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 50px;
}

.text-white {
  z-index: 2;
  color: var(--white);
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 50px;
}

.text-white.no-margin {
  padding-top: 20px;
  line-height: 50px;
}

.text-white.add-top {
  margin-top: 40px;
}

.description {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.description.center-small {
  color: var(--black);
  text-align: center;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.description.center-small.add-btm {
  margin-bottom: 50px;
  font-family: PT Serif, serif;
}

.description.white {
  color: var(--white);
  text-align: center;
}

.description.less-top {
  margin-top: 10px;
}

.description.black-text {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.contacts-detail {
  color: var(--black);
  text-align: left;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  color: var(--black);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-no-margin.white {
  color: var(--white);
}

.hidden {
  display: none;
}

.contacts-location-wrapper {
  margin-top: 30px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.contact-wrapper {
  width: 100%;
  display: flex;
}

.search-result-item {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 160px;
  padding-bottom: 80px;
}

.service-list-item {
  position: relative;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.banner-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-banner {
  background-color: #0000;
  background-image: linear-gradient(#0057ff33, #0057ff33), linear-gradient(#00000040, #00000040), url('../images/Banner-1_1Banner 1.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.home-buttons-wrapper {
  grid-column-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  border-bottom: 2px solid #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-button-white {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 52px;
  padding: 16px 30px;
  font-family: PT Serif, serif;
  font-weight: 700;
  line-height: 22px;
  transition: background-color .3s, color .3s;
}

.secondary-button-white:hover {
  background-color: var(--white);
  color: var(--primary-dark);
}

.top-contact-section {
  background-color: var(--primary);
}

.top-contact-wrapper {
  grid-column-gap: 70px;
  justify-content: center;
  display: flex;
}

.top-contact-wrap {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.phones-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.hero {
  color: var(--black);
  margin-top: 0;
  font-family: PT Serif, serif;
  line-height: 60px;
}

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

.hero.centered {
  text-align: center;
}

.banner-button-wrapper {
  grid-column-gap: 20px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.banner-button-wrapper.add-top {
  margin-top: 20px;
}

.company-text-wrap {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.company-text-wrap.tablet-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.check-box {
  background-color: var(--primary);
  background-image: url('../images/Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
}

.check-list-item {
  grid-column-gap: 20px;
  align-items: center;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  line-height: 50px;
}

.no-margin.text-white {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  line-height: 50px;
}

.no-margin.text-white.add-top {
  margin-top: 40px;
  line-height: 50px;
}

.check-list {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.check-list.margin-bottom-0 {
  margin-top: 30px;
  margin-bottom: 0;
}

.work-info-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.work-text-wrap {
  width: 100%;
  max-width: 626px;
}

.work-text-wrap.center-position {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.work-text-wrap.center-position.add-top {
  max-width: 800px;
}

.number-wrap {
  color: var(--primary);
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  font-family: Raleway;
  font-size: 110px;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.number-wrap.center-number {
  border-left: 1px solid #00205c4d;
  border-right: 1px solid #00205c4d;
}

.number-wrap.center-number.text-white {
  text-align: center;
  border-left-color: #ffffff4d;
  border-right-color: #ffffff4d;
  flex-direction: column;
  justify-content: center;
}

.number-wrap.text-white {
  color: var(--white);
  text-align: center;
  justify-content: center;
}

.numbers-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.numbers-wrapper.with-borders {
  text-align: center;
  border: 1px solid #ffffff4d;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.number-con {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-con.text-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 120px;
}

.big-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
}

.big-wrapper.add-top {
  margin-top: 40px;
}

.medium-wrap {
  width: 50%;
  padding-right: 20px;
}

.solution-image {
  border-bottom: 0px none var(--primary);
  object-fit: cover;
  height: 350px;
}

.slider-next-arrow {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  background-image: url('../images/right-arrow.svg'), url('../images/Right-Arrow-Blue.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s;
  display: flex;
  inset: auto 0 0 auto;
}

.slider-next-arrow:hover {
  background-color: var(--white);
  background-image: url('../images/Right-Arrow-Blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-next-arrow.big-slider {
  margin-top: 100px;
  top: 0;
}

.slider-prev-arrow {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  background-image: url('../images/left-arrow.svg'), url('../images/Left-Arrow-Blue.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s;
  display: flex;
  inset: auto 70px 0 auto;
}

.slider-prev-arrow:hover {
  background-color: var(--white);
  background-image: url('../images/Left-Arrow-Blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-prev-arrow.big-slider {
  margin-top: 100px;
  top: 0;
  left: 0;
  right: auto;
}

.phone-link {
  color: var(--white);
  cursor: pointer;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
  transition-property: opacity;
}

.phone-link:hover {
  opacity: .7;
}

.footer-form-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  line-height: 40px;
}

.banner-section {
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.slide-contents {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.slider-description {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.full-width-wrap {
  width: 94%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.number-block-into {
  z-index: 5;
  background-color: var(--white);
  color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-family: Raleway;
  font-size: 110px;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 20px 24px -4px #10182814, 0 8px 8px -4px #10182808;
}

.number-block-con {
  margin-top: 215px;
}

.slider-banner-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.slider-banner-title._3-lines {
  text-align: center;
  font-family: PT Serif, serif;
  line-height: 56px;
}

.half-column {
  -webkit-text-stroke-color: transparent;
  width: 50%;
  overflow: visible;
}

.half-column.padding-left-50 {
  padding-left: 50px;
}

.half-column.text-left-side {
  padding-right: 50px;
}

.half-column.add-top {
  margin-top: 0;
}

.big-slider-quote {
  color: var(--primary);
  text-align: center;
  width: 100%;
  max-width: 735px;
  margin: 40px auto 50px;
  font-family: PT Serif, serif;
  line-height: 28px;
}

.big-testimonial-author {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  line-height: 28px;
}

.big-testimonial-slider {
  background-color: #0000;
  background-image: url('../images/mapbase_1mapbase.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
}

.big-testimonial-slider.less-top {
  margin-top: 20px;
}

.simple-banner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.simple-banner-wrapper.text-left {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.full-width-image {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  min-height: auto;
}

.full-width-image.add-top {
  margin-top: 0;
}

.search-wrap {
  padding-left: 0;
  padding-right: 0;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.contact-link {
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.contact-link:hover {
  color: var(--paragraph-gray);
}

.contact-link.no-underline {
  text-decoration: none;
}

.contact-form-wrap {
  background-color: var(--primary);
  align-self: stretch;
  width: 50%;
  padding: 30px;
}

.not-found-image {
  width: 25%;
  max-width: none;
  height: auto;
  margin: 40px auto 20px;
}

.image-2 {
  width: 100px;
  height: 100px;
  padding: 5px;
}

.main-navbar {
  background-color: var(--primary-dark);
  background-image: linear-gradient(to bottom, var(--primary-dark) 22%, white);
  border-bottom: 2px solid #000;
}

.navigation {
  background-color: #0000;
}

.menu-div {
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-2 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--primary-dark) 22%, white);
}

.menu-item {
  color: var(--white);
  padding-top: 40px;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.menu-item:hover {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
}

.menu-item.w--current {
  color: #fffb00;
}

.menu-item.w--current:hover {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.menu-items {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.service-paragraph {
  float: none;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.service-paragraph.ad-top {
  text-align: left;
  margin-top: 15px;
}

.heating-image-div {
  float: none;
  text-align: center;
  margin-bottom: 20px;
  padding-right: 0;
}

.heat-image {
  border: 0 #000;
}

.list {
  color: var(--black);
  align-items: flex-start;
  margin-top: 0;
  line-height: 22px;
  display: flex;
}

.list-div {
  margin-top: 20px;
}

.page-heading {
  color: var(--black);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  line-height: 50px;
}

.list-item {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.button-div {
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
}

.button-div:hover {
  background-color: var(--white);
  color: var(--black);
}

.h3-title-center {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.heading-2 {
  margin-top: 80px;
}

.heading-2.less-to {
  margin-top: 0;
  font-family: PT Serif, serif;
  line-height: 50px;
}

.repair-service-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.repair-service-div.add-top {
  margin-top: 0;
}

.repair-columns.add-top {
  margin-top: 50px;
}

.repair-image {
  text-align: center;
}

.footer-info-div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.company-info, .company-info2 {
  margin-top: 20px;
}

.footer-address {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}

.footer-address.add-top {
  margin-top: 40px;
}

.footer-logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.footer-paragraph {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.footer-paragraph.add-top {
  margin-top: 30px;
}

.footer-paragraph.no-top {
  margin-top: 0;
}

.nowsoft-div {
  text-align: center;
  margin-top: 40px;
}

.nowsoft-header {
  color: var(--white);
  margin-top: 5px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.link {
  color: var(--white);
  line-height: 22px;
  text-decoration: underline;
}

.link-2, .link-3 {
  color: var(--white);
  font-family: PT Serif, serif;
  line-height: 22px;
}

.hours {
  color: var(--white);
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.text-block, .text-block-2 {
  font-family: PT Serif, serif;
  line-height: 120px;
}

.text-block-3 {
  font-weight: 700;
  line-height: 120px;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  margin-top: 70px;
  font-family: PT Serif, serif;
  line-height: 50px;
  text-decoration: underline;
}

.hours-heading {
  color: var(--black);
  text-align: center;
  margin-top: 30px;
  font-family: PT Serif, serif;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
}

.contact-paragraph {
  color: var(--black);
  text-align: center;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.heating-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.heating-header {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.heating-heading {
  color: var(--black);
  text-align: center;
  font-family: PT Serif, serif;
  font-size: 40px;
  line-height: 44px;
}

.heating-heading.add-top {
  margin-top: 60px;
}

.heating-heading.less-top {
  margin-top: 0;
}

.heating-paragraph {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.heating-paragraph.add-top {
  margin-top: 40px;
  margin-bottom: 0;
}

.link-5, .link-6 {
  color: var(--black);
  font-family: PT Serif, serif;
  line-height: 22px;
  text-decoration: underline;
}

.paragraph {
  color: var(--black);
  text-align: center;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.white {
  color: var(--white);
}

.link-7, .link-8, .link-9 {
  color: var(--black);
  font-family: PT Serif, serif;
  line-height: 22px;
  text-decoration: underline;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  font-family: PT Serif, serif;
  line-height: 48px;
}

.link-11, .link-12 {
  color: var(--white);
  font-family: PT Serif, serif;
  line-height: 22px;
  text-decoration: underline;
}

.header-block {
  background-image: linear-gradient(#0057ff33, #0057ff33), linear-gradient(#00000040, #00000040), url('../images/Banner-1_1Banner 1.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.header-block._100-width {
  background-image: linear-gradient(#0057ff33, #0057ff33), linear-gradient(#00000040, #00000040), url('../images/Banner-1_1Banner 1.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.header-block._100-width.add-pad {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-div {
  width: 90%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.content-div.less-top {
  padding-top: 0;
}

.content-2-div {
  background-color: var(--primary-dark);
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.content-2-div.no-color {
  background-color: #0000;
  padding-bottom: 10px;
}

.content-2-div.no-color.add-top {
  padding-top: 20px;
}

.image-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.special-image {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 40px;
}

.text-block-4 {
  font-family: PT Serif, serif;
  line-height: 120px;
}

.picture-div {
  text-align: center;
}

.picture-div.add-some-top {
  margin-top: 30px;
}

.paragraph-2 {
  color: var(--black);
  margin-top: 0;
  padding-right: 5px;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  line-height: 24px;
  text-decoration: underline;
}

.link-13, .link-14 {
  font-family: PT Serif, serif;
  line-height: 22px;
}

.heading-6 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 24px;
  line-height: 28px;
  text-decoration: underline;
}

.pic-div {
  margin-top: 80px;
}

.pic-div.no-top {
  margin-top: 40px;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  border: 2px solid #000;
  border-radius: 20px;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.buttons-div {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  background-color: #0000;
  border-radius: 0;
  margin-top: 15px;
  font-family: PT Serif, serif;
  font-weight: 400;
  line-height: 22px;
}

.buttons-div:hover {
  color: var(--black);
  background-color: #0000;
  border: 0 #000;
  border-radius: 0;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.services-div {
  margin-top: 30px;
}

.air-image-div {
  border: 0 #000;
  margin-bottom: 20px;
}

.heat-button {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.air-button {
  text-align: center;
}

.link-15 {
  color: var(--white);
  font-family: PT Serif, serif;
  line-height: 22px;
}

.google-div {
  border: 2px solid var(--white);
  background-color: var(--primary);
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-16, .link-17 {
  color: var(--white);
  font-family: PT Serif, serif;
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .text-white.add-top {
    font-size: 50px;
    line-height: 54px;
  }

  .description {
    max-width: 629px;
  }

  .description.center-small {
    font-size: 22px;
    line-height: 26px;
  }

  .description.white {
    max-width: 900px;
    font-size: 22px;
    line-height: 26px;
  }

  .description.black-text {
    font-size: 22px;
    line-height: 26px;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .paragraph-no-margin {
    font-size: 22px;
    line-height: 26px;
  }

  .search-section {
    padding-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .secondary-button-white {
    font-size: 22px;
    line-height: 26px;
  }

  .hero {
    font-size: 60px;
    line-height: 64px;
  }

  .check-list-item {
    font-size: 22px;
    line-height: 26px;
  }

  .no-margin, .no-margin.text-white, .no-margin.text-white.add-top {
    font-size: 50px;
    line-height: 54px;
  }

  .check-list {
    margin-bottom: 30px;
  }

  .work-text-wrap.center-position.add-top {
    max-width: 900px;
  }

  .big-wrapper {
    grid-column-gap: 80px;
  }

  .medium-wrap {
    width: 50%;
    padding-right: 20px;
  }

  .solution-image {
    height: 400px;
  }

  .footer-form-title {
    font-size: 40px;
    line-height: 44px;
  }

  .slider-description {
    max-width: none;
    font-size: 22px;
    line-height: 26px;
  }

  .number-block-into {
    width: 40%;
    right: 0;
  }

  .number-block-con {
    margin-top: 220px;
  }

  .slider-banner-title {
    font-size: 56px;
  }

  .slider-banner-title._3-lines {
    line-height: 62px;
  }

  .half-column.text-left-side {
    padding-left: 15px;
  }

  .big-slider-quote {
    max-width: 835px;
    font-size: 28px;
    line-height: 32px;
  }

  .big-testimonial-author {
    font-size: 28px;
    line-height: 32px;
  }

  .big-testimonial-slider {
    min-height: 375px;
  }

  .search-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-link, .contact-link.no-underline {
    font-size: 22px;
    line-height: 26px;
  }

  .contact-form-wrap {
    padding: 50px;
  }

  .menu-item {
    font-size: 22px;
    line-height: 26px;
  }

  .menu-item:hover {
    font-size: 24px;
    line-height: 28px;
  }

  .menu-item.w--current {
    font-size: 22px;
    line-height: 26px;
  }

  .menu-item.w--current:hover {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .service-paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .page-heading {
    font-size: 50px;
    line-height: 54px;
  }

  .list-item {
    text-align: left;
    align-self: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .h3-title-center {
    font-size: 44px;
    line-height: 48px;
  }

  .heading-2.less-to {
    font-size: 50px;
    line-height: 54px;
  }

  .footer-address {
    font-size: 28px;
    line-height: 32px;
  }

  .footer-paragraph, .footer-paragraph.add-top, .nowsoft-header, .link, .link-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 114px;
    line-height: 124px;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 54px;
  }

  .hours-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .contact-paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .heating-header {
    font-size: 46px;
    line-height: 50px;
  }

  .heating-heading {
    font-size: 44px;
    line-height: 48px;
  }

  .heating-paragraph, .link-6, .paragraph, .paragraph.white, .link-7, .link-8, .link-9 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 48px;
    line-height: 52px;
  }

  .link-11, .link-12, .bold-text, .bold-text-2, .paragraph-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .link-13, .link-14 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 32px;
  }

  .button {
    font-size: 22px;
    line-height: 26px;
  }

  .heat-div, .air-div, .the-maint-div, .maint-image, .div-block {
    text-align: center;
  }

  .link-15, .link-16, .link-17 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .text-white.add-top {
    font-size: 54px;
    line-height: 58px;
  }

  .description.center-small {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
  }

  .description.white {
    max-width: 1000px;
    font-size: 26px;
    line-height: 30px;
  }

  .description.black-text {
    font-size: 26px;
    line-height: 30px;
  }

  .contacts-icon.add-top {
    margin-top: 3px;
  }

  .paragraph-no-margin {
    font-size: 26px;
    line-height: 30px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .secondary-button-white {
    font-size: 26px;
    line-height: 30px;
  }

  .hero {
    font-size: 64px;
    line-height: 68px;
  }

  .check-list-item {
    font-size: 26px;
    line-height: 30px;
  }

  .no-margin, .no-margin.text-white, .no-margin.text-white.add-top {
    font-size: 54px;
    line-height: 58px;
  }

  .work-text-wrap.center-position.add-top {
    max-width: 1000px;
  }

  .big-wrapper {
    grid-column-gap: 80px;
  }

  .medium-wrap {
    padding-right: 20px;
  }

  .solution-image {
    height: 450px;
  }

  .footer-form-title {
    font-size: 44px;
    line-height: 48px;
  }

  .slider-description {
    font-size: 26px;
    line-height: 30px;
  }

  .number-block-con {
    margin-top: 220px;
  }

  .slider-banner-title._3-lines {
    width: auto;
    font-size: 62px;
    line-height: 68px;
  }

  .big-slider-quote {
    max-width: 935px;
    font-size: 32px;
    line-height: 36px;
  }

  .big-testimonial-author {
    font-size: 32px;
    line-height: 36px;
  }

  .contact-link, .contact-link.no-underline, .menu-item {
    font-size: 26px;
    line-height: 30px;
  }

  .menu-item:hover {
    font-size: 28px;
    line-height: 32px;
  }

  .menu-item.w--current {
    font-size: 26px;
    line-height: 30px;
  }

  .menu-item.w--current:hover {
    font-size: 28px;
    line-height: 32px;
  }

  .service-paragraph {
    font-size: 26px;
    line-height: 30px;
  }

  .page-heading {
    font-size: 54px;
    line-height: 58px;
  }

  .list-item {
    font-size: 26px;
    line-height: 30px;
  }

  .h3-title-center {
    font-size: 48px;
    line-height: 52px;
  }

  .heading-2.less-to {
    font-size: 54px;
    line-height: 58px;
  }

  .footer-address {
    font-size: 32px;
    line-height: 36px;
  }

  .footer-paragraph, .footer-paragraph.add-top, .nowsoft-header, .link, .link-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 118px;
    line-height: 128px;
  }

  .heading-3 {
    font-size: 54px;
    line-height: 58px;
  }

  .hours-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .contact-paragraph {
    font-size: 26px;
    line-height: 30px;
  }

  .heating-header {
    font-size: 50px;
    line-height: 54px;
  }

  .heating-heading {
    font-size: 48px;
    line-height: 52px;
  }

  .heating-paragraph, .link-6, .paragraph, .paragraph.white, .link-7, .link-8, .link-9 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 52px;
    line-height: 56px;
  }

  .link-11, .link-12, .bold-text, .bold-text-2, .paragraph-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 32px;
  }

  .link-13, .link-14 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-6 {
    font-size: 32px;
    line-height: 36px;
  }

  .button, .link-15, .link-16, .link-17 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .text-white.add-top {
    font-size: 58px;
    line-height: 62px;
  }

  .description.center-small {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .description.white {
    text-align: center;
    max-width: 1100px;
    font-size: 30px;
    line-height: 34px;
  }

  .description.black-text {
    font-size: 30px;
    line-height: 34px;
  }

  .contacts-icon.add-top {
    margin-top: 5px;
  }

  .paragraph-no-margin {
    font-size: 30px;
    line-height: 34px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .secondary-button-white {
    font-size: 30px;
    line-height: 34px;
  }

  .hero {
    font-size: 68px;
    line-height: 72px;
  }

  .check-list-item {
    font-size: 30px;
    line-height: 34px;
  }

  .no-margin, .no-margin.text-white, .no-margin.text-white.add-top {
    font-size: 58px;
    line-height: 62px;
  }

  .work-text-wrap.center-position.add-top {
    max-width: 1100px;
  }

  .medium-wrap {
    padding-right: 20px;
  }

  .solution-image {
    height: 550px;
  }

  .footer-form-title {
    font-size: 48px;
    line-height: 52px;
  }

  .slider-description {
    font-size: 30px;
    line-height: 34px;
  }

  .number-block-con {
    margin-top: 220px;
  }

  .slider-banner-title._3-lines {
    font-size: 68px;
    line-height: 74px;
  }

  .big-slider-quote {
    max-width: 1035px;
    font-size: 36px;
    line-height: 40px;
  }

  .big-testimonial-author {
    font-size: 36px;
    line-height: 40px;
  }

  .contact-link, .contact-link.no-underline, .menu-item {
    font-size: 30px;
    line-height: 34px;
  }

  .menu-item:hover {
    font-size: 32px;
    line-height: 36px;
  }

  .menu-item.w--current {
    font-size: 30px;
    line-height: 34px;
  }

  .menu-item.w--current:hover {
    font-size: 32px;
    line-height: 36px;
  }

  .service-paragraph {
    font-size: 30px;
    line-height: 34px;
  }

  .page-heading {
    font-size: 58px;
    line-height: 62px;
  }

  .list-item {
    font-size: 30px;
    line-height: 34px;
  }

  .h3-title-center {
    font-size: 52px;
    line-height: 56px;
  }

  .heading-2.less-to {
    font-size: 58px;
    line-height: 62px;
  }

  .footer-address {
    font-size: 36px;
    line-height: 40px;
  }

  .footer-paragraph, .footer-paragraph.add-top, .nowsoft-header, .link, .link-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-2, .text-block-3 {
    font-size: 122px;
    line-height: 132px;
  }

  .heading-3 {
    font-size: 58px;
    line-height: 62px;
  }

  .hours-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .contact-paragraph {
    font-size: 30px;
    line-height: 34px;
  }

  .heating-header {
    font-size: 54px;
    line-height: 58px;
  }

  .heating-heading {
    font-size: 52px;
    line-height: 56px;
  }

  .heating-paragraph, .link-6, .paragraph, .paragraph.white, .link-7, .link-8, .link-9 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4 {
    font-size: 56px;
    line-height: 60px;
  }

  .link-11, .link-12, .bold-text, .bold-text-2, .paragraph-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 36px;
  }

  .link-13, .link-14 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-6 {
    font-size: 36px;
    line-height: 40px;
  }

  .button, .link-15 {
    font-size: 30px;
    line-height: 34px;
  }

  .google-div {
    border: 2px solid var(--white);
    background-color: var(--primary);
    width: 55%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-16, .link-17 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .section.contact-us-banner {
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .primary-button {
    display: inline-block;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .text-white {
    z-index: auto;
  }

  .text-white.add-top {
    font-size: 42px;
    line-height: 46px;
  }

  .description.center-small {
    width: 90%;
  }

  .description.black-text {
    text-align: left;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-detail {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }

  .contacts-icon {
    text-align: center;
    margin-top: -3px;
  }

  .paragraph-no-margin {
    text-align: left;
  }

  .contacts-title {
    margin-bottom: 30px;
  }

  .contacts-location-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .contacts-2-content-wrapper {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contact-wrapper {
    flex-wrap: wrap-reverse;
  }

  .search-section {
    padding-top: 180px;
  }

  .banner-container, .home-banner {
    text-align: center;
  }

  .home-buttons-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .container {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .secondary-button-white {
    text-align: center;
  }

  .top-contact-section {
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .top-contact-wrapper {
    flex-wrap: wrap;
  }

  .hero {
    font-size: 50px;
    line-height: 54px;
  }

  .hero.centered {
    text-align: center;
  }

  .company-text-wrap.tablet-full {
    width: 100%;
  }

  .no-margin {
    font-size: 42px;
    line-height: 46px;
  }

  .no-margin.text-white {
    margin-top: 0;
    padding-top: 0;
    font-size: 42px;
    line-height: 46px;
  }

  .no-margin.text-white.add-top {
    margin-top: 40px;
    font-size: 42px;
    line-height: 46px;
  }

  .work-text-wrap {
    width: 70%;
    max-width: none;
  }

  .work-text-wrap.center-position.add-top {
    margin-top: 20px;
  }

  .number-wrap {
    width: 50%;
  }

  .number-wrap.center-number {
    border-right-style: none;
  }

  .number-wrap.text-white {
    width: 33%;
  }

  .numbers-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .medium-wrap {
    padding-right: 0;
  }

  .solution-image {
    height: 300px;
  }

  .banner-section {
    padding-top: 0;
  }

  .slide-contents {
    text-align: center;
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .slider-description {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .full-width-wrap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .number-block-into {
    justify-content: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .number-block-con {
    text-align: center;
    margin-top: 210px;
  }

  .slider-banner-title._3-lines {
    text-align: center;
    font-size: 44px;
    line-height: 50px;
  }

  .half-column.add-top {
    margin-top: -150px;
  }

  .one-slide {
    padding-top: 60px;
  }

  .big-slider-quote {
    max-width: 635px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .big-testimonial-author {
    justify-content: center;
    font-size: 22px;
    line-height: 26px;
  }

  .big-testimonial-slider {
    width: 100%;
  }

  .simple-banner-wrapper.add-some-top {
    margin-top: 20px;
  }

  .full-width-image {
    display: inline-block;
  }

  .full-width-image.add-top {
    margin-top: 100px;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .navigation, .menu-div {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-item {
    text-align: center;
  }

  .menu-items {
    background-color: var(--primary);
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    width: 40%;
  }

  .menu-button-2 {
    border: 3px solid var(--white);
    background-color: var(--black);
    color: var(--white);
    width: 10%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2:active {
    background-color: var(--primary-dark);
  }

  .menu-button-2.w--open {
    background-color: var(--primary);
  }

  .service-paragraph.ad-top {
    text-align: left;
  }

  .heating-image-div {
    margin-top: 55px;
  }

  .list.add-pad-top {
    margin-top: 40px;
  }

  .page-heading {
    font-size: 42px;
    line-height: 46px;
  }

  .h3-title-center {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-2.less-to {
    font-size: 42px;
    line-height: 46px;
  }

  .nowsoft-div {
    margin-top: 85px;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 100px;
    line-height: 110px;
  }

  .heading-3 {
    text-align: center;
    font-size: 42px;
    line-height: 46px;
  }

  .heating-header {
    font-size: 40px;
    line-height: 44px;
  }

  .heating-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 44px;
  }

  .content-2-div {
    padding-left: 0;
  }

  .content-2-div.no-color {
    padding-bottom: 10px;
  }

  .image-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .picture-div {
    margin-top: 20px;
  }

  .pic-div.no-top {
    margin-top: 0;
  }

  .button {
    background-color: var(--primary);
    color: var(--white);
    border: 2px solid #000;
    border-radius: 20px;
    font-family: PT Serif, serif;
    font-weight: 400;
    line-height: 22px;
  }

  .button:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .air-image-div {
    margin-top: 55px;
  }

  .google-div {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.contact-us-banner {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .base-container {
    padding-bottom: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .text-white.add-top {
    font-size: 38px;
    line-height: 42px;
  }

  .description {
    text-align: center;
  }

  .description.center-small {
    margin-top: 10px;
  }

  .description.white, .description.black-text {
    text-align: center;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    padding-bottom: 60px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .banner-container {
    padding-bottom: 60px;
  }

  .home-banner {
    padding-bottom: 0;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .top-contact-section {
    align-items: center;
    height: 80px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 50px;
  }

  .banner-button-wrapper {
    margin-top: 40px;
  }

  .company-text-wrap {
    width: 100%;
    margin-top: 100px;
  }

  .company-text-wrap.tablet-full {
    margin-top: 0;
    padding-left: 0;
  }

  .no-margin {
    margin-top: -20px;
    font-size: 38px;
    line-height: 42px;
  }

  .no-margin.text-white, .no-margin.text-white.add-top {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
  }

  .check-list {
    margin-top: 40px;
  }

  .check-list.margin-bottom-0 {
    padding-left: 20px;
  }

  .work-info-wrap {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .work-text-wrap, .number-wrap {
    width: 100%;
  }

  .number-wrap.center-number {
    border-top: 1px solid #00205c4d;
    border-bottom: 1px solid #00205c4d;
    border-left-style: none;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .number-wrap.center-number.text-white {
    border-width: 0;
    border-top-style: none;
    border-top-color: #ffffff4d;
    border-bottom-style: none;
    border-bottom-color: #ffffff4d;
  }

  .numbers-wrapper.with-borders {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .number-con {
    align-items: center;
  }

  .big-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .medium-wrap {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .slider-next-arrow.big-slider, .slider-prev-arrow.big-slider {
    margin-top: 0;
    top: auto;
  }

  .footer-form-title {
    font-size: 32px;
    line-height: 36px;
  }

  .slider-description {
    width: 90%;
  }

  .number-block-into {
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .number-block-con {
    text-align: center;
    margin-top: 10px;
  }

  .slider-banner-title {
    font-size: 34px;
  }

  .slider-banner-title._3-lines {
    font-size: 40px;
    line-height: 46px;
  }

  .half-column {
    width: 100%;
  }

  .half-column.padding-left-50 {
    padding-left: 0;
  }

  .half-column.text-left-side {
    padding-left: 0;
    padding-right: 0;
  }

  .half-column.add-top {
    margin-top: 0;
  }

  .one-slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .big-slider-quote {
    max-width: none;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .big-testimonial-author {
    justify-content: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .big-testimonial-slider {
    margin-top: 40px;
  }

  .big-testimonial-slider.less-top {
    height: auto;
  }

  .simple-banner-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .menu-button-2 {
    width: 12%;
  }

  .heating-image-div {
    margin-top: 0;
  }

  .list.add-pad-top {
    margin-top: 20px;
  }

  .page-heading {
    margin-top: 0;
    font-size: 38px;
    line-height: 42px;
  }

  .h3-title-center {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-2.less-to {
    font-size: 38px;
    line-height: 42px;
  }

  .repair-image {
    display: none;
  }

  .nowsoft-div {
    margin-top: 30px;
  }

  .text-block {
    margin-top: 0;
    font-size: 80px;
    line-height: 90px;
  }

  .text-block-2, .text-block-3 {
    font-size: 80px;
    line-height: 90px;
  }

  .heading-3 {
    margin-top: 30px;
    font-size: 38px;
    line-height: 42px;
  }

  .heating-header {
    text-align: center;
    margin-top: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .heating-heading {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .heating-heading.add-top, .heating-heading.less-top, .heating-paragraph {
    text-align: center;
  }

  .heading-4 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .header-block._100-width.add-pad {
    padding-bottom: 60px;
  }

  .content-div {
    width: 94%;
  }

  .content-2-div {
    padding-left: 0;
  }

  .content-2-div.no-color {
    padding-bottom: 10px;
  }

  .special-image {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .picture-div {
    margin-top: 20px;
  }

  .air-div {
    margin-top: 30px;
  }

  .air-image-div {
    text-align: center;
    margin-top: 0;
  }

  .the-maint-div {
    margin-top: 30px;
  }

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

  .google-div {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .section.contact-us-banner {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .base-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .base-container.no-btm {
    padding-bottom: 0;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    text-align: left;
  }

  .text-white {
    font-size: 16px;
    line-height: 20px;
  }

  .text-white.no-margin {
    font-size: 30px;
    line-height: 44px;
  }

  .text-white.add-top {
    margin-top: 20px;
    font-size: 34px;
    line-height: 38px;
  }

  .description {
    text-align: center;
  }

  .description.center-small.add-btm {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .contacts-detail {
    align-items: center;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .contacts-icon {
    display: none;
  }

  .paragraph-no-margin.white {
    text-align: center;
  }

  .search-section {
    padding-top: 200px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .home-banner {
    padding-bottom: 0;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .container {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title, .secondary-button-white {
    text-align: center;
  }

  .top-contact-section {
    height: auto;
    padding-bottom: 10px;
  }

  .top-contact-wrapper {
    text-align: center;
    justify-content: flex-start;
  }

  .top-contact-wrap {
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
  }

  .top-contact-wrap.add-top {
    margin-top: 10px;
  }

  .phones-wrap {
    text-align: center;
  }

  .hero {
    font-size: 42px;
    line-height: 46px;
  }

  .company-text-wrap.tablet-full {
    padding-left: 0;
  }

  .no-margin {
    text-align: center;
    margin-top: -20px;
    font-size: 32px;
    line-height: 36px;
  }

  .no-margin.text-white {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .no-margin.text-white.add-top {
    font-size: 34px;
    line-height: 38px;
  }

  .no-margin.text-white.left {
    text-align: left;
  }

  .work-text-wrap.center-position.add-top {
    width: 94%;
    max-width: none;
  }

  .number-wrap.text-white {
    flex-wrap: nowrap;
    align-content: stretch;
  }

  .numbers-wrapper.with-borders {
    align-items: center;
    width: 98%;
  }

  .solution-image {
    height: 250px;
  }

  .slider-next-arrow.big-slider, .slider-prev-arrow.big-slider {
    top: auto;
  }

  .phone-link {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-form-title {
    font-size: 28px;
    line-height: 32px;
  }

  .slider-description {
    width: 94%;
    line-height: 22px;
  }

  .number-block-into {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 80px;
  }

  .slider-banner-title._3-lines {
    font-size: 32px;
    line-height: 38px;
  }

  .half-column.text-left-side {
    padding-right: 0;
  }

  .big-slider-quote {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .big-testimonial-author {
    justify-content: center;
  }

  .big-testimonial-slider {
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .simple-banner-wrapper {
    grid-row-gap: 40px;
  }

  .full-width-image {
    min-height: 230px;
  }

  .full-width-image.add-top {
    margin-top: 20px;
  }

  .contact-link {
    order: 0;
    align-self: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .menu-button-2 {
    width: 22%;
  }

  .service-paragraph {
    text-align: center;
  }

  .service-paragraph.ad-top {
    text-align: center;
    margin-top: 10px;
  }

  .heating-image-div {
    float: none;
    text-align: center;
    padding-right: 0;
  }

  .heat-image {
    text-align: center;
  }

  .page-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .h3-title-center {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2.less-to {
    font-size: 34px;
    line-height: 38px;
  }

  .repair-service-div.add-top {
    margin-top: 0;
  }

  .repair-image {
    margin-top: 10px;
    display: none;
  }

  .repair-info {
    margin-top: 0;
  }

  .footer-paragraph {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .hours {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block, .text-block-2, .text-block-3 {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 34px;
    line-height: 38px;
  }

  .hours-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .heating-header {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .heating-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .heating-heading.add-top {
    margin-top: 40px;
  }

  .paragraph {
    text-align: center;
  }

  .heading-4 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-4.add-top {
    margin-top: -15px;
  }

  .header-block._100-width.add-pad {
    padding-bottom: 60px;
  }

  .content-div {
    text-align: left;
  }

  .content-2-div {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .content-2-div.no-color {
    padding-bottom: 10px;
  }

  .content-2-div.no-color.add-top {
    padding-top: 10px;
  }

  .special-image {
    padding-right: 0;
  }

  .image-5 {
    flex: 0 auto;
  }

  .picture-div {
    margin-top: 40px;
  }

  .paragraph-2 {
    align-self: auto;
    margin-bottom: 0;
    padding-right: 0;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 24px;
  }

  .pic-div {
    margin-top: 0;
  }

  .pic-div.no-top {
    margin-top: 20px;
  }

  .google-div {
    width: 70%;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}