@charset "UTF-8";
box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #4db833;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #0f100f;
}
header {
  margin: 0;
  display: block;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.header_top {
  max-width: 1150px;
  margin: 1em auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  gap: 1em;
}
header .logo a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  align-content: center;
  align-items: center;
}
header .line_feat_top {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 600;
  color: #4db833;
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
}
header .line_feat_top strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  background: #4db833;
  color: #ffffff
}
header .line_feat_top em {
  font-style: normal;
  text-align: center;
  max-width: max-content;
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #4db833;
}
header .logo img {
  width: auto;
  max-height: 60px;
}
header .btn-small-phone a {
  display: flex;
  background: #4db833;
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 170px;
  height: 40px;
  justify-content: center;
  border-radius: 100px;
  font-weight: 600;
  box-sizing: border-box;
}
header .btn-small-quote a {
  display: flex;
  background: #4db833;
  color: white;
  padding: 0 10px;
  font-size: 16px;
  align-items: center;
  width: 100%;
  height: 40px;
  justify-content: center;
  border-radius: 100px;
  font-weight: 600;
  box-sizing: border-box;
}
header .btn-small-quote a:hover, header .btn-small-phone a:hover {
  background: #4db833;
  color: #ffffff;
}
header .header_top_buttons {
  width: 100%;
  max-width: max-content;
  gap: 10px;
  display: flex;
}
nav {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
nav .header_submenu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 3em;
  width: 100%;
  max-width: 1150px;
  flex-direction: row;
  box-sizing: border-box;
}
nav .header_submenu li.menu-item-object-page {
  opacity: 1;
  visibility: visible;
  width: 100%;
  max-width: max-content;
  margin: 0;
  padding: 0;
  display: flex;
}
nav .header_submenu li.menu-item-object-page a {
  margin-bottom: 0;
  color: #ffffff;
  border-radius: 0;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  white-space: nowrap;
  text-transform: uppercase;
  height: 40px;
  display: flex;
  background: #0f100f;
  align-items: center;
  justify-content: center;
}
nav .header_submenu li.menu-item-object-page a:hover {
  color: #ffffff;
  background: #4db833;
}
nav .header_submenu li.menu-item-object-page a.active {
  border-bottom: solid 15px #4db833;
  border-radius: 0;
  color: #4db833;
}
nav .header_submenu li.menu-item-object-page a.active:hover {
  background: #4db833;
  color: #fff;
}
nav .logo {
  display: block;
  width: 100%;
  flex-basis: 100%;
  max-width: max-content;
}
.btn-small-quote span, .btn-small-phone span {
  padding-right: 5px;
}
.header-contact {
  display: flex;
  gap: 1em;
}
.bannerBlock_container {
  width: 100%;
  display: block;
}
.full-width-visual {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-top: solid 32px #4db833;
}
.full-width-visual p {
  color: white;
  font-size: 18px;
  padding: 25px 25px 25px 60px;
  max-width: 75%;
  line-height: 1.2;
  display: grid;
  background: #0f100f;
  justify-content: start;
  justify-items: start;
}
.full-width-visual img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  border-radius: 0 100px 0;
}
.full-width-visual div {
  display: block;
  background-color: #4db83311;
  position: relative;
  z-index: 10;
  max-width: 1150px;
  padding: 2em 0;
  border-radius: 0;
  margin: 0 auto;
  border: solid 0px #0f100f;
  width: 100%;
  box-sizing: border-box;
}
.full-width-visual div:before {
  height: 100%;
  content: '';
  background: #4db833
}
.layoutOnlyContent_container h1 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 3em;
  padding: 0;
}
.layoutOnlyContent_container h1 strong {
  background: #4db833;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
}
.layoutOnlyContent_container h2 {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 2.5em;
  background: transparent;
  max-width: max-content;
  padding: 15px;
  display: flex;
  height: auto;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-transform: uppercase;
  box-sizing: border-box;
}
.full-width-visual h2 {
  padding-left: 60px;
  background: #0f100f
}
.services_Block {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1150px;
  margin: 5em auto 0;
  gap: 5em;
  display: flex;
}
.services_Block p {
  font-size: 15px;
  margin: 1em 0;
}
.B_services_Block_col_container {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.B_services_Block_col_container img {
  width: 100%;
  height: auto;
}
.A_services_Block_col_container {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.A_services_Block_col_container h2 {
  color: #0f100f;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.4;
  font-size: 22px;
  max-width: 100%;
  padding: 0;
  display: inline;
  gap: 10px;
  padding-right: 0;
  flex-basis: 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #4db833;
}
.A_services_Block_col_container h2 strong {
  display: block;
  background: #0f100f;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px;
}
.A_services_Block_col_container h2 span {
  width: 100%;
  white-space: normal;
  word-wrap: normal;
  text-transform: none;
  text-align: center;
}
.A_services_Block_col_container .enterpriseSection {
  background: #4db833;
  padding: 2em;
  color: white;
}
.A_services_Block_col_container h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #4db833;
}
.wrap_services img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wrap_services {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 2em;
}
.wrap_services div {
  padding: 0;
  margin-bottom: 12px;
}
.wrap_services div h2 {
  font-size: 20px;
  box-sizing: border-box;
}
.wrap_services div ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}
.wrap_services div ul li {
  flex-basis: 100%;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  background: #ffffff;
  max-width: 100%;
  padding: 10px;
  border-bottom: 0;
  flex-direction: column;
  font-weight: 500;
  border: solid 1px #4db833;
  color: #0f100f;
}
.wrap_services div ul li strong {
  background: #4db833;
  max-width: max-content;
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  border-bottom: solid 1px;
}
.add_wrap_layer {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.add_wrap_layer div {
  max-width: 1150px;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.add_wrap_layer iframe {
  border: solid 15px #0f100f !important;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 400px;
  display: block;
  position: sticky;
  top: 50px;
  box-sizing: border-box;
}
.add_wrap_layer_infos h2 {
  background: #4db833;
}
.address_section, .mail_element {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
}
.main_phone {
  display: flex;
  gap: 5px;
  font-size: 18px;
  align-items: center;
}
.mail_element, .main_phone {
  color: #ffffff;
  font-weight: 600;
  max-width: max-content;
  width: 100%;
  display: block;
  background: #4db833;
  padding: 0 5px;
  border-radius: 100px;
}
.main_phone:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #4db833;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.mail_element:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #4db833;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.address_section:before {
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #4db833;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
}
.add_wrap_layer_infos {
  position: sticky;
  top: 50px;
}
.address_section, .address_section_tel, .address_section_mail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 600;
}
.classic_contact h2 {
  background: #4db833
}
.classic_contact div {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  gap: 3em;
}
.classic_contact div p {
  flex-basis: 33.3333%;
  background: #4db833;
  display: flex;
  align-items: center;
  padding: 1em;
  color: #ffffff;
  text-align: center;
  justify-content: center;
}
.classic_contact div p a {
  color: #fff;
}
footer .main_phone {
  margin: 0 auto;
  color: white;
}
footer {
  max-width: 100%;
  width: 100%;
  background: #0f100f;
  margin: 0;
  padding: 0;
  display: block;
}
footer p {
  color: white;
  max-width: max-content;
  margin: 0 auto;
  font-size: 13px;
}
footer .row .footer_section_one {
  width: 100%;
  max-width: max-content;
  height: auto;
}
footer .row .footer_section_one a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #ffffff;
  height: auto;
}
footer .row .footer_section_one img {
  max-width: max-content;
  max-height: 60px;
}
footer .row .col-md-2 {
  background: #2196f3;
  padding: 20px;
}
footer .row .footer_section_two, footer .row .footer_section_three {
  background: transparent;
  padding: 0 20px;
  flex-basis: 40%;
}
footer .row .footer_section_four {
  width: 100%;
  flex-basis: 25%;
  background: #4db833;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
footer .row h3 {
  color: #ffffff;
  font-size: 17px;
  background: #4db833;
  padding: 0 10px;
  max-width: max-content;
}
footer .row .footer_section_four h3 {
  margin: 0;
  padding: 0;
}
footer .row .footer_section_four a {
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
  color: #4db833;
  opacity: 1;
  display: block;
  padding: 0 5px;
  visibility: visible;
}
footer .row {
  display: flex;
  max-width: 1150px;
  margin: 0 auto 3em;
}
footer .footer_bottom {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #194708;
  padding: 10px;
  color: #ffffff;
}
.footer_bottom p {
  font-weight: 600;
}
.classic_contact p {
  font-size: 15px;
}
.sharing_buttons {
  margin: 2em auto !important;
}
.material-symbols-outlined {
  font-variation-settings:
    'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24
}
.material-symbols-rounded {
  font-variation-settings:
    'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24
}
.sharing_socials {
  display: flex
}
@media (max-width:767px) {
  header .btn-small-quote a {
    font-size: 18px;
    height: 35px;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
  }
  header .btn-small-phone a {
    font-size: 18px;
    height: 35px;
    width: 100%;
    background: #4db833;
    max-width: max-content;
    margin: 0 auto;
  }
  header .logo img {
    max-height: 50px;
  }
  header .btn-small-phone a:before {
    font-size: 16px;
    width: 30px;
  }
  .header_top {
    align-items: center;
    gap: 1em;
    max-width: 100%;
    overflow: hidden;
  }
  .full-width-visual h1 {
    font-size: 2em;
    padding: 0 40px 0 0;
  }
  .full-width-visual {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    overflow: auto;
  }
  .full-width-visual h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }
  .full-width-visual p {
    font-size: 14px;
    padding: 3em;
    max-width: 100%;
  }
  .services_Block {
    margin: 3em auto 0;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .address_section, .address_section_tel, .address_section_mail {
    padding-left: 2em;
  }
  .services_Block p {
    padding: 0 20px;
  }
  .A_services_Block_col_container .enterpriseSection {
    margin: 0;
  }
  .A_services_Block_col_container h3 {
    border-left: 0;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .add_wrap_layer h2 {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
  .mail_element {
    font-size: 15px;
    margin: 0;
  }
  .mail_element:before, .main_phone:before {
    font-size: 13px
  }
  header .line_feat_top strong {
    font-size: 22px;
  }
  .full-width-visual img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
  .full-width-visual div {
    max-width: 100%;
    padding: 2em 3em 0 3em;
    border-radius: 0;
  }
  .A_services_Block_col_container h2 {
    padding: 0;
    border-left: 0;
  }
  footer .row {
    flex-direction: column;
    gap: 1em;
    margin: 0;
  }
  footer .row .footer_section_one a {
    display: none;
  }
  nav .header_submenu {
    flex-direction: column;
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 0;
  }
  .add_wrap_layer div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header .logo a {
    justify-content: center;
    gap: 0;
    flex-direction: column;
    align-items: center;
    margin: 40px auto 0;
    width: 100%;
  }
  header .header_top_buttons {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  header .line_feat_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    align-content: center;
  }
  .header_top .logo {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .footer_bottom p {
    text-align: center
  }
  .wrap_services div {
    padding: 0 2em
  }
  .add_wrap_layer_infos p {
    padding: 0 2em;
    margin: 5px 0;
  }
  .A_services_Block_col_container h2 strong {
    font-size: 18px
  }
  .wrap_services p {
    padding: 0
  }
  nav {
    flex-direction: column;
  }
  nav .header_submenu li.menu-item-object-page a {
    box-sizing: border-box;
    border-radius: 100px;
  }
  nav .header_submenu li.menu-item-object-page {
    box-sizing: border-box;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
  }
  .sharing_socials {
    display: flex;
    justify-content: center;
  }
    header .header_top_buttons .btn-small-phone {
            position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    padding: 1em 0;
    z-index: 1000;
    }
}