:root {
  --white: #fff;
  --gray-900: #050505;
  --gray-300: #e0e0e0;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 74px;
  font-weight: 700;
  line-height: 75px;
}

p {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.main-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-header {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 950px;
  padding-top: 50px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1240px;
}

.container.ca {
  width: 80%;
  max-width: 1000px;
}

.footer {
  background-color: #020202;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.section-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.section-multi-modal-transportation {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-call-to-action {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 250px;
  display: flex;
}

.section-data-driven {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--gray-900);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.lottie-animation {
  width: 40px;
  max-width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: 0;
}

.background-video {
  z-index: -1;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 550px;
  margin-top: 450px;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.container_background {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.gradient {
  z-index: auto;
  background-color: #f000;
  background-image: linear-gradient(#050505, #91919100 50%, #050505);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gradient-down {
  z-index: auto;
  background-color: red;
  width: 100%;
  height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  font-size: 74px;
  line-height: 75px;
}

.title-header {
  width: 70%;
  margin-top: 0;
  margin-bottom: 70px;
}

.description-header {
  margin-bottom: 40px;
}

.container_navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  display: flex;
}

.body {
  background-color: var(--gray-900);
}

.link_style {
  background-color: var(--gray-300);
  color: var(--gray-900);
  border-radius: 4px;
  padding: 20px;
  font-size: 16px;
}

.link_style.background_md {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #e0e0e000;
}

.header-grid {
  grid-row-gap: 40px;
}

.heading-small {
  color: var(--white);
  font-size: 48px;
  line-height: 60px;
}

.list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.column {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image_wrapp {
  align-self: center;
  max-width: none;
  max-height: 500px;
  margin-left: 0;
  position: relative;
  left: -50px;
}

.columns {
  background-color: #1a1b23;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 55px;
  display: flex;
}

.columns.none_backgroun {
  background-color: #1a1b2300;
}

.text-block-wrapp {
  color: #bcc0e8;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #4c4d5d;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}

.spacer-sm {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.spacer-sm.center {
  opacity: .18;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.image_wrapp_2 {
  max-width: none;
  max-height: 500px;
  margin-right: 0;
  position: relative;
  right: -50px;
}

.spacer-l {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.section-sticky {
  z-index: 4;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.selector_sticky {
  z-index: 5;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #05050591;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.container_background_footer {
  background-image: url('../images/Frame-1000004152.svg'), url('../images/16x9-Culo.webp');
  background-position: 50% 80%, 50% 65%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  max-width: 1220px;
  height: 650px;
}

.grid-sticky {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 1240px;
}

.text-selector {
  color: #fff;
  font-size: 20px;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-field-form {
  color: #fff;
  background-color: #151620;
  border: 1px #000;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 24px;
}

.link-block {
  text-decoration: none;
}

.blur_nav_sticky {
  filter: blur(5px);
  width: 100%;
  height: 80px;
  position: absolute;
}

.cc-wrapp {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: stretch;
}

.text-cta {
  color: var(--white);
  text-align: center;
  font-size: 64px;
  line-height: 67px;
}

.brand {
  max-width: 300px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
  }

  .column {
    justify-content: center;
    align-items: center;
  }

  .columns {
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns.none_backgroun {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image_wrapp_2 {
    right: 0;
  }

  .grid-sticky {
    flex-flow: column;
    max-height: 30px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    height: auto;
  }

  .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.ca {
    width: 100%;
  }

  .footer {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-call-to-action {
    margin-top: 56px;
  }

  .background-video {
    margin-top: 500px;
  }

  .gradient {
    background-image: linear-gradient(#050505 16%, #91919100 50%, #050505 87%);
  }

  .title-header {
    width: 100%;
    font-size: 46px;
    line-height: 50px;
  }

  .container_navbar {
    padding-left: 15px;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .heading-small {
    font-size: 42px;
    line-height: 46px;
  }

  .image_wrapp {
    width: 100%;
    left: auto;
  }

  .columns {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-sm.categories_sistem {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .image_wrapp_2 {
    width: 100%;
    right: auto;
  }

  .selector_sticky {
    margin-top: 56px;
  }

  .container_background_footer {
    background-size: contain, cover;
  }

  .grid-sticky {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-height: 30px;
    padding-top: 5px;
  }

  .form {
    flex-flow: column;
  }

  .text-cta {
    font-size: 42px;
    line-height: 46px;
  }

  .text-block {
    font-size: 9.24px;
  }

  .brand {
    width: 260px;
    padding-left: 0;
  }

  .menu-button {
    padding-right: 15px;
  }

  .co-mobile {
    order: -1;
  }
}

#w-node-_33dbc99b-1bbe-1925-b96d-318cbac31026-132ccf93 {
  justify-self: start;
}

#w-node-ea23bd79-10db-1dab-dd30-be1a6a7fa15a-132ccf93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


