body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h5,
p {
  font-weight: normal;
  margin: 0;
}

:focus,
button:focus,
a:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

form {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}
button:focus, button:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/Monument/MonumentExtended-Light.otf") format("opentype"), url("../fonts/Monument/MonumentExtended-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/Monument/MonumentExtended-Regular.otf") format("opentype"), url("../fonts/Monument/MonumentExtended-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* MonumentGrotesk */
@font-face {
  font-family: "Monument Grotesk";
  src: url("../fonts/Monument/MonumentGrotesk-Regular.otf") format("opentype"), url("../fonts/Monument/MonumentGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Monument Grotesk";
  src: url("../fonts/Monument/MonumentGrotesk-Bold.otf") format("opentype"), url("../fonts/Monument/MonumentGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual/OTF/Usual-Regular.otf") format("opentype"), url("../fonts/Usual/TTF/Usual-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Usual Bold";
  src: url("../fonts/Usual/OTF/Usual-Bold.otf") format("opentype"), url("../fonts/Usual/TTF/Usual-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual/OTF/Usual-Italic.otf") format("opentype"), url("../fonts/Usual/TTF/Usual-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

.form-group {
  position: relative;
  margin: 0;
}

input.error,
textarea.error,
select.error {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

label.error {
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
}

[data-aos=fade-up] {
  transition: all 0.5s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-up].aos-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

[data-aos=fade-left] {
  transition: all 0.5s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateX(40px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-left].aos-animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

[data-aos=fade-right] {
  transition: all 0.5s linear !important;
  transition-property: all !important;
  opacity: 0 !important;
  transform: translateX(-40px) !important;
  transition-timing-function: ease !important;
}

[data-aos=fade-right].aos-animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

html, body {
  max-width: 100vw;
}

a.button-svg svg text {
  font-family: "Usual", sans-serif !important;
}

header.header {
  background-color: rgba(33, 33, 33, 0.95);
  padding: 24px 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: all 0.5s linear;
}
header.header.header-hidden {
  transform: translateY(-100%);
}
header.header.home {
  background-color: rgba(0, 0, 0, 0.7);
}
header.header.home div.container > div div.button-language.border-out-background div.border-in-background {
  background-color: #000;
}
header.header.scrolled {
  background-color: rgba(33, 33, 33, 0.95);
  border-bottom: 1px solid transparent;
}
header.header.scrolled div.container svg.logo path {
  transition: all 0.5s linear;
  fill: #FFF;
}
header.header.scrolled div.container nav a {
  transition: all 0.5s linear;
  color: #FFF;
}
header.header.scrolled div.container div.button-language.border-out-background {
  background-color: #FFF;
}
header.header.scrolled div.container div.button-language.border-out-background div.border-in-background {
  background-color: #212121 !important;
}
header.header.scrolled div.container div.button-language.border-out-background div.border-in-background div.content span {
  color: #FFF;
}
header.header.scrolled div.container div.button-language.border-out-background div.border-in-background div.content svg path {
  stroke: #FFF;
}
header.header.scrolled div.container div.button-language.border-out-background ul {
  background-color: #212121;
  border: 1px solid #FFF;
}
header.header.scrolled div.container div.button-language.border-out-background ul li a span {
  color: #FFF;
}
header.header.about div.container > div nav a:nth-of-type(2) {
  color: #F46F21;
}
header.header div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1259px) {
  header.header div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  header.header div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
header.header div.container svg.logo {
  max-width: 200px;
  width: 100%;
}
header.header div.container > div {
  display: flex;
  gap: 72px;
}
header.header div.container > div nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 42px;
}
@media (max-width: 767px) {
  header.header div.container > div nav {
    display: none;
  }
}
header.header div.container > div nav a {
  font-family: "Usual", sans-serif;
  color: #E2E2E2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 21px;
  transition: all 0.5s linear;
}
header.header div.container > div nav a:hover {
  color: #F46F21;
}
header.header div.container > div div.button-language.border-out-background {
  background-color: #FFF;
  height: 45px;
  width: 93px;
  position: relative;
  transition: all 0.5s linear;
}
header.header div.container > div div.button-language.border-out-background.clippath-recorts {
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 75%, 88% 100%, 0 100%, 0 30%);
          clip-path: polygon(15% 0, 100% 0, 100% 75%, 88% 100%, 0 100%, 0 30%);
}
header.header div.container > div div.button-language.border-out-background div.border-in-background {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #212121;
  z-index: 9;
  transition: all 0.5s linear;
}
header.header div.container > div div.button-language.border-out-background div.border-in-background.clippath-recorts {
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 75%, 88% 100%, 0 100%, 0 30%);
          clip-path: polygon(15% 0, 100% 0, 100% 75%, 88% 100%, 0 100%, 0 30%);
}
header.header div.container > div div.button-language.border-out-background div.border-in-background div.content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 6px;
}
header.header div.container > div div.button-language.border-out-background div.border-in-background div.content img {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
header.header div.container > div div.button-language.border-out-background div.border-in-background div.content span {
  font-family: "Usual", sans-serif;
  color: #E2E2E2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
header.header div.container > div div.button-language.border-out-background div.border-in-background div.content svg {
  width: 15px;
  transition: all 0.4s linear;
}
header.header div.container > div div.button-language.border-out-background div.border-in-background div.content svg.rotate {
  transform: rotate(180deg);
}
header.header div.container > div div.button-language.border-out-background ul {
  display: none;
  z-index: 3;
  width: 93px;
  padding-top: 43px;
  background-color: #212121;
  border: 1px solid #FFF;
  box-sizing: border-box;
}
header.header div.container > div div.button-language.border-out-background ul li a {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-top: 1px solid #E2E2E2;
}
header.header div.container > div div.button-language.border-out-background ul li a img {
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
header.header div.container > div div.button-language.border-out-background ul li a span {
  font-family: "Usual", sans-serif;
  color: #E2E2E2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

footer.footer {
  width: 100%;
  background-color: #212121;
}
@media (max-width: 991px) {
  footer.footer {
    padding-bottom: 60px;
  }
}
footer.footer div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
  padding: 72px 0;
  position: relative !important;
}
@media (min-width: 1259px) {
  footer.footer div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  footer.footer div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  footer.footer div.container {
    padding: 30px;
  }
}
footer.footer div.container div.border-out-background {
  height: 698px;
  width: 100%;
  position: relative;
  background-color: #FFF;
  -webkit-clip-path: polygon(0 100%, 0 34%, 19% 0, 100% 0, 100% 70%, 83% 100%);
          clip-path: polygon(0 100%, 0 34%, 19% 0, 100% 0, 100% 70%, 83% 100%);
}
@media (max-width: 991px) {
  footer.footer div.container div.border-out-background {
    -webkit-clip-path: polygon(0 6%, 8% 1%, 100% 1%, 100% 96%, 93% 100%, 0 100%);
            clip-path: polygon(0 6%, 8% 1%, 100% 1%, 100% 96%, 93% 100%, 0 100%);
  }
}
footer.footer div.container div.border-out-background div.border-in-background {
  height: calc(100% - 3px);
  width: calc(100% - 3px);
  -webkit-clip-path: polygon(0 100%, 0 34%, 19% 0, 100% 0, 100% 70%, 83% 100%);
          clip-path: polygon(0 100%, 0 34%, 19% 0, 100% 0, 100% 70%, 83% 100%);
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  footer.footer div.container div.border-out-background div.border-in-background {
    -webkit-clip-path: polygon(0 6%, 8% 1%, 100% 1%, 100% 96%, 93% 100%, 0 100%);
            clip-path: polygon(0 6%, 8% 1%, 100% 1%, 100% 96%, 93% 100%, 0 100%);
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content {
  padding-left: 68px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content {
    padding-left: 54px;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.logos {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content div.logos {
    margin: 0 auto 42px auto;
    max-width: 300px;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content h5 {
  font-family: "Monument Extended", sans-serif;
  color: #E2E2E2;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  max-width: 485px;
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content h5 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 49.2px;
  }
}
@media (max-width: 767px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content h5 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content h5.en {
  max-width: 530px;
}
@media (max-width: 767px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content h5 {
    text-align: center;
    margin: 0 auto 42px auto;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
@media (max-width: 767px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons a:nth-of-type(1) {
  height: 45px;
  width: 250px;
  display: block;
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  position: relative;
  background-color: #FFF;
  transition: all 0.5s linear;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons a:nth-of-type(1) div.border-in-background {
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  transition: all 0.5s linear;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons a:nth-of-type(1) div.border-in-background div.inside {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons a:nth-of-type(1) div.border-in-background div.inside span {
  transition: all 0.5s linear;
  font-family: "Usual", sans-serif;
  color: #212121;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons a:nth-of-type(2) {
  height: 45px;
  width: 250px;
  display: block;
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  position: relative;
  background-color: #FFF;
  transition: all 0.5s linear;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons a:nth-of-type(2) div.border-in-background {
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  transition: all 0.5s linear;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons a:nth-of-type(2) div.border-in-background div.inside {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.buttons a:nth-of-type(2) div.border-in-background div.inside span {
  transition: all 0.5s linear;
  font-family: "Usual", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts {
  display: flex;
}
@media (max-width: 768px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts {
    flex-direction: column;
    align-items: center;
    padding-bottom: 12px;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message {
  max-width: 505px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message {
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a.whatsapp:hover svg path {
  fill: #F46F21;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a.whatsapp:hover p {
  color: #F46F21;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a.email:hover svg path {
  stroke: #F46F21;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a.email:hover p {
  color: #F46F21;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a svg {
  width: 26px;
  height: 26px;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a svg path {
  transition: all 0.5s linear;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a p {
  transition: all 0.5s linear;
  font-family: "Usual", sans-serif;
  color: #E2E2E2;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.message a p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.social-medias {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 167px;
  width: 100%;
  gap: 12px;
  padding-left: 300px;
}
@media (max-width: 1199px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.social-medias {
    padding-left: 100px;
  }
}
@media (max-width: 768px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.social-medias {
    padding-left: 0;
    padding-top: 12px;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.social-medias div.icons {
  display: flex;
  align-items: center;
  gap: 6px;
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.social-medias p {
  font-family: "Usual", sans-serif;
  color: #E2E2E2;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  transition: all 0.5s linear;
}
@media (max-width: 991px) {
  footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.social-medias p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
footer.footer div.container div.border-out-background div.border-in-background div.content div.contacts div.social-medias p:hover {
  color: #F46F21;
  cursor: pointer;
}
footer.footer div.container > a svg.logo-flowww {
  position: absolute !important;
  z-index: 4 !important;
  right: 0;
  bottom: 75px;
}
@media (max-width: 991px) {
  footer.footer div.container > a svg.logo-flowww {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#page404 .title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
#page404 .title .sad {
  transform: rotate(90deg);
  font-size: 60px;
}

section.hero {
  height: 100vh;
  position: relative;
}
section.hero:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
section.hero video {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  height: 100%;
  padding-bottom: 72px !important;
  padding-top: 72px !important;
}
@media (min-width: 1259px) {
  section.hero div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.hero div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.hero div.container div.content {
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: 42px;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 991px) {
  section.hero div.container div.content {
    border-bottom: none;
  }
}
section.hero div.container div.content h1 {
  max-width: 475px;
  font-family: "Monument Extended", sans-serif;
  color: #212121;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  section.hero div.container div.content h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 49.2px;
  }
}
@media (max-width: 767px) {
  section.hero div.container div.content h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  section.hero div.container div.content h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 55.3px;
    max-width: 340px;
    text-align: center;
    margin: 0 auto 42px auto;
  }
}
section.hero div.container div.content div.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  bottom: 42px;
  left: 0;
  gap: 24px;
}
@media (max-width: 991px) {
  section.hero div.container div.content div.row {
    position: static;
    gap: 42px;
  }
}
section.hero div.container div.content div.row a {
  height: 45px;
  width: 250px;
  display: block;
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  position: relative;
  background-color: #FFF;
  transition: all 0.5s linear;
}
section.hero div.container div.content div.row a div.border-in-background {
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  transition: all 0.5s linear;
}
section.hero div.container div.content div.row a div.border-in-background div.inside {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero div.container div.content div.row a div.border-in-background div.inside span {
  transition: all 0.5s linear;
  font-family: "Usual", sans-serif;
  color: #212121;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 991px) {
  section.hero div.container div.content div.row a {
    margin: 0 auto;
    display: block;
  }
}
section.hero div.container div.content div.row div.segments-group {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  section.hero div.container div.content div.row div.segments-group {
    margin: 0 auto;
  }
}
section.hero div.container div.content div.row div.segments-group svg {
  height: 32px;
}
@media (max-width: 991px) {
  section.hero div.container div.content div.row div.segments-group svg {
    height: 50px;
  }
}
@media (max-width: 991px) {
  section.hero div.container div.content div.row div.segments-group {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.hero + section.group-ms {
  margin-top: 0;
}
section.hero + section.group-ms div.container {
  border-top: none;
}

section.certified-fabricator {
  margin-top: 72px;
  margin-bottom: 135px;
}
@media (max-width: 991px) {
  section.certified-fabricator {
    margin-bottom: 72px;
  }
}
section.certified-fabricator div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.certified-fabricator div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.certified-fabricator div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.certified-fabricator div.container div.border-out-background {
  height: 415px;
  width: 100%;
  position: relative;
  background-color: #212121;
  -webkit-clip-path: polygon(4% 0, 100% 0, 100% 91%, 97% 100%, 0 100%, 0 12%);
          clip-path: polygon(4% 0, 100% 0, 100% 91%, 97% 100%, 0 100%, 0 12%);
}
@media (max-width: 991px) {
  section.certified-fabricator div.container div.border-out-background {
    height: 800px;
    -webkit-clip-path: polygon(0 6%, 8% 1%, 100% 1%, 100% 96%, 93% 100%, 0 100%);
            clip-path: polygon(0 6%, 8% 1%, 100% 1%, 100% 96%, 93% 100%, 0 100%);
  }
}
section.certified-fabricator div.container div.border-out-background div.border-in-background {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(4% 0, 100% 0, 100% 91%, 97% 100%, 0 100%, 0 12%);
          clip-path: polygon(4% 0, 100% 0, 100% 91%, 97% 100%, 0 100%, 0 12%);
}
@media (max-width: 991px) {
  section.certified-fabricator div.container div.border-out-background div.border-in-background {
    -webkit-clip-path: polygon(0 6%, 8% 1%, 100% 1%, 100% 96%, 93% 100%, 0 100%);
            clip-path: polygon(0 6%, 8% 1%, 100% 1%, 100% 96%, 93% 100%, 0 100%);
  }
}
section.certified-fabricator div.container div.border-out-background div.border-in-background div.content {
  display: flex;
  padding: 36px;
  gap: 72px;
}
@media (max-width: 991px) {
  section.certified-fabricator div.container div.border-out-background div.border-in-background div.content {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
}
section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-left img {
  max-width: 420px;
  width: 100%;
  height: 100%;
}
section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right h2 {
  font-family: "Monument Extended", sans-serif;
  color: #006983;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  max-width: 658px;
  width: 100%;
  padding-top: 12px;
}
@media (max-width: 991px) {
  section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 39.36px;
  }
}
@media (max-width: 767px) {
  section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33.6px;
  }
}
@media (max-width: 991px) {
  section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right h2 {
    text-align: center;
  }
}
section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right p {
  margin-top: 24px;
  font-family: "Usual", sans-serif;
  color: #212121;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  max-width: 636px;
  width: 100%;
}
@media (max-width: 991px) {
  section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right p {
    text-align: center;
    margin: 24px auto 0 auto;
  }
}
section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right p span {
  font-weight: bold;
  color: black;
  font-style: italic;
  text-shadow: 1px 0px 0px black;
}
section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right svg {
  padding-top: 16px;
}
@media (max-width: 991px) {
  section.certified-fabricator div.container div.border-out-background div.border-in-background div.content div.content-right svg {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
}

section.business-segments {
  background-color: #212121;
}
section.business-segments div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  padding: 0 12px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.business-segments div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.business-segments div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.business-segments div.container div.content-crane,
section.business-segments div.container div.content-construction,
section.business-segments div.container div.content-agro,
section.business-segments div.container div.content-railway {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  padding: 72px 0;
  border-bottom: 1px solid rgba(207, 207, 207, 0.5);
}
@media (max-width: 991px) {
  section.business-segments div.container div.content-crane,
section.business-segments div.container div.content-construction,
section.business-segments div.container div.content-agro,
section.business-segments div.container div.content-railway {
    padding: 72px 0;
  }
}
section.business-segments div.container div.content-crane div.content-left,
section.business-segments div.container div.content-construction div.content-left,
section.business-segments div.container div.content-agro div.content-left,
section.business-segments div.container div.content-railway div.content-left {
  width: 100%;
}
section.business-segments div.container div.content-crane div.content-left img,
section.business-segments div.container div.content-construction div.content-left img,
section.business-segments div.container div.content-agro div.content-left img,
section.business-segments div.container div.content-railway div.content-left img {
  max-width: 636px;
  width: 100%;
}
section.business-segments div.container div.content-crane div.content-right,
section.business-segments div.container div.content-construction div.content-right,
section.business-segments div.container div.content-agro div.content-right,
section.business-segments div.container div.content-railway div.content-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.business-segments div.container div.content-crane div.content-right h2,
section.business-segments div.container div.content-construction div.content-right h2,
section.business-segments div.container div.content-agro div.content-right h2,
section.business-segments div.container div.content-railway div.content-right h2 {
  font-family: "Monument Extended", sans-serif;
  color: #FFF;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 72px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.business-segments div.container div.content-crane div.content-right h2,
section.business-segments div.container div.content-construction div.content-right h2,
section.business-segments div.container div.content-agro div.content-right h2,
section.business-segments div.container div.content-railway div.content-right h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 59.04px;
  }
}
@media (max-width: 767px) {
  section.business-segments div.container div.content-crane div.content-right h2,
section.business-segments div.container div.content-construction div.content-right h2,
section.business-segments div.container div.content-agro div.content-right h2,
section.business-segments div.container div.content-railway div.content-right h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 50.4px;
  }
}
section.business-segments div.container div.content-crane div.content-right p,
section.business-segments div.container div.content-construction div.content-right p,
section.business-segments div.container div.content-agro div.content-right p,
section.business-segments div.container div.content-railway div.content-right p {
  font-family: "Usual", sans-serif;
  color: #E2E2E2;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  max-width: 445px;
}
@media (max-width: 991px) {
  section.business-segments div.container div.content-crane div.content-right p,
section.business-segments div.container div.content-construction div.content-right p,
section.business-segments div.container div.content-agro div.content-right p,
section.business-segments div.container div.content-railway div.content-right p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  section.business-segments div.container div.content-crane div.content-right p,
section.business-segments div.container div.content-construction div.content-right p,
section.business-segments div.container div.content-agro div.content-right p,
section.business-segments div.container div.content-railway div.content-right p {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  section.business-segments div.container div.content-crane,
section.business-segments div.container div.content-construction,
section.business-segments div.container div.content-agro,
section.business-segments div.container div.content-railway {
    grid-template-columns: 1fr;
    text-align: justify;
    gap: 36px;
  }
  section.business-segments div.container div.content-crane div.content-left,
section.business-segments div.container div.content-construction div.content-left,
section.business-segments div.container div.content-agro div.content-left,
section.business-segments div.container div.content-railway div.content-left {
    margin: 0 auto;
    order: 1;
  }
  section.business-segments div.container div.content-crane div.content-left img,
section.business-segments div.container div.content-construction div.content-left img,
section.business-segments div.container div.content-agro div.content-left img,
section.business-segments div.container div.content-railway div.content-left img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.business-segments div.container div.content-crane div.content-right,
section.business-segments div.container div.content-construction div.content-right,
section.business-segments div.container div.content-agro div.content-right,
section.business-segments div.container div.content-railway div.content-right {
    order: 2;
    justify-items: center;
  }
  section.business-segments div.container div.content-crane div.content-right h2,
section.business-segments div.container div.content-construction div.content-right h2,
section.business-segments div.container div.content-agro div.content-right h2,
section.business-segments div.container div.content-railway div.content-right h2 {
    text-align: center;
    margin-bottom: 0;
  }
  section.business-segments div.container div.content-crane div.content-right p,
section.business-segments div.container div.content-construction div.content-right p,
section.business-segments div.container div.content-agro div.content-right p,
section.business-segments div.container div.content-railway div.content-right p {
    margin: 0 auto;
    text-align: center;
  }
}

section.technology {
  background-color: #E2E2E2;
  padding-bottom: 135px;
  padding-top: 135px;
}
@media (max-width: 768px) {
  section.technology {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
section.technology div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.technology div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.technology div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.technology div.container h3 {
  font-family: "Monument Extended", sans-serif;
  color: #0062B4;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 72px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  max-width: 980px;
  width: 100%;
}
@media (max-width: 991px) {
  section.technology div.container h3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 59.04px;
  }
}
@media (max-width: 767px) {
  section.technology div.container h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 50.4px;
  }
}
@media (max-width: 991px) {
  section.technology div.container h3 {
    text-align: center;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 43.2px;
  }
}
section.technology div.container > p {
  font-family: "Usual", sans-serif;
  color: #212121;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  max-width: 898px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  section.technology div.container > p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24.6px;
  }
}
@media (max-width: 767px) {
  section.technology div.container > p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  section.technology div.container > p {
    text-align: center;
  }
}
section.technology div.container div.type-technology {
  display: flex;
  gap: 12px;
  margin-top: 72px;
}
@media (max-width: 768px) {
  section.technology div.container div.type-technology {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  section.technology div.container div.type-technology div.laser:nth-of-type(1), section.technology div.container div.type-technology div.laser:nth-of-type(2),
section.technology div.container div.type-technology div.cut:nth-of-type(1),
section.technology div.container div.type-technology div.cut:nth-of-type(2),
section.technology div.container div.type-technology div.machine-ms:nth-of-type(1),
section.technology div.container div.type-technology div.machine-ms:nth-of-type(2) {
    margin-bottom: 42px;
  }
}
section.technology div.container div.type-technology div.laser img,
section.technology div.container div.type-technology div.cut img,
section.technology div.container div.type-technology div.machine-ms img {
  max-width: 412px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  section.technology div.container div.type-technology div.laser img,
section.technology div.container div.type-technology div.cut img,
section.technology div.container div.type-technology div.machine-ms img {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
section.technology div.container div.type-technology div.laser h4,
section.technology div.container div.type-technology div.cut h4,
section.technology div.container div.type-technology div.machine-ms h4 {
  font-family: "Usual Bold", sans-serif;
  color: #212121;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  margin-top: 24px;
}
@media (max-width: 991px) {
  section.technology div.container div.type-technology div.laser h4,
section.technology div.container div.type-technology div.cut h4,
section.technology div.container div.type-technology div.machine-ms h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.technology div.container div.type-technology div.laser h4,
section.technology div.container div.type-technology div.cut h4,
section.technology div.container div.type-technology div.machine-ms h4 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  section.technology div.container div.type-technology div.laser h4,
section.technology div.container div.type-technology div.cut h4,
section.technology div.container div.type-technology div.machine-ms h4 {
    text-align: center;
  }
}
section.technology div.container div.type-technology div.laser p,
section.technology div.container div.type-technology div.cut p,
section.technology div.container div.type-technology div.machine-ms p {
  font-family: "Usual", sans-serif;
  color: #212121;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  margin-top: 24px;
}
@media (max-width: 991px) {
  section.technology div.container div.type-technology div.laser p,
section.technology div.container div.type-technology div.cut p,
section.technology div.container div.type-technology div.machine-ms p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  section.technology div.container div.type-technology div.laser p,
section.technology div.container div.type-technology div.cut p,
section.technology div.container div.type-technology div.machine-ms p {
    margin-top: 0;
    text-align: center;
  }
}
section.technology div.container div.type-technology div.cut {
  margin-top: 30px;
}
@media (max-width: 768px) {
  section.technology div.container div.type-technology div.cut {
    margin-top: 0;
  }
}
section.technology div.container div.type-technology div.machine-ms {
  margin-top: 60px;
}
@media (max-width: 768px) {
  section.technology div.container div.type-technology div.machine-ms {
    margin-top: 0;
  }
}

section.inovation {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 720px;
  position: relative;
}
section.inovation:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media (max-width: 768px) {
  section.inovation:before {
    display: block;
  }
}
section.inovation div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 1259px) {
  section.inovation div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.inovation div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.inovation div.container h3 {
  font-family: "Monument Extended", sans-serif;
  color: #FFF;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 79px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  max-width: 648px;
  width: 100%;
}
@media (max-width: 991px) {
  section.inovation div.container h3 {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 64.78px;
  }
}
@media (max-width: 767px) {
  section.inovation div.container h3 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 55.3px;
  }
}
section.inovation div.container h3.es {
  max-width: 700px;
}
@media (max-width: 768px) {
  section.inovation div.container h3 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 47.4px;
  }
}
section.inovation div.container a {
  margin-top: 30px;
  height: 45px;
  width: 250px;
  display: block;
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  position: relative;
  background-color: #FFF;
  transition: all 0.5s linear;
}
section.inovation div.container a div.border-in-background {
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  transition: all 0.5s linear;
}
section.inovation div.container a div.border-in-background div.inside {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.inovation div.container a div.border-in-background div.inside span {
  transition: all 0.5s linear;
  font-family: "Usual", sans-serif;
  color: #212121;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}

section.crane-ms {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
  transition: all 0.5s linear;
}
@media (max-width: 1199px) {
  section.crane-ms {
    height: calc(100vh - 40px);
  }
}
section.crane-ms:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  filter: blur(2px);
  transition: all 0.5s linear;
  opacity: 0;
  pointer-events: none;
}
section.crane-ms.dark-version:before {
  opacity: 1;
  filter: blur(2px);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 1199px) {
  section.crane-ms.dark-version:before {
    display: none;
  }
}
section.crane-ms div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  height: 100%;
  align-items: flex-end;
}
@media (min-width: 1259px) {
  section.crane-ms div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.crane-ms div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1199px) {
  section.crane-ms div.container {
    align-items: center;
  }
}
section.crane-ms div.container div.content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0 42px 0;
  margin-bottom: 72px;
  border-bottom: 1px solid #E2E2E2;
  gap: 28px;
}
@media (max-width: 1199px) {
  section.crane-ms div.container div.content {
    flex-wrap: wrap;
    border-bottom: none;
    padding: 160px 0 42px 0;
  }
}
section.crane-ms div.container div.content h3 {
  font-family: "Monument Extended", sans-serif;
  color: #E2E2E2;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 79px;
  font-weight: 400;
  font-style: normal;
  line-height: 66px;
  text-transform: uppercase;
  max-width: 942px;
  width: 100%;
}
@media (max-width: 991px) {
  section.crane-ms div.container div.content h3 {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 64.78px;
  }
}
@media (max-width: 767px) {
  section.crane-ms div.container div.content h3 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 55.3px;
  }
}
@media (max-width: 1199px) {
  section.crane-ms div.container div.content h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  section.crane-ms div.container div.content h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 37.5px;
  }
}
section.crane-ms div.container div.content a {
  width: 94px;
  height: 94px;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
}
section.crane-ms div.container div.content a svg {
  width: 30px;
}
section.crane-ms div.container div.content a:hover {
  border: none;
  background-color: #E2E2E2;
}
section.crane-ms div.container div.content a:hover svg path {
  stroke: #333333;
}
@media (max-width: 768px) {
  section.crane-ms div.container div.content a {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  section.crane-ms div.container div.content a svg {
    width: 25px;
    height: 25px;
  }
}

section.history {
  overflow: hidden !important;
}
section.history div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  margin-top: 96px;
}
@media (min-width: 1259px) {
  section.history div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.history div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.history div.container > div.content {
  width: 100%;
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  section.history div.container > div.content {
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
section.history div.container > div.content h3 {
  font-family: "Monument Extended", sans-serif;
  color: #212121;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 79px;
  font-weight: 400;
  font-style: normal;
  max-width: 848px;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  section.history div.container > div.content h3 {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 64.78px;
  }
}
@media (max-width: 767px) {
  section.history div.container > div.content h3 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 55.3px;
  }
}
section.history div.container > div.content div.buttons {
  display: flex;
  gap: 12px;
}
section.history div.container > div.content div.buttons button.swiper-button-prev,
section.history div.container > div.content div.buttons button.swiper-button-next {
  position: static;
  width: 94px;
  height: 94px;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
  border: 1px solid #212121;
}
section.history div.container > div.content div.buttons button.swiper-button-prev svg,
section.history div.container > div.content div.buttons button.swiper-button-next svg {
  width: 30px;
}
section.history div.container > div.content div.buttons button.swiper-button-prev:hover,
section.history div.container > div.content div.buttons button.swiper-button-next:hover {
  border: none;
  background-color: #E2E2E2;
}
section.history div.container > div.content div.buttons button.swiper-button-prev:hover svg path,
section.history div.container > div.content div.buttons button.swiper-button-next:hover svg path {
  stroke: #333333;
}
@media (max-width: 768px) {
  section.history div.container > div.content div.buttons button.swiper-button-prev,
section.history div.container > div.content div.buttons button.swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  section.history div.container > div.content div.buttons button.swiper-button-prev svg,
section.history div.container > div.content div.buttons button.swiper-button-next svg {
    width: 25px;
    height: 25px;
  }
}
section.history div.container > div.content div.buttons button.swiper-button-prev svg.button-left,
section.history div.container > div.content div.buttons button.swiper-button-next svg.button-left {
  rotate: -90deg;
}
section.history div.container > div.content div.buttons button.swiper-button-prev svg.button-right,
section.history div.container > div.content div.buttons button.swiper-button-next svg.button-right {
  rotate: 90deg;
}
section.history div.container > div.content div.buttons button.swiper-button-prev:hover,
section.history div.container > div.content div.buttons button.swiper-button-next:hover {
  border: none;
  background-color: #212121;
}
section.history div.container > div.content div.buttons button.swiper-button-prev:hover svg path,
section.history div.container > div.content div.buttons button.swiper-button-next:hover svg path {
  stroke: #E2E2E2;
}
section.history div.container div.swiper {
  overflow: visible !important;
}
section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background {
  height: 548px;
  width: 100%;
  position: relative;
  background-color: rgba(33, 33, 33, 0.9);
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 93%, 94% 100%, 0 100%, 0 8%);
          clip-path: polygon(7% 0, 100% 0, 100% 93%, 94% 100%, 0 100%, 0 8%);
}
@media (max-width: 768px) {
  section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background {
    height: 450px;
  }
}
section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background {
  height: calc(100% - 3px);
  width: calc(100% - 3px);
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 93%, 94% 100%, 0 100%, 0 8%);
          clip-path: polygon(7% 0, 100% 0, 100% 93%, 94% 100%, 0 100%, 0 8%);
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content {
  display: block;
  padding: 24px;
}
section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content img {
  max-width: 592px;
  width: 100%;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 96% 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 90%, 96% 100%, 0 100%, 0 10%);
}
@media (max-width: 991px) {
  section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content img {
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content h3 {
  font-family: "Monument Extended", sans-serif;
  color: #212121;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 79px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 42px;
}
@media (max-width: 991px) {
  section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content h3 {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 64.78px;
  }
}
@media (max-width: 767px) {
  section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content h3 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 55.3px;
  }
}
section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content p {
  padding-top: 12px;
  font-family: "Usual", sans-serif;
  color: #212121;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  max-width: 514px;
  width: 100%;
}
@media (max-width: 991px) {
  section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22.96px;
  }
}
@media (max-width: 767px) {
  section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19.6px;
  }
}
section.history div.container div.swiper div.swiper-wrapper div.swiper-slide div.border-out-background div.border-in-background div.content p span {
  font-weight: bold;
  color: black;
  font-style: italic;
  text-shadow: 1px 0px 0px black;
}

section.carousel-tech {
  margin-top: 135px;
  position: relative;
}
@media (max-width: 767px) {
  section.carousel-tech {
    margin-top: 72px;
  }
}
section.carousel-tech div.swiper {
  height: 100vh;
  min-height: 650px;
  width: 100%;
  position: relative;
}
section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1259px) {
  section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container svg.logo-ms {
  margin: -110px auto 72px auto;
}
@media (max-width: 767px) {
  section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container svg.logo-ms {
    max-width: 200px;
  }
}
section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container h1 {
  font-family: "Monument Extended", sans-serif;
  color: #E2E2E2;
  font-size: 104px;
  font-size: 6.5rem;
  line-height: 156px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container h1 {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 127.92px;
  }
}
@media (max-width: 767px) {
  section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 109.2px;
  }
}
section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container p {
  font-family: "Usual", sans-serif;
  color: #E2E2E2;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.carousel-tech div.swiper div.swiper-wrapper div.swiper-slide div.container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.carousel-tech div.buttons-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
section.carousel-tech div.buttons-carousel div.swiper-pagination {
  font-family: "Monument Extended", sans-serif;
  color: #FFF;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 79px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  section.carousel-tech div.buttons-carousel div.swiper-pagination {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 64.78px;
  }
}
@media (max-width: 767px) {
  section.carousel-tech div.buttons-carousel div.swiper-pagination {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 55.3px;
  }
}
section.carousel-tech div.buttons-carousel div.swiper-pagination .swiper-pagination-current {
  margin-right: -15px;
}
section.carousel-tech div.buttons-carousel div.swiper-pagination .swiper-pagination-total {
  margin-left: -15px;
}
section.carousel-tech div.buttons-carousel button {
  width: 94px;
  height: 94px;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s linear;
  position: static;
  margin-top: 0;
}
section.carousel-tech div.buttons-carousel button svg {
  width: 30px;
}
section.carousel-tech div.buttons-carousel button:hover {
  border: none;
  background-color: #E2E2E2;
}
section.carousel-tech div.buttons-carousel button:hover svg path {
  stroke: #333333;
}
@media (max-width: 768px) {
  section.carousel-tech div.buttons-carousel button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  section.carousel-tech div.buttons-carousel button svg {
    width: 25px;
    height: 25px;
  }
}
section.carousel-tech div.buttons-carousel button svg.button-left {
  rotate: 90deg;
}
section.carousel-tech div.buttons-carousel button svg.button-right {
  rotate: -90deg;
}

.carousel-tech .swiper-slide:nth-of-type(3) h1 {
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 120px;
}

section.partners {
  background-color: #E2E2E2;
}
section.partners div.container {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  padding: 135px 0;
}
@media (min-width: 1259px) {
  section.partners div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.partners div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) {
  section.partners div.container {
    grid-template-columns: 1fr;
    padding: 54px 0;
    justify-items: center;
    gap: 42px;
  }
}
section.partners div.container div.content-left {
  max-width: 526px;
  width: 100%;
  margin: auto 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.partners div.container div.content-left h4 {
  font-family: "Monument Extended", sans-serif;
  color: #212121;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  section.partners div.container div.content-left h4 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 49.2px;
  }
}
@media (max-width: 767px) {
  section.partners div.container div.content-left h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  section.partners div.container div.content-left h4 {
    text-align: center;
  }
}
section.partners div.container div.content-left p {
  font-family: "Usual", sans-serif;
  color: #707070;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  section.partners div.container div.content-left p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  section.partners div.container div.content-left p {
    text-align: justify;
    text-align: center;
  }
}
section.partners div.container div.content-left svg {
  margin-top: 72px;
}
@media (max-width: 991px) {
  section.partners div.container div.content-left svg {
    margin: 30px auto 0 auto;
    max-width: 200px;
  }
}
section.partners div.container div.content-right img {
  max-height: 687px;
  height: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width: 1199px) {
  section.partners div.container div.content-right img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

section.team {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 775px;
  position: relative;
}
section.team div.container {
  position: relative;
  height: 100%;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.team div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.team div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.team div.container h2 {
  font-family: "Monument Extended", sans-serif;
  color: #FFF;
  font-size: 104px;
  font-size: 6.5rem;
  line-height: 125px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  section.team div.container h2 {
    font-size: 83px;
    font-size: 5.1875rem;
    line-height: 102.5px;
  }
}
@media (max-width: 767px) {
  section.team div.container h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 62.5px;
  }
}
section.team div.container h2.en {
  max-width: 700px;
}

section.work-us {
  background-color: #FFF;
}
section.work-us div.container {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  padding: 135px 0 0 0;
  gap: 106px;
}
@media (min-width: 1259px) {
  section.work-us div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.work-us div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) {
  section.work-us div.container {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 54px 0;
    gap: 54px;
  }
}
section.work-us div.container div.content-left img {
  height: 509px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 93%, 95% 100%, 0 100%, 0 8%);
          clip-path: polygon(7% 0, 100% 0, 100% 93%, 95% 100%, 0 100%, 0 8%);
}
@media (max-width: 991px) {
  section.work-us div.container div.content-left img {
    height: 300px;
  }
}
section.work-us div.container div.content-right {
  max-width: 570px;
  width: 100%;
  margin: auto 0;
}
section.work-us div.container div.content-right h3 {
  font-family: "Monument Extended", sans-serif;
  color: #212121;
  font-size: 66px;
  font-size: 4.125rem;
  line-height: 79px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  section.work-us div.container div.content-right h3 {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 64.78px;
  }
}
@media (max-width: 767px) {
  section.work-us div.container div.content-right h3 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 55.3px;
  }
}
section.work-us div.container div.content-right h3.en {
  max-width: 400px;
}
@media (max-width: 991px) {
  section.work-us div.container div.content-right h3 {
    text-align: center;
  }
}
section.work-us div.container div.content-right p {
  font-family: "Usual", sans-serif;
  color: #707070;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  max-width: 409px;
}
@media (max-width: 991px) {
  section.work-us div.container div.content-right p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  section.work-us div.container div.content-right p {
    text-align: center;
  }
}
section.work-us div.container div.content-right a {
  margin-top: 42px;
  display: block;
  height: 45px;
  width: 250px;
  display: block;
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  position: relative;
  background-color: #212121;
  transition: all 0.5s linear;
}
section.work-us div.container div.content-right a div.border-in-background {
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
          clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 30%);
  transition: all 0.5s linear;
}
section.work-us div.container div.content-right a div.border-in-background div.inside {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.work-us div.container div.content-right a div.border-in-background div.inside span {
  transition: all 0.5s linear;
  font-family: "Usual", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 991px) {
  section.work-us div.container div.content-right a {
    margin: 42px auto 0 auto;
    display: block;
  }
}

section.group-ms {
  margin-top: 72px;
}
section.group-ms div.container {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  border-top: 1px solid #CFCFCF;
  padding-top: 72px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  position: relative;
}
@media (min-width: 1259px) {
  section.group-ms div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.group-ms div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.group-ms div.container div.item {
  position: relative;
  max-width: 404px;
}
section.group-ms div.container div.item img {
  margin-bottom: -125px;
  width: 100%;
}
section.group-ms div.container div.item.laser div.top-content, section.group-ms div.container div.item.laser div.bottom-content {
  background-color: #0062B4;
}
section.group-ms div.container div.item.hid div.top-content, section.group-ms div.container div.item.hid div.bottom-content {
  background-color: #F46F21;
}
section.group-ms div.container div.item.agro div.top-content, section.group-ms div.container div.item.agro div.bottom-content {
  background-color: #008769;
}
section.group-ms div.container div.item div.top-content {
  padding: 42px 42px 0 42px;
  background-color: #008769;
  transform: translateY(120px);
  transition: all 0.5s linear;
}
@media (max-width: 991px) {
  section.group-ms div.container div.item div.top-content {
    transform: translateY(0);
    padding: 42px;
  }
}
section.group-ms div.container div.item div.top-content.show {
  transform: translateY(0px);
  transition: all 0.5s linear;
}
section.group-ms div.container div.item div.top-content h4 {
  font-family: "Monument Extended", sans-serif;
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  section.group-ms div.container div.item div.top-content h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 39.36px;
  }
}
@media (max-width: 767px) {
  section.group-ms div.container div.item div.top-content h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 33.6px;
  }
}
section.group-ms div.container div.item div.top-content p.text-expanded {
  font-family: "Usual", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  section.group-ms div.container div.item div.top-content p.text-expanded {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.group-ms div.container div.item div.bottom-content {
  padding: 54px 42px 42px 42px;
  background-color: #008769;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  section.group-ms div.container div.item div.bottom-content {
    display: none;
  }
}
section.group-ms div.container div.item div.bottom-content button.box-link-see-more {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
section.group-ms div.container div.item div.bottom-content button.box-link-see-more.active div.button-see-more::after {
  content: "-";
  transform: translate(-50%, -50%);
  transition: all 0.5s linear;
}
section.group-ms div.container div.item div.bottom-content button.box-link-see-more div.button-see-more {
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  position: relative;
}
section.group-ms div.container div.item div.bottom-content button.box-link-see-more div.button-see-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-weight: bold;
  transition: all 0.5s linear;
}
section.group-ms div.container div.item div.bottom-content button.box-link-see-more div.button-see-more::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  transition: transform 0.2s ease;
  transition: all 0.5s linear;
}
section.group-ms div.container div.item div.bottom-content button.box-link-see-more p {
  font-family: "Usual", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section.group-ms div.container div.item div.bottom-content button.box-link-see-less {
  display: none;
}

section.clients {
  margin: 135px 0;
}
@media (max-width: 991px) {
  section.clients {
    margin: 72px 0;
  }
}
section.clients div.container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 auto;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  section.clients div.container {
    max-width: 1260px;
  }
}
@media (max-width: 991px) {
  section.clients div.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
section.clients div.container > h4 {
  font-family: "Monument Extended", sans-serif;
  color: #212121;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 72px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  section.clients div.container > h4 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 59.04px;
  }
}
@media (max-width: 767px) {
  section.clients div.container > h4 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 50.4px;
  }
}
@media (max-width: 1199px) {
  section.clients div.container > h4 {
    text-align: center;
  }
}
section.clients div.container div.data {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 72px;
  padding-bottom: 72px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  justify-content: space-between;
  gap: 27px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  section.clients div.container div.data {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  section.clients div.container div.data div.numbers {
    margin: 0 auto;
    padding: 0 6px;
  }
}
section.clients div.container div.data div.numbers:nth-of-type(1) h4 {
  width: 247px;
}
section.clients div.container div.data div.numbers:nth-of-type(2) h4 {
  width: 248px;
}
section.clients div.container div.data div.numbers:nth-of-type(3) h4 {
  width: 239px;
}
section.clients div.container div.data div.numbers:nth-of-type(4) h4 {
  width: 291px;
}
section.clients div.container div.data div.numbers:nth-of-type(4) p {
  max-width: 170px;
}
section.clients div.container div.data div.numbers h4 {
  font-family: "Monument Extended", sans-serif;
  color: #212121;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 84px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  section.clients div.container div.data div.numbers h4 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 68.88px;
  }
}
@media (max-width: 767px) {
  section.clients div.container div.data div.numbers h4 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 58.8px;
  }
}
@media (max-width: 991px) {
  section.clients div.container div.data div.numbers h4 {
    text-align: center;
  }
}
section.clients div.container div.data div.numbers p {
  font-family: "Usual", sans-serif;
  color: #212121;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 27px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.clients div.container div.data div.numbers p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22.14px;
  }
}
@media (max-width: 767px) {
  section.clients div.container div.data div.numbers p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18.9px;
  }
}
section.clients div.container div.clients-ms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 135px;
  gap: 96px;
}
@media (max-width: 991px) {
  section.clients div.container div.clients-ms {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-top: 72px;
  }
}
section.clients div.container div.clients-ms h4 {
  font-family: "Monument Extended", sans-serif;
  color: #212121;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 72px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  max-width: 472px;
  width: 100%;
}
@media (max-width: 991px) {
  section.clients div.container div.clients-ms h4 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 59.04px;
  }
}
@media (max-width: 767px) {
  section.clients div.container div.clients-ms h4 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 50.4px;
  }
}
section.clients div.container div.clients-ms h4.es {
  max-width: 100%;
}
@media (max-width: 991px) {
  section.clients div.container div.clients-ms h4 {
    margin: 0 auto;
    text-align: center;
  }
}
section.clients div.container div.clients-ms div.enterprises {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  justify-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  section.clients div.container div.clients-ms div.enterprises {
    margin-top: 24px;
    padding: 0 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.clients div.container div.clients-ms div.enterprises img {
  width: 100%;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}