/* IMG */
/* -------------- FONTS -------------- */
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 18px;
  background-color: white;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
  overflow-y: overlay;
}
@media only screen and (min-width: 1440px) {
  body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-h1,
.title-1,
h1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.778rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 768px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.333rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1024px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.778rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.333rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}

.title-h2,
.title-2,
h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 1024px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}

.title-h3,
.title-3,
h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.167rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 768px) {
  .title-h3,
  .title-3,
  h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.333rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1024px) {
  .title-h3,
  .title-3,
  h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.444rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h3,
  .title-3,
  h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}

.title-h4,
.title-4,
h4 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.056rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 768px) {
  .title-h4,
  .title-4,
  h4 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.222rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1024px) {
  .title-h4,
  .title-4,
  h4 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.333rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h4,
  .title-4,
  h4 {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.556rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}

.title-h5,
.title-5,
h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.944rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 768px) {
  .title-h5,
  .title-5,
  h5 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.056rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1024px) {
  .title-h5,
  .title-5,
  h5 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.111rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1440px) {
  .title-h5,
  .title-5,
  h5 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.333rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}

.text-small {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.833rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}

.text-important {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.167rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 1600px) {
  .text-important {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 1;
    letter-spacing: -0.9px;
    text-align: left;
    color: #004e64;
  }
}

.text-medium {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.167rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 1600px) {
  .text-medium {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 1;
    letter-spacing: -0.9px;
    text-align: left;
    color: #004e64;
  }
}

.pretitle {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.833rem;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  color: #f7931e;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .pretitle {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.889rem;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 10px;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table {
    margin-bottom: 29px;
  }
}
table thead tr {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  border: 1px solid #004e64;
  padding: 8px;
}
table tr {
  vertical-align: baseline;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #00183b;
  text-decoration: none;
}
a:hover {
  color: #f7931e;
}

b,
strong {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:empty {
  display: none;
}

input[type=submit],
.btn,
a.button {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 41px;
  box-shadow: none;
  background-color: #fff;
  color: #004e64;
  margin: 0;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
input[type=submit]:hover,
.btn:hover,
a.button:hover {
  text-decoration: none;
  background-color: #00ba6a;
  color: #fff;
}
input[type=submit]:disabled,
.btn:disabled,
a.button:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1440px) {
  input[type=submit],
  .btn,
  a.button {
    font-size: 1.111rem;
    line-height: normal;
    padding: 12px 19px;
  }
}
@media only screen and (min-width: 1600px) {
  input[type=submit],
  .btn,
  a.button {
    padding: 12px 40px;
  }
}
input[type=submit],
.btn,
a.button {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.button-border {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid #004e64;
  border-radius: 41px;
  box-shadow: none;
  background-color: #fff;
  color: #004e64;
  margin: 0;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
.button-border:hover {
  text-decoration: none;
  background-color: #004e64;
  color: #fff;
}
.button-border:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1440px) {
  .button-border {
    font-size: 1.111rem;
    line-height: normal;
    padding: 12px 19px;
  }
}
@media only screen and (min-width: 1600px) {
  .button-border {
    padding: 12px 60px;
  }
}

.button-big {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 41px;
  box-shadow: none;
  background-color: #fff;
  color: #004e64;
  margin: 0;
  padding: 10px 17px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
.button-big:hover {
  text-decoration: none;
  background-color: #004e64;
  color: #fff;
}
.button-big:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1440px) {
  .button-big {
    font-size: 1.111rem;
    line-height: 1;
    padding: 19px 47px;
  }
}

.wrapper {
  padding: 0;
}

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

.link__arrow {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1024px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 65px;
  cursor: pointer;
}
.loadmore_posts .loader-plus:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.loadmore_posts .loader-plus:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -32px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #444;
}

lite-youtube {
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

.page-template-page-basic-page .site-main,
.page-template-page-success-stories .site-main,
.page-template-default .site-main,
body.blog .site-main,
body.archive .site-main,
body.single-post .site-main,
body.single-success_stories .site-main {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page .site-main,
  .page-template-page-success-stories .site-main,
  .page-template-default .site-main,
  body.blog .site-main,
  body.archive .site-main,
  body.single-post .site-main,
  body.single-success_stories .site-main {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-basic-page .site-main,
  .page-template-page-success-stories .site-main,
  .page-template-default .site-main,
  body.blog .site-main,
  body.archive .site-main,
  body.single-post .site-main,
  body.single-success_stories .site-main {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-basic-page .site-main,
  .page-template-page-success-stories .site-main,
  .page-template-default .site-main,
  body.blog .site-main,
  body.archive .site-main,
  body.single-post .site-main,
  body.single-success_stories .site-main {
    padding-top: 66px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-template-page-basic-page .site-main,
  .page-template-page-success-stories .site-main,
  .page-template-default .site-main,
  body.blog .site-main,
  body.archive .site-main,
  body.single-post .site-main,
  body.single-success_stories .site-main {
    padding-top: 80px;
  }
}
.page-template-page-basic-page .entry-content,
.page-template-page-success-stories .entry-content,
.page-template-default .entry-content,
body.blog .entry-content,
body.archive .entry-content,
body.single-post .entry-content,
body.single-success_stories .entry-content {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page .entry-content,
  .page-template-page-success-stories .entry-content,
  .page-template-default .entry-content,
  body.blog .entry-content,
  body.archive .entry-content,
  body.single-post .entry-content,
  body.single-success_stories .entry-content {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-page-basic-page .entry-content,
  .page-template-page-success-stories .entry-content,
  .page-template-default .entry-content,
  body.blog .entry-content,
  body.archive .entry-content,
  body.single-post .entry-content,
  body.single-success_stories .entry-content {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .page-template-page-basic-page .entry-content,
  .page-template-page-success-stories .entry-content,
  .page-template-default .entry-content,
  body.blog .entry-content,
  body.archive .entry-content,
  body.single-post .entry-content,
  body.single-success_stories .entry-content {
    margin-bottom: 66px;
  }
}

.page-template-default .entry-content {
  max-width: 1150px;
}

.blog header.entry-header,
.category header.entry-header,
.page-template-page-success-stories header.entry-header,
.tax-category_success_story header.entry-header {
  max-width: 767px;
}

body.open-menu-services {
  overflow: hidden;
}
body.open-menu-services #home-wrapper:before,
body.open-menu-services #flexible-wrapper:before,
body.open-menu-services #index-wrapper:before,
body.open-menu-services #single-success-stories:before,
body.open-menu-services #contact-wrapper:before,
body.open-menu-services #single-post:before,
body.open-menu-services #page-wrapper:before,
body.open-menu-services #services-wrapper:before,
body.open-menu-services #archive-wrapper:before {
  visibility: visible;
  opacity: 0.8;
}

.load-more-container {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 1440px) {
  .load-more-container button {
    padding: 12px 16px;
  }
}

.wcc-consent-container [data-tag] {
  visibility: visible;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

.cont__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 13px;
}
@media only screen and (min-width: 1024px) {
  .cont__nav {
    column-gap: 11px;
  }
}
.cont__nav > div {
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  font-size: 19px;
  width: 40px;
  height: 40px;
  border: solid 1px #004e64;
  border-radius: 50%;
  background-color: rgba(0, 78, 100, 0);
  color: #004e64;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .cont__nav > div {
    font-size: 27px;
    width: 61px;
    height: 61px;
  }
}
.cont__nav > div:after {
  content: none;
}
.cont__nav > div:hover {
  background-color: #004e64;
  color: #fff;
}
.wpcf7-turnstile {
  display: none !important;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --gutters: 65px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container, .section__hero-image .owl-dots {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container, .section__hero-image .owl-dots {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container, .section__hero-image .owl-dots {
    max-width: 1790px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
/* -------------- FONTS -------------- */
#header-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
#header-wrapper .preheader {
  background-color: #004e64;
}
#header-wrapper .preheader .cont__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  #header-wrapper .preheader .cont__inner {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1440px) {
  #header-wrapper .preheader .cont__inner {
    padding: 8px 0;
  }
}
#header-wrapper .preheader .cont__inner .cont__left {
  display: none;
}
@media only screen and (min-width: 768px) {
  #header-wrapper .preheader .cont__inner .cont__left {
    display: block;
  }
}
#header-wrapper .preheader .cont__inner .cont__left h1,
#header-wrapper .preheader .cont__inner .cont__left span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.667rem;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .preheader .cont__inner .cont__left h1,
  #header-wrapper .preheader .cont__inner .cont__left span {
    font-size: 0.611rem;
  }
}
@media only screen and (min-width: 1440px) {
  #header-wrapper .preheader .cont__inner .cont__left h1,
  #header-wrapper .preheader .cont__inner .cont__left span {
    font-size: 0.833rem;
  }
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .preheader .cont__inner .cont__right .cont__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
  }
}
#header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.611rem;
  line-height: normal;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media only screen and (min-width: 768px) {
  #header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item {
    column-gap: 6px;
  }
}
@media only screen and (min-width: 1440px) {
  #header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item {
    column-gap: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  #header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item {
    font-size: 0.833rem;
  }
}
#header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item i {
  font-size: 12px;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item i {
    font-size: 15px;
  }
}
#header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item.cont__item--address {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item.cont__item--address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item.cont__item--address p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item.cont__item--phone {
    font-size: 0.778rem;
  }
}
#header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item.cont__item--schedule {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .preheader .cont__inner .cont__right .cont__info .cont__item.cont__item--schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#header-wrapper header.site-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 14px;
  padding: 22px 0;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header {
    column-gap: 40px;
    padding: 24px 0;
  }
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header {
    padding: 21px 0;
  }
}
#header-wrapper header.site-header .site-branding {
  position: relative;
  flex-grow: 1;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header .site-branding {
    flex-grow: initial;
  }
}
#header-wrapper header.site-header .site-branding .cont--logo img {
  width: inherit;
  max-height: 26px;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  #header-wrapper header.site-header .site-branding .cont--logo img {
    max-height: 29px;
  }
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .site-branding .cont--logo img.logo-mobile {
    display: none;
  }
}
#header-wrapper header.site-header .site-branding .cont--logo img:not(.logo-mobile) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .site-branding .cont--logo img:not(.logo-mobile) {
    display: block;
  }
}
#header-wrapper header.site-header .cont--menu__open {
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper header.site-header .cont--menu__open {
    display: none;
  }
}
#header-wrapper header.site-header .cont--menu__open .burger {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#header-wrapper header.site-header .cont--menu__open .burger:hover span,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:before,
#header-wrapper header.site-header .cont--menu__open .burger:hover span:after {
  background-color: #004e64;
  border-color: #004e64;
}
#header-wrapper header.site-header .cont--menu__open .burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #004e64;
  border-radius: 20px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before, #header-wrapper header.site-header .cont--menu__open .burger span:after {
  position: absolute;
  content: "";
  border: 1px solid #004e64;
  border-radius: 20px;
  margin-left: -1px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:before {
  top: -6px;
}
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  top: 4px;
}
#header-wrapper header.site-header .cont--menu__open .burger span,
#header-wrapper header.site-header .cont--menu__open .burger span:before,
#header-wrapper header.site-header .cont--menu__open .burger span:after {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #004e64;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span {
  background-color: transparent;
  border-color: transparent;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before, #header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
  border-color: #004e64;
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:before {
  transform: translateY(0.525rem) rotate(45deg);
}
#header-wrapper header.site-header .cont--menu__open .burger input:checked + span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}
#header-wrapper header.site-header .cont--menu__open .hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
#header-wrapper header.site-header .cont__menu-lang .wpml-ls-sidebars-menu-lang {
  padding: 0;
}
#header-wrapper header.site-header .cont__menu-lang .wpml-ls-sidebars-menu-lang ul li {
  padding: 0 12px;
  border-left: 1px solid #004e64;
}
#header-wrapper header.site-header .cont__menu-lang .wpml-ls-sidebars-menu-lang ul li:first-child {
  border-left: none;
}
#header-wrapper header.site-header .cont__menu-lang .wpml-ls-sidebars-menu-lang ul li:last-child {
  padding-right: 0;
}
#header-wrapper header.site-header .cont__menu-lang .wpml-ls-sidebars-menu-lang ul li.wpml-ls-current-language a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #004e64;
}
#header-wrapper header.site-header .cont__menu-lang .wpml-ls-sidebars-menu-lang ul li a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.833rem;
  line-height: normal;
  color: #f7931e;
  padding: 0;
}
#header-wrapper header.site-header .cont__menu-lang .wpml-ls-sidebars-menu-lang ul li a:hover {
  color: #004e64;
}

#footer-wrapper {
  position: relative;
  margin-top: 60px;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left {
  padding-top: 28px;
  padding-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left {
    width: 37%;
    padding-top: 14px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left {
    width: 32%;
    padding-top: 23px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left {
    width: 37%;
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left {
    width: 35%;
    padding-top: 40px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo {
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo {
    margin-bottom: 29px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo img {
  max-height: 30px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo img {
    max-height: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo img {
    max-height: 66px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__logo img {
    max-height: 81px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column.first {
    width: 48%;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column.first .cont__xxss {
  display: none;
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column.first .cont__xxss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column.last {
    width: 47%;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column.last {
    width: 48%;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column.last .cont__xxss {
    display: none;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .frase-footer {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.833rem;
  line-height: normal;
  color: #004e64;
  max-width: 255px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .frase-footer {
    font-size: 0.667rem;
    margin-bottom: 19px;
    max-width: 223px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .frase-footer {
    font-size: 0.722rem;
    max-width: 246px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .frase-footer {
    font-size: 0.833rem;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .frase-footer {
    font-size: 1rem;
    margin-bottom: 27px;
    max-width: 275px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__xxss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 32px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__xxss {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__xxss {
    column-gap: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__xxss {
    column-gap: 32px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__xxss a {
  font-size: 16px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background-color: #004e64;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__xxss a {
    font-size: 21px;
    width: 42px;
    height: 42px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__xxss a:hover {
  background-color: #f7931e;
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info {
  display: grid;
  row-gap: 11px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info {
    margin-bottom: 19px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__info-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.833rem;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__info-title {
    font-size: 0.667rem;
    line-height: 1.67;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__info-title {
    font-size: 0.833rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__info-title {
    font-size: 1rem;
    line-height: 1.11;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.833rem;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__item {
    font-size: 0.667rem;
    line-height: 1.67;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__item {
    font-size: 0.833rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__item {
    font-size: 1rem;
    line-height: 1.11;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__item.cont__item--address {
  max-width: 235px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__item.cont__item--address {
    max-width: 245px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-left .cont__columns .cont__column .cont__info .cont__item p {
  margin-bottom: 0;
}
#footer-wrapper .site-footer .footer__top .footer__top-right {
  position: relative;
  display: grid;
  row-gap: 40px;
  padding-top: 40px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right {
    width: 63%;
    border-left: 1px solid #004e64;
    padding-left: 26px;
    padding-top: 61px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 27px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right {
    width: 68%;
    row-gap: 7px;
    padding-left: 45px;
    padding-top: 87px;
    padding-bottom: 23px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right {
    width: 63%;
    padding-left: 13px;
    padding-top: 144px;
    padding-bottom: 62px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right {
    width: 65%;
    padding-left: 68px;
    padding-bottom: 51px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-right:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 1px;
  background-color: #004e64;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right:before {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div {
    width: 62%;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div {
    width: 46%;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div.cont__menu-particulares {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div.cont__menu-particulares {
    order: initial;
    width: 54%;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div.cont__menu-particulares {
    width: 39%;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div.cont__members {
    width: 35%;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div.cont__members {
    width: 18%;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div.cont__members {
    width: 24%;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right > div.cont__members .cont__title {
    margin-bottom: 15px;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-right .cont__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.833rem;
  line-height: 1.33;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right .cont__title {
    font-size: 0.667rem;
    line-height: 1.67;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right .cont__title {
    font-size: 0.722rem;
    line-height: 1.54;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right .cont__title {
    font-size: 0.833rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right .cont__title {
    font-size: 1rem;
    line-height: 1.11;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 8px;
}
#footer-wrapper .site-footer .footer__top .footer__top-right ul li a {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.833rem;
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right ul li a {
    font-size: 0.667rem;
    line-height: 1.67;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right ul li a {
    font-size: 0.722rem;
    line-height: 1.54;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right ul li a {
    font-size: 0.833rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right ul li a {
    font-size: 1rem;
    line-height: 1.11;
  }
}
#footer-wrapper .site-footer .footer__top .footer__top-right img {
  max-height: 55px;
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__top .footer__top-right img {
    max-height: 112px;
  }
}
#footer-wrapper .site-footer .footer__bottom {
  position: relative;
  padding-top: 36px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__bottom {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__bottom {
    padding-top: 70px;
    padding-bottom: 41px;
  }
}
@media only screen and (min-width: 1920px) {
  #footer-wrapper .site-footer .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#footer-wrapper .site-footer .footer__bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 1px;
  background-color: #004e64;
}
#footer-wrapper .site-footer .footer__bottom .footer__bottom-left {
  display: grid;
  row-gap: 16px;
  margin-bottom: 47px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-left {
    column-gap: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-left {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-left {
    margin-bottom: 0;
  }
}
#footer-wrapper .site-footer .footer__bottom .footer__bottom-left img {
  max-height: 28px;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-left img {
    max-height: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-left img {
    max-height: 54px;
  }
}
@media only screen and (min-width: 1920px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-left img {
    max-height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }
}
#footer-wrapper .site-footer .footer__bottom .footer__bottom-right ul.menu__legal {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-right ul.menu__legal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }
}
#footer-wrapper .site-footer .footer__bottom .footer__bottom-right ul.menu__legal li a {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.833rem;
  line-height: 1.33;
  letter-spacing: 0.45px;
  margin-bottom: 8px;
  color: #004e64;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-right ul.menu__legal li a {
    font-size: 0.722rem;
    line-height: 1.54;
    letter-spacing: 0.39px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-right ul.menu__legal li a {
    font-size: 0.833rem;
    line-height: 1.33;
    letter-spacing: 0.45px;
  }
}
#footer-wrapper .site-footer .footer__bottom .footer__bottom-right ul.menu__legal li a:hover {
  color: #f7931e;
}
#footer-wrapper .site-footer .footer__bottom .footer__bottom-right .cont__copyright {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.833rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-right .cont__copyright {
    font-size: 0.722rem;
  }
}
@media only screen and (min-width: 1440px) {
  #footer-wrapper .site-footer .footer__bottom .footer__bottom-right .cont__copyright {
    font-size: 0.833rem;
  }
}

.footer-cta {
  position: relative;
  padding: 30px 0;
}
@media only screen and (min-width: 1024px) {
  .footer-cta {
    padding: 105px 0;
  }
}
.footer-cta .footer-cta__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-cta .footer-cta__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 98% 18%, #00ba6a, rgba(247, 147, 30, 0.88) 29%, #228dad 47%);
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 1024px) {
  .footer-cta .footer-cta__image:before {
    background-image: radial-gradient(circle at 98% 18%, #00ba6a, rgba(247, 147, 30, 0.88) 29%, #228dad 48%);
  }
}
.footer-cta .footer-cta__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.footer-cta .footer-cta__text {
  max-width: 1200px;
}
.footer-cta .footer-cta__text p {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer-cta .footer-cta__text p {
    text-align: left;
  }
}
.footer-cta .footer-cta__text p:not(.title-2) {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.167rem;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .footer-cta .footer-cta__text p:not(.title-2) {
    font-size: 1.667rem;
    line-height: 1.2;
    letter-spacing: -0.9px;
  }
}
.footer-cta .footer-cta__text .title-2 {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .footer-cta .footer-cta__text .title-2 {
    margin-bottom: 25px;
  }
}
.footer-cta .footer-cta__button {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .footer-cta .footer-cta__button {
    margin-top: 25px;
  }
}
.footer-cta .footer-cta__button a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .footer-cta .footer-cta__button a {
    margin-left: 0;
  }
}

body.menu-open {
  overflow-y: hidden;
}

.main-navigation {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
}
.main-navigation.show {
  visibility: visible;
  z-index: 5;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.main-navigation:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 211px;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .main-navigation:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation {
    position: relative;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    overflow: inherit;
    background-color: transparent;
    width: inherit;
    height: inherit;
  }
}
.main-navigation ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul.menu li.menu-item a {
  display: block;
  text-decoration: none;
}
.main-navigation .cont--menu {
  padding-top: 100px;
  padding-bottom: 50px;
  height: 100%;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu {
    padding: 0;
    background: none;
  }
}
.main-navigation .cont--menu .menu-menu-principal-container {
  position: relative;
}
.main-navigation .cont--menu .menu-menu-principal-container:before {
  content: "";
  z-index: -1;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 250px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu-menu-principal-container:before {
    content: none;
  }
}
.main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal {
    column-gap: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal {
    column-gap: 45px;
  }
}
.main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal li.menu-item a {
  position: relative;
  padding: 10px 0 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  color: #004e64;
}
@media only screen and (min-width: 768px) {
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal li.menu-item a {
    padding: 19px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal li.menu-item a {
    font-size: 0.722rem;
    line-height: normal;
    padding: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal li.menu-item a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal li.menu-item a {
    font-size: 1.111rem;
  }
}
.main-navigation .cont--menu .menu-menu-principal-container ul.menu-principal li.menu-item a:hover {
  color: #f7931e;
}

.menu--services-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 78, 100, 0.8);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .menu--services-overlay {
    display: block;
    top: 100%;
  }
}
.menu--services-overlay.show {
  visibility: visible;
  opacity: 1;
}

.menu--services {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .menu--services {
    top: calc(100% + 25px);
    border-radius: 30px;
  }
}
.menu--services.show {
  visibility: visible;
  opacity: 1;
}
.menu--services .cont__close-services {
  text-align: right;
  margin-bottom: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .menu--services .cont__close-services {
    display: none;
  }
}
.menu--services .menu--inner {
  display: grid;
  row-gap: 50px;
}
@media only screen and (min-width: 1024px) {
  .menu--services .menu--inner {
    padding: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .menu--services .menu--inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .menu--services .menu--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  .menu--services .menu--inner .cont__left {
    width: calc(76% - 50px);
  }
}
@media only screen and (min-width: 1920px) {
  .menu--services .menu--inner .cont__left {
    width: calc(71% - 50px);
  }
}
.menu--services .menu--inner .cont__left .cont__menus {
  display: grid;
  row-gap: 50px;
}
@media only screen and (min-width: 1024px) {
  .menu--services .menu--inner .cont__left .cont__menus {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .menu--services .menu--inner .cont__left .cont__menus {
    column-gap: 50px;
  }
}
.menu--services .menu--inner .cont__left .cont__menus .cont__menu a {
  display: block;
  width: fit-content;
}
.menu--services .menu--inner .cont__left .cont__menus .cont__menu a:hover {
  text-decoration: underline;
}
.menu--services .menu--inner .cont__left .cont__menus .cont__menu .primary_link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.778rem;
  line-height: normal;
  text-transform: uppercase;
  color: #168aad;
  margin-bottom: 8px;
}
.menu--services .menu--inner .cont__left .cont__menus .cont__menu .cont__submenu {
  display: grid;
  row-gap: 8px;
  margin-bottom: 20px;
}
.menu--services .menu--inner .cont__left .cont__menus .cont__menu .cont__submenu a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  color: #004e64;
}
@media only screen and (min-width: 1440px) {
  .menu--services .menu--inner .cont__left .cont__menus .cont__menu .cont__submenu a {
    font-size: 1.111rem;
    line-height: normal;
  }
}
.menu--services .menu--inner .cont__left .cont__menus .cont__menu .cont__secondary-links {
  display: grid;
  row-gap: 5px;
}
.menu--services .menu--inner .cont__left .cont__menus .cont__menu .cont__secondary-links a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  color: #004e64;
}
@media only screen and (min-width: 1440px) {
  .menu--services .menu--inner .cont__left .cont__menus .cont__menu .cont__secondary-links a {
    font-size: 1rem;
    line-height: normal;
  }
}
.menu--services .menu--inner .cont__right {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .menu--services .menu--inner .cont__right {
    display: block;
    width: 24%;
  }
}
@media only screen and (min-width: 1920px) {
  .menu--services .menu--inner .cont__right {
    width: 29%;
  }
}
.menu--services .menu--inner .cont__right .cont__image {
  width: 100%;
  height: auto;
}
.menu--services .menu--inner .cont__right .cont__image img {
  border-radius: 10px;
}

.cta__fixed {
  display: none;
}
.cta__fixed .cta__fixed-button {
  display: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(9deg, #004e64 25%, #f7931e 111%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .cta__fixed .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.cta__fixed .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.cta__fixed .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cta__fixed .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.cta__fixed .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cta__fixed .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.cta__fixed .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #444;
}
.cta__fixed .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.single-content-ajax,
.overlay-info-product {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  z-index: 9;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
  padding-top: 21px;
  padding-bottom: 37px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax,
  .overlay-info-product {
    max-width: 960px;
    transform: translateY(0) translateX(100%);
    padding-top: 29px;
  }
}
.single-content-ajax > .wrapper,
.overlay-info-product > .wrapper {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.889rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax > .wrapper,
  .overlay-info-product > .wrapper {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
.single-content-ajax > .wrapper .title-1,
.overlay-info-product > .wrapper .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax > .wrapper .title-1,
  .overlay-info-product > .wrapper .title-1 {
    margin-bottom: 30px;
  }
}
.single-content-ajax .close-product,
.single-content-ajax .close-info-product,
.overlay-info-product .close-product,
.overlay-info-product .close-info-product {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .single-content-ajax .close-product,
  .single-content-ajax .close-info-product,
  .overlay-info-product .close-product,
  .overlay-info-product .close-info-product {
    margin-right: 50px;
  }
}
.single-content-ajax .close-product:before,
.single-content-ajax .close-info-product:before,
.overlay-info-product .close-product:before,
.overlay-info-product .close-info-product:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .single-content-ajax .close-product:before,
  .single-content-ajax .close-info-product:before,
  .overlay-info-product .close-product:before,
  .overlay-info-product .close-info-product:before {
    font-size: 26px;
  }
}
.single-content-ajax .close-product:hover:before,
.single-content-ajax .close-info-product:hover:before,
.overlay-info-product .close-product:hover:before,
.overlay-info-product .close-info-product:hover:before {
  color: #444;
}

body.product-open,
body.product-info-open,
body.overlay-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.product-open .single-content-ajax,
body.product-open .overlay-info-product.show,
body.product-info-open .single-content-ajax,
body.product-info-open .overlay-info-product.show,
body.overlay-open .single-content-ajax,
body.overlay-open .overlay-info-product.show {
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  body.product-open .single-content-ajax,
  body.product-open .overlay-info-product.show,
  body.product-info-open .single-content-ajax,
  body.product-info-open .overlay-info-product.show,
  body.overlay-open .single-content-ajax,
  body.overlay-open .overlay-info-product.show {
    transform: translateY(0) translateX(0);
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  overflow: hidden;
}
body.show-overlay .site-main:before,
body.product-open .site-main:before,
body.product-info-open .site-main:before,
body.overlay-open .site-main:before {
  visibility: visible;
  opacity: 0.25;
}

.pum-theme-1633 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 60px 28px 28px 28px !important;
}

.pum-theme-1633 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: relative;
  width: 50px;
  height: 50px;
  right: 18px !important;
  top: 18px !important;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .pum-theme-1633 .pum-content + .pum-close,
  .pum-theme-enterprise-blue .pum-content + .pum-close {
    width: 60px;
    height: 60px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .pum-theme-1633 .pum-content + .pum-close:before,
  .pum-theme-enterprise-blue .pum-content + .pum-close:before {
    font-size: 26px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:hover:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover:before {
  color: #444;
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    text-align: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 41px;
  box-shadow: none;
  background-color: #fff;
  color: #004e64;
  margin: 0;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:hover,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:hover {
  text-decoration: none;
  background-color: #00ba6a;
  color: #fff;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a:disabled,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1440px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
    font-size: 1.111rem;
    line-height: normal;
    padding: 12px 19px;
  }
}
@media only screen and (min-width: 1600px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
    padding: 12px 40px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies a,
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  border-radius: 100px !important;
  color: #fff !important;
  margin: 0 auto !important;
  padding: 10px 42px !important;
  border: none !important;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-principal-cookies {
    float: left;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
  padding-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary {
    padding-top: 0;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .btn-secondary a {
  color: #000000 !important;
  background-color: transparent !important;
  background-image: none !important;
}

form .columns-one {
  display: grid;
  row-gap: 18px;
  padding-bottom: 18px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  column-gap: 18px;
  row-gap: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    grid-template-columns: 1fr 1fr;
  }
}
form .columns-two > br {
  display: none;
}
form .cont--input-checkbox {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.833rem;
  line-height: 1.2;
  color: #000000;
  padding: 15px 0;
}
@media only screen and (min-width: 1024px) {
  form .cont--input-checkbox {
    font-size: 0.889rem;
    line-height: 1.3;
    padding: 22px 0;
  }
}
form .cont--input-checkbox label {
  display: flex;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  form .cont--input-checkbox label {
    align-items: center;
  }
}
form .cont--input-checkbox .wpcf7-list-item-label::before {
  content: none;
}
form .cont--input-checkbox a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
form .cont--input-checkbox > br {
  display: none;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  color: #C4C4C4;
}
form small.file-help {
  padding-left: 30px;
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.45);
}
@media only screen and (min-width: 1024px) {
  form small.file-help {
    font-size: 0.833rem;
    line-height: 1.3;
  }
}
form .wpcf7-not-valid-tip {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00ba6a !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #c4c4c4;
}

input,
textarea,
select {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 30px;
  transition: all 0.15s ease;
  border: none;
  border-radius: 1000px;
  background-color: rgba(0, 78, 100, 0.05);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #000000;
}
@media only screen and (min-width: 1440px) {
  input,
  textarea,
  select {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
    padding: 20px 30px;
  }
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(47, 47, 47, 0.5);
  opacity: 1;
}

textarea {
  max-height: 142px;
  border-radius: 20px;
}
@media only screen and (min-width: 1440px) {
  textarea {
    max-height: 287px;
  }
}
@media only screen and (min-width: 1920px) {
  textarea {
    min-height: 287px;
  }
}

form select {
  background-image: url("../../assets/arrow_down.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
}

input[type=checkbox] {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #00183b;
  border-radius: 2px;
  transition: all 0.2s ease;
  background-color: transparent;
}
input[type=checkbox]:hover {
  cursor: pointer;
  border-color: #004e64;
}
input[type=checkbox]:checked {
  background-color: #004e64;
  border-color: #004e64;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #004e64;
}
@media only screen and (min-width: 1024px) {
  input[type=checkbox] {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.page-template-page-contact #footer-wrapper {
  margin-top: 0;
}
.page-template-page-contact .section__contact {
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .page-template-page-contact .section__contact {
    padding-top: 81px;
    margin-bottom: 83px;
  }
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont--post > a {
  display: block;
  position: relative;
  border-radius: 10px;
  border: solid 1px #004e64;
  background-color: #fff;
  height: stretch;
  margin-bottom: 20px;
}
.cont--post > a:hover {
  background-color: #00ba6a;
}
.cont--post > a:hover .cont__content .cont__title,
.cont--post > a:hover .cont__content .cont__text .cont__extract {
  color: #fff;
}
.cont--post > a .cont__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.cont--post > a .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  min-height: 185px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont--post > a .cont__categories {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 1440px) {
  .cont--post > a .cont__categories {
    top: 45px;
    left: 45px;
  }
}
.cont--post > a .cont__categories .cont__category {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.778rem;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px;
  border-radius: 41px;
  background-color: #00ba6a;
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .cont--post > a .cont__categories .cont__category {
    font-size: 0.833rem;
    line-height: normal;
    padding: 11px 22px;
  }
}
.cont--post > a .cont__content {
  padding: 15px 20px 20px;
}
@media only screen and (min-width: 1440px) {
  .cont--post > a .cont__content {
    padding: 20px 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .cont--post > a .cont__content {
    padding: 32px 49px 42px;
  }
}
.cont--post > a .cont__content .cont__title {
  padding-right: 53px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont--post > a .cont__content .cont__title {
    padding-right: 88px;
  }
}
.cont--post > a .cont__content .cont__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .cont--post > a .cont__content .cont__text {
    column-gap: 14px;
  }
}
.cont--post > a .cont__content .cont__text .cont__extract {
  opacity: 0.9;
  color: #004e64;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .cont--post > a .cont__content .cont__text .cont__extract {
    line-height: normal;
  }
}
.cont--post > a .cont__content .cont__text .icon {
  font-size: 19px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: solid 1px #004e64;
  border-radius: 50%;
  background-color: #fff;
  color: #004e64;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1440px) {
  .cont--post > a .cont__content .cont__text .icon {
    font-size: 33px;
    width: 74px;
    min-width: 74px;
    height: 74px;
    margin-bottom: 0;
  }
}

.blog-grid.cont__posts,
.archive-grid.cont__posts {
  display: grid;
  column-gap: 10px;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
.archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
  .archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
    display: block;
  }
}

.cont--menu-cat {
  margin: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat {
    margin: 40px 0 60px;
  }
}
.cont--menu-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat ul {
    gap: 16px;
  }
}
.cont--menu-cat ul.cat-submenu {
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
  padding: 5px 0;
  border-top: solid 0.5px #004e64;
  border-bottom: solid 0.5px #004e64;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat ul.cat-submenu {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .cont--menu-cat ul.cat-submenu {
    gap: 16px;
  }
}
.cont--menu-cat ul.cat-submenu li.current-cat a {
  color: #00ba6a;
  background-color: transparent;
}
.cont--menu-cat ul.cat-submenu li a {
  border: none;
  padding: 4px 9px;
  width: fit-content;
  background-color: transparent;
}
.cont--menu-cat ul.cat-submenu li a:hover {
  background-color: transparent;
  color: #00ba6a;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat ul.cat-submenu li a {
    padding: 10px 15px;
  }
}
.cont--menu-cat ul li.current-cat a {
  background-color: #00ba6a;
  border-color: #00ba6a;
  color: #fff;
}
.cont--menu-cat ul li a {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.778rem;
  line-height: 1.2;
  color: #004e64;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #004e64;
  border-radius: 41px;
  padding: 8px 13px;
}
.cont--menu-cat ul li a:hover {
  background-color: #00ba6a;
  border-color: #00ba6a;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat ul li a {
    font-size: 0.833rem;
    line-height: normal;
    padding: 9px 22px;
  }
}

#single-post,
#single-success-stories {
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--post,
  #single-success-stories .cont--post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 67px;
  }
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--post .cont__left,
  #single-success-stories .cont--post .cont__left {
    width: 52%;
  }
}
#single-post .cont--post .cont__left .cont__header,
#single-success-stories .cont--post .cont__left .cont__header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--post .cont__left .cont__header,
  #single-success-stories .cont--post .cont__left .cont__header {
    margin-bottom: 45px;
  }
}
#single-post .cont--post .cont__left .cont__header h1,
#single-success-stories .cont--post .cont__left .cont__header h1 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--post .cont__left .cont__header h1,
  #single-success-stories .cont--post .cont__left .cont__header h1 {
    margin-bottom: 18px;
  }
}
#single-post .cont--post .cont__left .content,
#single-success-stories .cont--post .cont__left .content {
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#single-post .cont--post .cont__left .content h2,
#single-post .cont--post .cont__left .content h3,
#single-post .cont--post .cont__left .content h4,
#single-success-stories .cont--post .cont__left .content h2,
#single-success-stories .cont--post .cont__left .content h3,
#single-success-stories .cont--post .cont__left .content h4 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--post .cont__left .content h2,
  #single-post .cont--post .cont__left .content h3,
  #single-post .cont--post .cont__left .content h4,
  #single-success-stories .cont--post .cont__left .content h2,
  #single-success-stories .cont--post .cont__left .content h3,
  #single-success-stories .cont--post .cont__left .content h4 {
    margin-top: 60px;
  }
}
#single-post .cont--post .cont__left .content ol,
#single-success-stories .cont--post .cont__left .content ol {
  padding: 0;
  margin: 20px 0;
  list-style-position: inside;
}
#single-post .cont--post .cont__left .content ol li::marker,
#single-success-stories .cont--post .cont__left .content ol li::marker {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#single-post .cont--post .cont__left .content ul,
#single-success-stories .cont--post .cont__left .content ul {
  padding-left: 25px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--post .cont__right,
  #single-success-stories .cont--post .cont__right {
    width: 43%;
  }
}
#single-post .cont--post .cont__right .cont__image img,
#single-success-stories .cont--post .cont__right .cont__image img {
  border-radius: 10px;
}

.cont__story a {
  display: block;
  position: relative;
  border-radius: 10px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  border: solid 0 #004e64;
  background-color: #fff;
  height: stretch;
  margin-bottom: 20px;
}
.cont__story a:hover .cont__image img {
  transform: scale(1.03);
}
.cont__story a:hover .cont__image .icon {
  opacity: 1;
}
.cont__story a .cont__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.cont__story a .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont__story a .cont__image .icon {
  font-size: 19px;
  width: 40px;
  height: 40px;
  border: solid 1px #004e64;
  border-radius: 50%;
  background-color: #fff;
  color: #004e64;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media only screen and (min-width: 1440px) {
  .cont__story a .cont__image .icon {
    font-size: 33px;
    width: 74px;
    height: 74px;
    bottom: 26px;
    right: 45px;
  }
}
.cont__story a .cont__category {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.778rem;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px;
  border-radius: 41px;
  background-color: #00ba6a;
  width: fit-content;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media only screen and (min-width: 1024px) {
  .cont__story a .cont__category {
    font-size: 0.833rem;
    line-height: normal;
    padding: 11px 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .cont__story a .cont__category {
    top: 45px;
    left: 45px;
  }
}
.cont__story a .cont__content {
  padding: 13px 20px 25px;
}
@media only screen and (min-width: 1440px) {
  .cont__story a .cont__content {
    padding: 20px 27px 78px;
  }
}
.cont__story a .cont__content .cont__title {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.056rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .cont__story a .cont__content .cont__title {
    font-size: 1.333rem;
  }
}
@media only screen and (min-width: 1440px) {
  .cont__story a .cont__content .cont__title {
    line-height: 1.1;
  }
}
.cont__story a .cont__content .cont__title .cont__postitle {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 5px;
}

#single-success-stories .cont__info {
  display: grid;
  row-gap: 20px;
  align-items: center;
  margin: 30px 0;
}
@media only screen and (min-width: 1440px) {
  #single-success-stories .cont__info {
    margin: 40px 0;
    row-gap: 21px;
  }
}
#single-success-stories .cont__info .cont__info-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 27px;
}
@media only screen and (min-width: 1024px) {
  #single-success-stories .cont__info .cont__info-item {
    column-gap: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  #single-success-stories .cont__info .cont__info-item {
    grid-template-columns: 1fr 2fr;
  }
}
#single-success-stories .cont__info .cont__info-item .cont__info-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2f2f2f;
}
@media only screen and (min-width: 1024px) {
  #single-success-stories .cont__info .cont__info-item .cont__info-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
  }
}
#single-success-stories .cont__info .cont__info-item .cont__info-text {
  color: #2f2f2f;
}
@media only screen and (min-width: 1024px) {
  #single-success-stories .cont__info .cont__info-item .cont__info-text {
    line-height: normal;
  }
}

.cont__service a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 29px 20px;
  border-radius: 10px;
  min-height: 260px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .cont__service a {
    min-height: 370px;
    padding: 44px 45px 49px;
  }
}
@media only screen and (min-width: 1440px) {
  .cont__service a {
    min-height: 542px;
  }
}
.cont__service a:hover .cont__image:before {
  opacity: 0;
}
.cont__service a:hover .cont__image:after {
  opacity: 1;
}
.cont__service a .cont__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.cont__service a .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cont__service a .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(76, 76, 76, 0.4));
  mix-blend-mode: multiply;
  z-index: 1;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__service a .cont__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0), rgba(0, 78, 100, 0.71) 50%);
  z-index: 1;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.cont__service a .cont__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.cont__service a .cont__content .cont__category {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.778rem;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px;
  border-radius: 41px;
  background-color: #00ba6a;
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .cont__service a .cont__content .cont__category {
    font-size: 0.833rem;
    line-height: normal;
    padding: 5px 16px;
  }
}
.cont__service a .cont__content .cont__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .single-service .footer-cta {
    padding: 75px 0;
  }
}

.section_cta_promotional .cta__fixed-button {
  display: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-image: linear-gradient(15deg, #004e64 36%, #f7931e 87%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.section_cta_promotional .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.section_cta_promotional .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_promotional .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #444;
}
.section_cta_promotional .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.section__cta {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #004e64;
}
@media only screen and (min-width: 1024px) {
  .section__cta {
    margin-top: 100px;
    margin-bottom: 177px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__cta {
    padding-top: 160px;
    padding-bottom: 168px;
  }
}
.section__cta .cont__description h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.section__cta .cont__description p {
  font-size: 0.944rem;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center !important;
  color: #fff !important;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__description p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__cta .cont__description p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1600px) {
  .section__cta .cont__description p {
    font-size: 1.333rem;
    line-height: 1.2;
  }
}
.section__cta .cont__description p:last-child {
  margin-bottom: 0;
}
.section__cta .cont__description a {
  margin: 0 auto;
}

.section_cta_fixed {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed {
    display: block;
  }
}
.section_cta_fixed {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  /*&.show {
      &.show-mobile {
          opacity: 1;
      }

      @include desktop {
          opacity: 1;
      }
  }*/
}
.section_cta_fixed.hidden {
  opacity: 0;
}
.section_cta_fixed a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.923rem;
  line-height: 1.07;
  text-align: center;
  color: #fff;
  background-color: #f7931e;
  box-shadow: 0 2.2px 7.8px 0 rgba(0, 0, 0, 0.19);
  padding: 5px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: fixed;
  bottom: 22px;
  right: 40px;
  z-index: 2;
  transform: rotate(6deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__hero-image {
  margin-bottom: 100px;
  min-height: 100vh;
  overflow-x: hidden;
}
.section__hero-image .cont__banners .owl-item {
  font-size: 0;
}
.section__hero-image .cont__banners .owl-item.active .image__product {
  opacity: 1;
  transform: translateY(0);
}
.section__hero-image .cont__banners .owl-item .image__product {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transition-delay: 1s;
}
.section__hero-image .cont__banners .cont__banner {
  max-height: 100vh;
}
.section__hero-image .owl-dots {
  position: relative;
  margin-top: -25px;
  margin-left: 60px;
}
@media only screen and (min-width: 768px) {
  .section__hero-image .owl-dots {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .owl-dots {
    margin-left: auto;
    padding-left: 100px;
    margin-top: -83px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image .owl-dots {
    padding-left: 80px;
    margin-top: -130px;
  }
}

.section_info_parallax {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section_info_parallax .cont__parallax {
  position: relative;
  width: 100%;
}
.section_info_parallax .cont__parallax .cont__info {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__info--inner {
  background-color: #fff;
  padding: 60px 25px 35px;
  border-radius: 0 100px 0 0;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    max-width: 543px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    padding: 90px 80px;
    max-width: 750px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.333rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
    margin-bottom: 9px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.167rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.167rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.667rem;
    line-height: 1;
    letter-spacing: -0.9px;
    text-align: left;
    color: #004e64;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description p {
    margin-bottom: 16px;
  }
}
.section_info_parallax .cont__parallax .cont__info .link__arrow {
  text-decoration: none;
  color: #000000;
}
.section_info_parallax .cont__parallax .cont__image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__last-articles {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles {
    margin-top: 150px;
    margin-bottom: 133px;
  }
}
@media only screen and (min-width: 768px) {
  .section__last-articles .cont__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 62px;
  }
}
.section__last-articles .cont__top .titles .cont__title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section__last-articles .cont__top .titles .cont__title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__last-articles .cont__top .titles .cont__title {
    line-height: normal;
  }
}
.section__last-articles .cont__top .cont__nav {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section__last-articles .cont__top .cont__nav {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__top .cont__nav {
    display: none;
  }
}
.section__last-articles .cont__top .cont__button {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__top .cont__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__last-articles .cont__posts {
  margin: 0 -20px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .section__last-articles .cont__posts {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__posts {
    margin: 0;
    padding: 0;
  }
}
.section__last-articles .cont__posts .cont--post {
  height: auto;
  width: 274px;
}
@media only screen and (min-width: 768px) {
  .section__last-articles .cont__posts .cont--post {
    width: 310px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__posts .cont--post {
    width: 100%;
  }
}
.section__last-articles .cont__bottom .cont__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__bottom .cont__button {
    display: none;
  }
}

.section__links {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__links .cont__links {
  border-top: 2px solid #000000;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    border-top: none;
  }
}
@media only screen and (min-width: 1279px) {
  .section__links .cont__links {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links {
    column-gap: 160px;
  }
}
.section__links .cont__links .cont__link {
  border-bottom: 2px solid #000000;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link {
    border-top: 2px solid #000000;
  }
}
.section__links .cont__links .cont__link .cont__inner a {
  display: block;
  text-decoration: none;
  padding: 21px 0 18px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a {
    padding: 39px 0 23px;
  }
}
.section__links .cont__links .cont__link .cont__inner a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__links .cont__links .cont__link .cont__inner a .cont__title h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.444rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__title h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.778rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
    margin-bottom: 10px;
  }
}
.section__links .cont__links .cont__link .cont__inner a .cont__description {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.167rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description {
    font-size: 2rem;
    line-height: 1.17;
  }
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description p {
    margin-bottom: 16px;
  }
}

.section__overlay_information {
  margin-top: 100px;
  margin-bottom: 100px;
}

.tax-cat_product .page-header {
  padding-bottom: 41px;
}
@media only screen and (min-width: 1024px) {
  .tax-cat_product .page-header {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-cat_product .page-header {
    padding-bottom: 77px;
  }
}

.section__overlay_information .overlay__info,
.section__overlay_information .cont__inner,
.tax-cat_product .page-header .overlay__info,
.tax-cat_product .page-header .cont__inner {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info,
  .section__overlay_information .cont__inner,
  .tax-cat_product .page-header .overlay__info,
  .tax-cat_product .page-header .cont__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__overlay_information .overlay__info .cont__image img,
.section__overlay_information .cont__inner .cont__image img,
.tax-cat_product .page-header .overlay__info .cont__image img,
.tax-cat_product .page-header .cont__inner .cont__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__overlay_information .overlay__info .cont__text,
.section__overlay_information .cont__inner .cont__text,
.tax-cat_product .page-header .overlay__info .cont__text,
.tax-cat_product .page-header .cont__inner .cont__text {
  color: #fff;
  padding-top: 180px;
  padding-bottom: 75px;
  margin-top: -150px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    display: flex;
    align-items: center;
    padding-top: 69px;
    padding-bottom: 69px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__overlay_information .overlay__info .cont__text,
  .section__overlay_information .cont__inner .cont__text,
  .tax-cat_product .page-header .overlay__info .cont__text,
  .tax-cat_product .page-header .cont__inner .cont__text {
    padding-top: 146px;
    padding-bottom: 167px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__text .cont__text--inner,
  .section__overlay_information .cont__inner .cont__text .cont__text--inner,
  .tax-cat_product .page-header .overlay__info .cont__text .cont__text--inner,
  .tax-cat_product .page-header .cont__inner .cont__text .cont__text--inner {
    padding-right: 130px;
    padding-left: 110px;
  }
}
.section__overlay_information .overlay__info .cont__text h1,
.section__overlay_information .cont__inner .cont__text h1,
.tax-cat_product .page-header .overlay__info .cont__text h1,
.tax-cat_product .page-header .cont__inner .cont__text h1 {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .text-medium,
.section__overlay_information .cont__inner .cont__text .text-medium,
.tax-cat_product .page-header .overlay__info .cont__text .text-medium,
.tax-cat_product .page-header .cont__inner .cont__text .text-medium {
  color: #fff;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text .text-medium,
  .section__overlay_information .cont__inner .cont__text .text-medium,
  .tax-cat_product .page-header .overlay__info .cont__text .text-medium,
  .tax-cat_product .page-header .cont__inner .cont__text .text-medium {
    margin-bottom: 17px;
  }
}
.section__overlay_information .overlay__info .cont__text p:not(.text-medium),
.section__overlay_information .cont__inner .cont__text p:not(.text-medium),
.tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
.tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
  font-size: 1.067rem;
  line-height: 1.38;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__text p:not(.text-medium),
  .section__overlay_information .cont__inner .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .overlay__info .cont__text p:not(.text-medium),
  .tax-cat_product .page-header .cont__inner .cont__text p:not(.text-medium) {
    font-size: 1.2rem;
    line-height: 1.56;
  }
}
.section__overlay_information .overlay__info .cont__text .link__arrow,
.section__overlay_information .cont__inner .cont__text .link__arrow,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow {
  color: #fff;
}
.section__overlay_information .overlay__info .cont__text .link__arrow span:after,
.section__overlay_information .cont__inner .cont__text .link__arrow span:after,
.tax-cat_product .page-header .overlay__info .cont__text .link__arrow span:after,
.tax-cat_product .page-header .cont__inner .cont__text .link__arrow span:after {
  border-color: #fff;
}
.section__overlay_information .overlay__info .cont__overlay,
.section__overlay_information .cont__inner .cont__overlay,
.tax-cat_product .page-header .overlay__info .cont__overlay,
.tax-cat_product .page-header .cont__inner .cont__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay,
  .section__overlay_information .cont__inner .cont__overlay,
  .tax-cat_product .page-header .overlay__info .cont__overlay,
  .tax-cat_product .page-header .cont__inner .cont__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(0) translateX(100%);
  }
}
.section__overlay_information .overlay__info .cont__overlay.show,
.section__overlay_information .cont__inner .cont__overlay.show,
.tax-cat_product .page-header .overlay__info .cont__overlay.show,
.tax-cat_product .page-header .cont__inner .cont__overlay.show {
  transform: translateY(0);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay.show,
  .section__overlay_information .cont__inner .cont__overlay.show,
  .tax-cat_product .page-header .overlay__info .cont__overlay.show,
  .tax-cat_product .page-header .cont__inner .cont__overlay.show {
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay_close,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay_close,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_close,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_close {
  flex-grow: 1;
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay_content,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay_content,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_content,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: -10px 4px 80px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay_content,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay_content,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay_content,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay_content {
    max-width: 960px;
    transform: translateY(0) translateX(0);
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
  padding-top: 21px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 1024px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__close,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__close {
    margin-right: 50px;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
  font-size: 1.067rem;
  line-height: 1.38;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 9px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.889rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1600px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
.section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
.tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .section__overlay_information .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .section__overlay_information .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .overlay__info .cont__overlay .cont__overlay--inner .cont__description .title-1,
  .tax-cat_product .page-header .cont__inner .cont__overlay .cont__overlay--inner .cont__description .title-1 {
    margin-bottom: 30px;
  }
}

.section__text_image {
  margin-top: 36px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 1024px) {
  .section__text_image {
    margin-top: 125px;
    margin-bottom: 150px;
  }
}
.section__text_image.background-dark {
  background-color: #004e64;
  color: #fff;
}
.section__text_image.background-dark h2,
.section__text_image.background-dark .pretitle,
.section__text_image.background-dark p.text-medium {
  color: #fff !important;
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
.section__text_image .cont__text_image.text-position-left .cont__text .container > *, .section__text_image .cont__text_image.text-position-left .cont__text .section__hero-image .owl-dots > *, .section__hero-image .section__text_image .cont__text_image.text-position-left .cont__text .owl-dots > * {
  max-width: 826px;
}
.section__text_image .cont__text_image .cont__text {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 55%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__text_image .cont__text_image .cont__text .container, .section__text_image .cont__text_image .cont__text .section__hero-image .owl-dots, .section__hero-image .section__text_image .cont__text_image .cont__text .owl-dots {
    padding-right: 70px;
    padding-left: 70px;
    margin: 0;
  }
}
.section__text_image .cont__text_image .cont__text .container > *, .section__text_image .cont__text_image .cont__text .section__hero-image .owl-dots > *, .section__hero-image .section__text_image .cont__text_image .cont__text .owl-dots > * {
  max-width: 803px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text .pretitle {
    margin-bottom: 14px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text h2 {
    line-height: 1.1;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
.section__text_image .cont__text_image .cont__text p.text-medium {
  font-size: 0.944rem;
  line-height: 1.2;
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p.text-medium {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text p.text-medium {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image .cont__text_image .cont__text p.text-medium {
    font-size: 1.333rem;
    line-height: normal;
  }
}
.section__text_image .cont__text_image .cont__text p.text-medium:last-child {
  margin-bottom: 0;
}
.section__text_image .cont__text_image .cont__text a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .section__text_image .cont__text_image .cont__text a {
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image .cont__text_image .cont__text a {
    margin-top: 50px;
  }
}
.section__text_image .cont__text_image .cont__text ul.list-check {
  display: grid;
  row-gap: 20px;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text ul.list-check {
    row-gap: 16px;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.section__text_image .cont__text_image .cont__text ul.list-check li {
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  padding-left: 35px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text ul.list-check li {
    line-height: 1.5;
    letter-spacing: -0.44px;
  }
}
.section__text_image .cont__text_image .cont__text ul.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/airconfort/assets/check-list.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text ul.list-check li::before {
    top: 3px;
  }
}
.section__text_image .cont__text_image .cont__text ul.list-check li .text-label {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image {
    width: 45%;
    height: -webkit-fill-available;
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 347px;
}

.section__text_image_service {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.section__text_image_service.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.section__text_image_service.background-dark {
  background-color: #004e64;
  color: #fff;
}
.section__text_image_service.background-dark h2,
.section__text_image_service.background-dark p,
.section__text_image_service.background-dark .pretitle,
.section__text_image_service.background-dark p.text-medium,
.section__text_image_service.background-dark ul li {
  color: #fff !important;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service.background-dark .cont__text_image.text-position-right .cont__image {
    margin-left: -40px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image_service.background-dark .cont__text_image.text-position-right .cont__image {
    margin-left: -65px;
  }
}
.section__text_image_service.background-dark .cont__text_image .cont__text {
  padding: 30px 0 0;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service.background-dark .cont__text_image .cont__text {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image_service.background-dark .cont__text_image .cont__text {
    padding: 76px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service.background-dark .cont__text_image .cont__text h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service.background-dark .cont__text_image .cont__text ul {
    margin: 30px 0 40px;
  }
}
.section__text_image_service.background-dark .cont__text_image .cont__image {
  margin: 0 -20px;
}
@media only screen and (min-width: 768px) {
  .section__text_image_service.background-dark .cont__text_image .cont__image {
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service.background-dark .cont__text_image .cont__image {
    margin-left: 0;
    width: calc(49% + 40px);
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image_service.background-dark .cont__text_image .cont__image {
    margin-right: -65px;
    width: calc(49% + 65px);
  }
}
.section__text_image_service.background-dark .cont__text_image .cont__image img {
  border-radius: 0;
}
.section__text_image_service .cont__text_image {
  position: relative;
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image .cont__text {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image .cont__text .pretitle {
    margin-bottom: 14px;
  }
}
.section__text_image_service .cont__text_image .cont__text h2 {
  margin-bottom: 20px;
}
.section__text_image_service .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .section__text_image_service .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image_service .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #444;
}
.section__text_image_service .cont__text_image .cont__text p {
  font-size: 0.944rem;
  line-height: 1.2;
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image_service .cont__text_image .cont__text p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_service .cont__text_image .cont__text p {
    font-size: 1.333rem;
    line-height: 1.2;
  }
}
.section__text_image_service .cont__text_image .cont__text p:last-child {
  margin-bottom: 0;
}
.section__text_image_service .cont__text_image .cont__text a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .section__text_image_service .cont__text_image .cont__text a {
    margin: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text_image_service .cont__text_image .cont__text a {
    margin-top: 50px;
  }
}
.section__text_image_service .cont__text_image .cont__text ul {
  display: grid;
  row-gap: 2px;
  padding-left: 26px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image .cont__text ul {
    row-gap: 5px;
    padding-left: 37px;
    margin-top: 30px;
  }
}
.section__text_image_service .cont__text_image .cont__text ul li {
  font-size: 0.944rem;
  line-height: 1.2;
  letter-spacing: normal;
}
@media only screen and (min-width: 1440px) {
  .section__text_image_service .cont__text_image .cont__text ul li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text_image_service .cont__text_image .cont__text ul li {
    font-size: 1.333rem;
    line-height: 1.2;
  }
}
.section__text_image_service .cont__text_image .cont__text ul.list-check {
  display: grid;
  row-gap: 20px;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image .cont__text ul.list-check {
    row-gap: 16px;
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.section__text_image_service .cont__text_image .cont__text ul.list-check li {
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  padding-left: 35px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image .cont__text ul.list-check li {
    line-height: 1.5;
    letter-spacing: -0.44px;
  }
}
.section__text_image_service .cont__text_image .cont__text ul.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/airconfort/assets/check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image .cont__text ul.list-check li::before {
    top: 3px;
  }
}
.section__text_image_service .cont__text_image .cont__text ul.list-check li .text-label {
  display: block;
  color: #fff;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image_service .cont__text_image .cont__image {
    width: 49%;
    height: -webkit-fill-available;
  }
}
.section__text_image_service .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.section__form_image {
  margin-top: 36px;
  margin-bottom: 30px;
  background-color: #004e64;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__form_image {
    margin-top: 125px;
    margin-bottom: 150px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.section__form_image .cont__text_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__text {
    width: 54%;
  }
}
@media only screen and (min-width: 1920px) {
  .section__form_image .cont__text_image .cont__text .container, .section__form_image .cont__text_image .cont__text .section__hero-image .owl-dots, .section__hero-image .section__form_image .cont__text_image .cont__text .owl-dots {
    padding-right: 70px;
    padding-left: 70px;
    margin: 0;
    max-width: 1037px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__text .pretitle {
    margin-bottom: 14px;
  }
}
.section__form_image .cont__text_image .cont__text h2 {
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__text h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__form_image .cont__text_image .cont__text h2 {
    line-height: 1.1;
  }
}
.section__form_image .cont__text_image .cont__text .title-3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 39px;
}
@media only screen and (min-width: 1440px) {
  .section__form_image .cont__text_image .cont__text .title-3 {
    line-height: 1.07;
    margin-bottom: 32px;
  }
}
.section__form_image .cont__text_image .cont__text form.sent .wpcf7-response-output {
  border-color: #fff !important;
}
.section__form_image .cont__text_image .cont__text form a {
  color: #fff;
}
.section__form_image .cont__text_image .cont__text form a:hover {
  color: #f7931e;
}
.section__form_image .cont__text_image .cont__text form input[type=email] {
  border-radius: 41px;
  border: solid 1px #fff;
  color: #fff;
  padding: 8px 26px;
}
.section__form_image .cont__text_image .cont__text form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1440px) {
  .section__form_image .cont__text_image .cont__text form input[type=email] {
    padding: 13px 20px;
  }
}
.section__form_image .cont__text_image .cont__text form input[type=checkbox] {
  border: 1px solid #fff;
}
.section__form_image .cont__text_image .cont__text form input[type=checkbox]:hover {
  border-color: #f7931e;
}
.section__form_image .cont__text_image .cont__text form input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #fff;
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__text form input[type=checkbox] {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}
.section__form_image .cont__text_image .cont__text form .cont__inputs {
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__text form .cont__inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__text form .cont__inputs > .wpcf7-form-control-wrap {
    flex-grow: 1;
  }
}
.section__form_image .cont__text_image .cont__text form .cont__inputs .wpcf7-spinner {
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__text form .cont__inputs .wpcf7-submit {
    width: fit-content;
  }
}
.section__form_image .cont__text_image .cont__text form .cont--input-checkbox {
  color: #fff;
  padding: 19px 0 10px;
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__text form .cont--input-checkbox {
    padding: 29px 0 10px;
  }
}
.section__form_image .cont__text_image .cont__image {
  padding-right: 20px;
  padding-bottom: 30px;
  max-width: 250px;
}
@media only screen and (min-width: 768px) {
  .section__form_image .cont__text_image .cont__image {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__form_image .cont__text_image .cont__image {
    width: 43%;
    max-width: inherit;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.section__faq {
  margin-top: 30px;
  margin-bottom: 75px;
}
@media only screen and (min-width: 1024px) {
  .section__faq {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__faq {
    margin-top: 177px;
    margin-bottom: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left {
    width: 42%;
  }
}
.section__faq .section__faq--inner .cont__left .cont__title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right {
    width: 50%;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions {
  border-top: 1px solid rgba(0, 78, 100, 0.2);
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question {
  border-bottom: 1px solid rgba(0, 78, 100, 0.2);
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  color: #002d5a;
  padding: 15px 53px 15px 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    font-size: 1rem;
    line-height: 1.33;
    padding: 30px 0;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3.active:before {
  content: "\e911";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:hover {
  color: #004e64;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
  display: none;
  font-size: 0.833rem;
  line-height: 1.2;
  margin-top: -7px;
  margin-bottom: -5px;
  padding-right: 53px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
    font-size: 0.889rem;
    line-height: 1.38;
    margin-top: -23px;
    margin-bottom: 0;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
    margin-bottom: 30px;
  }
}

.section__hero-image-video {
  position: relative;
  min-height: 100vh;
  background: #000000;
}
.section__hero-image-video.center .cont__info {
  text-align: center;
  top: inherit;
  bottom: 11px;
  transform: none;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 57px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video.center .cont__info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section__hero-image-video.center .cont__info .cont__title {
  padding-bottom: 0;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title {
    padding-bottom: 22px;
    margin: 0;
  }
}
.section__hero-image-video.center .cont__info .cont__title span {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 5px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video.center .cont__info .cont__title span {
    font-size: 67px;
    line-height: 1.04;
    letter-spacing: 13.4px;
  }
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont--video--iframe {
  background-color: #000000;
}
.section__hero-image-video .cont--video--iframe.active {
  display: flex !important;
}
.section__hero-image-video .cont--video--iframe .close-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video {
    top: 25px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close {
    width: 48px;
    height: 48px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "AirConfort";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-image-video .cont--video--iframe .close-video .icn-close:before {
    font-size: 14px;
  }
}
.section__hero-image-video .cont--video--iframe .close-video .icn-close:hover {
  background-color: #004e64;
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;*/
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}
.section__hero-image-video .cont__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1920px) {
  .section__hero-image-video .cont__info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.section__hero-image-video .cont__info .cont__title {
  padding-bottom: 3px;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title {
    margin-bottom: -29px;
  }
}
.section__hero-image-video .cont__info .cont__title span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 90px;
  line-height: 0.89;
  letter-spacing: 1.35px;
  color: #fff;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__title span {
    font-size: 160px;
    letter-spacing: 3px;
  }
}
.section__hero-image-video .cont__info .cont__subtitle {
  padding-bottom: 14px;
}
.section__hero-image-video .cont__info .cont__subtitle span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.45px;
  color: #004e64;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__subtitle span {
    font-size: 99.3px;
    letter-spacing: 1.49px;
  }
}
.section__hero-image-video .cont__info .cont__link-video span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #004e64;
  cursor: pointer;
  background-image: linear-gradient(120deg, #004e64 0%, #004e64 100%);
  background-repeat: no-repeat;
  background-size: 0 65%;
  background-position: 0 110%;
  transition: background-size 0.4s ease-in;
}
.section__hero-image-video .cont__info .cont__link-video span:hover {
  background-size: 100% 65%;
}
.section__hero-image-video .cont__info .cont__link-video span {
  background-image: linear-gradient(120deg, #000000 0%, #000000 100%);
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__link-video span {
    font-size: 15px;
    letter-spacing: 0.23px;
  }
}

.cont--video--iframe {
  opacity: 0;
  z-index: -1;
}
.cont--video--iframe.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}
.cont--video--iframe.overlay.active {
  z-index: 999;
}
.cont--video--iframe.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 1;
}
.cont--video--iframe iframe {
  width: calc(100vw - 50px);
  height: calc(100vh - 156px);
}
@media only screen and (min-width: 1024px) {
  .cont--video--iframe iframe {
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
  }
}

.section__text-full {
  padding-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__text-full {
    padding-top: 80px;
    margin-bottom: 100px;
  }
}
.section__text-full .cont__full-text {
  max-width: 1460px;
}
.section__text-full .cont__full-text .pretitle,
.section__text-full .cont__full-text h1,
.section__text-full .cont__full-text h2 {
  margin-bottom: 20px;
}

.page-template-page-services-b2b .section__text-full .cont__full-text,
.page-template-page-services-b2c .section__text-full .cont__full-text {
  max-width: 1153px;
}

.single-service .section__text-full .cont__full-text {
  max-width: inherit;
}
.single-service .section__text-full .cont__full-text p:not(.pretitle) {
  font-size: 0.944rem;
  line-height: 1.2;
  letter-spacing: normal;
}
@media only screen and (min-width: 1440px) {
  .single-service .section__text-full .cont__full-text p:not(.pretitle) {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1600px) {
  .single-service .section__text-full .cont__full-text p:not(.pretitle) {
    font-size: 1.333rem;
    line-height: 1.2;
  }
}

.section__text-two-columns {
  background-color: #004e64;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns {
    padding-top: 100px;
    padding-bottom: 126px;
    margin-top: 100px;
    margin-bottom: 110px;
  }
}
.section__text-two-columns.no-background {
  background-color: transparent;
  color: #004e64;
  padding: 0;
}
.section__text-two-columns.no-background h2.cont__title {
  color: #004e64;
}
.section__text-two-columns.no-background .cont__columns .cont__column h1,
.section__text-two-columns.no-background .cont__columns .cont__column h2,
.section__text-two-columns.no-background .cont__columns .cont__column h3,
.section__text-two-columns.no-background .cont__columns .cont__column h4,
.section__text-two-columns.no-background .cont__columns .cont__column h5,
.section__text-two-columns.no-background .cont__columns .cont__column h6 {
  color: #004e64;
}
.section__text-two-columns.no-background .cont__columns .cont__column p {
  color: #004e64 !important;
}
.section__text-two-columns.no-background .cont__columns .cont__column ul li {
  color: #004e64;
}
.section__text-two-columns h2.cont__title {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns h2.cont__title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .section__text-two-columns .cont__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1279px) {
  .section__text-two-columns .cont__columns {
    column-gap: 50px;
  }
}
.section__text-two-columns .cont__columns .cont__column h1,
.section__text-two-columns .cont__columns .cont__column h2,
.section__text-two-columns .cont__columns .cont__column h3,
.section__text-two-columns .cont__columns .cont__column h4,
.section__text-two-columns .cont__columns .cont__column h5,
.section__text-two-columns .cont__columns .cont__column h6 {
  color: #fff;
}
.section__text-two-columns .cont__columns .cont__column p {
  font-size: 0.944rem;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff !important;
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns .cont__columns .cont__column p {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__text-two-columns .cont__columns .cont__column p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text-two-columns .cont__columns .cont__column p {
    font-size: 1.333rem;
    line-height: 1.2;
  }
}
.section__text-two-columns .cont__columns .cont__column ul {
  display: grid;
  padding-left: 26px;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns .cont__columns .cont__column ul {
    row-gap: 5px;
    padding-left: 37px;
  }
}
.section__text-two-columns .cont__columns .cont__column ul li {
  font-size: 0.944rem;
  line-height: 1.2;
  letter-spacing: normal;
}
@media only screen and (min-width: 1440px) {
  .section__text-two-columns .cont__columns .cont__column ul li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
    color: #fff;
  }
}
@media only screen and (min-width: 1600px) {
  .section__text-two-columns .cont__columns .cont__column ul li {
    font-size: 1.333rem;
    line-height: 1.2;
  }
}

.sliderPortada {
  flex-direction: column;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .sliderPortada {
    height: calc(100vh - 123px);
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 103px;
  }
}
.sliderPortada .sliderPortada__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: cover !important;
  width: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .sliderPortada .sliderPortada__item {
    width: 50%;
  }
}
.sliderPortada .sliderPortada__item:first-child:before {
  background-image: radial-gradient(circle at 94% 17%, #00ba6a, #168aad 58%);
}
@media only screen and (min-width: 1024px) {
  .sliderPortada .sliderPortada__item:first-child::after {
    background-color: rgba(34, 141, 173, 0.3);
  }
}
.sliderPortada .sliderPortada__item:last-child:before {
  background-image: linear-gradient(130deg, #00ba6a 16%, #f7931e 74%);
}
@media only screen and (min-width: 1024px) {
  .sliderPortada .sliderPortada__item:last-child::after {
    background-color: rgba(247, 147, 30, 0.4);
  }
}
.sliderPortada .sliderPortada__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0.9;
}
@media only screen and (min-width: 1024px) {
  .sliderPortada .sliderPortada__item::before {
    z-index: 0;
    opacity: 0;
  }
}
.sliderPortada .sliderPortada__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0.9;
}
@media only screen and (min-width: 1024px) {
  .sliderPortada .sliderPortada__item.activarSlider {
    width: 54.35%;
  }
}
.sliderPortada .sliderPortada__item.activarSlider::before {
  z-index: 1;
  opacity: 0.9;
}
.sliderPortada .sliderPortada__item.activarSlider:after {
  opacity: 0;
}
.sliderPortada .sliderPortada__item.activarSlider .sliderPortada__cabecera .sliderPortada__texto {
  transform: translateY(0);
}
.sliderPortada .sliderPortada__item.activarSlider video {
  opacity: 1;
  z-index: 0;
}
.sliderPortada .sliderPortada__item .sliderPortada__cabecera {
  position: relative;
  z-index: 1;
  margin: 80px 20px 60px;
  max-width: 432px;
  box-sizing: content-box;
}
@media only screen and (min-width: 768px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera {
    margin: 60px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1440px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera {
    max-width: 545px;
    margin: 76px 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera {
    max-width: 622px;
  }
}
@media only screen and (min-width: 1024px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(42px);
  }
}
@media only screen and (min-width: 1440px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto {
    transform: translateY(60px);
  }
}
.sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto .cont__pretile {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto .cont__pretile {
    margin-bottom: 15px;
  }
}
.sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto .cont__title {
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto .cont__title {
    font-size: 2.778rem;
    margin-bottom: 15px;
  }
}
.sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto .cont__text {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto .cont__text {
    font-size: 1.333rem;
    line-height: normal;
    margin-bottom: 15px;
  }
}
.sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto .cont__link a {
  display: block;
  width: fit-content;
  height: 42px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1440px) {
  .sliderPortada .sliderPortada__item .sliderPortada__cabecera .sliderPortada__texto .cont__link a {
    height: 60px;
  }
}
.sliderPortada .sliderPortada__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (min-width: 1024px) {
  .sliderPortada .sliderPortada__item video {
    opacity: 0;
    z-index: -1;
  }
}

.section__services {
  margin-top: 35px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section__services {
    margin-top: 103px;
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__services .cont__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 71px;
  }
}
.section__services .cont__top .cont__title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__services .cont__top .cont__title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__services .cont__top .cont__title {
    line-height: normal;
  }
}
.section__services .cont__top .cont__nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__services .cont__top .cont__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__services .cont__services .cont__service {
  width: 250px;
}
@media only screen and (min-width: 1024px) {
  .section__services .cont__services .cont__service {
    width: 350px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__services .cont__services .cont__service {
    width: 484px;
  }
}
.section__services .cont__bottom .cont__nav {
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__services .cont__bottom .cont__nav {
    display: none;
  }
}

.section__services-grid .services-grid {
  margin: 0 -20px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .section__services-grid .services-grid {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__services-grid .services-grid {
    margin: 0;
    padding: 0;
  }
}
.section__services-grid .services-grid.swiper .swiper-wrapper {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .section__services-grid .services-grid.swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__services-grid .services-grid.swiper .swiper-wrapper {
    column-gap: 45px;
    row-gap: 66px;
  }
}
.section__services-grid .services-grid.swiper .swiper-slide {
  width: 250px;
}
@media only screen and (min-width: 1024px) {
  .section__services-grid .services-grid.swiper .swiper-slide {
    width: 100%;
  }
}
.section__services-grid .services-grid .cont__service a .cont__content {
  justify-content: flex-end;
}
.section__services-grid .services-grid .cont__service a .cont__content .cont__category {
  display: none;
}
.section__services-grid .cont__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  column-gap: 13px;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__services-grid .cont__nav {
    display: none;
  }
}
.section__services-grid .cont__nav > div {
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  font-size: 19px;
  width: 40px;
  height: 40px;
  border: solid 1px #004e64;
  border-radius: 50%;
  background-color: rgba(0, 78, 100, 0);
  color: #004e64;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media only screen and (min-width: 1440px) {
  .section__services-grid .cont__nav > div {
    font-size: 27px;
    width: 61px;
    height: 61px;
  }
}
.section__services-grid .cont__nav > div:after {
  content: none;
}
.section__services-grid .cont__nav > div:hover {
  background-color: #004e64;
  color: #fff;
}
.section__data {
  margin-top: 60px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 1024px) {
  .section__data {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
.section__data .cont__title {
  text-align: center;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 29px;
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__title {
    font-size: 2.778rem;
    margin-bottom: 65px;
  }
}
.section__data .cont__data {
  display: grid;
  row-gap: 34px;
}
@media only screen and (min-width: 1024px) {
  .section__data .cont__data {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
    max-width: 1090px;
    margin: 0 auto;
  }
}
.section__data .cont__data .cont__item .cont__number {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.778rem;
  line-height: 1.2;
  text-align: center;
  color: #00ba6a;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__data .cont__item .cont__number {
    font-size: 4rem;
    line-height: normal;
  }
}
.section__data .cont__data .cont__item .cont__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.944rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  .section__data .cont__data .cont__item .cont__text {
    font-size: 1.333rem;
    line-height: 1.33;
  }
}

.section__success-stories {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__success-stories {
    margin-top: 150px;
    margin-bottom: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__success-stories.by-category .cont__top {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .section__success-stories .cont__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 20px;
    margin-bottom: 62px;
  }
}
.section__success-stories .cont__top .titles {
  max-width: 1055px;
}
.section__success-stories .cont__top .titles .cont__title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section__success-stories .cont__top .titles .cont__title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .section__success-stories .cont__top .titles .cont__title {
    line-height: normal;
  }
}
.section__success-stories .cont__top .titles .cont__text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__success-stories .cont__top .titles .cont__text {
    margin-top: 13px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__success-stories .cont__top .titles .cont__text {
    line-height: normal;
  }
}
.section__success-stories .cont__top .cont__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  column-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section__success-stories .cont__top .cont__right {
    justify-content: end;
    margin-bottom: 0;
  }
}
.section__success-stories .cont__top .cont__button {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__success-stories .cont__top .cont__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__success-stories .cont__stories .cont__story {
  height: auto;
  width: 274px;
}
@media only screen and (min-width: 768px) {
  .section__success-stories .cont__stories .cont__story {
    width: 310px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__success-stories .cont__stories .cont__story {
    width: 484px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__success-stories .cont__stories .cont__story {
    width: 600px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__success-stories .cont__stories .cont__story {
    width: 686px;
  }
}
.section__success-stories .cont__bottom .cont__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__success-stories .cont__bottom .cont__button {
    display: none;
  }
}

.section__reviews {
  margin-top: 60px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 1024px) {
  .section__reviews {
    margin-top: 133px;
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__reviews .cont__text h2 {
    margin-bottom: 59px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__reviews .cont__text h2 {
    line-height: 1.1;
  }
}

.section__contact {
  margin-top: 55px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__contact {
    margin-top: 200px;
    margin-bottom: 150px;
  }
}
.section__contact .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__text_image .cont__text {
    width: 54%;
  }
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__text_image .cont__text .pretitle {
    margin-bottom: 14px;
  }
}
.section__contact .cont__text_image .cont__text h2,
.section__contact .cont__text_image .cont__text h1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section__contact .cont__text_image .cont__text h2,
  .section__contact .cont__text_image .cont__text h1 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.778rem;
    line-height: 1.2;
    text-align: left;
    color: #004e64;
  }
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__text_image .cont__text h2,
  .section__contact .cont__text_image .cont__text h1 {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__contact .cont__text_image .cont__text h2,
  .section__contact .cont__text_image .cont__text h1 {
    line-height: 1.1;
  }
}
.section__contact .cont__text_image .cont__text form .cont--input-checkbox {
  padding: 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__text_image .cont__text form .cont--input-checkbox {
    padding: 2px 0 10px;
  }
}
.section__contact .cont__text_image .cont__text form .wpcf7-submit {
  display: block;
  background-color: #004e64;
  color: #fff;
  margin-top: 22px;
  width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__text_image .cont__text form .wpcf7-submit {
    margin-top: 26px;
    width: 100%;
  }
}
.section__contact .cont__text_image .cont__text form .wpcf7-submit:hover {
  background-color: #00ba6a;
}
.section__contact .cont__text_image .cont__text form .wpcf7-spinner {
  position: absolute;
}
.section__contact .cont__text_image .cont__image {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__text_image .cont__image {
    display: block;
    width: 42%;
  }
}
.section__contact .cont__text_image .cont__image img {
  border-radius: 10px;
}

.section__contact-info {
  padding: 30px 0;
  background-color: #f2f6f7;
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__contact-info {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-top: 83px;
  }
}
.section__contact-info .cont__contact-info {
  display: grid;
  row-gap: 18px;
}
@media only screen and (min-width: 768px) {
  .section__contact-info .cont__contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section__contact-info .cont__contact-info {
    justify-content: center;
    column-gap: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__contact-info .cont__contact-info {
    column-gap: 150px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__contact-info .cont__contact-info {
    column-gap: 287px;
  }
}
.section__contact-info .cont__contact-info .cont__contact-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__contact-info .cont__contact-info .cont__contact-info-item {
    column-gap: 16px;
  }
}
.section__contact-info .cont__contact-info .cont__contact-info-item .icon {
  width: 23px;
}
@media only screen and (min-width: 1024px) {
  .section__contact-info .cont__contact-info .cont__contact-info-item .icon {
    width: inherit;
  }
}
.section__contact-info .cont__contact-info .cont__contact-info-item .text .cont__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.889rem;
  line-height: 1.2;
  color: #004e64;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  .section__contact-info .cont__contact-info .cont__contact-info-item .text .cont__title {
    font-size: 1.111rem;
    line-height: normal;
    margin-bottom: 3px;
  }
}
.section__contact-info .cont__contact-info .cont__contact-info-item .text a,
.section__contact-info .cont__contact-info .cont__contact-info-item .text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.833rem;
  line-height: 1.2;
  text-align: left;
  color: #004e64;
}
@media only screen and (min-width: 1024px) {
  .section__contact-info .cont__contact-info .cont__contact-info-item .text a,
  .section__contact-info .cont__contact-info .cont__contact-info-item .text p {
    font-size: 0.889rem;
    line-height: normal;
  }
}
.section__contact-info .cont__contact-info .cont__contact-info-item .text a.mail:hover,
.section__contact-info .cont__contact-info .cont__contact-info-item .text p.mail:hover {
  color: #f7931e;
}

.section__methodology {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology {
    margin-top: 110px;
    margin-bottom: 120px;
  }
}
.section__methodology .cont__header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology .cont__header {
    margin-bottom: 65px;
  }
}
.section__methodology .cont__header h2.title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology .cont__header h2.title {
    margin-bottom: 10px;
  }
}
.section__methodology .cont__items {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology .cont__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1440px) {
  .section__methodology .cont__items {
    gap: 75px;
  }
}
.section__methodology .cont__items .cont__item {
  padding: 20px 20px 25px;
  border-radius: 16px;
  border: solid 1px #004e64;
}
@media only screen and (min-width: 1024px) {
  .section__methodology .cont__items .cont__item {
    padding: 32px 32px 67px;
    border-width: 2px;
  }
}
.section__methodology .cont__items .cont__item .icon {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology .cont__items .cont__item .icon {
    margin-bottom: 24px;
  }
}
.section__methodology .cont__items .cont__item .icon img {
  max-width: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology .cont__items .cont__item .icon img {
    max-width: 64px;
  }
}
.section__methodology .cont__items .cont__item h3.title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__methodology .cont__items .cont__item h3.title {
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__methodology .cont__items .cont__item .text {
    line-height: 1.5;
  }
}

.section__methodology-service {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology-service {
    margin-top: 110px;
    margin-bottom: 120px;
  }
}
.section__methodology-service .cont__header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology-service .cont__header {
    margin-bottom: 65px;
  }
}
.section__methodology-service .cont__header h2.title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__methodology-service .cont__header h2.title {
    margin-bottom: 10px;
  }
}
.section__methodology-service .cont__items .cont__item h3.title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .section__methodology-service .cont__items .cont__item h3.title {
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__methodology-service .cont__items .cont__item .text {
    line-height: 1.5;
  }
}
.section__methodology-service .cont__items .swiper-pagination {
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  text-align: left;
  margin: 40px 0 0;
}
.section__methodology-service .cont__items .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004e64;
}

.section__header-service {
  position: relative;
  margin-top: 5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__header-service {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
.section__header-service .cont__image {
  position: absolute;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__header-service .cont__image {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.section__header-service .cont__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(200deg, rgba(0, 78, 100, 0.3) 22%, rgba(0, 78, 100, 0.9) 82%);
  border-radius: 10px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section__header-service .cont__image:before {
    background-image: linear-gradient(236deg, rgba(0, 78, 100, 0.3) 36%, rgba(0, 78, 100, 0.9) 72%);
  }
}
.section__header-service .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  border-radius: 10px;
}
.section__header-service .cont__header-service {
  position: relative;
  z-index: 2;
  padding: 80px 0 55px;
  max-width: 890px;
}
@media only screen and (max-width: 767px) {
  .section__header-service .cont__header-service {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__header-service .cont__header-service {
    padding: 166px 0 54px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__header-service .cont__header-service .cont__pretitle {
    margin-bottom: 8px;
  }
}
.section__header-service .cont__header-service h1 {
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__header-service .cont__header-service h1 {
    margin-bottom: 30px;
  }
}
.section__header-service .cont__header-service .cont__button a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section__header-service .cont__header-service .cont__button a {
    width: fit-content;
  }
}

.section__check-list {
  background-color: #f2f6f7;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section__check-list {
    padding-top: 66px;
    padding-bottom: 66px;
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
.section__check-list.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.section__check-list .cont__title {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__check-list .cont__title {
    margin-bottom: 100px;
  }
}
.section__check-list .cont__items {
  display: grid;
  row-gap: 22px;
  column-gap: 45px;
}
@media only screen and (min-width: 1024px) {
  .section__check-list .cont__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1440px) {
  .section__check-list .cont__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__check-list .cont__items .cont__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 12px;
}
@media only screen and (min-width: 1440px) {
  .section__check-list .cont__items .cont__item {
    flex-direction: column;
    flex: 1;
  }
}
.section__check-list .cont__items .cont__item .cont__icon img {
  width: 21px;
  min-width: 21px;
}
@media only screen and (min-width: 1024px) {
  .section__check-list .cont__items .cont__item .cont__icon img {
    width: 25px;
    min-width: 25px;
  }
}
.section__check-list .cont__items .cont__item .cont__info-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1440px) {
  .section__check-list .cont__items .cont__item .cont__info-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .section__check-list .cont__items .cont__item .cont__text {
    text-align: center;
  }
}
.section__check-list .cont__phrase {
  text-align: center;
  border-top: 1px solid rgba(0, 78, 100, 0.3);
  margin-top: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__check-list .cont__phrase {
    margin-top: 100px;
    padding-top: 40px;
  }
}/*# sourceMappingURL=styles.css.map */