html {
  min-width: 0 !important;
}

html {
  height: 100vh;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  color: #717171 !important;
  line-height: 1.8;
}

main {
  flex: 1;
  margin-bottom: 42px !important;
}

a,
p {
  color: #717171 !important;
  font-size: 14px !important;
}

a {
  white-space: nowrap;
}

h1,
h2,
h3,
h4 {
  font-weight: bold !important;
  text-transform: uppercase;
  color: #717171;
}

h1 {
  font-size: 42px !important;
  line-height: 1.3;
  color: #f4f2f4;
  margin-bottom: 21px !important;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px !important;
  }
}

h2 {
  font-size: 24px !important;
}
@media (max-width: 768px) {
  h2 {
    font-size: 14px !important;
  }
}

h3 {
  font-size: 20px !important;
}

h4,
h5 {
  color: #717171;
  font-weight: bold;
  font-size: 14px !important;
}

span {
  font-weight: bold;
}

li {
  list-style-type: none;
}

header {
  padding: 10.5px 0;
  background-color: #f4f2f4;
  align-items: center;
}
header .logo-container {
  padding: 21px 0 !important;
}
header .logo {
  width: 120px;
}
header nav.header-nav {
  background-color: transparent !important;
  text-align: center;
  padding: 0 !important;
}
header nav.header-nav ul {
  display: flex;
}
header nav.header-nav ul a {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 2rem;
}
@media (max-width: 768px) {
  header nav.header-nav ul a {
    display: block;
    padding: 10.5px 0;
  }
}

.language-selector {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
}

header .header-nav,
footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .header-nav .burger,
footer .footer-nav .burger {
  display: none;
  cursor: pointer;
  margin: 0 auto;
}
header .header-nav .burger span,
footer .footer-nav .burger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #717171;
  margin: 4px 0;
}
@media screen and (max-width: 768px) {
  header .header-nav,
  footer .footer-nav {
    flex-direction: column;
  }
  header .header-nav .burger,
  footer .footer-nav .burger {
    display: block;
    margin: 10.5px 0;
  }
  header .header-nav .menu,
  footer .footer-nav .menu {
    display: none;
    width: 100%;
  }
  header .header-nav input.menu-toggle:checked ~ .menu,
  footer .footer-nav input.menu-toggle:checked ~ .menu {
    display: block;
  }
}

footer {
  background-color: #f2f2f2;
  padding: 10.5px !important;
  bottom: 0 !important;
}
footer > * {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer__logo {
  align-items: center;
}
footer .footer__logo-img {
  width: 120px;
}
footer section p {
  font-size: 16px !important;
}
footer .footer-nav {
  align-items: center;
  justify-content: flex-start;
}
footer .footer-nav li {
  padding: 5px 0 !important;
  list-style-type: none;
  font-size: 14px !important;
}
footer .footer-nav a {
  text-transform: uppercase;
  font-weight: bold;
}
footer .footer-nav svg {
  margin-left: -5px;
  align-self: flex-start;
}
footer .footer-contact section {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 5px;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
}

.columns {
  margin: 0 !important;
}

.hero {
  display: flex !important;
  flex-direction: column;
  gap: 168px;
  align-items: center !important;
  text-align: center;
  justify-content: center !important;
  padding: 84px;
  position: relative;
  overflow: hidden;
  text-wrap: nowrap;
}
.hero.services, .hero.about, .hero.contact {
  margin-bottom: 42px !important;
}
.hero.services h1, .hero.about h1, .hero.contact h1 {
  margin-bottom: 0 !important;
}
.hero .hero-background,
.hero .bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero .hero-background img,
.hero .bg-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  transform: scale(1.15);
}
.hero .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  position: absolute;
  inset: 0;
}
.hero .hero-body,
.hero .hero-text {
  z-index: 3;
}
.hero .hero-body h2,
.hero .hero-text h2 {
  color: #f4f2f4;
}

.column {
  padding: 21px !important;
}

.content-2 .content-2-text {
  align-content: center;
  padding: 21px !important;
}
.content-2 .content-2-text h3 {
  margin-bottom: 21px;
}

.img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .img-container {
    width: 100%;
  }
}

.client-testimonials {
  gap: 21px !important;
}
.client-testimonials .card {
  background-color: #f2f2f2;
  box-shadow: none !important;
}
.client-testimonials .card h4 {
  padding-top: 10.5px;
}
.client-testimonials .card p {
  font-size: 12px !important;
  font-weight: normal;
  padding: 10.5px !important;
}

.home-page h3,
.home-page h4 {
  padding-top: 21px !important;
  padding-bottom: 10.5px;
}
@media (max-width: 768px) {
  .home-page h3,
  .home-page h4 {
    text-align: center;
  }
}
.home-page h5 {
  font-weight: bold;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.home-page h5:first-child {
  padding-top: 0 !important;
}
.home-page .about-us {
  padding-bottom: 42px !important;
}
.home-page .about-us section {
  display: flex;
  flex-direction: column;
  gap: 21px;
  justify-content: space-between !important;
  padding-left: 21px !important;
  padding-right: 21px !important;
}
.home-page .about-us section h3 {
  padding-top: 0 !important;
}
.home-page .img-container#about-us-picture {
  height: 100%;
}
.home-page .img-container#about-us-picture img {
  -o-object-position: 90% 10% !important;
     object-position: 90% 10% !important;
  transform: scale(1.05);
}
.home-page .services .img-container {
  aspect-ratio: 1.5/1;
}
.home-page .services .column {
  padding: 10.5px !important;
}

.read-more {
  font-weight: bold;
}

.about-page section:first-child {
  padding-bottom: 42px;
}
.about-page p:not(:first-child) {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.about-page p:last-child {
  padding-bottom: 0;
}

.services-page h3,
.services-page h4 {
  margin-bottom: 21px !important;
}
@media (max-width: 768px) {
  .services-page h3,
  .services-page h4 {
    text-align: center;
  }
}
.services-page .column {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.services-page #section-title {
  padding-bottom: 0 !important;
}
.services-page #section-title h3 {
  margin-bottom: 0 !important;
}
.services-page p {
  align-self: flex-start;
}
@media (max-width: 768px) {
  .services-page .services-3 {
    padding-top: 42px !important;
  }
}
.services-page .img-container {
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  align-self: center;
}
.services-page .img-container img {
  width: 100%;
}
.services-page .img-container#services-img-1 {
  height: 100%;
}
.services-page .img-container#services-img-2, .services-page .img-container#services-img-4, .services-page .img-container#services-img-5 {
  aspect-ratio: 1/1;
}
@media (max-width: 900px) {
  .services-page .img-container#services-img-2, .services-page .img-container#services-img-4, .services-page .img-container#services-img-5 {
    height: auto;
  }
}
.services-page .img-container#services-img-2 img {
  -o-object-position: 30% 10% !important;
     object-position: 30% 10% !important;
  transform: scale(1.05);
}
.services-page .img-container#services-img-5 {
  max-height: 100%;
}
.services-page .img-container#services-img-5 img {
  -o-object-position: 0% 60% !important;
     object-position: 0% 60% !important;
  transform: scale(1.1);
}
.services-page li {
  padding: 4px 0 !important;
  list-style-type: none;
  font-size: 14px !important;
}

.contact-page h4 {
  padding-top: 42px;
  padding-bottom: 10.5px;
}
.contact-page .socialmedia-wrapper {
  display: flex;
  align-items: center;
  gap: 10.5px;
}
.contact-page .socialmedia-wrapper svg {
  margin-left: -5px;
}/*# sourceMappingURL=index.css.map */