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

strong {
  font-weight: bold;
}

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

body {
  line-height: 1;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html, body {
  width: 100%;
  min-height: 100%;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

html {
  font-size: 62.5%;
}
@media (max-width: 900px) {
  html {
    font-size: 50%;
  }
}

html,
body {
  width: 100%;
  font-family: "Satoshi-Regular", sans-serif;
  color: #000000;
}

body {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Times New Roman", sans-serif;
  color: #000000;
  font-size: 4rem;
}

.text {
  font-weight: 400;
  font-style: normal;
  font-family: "Satoshi-Regular", sans-serif;
  color: #ffffff;
}
.text--14-92 {
  font-size: 14px;
  line-height: 92%;
}
.text--14-162 {
  font-size: 14px;
  line-height: 162%;
}
.text--28 {
  font-size: 28px;
  line-height: 102%;
}
.text--700 {
  font-weight: 700;
}

.title {
  text-align: center;
  font-weight: 700;
  font-style: normal;
}
.title--80 {
  font-size: 80px;
  line-height: 110%;
  letter-spacing: -0.8px;
}
.title--152 {
  font-size: 152px;
  line-height: 102%;
  letter-spacing: -6.08px;
}

/* ============= FONTS ============ */
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2024 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("/assets/site/fonts/Satoshi-Variable.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Variable.woff") format("woff"), url("/assets/site/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("/assets/site/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-VariableItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("/assets/site/fonts/Satoshi-Light.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Light.woff") format("woff"), url("/assets/site/fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("/assets/site/fonts/Satoshi-LightItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-LightItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("/assets/site/fonts/Satoshi-Regular.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Regular.woff") format("woff"), url("/assets/site/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("/assets/site/fonts/Satoshi-Italic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Italic.woff") format("woff"), url("/assets/site/fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("/assets/site/fonts/Satoshi-Medium.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Medium.woff") format("woff"), url("/assets/site/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("/assets/site/fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-MediumItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("/assets/site/fonts/Satoshi-Bold.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Bold.woff") format("woff"), url("/assets/site/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("/assets/site/fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-BoldItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("/assets/site/fonts/Satoshi-Black.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Black.woff") format("woff"), url("/assets/site/fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("/assets/site/fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-BlackItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/* =========== SECTIONS =========== */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
  display: flex;
  padding: 2.4rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  height: 8rem;
  transition: 0.5s all ease;
  z-index: 6;
}
.header .logo-2 {
  display: none;
}
.header__right, .header__left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__left {
  gap: 4.8rem;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 6.4rem;
}
.header__item {
  display: flex;
  gap: 0.8rem;
  text-decoration: none;
}
.header__wrapper {
  display: flex;
  gap: 3.2rem;
}
.header__link {
  text-decoration: none;
}
.header__buttons {
  display: flex;
  gap: 0.8rem;
  font-family: "Satoshi-Regular", sans-serif;
}
.header__buttons .dropdown {
  position: relative;
  top: 0;
  border: 1.5px solid #919191;
  border-radius: 20rem;
  width: 13rem;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  height: 5.6rem;
  cursor: pointer;
}
.header__buttons .dropdown__arrow {
  height: 5.6rem;
  width: 5.6rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ededed;
  width: 5.6rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.header__buttons .dropdown__arrow .arrow {
  transition: 0.3s all ease;
}
.header__buttons .dropdown__arrow .arrow-rotate {
  transform: rotate(180deg);
}
.header__buttons .dropdown__arrow svg {
  margin-right: 4px;
}
.header__buttons .select {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20rem;
  cursor: pointer;
  transition: 0.3s;
  gap: 2.5rem;
}
.header__buttons .selected {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header__buttons .menu {
  list-style: none;
  padding: 0.2em 0.5em;
  background: #004B3E;
  border: 1px #004B3E solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: #9fa5b5;
  position: absolute;
  top: 6rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
}
.header__buttons .menu li {
  padding: 0.7em 0.5em;
  margin: 0.3em 0;
  border-radius: 0.5em;
  cursor: pointer;
  color: #F4F4F4;
}
.header__buttons .menu li:hover {
  background: #008870;
  opacity: 0.7;
}
.header__buttons .active {
  background: #008870;
}
.header__buttons .menu-open {
  display: block;
  opacity: 1;
}
.header__button {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 20rem;
  border: 1.5px solid #919191;
  background: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-right: 6.5rem;
  cursor: pointer;
  font-family: "Satoshi-Regular", sans-serif;
}
.header__span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #f4f4f4;
  width: 100%;
  text-align: left;
  padding-left: 1.6rem;
}
.header__icon {
  color: #ededed;
  width: 5.6rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  border-radius: inherit;
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.header__whatsapp {
  display: flex;
  width: 5.6rem;
  height: 5.6rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 50%;
  background: #004B3E;
}
.header__language {
  position: absolute;
  top: 0;
  right: 10.5rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: 0.5s all ease;
  z-index: 6;
}
.header__language a {
  background: #004B3E;
}
.header__language.active {
  top: 0;
  transform: translateY(8.5rem);
  right: 10.5rem;
  opacity: 1;
  pointer-events: all;
}
.header__language a {
  width: 100%;
  width: 10rem;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 20rem;
  text-align: center;
  padding: 1rem 0;
  cursor: pointer;
  text-decoration: none;
}
.header.inactive {
  transform: translate(-50%, -150%);
}
.header.adapt-icon .header__whatsapp {
  background: #008870;
}
.header.light-background {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header.light-background .header__left .logo-1 {
  display: none;
}
.header.light-background .header__left .logo-2 {
  display: block;
}
.header.light-background .header__item p {
  color: #1A1A1A;
  font-weight: 700;
}
.header.light-background .header__link p {
  color: #1A1A1A;
}
.header.light-background .header__button {
  border: 1.5px solid #1A1A1A;
}
.header.light-background .header__button span {
  color: #1A1A1A;
}
.header.light-background .header__icon {
  border: 1.5px solid rgba(0, 0, 0, 0.2);
}
.header.light-background .header__icon svg path {
  stroke: #1A1A1A;
}
.header.middle-page {
  background: #000;
  width: 101%;
}
.header.middle-page .header__left .logo-1 {
  display: block;
}
.header.middle-page .header__left .logo-2 {
  display: none;
}
.header.middle-page .header__item p {
  color: #F4F4F4;
  font-weight: 700;
}
.header.middle-page .header__link p {
  color: #F4F4F4;
}
.header.middle-page .header__button {
  border: 1.5px solid #F4F4F4;
}
.header.middle-page .header__button span {
  color: #F4F4F4;
}
.header.middle-page .header__icon {
  border: 1.5px solid rgba(0, 0, 0, 0.2);
}
.header.middle-page .header__icon svg path {
  stroke: #F4F4F4;
}

.going-down {
  position: fixed;
  top: 2rem;
  right: 3rem;
  gap: 1.5rem;
  transform: translateX(200%);
  transition: 0.5s all ease;
  display: flex;
  z-index: 3;
}
.going-down.active {
  transform: translateX(0);
}
.going-down.adapt-icon button {
  background-color: #008870;
  border-color: #008870;
}
.going-down.adapt-icon button .header__icon {
  background-color: #00a68c;
}
.going-down.adapt-icon .header__whatsapp {
  background: #008870;
}
.going-down .header__button {
  width: 13rem;
  border-color: #004B3E;
  background-color: #004B3E;
  cursor: pointer;
}
.going-down .header__icon {
  border-color: #008870;
  background-color: #008870;
}

.mobile-header {
  display: none;
}

@media (max-width: 1366px) {
  .header {
    width: 98%;
  }
  .header__left {
    gap: 4rem;
  }
  .header__right {
    gap: 3rem;
  }
  .header__wrapper {
    gap: 3rem;
  }
}
@media (max-width: 900px) {
  .header,
  .going-down {
    display: none;
  }
  .mobile-header {
    position: absolute;
    top: 3rem;
    display: flex;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    z-index: 10;
    flex-direction: column;
    gap: 4rem;
  }
  .mobile-header__hidden {
    position: fixed;
    padding: 5rem 0;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    background: #004B3E;
    transform: translateX(20rem);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all ease;
    z-index: 11;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .mobile-header__hidden.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
  .mobile-header__logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-header__layer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
  }
  .mobile-header__layer.active {
    opacity: 0.5;
  }
  .mobile-header__options__item {
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
  }
  .mobile-header__options__item img {
    height: 2rem;
    width: 3rem;
  }
  .mobile-header__options__close {
    position: absolute;
    top: 3rem;
    right: 2rem;
    transform: rotate(45deg);
    cursor: pointer;
  }
  .mobile-header__options__language {
    display: flex;
    gap: 2rem;
  }
  .mobile-header__options__whatsapp {
    position: absolute;
    top: 2.25rem;
    left: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-header__options__whatsapp a {
    background: #008870;
    padding: 1.25rem;
    border-radius: 50%;
  }
  .mobile-header__options__whatsapp a svg {
    padding-top: 0.2rem;
  }
  .mobile-header__upper {
    display: flex;
    justify-content: space-between;
  }
  .mobile-header__button {
    height: 6rem;
    width: 14rem;
    border-color: #004b3e;
    background-color: #004b3e;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 20rem;
    position: relative;
    display: flex;
    border: 1.5px solid transparent;
    align-items: center;
    padding-right: 6.5rem;
    cursor: pointer;
    font-family: "Satoshi-Regular", sans-serif;
  }
  .mobile-header__span {
    color: #f4f4f4;
    width: 100%;
    padding-left: 1.2rem;
    font-size: 1.75rem;
  }
  .mobile-header__icon {
    color: #ededed;
    width: 5.6rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem;
    border-radius: inherit;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 50%;
    border: 1.5px solid transparent;
    border-color: #008870;
    background-color: #008870;
  }
  .mobile-header__lower {
    width: 100%;
    position: relative;
  }
  .mobile-header__lower::after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    top: 4rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .mobile-header__products {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header__product__link {
    text-decoration: none;
  }
}
.footer {
  display: flex;
  flex-direction: column;
}
.footer__brand {
  width: 100%;
  background: #F4F4F4;
  display: flex;
  margin-bottom: -0.5rem;
}
.footer__brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__wrapper {
  background: #1A1A1A;
  display: flex;
  padding: 11.2rem;
  justify-content: space-between;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__differentials {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2.4rem;
}
.footer__about, .footer__phones {
  display: flex;
  flex-direction: column;
  color: #f4f4f4;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 112%;
  gap: 1.6rem;
}
.footer__talk-with-us {
  text-decoration: none;
  color: #F4F4F4;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__follow-us {
  color: #F4F4F4;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  text-wrap: nowrap;
}
.footer__contact-button {
  display: flex;
  height: 5.6rem;
  padding: 0px 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  align-self: stretch;
  border-radius: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  transition: 0.5s all ease;
}
.footer__contact-button:hover {
  background: #004B3E;
  border-bottom: 1px solid #004B3E;
}
.footer__technology {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.footer__contact, .footer__whatsapp {
  display: flex;
  align-items: center;
  height: 5.6rem;
  gap: 1.6rem;
  text-decoration: none;
  text-wrap: nowrap;
}
.footer__right {
  width: 83.4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}
.footer__products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10rem;
}
.footer__pipe {
  position: relative;
  height: 100%;
}
.footer__pipe::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.footer__divider {
  position: relative;
}
.footer__divider::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.footer__information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 7rem;
}
.footer__information__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__details__wrapper {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.footer__detail-address {
  color: #5b5b5b;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
}
.footer__map {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 1.6rem 2.4rem;
  border-radius: 20rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.5s all ease;
}
.footer__map p {
  font-weight: 700;
  color: #ffffff;
}
.footer__map:hover {
  background: #F4F4F4;
}
.footer__map:hover p {
  color: #1A1A1A;
}
.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.5s all ease;
  position: relative;
}
.footer__social::after {
  transition: 0.5s all ease;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed #F4F4F4;
  animation: rotateBorder 20s linear infinite;
  transform-origin: center;
}
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer__social:hover {
  border: 1px solid transparent;
}
.footer__social:hover::after {
  opacity: 0.25;
}
.footer__bottom {
  background: #1A1A1A;
  display: flex;
  padding: 0 11.2rem 11.2rem 11.2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer__all-social {
  display: flex;
  gap: 3rem;
}
.footer__privacy-policy {
  text-decoration: none;
}
.footer__privacy-policy p {
  color: #5b5b5b;
  line-height: 162%;
}
.footer .a_deen {
  z-index: 5;
  opacity: 0.26;
  margin-left: -5px;
}
.footer .a_deen svg {
  width: 40px;
  height: 15px;
}
.footer .a_deen svg path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: #fff;
}
.footer .a_deen svg:hover path {
  animation-name: deen;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1366px) {
  .footer__wrapper {
    padding: 11.2rem 5.6rem;
  }
  .footer__right {
    width: 73.4rem;
  }
}
@media (max-width: 900px) {
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    padding: 3rem;
  }
  .footer__right {
    width: auto;
    gap: 3rem;
  }
  .footer__products {
    align-items: flex-end;
  }
  .footer__products a {
    height: 75%;
  }
  .footer__products a img {
    height: 100%;
  }
  .footer__information {
    margin-top: 3rem;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__information p {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .footer__left {
    margin: 5rem 0;
  }
  .footer__bottom {
    padding: 3rem 3rem 6rem 3rem;
  }
  .footer__detail-address {
    margin-left: 25px;
  }
  .footer__privacy-policy {
    margin: 2.5rem 0 2rem 0;
  }
  .footer__details {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .footer__details__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
/* ============ PAGES ============= */
.home {
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #F4F4F4;
}
.home__banner {
  margin: 0 auto;
  height: 100vh;
  width: 100%;
  position: relative;
}
.home__banner .banner__slider {
  height: 100%;
}
.home__banner .banner__slider .slick-list,
.home__banner .banner__slider .slick-track {
  height: 100%;
  width: 100%;
}
.home__banner .banner__slide {
  position: relative;
}
.home__banner .banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.4rem;
  transition: 0.5s all ease;
}
.home__banner .banner__title {
  width: 100rem;
  color: #F4F4F4;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
  font-family: "Satoshi-Bold", sans-serif;
}
.home__banner .banner__cta {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 20rem;
  border: 1.5px solid #004B3E;
  transition: 0.5s all ease;
  background: #004B3E;
}
.home__banner .banner__cta a {
  color: #F4F4F4;
  padding: 1.6rem;
  text-decoration: none;
}
.home__banner .banner__cta:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.home__banner .banner__icon {
  background: #008870;
  padding: 1.6rem;
  border: 1px solid #008870;
  border-radius: 20rem;
}
.home__banner .banner__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home__banner .banner__background.border {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.home__banner .banner__background.border video,
.home__banner .banner__background.border img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.home__banner .banner__background video {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.3);
}
.home__banner .banner__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.3);
}
.home__banner .banner__initial-arrows {
  position: absolute;
  bottom: 8rem;
  right: 3.5rem;
  display: flex;
  gap: 1.6rem;
  transition: 0.5s all ease;
}
.home__banner .banner__initial-arrows svg {
  cursor: pointer;
}
.home__banner .banner__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  width: 95%;
  transition: 0.5s all ease;
}
.home__banner .banner__pagination .slick-dots {
  height: 2rem;
  width: 100%;
  display: flex;
  gap: 2.4rem;
}
.home__banner .banner__pagination .slick-dots li {
  height: 0.25rem;
  width: 100%;
  background: #ffffff;
}
@keyframes preencherBackground {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.home__banner .banner__pagination .slick-dots .slick-active {
  z-index: 1;
  display: block;
  overflow: hidden;
  background-image: linear-gradient(to right, #008870, #008870);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  animation: preencherBackground 5s ease-in-out forwards;
}
.home__banner .banner__explore {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 93%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s all ease;
}
.home__banner.border {
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  transition: 0.3s all ease;
}
.home__banner.border .slick-list {
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  transition: 0.3s all ease;
}
.home__banner.border .banner__background {
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  transition: 0.3s all ease;
}
.home__banner.border .banner__background video {
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  transition: 0.3s all ease;
}
.home__cards {
  display: flex;
  position: relative;
  margin: 0 0 8rem 4.8rem;
}
.home__cards__category {
  width: 38rem;
}
.home__cards__category .text-card {
  background: #004B3E;
}
.home__cards__wrapper {
  margin-left: auto;
  width: calc(100% - 39.6rem);
  position: relative;
}
.home__cards__carousel {
  display: flex;
  gap: 1.6rem;
  position: relative;
}
.home__cards__carousel .slick-list {
  border-radius: 20px;
}
.home__cards__carousel .slick-track {
  display: flex;
  gap: 1.6rem;
}
.home__cards__carousel .slick-slide {
  transition: 0.5s all ease;
}
.home__cards__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -7rem;
  left: 0;
  width: 95%;
}
.home__cards__progress {
  z-index: 1;
  display: block;
  width: 85%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #7c7c7c;
  background-image: linear-gradient(to right, #004B3E, #004B3E);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.home__mobile-cards {
  display: none;
}
.home__cards-arrow {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  border-radius: 20rem;
  border: 1.5px solid #919191;
  cursor: pointer;
}
.home__cards-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home__auto-tensioner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home__auto-tensioner .slider-progress {
  position: absolute;
  left: 50%;
  top: 4rem;
  width: 9rem;
  height: 1px;
  background: #7c7c7c;
  transform: translateX(-50%) rotate(90deg);
}
.home__auto-tensioner .slider-progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0px;
  height: 100%;
  background-color: #008870;
  transition: 0.3s all ease;
}
.home__auto-tensioner .auto-tensioner__upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  width: 100%;
}
.home__auto-tensioner .auto-tensioner__title {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__auto-tensioner .auto-tensioner__title p {
  padding: 0 20vw 0 20vw;
  color: #1A1A1A;
  text-align: center;
  font-size: 4.8rem;
  line-height: 102%;
  letter-spacing: -0.96px;
  transition: 2s all ease;
  margin-top: -3rem;
}
.home__auto-tensioner .auto-tensioner__title p strong {
  font-weight: 700;
}
.home__auto-tensioner .auto-tensioner__lower {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home__auto-tensioner .auto-tensioner__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
}
.home__auto-tensioner .auto-tensioner__column {
  width: 100%;
}
.home__auto-tensioner .auto-tensioner__background {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  border-radius: 2rem;
}
.home__auto-tensioner .auto-tensioner__background video,
.home__auto-tensioner .auto-tensioner__background img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
  border-radius: 2rem;
}
.home__auto-tensioner .auto-tensioner__background.total video,
.home__auto-tensioner .auto-tensioner__background.total img {
  border-radius: 0;
}
.home__auto-tensioner .auto-tensioner__background .background-progress {
  position: absolute;
  left: -20rem;
  top: 50%;
  width: 70vh;
  height: 0.3rem;
  background: #7c7c7c;
  transform: rotate(90deg);
  z-index: 2;
}
.home__auto-tensioner .auto-tensioner__background .background-progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #008870;
}
.home__auto-tensioner .auto-tensioner__button {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 20rem;
  background: #004B3E;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 1.6rem;
  cursor: pointer;
  width: 30rem;
  border-radius: 200px;
  background: var(--WDS-Green, #004b3e);
  transition: 0.5s all ease;
  overflow: hidden;
}
.home__auto-tensioner .auto-tensioner__button .truck {
  position: absolute;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
  stroke: #fff;
  height: 2.4rem;
  width: 2.4rem;
}
.home__auto-tensioner .auto-tensioner__button:hover span {
  padding-left: 2.75rem;
}
.home__auto-tensioner .auto-tensioner__button:hover .truck {
  left: 1.2rem;
}
.home__auto-tensioner .auto-tensioner__span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #f4f4f4;
  width: 100%;
  text-align: left;
  padding-left: 1.6rem;
  transition: 0.5s all ease;
}
.home__auto-tensioner .auto-tensioner__icon {
  color: #ededed;
  width: 5.6rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  border-radius: inherit;
  background: #008870;
  position: absolute;
  right: 0;
  z-index: 1;
  border-radius: 50%;
}
.home__auto-tensioner .auto-tensioner__content {
  margin-top: -100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
.home__auto-tensioner .auto-tensioner__content .item {
  height: 100vh;
}
.home__auto-tensioner .auto-tensioner__scroll-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-direction: column;
  margin: 0 auto;
  max-width: 50%;
}
.home__auto-tensioner .auto-tensioner__scroll-info p {
  color: #F4F4F4;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  line-height: 102%;
  letter-spacing: -0.96px;
}
.home__easy-cover {
  height: 100vh;
}
.home__easy-cover .easy-cover__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.home__easy-cover .easy-cover__container {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
}
.home__easy-cover .easy-cover__left {
  margin-left: 5rem;
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.8rem;
  align-items: center;
  border-left: 3px solid #008870;
}
.home__easy-cover .easy-cover__left img {
  height: 6.5rem;
}
.home__easy-cover .easy-cover__left__wrapper {
  margin: 0 auto;
  max-width: 30vw;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.home__easy-cover .easy-cover__left__wrapper .cta__button {
  width: 50% !important;
}
.home__easy-cover .easy-cover__title {
  color: #1A1A1A;
  font-size: 4.8rem;
  line-height: 102%;
}
.home__easy-cover .easy-cover__description {
  color: #5b5b5b;
}
.home__easy-cover .easy-cover__right {
  display: flex;
  align-items: center;
  width: 50%;
  border-radius: 20px;
}
.home__easy-cover .easy-cover__image {
  max-width: 550px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__easy-cover .easy-cover__image:first-child {
  border-radius: 20px 0px 0px 20px;
}
.home__easy-cover .easy-cover__image:last-child {
  border-radius: 0px 20px 20px 0px;
}
.home .mobile-easy-cover {
  display: none;
}
.home__about {
  margin: 0 0 2rem 4rem;
  border-radius: 2rem;
  background: #F4F4F4;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.03), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.02), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.02), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.01), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.01), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.01);
}
.home .about__wrapper {
  background: #fff;
  display: flex;
  min-height: 90vh;
  width: 100%;
  border-radius: 2rem;
}
.home .about__media {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex: 1;
}
.home .about__media img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .about__content {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .about__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.8rem;
  width: 75%;
}
.home .about__tag {
  color: #004B3E;
  font-size: 4.8rem;
}
.home .about__title {
  color: #1A1A1A;
  font-size: 4.8rem;
  line-height: 102%;
}
.home .about__description {
  color: #1A1A1A;
}
.home .about__link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
  border-radius: 20rem;
  border: 1.5px solid #919191;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem;
  transition: 0.3s all ease;
}
.home .about__link p {
  color: #1A1A1A;
}
.home .about__link:hover {
  background: #004B3E;
  border: 1.5px solid #004B3E;
}
.home .about__link:hover p {
  color: #ffffff;
}
.home .about__link:hover svg path {
  stroke: #ffffff;
}

@media (min-width: 1000px) and (max-width: 1367px) {
  .home__easy-cover .easy-cover__left__wrapper {
    max-width: 35vw;
  }
  .home__easy-cover .easy-cover__left__wrapper a img {
    height: 6rem;
  }
  .home__easy-cover .easy-cover__title {
    font-size: 4rem;
  }
  .home__easy-cover .easy-cover__description {
    max-width: 30vw;
  }
  .home__about .about__tag, .home__about .about__title {
    font-size: 4rem;
  }
}
@media (max-width: 900px) {
  .home__banner .banner__title {
    font-size: 6rem;
    max-width: 90vw;
  }
  .home__banner .banner__background video {
    pointer-events: none;
  }
  .home__cards {
    display: none;
  }
  .home__mobile-cards {
    display: flex;
    position: relative;
    margin-left: 2.5rem;
    overflow: hidden;
    padding-bottom: 5rem;
  }
  .home__mobile-cards .text-card {
    display: flex !important;
    background: #004B3E;
    width: 75vw !important;
  }
  .home__mobile-cards__wrapper {
    position: relative;
  }
  .home__mobile-cards__carousel {
    display: flex;
    gap: 1.6rem;
    position: relative;
  }
  .home__mobile-cards__carousel .slick-list {
    border-radius: 20px;
  }
  .home__mobile-cards__carousel .slick-track {
    display: flex;
    gap: 1.6rem;
  }
  .home__mobile-cards__carousel .slick-slide {
    transition: 0.5s all ease;
  }
  .home__mobile-cards__carousel .full-solution-card {
    max-width: 90vw;
  }
  .home__mobile-cards__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -5rem;
    left: 0rem;
    width: 85vw;
    gap: 0.5rem;
  }
  .home__mobile-cards__pagination .slick-arrow {
    padding: 0.5rem;
    border-radius: 200px;
    border: 1.5px solid #919191;
    cursor: pointer;
  }
  .home__mobile-cards__pagination .slick-disabled {
    opacity: 0.5;
  }
  .home__mobile-cards__progress {
    z-index: 1;
    display: block;
    width: 85%;
    height: 5px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #7c7c7c;
    background-image: linear-gradient(to right, #004B3E, #004B3E);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
  }
  .home__auto-tensioner .auto-tensioner__title-progress {
    top: 7rem;
  }
  .home__auto-tensioner .auto-tensioner__title p {
    padding: 0 2.5rem;
    font-size: 3rem;
  }
  .home__auto-tensioner .auto-tensioner__upper {
    height: auto;
    min-height: 25vh;
  }
  .home__auto-tensioner .auto-tensioner__background .background-progress {
    left: -30rem;
  }
  .home__auto-tensioner .auto-tensioner__background video {
    pointer-events: none;
  }
  .home__auto-tensioner .auto-tensioner__scroll-info {
    max-width: 70%;
  }
  .home__auto-tensioner .auto-tensioner__scroll-info p {
    font-size: 3rem;
  }
  .home__auto-tensioner .auto-tensioner__information {
    font-size: 2rem;
    text-align: center;
  }
  .home .desktop-easy-cover {
    display: none;
  }
  .home .mobile-easy-cover {
    display: block;
    height: auto;
    margin-bottom: 2rem;
  }
  .home .mobile-easy-cover .easy-cover__container {
    flex-direction: column;
  }
  .home .mobile-easy-cover .easy-cover__left {
    border-left: none;
    margin-left: 0;
    width: 90vw;
    padding: 3rem 3rem 3rem 4rem;
  }
  .home .mobile-easy-cover .easy-cover__left__wrapper {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .home .mobile-easy-cover .easy-cover__left__wrapper .cta__button {
    width: 100% !important;
  }
  .home .mobile-easy-cover .easy-cover__sticky {
    height: auto;
  }
  .home .mobile-easy-cover .easy-cover__right {
    margin-top: 4rem;
  }
  .home .mobile-easy-cover .easy-cover__title {
    font-size: 3rem;
  }
  .home .mobile-easy-cover .easy-cover__image:first-child {
    border-radius: 0;
  }
  .home .mobile-easy-cover .easy-cover__image {
    height: 35vh;
    width: 100vw;
  }
  .home__about {
    margin: 0;
    padding: 0 3rem 3rem 3rem;
  }
  .home__about .about__wrapper {
    flex-direction: column-reverse;
  }
  .home__about .about__container {
    width: 100%;
  }
  .home__about .about__content {
    padding: 6rem 4rem;
  }
  .home__about .about__title {
    font-size: 3rem;
  }
  .home__about .about__media {
    border-top-left-radius: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .home__about .about__media img {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-left-radius: 0;
  }
}
.contact {
  position: relative;
  display: flex;
  padding: 3rem 5% 3rem 10rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}
.contact__left, .contact__right {
  margin-top: 3rem;
  z-index: 3;
}
.contact__left {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  left: 10rem;
  margin-top: -5rem;
  max-width: 32.2rem;
}
.contact__right {
  display: flex;
  margin-top: 10rem;
  padding-top: 3.2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
  background: #F4F4F4;
  border-radius: 2rem;
  width: 54rem;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.contact__right form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contact__right fieldset {
  width: 100%;
  display: flex;
  padding: 0 3.2rem;
  gap: 2.4rem;
}
.contact__brand {
  color: #F4F4F4;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 120%;
}
.contact__talk-with-us {
  color: #F4F4F4;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  margin-bottom: 2.4rem;
}
.contact__contact-button {
  display: flex;
  height: 5.6rem;
  padding: 0px 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  align-self: stretch;
  border-radius: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s all ease;
}
.contact__contact-button:hover {
  background: #004B3E;
  border-bottom: 1px solid #004B3E;
}
.contact__technology {
  gap: 2.4rem;
  display: flex;
  align-items: center;
}
.contact__technology p {
  color: #F4F4F4;
}
.contact__technology:nth-child(4) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2.4rem;
}
.contact__contacts {
  display: flex;
  gap: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex-direction: column;
  padding-bottom: 2.4rem;
}
.contact__phone, .contact__whatsapp {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
}
.contact__phone p, .contact__whatsapp p {
  color: #F4F4F4;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 112%;
}
.contact__location {
  color: #F4F4F4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
}
.contact__map {
  color: #ffffff;
  display: flex;
  height: 50px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  border: 1px solid var(--white-20, rgba(255, 255, 255, 0.2));
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s all ease;
}
.contact__map:hover {
  background: #F4F4F4;
  color: #1A1A1A;
}
.contact__social {
  display: flex;
  gap: 0.8rem;
}
.contact__platform {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 200px;
  border: 1px solid var(--white-20, rgba(255, 255, 255, 0.2));
  transition: 0.5s all ease;
  position: relative;
}
.contact__platform::after {
  transition: 0.5s all ease;
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed #F4F4F4;
  animation: rotateBorder 20s linear infinite;
  transform-origin: center;
}
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact__platform:hover {
  border: 1px solid transparent;
}
.contact__platform:hover::after {
  opacity: 0.25;
}
.contact__form-title {
  display: flex;
  padding: 0 3.2rem 2.4rem 3.2rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-bottom: 1px solid #919191;
  font-size: 2.2rem;
  font-weight: 700;
}
.contact__input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.contact__input label {
  color: #1A1A1A;
}
.contact__input input {
  display: flex;
  padding: 24px 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  font-family: "Satoshi-Regular";
}
.contact__input input::-moz-placeholder {
  color: #919191;
  font-family: "Satoshi-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 92%; /* 12.88px */
}
.contact__input input::placeholder {
  color: #919191;
  font-family: "Satoshi-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 92%; /* 12.88px */
}
.contact__input input:focus {
  outline: 2px solid #004B3E;
}
.contact__input span {
  position: absolute;
  font-size: 1rem;
  bottom: -1.5rem;
  left: 0;
  color: #ff0000;
}
.contact__input textarea {
  display: flex;
  height: 150px;
  padding: 16px 16px 24px 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid var(--black-10, rgba(0, 0, 0, 0.1));
  background: var(--White, #fff);
  resize: none;
  color: #000;
}
.contact__send {
  display: flex;
  width: 100%;
  padding: 4rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: #008870;
  border: 1px solid #008870;
  cursor: pointer;
  transition: 0.5s all ease;
  position: relative;
}
.contact__send::after {
  content: "";
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  border-radius: 20px;
  position: absolute;
  inset: 0;
  background-color: inherit;
  z-index: 1;
  opacity: 0;
}
.contact__send::before {
  z-index: 2;
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}
@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.contact__send.loading {
  pointer-events: none;
}
.contact__send.loading:hover {
  background-color: #008870;
}
.contact__send.loading::before, .contact__send.loading::after {
  opacity: 1;
}
.contact__send p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 120%;
}
.contact__send-icon {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 5.973px 5.97px 6.027px 6.03px;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background: var(--Ice-White, #f4f4f4);
}
.contact__send:hover {
  background: #004B3E;
  border: 1px solid #004B3E;
}
.contact__send:hover svg path {
  stroke: #004B3E;
}
.contact__background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.contact__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.2);
}

@media (max-width: 900px) {
  .contact {
    padding: 30vh 0 0 0;
    flex-direction: column;
  }
  .contact__left {
    margin-bottom: 10rem;
  }
  .contact__right {
    max-width: 85vw;
    margin: 0 auto 10rem auto;
  }
  .contact__right fieldset {
    flex-direction: column;
  }
  .contact button {
    border-radius: 10px;
  }
  .contact__technology p {
    line-height: 150%;
  }
}
.truck-line {
  padding-top: 15vh;
  background-color: #F4F4F4;
}
.truck-line__benefits {
  min-height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 13.6rem;
}
.truck-line__benefits .smooth-scroll {
  text-decoration: none;
}
.truck-line__benefits svg path {
  stroke: #004B3E;
  fill: #004B3E;
}
.truck-line__benefits .mini-solution-card:hover {
  background: #004B3E !important;
}
.truck-line__benefits .mini-solution-card:hover .text {
  color: #F4F4F4 !important;
}
.truck-line__benefits .mini-solution-card:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7476%) hue-rotate(180deg) brightness(92%) contrast(111%);
}
.truck-line__banner {
  margin: 0 auto;
  position: relative;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.truck-line__banner .banner__title {
  top: -12rem;
  left: 50%;
  margin-bottom: 3rem;
  z-index: 2;
  color: #1A1A1A;
  text-align: center;
  font-size: 152px;
  font-weight: 700;
  line-height: 102%;
  letter-spacing: -6.08px;
  text-wrap: nowrap;
}
.truck-line__banner .banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  padding: 0 6rem;
  justify-content: space-between;
  z-index: 2;
}
.truck-line__banner .banner__watch {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.truck-line__banner .banner__watch::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  content: "";
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  transform-origin: center;
  transition: 0.5s all ease;
}
.truck-line__banner .banner__watch:hover:after {
  animation: rotateBorder 20s linear infinite;
}
@keyframes rotateBorder {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.truck-line__banner .banner__background {
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.truck-line__banner .banner__background video,
.truck-line__banner .banner__background img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.truck-line__information {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
}
.truck-line__information .information__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 40%;
}
.truck-line__information .information__title {
  color: #1A1A1A;
  font-size: 4.8rem;
  line-height: 102%;
}
.truck-line__information .information__content {
  color: #5b5b5b;
}
.truck-line__information .information__cta {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 20rem;
  transition: 0.5s all ease;
  background: #004B3E;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  gap: 1rem;
}
.truck-line__information .information__cta a {
  color: #F4F4F4;
  padding: 1.6rem;
  text-decoration: none;
}
.truck-line__information .information__cta:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.truck-line__information .information__icon {
  background: #008870;
  padding: 1.6rem;
  border: 1px solid #008870;
  border-radius: 20rem;
}
.truck-line__components-progress {
  background: #919191;
  width: 100%;
  height: 0.1rem;
  margin: 0 auto;
  position: relative;
}
.truck-line__components-progress.fixed-top {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 5;
}
.truck-line__components-progress span {
  position: absolute;
  height: 0.4rem;
  width: 16.67%;
  background: #008870;
  left: 0;
  top: 0;
  z-index: 2;
}
.truck-line .content {
  display: flex;
  position: relative;
  padding: 6.4rem;
  gap: 4rem;
}
.truck-line .content__sticky {
  max-width: 28vw;
}
.truck-line .content__sticky__inner {
  height: 100vh;
  position: sticky;
  top: 1rem;
}
.truck-line .content__sticky__inner ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  height: 100%;
  gap: 2rem;
}
.truck-line .content__sticky__inner ul a {
  padding: 10px;
  text-decoration: none;
  color: #1A1A1A;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: -moz-fit-content;
  width: fit-content;
}
.truck-line .content__sticky__inner ul a span {
  cursor: pointer;
}
.truck-line .content__sticky__inner ul a p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.truck-line .content__sticky__inner ul a p::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  height: 0.1px;
  width: 0%;
  background: #008870;
  transition: 2s all ease;
}
.truck-line .content__sticky__inner ul a.active_cat {
  color: #008870;
  position: relative;
}
.truck-line .content__sticky__inner ul a.active_cat p:before {
  width: 100%;
}
.truck-line .content__body {
  flex: 4;
}
.truck-line .content__body__section {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 4.8rem;
}
.truck-line .content__body__section__mobile-span {
  display: none;
}
.truck-line .content__body__section .section__card {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 40rem;
  padding: 4rem;
  border-radius: 2rem;
  background-color: #fff;
  gap: 6.6rem;
}
.truck-line .content__body__section .section__card--half {
  width: calc(50% - 0.8rem);
  flex-direction: column;
}
.truck-line .content__body__section .section__card__content, .truck-line .content__body__section .section__card__index, .truck-line .content__body__section .section__card__title, .truck-line .content__body__section .section__card__description {
  z-index: 2;
}
.truck-line .content__body__section .section__card__index {
  position: absolute;
  top: 4rem;
  left: 1.7rem;
  color: rgba(0, 0, 0, 0.05);
  font-size: 27.6rem;
  font-weight: 500;
  line-height: 102%;
}
.truck-line .content__body__section .section__card__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 60%;
}
.truck-line .content__body__section .section__card__image {
  z-index: 3;
  width: 40%;
}
.truck-line .content__body__section .section__card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.truck-line .content__body__section .section__card__title {
  color: #004B3E;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 120%;
}
.truck-line .content__body__section .section__card__description {
  color: #5b5b5b;
}
.truck-line__news {
  padding-left: 4.8rem;
}
.truck-line__video .video-box {
  margin-left: 0;
}
.truck-line__video .cta__button-2 {
  height: 5.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 20rem;
  border: 1.5px solid #004B3E;
  background: #004B3E;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-right: 6.5rem;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  transition: 1s all ease;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.truck-line__video .cta__button-2 .cta__span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #f4f4f4;
  width: 100%;
  text-align: left;
  padding-left: 1.6rem;
  z-index: 2;
}
.truck-line__video .cta__button-2 .cta__icon {
  color: #ededed;
  width: 5.6rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  background: #008870;
  position: absolute;
  right: -4px;
  z-index: 1;
  border-radius: 50%;
  border: 1.5px solid #008870;
}
.truck-line__video .cta__button-2 .cta__icon svg {
  margin-right: 4px;
}
.truck-line__video .cta__button-2 .cta__icon svg path {
  stroke: #fff;
}
.truck-line__video .cta__button-2::after {
  position: absolute;
  height: 100%;
  width: 0;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #008870;
  transition: width 0.5s ease;
}
.truck-line__video .cta__button-2:hover {
  border: 1px solid #008870;
}
.truck-line__video .cta__button-2:hover::after {
  width: 100%;
}

@media (max-width: 1441px) {
  .truck-line__benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 55%;
    margin: 0 auto 13.6rem auto;
  }
  .truck-line .content__body__section .section__card__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1900px) {
  .truck-line__information {
    margin: 5rem auto;
  }
}
@media (max-width: 900px) {
  .truck-line__banner {
    padding: 0;
    margin-top: 15vh;
  }
  .truck-line__banner .banner__title {
    font-size: 5rem;
    letter-spacing: normal;
    top: -6rem;
  }
  .truck-line__banner .banner__content {
    flex-direction: column;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    gap: 20rem;
  }
  .truck-line__information {
    min-height: auto;
    width: 100%;
    margin: 0;
    padding: 3rem;
  }
  .truck-line__information .information__wrapper {
    max-width: 100%;
  }
  .truck-line .content__sticky {
    display: none;
  }
  .truck-line .content__body__section__mobile-span {
    display: block;
    text-align: center;
    color: #008870;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
    position: relative;
  }
  .truck-line .content__body__section__mobile-span::before {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 0.1rem;
    width: 95%;
    background: #008870;
    opacity: 0.5;
  }
  .truck-line .content__body__section .first-mobile-span:before {
    display: none;
  }
  .truck-line .content__body .section__card {
    flex-direction: column;
  }
  .truck-line .content__body .section__card__image, .truck-line .content__body .section__card__content {
    width: auto;
  }
  .truck-line .content__body .section__card__index {
    font-size: 10rem;
  }
  .truck-line .content__body .section__card--half {
    width: 100%;
  }
  .truck-line__benefits {
    padding-top: 8rem;
    grid-template-columns: 1fr 1fr;
  }
  .truck-line__benefits .mini-solution-card {
    width: 20rem;
  }
  .truck-line__benefits .mini-solution-card__title {
    font-size: 2rem;
  }
}
.automatic-tensioner {
  padding-top: 15vh;
  background-color: #1A1A1A;
}
.automatic-tensioner__banner {
  position: relative;
  padding-top: 15vh;
  margin: 0 auto;
}
.automatic-tensioner__banner .banner__title {
  margin-bottom: 3rem;
  top: 2rem;
  left: 50%;
  z-index: 2;
  color: #F4F4F4;
  text-align: center;
  font-size: 152px;
  font-weight: 700;
  line-height: 102%;
  letter-spacing: -6.08px;
  text-wrap: nowrap;
}
.automatic-tensioner__banner .banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  padding: 0 6rem;
  justify-content: space-between;
  z-index: 2;
}
.automatic-tensioner__banner .banner__watch {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.automatic-tensioner__banner .banner__watch::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  content: "";
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  transform-origin: center;
  transition: 0.5s all ease;
}
.automatic-tensioner__banner .banner__watch:hover:after {
  animation: rotateBorder 20s linear infinite;
}
@keyframes rotateBorder {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.automatic-tensioner__banner .banner__background {
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.automatic-tensioner__banner .banner__background video,
.automatic-tensioner__banner .banner__background img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.automatic-tensioner__information {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0% auto;
  padding: 8rem 0;
}
.automatic-tensioner__information .information__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 50%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.automatic-tensioner__information .information__title {
  color: #F4F4F4;
  font-size: 4.8rem;
  line-height: 102%;
}
.automatic-tensioner__information .information__content {
  color: rgba(255, 255, 255, 0.5);
}
.automatic-tensioner__information .information__cta {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 20rem;
  transition: 0.5s all ease;
  background: #004B3E;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  gap: 1rem;
}
.automatic-tensioner__information .information__cta a {
  color: #F4F4F4;
  padding: 1.6rem;
  text-decoration: none;
}
.automatic-tensioner__information .information__cta:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.automatic-tensioner__information .information__icon {
  background: #008870;
  padding: 1.6rem;
  border: 1px solid #008870;
  border-radius: 20rem;
}
.automatic-tensioner__line {
  background: #004B3E;
  height: 0.1rem;
  width: 90%;
  margin: 0 auto 6rem auto;
}
.automatic-tensioner__benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  gap: 5rem;
  margin: 2rem 0 10rem 0;
}
.automatic-tensioner__benefits .benefits__title {
  text-align: center;
  color: #f4f4f4;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  font-style: normal;
  font-family: "Satoshi-Regular", sans-serif;
}
.automatic-tensioner__benefits .benefits__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5vw;
  grid-row-gap: 3rem;
}
.automatic-tensioner__benefits .benefits__wrapper .small-solution-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.automatic-tensioner__benefits .benefits__wrapper .small-solution-card__icon {
  height: 4rem;
  width: 4rem;
}
.automatic-tensioner__benefits .benefits__wrapper .small-solution-card__icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0%) invert(21%) sepia(14%) saturate(4247%) hue-rotate(132deg) brightness(97%) contrast(103%);
}
.automatic-tensioner__benefits .benefits__wrapper .small-solution-card:hover {
  background: #004B3E !important;
}
.automatic-tensioner__benefits .benefits__wrapper .small-solution-card:hover img {
  filter: none;
}
.automatic-tensioner__products {
  display: flex;
  position: relative;
  margin-bottom: 8rem;
}
.automatic-tensioner__products .products {
  height: 100vh;
}
.automatic-tensioner__products .products__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.automatic-tensioner__products .products__container {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
}
.automatic-tensioner__products .products__left {
  margin-left: 5rem;
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.8rem;
  align-items: center;
  border-left: 3px solid #008870;
}
.automatic-tensioner__products .products__left img {
  height: 6.5rem;
}
.automatic-tensioner__products .products__left__wrapper {
  margin: 0 auto;
  max-width: 30vw;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.automatic-tensioner__products .products__left__wrapper .cta__button {
  width: 50% !important;
}
.automatic-tensioner__products .products__title {
  color: #F4F4F4;
  font-size: 48px;
  line-height: 102%;
  max-width: 90%;
}
.automatic-tensioner__products .products__description {
  color: rgba(255, 255, 255, 0.5);
  line-height: 162%;
  max-width: 90%;
}
.automatic-tensioner__products .products__right {
  display: flex;
  align-items: center;
  width: 50%;
  border-radius: 20px;
}
.automatic-tensioner__products .products__carousel {
  width: 100%;
  display: flex;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.automatic-tensioner__products .products__carousel .slick-list {
  width: 100%;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.automatic-tensioner__products .products__carousel .slick-list .slick-track {
  width: 100%;
}
.automatic-tensioner__products .products__image {
  max-width: 550px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
.automatic-tensioner__products .products__image:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.automatic-tensioner__products .products__image:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.automatic-tensioner__news {
  padding-left: 4.8rem;
}
.automatic-tensioner__video {
  padding-bottom: 8rem;
}
.automatic-tensioner__video .video-box {
  margin-left: 0;
}

@media (min-width: 1000px) and (max-width: 1367px) {
  .automatic-tensioner__products .products__title {
    font-size: 4rem;
  }
  .automatic-tensioner__products .products__description {
    max-width: 30vw;
  }
  .automatic-tensioner__products .products__left__wrapper {
    max-width: 35vw;
  }
  .automatic-tensioner__products .products__left img {
    height: 6rem;
  }
}
@media (max-width: 900px) {
  .automatic-tensioner {
    overflow: hidden;
  }
  .automatic-tensioner__banner {
    padding: 0;
    margin-top: 15vh;
  }
  .automatic-tensioner__banner .banner__title {
    font-size: 5rem;
    letter-spacing: normal;
    top: -3rem;
  }
  .automatic-tensioner__banner .banner__content {
    flex-direction: column;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    gap: 20rem;
  }
  .automatic-tensioner__information {
    width: 100%;
    margin: 0;
    padding: 8rem 3rem 3rem 3rem;
  }
  .automatic-tensioner__information .information__wrapper {
    max-width: 100%;
  }
  .automatic-tensioner__benefits .benefits__wrapper {
    grid-template-columns: 1fr;
  }
  .automatic-tensioner__products .products__container {
    flex-direction: column;
    width: 100%;
  }
  .automatic-tensioner__products .products__left {
    width: 100%;
    margin-left: 0;
    padding: 3rem;
    border-left: none;
  }
  .automatic-tensioner__products .products__left__wrapper {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .automatic-tensioner__products .products__title {
    font-size: 3rem;
  }
  .automatic-tensioner__products .products__description {
    max-width: 100%;
  }
  .automatic-tensioner__products .products__sticky {
    height: auto;
  }
  .automatic-tensioner__products .products__right {
    width: 100%;
  }
  .automatic-tensioner__products .products__image {
    display: none;
  }
  .automatic-tensioner__products .products__image:first-child {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    padding-top: 0;
  }
  .automatic-tensioner__products .products__carousel {
    border-radius: 2rem !important;
  }
  .automatic-tensioner__products .products__carousel .slick-list, .automatic-tensioner__products .products__carousel .slick-track {
    border-radius: 2rem !important;
  }
  .automatic-tensioner__products .products__image-wrapper {
    height: 25vh;
    width: 90vw;
    margin: 0 2rem;
    border-radius: 2rem;
    border-radius: 2rem !important;
  }
  .automatic-tensioner__products .products__image-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 2rem !important;
    max-width: unset !important;
  }
  .automatic-tensioner__news .news__pagination {
    bottom: 2rem !important;
  }
}
.easy-load-cover {
  padding-top: 15vh;
  background-color: #1A1A1A;
}
.easy-load-cover__banner {
  position: relative;
  padding-top: 15vh;
  margin: 0 auto;
}
.easy-load-cover__banner .banner__title {
  top: 2rem;
  left: 50%;
  margin-bottom: 6rem;
  z-index: 2;
  color: #F4F4F4;
  text-align: center;
  font-size: 152px;
  font-weight: 700;
  line-height: 102%;
  letter-spacing: -6.08px;
  text-wrap: nowrap;
}
.easy-load-cover__banner .banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  padding: 0 6rem;
  justify-content: space-between;
  z-index: 2;
}
.easy-load-cover__banner .banner__watch {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.easy-load-cover__banner .banner__watch::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  content: "";
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  transform-origin: center;
  transition: 0.5s all ease;
}
.easy-load-cover__banner .banner__watch:hover:after {
  animation: rotateBorder 20s linear infinite;
}
@keyframes rotateBorder {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.easy-load-cover__banner .banner__background {
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.easy-load-cover__banner .banner__background video,
.easy-load-cover__banner .banner__background img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.easy-load-cover__banner .banner__background.border {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.easy-load-cover__banner .banner__background.border video {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.easy-load-cover__information {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0rem auto;
  padding: 8rem 0;
}
.easy-load-cover__information .information__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 50%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.easy-load-cover__information .information__wrapper:after {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  background: #004B3E;
  width: 90vw;
  height: 0.1rem;
}
.easy-load-cover__information .information__title {
  color: #F4F4F4;
  font-size: 4.8rem;
  line-height: 102%;
}
.easy-load-cover__information .information__content {
  color: rgba(255, 255, 255, 0.5);
}
.easy-load-cover__information .information__cta {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 20rem;
  transition: 0.5s all ease;
  background: #004B3E;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  gap: 1rem;
}
.easy-load-cover__information .information__cta a {
  color: #F4F4F4;
  padding: 1.6rem;
  text-decoration: none;
}
.easy-load-cover__information .information__cta:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.easy-load-cover__information .information__icon {
  background: #008870;
  padding: 1.6rem;
  border: 1px solid #008870;
  border-radius: 20rem;
}
.easy-load-cover__benefits {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  justify-content: center;
  align-self: center;
  margin: 2rem 0 10rem 0;
}
.easy-load-cover__benefits .benefits__title {
  text-align: center;
  color: #F4F4F4;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.easy-load-cover__benefits .benefits__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.easy-load-cover__benefits .benefits__first-row {
  max-width: 80%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5vw;
  grid-row-gap: 3rem;
  margin: 0 auto;
}
.easy-load-cover__benefits .benefits__first-row .medium-solution-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.easy-load-cover__benefits .benefits__first-row .medium-solution-card:hover {
  background: #004B3E !important;
}
.easy-load-cover__benefits .benefits__first-row .medium-solution-card:hover img {
  filter: grayscale(100%) brightness(200%);
}
.easy-load-cover .content {
  display: flex;
  position: relative;
  padding: 0 6.4rem;
  margin-bottom: -8rem;
  flex-direction: column;
}
.easy-load-cover .content__sticky {
  flex: 1;
}
.easy-load-cover .content__sticky__inner {
  position: sticky;
  top: 0;
}
.easy-load-cover .content__sticky__inner ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  height: 100%;
}
.easy-load-cover .content__sticky__inner ul li {
  padding: 10px;
  color: #F4F4F4 !important;
  font-size: 2.2rem;
  font-family: "Satoshi-Regular", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.easy-load-cover .content__sticky__inner ul li span {
  cursor: pointer;
}
.easy-load-cover .content__sticky__inner ul li.active_cat {
  flex: 1;
}
.easy-load-cover .content__body {
  flex: 4;
}
.easy-load-cover .content__body__section {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 8rem;
}
.easy-load-cover .content__body .products__video {
  height: 60vh;
  width: 100%;
  position: relative;
  border-radius: 2rem;
}
.easy-load-cover .content__body .products__video__wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 4rem;
}
.easy-load-cover .content__body .products__video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.easy-load-cover .content__body .products__video__title {
  position: absolute;
  bottom: 4rem;
  z-index: 2;
  width: 50%;
  color: #F4F4F4;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 120%;
}
.easy-load-cover .content__body .products__video__background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem;
}
.easy-load-cover .content__body .products__video__background video {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  filter: brightness(0.7);
}
.easy-load-cover .content__body .products__right {
  width: 70%;
}
.easy-load-cover .content__body .products__wrapper {
  width: 100%;
  margin-bottom: 8rem;
}
.easy-load-cover .content__body .products__wrapper:last-child {
  margin-bottom: 0;
}
.easy-load-cover .content__body .products__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.easy-load-cover .content__body .products__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 40rem;
  padding: 4rem;
  border-radius: 2rem;
  width: 100%;
}
.easy-load-cover .content__body .products__card--half {
  width: calc(50% - 0.8rem);
}
.easy-load-cover .content__body .products__card__content, .easy-load-cover .content__body .products__card__index, .easy-load-cover .content__body .products__card__title, .easy-load-cover .content__body .products__card__description {
  z-index: 2;
}
.easy-load-cover .content__body .products__card__index {
  color: rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  font-weight: 500;
  line-height: 102%;
}
.easy-load-cover .content__body .products__card__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.easy-load-cover .content__body .products__card__title {
  color: #F4F4F4;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 120%;
}
.easy-load-cover .content__body .products__card__description {
  color: rgba(255, 255, 255, 0.5);
}
.easy-load-cover .content__body .products__card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.easy-load-cover .content__body .products__card__background img, .easy-load-cover .content__body .products__card__background video {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  border-radius: 2rem;
}
.easy-load-cover .content__body .products__buttons {
  display: flex;
  gap: 1.6rem;
  width: 100%;
}
.easy-load-cover .content__body .products__buttons .button__download {
  text-decoration: none;
  flex: 1;
  display: flex;
  width: 480px;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #004B3E;
  transition: 0.5s all ease;
}
.easy-load-cover .content__body .products__buttons .button__download p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.easy-load-cover .content__body .products__buttons .button__download svg {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background: #F4F4F4;
}
.easy-load-cover .content__body .products__buttons .button__download:hover {
  background: #008870;
  transform: scale(1.01);
}
.easy-load-cover .content__body .products__buttons .button__download:hover svg path {
  stroke: #008870;
}
.easy-load-cover__news {
  padding-left: 4.8rem;
}
.easy-load-cover__video {
  padding-bottom: 8rem;
}
.easy-load-cover__video .video-box {
  margin-left: 0;
}

@media (min-width: 1000px) and (max-width: 1367px) {
  .easy-load-cover__information {
    margin: 0 auto;
    padding: 8rem 0;
  }
}
@media (max-width: 900px) {
  .easy-load-cover__banner {
    padding: 0;
    margin-top: 15vh;
  }
  .easy-load-cover__banner .banner__title {
    font-size: 5rem;
    letter-spacing: normal;
    top: -4rem;
  }
  .easy-load-cover__banner .banner__content {
    flex-direction: column;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    gap: 20rem;
  }
  .easy-load-cover__banner .banner__left, .easy-load-cover__banner .banner__right {
    text-align: center;
  }
  .easy-load-cover__information {
    width: 100%;
    margin: 0;
    padding: 8rem 3rem 3rem 3rem;
  }
  .easy-load-cover__information .information__wrapper {
    max-width: 100%;
  }
  .easy-load-cover__benefits {
    padding-top: 8rem;
    margin-bottom: 12rem;
  }
  .easy-load-cover__benefits .benefits__first-row {
    grid-template-columns: 1fr;
  }
  .easy-load-cover .content {
    padding: 0 3rem;
  }
  .easy-load-cover .content__sticky {
    display: none;
  }
  .easy-load-cover .content__body .first-wrapper {
    position: relative;
  }
  .easy-load-cover .content__body .first-wrapper::after {
    position: absolute;
    top: -5.5rem;
    left: 50%;
    transform: translateX(-50%);
    height: 10rem;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    content: "Lona Fácil Sanfonado";
    font-family: "Satoshi-Regular", sans-serif;
    color: #fff;
  }
  .easy-load-cover .content__body .second-wrapper {
    position: relative;
    margin-bottom: 5rem;
  }
  .easy-load-cover .content__body .second-wrapper::after {
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
    height: 10rem;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    content: "Lona Fácil Pneumático";
    font-family: "Satoshi-Regular", sans-serif;
    color: #fff;
  }
  .easy-load-cover .content__body__section {
    margin-bottom: 12rem !important;
  }
  .easy-load-cover .content__body__section .products__sticky-cat {
    display: none;
  }
  .easy-load-cover .content__body__section .products__right {
    width: 100%;
  }
  .easy-load-cover .content__body__section .products__card--half {
    width: 100%;
  }
  .easy-load-cover .content__body__section .products__buttons {
    flex-direction: column;
  }
  .easy-load-cover .content__body__section .products__buttons a {
    max-width: 80vw;
    padding: 2rem !important;
    margin: 0 auto;
  }
  .easy-load-cover .content__body__section .products__buttons a p {
    max-width: 75%;
    font-size: 2rem !important;
  }
  .easy-load-cover .content__body__section .products__buttons a svg {
    height: 30px !important;
    width: 30px !important;
  }
  .easy-load-cover .content__body__section .products__wrapper {
    position: relative;
    margin-bottom: 12rem;
  }
}
.about {
  padding-top: 30vh;
  background-color: #004B3E;
}
.about__introduction {
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15rem;
  padding-bottom: 15vh;
}
.about__text {
  max-width: 60%;
  min-height: 40vh;
  color: #F4F4F4;
  text-align: center;
  font-size: 4.8rem;
  line-height: 102%;
}
.about__text.blur {
  color: rgba(255, 255, 255, 0.2);
  filter: blur(3.5px);
}
.about__photographs {
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15rem 0;
  overflow: hidden;
}
.about__photographs .photographs__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.4rem;
}
.about__photographs .photographs__wrapper .mobile {
  display: none;
}
.about__photographs .photographs__wrapper img {
  width: 64.4rem;
  height: 47rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about__photographs .photographs__wrapper img:first-child {
  margin-top: -20rem;
}
.about__photographs .photographs__wrapper img:nth-child(2) {
  margin-top: 20rem;
}
.about__cards {
  min-height: 110vh;
  background: #F4F4F4;
}
.about__cards .cards__titles {
  display: flex;
  gap: 25rem;
  width: 80%;
  justify-content: space-between;
  padding: 8rem 4.8rem 0 4.8rem;
}
.about__cards .cards__titles p:first-child {
  color: #1A1A1A;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 102%;
  width: 30%;
}
.about__cards .cards__titles p:nth-child(2) {
  color: rgba(0, 0, 0, 0.2);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 102%;
}
.about__cards .cards__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.about__cards .cards__items {
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
}
.about__cards .cards__left {
  width: 35vw;
}
.about__cards .cards__right {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.about__news {
  padding-left: 4.8rem;
}
.about__video {
  padding-bottom: 8rem;
  background: #F4F4F4;
}
.about__video .video-box {
  margin-left: 0;
}

@media (max-width: 900px) {
  .about__introduction {
    padding: 3rem 3rem 3rem 4rem;
    max-width: 100vw;
    overflow: hidden;
  }
  .about__text {
    font-size: 3rem;
    max-width: 100%;
    text-wrap: wrap;
    text-align: start;
  }
  .about__cards .cards__titles {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  .about__cards .cards__titles p {
    width: 100% !important;
    text-align: center;
  }
  .about__cards .cards__wrapper {
    margin-top: -3rem;
  }
  .about__photographs {
    min-height: 70vh;
    padding: 0 3rem 8rem 3rem;
  }
  .about__photographs .photographs__wrapper {
    flex-direction: column-reverse;
  }
  .about__photographs .photographs__wrapper .rellax {
    display: none;
  }
  .about__photographs .photographs__wrapper .mobile {
    display: block;
  }
  .about__photographs .photographs__wrapper img {
    width: 90vw;
    height: auto;
  }
}
.news-detail {
  padding-top: 20vh;
}
.news-detail__titles {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 10rem;
}
.news-detail__titles .titles__header {
  display: flex;
  align-items: center;
}
.news-detail__titles .titles__header__news {
  margin-right: 4rem;
}
.news-detail__titles .titles__header svg {
  margin-right: 0.8rem;
}
.news-detail__titles .titles__header p {
  color: #5b5b5b;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: 2.76px;
}
.news-detail__title {
  color: #1A1A1A;
  font-size: 8rem;
  font-weight: 500;
  line-height: 98%;
  letter-spacing: -1.6px;
}
.news-detail__description {
  color: #5b5b5b;
  font-size: 1.8rem;
  line-height: 150%;
}
.news-detail__banner {
  height: 68rem;
  border-radius: 4rem;
  width: 85%;
  margin: 0 auto;
}
.news-detail__banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4rem;
}
.news-detail__content {
  display: flex;
  width: 70%;
  margin: 0 auto;
  gap: 7.6rem;
  padding: 8rem 0;
}
.news-detail__content .content__sticky {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  height: -moz-fit-content;
  height: fit-content;
  top: 1rem;
  position: sticky;
}
.news-detail__content .content__sticky .sticky__whatsapp {
  margin-bottom: 12rem;
}
.news-detail__content .content__sticky p {
  color: #5b5b5b;
  transform: rotate(-90deg);
  transform-origin: top left;
}
.news-detail__content .content__right {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.news-detail__content .content__right .right__title {
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.news-detail__content .content__right .right__content {
  color: #5b5b5b;
  font-size: 18px;
  line-height: 175%;
}

@media (max-width: 900px) {
  .news-detail__titles {
    width: 100%;
    padding: 3rem;
    margin-bottom: 0;
  }
  .news-detail__title {
    font-size: 4rem;
    line-height: 120%;
  }
  .news-detail__banner {
    height: 30rem;
  }
  .news-detail__content {
    width: 100%;
    padding: 3rem 3rem 8rem 3rem;
    flex-direction: column-reverse;
  }
  .news-detail__content .content__sticky {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 3rem;
  }
  .news-detail__content .content__sticky .sticky__share {
    transform: rotate(0);
  }
  .news-detail__content .content__sticky .sticky__whatsapp {
    margin-bottom: 0;
  }
}
.news {
  padding-top: 15vh;
  background: #F4F4F4;
}
.news__titles {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news__titles .title {
  color: #1A1A1A;
  font-size: 104px;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: -4.16px;
}
.news__titles .subtitle {
  color: #5b5b5b;
  font-size: 18px;
  line-height: 134%;
}
.news__wrapper {
  padding: 5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 30vh;
}
.news__wrapper .wrapper__upper {
  display: flex;
  width: 100%;
  gap: 10rem;
}
.news__wrapper .wrapper__upper__left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 14rem;
  align-items: flex-end;
}
.news__wrapper .wrapper__upper__left .big-news {
  width: 810px;
  height: 60vh;
  border-radius: 10px;
  border-radius: 2rem;
  text-decoration: none;
}
.news__wrapper .wrapper__upper__left .big-news .information {
  padding-top: 2rem;
  display: flex;
  gap: 4rem;
}
.news__wrapper .wrapper__upper__left .big-news .information .date {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: 2.76px;
}
.news__wrapper .wrapper__upper__left .big-news .information .title {
  max-width: 40rem;
  text-align: left;
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 700;
  line-height: 112%;
}
.news__wrapper .wrapper__upper__left .big-news img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.news__wrapper .wrapper__upper__left .medium-news {
  height: 40vh;
  border-radius: 2rem;
  text-decoration: none;
}
.news__wrapper .wrapper__upper__left .medium-news .information {
  padding-top: 2rem;
  display: flex;
  gap: 4rem;
}
.news__wrapper .wrapper__upper__left .medium-news .information .date {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: 2.76px;
}
.news__wrapper .wrapper__upper__left .medium-news .information .title {
  max-width: 40rem;
  text-align: left;
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 700;
  line-height: 112%;
}
.news__wrapper .wrapper__upper__left .medium-news img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.news__wrapper .wrapper__upper__right {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 2rem;
}
.news__wrapper .wrapper__upper__right .small-news {
  height: 30vh;
  margin-top: 15vh;
  border-radius: 2rem;
  text-decoration: none;
}
.news__wrapper .wrapper__upper__right .small-news .information {
  padding-top: 2rem;
  display: flex;
  gap: 4rem;
}
.news__wrapper .wrapper__upper__right .small-news .information .date {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: 2.76px;
}
.news__wrapper .wrapper__upper__right .small-news .information .title {
  max-width: 40rem;
  text-align: left;
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 700;
  line-height: 112%;
}
.news__wrapper .wrapper__upper__right .small-news img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.news__wrapper .wrapper__lower {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
.news__wrapper .wrapper__lower__left {
  position: sticky;
  top: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
.news__wrapper .wrapper__lower__left .small-news {
  height: 30vh;
  margin-top: 15vh;
  border-radius: 2rem;
  text-decoration: none;
}
.news__wrapper .wrapper__lower__left .small-news .information {
  padding-top: 2rem;
  display: flex;
  gap: 4rem;
}
.news__wrapper .wrapper__lower__left .small-news .information .date {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: 2.76px;
}
.news__wrapper .wrapper__lower__left .small-news .information .title {
  max-width: 40rem;
  text-align: left;
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 700;
  line-height: 112%;
}
.news__wrapper .wrapper__lower__left .small-news img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.news__wrapper .wrapper__lower__right {
  width: 60%;
}
.news__wrapper .wrapper__lower__right .big-news {
  width: 810px;
  height: 60vh;
  border-radius: 10px;
  border-radius: 2rem;
  text-decoration: none;
}
.news__wrapper .wrapper__lower__right .big-news .information {
  padding-top: 2rem;
  display: flex;
  gap: 4rem;
}
.news__wrapper .wrapper__lower__right .big-news .information .date {
  color: #5b5b5b;
  font-size: 12px;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: 2.76px;
}
.news__wrapper .wrapper__lower__right .big-news .information .title {
  max-width: 40rem;
  text-align: left;
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 700;
  line-height: 112%;
}
.news__wrapper .wrapper__lower__right .big-news img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.news__wrapper .wrapper__loadmore {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 20rem;
  transition: 0.5s all ease;
  background: #004B3E;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 5rem;
  opacity: 1;
  pointer-events: all;
}
.news__wrapper .wrapper__loadmore.inactive {
  opacity: 0;
  pointer-events: none;
}
.news__wrapper .wrapper__loadmore p {
  color: #F4F4F4;
  padding: 1.6rem;
}
.news__wrapper .wrapper__loadmore .icon {
  background: #008870;
  padding: 1.6rem;
  border: 1px solid #008870;
  border-radius: 20rem;
}
.news__wrapper .wrapper__loadmore:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.news__categories {
  padding: 0 3rem;
  display: flex;
  gap: 4rem;
}
.news__categories .category {
  padding: 1.2rem 1.8rem;
  cursor: pointer;
}
.news__categories .category.active {
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.03), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.02), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.02), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.01), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.01), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.01);
  border-radius: 200px;
  border: 1px solid var(--Grey, #919191);
}
.news__grid {
  display: grid;
  width: 100%;
  padding: 3.2rem;
  gap: 2.7rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease;
}
.news__grid.active {
  height: auto;
  opacity: 1;
  pointer-events: all;
}
.news__grid .grid__element {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  border-radius: 1rem;
  text-decoration: none;
}
.news__grid .grid__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.news__grid .grid__date {
  color: #5b5b5b;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: 2.76px;
}
.news__grid .grid__title {
  color: #1A1A1A;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 112%;
}
.news__about {
  margin: 8rem 0 15rem 4rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.03), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.02), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.02), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.01), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.01), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.01);
}
.news__about .about__wrapper {
  background: #fff;
  display: flex;
  min-height: 90vh;
  width: 100%;
  border-radius: 2rem;
}
.news__about .about__media {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  flex: 1;
}
.news__about .about__media img {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__about .about__content {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__about .about__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.8rem;
  width: 75%;
}
.news__about .about__tag {
  color: #004B3E;
  font-size: 4.8rem;
}
.news__about .about__title {
  color: #1A1A1A;
  font-size: 4.8rem;
  line-height: 102%;
}
.news__about .about__description {
  color: #1A1A1A;
}
.news__about .about__link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
  border-radius: 20rem;
  border: 1.5px solid #919191;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem;
  transition: 0.3s all ease;
}
.news__about .about__link p {
  color: #1A1A1A;
}
.news__about .about__link:hover {
  background: #004B3E;
  border: 1.5px solid #004B3E;
}
.news__about .about__link:hover p {
  color: #ffffff;
}
.news__about .about__link:hover svg path {
  stroke: #ffffff;
}

@media (min-width: 1000px) and (max-width: 1367px) {
  .news__about .about__tag, .news__about .about__title {
    font-size: 4rem;
  }
}
@media (max-width: 900px) {
  .news__titles {
    flex-direction: column;
    position: relative;
    padding-top: 5rem;
  }
  .news__titles::before {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 85vw;
    margin: 0 auto;
    content: "";
    background: rgba(0, 0, 0, 0.08);
    height: 1px;
  }
  .news__titles .title {
    font-size: 7rem;
    letter-spacing: normal;
    margin-bottom: 3rem;
  }
  .news__categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .news__categories .category {
    text-align: center;
  }
  .news__wrapper {
    padding: 3rem;
    gap: 1rem;
  }
  .news__wrapper .wrapper__upper {
    flex-direction: column;
  }
  .news__wrapper .wrapper__upper__left {
    width: 100%;
    align-items: flex-start;
    gap: 22rem;
    margin-bottom: 8rem;
  }
  .news__wrapper .wrapper__upper__left .big-news,
  .news__wrapper .wrapper__upper__left .medium-news {
    height: 20rem;
    width: 100%;
  }
  .news__wrapper .wrapper__upper__left .big-news .information,
  .news__wrapper .wrapper__upper__left .medium-news .information {
    flex-direction: column;
    gap: 2rem;
  }
  .news__wrapper .wrapper__upper__right {
    width: 100%;
    position: relative;
    margin: 2rem 0 3.25rem 0;
  }
  .news__wrapper .wrapper__upper__right .small-news .information {
    flex-direction: column;
    gap: 2rem;
  }
  .news__wrapper .wrapper__lower {
    display: block;
    margin-top: 2rem;
  }
  .news__wrapper .wrapper__lower__left {
    margin-bottom: 8rem;
    position: relative;
  }
  .news__wrapper .wrapper__lower__left .small-news .information {
    flex-direction: column;
    gap: 2rem;
  }
  .news__wrapper .wrapper__lower__right {
    width: 100%;
  }
  .news__wrapper .wrapper__lower__right .big-news,
  .news__wrapper .wrapper__lower__right .medium-news {
    height: 20rem;
    width: 100%;
  }
  .news__wrapper .wrapper__lower__right .big-news .information,
  .news__wrapper .wrapper__lower__right .medium-news .information {
    flex-direction: column;
    gap: 2rem;
  }
  .news__grid {
    grid-template-columns: 1fr;
  }
  .news__grid .grid__element {
    margin-bottom: 1rem;
  }
  .news__grid .grid__title {
    font-size: 22px;
  }
  .news__about {
    margin: 0;
    padding: 0 3rem 3rem 3rem;
    margin-bottom: 8rem;
  }
  .news__about .about__wrapper {
    flex-direction: column-reverse;
  }
  .news__about .about__container {
    width: 100%;
  }
  .news__about .about__content {
    padding: 6rem 4rem;
  }
  .news__about .about__title {
    font-size: 3rem;
  }
  .news__about .about__media {
    border-top-left-radius: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
  .news__about .about__media img {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border-top-left-radius: 0;
  }
}
/* ========= COMPONENTES ========== */
.cta__button {
  height: 5.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 20rem;
  border: 1.5px solid #919191;
  background: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-right: 6.5rem;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  transition: 1s all ease;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cta__button .cta__span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #f4f4f4;
  width: 100%;
  text-align: left;
  padding-left: 1.6rem;
  z-index: 2;
}
.cta__button .cta__icon {
  color: #ededed;
  width: 5.6rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  background: transparent;
  position: absolute;
  right: -4px;
  z-index: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.cta__button .cta__icon svg {
  margin-right: 4px;
}
.cta__button::after {
  position: absolute;
  height: 100%;
  width: 0;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #008870;
  transition: width 0.5s ease;
}
.cta__button:hover {
  border: 1px solid #008870;
}
.cta__button:hover::after {
  width: 100%;
}
.cta__button--green {
  background: #004B3E;
  border: none;
}
.cta__button--green .cta__icon {
  background: #008870;
  border: none;
  z-index: 3;
}
.cta__button--green:hover {
  border: none;
}
.cta__button--white {
  background: transparent;
}
.cta__button--white .cta__span {
  color: #1A1A1A;
  transition: 0.5s all ease;
}
.cta__button--white .cta__icon {
  border: none;
}
.cta__button--white .cta__icon svg path {
  stroke: #1A1A1A;
}
.cta__button--white:hover .cta__span {
  color: #fff;
}
.cta__button--white:hover .cta__icon {
  border: none;
}
.cta__button--white:hover .cta__icon svg path {
  stroke: #fff;
}

.cta__button-2 {
  height: 5.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 20rem;
  border: 1.5px solid #000;
  background: transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-right: 6.5rem;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  transition: 1s all ease;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cta__button-2 .cta__span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #000;
  width: 100%;
  text-align: left;
  padding-left: 1.6rem;
  z-index: 2;
  transition: 0.5s all ease;
}
.cta__button-2 .cta__icon {
  color: #ededed;
  width: 5.6rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  background: transparent;
  position: absolute;
  right: -4px;
  z-index: 1;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
}
.cta__button-2 .cta__icon svg {
  margin-right: 4px;
  transition: 0.5s all ease;
}
.cta__button-2 .cta__icon svg path {
  stroke: #000;
}
.cta__button-2::after {
  position: absolute;
  height: 100%;
  width: 0;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #008870;
  transition: width 0.5s ease;
}
.cta__button-2:hover {
  border: 1px solid #008870;
}
.cta__button-2:hover span {
  color: #fff;
}
.cta__button-2:hover svg path {
  stroke: #fff;
}
.cta__button-2:hover::after {
  width: 100%;
}
.cta__button-2--green {
  background: #004B3E;
  border: none;
}
.cta__button-2--green span {
  color: #fff !important;
}
.cta__button-2--green svg path {
  stroke: #fff !important;
}
.cta__button-2--green .cta__icon {
  background: #008870;
  border: none;
  z-index: 3;
}
.cta__button-2--green:hover {
  border: none;
}
.cta__button-2.upper-menu {
  border: 1.5px solid #ffffff;
}
.cta__button-2.upper-menu .cta__span {
  color: #fff;
}
.cta__button-2.upper-menu .cta__icon {
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.cta__button-2.upper-menu .cta__icon svg path {
  stroke: #fff;
}
.cta__button-2.upper-menu:hover {
  border: 1.5px solid #008870;
}

.form__row {
  display: flex;
  gap: 1rem;
}
.form__row:not(:last-child) {
  margin-bottom: 1rem;
}
.full-solution-card {
  min-height: 50rem;
  border-radius: 2rem;
  background: #00322a;
  padding: 4rem;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s all ease;
  height: auto;
}
.full-solution-card__upper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 1;
  transition: 0.5s all ease;
}
.full-solution-card__lower {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.full-solution-card__button {
  height: 5.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 20rem;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  transition: 0.5s all ease;
}
.full-solution-card__button:hover {
  transform: scale(1.1);
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.full-solution-card__span {
  display: none;
  align-items: center;
  gap: 0.8rem;
  color: #f4f4f4;
  width: 100%;
  text-align: left;
  padding-left: 1.6rem;
  text-wrap: nowrap;
}
.full-solution-card__cta {
  color: #ededed;
  width: 5.6rem;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  border-radius: inherit;
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 1;
  border-radius: 50%;
}
.full-solution-card__title, .full-solution-card__description {
  color: #f4f4f4;
}
.full-solution-card__description {
  position: relative;
  font-size: 2.8rem;
  line-height: 102%;
  max-width: 22rem;
  z-index: 2;
}
.full-solution-card__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s all ease;
}
.full-solution-card__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
.full-solution-card:hover {
  width: 61rem !important;
}
.full-solution-card:hover .full-solution-card__upper {
  opacity: 0;
}
.full-solution-card:hover .full-solution-card__button, .full-solution-card:hover .full-solution-card__span, .full-solution-card:hover .full-solution-card__cta {
  display: flex;
  opacity: 1;
}
.full-solution-card:hover .full-solution-card__background {
  opacity: 1;
}

@media (max-width: 900px) {
  .full-solution-card {
    width: 61rem !important;
  }
  .full-solution-card:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: #004B3E;
    content: "";
    opacity: 0.65;
    border-radius: 2rem;
  }
  .full-solution-card .full-solution-card__upper {
    opacity: 0;
  }
  .full-solution-card .full-solution-card__lower {
    position: relative;
    z-index: 5;
  }
  .full-solution-card .full-solution-card__button, .full-solution-card .full-solution-card__span, .full-solution-card .full-solution-card__cta {
    display: flex;
    opacity: 1;
  }
  .full-solution-card .full-solution-card__background {
    opacity: 1;
  }
  .full-solution-card .full-solution-card__description {
    max-width: 50%;
  }
  .full-solution-card:hover {
    opacity: 1;
  }
}
.medium-solution-card {
  background: #1A1A1A;
  display: flex;
  width: 272px;
  min-height: 260px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 15px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1A1A1A;
  transition: 0.5s all ease;
}
.medium-solution-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 3.3rem;
}
.medium-solution-card__lower {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.medium-solution-card__title {
  color: #F4F4F4;
  font-size: 18px;
  line-height: 102%;
}
.medium-solution-card__description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 162%;
}
.medium-solution-card:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.small-solution-card {
  display: flex;
  width: 272px;
  height: 136px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 15px;
  background: var(--WDS-Highlights, #008870);
  transition: 0.5s all ease;
}
.small-solution-card svg {
  width: 40px;
  height: 40px;
}
.small-solution-card__title {
  color: #F4F4F4;
  font-size: 18px;
  line-height: 102%;
  text-wrap: wrap;
}
.small-solution-card:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mini-solution-card {
  background: #004B3E;
  display: flex;
  width: 224px;
  height: 120px;
  padding: 24px;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 15px;
  background: var(--WDS-Green, #004b3e);
  transition: 0.5s all ease;
}
.mini-solution-card svg {
  width: 31.987px;
  height: 31.919px;
  flex-shrink: 0;
}
.mini-solution-card__icon img {
  max-width: 32px;
  max-height: 32px;
}
.mini-solution-card__title {
  color: #F4F4F4;
  font-size: 18px;
  line-height: 102%;
}
.mini-solution-card:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.text-card {
  display: flex;
  width: 380px;
  height: 500px;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 20px;
  background: #004B3E;
  position: relative;
  overflow: hidden;
}
.text-card__title {
  color: #F4F4F4;
  font-size: 4rem;
  line-height: 102%;
  z-index: 2;
}
.text-card__description {
  color: #F4F4F4;
  font-size: 14px;
  line-height: 162%;
  z-index: 2;
  margin-top: 3.2rem;
}
.text-card__description ol {
  list-style: decimal;
  margin-left: 2rem;
}
.text-card__description ul {
  list-style: disc;
  margin-left: 2rem;
}
.text-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.text-card__background img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}

.video-box {
  height: 95vh;
  position: relative;
  margin-left: -4.8rem;
}
.video-box__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6.4rem;
}
.video-box__subtitle {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
  line-height: 120%;
}
.video-box__title {
  color: #fff;
  text-align: center;
  font-size: 6.4rem;
  line-height: 102%;
}
.video-box__button {
  text-decoration: none;
  display: flex;
  gap: 1.6rem;
  display: flex;
  padding-left: 1.6rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  border-radius: 20rem;
  border: 1.5px solid #fff;
  transition: 0.5s all ease;
}
.video-box__button:hover {
  background: #F4F4F4;
}
.video-box__button:hover p {
  color: #1A1A1A;
}
.video-box__button:hover svg path {
  stroke: #1A1A1A;
}
.video-box__button:hover div {
  border: 1.5px solid #1A1A1A;
}
.video-box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200rem;
  border: 1.5px solid var(--white-20, rgba(255, 255, 255, 0.2));
  padding: 1.6rem;
}
.video-box__media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.video-box__media video, .video-box__media img {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
  border-radius: 2rem;
}

@media (max-width: 900px) {
  .video-box__wrapper {
    width: 90%;
    padding: 3rem;
  }
  .video-box__title {
    font-size: 4rem;
  }
}
.home__news,
.truck-line__news,
.automatic-tensioner__news,
.easy-load-cover__news,
.about__news,
.news-detail__news {
  background: #F4F4F4;
  position: relative;
  padding: 8rem 0 8rem 0;
}
.home__news .news__upper,
.truck-line__news .news__upper,
.automatic-tensioner__news .news__upper,
.easy-load-cover__news .news__upper,
.about__news .news__upper,
.news-detail__news .news__upper {
  display: flex;
  margin-bottom: 3.2rem;
  padding-left: 4.8rem;
}
.home__news .news__tags,
.truck-line__news .news__tags,
.automatic-tensioner__news .news__tags,
.easy-load-cover__news .news__tags,
.about__news .news__tags,
.news-detail__news .news__tags {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.home__news .news__tags p,
.truck-line__news .news__tags p,
.automatic-tensioner__news .news__tags p,
.easy-load-cover__news .news__tags p,
.about__news .news__tags p,
.news-detail__news .news__tags p {
  color: #1A1A1A;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 102%;
}
.home__news .news__tags a,
.truck-line__news .news__tags a,
.automatic-tensioner__news .news__tags a,
.easy-load-cover__news .news__tags a,
.about__news .news__tags a,
.news-detail__news .news__tags a {
  text-decoration: none;
  color: #1A1A1A;
  font-weight: 700;
  padding: 0.8rem;
  border-radius: 20rem;
  background: #fff;
}
.home__news .news__carousel,
.truck-line__news .news__carousel,
.automatic-tensioner__news .news__carousel,
.easy-load-cover__news .news__carousel,
.about__news .news__carousel,
.news-detail__news .news__carousel {
  display: flex;
  gap: 2.4rem;
}
.home__news .news__carousel .slick-list,
.truck-line__news .news__carousel .slick-list,
.automatic-tensioner__news .news__carousel .slick-list,
.easy-load-cover__news .news__carousel .slick-list,
.about__news .news__carousel .slick-list,
.news-detail__news .news__carousel .slick-list {
  display: flex;
  gap: 2.4rem;
  width: 100% !important;
}
.home__news .news__carousel .slick-track,
.truck-line__news .news__carousel .slick-track,
.automatic-tensioner__news .news__carousel .slick-track,
.easy-load-cover__news .news__carousel .slick-track,
.about__news .news__carousel .slick-track,
.news-detail__news .news__carousel .slick-track {
  display: flex;
  gap: 2.4rem;
  margin-left: -2.4rem;
  width: 100% !important;
  margin-left: 5rem;
}
.home__news .news__carousel .slick-track .slick-slide,
.truck-line__news .news__carousel .slick-track .slick-slide,
.automatic-tensioner__news .news__carousel .slick-track .slick-slide,
.easy-load-cover__news .news__carousel .slick-track .slick-slide,
.about__news .news__carousel .slick-track .slick-slide,
.news-detail__news .news__carousel .slick-track .slick-slide {
  width: 40rem;
}
.home__news .news__item,
.truck-line__news .news__item,
.automatic-tensioner__news .news__item,
.easy-load-cover__news .news__item,
.about__news .news__item,
.news-detail__news .news__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 1rem;
  text-decoration: none;
}
.home__news .news__item img,
.truck-line__news .news__item img,
.automatic-tensioner__news .news__item img,
.easy-load-cover__news .news__item img,
.about__news .news__item img,
.news-detail__news .news__item img {
  height: 25vh;
  width: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.home__news .news__item span,
.truck-line__news .news__item span,
.automatic-tensioner__news .news__item span,
.easy-load-cover__news .news__item span,
.about__news .news__item span,
.news-detail__news .news__item span {
  color: #5b5b5b;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: 2.76px;
}
.home__news .news__item p,
.truck-line__news .news__item p,
.automatic-tensioner__news .news__item p,
.easy-load-cover__news .news__item p,
.about__news .news__item p,
.news-detail__news .news__item p {
  color: #1A1A1A;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 112%;
  max-width: 80%;
}
.home__news .news__pagination,
.truck-line__news .news__pagination,
.automatic-tensioner__news .news__pagination,
.easy-load-cover__news .news__pagination,
.about__news .news__pagination,
.news-detail__news .news__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 8rem;
  right: 6rem;
  width: 70%;
  padding-left: 4.8rem;
}
.home__news .news__progress,
.truck-line__news .news__progress,
.automatic-tensioner__news .news__progress,
.easy-load-cover__news .news__progress,
.about__news .news__progress,
.news-detail__news .news__progress {
  z-index: 1;
  display: block;
  width: 85%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #7c7c7c;
  background-image: linear-gradient(to right, #004B3E, #004B3E);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.home__news .news__arrow,
.truck-line__news .news__arrow,
.automatic-tensioner__news .news__arrow,
.easy-load-cover__news .news__arrow,
.about__news .news__arrow,
.news-detail__news .news__arrow {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  border-radius: 20rem;
  border: 1.5px solid #919191;
  cursor: pointer;
}
.home__news .news__arrow.slick-disabled,
.truck-line__news .news__arrow.slick-disabled,
.automatic-tensioner__news .news__arrow.slick-disabled,
.easy-load-cover__news .news__arrow.slick-disabled,
.about__news .news__arrow.slick-disabled,
.news-detail__news .news__arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .home__news,
  .truck-line__news,
  .automatic-tensioner__news,
  .easy-load-cover__news,
  .about__news,
  .news-detail__news {
    margin-bottom: 8rem;
    padding: 8rem 0;
  }
  .home__news .news__pagination,
  .truck-line__news .news__pagination,
  .automatic-tensioner__news .news__pagination,
  .easy-load-cover__news .news__pagination,
  .about__news .news__pagination,
  .news-detail__news .news__pagination {
    top: auto !important;
    right: auto !important;
    bottom: -3rem;
    width: 80% !important;
    gap: 2rem;
    padding-left: 4.8rem;
  }
  .home__news .news__carousel .slick-track,
  .truck-line__news .news__carousel .slick-track,
  .automatic-tensioner__news .news__carousel .slick-track,
  .easy-load-cover__news .news__carousel .slick-track,
  .about__news .news__carousel .slick-track,
  .news-detail__news .news__carousel .slick-track {
    margin-left: 3rem;
  }
  .home__news .news__carousel .slick-slide,
  .truck-line__news .news__carousel .slick-slide,
  .automatic-tensioner__news .news__carousel .slick-slide,
  .easy-load-cover__news .news__carousel .slick-slide,
  .about__news .news__carousel .slick-slide,
  .news-detail__news .news__carousel .slick-slide {
    width: auto !important;
  }
  .home__news .news__item img,
  .truck-line__news .news__item img,
  .automatic-tensioner__news .news__item img,
  .easy-load-cover__news .news__item img,
  .about__news .news__item img,
  .news-detail__news .news__item img {
    width: auto;
  }
  .home__news .news__tags,
  .truck-line__news .news__tags,
  .automatic-tensioner__news .news__tags,
  .easy-load-cover__news .news__tags,
  .about__news .news__tags,
  .news-detail__news .news__tags {
    width: 90%;
    justify-content: space-between;
  }
}
html {
  scroll-behavior: smooth;
}

body.freeze {
  overflow: hidden;
}

.cms-bar {
  height: 50px;
}
.cms-bar__row {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #9700f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.cms-bar__row .text {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
.cms-bar__row .btn {
  background: #fff;
  padding: 5px 20px;
  border-radius: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.cms-bar__row .btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 900px) {
  .cms-bar__row .text {
    display: none;
  }
  .border-radius-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
