.header--container--before--contact a, .header--container--before--email a, .menu-items a {
  color: #fff;
  text-transform: uppercase;
}
.header--container--before--contact a:hover, .header--container--before--email a:hover, .menu-items a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.hour.black::before, .icon.pin.black::before, .icon.phone::before, .icon.whatsapp::before, .icon.email::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--content--contact .contact, .footer--container--header {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.footer--container--header--branding a.custom-logo-link, .header--container--after--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.footer--container--header--branding a.custom-logo-link .custom-logo, .header--container--after--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .about--content .link:hover, .main-banner--content--link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.header--container--before--contact a, .header--container--before--email a, .menu-items a {
  color: #fff;
  text-transform: uppercase;
}
.header--container--before--contact a:hover, .header--container--before--email a:hover, .menu-items a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.hour.black::before, .icon.pin.black::before, .icon.phone::before, .icon.whatsapp::before, .icon.email::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--content--contact .contact, .footer--container--header {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.footer--container--header--branding a.custom-logo-link, .header--container--after--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.footer--container--header--branding a.custom-logo-link .custom-logo, .header--container--after--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .about--content .link:hover, .main-banner--content--link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
input[type=search],
input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
input[type] {
  height: 3.4375rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
input[type] {
  width: 100%;
  border: 1px solid #afafaf;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  border-radius: 4px;
}

input[type=text],
input[type=email],
input[type=tel] {
  margin-bottom: 1.25rem;
}

input::placeholder,
textarea::placeholder {
  color: #afafaf;
}

.contact-info--form input[type=submit] {
  cursor: pointer;
  width: fit-content;
  font-weight: bold;
  background-color: #071010;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.contact-info--form input[type=submit]:hover {
  background-color: #071010;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

textarea {
  height: 9.375rem;
}

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

th,
td {
  padding: 2px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  overflow-x: hidden;
  color: #071010;
  margin: 0;
  position: relative;
}

a {
  text-decoration: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1536px;
  }
}
.container.main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f4fff4;
}
@media screen and (min-width: 1280px) {
  .container.main {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-effect {
  opacity: 0;
  transform: translateY(3.125rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.scroll-effect.visible {
  opacity: 1;
  transform: translateY(0);
}

.ease-in-out {
  transition: all 0.5s ease-in-out;
}
.ease-in-out:hover {
  transform: scale(1.1);
}

.menu-items .current-menu-item a {
  color: #66CC99;
  text-decoration: underline;
}

.icon {
  position: relative;
  padding-left: 1.875rem;
}
.icon.email::before {
  background-image: url(../../dist/icons/email.svg);
}
.icon.email.black::before {
  background-image: url(../../dist/icons/email-black.svg);
}
.icon.whatsapp::before {
  background-image: url(../../dist/icons/whatsapp.svg);
}
.icon.phone::before {
  background-image: url(../../dist/icons/phone.svg);
}
.icon.phone.black::before {
  background-image: url(../../dist/icons/phone-black.svg);
}
.icon.pin.black::before {
  background-image: url(../../dist/icons/pin-black.svg);
}
.icon.hour.black::before {
  background-image: url(../../dist/icons/clock-black.svg);
}

.dot-block {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.dot-block .dot {
  grid-column: span 10/span 10;
  grid-column-start: 2;
  background-color: #071010;
  width: 100%;
  height: 0.3125rem;
}
@media screen and (min-width: 1280px) {
  .dot-block .dot {
    margin-top: 3.75rem;
  }
}

.home-contact {
  background-color: #f4fff4;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .home-contact {
    padding-bottom: 5rem;
  }
}
.home-contact .heading-titles {
  padding-top: 2.5rem;
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0;
  height: 100vh;
  max-height: 37.5rem;
}
@media screen and (min-width: 1280px) {
  .page-404 {
    padding: 6.25rem 0;
  }
}
.page-404 h1 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .page-404 h1 {
    font-size: 1.875rem;
  }
}
.page-404 .button {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0.5rem;
  padding: 0.625rem;
}

.header--container--before--contact a, .header--container--before--email a, .menu-items a {
  color: #fff;
  text-transform: uppercase;
}
.header--container--before--contact a:hover, .header--container--before--email a:hover, .menu-items a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--content--contact .contact, .footer--container--header {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.footer--container--header--branding a.custom-logo-link, .header--container--after--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.footer--container--header--branding a.custom-logo-link .custom-logo, .header--container--after--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .about--content .link:hover, .main-banner--content--link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.header {
  color: #fff;
  position: relative;
  z-index: 20;
}
.header--container--before {
  border-bottom: 1px solid #fff;
  padding: 0.625rem 0;
}
.header--container--before--email {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header--container--before--email {
    display: block;
  }
}
.header--container--before--email a {
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.header--container--before--contact {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header--container--before--contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 1.25rem;
  }
}
.header--container--before--contact a {
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.header--container--before--social-medias {
  column-gap: 1.25rem;
}
.header--container--before--social-medias .top-icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .header--container--before--open-menu-mobile {
    display: none;
  }
}
.header--container--before--open-menu-mobile .bg-menu-mobile {
  background: url(../../dist/icons/menu-icon.svg);
  width: 2.0625rem;
  height: 1.3125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding-left: 1.5rem;
  text-indent: -624.9375rem;
  border: none;
}
.header--container--after {
  row-gap: 0.625rem;
  margin-top: 0.625rem;
  padding-bottom: 1.25rem;
  justify-content: center;
  display: flex; /*Dont use placeholder here*/
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .header--container--after {
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 0.625rem;
  }
}
.header--container--after--email {
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .header--container--after--email {
    display: none;
  }
}
.header--container--after--email a {
  color: #fff;
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.header--container--after--contact {
  column-gap: 1.25rem;
  font-size: 0.875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .header--container--after--contact {
    display: none;
  }
}
.header--container--after--contact a {
  color: #fff;
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.header--container--after--branding {
  display: flex;
  justify-content: center;
}
.header--container--after--navbar .menu-items a {
  text-transform: uppercase;
}
.header--container--after--navbar .menu-items a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .header--container--after--navbar .menu-items .main-menu {
    display: flex;
    flex-direction: row;
    column-gap: 1.25rem;
  }
}
.header button {
  border: none;
}
.header .bg-close-menu-mobile,
.header .menu-items {
  display: none;
}
.header .bg-close-menu-mobile {
  position: absolute;
  top: 1.75rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  text-indent: -624.9375rem;
  background: url("../../dist/icons/close-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .header .menu-items {
    display: flex;
    flex-direction: row;
  }
}
.header .menu-items.openned {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  color: #fff;
  padding: 1.875rem;
}
.header .menu-items.openned .main-menu {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.header .menu-items.openned .bg-close-menu-mobile {
  display: block;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--content--contact .contact, .footer--container--header {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.footer--container--header--branding a.custom-logo-link, .header--container--after--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.footer--container--header--branding a.custom-logo-link .custom-logo, .header--container--after--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .about--content .link:hover, .main-banner--content--link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer {
  background-color: #071010;
  color: #fff;
  padding: 2.5rem 1.25rem;
}
.footer--container {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media screen and (min-width: 1280px) {
  .footer--container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.footer--container--header {
  row-gap: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .footer--container--header {
    grid-column: span 4/span 4;
  }
}
.footer--container--header--branding a.custom-logo-link {
  text-align: center;
}
.footer--container--header--content {
  line-height: 1.25rem;
  text-align: center;
}
.footer--container--content {
  row-gap: 5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .footer--container--content {
    flex-direction: row-reverse;
    justify-content: space-between;
    grid-column: span 8/span 8;
    grid-column-start: 6;
  }
}
.footer--container--content--navbar .main-menu {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .footer--container--content--navbar .main-menu {
    text-align: right;
  }
}
.footer--container--content--contact a {
  color: #fff;
}
.footer--container--content--contact .email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer--container--content--contact .contact {
  align-items: center;
}
.footer--container--content--contact .social-medias {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.footer--container--content--contact .social-medias img {
  width: 2.5rem;
  height: 2.5rem;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .about--content .link:hover, .main-banner--content--link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.heading-titles {
  padding-top: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .heading-titles {
    padding-top: 6.25rem;
  }
}
.heading-titles--container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.heading-titles--container--content {
  text-align: center;
  grid-column: span 12/span 12;
}
@media screen and (min-width: 1280px) {
  .heading-titles--container--content {
    grid-column: span 6/span 6;
    text-align: left;
  }
}
.heading-titles--container--content h1, .heading-titles--container--content h2, .heading-titles--container--content h3, .heading-titles--container--content h4, .heading-titles--container--content h5 {
  font-size: 1.5625rem;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .heading-titles--container--content h1, .heading-titles--container--content h2, .heading-titles--container--content h3, .heading-titles--container--content h4, .heading-titles--container--content h5 {
    font-size: 30px;
  }
}

.home .heading-titles {
  margin-top: 1.25rem;
  padding-top: 0;
}
@media screen and (min-width: 1280px) {
  .home .heading-titles {
    margin-top: 3.75rem;
  }
}

.faq .heading-titles {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .faq .heading-titles {
    padding-bottom: 6.25rem;
  }
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .about--content .link:hover, .main-banner--content--link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.main-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 9.25rem;
  height: 31.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .main-banner {
    align-items: baseline;
    justify-content: flex-start;
    padding-top: 6.25rem;
  }
}
.main-banner .bg-dark {
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-banner--content {
  color: #fff;
  line-height: 1.25rem;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .main-banner--content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.main-banner--content--header-main-banner {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 0.625rem;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--header-main-banner {
    flex-direction: column;
  }
}
.main-banner--content--header-main-banner .title-main-banner {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--header-main-banner .title-main-banner {
    font-size: 1.875rem;
    text-align: left;
  }
}
.main-banner--content--header-main-banner .subtitle-main-banner {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--header-main-banner .subtitle-main-banner {
    font-size: 1.125rem;
    text-align: left;
  }
}
.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .about--content .link:hover, .main-banner--content--link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.single-post-page {
  display: grid;
  column-gap: 2.5rem;
  row-gap: 2.5rem;
  padding: 2.5rem 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 1280px) {
  .single-post-page {
    padding: 6.25rem 0;
  }
}
.single-post-page--thumb {
  grid-column: span 12/span 12;
}
@media (min-width: 1280px) {
  .single-post-page--thumb {
    grid-column: span 5/span 5;
  }
}
.single-post-page--content {
  grid-column: span 12/span 12;
}
@media (min-width: 1280px) {
  .single-post-page--content {
    grid-column: span 7/span 7;
  }
}
.single-post-page--content .title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1280px) {
  .single-post-page--content .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.single-post-page--content p {
  line-height: 1.5rem;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .about--content .link:hover, .main-banner--content--link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .about--content .link, .main-banner--content--link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.about {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 21.75rem;
}
@media screen and (min-width: 1280px) {
  .about {
    margin-top: 28.75rem;
    column-gap: 2.5rem;
  }
}
.about--image {
  grid-column: span 12/span 12;
}
@media screen and (min-width: 1280px) {
  .about--image {
    grid-column: span 7/span 7;
    height: 28.125rem;
  }
}
.about--content {
  text-align: center;
  padding: 1.25rem 0;
  grid-column: span 12/span 12;
}
@media screen and (min-width: 1280px) {
  .about--content {
    grid-column: span 4/span 4;
    text-align: left;
  }
}
.about--content h1,
.about--content h2,
.about--content h3,
.about--content h4,
.about--content h5 {
  margin-bottom: 1.25rem;
  font-size: 1.5625rem;
}
.about--content p {
  line-height: 1.5rem;
}
.about--content .link {
  width: 100% !important;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .main-banner--content--link, .about--content .link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .main-banner--content--link:hover, .about--content .link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .main-banner--content--link, .about--content .link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.depositions-customers {
  padding: 2.5rem 0;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .depositions-customers {
    padding: 5rem 0;
    text-align: left;
  }
}
.depositions-customers--content {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .depositions-customers--content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .depositions-customers--content--item {
    grid-column: span 10/span 10;
    display: flex;
    flex-direction: row;
    column-gap: 1.875rem;
    align-items: center;
  }
}
.depositions-customers--content--item--image .wp-post-image {
  width: 12.5rem;
  height: 12.5rem;
  object-fit: cover;
}
.depositions-customers--content--item--content .title {
  font-weight: bold;
  font-size: 1.5rem;
}
.depositions-customers--content--item--content p {
  line-height: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .depositions-customers--content--item.right {
    flex-direction: row-reverse;
    grid-column-start: 3;
  }
  .depositions-customers--content--item.right .depositions-customers--content--item--content {
    text-align: right;
  }
}
.depositions-customers .dot-block {
  margin-top: 2.5rem;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.online-service--container--list--item--content .link, .main-banner--content--link, .about--content .link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.online-service--container--list--item--content .link:hover, .main-banner--content--link:hover, .about--content .link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list--item--content .link, .main-banner--content--link, .about--content .link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.online-service--container--header {
  margin-bottom: 0.625rem;
}
.online-service--container--header h1, .online-service--container--header h2, .online-service--container--header h3, .online-service--container--header h4, .online-service--container--header h5 {
  font-size: 1.5625rem;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .online-service--container--header h1, .online-service--container--header h2, .online-service--container--header h3, .online-service--container--header h4, .online-service--container--header h5 {
    font-size: 30px;
  }
}
.online-service--container--list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .online-service--container--list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.25rem;
  }
}
.online-service--container--list--item {
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid #afafaf;
  border-radius: 0.5rem;
}
.online-service--container--list--item--image img {
  height: 17.1875rem;
}
.online-service--container--list--item--content h1, .online-service--container--list--item--content h2, .online-service--container--list--item--content h3, .online-service--container--list--item--content h4, .online-service--container--list--item--content h5 {
  font-weight: bold;
  font-size: 1.125rem;
}
.online-service--container--list--item--content .link {
  width: 100%;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.main-banner--content--link:hover, .about--content .link:hover, .online-service--container--list--item--content .link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.areas-of-activity {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1280px) {
  .areas-of-activity {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.areas-of-activity--container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 1280px) {
  .areas-of-activity--container {
    row-gap: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .areas-of-activity--container--content {
    display: flex;
    flex-direction: row;
    column-gap: 1.25rem;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .areas-of-activity--container--content.right {
    flex-direction: row-reverse;
  }
  .areas-of-activity--container--content.right .areas-of-activity--container--content--text {
    text-align: right;
  }
}
.areas-of-activity--container--content--text {
  display: flex;
  flex-direction: column;
}
.areas-of-activity--container--content--text .title {
  font-weight: bold;
  font-size: 1.5rem;
}
.areas-of-activity--container--content--text p {
  line-height: 1.25rem;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.main-banner--content--link:hover, .about--content .link:hover, .online-service--container--list--item--content .link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.news--featured {
  padding: 2.5rem 0;
  background-color: #99CCCC;
}
@media screen and (min-width: 1280px) {
  .news--featured {
    padding: 6.25rem 0;
  }
}
.news--featured--container--heading-titles {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .news--featured--container--heading-titles {
    padding-bottom: 5rem;
  }
}
.news--featured--container--post-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.5rem;
  column-gap: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .news--featured--container--post-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.news--featured--container--post-list .news-item .news--container--post-item--thumb {
  position: relative;
  height: 18.75rem;
}
.news--featured--container--post-list .news-item .news--container--post-item--thumb .bg-dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 47%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.news--featured--container--post-list .news-item .news--container--post-item--thumb .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}
.news--post-items {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .news--post-items {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.news--post-items--item--link {
  display: grid;
  row-gap: 1.25rem;
  color: #000;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .news--post-items--item--link {
    flex-direction: row;
    column-gap: 1.25rem;
  }
}
.news--post-items--item--link--thumb {
  height: 15.625rem;
  grid-column: span 12/span 12;
}
@media screen and (min-width: 1280px) {
  .news--post-items--item--link--thumb {
    height: 25rem;
    grid-column: span 8/span 8;
  }
}
.news--post-items--item--link--content {
  grid-column: span 12/span 12;
}
@media screen and (min-width: 1280px) {
  .news--post-items--item--link--content {
    grid-column: span 4/span 4;
  }
}
.news--post-items--item--link--content .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1280px) {
  .news--post-items--item--link--content .title {
    font-size: 1.875rem;
  }
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.main-banner--content--link:hover, .about--content .link:hover, .online-service--container--list--item--content .link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.team-list--content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .team-list--content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.team-list--content--text .title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.team-list--content--text .thumb {
  position: relative;
  filter: grayscale(100%);
}
.team-list--content--text .thumb .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 9.375rem 1.25rem 1.25rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.main-banner--content--link:hover, .about--content .link:hover, .online-service--container--list--item--content .link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.our-service {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .our-service {
    padding-bottom: 100px;
  }
}
.our-service--header {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
.our-service--header h1,
.our-service--header h2,
.our-service--header h3,
.our-service--header h4,
.our-service--header h5 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .our-service--header h1,
  .our-service--header h2,
  .our-service--header h3,
  .our-service--header h4,
  .our-service--header h5 {
    font-size: 1.875rem;
  }
}
.our-service--lists {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .our-service--lists {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.25rem;
  }
}
.our-service--lists--list {
  padding: 0.625rem;
  border: 1px solid #afafaf;
  border-radius: 0.5rem;
}
.our-service--lists--list--photo {
  height: 15.625rem;
}
@media screen and (min-width: 1280px) {
  .our-service--lists--list--photo {
    height: 18.75rem;
  }
}
.our-service--lists--list--content h1,
.our-service--lists--list--content h2,
.our-service--lists--list--content h3,
.our-service--lists--list--content h4,
.our-service--lists--list--content h5 {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .our-service--lists--list--content h1,
  .our-service--lists--list--content h2,
  .our-service--lists--list--content h3,
  .our-service--lists--list--content h4,
  .our-service--lists--list--content h5 {
    font-size: 1.25rem;
  }
}
.our-service--lists--list--button {
  background-color: #071010;
  color: #fff;
  padding: 0.625rem;
  font-weight: bold;
  border-radius: 0.5rem;
  display: block;
  width: fit-content;
  margin-top: 2.5rem;
}
.our-service--lists--list--button:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.main-banner--content--link:hover, .about--content .link:hover, .online-service--container--list--item--content .link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.question-list .accordion {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.question-list .accordion.active .accordion-header {
  background-color: #f0f0f0;
}
.question-list .accordion .accordion-header {
  padding: 0.9375rem;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.question-list .accordion .accordion-header::after {
  content: "";
  background-image: url("../icons/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 0.9375rem;
  float: right;
  transition: transform 0.3s ease-out;
  position: absolute;
  right: 1.875rem;
  top: 0;
  height: 3.75rem;
  display: flex;
  align-items: center;
}
.question-list .accordion.active .accordion-header::after {
  transform: rotate(90deg);
}
.question-list .accordion .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 0.9375rem;
}
.question-list .accordion .accordion-body p {
  margin-top: 0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.menu-items a, .header--container--before--email a, .header--container--before--contact a {
  color: #fff;
  text-transform: uppercase;
}
.menu-items a:hover, .header--container--before--email a:hover, .header--container--before--contact a:hover {
  color: #66CC99;
  text-decoration: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon.email::before, .icon.whatsapp::before, .icon.phone::before, .icon.pin.black::before, .icon.hour.black::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header--container--before {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer--container--header, .footer--container--content--contact .contact {
  display: flex;
  flex-direction: column;
}

.header--container--before--social-medias {
  display: flex;
  flex-direction: row;
}

.header--container--after--branding a.custom-logo-link, .footer--container--header--branding a.custom-logo-link {
  display: block;
  height: auto;
}
.header--container--after--branding a.custom-logo-link .custom-logo, .footer--container--header--branding a.custom-logo-link .custom-logo {
  width: 18.75rem;
  object-fit: contain;
}

.main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
  background-color: #071010;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 0.5rem;
  padding: 0.625rem;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.main-banner--content--link:hover, .about--content .link:hover, .online-service--container--list--item--content .link:hover {
  background-color: #66CC99;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media screen and (min-width: 1280px) {
  .main-banner--content--link, .about--content .link, .online-service--container--list--item--content .link {
    width: fit-content;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.contact-info {
  display: grid;
  margin-top: 2.5rem;
  row-gap: 1.875rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .contact-info {
    column-gap: 2.5rem;
    margin-top: 5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.contact-info--map iframe {
  width: 100%;
  height: 18.75rem;
}
.contact-info--operation--infos {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

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