:root {
  --heading: #2d2d2d;
  --paragraph-gray: #5e5969;
  --white: white;
  --primary: #d3163b;
  --transparent: rgba(0, 0, 0, 0);
  --white-30: rgba(255, 255, 255, .3);
  --light-gray: #eaeaea;
  --light-gray-2: #8b8b8b;
  --dark-gray: #afafaf;
  --white-50: rgba(255, 255, 255, .5);
  --black: black;
  --red: #f03737;
  --red-over-dark: #ed184b;
  --black-30: rgba(0, 0, 0, .3);
  --dark-gray-50: rgba(175, 175, 175, .5);
  --gray: #e9e9e9;
  --white-60: rgba(255, 255, 255, .6);
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--heading);
  letter-spacing: -.9px;
  background-color: rgba(0, 0, 0, 0);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  letter-spacing: -3.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  letter-spacing: -2.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  color: var(--heading);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  color: var(--heading);
  letter-spacing: -1.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.1em;
}

h6 {
  color: var(--heading);
  letter-spacing: -1.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  color: var(--paragraph-gray);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  letter-spacing: -.32px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  opacity: 1;
  color: red;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: square;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--white);
  align-items: center;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

strong {
  color: var(--heading);
  font-weight: 700;
}

blockquote {
  text-align: center;
  letter-spacing: -2px;
  background-image: url('../images/Quote-Left_1Quote Left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 40px;
  line-height: 1.1;
}

figure {
  margin-bottom: 10px;
}

.google-maps-embed {
  width: 100%;
  max-width: 1310px;
  height: 45dvh;
  margin: auto;
}

.section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.primary-color-background.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.color-section {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.background-image-home-1 {
  background-image: url('../images/Image-Background_1Image Background.webp');
  background-position: 50%;
  background-size: cover;
  padding: 0 15px;
}

.section.image-full-height {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--heading);
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.image-full-height-reverse {
  background-color: var(--heading);
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.color-primary-background {
  background-color: var(--primary);
}

.section.testimonials-section {
  background-color: var(--heading);
  overflow: hidden;
}

.section.color-dark-background {
  background-color: var(--heading);
  position: relative;
}

.section.color-dark-background.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-img-no-bottom-space {
  z-index: -1;
  background-image: url('../images/Image-Background_1Image Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  position: relative;
}

.section.section-background-image {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), linear-gradient(270deg, #000 29%, var(--transparent)), url('../images/Photo-Cargo-22_1Photo Cargo 22.webp');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.spacing-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.no-top-space {
  padding-top: 0;
}

.section.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.section-privacidad {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.mapa {
  padding-top: 0;
  padding-bottom: 0;
}

.base-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.experience-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.base-container.justify-flex-end {
  justify-content: flex-end;
  display: flex;
}

.base-container.banner-home-2-container {
  display: flex;
}

.base-container.bottom-border {
  border-bottom: 1px solid var(--white-30);
  padding-bottom: 130px;
}

.base-container.grid-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.base-container.align-center {
  text-align: center;
}

.base-container.container-privacidad {
  max-width: 800px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  color: var(--heading);
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--heading);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.colors-container {
  justify-content: flex-start;
  margin-top: 50px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 50%;
  margin-bottom: 30px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  flex-direction: row;
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.headers-wrapper.last-item {
  margin-bottom: 0;
}

.h2-tablet {
  letter-spacing: -3px;
  font-size: 60px;
}

.h1-mobile {
  font-size: 50px;
}

.h2-mobile {
  letter-spacing: -3px;
  font-size: 40px;
}

.h3-mobile {
  font-size: 36px;
}

.h3-tablet {
  letter-spacing: -2.5px;
  font-size: 40px;
}

.primary-button {
  background-color: var(--primary);
  border-radius: 40px;
  padding: 10px 20px;
  line-height: 1.5em;
  transition: background-color .3s;
}

.primary-button:hover {
  background-color: var(--heading);
  opacity: 1;
  color: var(--white);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.white-hover {
  margin-left: 50px;
}

.primary-button.white-hover:hover {
  background-color: var(--white);
  color: var(--primary);
}

.primary-button.white-hover.contact-button-en {
  text-align: center;
  width: 30%;
}

.primary-button.margin-left-50 {
  margin-left: 50px;
}

.primary-button.margin-left-50.contact-button-dark-en {
  text-align: center;
  width: 30%;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  background-color: var(--transparent);
  text-align: left;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.w--current {
  color: var(--primary);
}

.nav-link.spacing-right {
  margin-right: 20px;
}

.nav-link.text-dark {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.text-dark.w--current {
  color: var(--heading);
}

.nav-link.light-hover {
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  transition-property: opacity;
}

.nav-link.light-hover:hover {
  opacity: .7;
  color: var(--white);
}

.nav-link.light-hover.w--current {
  color: var(--white);
  border-bottom: 2px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.lang-nav-r {
  padding-left: 10px;
  padding-right: 20px;
}

.nav-link.lang-nav-l {
  padding-left: 20px;
  padding-right: 10px;
}

.nav-dropdown-toggle {
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.nav-dropdown-toggle.light-hover {
  transition: opacity .2s;
}

.nav-dropdown-toggle.light-hover:hover {
  opacity: .7;
}

.nav-dropdown-icon {
  margin-top: 18px;
  margin-right: 5px;
  font-size: 16px;
}

.nav-dropdown-list {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, .18);
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--white);
  letter-spacing: -.32px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.nav-item-title.text-dark {
  transition-property: none;
}

.nav-item-title.light-hover {
  cursor: pointer;
}

.nav-item-title.light-hover:hover {
  opacity: .7;
  color: var(--white);
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid rgba(94, 94, 94, .5);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 20px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.license-link {
  letter-spacing: normal;
  margin-right: 50px;
  transition: opacity .2s;
}

.license-link:hover {
  opacity: .48;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
}

.banner-title.text-dark {
  color: var(--heading);
}

.licensing-heading {
  margin-bottom: 30px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--light-gray);
  letter-spacing: -.32px;
  border-radius: 0;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 30px;
  padding: 0 12px 12px 0;
  font-size: 16px;
  line-height: 1.5em;
}

.password-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--primary);
}

.password-input::placeholder {
  color: var(--light-gray-2);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-center {
  text-align: center;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

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

.coming-soon-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--light-gray);
  letter-spacing: -.32px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 0 12px 12px 0;
  font-size: 16px;
  transition: all .2s;
}

.coming-soon-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--primary);
  font-size: 16px;
}

.coming-soon-input::placeholder {
  color: var(--light-gray-2);
  font-size: 16px;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 0;
  display: flex;
}

.coming-soon-heading {
  letter-spacing: -3px;
  max-width: 480px;
  margin-top: 60px;
  font-size: 60px;
}

.image-item {
  object-fit: cover;
  width: 100%;
  height: 280px;
  transition: opacity .3s;
}

.image-item:hover {
  opacity: .9;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  flex-direction: column;
  display: flex;
}

.footer {
  background-color: var(--heading);
  text-align: center;
  align-items: flex-start;
  padding-bottom: 60px;
}

.footer-bottom-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 10px;
  color: var(--white);
  letter-spacing: -.9px;
  font-size: 18px;
  line-height: 1em;
}

.footer-copyright {
  color: var(--white);
  text-align: left;
  letter-spacing: -.9px;
  font-size: 18px;
  line-height: 1em;
  display: inline;
}

.footer-social-link {
  color: #fff;
  text-align: left;
  letter-spacing: -.9px;
  font-size: 18px;
  line-height: 1em;
  transition: color .2s;
}

.footer-social-link:hover {
  color: var(--primary);
}

.footer-social-link.last {
  margin-right: 0;
}

.section-text-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-subtitle {
  color: var(--primary);
  text-align: left;
  letter-spacing: -.44px;
  margin-bottom: 24px;
  font-size: 22px;
}

.section-subtitle.title-bottom-space {
  margin-bottom: 24px;
}

.style-guide-buttons-wrapper {
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  letter-spacing: -.44px;
  font-size: 22px;
}

.paragraph-large.margin-bottom-medium {
  margin-bottom: 0;
}

.paragraph-large.margenes-texto {
  margin-bottom: 40px;
}

.career-customers-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  min-height: 100px;
}

.banner-title-wrapper-style-guide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-white {
  color: var(--white);
}

.text-white.font-weight-normal {
  font-weight: 400;
}

.banner-description {
  color: var(--heading);
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-description.text-white {
  color: var(--white);
}

.banner-description.text-white.medium-width {
  max-width: 350px;
}

.banner-description.medium-width {
  max-width: 500px;
}

.section-title-description {
  text-align: center;
}

.services-wrapper {
  width: 100%;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plans-wrapper.section-bottom-spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 130px;
}

.pricing-plan-item {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  padding: 40px 30px 30px;
}

.pricing-plan-item.center-style {
  background-color: var(--primary);
  border-style: none;
  border-width: 0;
}

.pricing-plan-list {
  color: var(--heading);
  margin-bottom: 0;
}

.pricing-plan-list.text-white {
  color: var(--white);
}

.pricing-plan-price-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pricing-plan-price {
  color: var(--primary);
}

.pricing-plan-price.text-white {
  color: var(--white);
}

.workflow-video {
  background-image: url('../images/image-video-background_1image video background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 390px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.coming-soon-image {
  object-fit: cover;
  width: 47%;
  height: 100%;
  margin-left: auto;
}

.job-position-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 78%;
  padding-right: 100px;
}

.contact-detail-item {
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.contact-detail-item.last-item {
  padding-bottom: 0;
}

.contact-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.paragraph-no-margin {
  margin-top: 0;
  font-size: 16px;
}

.hidden {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--light-gray);
  color: var(--heading);
  letter-spacing: -.32px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 12px 12px 0;
  font-size: 16px;
  line-height: 1.5em;
}

.contacts-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--primary);
}

.contacts-input::placeholder {
  color: var(--dark-gray);
}

.footer-link {
  color: var(--white);
  text-align: left;
  letter-spacing: -.9px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1em;
  transition: color .4s;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-link.w--current:hover {
  color: var(--white);
}

.footer-link.last-item {
  margin-bottom: 0;
}

.footer-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  border-top: 1px solid var(--white-50);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 80px;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.search-wrap-input {
  color: var(--heading);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.header-buttons-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 43%;
  display: flex;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  letter-spacing: -1.1px;
  margin-bottom: 10px;
  font-size: 22px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--light-gray);
  height: auto;
  margin-bottom: 0;
  padding: 0 12px 12px 0;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--primary);
}

.search-input::placeholder {
  color: var(--light-gray-2);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 60px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 120px;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.form-title {
  color: var(--white);
  text-align: left;
  letter-spacing: -1.3px;
  width: 100%;
  font-size: 26px;
  line-height: 1em;
}

.block-quote-name {
  color: var(--white);
  letter-spacing: -1.5px;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1em;
}

.service-details-image {
  object-fit: cover;
  transition: opacity .3s;
}

.service-details-image:hover {
  opacity: .6;
}

.service-details-image.medium-size {
  width: 100%;
  height: 230px;
}

.service-details-image.medium-size:hover {
  opacity: 1;
}

.service-details-content {
  flex-direction: column;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  flex: 0 auto;
  display: flex;
}

.button-wrapper.margin-bottom-medium {
  margin-bottom: 40px;
}

.overflow-hidden {
  overflow: hidden;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.section-three-column {
  display: flex;
}

.third-column {
  background-color: var(--heading);
  width: 45%;
  padding: 130px 15px 130px 30px;
}

.second-column {
  background-image: url('../images/elias-8QOpH6i3eQI-unsplash-1_1elias-8QOpH6i3eQI-unsplash (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.33%;
}

.first-column {
  background-color: var(--white-50);
  flex: 0 auto;
  width: 55%;
  padding: 130px 30px 130px 15px;
}

.form-field {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--transparent) var(--heading) var(--white-50);
  color: var(--white);
  letter-spacing: -1.5px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-height: 50px;
  margin-bottom: 0;
  padding: 0 30px 24px 0;
  font-size: 30px;
  line-height: 1.3;
  transition: border-color .2s;
}

.form-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--white);
  color: var(--white);
  border-radius: 0;
}

.form-field::placeholder {
  color: var(--white);
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button-icon {
  z-index: 7;
  color: var(--primary);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.banner-section-home-2 {
  background-color: var(--heading);
  padding-top: 110px;
  padding-bottom: 50px;
}

.secondary-button-with-icon {
  background-color: var(--heading);
  color: var(--white);
  text-align: left;
  cursor: pointer;
  background-image: url('../images/arrow-up-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  border-radius: 40px;
  min-width: 150px;
  padding: 10px 20px;
  line-height: 1.5em;
  transition: background-color .3s;
}

.secondary-button-with-icon:hover {
  background-color: var(--primary);
  color: var(--white);
}

.secondary-button-with-icon.primary-color-background:hover {
  background-color: var(--heading);
}

.secondary-button-with-icon.white-hover:hover {
  background-color: var(--white);
  color: var(--heading);
  background-image: url('../images/arrow-up-right-3.svg');
}

.features-wrapper {
  width: 100%;
  display: flex;
}

.features-item-wrapper {
  border-bottom: 1px solid var(--light-gray);
  text-align: center;
  width: 100%;
}

.features-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
  transition: transform .3s;
}

.features-image:hover {
  transform: scale(1.04);
}

.home-form-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-absolute {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-benefits-slider-arrow {
  border: 1px solid var(--white-30);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.home-benefits-slider-arrow:hover {
  background-color: var(--white-30);
}

.home-benefits-slider-arrow.right {
  transition: all .3s;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-benefits-slider-arrow.left {
  transition: all .3s;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 80px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.text-dark {
  color: var(--heading);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  width: 100%;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.industries-block-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.tabs-testimonials {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-left {
  text-align: left;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-wrap {
  align-items: center;
  display: flex;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

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

.form.margin-top {
  margin-top: 10px;
}

.style-guide-tab-content-wrapper {
  flex-direction: column;
  display: flex;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 50px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-top: 20px;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border-top: 1px solid var(--heading);
  border-right: 1px solid var(--heading);
  border-bottom: 1px solid var(--heading);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black);
  border-radius: 0;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--heading);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.album-title {
  color: var(--heading);
  text-align: left;
  font-size: 38px;
  transition: color .3s;
}

.album-title:hover {
  color: var(--primary);
}

.album-title.text-white {
  color: var(--white);
  cursor: pointer;
}

.album-title.text-white:hover {
  color: var(--primary);
}

.primary-button-with-icon {
  background-color: var(--primary);
  text-align: left;
  background-image: url('../images/arrow-up-right.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  min-width: 150px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5em;
  transition: background-color .3s;
  display: block;
}

.primary-button-with-icon:hover {
  background-color: var(--heading);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/arrow-up-right.svg');
  background-clip: border-box;
}

.primary-button-with-icon.white-hover:hover {
  background-color: var(--white);
  color: var(--primary);
  background-image: url('../images/arrow-up-right-1.svg');
}

.primary-button-with-icon.button-submit {
  text-align: left;
  font-size: 16px;
  display: block;
}

.landing-text-span {
  color: var(--primary);
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.banner-description-2 {
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  font-size: 70px;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  width: 35%;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 100px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  display: flex;
}

.landing-section-title {
  width: 80%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-banner {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
}

.footer-rights-wrapper {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  color: var(--heading);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
}

.error-message {
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15px;
  padding: 0;
}

.form-block-contacts {
  width: 100%;
  height: 100%;
  min-height: 280px;
  margin-bottom: 0;
}

.block-quote {
  letter-spacing: -2px;
  background-image: url('../images/Mask-group_1Mask group.png');
  background-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.block-quote.text-white {
  color: var(--white);
}

.h1-tablet {
  letter-spacing: -6.5px;
  font-size: 70px;
}

.nav-left-placement-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-left-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-footer {
  max-width: 100%;
  margin-bottom: 0;
}

.form-field-wrapper {
  position: relative;
}

.link-large {
  color: var(--white);
  letter-spacing: -.44px;
  font-size: 22px;
}

.link-large.white {
  color: var(--white);
}

.link-large.white:hover {
  color: var(--primary);
}

.link-large.text-dark {
  color: var(--heading);
}

.link-large.text-dark:hover {
  color: var(--primary);
}

.footer-contact-wrapper {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.form-submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/footer-arrow-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  padding: 10px 0 10px 20px;
  transition: opacity .3s;
  position: absolute;
  top: 4px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-submit-button:hover {
  opacity: .55;
}

.footer-wrapper-contact {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.contact-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-1-top-heading {
  max-width: 430px;
  margin-bottom: 50px;
}

.separator {
  background-color: var(--white-30);
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-title-block-home-1 {
  padding-top: 20px;
}

.banner-home-content {
  width: 100%;
}

.info-wrapper-large {
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.info-wrapper-large-text {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.info-wrapper-large-image-holder {
  width: 50%;
}

.info-wrapper-large-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.banner-top-block-home {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.title-large-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-info-wrapper-left {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.link-large-white-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.card-title-wrap {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.content-album-wrapper {
  border-right: 1px solid var(--light-gray);
  flex-direction: column;
  justify-content: space-between;
  min-height: 296px;
  margin-top: -3px;
  padding: 30px 20px;
  display: flex;
}

.content-album-wrapper.without-borders {
  border-right-style: none;
  border-right-color: var(--transparent);
}

.heading-max-width {
  width: 48%;
}

.heading-max-width.text-left {
  width: 50%;
}

.card-content-wrap {
  width: 100%;
  margin-bottom: 40px;
}

.full-width {
  width: 100%;
  display: flex;
}

.full-width.justify-end {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.service-number {
  font-size: 40px;
  line-height: 1em;
}

.card-description-small {
  color: var(--paragraph-gray);
  text-align: left;
  letter-spacing: -.44px;
  font-size: 18px;
  line-height: 1.5em;
}

.card-description-small.text-white {
  color: var(--white);
}

.text-content-our-story {
  color: var(--paragraph-gray);
  letter-spacing: -.44px;
  flex: 1;
  font-size: 22px;
  line-height: 1.5em;
}

.top-block-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  display: flex;
}

.contacts-input-short {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--light-gray);
  background-color: var(--white);
  color: var(--heading);
  letter-spacing: -.32px;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 12px 12px 0;
  font-size: 16px;
  line-height: 1.5em;
}

.contacts-input-short:focus {
  border-color: transparent transparent var(--primary);
}

.contacts-input-short::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.numbers-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 130px;
  display: grid;
}

.form-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  max-width: 870px;
  padding-top: 10px;
  display: flex;
}

.section-experience {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 130px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.description {
  letter-spacing: -.44px;
  font-size: 22px;
}

.description.text-white {
  letter-spacing: -1.1px;
}

.hero-footer {
  color: var(--white);
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.footer-wrapper-top {
  grid-column-gap: 80px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-wrapper-bottom {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-link-large {
  color: var(--white);
  letter-spacing: -1.3px;
  font-size: 24px;
  line-height: 1em;
}

.number-title {
  color: var(--white);
  text-align: left;
  letter-spacing: -.44px;
  font-size: 60px;
  line-height: 1em;
}

.number-description {
  color: var(--white);
  text-align: left;
  letter-spacing: -.36px;
  font-size: 18px;
  line-height: 1.5em;
}

.number-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 1.5px solid var(--white);
  flex-direction: column;
  padding: 5px 30px;
  display: flex;
}

.footer-contact-text {
  color: var(--white);
}

.text-error {
  color: var(--red);
  text-align: left;
}

.text-form {
  text-align: left;
}

.company-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.company-wrapper.margin-bottom {
  margin-bottom: 130px;
}

.company-card {
  border-top: 1px dashed var(--white-30);
  justify-content: center;
  align-items: center;
  padding: 45px 20px;
  display: flex;
}

.column-wrapper-xmedium {
  width: 45%;
  max-width: 795px;
}

.column-image-xlarge {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 720px;
}

.column-wrapper-content {
  width: 50%;
}

.column-wrapper-large {
  width: 56%;
  max-width: 1125px;
}

.vertical-line {
  border: 1px dashed var(--white-30);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
}

.vertical-line.line-4 {
  left: auto;
  right: 0;
}

.vertical-line.line-3 {
  left: 66.66%;
}

.vertical-line.line-3.hidden {
  display: block;
}

.vertical-line.line-2 {
  left: 33.33%;
}

.heading-large {
  letter-spacing: -4.5px;
  font-size: 80px;
  line-height: 1em;
}

.heading-large-wrapper {
  width: 40%;
}

.secondary-button-white {
  background-color: var(--white);
  color: var(--heading);
  text-align: center;
  border-radius: 40px;
  padding: 10px 20px;
  line-height: 1.5em;
  transition-property: background-color;
}

.secondary-button-white:hover {
  background-color: var(--heading);
  opacity: 1;
  color: var(--white);
}

.footer-title-white {
  color: var(--white);
  text-align: left;
  letter-spacing: -1.3px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1em;
}

.nav-dropdown-column-2 {
  grid-column-gap: 15px;
  width: 100%;
  display: flex;
}

.link-text-wrap {
  position: relative;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-2.w--open {
  border-color: rgba(24, 0, 48, .1);
  border-radius: 8px;
  width: 188px;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 80px;
}

.nav-dropdown-list-2.megamenu {
  width: 360px;
}

.nav-dropdown-list-2.megamenu.w--open {
  border-radius: 0;
  width: 612px;
  display: flex;
  top: 52px;
  left: -161px;
}

.burger-menu-button-wrap {
  display: none;
}

.description-wrapper {
  width: 52%;
}

.heading-wrapper-home-2 {
  width: 100%;
}

.logo-company {
  object-fit: cover;
  width: 140px;
  height: auto;
  max-height: 63px;
  transition: all .2s;
}

.our-story-right-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 780px;
  padding-right: 15px;
  display: flex;
}

.our-story-paragraph {
  color: var(--white);
  letter-spacing: -.44px;
  font-size: 16px;
}

.our-story-paragraph.with-bottom-space {
  margin-bottom: 50px;
}

.column-wrapper-xmedium-info {
  padding-left: 15px;
  padding-right: 20px;
}

.column-wrapper-large-image {
  object-fit: cover;
  width: 100%;
  min-height: 720px;
}

.our-story-title {
  color: var(--white);
  margin-bottom: 50px;
}

.our-story-title.width-medium {
  width: 100%;
}

.section-subtitle-white {
  color: var(--white);
  letter-spacing: -.44px;
  margin-bottom: 24px;
  font-size: 22px;
}

.testimonials-tabs-menu {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: flex;
}

.testimonials-name {
  color: var(--white);
  margin-bottom: 6px;
}

.testimonial-link-item {
  border-top: 1px solid var(--white-30);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 0 0;
  display: flex;
}

.testimonial-link-item.w--current {
  border-top: 2px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.benefits-number {
  color: var(--white);
  letter-spacing: -1.5px;
  font-size: 30px;
  line-height: 1em;
}

.benefits-number.text-dark {
  color: var(--heading);
}

.slider-heading {
  color: var(--white);
  margin-bottom: 16px;
}

.slider-heading.text-dark {
  color: var(--heading);
}

.home-benefits-slide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  padding: 40px 30px;
  display: flex;
}

.home-benefits-slide.white-background {
  background-color: var(--white);
}

.home-benefits-mask {
  width: 49.3%;
  overflow: visible;
}

.sucess-stories-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-top: 60px;
  position: relative;
}

.sucess-stories-slider.section-bottom-space {
  padding-bottom: 130px;
}

.benefits-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  min-height: 195px;
  display: flex;
}

.services-slider-title-wrapper {
  width: 65%;
}

.home-benefits-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
}

.benefits-slide {
  width: 100%;
  margin-right: 30px;
}

.footer-left-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-success {
  text-align: left;
}

.max-with-container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.max-with-container.display-flex {
  justify-content: space-between;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.tab-pane-testimonials {
  width: 100%;
  margin-bottom: 60px;
}

.testimonials-tabs-content {
  min-height: 360px;
}

.testimonials-text-large {
  color: var(--white);
  letter-spacing: -2.5px;
  font-size: 44px;
  line-height: 1.3em;
}

.hero {
  color: var(--white);
  letter-spacing: -8px;
  font-size: 160px;
}

.banner-home-description {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 22px;
}

.home-2-banner-description {
  color: var(--white);
  letter-spacing: -.44px;
  font-size: 20px;
  line-height: 1.5em;
}

.flex-space-between {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-space-between.bottom-spacing {
  margin-bottom: 80px;
}

.our-storytitle {
  width: 45%;
}

.subtitle-home-2 {
  color: var(--primary);
  text-align: left;
  letter-spacing: -.44px;
  width: 100%;
  max-width: 140px;
  font-size: 22px;
}

.subtitle-home-2.text-white {
  color: var(--white);
}

.our-story-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.number-big {
  color: var(--primary);
  letter-spacing: -4px;
  margin-bottom: 12px;
  font-size: 80px;
  line-height: 1em;
}

.numbers-with-line-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-2-banner-section {
  background-color: var(--heading);
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.img-banner-home {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/main-hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-wrapper-content {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  width: 54%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.button-wrap-2 {
  margin-bottom: 40px;
}

.button-wrap-2.without-bottom-spacing {
  margin-bottom: 0;
}

.background-banner-home-2 {
  background-color: var(--primary);
  width: 55%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.banner-home-title {
  color: var(--white);
  letter-spacing: -3px;
  max-width: 100%;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 60px;
}

.right-column-content {
  flex-direction: column;
  align-items: flex-start;
  width: 81%;
  display: flex;
  overflow: hidden;
}

.about-numbers {
  color: var(--paragraph-gray);
  letter-spacing: -.44px;
  font-size: 22px;
  line-height: 1.5em;
}

.about-numbers.text-white {
  color: var(--white);
}

.about-numbers.align-center {
  text-align: left;
  width: 60%;
}

.quote-wrapper {
  background-color: var(--primary);
  width: 80%;
  margin-top: 80px;
  margin-bottom: -130px;
  margin-left: auto;
  padding: 50px 15px 50px 50px;
}

.block-quote-text {
  color: var(--white);
  letter-spacing: -2px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1.3em;
}

.section-experience-home-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-experience-home-2.padding-top {
  padding-top: 130px;
  padding-bottom: 80px;
}

.description-wrapper-home-2 {
  width: 60%;
}

.column-image-about {
  object-fit: cover;
  width: 100%;
  height: 380px;
}

.grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 90%;
  margin-left: auto;
  display: grid;
}

.grid-wrapper.full-width {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.section-subtitle-primary {
  color: var(--red-over-dark);
  letter-spacing: -.44px;
  margin-bottom: 24px;
  font-size: 22px;
}

.company-card-home-2 {
  justify-content: center;
  align-items: center;
  padding: 45px 20px;
  display: flex;
}

.company-card-home-2.no-top-space {
  align-items: flex-start;
  padding-top: 0;
}

.company-card-home-2.no-bottom-space {
  padding-bottom: 0;
}

.name-about {
  color: var(--white);
  line-height: 1.5em;
}

.slider-our-services {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 40px;
  display: flex;
}

.slider-our-services.moises-cards {
  flex-flow: wrap;
  flex: 0 auto;
  align-content: stretch;
  justify-content: space-around;
  position: relative;
}

.content-album-wrapper-services {
  flex-direction: column;
  justify-content: space-between;
  min-height: 286px;
  padding-top: 30px;
  display: flex;
}

.service-number-small {
  color: var(--primary);
  text-align: left;
  letter-spacing: -1.1px;
  font-size: 22px;
  line-height: 1em;
}

.our-services-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.home-services-slider-arrow {
  border: 1px solid var(--black-30);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.home-services-slider-arrow.right {
  transition: all .3s;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-services-slider-arrow.left {
  transition: all .3s;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 80px;
}

.home-services-slider-arrow-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.content-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 81%;
  display: flex;
}

.home-services-mask {
  width: 32%;
  overflow: visible;
}

.services-slide {
  flex: none;
  width: 48%;
  margin-right: 0;
}

.home-services-slider-arrow:hover {
  background-color: var(--light-gray);
}

.home-services-slider-arrow.left, .home-services-slider-arrow.right {
  display: none;
}

.slider-benefits-home-2 {
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 40px;
  display: flex;
}

.home-2-benefits-slider-arrow {
  background-color: var(--white-30);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  transition: border .3s;
  display: flex;
}

.home-2-benefits-slider-arrow:hover {
  border: 1px solid var(--white);
  background-color: var(--transparent);
}

.home-2-benefits-slider-arrow.right {
  transition: all .3s;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-2-benefits-slider-arrow.left {
  transition: all .3s;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 80px;
}

.home-2-benefits-slider-arrow-icon {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
}

.home-2-benefits-mask {
  width: 48.2%;
  overflow: visible;
}

.slide-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.home-2-benefits-slide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  min-height: 375px;
  padding: 30px;
  display: flex;
}

.right-column-content-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 81%;
  display: flex;
  overflow: hidden;
}

.home-2-slider-title-wrapper-copy {
  width: 80%;
}

.benefits-slide-home-2 {
  margin-right: 30px;
}

.home-3-banner-section {
  padding-top: 90px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.home-3-banner-section.without-bottom-spacing {
  padding-bottom: 0;
}

.banner-description-home-3 {
  width: 57%;
  margin-bottom: 40px;
  font-size: 22px;
}

.banner-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.image-home-banner {
  object-fit: cover;
  width: 100%;
  height: 476px;
}

.home-3-image-wrapper {
  position: relative;
}

.banner-numbers-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary);
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.banner-number-wrap {
  text-align: left;
  flex-direction: column;
}

.numbers-with-line-wrap {
  text-align: left;
  flex-direction: column;
  width: 33.3333%;
}

.numbers-with-line-wrap.align-center {
  align-items: center;
  display: flex;
}

.numbers-with-line-wrap.with-border {
  border-right: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-link-item-medium {
  border-top: 1px solid var(--white-30);
  color: var(--white);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 0 0;
  display: flex;
}

.testimonial-link-item-medium:hover {
  color: var(--white-50);
}

.testimonial-link-item-medium.w--current {
  border-top: 2px solid var(--white);
  color: var(--red-over-dark);
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.testimonials-title {
  letter-spacing: -.44px;
  margin-bottom: 6px;
  font-size: 22px;
}

.testimonials-title:hover {
  color: var(--white-50);
}

.navbar-light {
  background-color: var(--transparent);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
}

.features-image-home-3 {
  object-fit: cover;
  width: 100%;
  height: 450px;
  transition: transform .3s;
}

.features-image-home-3:hover {
  transform: scale(1.04);
}

.text-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.check-item {
  grid-column-gap: 10px;
  align-items: center;
  width: 32%;
  display: flex;
}

.check-item.full-width {
  width: 100%;
}

.number-with-line-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.number-with-line-wrap.align-center {
  border-left: 1px solid var(--light-gray);
  align-items: center;
  display: flex;
}

.block-numbers-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.numbers-row-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-content {
  color: var(--heading);
  letter-spacing: -.44px;
  font-size: 22px;
  line-height: 1.5em;
}

.error-message-2 {
  color: #ff4200;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 15px;
  padding: 0;
}

.success-message-2 {
  color: #ff4200;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.columns-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.columns-wrap.map {
  justify-content: center;
}

.text-error-2 {
  color: #f03737;
  text-align: left;
}

.form-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.left-column-form-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-column-content-image {
  object-fit: cover;
  width: 100%;
  max-width: 750px;
  height: 100%;
}

.quote-wrapper-home-3 {
  background-color: var(--primary);
  padding: 40px 30px;
  position: relative;
}

.quote-image-wrapper {
  width: 400px;
  max-width: 570px;
  max-height: 530px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.quote-text-wrapper-home-3 {
  width: 59%;
}

.block-form-contacts {
  width: 100%;
  margin-bottom: 0;
}

.line-divider {
  background-color: var(--light-gray);
  width: 100%;
  height: 1px;
}

.line-divider.hidden {
  display: block;
}

.right-column-image-wrapper {
  align-items: flex-start;
  width: 50%;
}

.left-column-wrapper-info {
  width: 50%;
}

.column-wrapper-image {
  object-fit: cover;
}

.dark-opacity-background {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.primary-button-with-icon-light {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/arrow-up-right-3.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  min-width: 270px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5em;
  transition: background-color .3s;
  display: block;
}

.primary-button-with-icon-light:hover {
  border-width: 1px;
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  border-left-color: var(--primary);
  background-color: var(--heading);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/arrow-up-right.svg');
  background-clip: border-box;
}

.primary-button-with-icon-light.primary-hover:hover {
  background-color: var(--primary);
}

.right-column {
  flex-direction: column;
  width: 40%;
  margin-left: auto;
  padding-right: 0;
  display: flex;
}

.section-subtitle-light {
  color: var(--white);
  letter-spacing: -.44px;
  font-size: 22px;
}

.section-subtitle-light:hover {
  opacity: 1;
  color: var(--white);
}

.section-subtitle-light.title-bottom-space {
  margin-bottom: 24px;
}

.title-medium {
  color: var(--white);
  margin-bottom: 60px;
  line-height: 1.3em;
}

.about-us-banner {
  background-color: var(--heading);
  min-height: 80vh;
  padding-top: 114px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.img-banner {
  z-index: 1;
  object-fit: cover;
  width: 47%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.banner-about-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 53%;
  height: 100%;
  display: flex;
}

.banner-description-about {
  color: var(--white);
  letter-spacing: -1.1px;
  font-size: 22px;
  line-height: 1.2em;
}

.about-title {
  line-height: 1.2em;
}

.left-subtitle {
  color: var(--primary);
  letter-spacing: -.44px;
  width: 100%;
  max-width: 150px;
  font-size: 22px;
}

.number {
  color: var(--primary);
  letter-spacing: -5px;
  margin-bottom: 12px;
  font-size: 100px;
  line-height: 1em;
}

.number-wrap {
  text-align: left;
  flex-direction: column;
  width: 33.33%;
}

.about-number {
  letter-spacing: -.44px;
  font-size: 22px;
  line-height: 1.5em;
}

.block-numbers {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.item-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--light-gray);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.item-list.last-item {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.number-link-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.right-column-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-text {
  color: var(--paragraph-gray);
  margin-bottom: 40px;
}

.about-text.text-white {
  color: var(--white);
}

.header-large-about-us {
  letter-spacing: -3px;
  margin-bottom: 24px;
  font-size: 58px;
  line-height: 1em;
}

.margin-bottom-medium {
  margin-bottom: 0;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-home-3 {
  letter-spacing: -3px;
  width: 60%;
  margin-bottom: 24px;
  font-size: 60px;
}

.item-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
  padding: 30px 20px;
  display: flex;
  position: absolute;
}

.colection-item-wrapper {
  transition: transform .3s;
}

.colection-item-wrapper:hover {
  transform: scale(1.04);
}

.features-content {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.full-width-home-3 {
  width: 100%;
}

.features-wrapper-home-3 {
  display: flex;
}

.number-big-banner {
  color: var(--white);
  letter-spacing: -4px;
  margin-bottom: 12px;
  font-size: 70px;
  line-height: 1em;
}

.card-title {
  color: var(--primary);
  text-align: left;
  letter-spacing: -2px;
  font-size: 40px;
}

.testimonials-card-position-2 {
  color: var(--heading);
  text-align: left;
  margin-bottom: 20px;
}

.testimonials-item {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  box-shadow: 0 0 50px rgba(15, 92, 250, .08);
}

.testimonials-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.banner-background-image {
  padding-top: 200px;
  padding-bottom: 130px;
}

.banner-background-image.image-careers {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/pexels-edmond-dantès-8550499-2_1pexels-edmond-dantès-8550499 (2).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-background-image.image-leadership {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/pexels-tiger-lily-4483770-1_1pexels-tiger-lily-4483770 (1).webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.banner-background-image.image-services-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/servicios-hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-background-image.image-testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Image-Banner_1Image Banner.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.banner-background-image.image-about-us-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/pexels-matthis.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-background-image.image-pricing {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/pexels-tiger-lily-1_1pexels-tiger-lily (1).webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.banner-background-image.image-our-clients {
  background-image: linear-gradient(rgba(129, 33, 0, .3), rgba(129, 33, 0, .3)), url('../images/Banner-Image_1Banner Image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-background-image.image-changelog {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/pexels-tiger-lily-4483770-1_1pexels-tiger-lily-4483770 (1).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.banner-background-image.image-licencing {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Photo-Cargo-19_1Photo Cargo 19.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-background-image.image-why-choose-us {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/airplain.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-background-image.image-mercancias-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/mercancias-hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-background-image.image-nosotros-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/nosotros-hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.banner-background-image.image-contacto-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/contacto-hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.services-wrapper-with-space {
  padding-left: 0;
  padding-right: 0;
}

.our-services-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.services-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.item-content-wrapper-copy {
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
  padding: 30px 20px;
  display: flex;
  position: absolute;
}

.home-4-banner {
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.background-video {
  z-index: -2;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.banner-large-title {
  color: var(--white);
  letter-spacing: -3px;
  width: 49%;
  margin-bottom: 30px;
  font-size: 60px;
}

.banner-large-description {
  color: var(--white);
  width: 55%;
  margin-bottom: 40px;
  font-size: 22px;
}

.banner-large-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonials-item-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.testimonial-card-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.testimonials-image-wrapper {
  width: 100%;
}

.card-wrap {
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 30px 20px;
  display: flex;
}

.title-testimonials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--light-gray);
  flex-flow: column wrap;
  min-height: 100px;
  margin-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.block-quote-wrapper {
  text-align: center;
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.person-item-info-name {
  color: var(--primary);
  font-size: 22px;
}

.person-item-container {
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(148, 144, 144, .2);
}

.person-item {
  background-color: rgba(53, 82, 99, .05);
}

.leaderships-items-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.person-item-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 138px;
  padding: 20px;
  display: flex;
}

.person-image {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
}

.text-description {
  color: var(--heading);
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pages-subheading {
  color: #fff;
  background-color: #ff6138;
  border-radius: 12.5px;
  margin-bottom: 0;
  padding: 6px 34px;
  display: inline-block;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
}

.location-name {
  letter-spacing: -1.3px;
}

.column-image {
  object-fit: cover;
  width: auto;
  height: 720px;
  max-height: 720px;
}

.left-column-image {
  max-width: 750px;
}

.background-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-video {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/image-video-background_1image video background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: flex;
  position: relative;
}

.about-video.bottom-spacing {
  margin-bottom: 40px;
}

.right-column-content-home-3 {
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
  max-width: none;
  display: flex;
}

.left-column-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.date-item-info-wrrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.date-info {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}

.date-info.text-white {
  color: var(--white);
}

.fa-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.text-content-calculation {
  color: var(--heading);
  letter-spacing: -.44px;
  flex: 1;
  font-size: 22px;
  line-height: 1.5em;
}

.photos-section-image {
  object-fit: cover;
  width: 25%;
  height: 25vw;
}

.features-image-services {
  object-fit: cover;
  width: 100%;
  height: 380px;
  transition: transform .3s;
}

.features-image-services:hover {
  transform: scale(1.04);
}

.card-position-description {
  color: var(--heading);
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-title-wrap {
  text-align: left;
  margin-bottom: 40px;
}

.section-title-right {
  text-align: left;
}

.section-small-wrapper {
  flex-flow: column wrap;
  width: 100%;
  display: flex;
}

.section-small-wrapper.margin-bottom-small {
  margin-bottom: 20px;
}

.heading-all-parts {
  color: var(--white);
  width: 80%;
  margin-bottom: 24px;
}

.details-carrer {
  border-bottom: 1px solid var(--primary);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 20px;
  display: flex;
}

.collection-list-item-job {
  border: 1px solid var(--light-gray);
  padding: 30px;
  box-shadow: 0 0 15px rgba(148, 144, 144, .2);
}

.location-work {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.location-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.job-position {
  margin-bottom: 10px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 200px;
  display: flex;
}

.job-position-title {
  transition: color .3s;
}

.job-position-title:hover {
  color: var(--primary);
}

.footer-without-top-border {
  background-color: var(--heading);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-wrapper-without-top-border {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.bottom-spacing {
  margin-bottom: 24px;
}

.our-clients-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.our-clients-wrapper {
  border: 1px solid var(--light-gray);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 360px;
  padding: 30px;
  transition: border-color .3s;
  display: flex;
  box-shadow: 0 0 15px rgba(148, 144, 144, .2);
}

.our-clients-wrapper:hover {
  border-color: var(--primary);
}

.our-clients-image {
  margin-bottom: 20px;
}

.play-icon {
  padding-right: 7px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.card-item-2 {
  background-color: var(--paragraph-gray);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  padding: 30px;
  display: flex;
}

.card-item-1 {
  background-color: var(--paragraph-gray);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  padding: 30px;
  display: flex;
}

.card-item-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Photo-Cargo-29_1Photo Cargo 29.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 320px;
  padding: 30px;
  display: flex;
}

.banner-title-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.lines-bg-wrapper {
  z-index: -1;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15px;
  right: 15px;
}

.image-overlay-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lines {
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
  width: 36%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pages-banner {
  justify-content: center;
  align-items: center;
  padding-top: 225px;
  padding-bottom: 0;
  position: relative;
}

.pages-banner.contact-us {
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.pages-banner.our-mission {
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.pages-banner.services-2 {
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.pages-banner.services-3 {
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.pages-banner.with-bottom-spacing {
  padding-bottom: 130px;
}

.contact-link {
  color: var(--heading);
  font-size: 22px;
}

.contacts-form {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contscts-form-description {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.contact-form-wrapper {
  width: 50%;
  height: 100%;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--light-gray);
  color: var(--heading);
  letter-spacing: -.32px;
  border-radius: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5em;
}

.textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) var(--primary);
}

.textarea::placeholder {
  color: var(--dark-gray);
}

.contact-link-card {
  color: var(--white);
  font-size: 30px;
}

.contact-link-card:hover {
  color: var(--primary);
}

.contact-link-card.margin-bottom-10 {
  margin-bottom: 10px;
}

.contact-link-card.margin-bottom-10:hover {
  color: var(--white);
}

.job-position-sidebar-wrapper {
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 28%;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.date-info-wrapper {
  margin-bottom: 40px;
}

.faq-title-wrap {
  width: 35%;
  margin-right: 20px;
}

.faq-text-wrap {
  width: 60%;
}

.faq-content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.faq-number {
  color: var(--primary);
  letter-spacing: -.44px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.faq-title {
  margin-top: 0;
  margin-bottom: 0;
}

.faq-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.faq-item {
  border-bottom: 1px solid var(--light-gray);
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-item.first-item {
  padding-top: 0;
}

.faq-item.last-item {
  border-bottom-style: none;
}

.services-list-container {
  border-bottom: 1px solid var(--light-gray);
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.item-title {
  margin-bottom: 20px;
}

.services-list-item {
  width: 25%;
}

.services-content-wrap {
  border-left: 1px solid var(--light-gray);
  min-height: 245px;
  padding: 20px;
}

.services-image-item {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.our-mission-drive-content {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.our-mission-drive-content.right-padding {
  justify-content: space-between;
  width: 50%;
}

.our-mission-info-drive {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.our-mission-video {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Photo-Cargo-19_1Photo Cargo 19.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 320px;
  display: flex;
  position: relative;
}

.pricing-plan-list-2 {
  grid-row-gap: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-list-wrapper {
  grid-row-gap: 20px;
  background-color: rgba(234, 234, 234, .5);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.pricing-list-wrapper.center-style {
  background-color: #ff7d54;
}

.image-banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.subtitle-card-pricing {
  margin-bottom: 20px;
}

.title-services-1 {
  width: 45%;
}

.form-block-services-1 {
  margin-bottom: 0;
}

.card-description-services-1 {
  max-width: 350px;
  margin-bottom: 40px;
}

.number-item {
  color: var(--primary);
  letter-spacing: -1.5px;
  font-size: 30px;
  line-height: 1em;
}

.color-dark-background {
  background-color: var(--heading);
}

.loop-logo {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-loop {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.primary-button-with-icon-long {
  background-color: var(--primary);
  text-align: left;
  background-image: url('../images/arrow-up-right.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  min-width: 270px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5em;
  transition-property: background-color;
  display: block;
}

.primary-button-with-icon-long:hover {
  border-width: 1px;
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  border-left-color: var(--primary);
  background-color: var(--heading);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/arrow-up-right.svg');
  background-clip: border-box;
}

.primary-button-with-icon-long.white-hover {
  transition-duration: .3s;
}

.primary-button-with-icon-long.white-hover:hover {
  background-color: var(--white);
  color: var(--primary);
  background-image: url('../images/arrow-up-right-1.svg');
}

.secondary-button-with-icon-long {
  background-color: var(--heading);
  color: var(--white);
  text-align: left;
  cursor: pointer;
  background-image: url('../images/arrow-up-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  border-radius: 40px;
  min-width: 270px;
  padding: 10px 20px;
  line-height: 1.5em;
  transition-property: background-color;
}

.secondary-button-with-icon-long:hover {
  background-color: var(--primary);
  color: var(--white);
}

.form-block-contact-us {
  width: 100%;
  min-height: 390px;
  margin-bottom: 0;
}

.our-clients-text-description {
  margin-bottom: 40px;
}

.title-services {
  color: var(--white);
  margin-bottom: 24px;
  line-height: 1.3em;
}

.description-text {
  color: var(--white);
  margin-bottom: 40px;
}

._404-heading {
  color: var(--primary);
  letter-spacing: -4.5px;
  margin-bottom: 20px;
  font-size: 140px;
}

.logo-loop-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.services-collection-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.title-services-1.bottom-spacing {
  margin-bottom: 0;
}

.title-services-details {
  width: 42%;
}

.banner-blog-section {
  justify-content: center;
  padding-top: 225px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.blog-details-img-banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dark-opacity-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services-slider-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider-mask {
  width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  padding-top: 40px;
  display: flex;
}

.services-slide-item {
  width: 33.35%;
}

.services-item-wrapper {
  width: 100%;
}

.rich-text-block-white h1 {
  color: var(--white);
}

.rich-text-block-white h2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 15px;
}

.rich-text-block-white p {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text-block-white h3, .rich-text-block-white h4, .rich-text-block-white h5, .rich-text-block-white h6 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-block-white blockquote {
  color: var(--white);
}

.rich-text-block-white ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: square;
}

.rich-text-block-white ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block-white strong {
  color: var(--white);
}

.rich-text-block h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-block p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rich-text-block h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-block ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-block li {
  color: var(--heading);
}

.rich-text-block h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-block ol {
  list-style-type: none;
}

.categories-collection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.home-blog-content {
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  flex-direction: column;
  justify-content: space-between;
  min-height: 295px;
  padding: 20px 30px;
  display: flex;
}

.title {
  margin-top: 0;
  margin-bottom: 10px;
  transition: color .3s;
}

.title:hover {
  color: #ff5400;
}

.home-blog-category {
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 20px;
  transition-property: background-color;
  transition-duration: .3s;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 0;
  right: auto;
}

.home-blog-category:hover {
  background-color: var(--heading);
  color: var(--white);
}

.home-blog-category.w--current {
  font-size: 16px;
}

.home-blog-category.w--current:hover {
  color: var(--white);
}

.image-item-link {
  width: 100%;
  transition-property: opacity;
  transition-duration: .2s;
}

.image-item-link:hover {
  opacity: .9;
}

.image-item-wrapper {
  position: relative;
}

.blog-collection-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.services-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: transform .3s;
}

.services-image:hover {
  transform: scale(1.04);
}

.services-title-wrapper {
  width: 50%;
}

.services-content-wrapper {
  width: 100%;
  display: flex;
}

.text-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.number-item-small {
  color: var(--red-over-dark);
  letter-spacing: -1.5px;
  font-size: 22px;
  line-height: 1.5em;
}

.title-about {
  color: var(--white);
}

.grid-wrapper-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.title-wrapper {
  text-align: left;
  width: 50%;
}

.title-pricing {
  text-align: left;
  max-width: 450px;
  margin-bottom: 20px;
}

.pricing-content-wrap {
  text-align: left;
  width: 55%;
  margin-bottom: 60px;
}

.section-title-left {
  text-align: left;
}

.form-content-description {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.about-us-video {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/image-video-background_1image video background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 320px;
  display: flex;
}

.column-content-wrapper {
  width: 50%;
  padding-right: 15px;
}

.small-subtitle {
  z-index: 10;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.number-item-2 {
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.title-card-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--primary);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.services-card-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.services-image-wrapper {
  width: 100%;
}

.services-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.services-item-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-content-about-us {
  color: var(--white);
  letter-spacing: -.44px;
  width: 420px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.5em;
}

.heading-careers {
  text-align: left;
  width: 45%;
}

.heading {
  text-align: left;
  width: 40%;
}

.form-text-content {
  color: var(--heading);
  letter-spacing: -.44px;
  font-size: 22px;
  line-height: 1.5em;
}

.form-contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.columns-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.title-leadership {
  margin-bottom: 24px;
}

.column-video {
  width: 50%;
}

.column-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-height: 550px;
  display: flex;
}

.logistica-banner {
  aspect-ratio: 2.39;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/logistica-internacional-hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 360px;
  margin-top: 100px;
  position: relative;
}

.services-2-image-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Image-Cargo-3-1_1Image Cargo 3 (1).webp');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  width: 100%;
  height: 360px;
  margin-top: 100px;
  position: relative;
}

.contact-us-image-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Image-Cargo_1Image Cargo.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  width: 100%;
  height: 360px;
  margin-top: 100px;
  position: relative;
}

.faq-image-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/image-video-background_1image video background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 360px;
  margin-top: 100px;
  position: relative;
}

.our-mission-image-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-tiger-lily-4487361_1pexels-tiger-lily-4487361.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 360px;
  margin-top: 100px;
  position: relative;
}

.services-collection-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  height: 360px;
  margin-top: 100px;
  position: relative;
}

.collection-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column-left {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  display: flex;
}

.left-column {
  width: 50%;
}

.right-column-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-banner {
  border-bottom: 1px solid var(--light-gray);
  justify-content: center;
  align-items: center;
  padding-top: 225px;
  padding-bottom: 130px;
}

.blog-banner-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.left-column-banner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-column-banner {
  text-align: right;
  width: 25%;
}

.date-collection-banner {
  color: var(--white);
  letter-spacing: -.44px;
  font-size: 22px;
}

.style-guide-banner {
  background-color: var(--heading);
  padding-top: 225px;
  padding-bottom: 130px;
}

.slider-arrow {
  border: 1px solid var(--white-30);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.slider-arrow:hover {
  background-color: var(--primary);
  border-style: none;
}

.slider-arrow.right {
  transition: all .3s;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-arrow.left {
  transition: all .3s;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 80px;
}

.services-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
}

.left-numbers-wrapper {
  grid-column-gap: 80px;
  display: flex;
}

.home-2-banner-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-us-2-section {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/pexels-artem-podrez-5025669-1_1pexels-artem-podrez-5025669 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 130px;
  display: flex;
}

.number-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.left-banner-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.primary-color-text {
  color: var(--primary);
}

.services-collection-image {
  object-fit: cover;
  width: 100%;
  height: 380px;
  transition: transform .3s;
}

.services-collection-image:hover {
  transform: scale(1.04);
}

.services-collection-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.pagination {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
}

.section-text-wrapper-copy {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.homepages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.licensing-video-link {
  width: 100%;
  margin-bottom: 60px;
}

.background-video-2 {
  height: 460px;
}

.banner-blog-category {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 15px;
  padding: 5px 20px;
  transition-property: background-color;
  transition-duration: .3s;
}

.banner-blog-category:hover {
  background-color: var(--white);
  color: var(--heading);
}

.banner-blog-category.w--current {
  font-size: 16px;
}

.banner-blog-category.w--current:hover {
  color: var(--white);
}

.blog-banner-title {
  color: var(--white);
  width: 90%;
}

.list-item {
  color: var(--primary);
  list-style-type: square;
}

.list-item.text-dark {
  color: var(--heading);
}

.blog-template-prev {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.blog-template-prev-button-2 {
  flex: 1;
  display: flex;
}

.title-our-story {
  color: var(--white);
}

.title-our-story.bottom-spacing-large {
  margin-bottom: 50px;
}

.nav-icon {
  margin-top: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-wrap {
  align-items: center;
  display: flex;
}

.nav-icon-white {
  color: var(--white);
  margin-top: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 297px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.footer-rights-2 {
  grid-column-gap: 10px;
  color: #fff;
  letter-spacing: -.9px;
  font-size: 18px;
  line-height: 1em;
}

.footer-social-link-2 {
  color: #fff;
  text-align: right;
  letter-spacing: -.9px;
  font-size: 18px;
  line-height: 1em;
  transition: color .2s;
}

.footer-social-link-2:hover {
  color: #ff4200;
}

.footer-social-link-2.last {
  margin-right: 0;
}

.our-mission-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 50%;
}

.our-mission-image.right, .our-mission-image.fix-right, .our-mission-image.fix-left {
  width: 45%;
}

.footer-brand-small-text {
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 400;
}

.image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.text-block {
  color: var(--heading);
}

.text-block.white {
  color: var(--white);
}

.link-block, .link-block-2, .link-block-3 {
  width: 100%;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
}

.heading-3, .heading-4 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.heading-5, .heading-6, .heading-7 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.imagen-mercancias {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.aduanales-banner {
  aspect-ratio: 2.39;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/servicios-aduanales-hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 360px;
  margin-top: 100px;
  position: relative;
}

.china-banner {
  aspect-ratio: 2.39;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/china-hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 360px;
  margin-top: 100px;
  position: relative;
}

.parrafo-politicas {
  text-align: left;
  margin-bottom: 20px;
}

.parrafo-politicas.text-dark {
  text-align: left;
}

.lista-bullets {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 42px;
  list-style-type: disc;
}

.link-aviso {
  font-size: 18px;
}

.lottie-animation {
  display: none;
}

.whatsapp-link-white {
  max-width: 24px;
  transition: opacity .3s;
}

.whatsapp-link-white:hover {
  opacity: .7;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.whatsapp-link-dark {
  max-width: 24px;
  transition: opacity .3s;
}

.whatsapp-link-dark:hover {
  opacity: .7;
}

.image-3 {
  max-width: 24px;
}

.whatsapp-icon-red {
  max-width: 24px;
  margin-right: 10px;
}

.footer-wrapper-direccion {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.direccion-footer {
  color: var(--white);
  text-align: left;
  font-size: 24px;
  line-height: 1.5em;
}

.footer-datos {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.map-column {
  width: 100%;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  border-style: solid;
  border-color: var(--primary);
  color: var(--primary);
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  border-radius: 8rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
  transition: background-color .2s, color .3s;
}

.fs-cc-prefs_button:hover {
  background-color: var(--heading);
  color: var(--white);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--heading);
  background-color: #fff;
  border-radius: 8rem;
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  background-color: var(--primary);
  color: var(--white);
}

.fs-cc-banner_text {
  color: var(--heading);
  margin-right: 1.5rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: .75rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 7.2rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border: 2px #000;
  border-radius: 8rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  transition-property: background-color;
}

.fs-cc-banner_button:hover {
  background-color: var(--heading);
  color: var(--white);
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--primary);
  color: var(--heading);
  background-color: #f5f5f5;
  border-radius: 8rem;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  background-color: var(--primary);
  color: var(--white);
  border-style: none;
}

.fs-cc-prefs_title {
  color: var(--heading);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-label, .div-block-3 {
  display: none;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 60px;
  }

  h3 {
    letter-spacing: -3px;
  }

  h5 {
    letter-spacing: -1.5px;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.image-full-height {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .base-container.experience-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.grid-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .h2-tablet {
    letter-spacing: -4px;
  }

  .h6-mobile {
    font-family: Inter, sans-serif;
  }

  .primary-button.white-hover.contact-button-en {
    text-align: center;
    width: 32%;
  }

  .primary-button.margin-left-50.contact-button-dark-en {
    width: 32%;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .password-input {
    padding: 0 12px 12px 0;
  }

  .password-input::placeholder {
    color: var(--light-gray-2);
  }

  .coming-soon-heading {
    letter-spacing: -3.5px;
    max-width: 550px;
    font-size: 70px;
  }

  .image-item {
    height: 320px;
  }

  .footer-rights {
    letter-spacing: -1px;
    font-size: 20px;
  }

  .footer-copyright {
    text-align: right;
    letter-spacing: -1px;
    font-size: 18px;
  }

  .footer-social-link {
    letter-spacing: -1px;
    font-size: 20px;
  }

  .section-text-wrapper {
    justify-content: space-between;
  }

  .career-customers-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-description {
    letter-spacing: -1.1px;
    font-size: 22px;
  }

  .banner-description.text-white {
    max-width: 670px;
  }

  .banner-description.text-white.medium-width {
    max-width: 450px;
  }

  .pricing-plans-wrapper.section-bottom-spacing {
    margin-bottom: 150px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .coming-soon-image {
    width: 50%;
  }

  .hidden {
    display: flex;
  }

  .footer-link {
    letter-spacing: -1px;
    font-size: 22px;
  }

  .footer-wrapper {
    grid-row-gap: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .search-section {
    margin-bottom: 80px;
    padding-top: 160px;
  }

  .form-title {
    letter-spacing: -1.3px;
  }

  .service-details-image.medium-size {
    height: 285px;
  }

  .button-wrapper.margin-bottom-medium {
    margin-bottom: 50px;
  }

  .third-column, .first-column {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .form-field {
    min-height: 55px;
  }

  .features-image {
    height: 480px;
  }

  .home-form-wrapper {
    grid-column-gap: 210px;
  }

  .home-benefits-slider-arrow {
    width: 70px;
    height: 70px;
  }

  .home-benefits-slider-arrow.left {
    width: 70px;
    height: 70px;
    right: 90px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .section-banner {
    padding-bottom: 100px;
  }

  .footer-rights-wrapper {
    grid-column-gap: 40px;
  }

  .form-block-contacts {
    min-height: 312px;
  }

  .block-quote {
    letter-spacing: -2.5px;
    font-size: 46px;
  }

  .nav-left-placement-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-left-links {
    width: 100%;
  }

  .footer-contact-wrapper {
    grid-column-gap: 70px;
  }

  .footer-wrapper-contact {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
  }

  .banner-home-content {
    width: 100%;
    display: block;
  }

  .banner-top-block-home {
    width: 95%;
  }

  .content-album-wrapper {
    min-height: 307px;
  }

  .heading-max-width {
    width: 40%;
  }

  .heading-max-width.text-left {
    width: 60%;
  }

  .card-description-small {
    font-size: 22px;
  }

  .top-block-form {
    grid-column-gap: 30px;
    flex-direction: row;
    display: flex;
  }

  .numbers-wrapper {
    margin-top: 100px;
    margin-bottom: 150px;
  }

  .section-experience {
    padding-top: 150px;
  }

  .hero-footer {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .footer-wrapper-top {
    grid-column-gap: 70px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-wrapper-bottom {
    grid-column-gap: 80px;
  }

  .footer-link-large {
    font-size: 26px;
  }

  .number-title {
    width: 42%;
  }

  .company-wrapper.margin-bottom {
    margin-bottom: 150px;
  }

  .company-card {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .column-wrapper-xmedium.text-left {
    width: 44%;
  }

  .column-image-xlarge {
    min-height: 790px;
  }

  .column-wrapper-large {
    width: 58%;
  }

  .vertical-line.line-4 {
    right: 0;
  }

  .heading-large {
    font-size: 90px;
  }

  .footer-title-white {
    font-size: 30px;
  }

  .nav-dropdown-list-2.megamenu.w--open {
    left: 0;
  }

  .description-wrapper {
    width: 45%;
  }

  .our-story-paragraph {
    font-size: 18px;
  }

  .our-story-paragraph.with-bottom-space {
    margin-bottom: 60px;
  }

  .column-wrapper-xmedium-info {
    padding-right: 48px;
  }

  .column-wrapper-large-image {
    min-height: 790px;
  }

  .our-story-title {
    font-size: 50px;
  }

  .testimonials-name {
    font-family: Inter, sans-serif;
    font-size: 22px;
  }

  .home-benefits-slide {
    min-height: auto;
  }

  .home-benefits-mask {
    width: 50%;
  }

  .sucess-stories-slider.section-bottom-space {
    padding-bottom: 150px;
  }

  .benefits-text-wrapper {
    min-height: 225px;
  }

  .services-slider-title-wrapper {
    width: 66%;
  }

  .max-with-container.display-flex {
    margin-right: 0;
    padding-left: 45px;
  }

  .testimonials-text-large {
    letter-spacing: -3px;
    font-size: 50px;
  }

  .hero {
    font-size: 170px;
  }

  .home-2-banner-description {
    width: 97%;
  }

  .our-storytitle {
    width: 47%;
  }

  .our-story-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrap-2 {
    margin-bottom: 50px;
  }

  .about-numbers, .about-numbers.align-center {
    width: auto;
  }

  .quote-wrapper {
    background-color: var(--primary);
    width: 78.4%;
    margin-bottom: -150px;
    padding-right: 50px;
  }

  .block-quote-text {
    letter-spacing: -2.5px;
    font-size: 46px;
  }

  .section-experience-home-2.padding-top {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .description-wrapper-home-2 {
    width: 50%;
  }

  .column-image-about {
    height: 420px;
  }

  .grid-wrapper {
    grid-row-gap: 50px;
  }

  .company-card-home-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .slider-our-services {
    padding-top: 50px;
  }

  .content-album-wrapper-services {
    min-height: 310px;
  }

  .service-number-small {
    letter-spacing: -1.5px;
    font-size: 30px;
  }

  .home-services-slider-arrow.left {
    right: 90px;
  }

  .slider-benefits-home-2 {
    padding-top: 50px;
  }

  .home-2-benefits-slide {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-2-slider-title-wrapper-copy {
    width: 75%;
  }

  .image-logo-navbar {
    height: 35px;
  }

  .image-logo-navbar.hidden {
    display: none;
  }

  .banner-description-home-3 {
    margin-bottom: 50px;
  }

  .banner-wrapper {
    margin-bottom: 110px;
  }

  .image-home-banner {
    height: 576px;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 60px;
    bottom: 60px;
    right: 60px;
  }

  .features-image-home-3 {
    height: 550px;
  }

  .check-item {
    width: 27%;
  }

  .columns-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 100%;
  }

  .left-column-form-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .quote-wrapper-home-3 {
    background-color: var(--primary);
  }

  .quote-image-wrapper {
    width: 510px;
    top: 40px;
    right: 30px;
  }

  .quote-text-wrapper-home-3 {
    width: 59%;
  }

  .title-medium {
    letter-spacing: -3px;
  }

  .about-us-banner {
    min-height: 100vh;
    padding-top: 175px;
    padding-bottom: 100px;
  }

  .img-banner {
    width: 43%;
  }

  .banner-about-wrapper {
    width: 53%;
  }

  .banner-description-about {
    letter-spacing: -1.5px;
    font-size: 30px;
  }

  .left-subtitle {
    max-width: 150px;
  }

  .number {
    letter-spacing: -6px;
    font-size: 118px;
  }

  .about-number {
    width: auto;
  }

  .number-link-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-text {
    width: 100%;
    margin-bottom: 50px;
  }

  .section-title-wrapper {
    margin-bottom: 60px;
  }

  .banner-title-home-3 {
    font-size: 60px;
  }

  .item-content-wrapper {
    min-height: 307px;
  }

  .testimonials-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-background-image {
    padding-top: 245px;
    padding-bottom: 150px;
  }

  .services-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .item-content-wrapper-copy {
    min-height: 307px;
  }

  .banner-large-title {
    letter-spacing: -4px;
    width: 60%;
    font-size: 80px;
  }

  .testimonials-item-card {
    min-height: 390px;
  }

  .testimonial-card-image {
    width: 100%;
    height: 340px;
  }

  .testimonials-image-wrapper {
    min-width: 260px;
  }

  .card-wrap {
    flex-direction: column;
    min-height: 338px;
  }

  .block-quote-wrapper {
    width: 95%;
  }

  .leaderships-items-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .column-image {
    max-height: 640px;
  }

  .about-video {
    min-height: 530px;
  }

  .right-column-content-home-3 {
    max-width: none;
  }

  .photos-section {
    width: 100%;
  }

  .photos-section-image {
    width: 25%;
  }

  .features-image-services {
    height: 460px;
  }

  .section-title-wrap {
    justify-content: space-between;
  }

  .heading-all-parts {
    width: 80%;
  }

  .collection-list-item-job {
    height: 100%;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 230px;
    display: flex;
  }

  .footer-without-top-border {
    padding-top: 100px;
  }

  .footer-wrapper-without-top-border {
    grid-row-gap: 100px;
    margin-bottom: 100px;
  }

  .our-clients-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .lines-bg-wrapper {
    max-width: 1170px;
  }

  .pages-banner {
    background-color: var(--transparent);
    padding-top: 245px;
  }

  .pages-banner.with-bottom-spacing {
    padding-bottom: 150px;
  }

  .contacts-form {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .services-image-item {
    height: 220px;
  }

  .our-mission-drive-content {
    width: 51%;
  }

  .our-mission-info-drive {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .title-services-1 {
    width: 47%;
  }

  .title-services {
    letter-spacing: -3px;
  }

  .banner-blog-section {
    padding-top: 245px;
    padding-bottom: 150px;
  }

  .slider-wrapper {
    padding-top: 50px;
  }

  .rich-text-block h2 {
    font-size: 50px;
  }

  .categories-collection {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-collection-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }

  .services-image {
    height: 360px;
  }

  .grid-wrapper-copy {
    grid-row-gap: 50px;
  }

  .title-wrapper {
    justify-content: space-between;
  }

  .pricing-content-wrap {
    justify-content: space-between;
    margin-bottom: 100px;
  }

  .form-content-description {
    width: 55%;
  }

  .services-card-image {
    width: 100%;
    height: 340px;
  }

  .services-image-wrapper {
    min-width: 260px;
  }

  .services-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-content-about-us {
    width: 520px;
    margin-bottom: 60px;
  }

  .heading-careers, .heading {
    width: 47%;
  }

  .form-contact-wrapper {
    grid-column-gap: 200px;
  }

  .columns-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 100%;
  }

  .columns-wrapper.job-position-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .collection-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .column-left {
    width: 54%;
  }

  .right-column-wrapper {
    width: 55%;
  }

  .blog-banner {
    background-color: var(--transparent);
    padding-top: 245px;
    padding-bottom: 150px;
  }

  .style-guide-banner {
    padding-top: 245px;
    padding-bottom: 150px;
  }

  .slider-arrow {
    width: 70px;
    height: 70px;
  }

  .slider-arrow.right {
    top: -70px;
  }

  .slider-arrow.left {
    width: 70px;
    height: 70px;
    top: -70px;
    right: 90px;
  }

  .home-2-banner-wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .about-us-2-section {
    height: 90vh;
    padding-bottom: 150px;
  }

  .left-banner-wrapper {
    padding-top: 0;
  }

  .section-text-wrapper-copy {
    justify-content: space-between;
  }

  .title-our-story {
    font-size: 50px;
  }

  .footer-rights-2 {
    letter-spacing: -1px;
    font-size: 20px;
  }

  .footer-social-link-2 {
    letter-spacing: -1px;
    font-size: 18px;
  }

  .text-block.white {
    color: var(--white);
  }

  .direccion-footer {
    font-size: 26px;
  }
}

@media screen and (min-width: 1440px) {
  h4, h6 {
    margin-bottom: 10px;
  }

  .base-container {
    max-width: 1340px;
  }

  .base-container.style-guide {
    max-width: 1200px;
  }

  .base-container.grid-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 120px;
  }

  .footer-links-wrapper {
    width: 100%;
  }

  .form-title {
    letter-spacing: -1.3px;
    font-size: 30px;
  }

  .service-details-image.medium-size {
    height: 320px;
  }

  .third-column {
    padding-left: 60px;
  }

  .first-column {
    padding-left: 30px;
    padding-right: 60px;
  }

  .form-field {
    min-height: 65px;
    font-size: 40px;
  }

  .features-item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .features-image {
    height: 560px;
  }

  .home-form-wrapper {
    grid-column-gap: 330px;
    background-color: rgba(0, 0, 0, 0);
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .footer-rights-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .block-quote {
    font-size: 50px;
  }

  .nav-left-placement-wrapper {
    grid-column-gap: 80px;
  }

  .footer-left-links {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .footer-contact-wrapper {
    grid-column-gap: 100px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .form-submit-button {
    top: 10px;
  }

  .footer-wrapper-contact {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .home-1-top-heading {
    max-width: 450px;
  }

  .info-wrapper-large-text, .info-wrapper-large-image-holder {
    width: 44%;
  }

  .banner-top-block-home {
    width: 90%;
  }

  .heading-max-width {
    width: 36%;
    margin-bottom: 0;
  }

  .text-content-our-story {
    width: 50%;
  }

  .top-block-form {
    grid-column-gap: 30px;
    display: flex;
  }

  .hero-footer {
    letter-spacing: -2px;
    font-size: 50px;
  }

  .footer-wrapper-top {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-wrapper-bottom {
    grid-column-gap: 100px;
    justify-content: space-between;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-large {
    letter-spacing: -1.5px;
    font-size: 26px;
  }

  .number-title {
    width: 37%;
  }

  .company-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-wrapper-xmedium.text-left {
    width: 44%;
  }

  .column-image-xlarge {
    object-fit: cover;
  }

  .column-wrapper-large {
    width: 57%;
  }

  .vertical-line {
    margin-left: 0;
  }

  .description-wrapper {
    width: 40%;
  }

  .logo-company {
    width: 180px;
  }

  .column-wrapper-xmedium-info {
    padding-left: 40px;
  }

  .our-story-title.width-medium {
    width: 85%;
  }

  .home-benefits-mask {
    width: 50%;
  }

  .footer-left-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .max-with-container.display-flex {
    padding-left: 65px;
  }

  .hero {
    letter-spacing: -10px;
    font-size: 200px;
  }

  .banner-home-description {
    width: 80%;
  }

  .home-2-banner-description {
    width: 90%;
  }

  .our-storytitle {
    width: 42%;
  }

  .number-big {
    letter-spacing: -5px;
    font-size: 100px;
  }

  .banner-home-title {
    letter-spacing: -4px;
    font-size: 80px;
  }

  .quote-wrapper {
    margin-top: 100px;
  }

  .block-quote-text {
    font-size: 50px;
  }

  .description-wrapper-home-2 {
    width: 45%;
  }

  .column-image-about {
    object-fit: cover;
    height: 500px;
  }

  .grid-wrapper {
    width: 85%;
  }

  .company-card-home-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-services-slider-arrow {
    width: 70px;
    height: 70px;
  }

  .home-services-slider-arrow.right, .home-services-slider-arrow.left {
    top: -70px;
  }

  .right-column-content-copy {
    width: 75%;
  }

  .home-2-slider-title-wrapper-copy {
    width: 73%;
  }

  .image-logo-navbar {
    height: 40px;
  }

  .banner-description-home-3 {
    width: 52%;
  }

  .image-home-banner {
    height: 676px;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 75px;
    bottom: 100px;
    right: 100px;
  }

  .features-image-home-3 {
    height: 650px;
  }

  .text-content-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .form-2 {
    grid-row-gap: 50px;
  }

  .left-column-form-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .quote-wrapper-home-3 {
    padding: 50px;
  }

  .quote-image-wrapper {
    width: 525px;
    position: absolute;
    top: 60px;
    bottom: auto;
    left: auto;
    right: 50px;
  }

  .quote-text-wrapper-home-3 {
    width: 60%;
  }

  .img-banner {
    width: 47%;
  }

  .banner-about-wrapper {
    width: 50%;
  }

  .banner-description-about {
    letter-spacing: -1.8px;
    font-size: 36px;
  }

  .number {
    letter-spacing: -7px;
    font-size: 130px;
  }

  .about-text {
    width: 100%;
  }

  .banner-title-home-3 {
    letter-spacing: -4px;
    width: 65%;
    font-size: 80px;
  }

  .number-big-banner {
    letter-spacing: -5px;
    font-size: 100px;
  }

  .banner-background-image.image-why-choose-us {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Photo-Cargo-32_1Photo Cargo 32.webp');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
  }

  .banner-large-title-wrapper {
    max-width: 1320px;
  }

  .block-quote-wrapper {
    width: 93%;
  }

  .container {
    max-width: 1340px;
  }

  .column-image {
    max-height: 720px;
  }

  .right-column-content-home-3 {
    max-width: none;
  }

  .features-image-services {
    height: 520px;
  }

  .heading-all-parts {
    width: 75%;
  }

  .div-block-2 {
    min-height: 210px;
  }

  .footer-wrapper-without-top-border {
    grid-column-gap: 0px;
    grid-row-gap: 120px;
  }

  .our-clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lines-bg-wrapper {
    max-width: 1310px;
  }

  .contscts-form-description {
    width: 42%;
  }

  .faq-text-wrap {
    width: 50%;
  }

  .faq-content-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: flex-start;
  }

  .services-content-wrap {
    min-height: 230px;
    padding: 30px;
  }

  .our-mission-video {
    min-height: 360px;
  }

  .title-services-1 {
    width: 42%;
  }

  .loop-logo, .logo-loop-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .services-item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
  }

  .home-blog-content {
    min-height: 256px;
  }

  .blog-collection-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .services-image {
    height: 420px;
  }

  .pricing-content-wrap {
    width: 50%;
  }

  .form-content-description, .heading-careers {
    width: 42%;
  }

  .form-contact-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .logistica-banner, .services-2-image-banner, .contact-us-image-banner, .faq-image-banner, .our-mission-image-banner, .services-collection-image-wrapper {
    height: 420px;
  }

  .column-left {
    width: 42%;
  }

  .blog-banner-wrapper {
    max-width: 1340px;
  }

  .about-us-2-section {
    background-image: linear-gradient(to bottom, null, null);
    height: 80vh;
  }

  .footer-brand-small-text {
    font-size: 25px;
  }

  .aduanales-banner, .china-banner {
    height: 420px;
  }

  .lista-bullets {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    margin-bottom: 0;
  }

  h6 {
    line-height: 1.5em;
  }

  .section.primary-color-background.section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.image-full-height {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .section.color-dark-background.section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.bg-img-no-bottom-space {
    position: relative;
  }

  .base-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1800px;
  }

  .base-container.experience-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.justify-flex-end {
    flex-direction: row;
  }

  .base-container.grid-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .base-container.landing-page {
    max-width: 1480px;
  }

  .primary-button.white-hover.contact-button-en, .primary-button.margin-left-50.contact-button-dark-en {
    width: 20%;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-link.spacing-right {
    margin-right: 20px;
  }

  .coming-soon-wrapper {
    margin-left: auto;
  }

  .image-item {
    height: 380px;
  }

  .footer-rights {
    grid-column-gap: 10px;
    letter-spacing: -1.3px;
    align-items: center;
    font-size: 26px;
    display: block;
  }

  .footer-copyright {
    text-align: right;
    letter-spacing: -1.3px;
    font-size: 26px;
  }

  .footer-social-link {
    letter-spacing: -1.3px;
    font-size: 26px;
  }

  .section-text-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
  }

  .paragraph-large {
    font-size: 22px;
  }

  .paragraph-large.right-margin {
    padding-right: 0;
  }

  .career-customers-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .pricing-plans-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .job-position-wrapper {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-input {
    width: 100%;
  }

  .footer-link {
    letter-spacing: -1.3px;
    font-size: 26px;
  }

  .footer-logo-wrapper {
    align-items: flex-start;
  }

  .form-title {
    letter-spacing: -1.5px;
    width: 100%;
    margin-top: 0;
  }

  .service-details-image.medium-size {
    height: 420px;
  }

  .headings-container {
    flex-direction: row;
  }

  .third-column {
    width: 50%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .first-column {
    width: 50%;
    padding: 150px 120px 150px 80px;
  }

  .form-field {
    letter-spacing: -2.5px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    min-height: 70px;
    font-size: 50px;
    line-height: 1.5;
  }

  .features-wrapper {
    flex: 0 auto;
  }

  .features-image {
    height: 640px;
  }

  .navbar-absolute {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-benefits-slider-arrow {
    border: 1px solid var(--white-30);
    border-radius: 99px;
    position: absolute;
  }

  .home-benefits-slider-arrow.right {
    right: 75px;
  }

  .home-benefits-slider-arrow.left {
    right: 165px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .menu-wrap {
    grid-column-gap: 0px;
  }

  .album-title.text-white {
    color: var(--white);
  }

  .primary-button-with-icon {
    cursor: pointer;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-left {
    width: 40%;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  .section-banner {
    padding-bottom: 130px;
  }

  .block-quote {
    letter-spacing: -3px;
    font-size: 60px;
  }

  .nav-left-placement-wrapper {
    grid-column-gap: 160px;
  }

  .body {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-left-links {
    grid-column-gap: 0px;
    width: 100%;
  }

  .form-field-wrapper {
    flex-direction: column;
    display: flex;
  }

  .footer-contact-wrapper {
    grid-column-gap: 140px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .form-submit-button {
    top: 15px;
  }

  .footer-wrapper-contact {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
  }

  .home-1-top-heading {
    max-width: 620px;
    margin-bottom: 90px;
  }

  .home-1-top-heading.text-white {
    max-width: 440px;
  }

  .info-wrapper-large {
    margin-bottom: 70px;
  }

  .info-wrapper-large-text, .info-wrapper-large-image-holder {
    width: 33%;
  }

  .banner-top-block-home {
    width: 75%;
  }

  .contact-info-wrapper-left {
    grid-row-gap: 155px;
  }

  .content-album-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-max-width {
    width: 27%;
  }

  .heading-max-width.text-left {
    width: 50%;
  }

  .text-content-our-story {
    flex: 1;
    width: 62%;
  }

  .top-block-form {
    grid-column-gap: 30px;
    display: flex;
  }

  .form-wrapper {
    width: 100%;
  }

  .section-experience {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-footer {
    text-align: left;
    letter-spacing: -2px;
  }

  .footer-wrapper-top {
    grid-column-gap: 180px;
  }

  .footer-wrapper-bottom {
    grid-column-gap: 210px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .number-title {
    width: 30%;
  }

  .company-wrapper {
    grid-column-gap: 0px;
  }

  .company-card.without-right-border {
    border-right-style: none;
    border-right-width: 0;
  }

  .column-wrapper-xmedium {
    width: 100%;
  }

  .column-wrapper-xmedium.text-left {
    width: 42%;
  }

  .column-image-xlarge {
    min-height: 960px;
  }

  .column-wrapper-large {
    width: 100%;
  }

  .vertical-line {
    margin-left: 0;
  }

  .heading-large.home-3 {
    width: 52%;
  }

  .secondary-button-white {
    margin-left: 0%;
  }

  .description-wrapper {
    width: 30%;
  }

  .heading-wrapper-home-2 {
    width: 87%;
  }

  .logo-company {
    width: auto;
  }

  .our-story-paragraph {
    font-size: 22px;
  }

  .column-wrapper-xmedium-info {
    padding-left: 75px;
  }

  .column-wrapper-large-image {
    min-height: 960px;
  }

  .our-story-title {
    font-size: 60px;
  }

  .our-story-title.width-medium {
    width: 80%;
  }

  .testimonials-tabs-menu {
    justify-content: space-between;
  }

  .testimonial-link-item.w--current {
    border-top: 2px solid var(--white);
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .home-benefits-slide {
    min-height: 350px;
  }

  .home-benefits-mask {
    width: 100%;
  }

  .benefits-text-wrapper {
    min-height: 205px;
  }

  .benefits-slide {
    width: 50%;
    height: 450px;
  }

  .footer-left-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .max-with-container {
    margin-left: 75px;
  }

  .max-with-container.display-flex {
    padding-left: 0;
  }

  .hero {
    letter-spacing: -17px;
    font-size: 340px;
  }

  .banner-home-description {
    width: 81%;
    margin-bottom: 50px;
  }

  .home-2-banner-description {
    width: 78%;
  }

  .our-storytitle {
    flex: 0 auto;
    width: 34%;
  }

  .our-story-content-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .number-big {
    letter-spacing: -6px;
    font-size: 120px;
  }

  .img-banner-home {
    object-fit: cover;
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/main-hero-img-3.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 50%;
  }

  .banner-wrapper-content {
    width: 48%;
    height: 100%;
    margin-top: 80px;
  }

  .button-wrap-2.without-bottom-spacing {
    margin-bottom: 0;
  }

  .background-banner-home-2 {
    width: 50%;
  }

  .right-column-content {
    width: 75%;
  }

  .about-numbers {
    font-size: 22px;
  }

  .about-numbers.align-center {
    text-align: left;
  }

  .quote-wrapper {
    width: 73%;
  }

  .block-quote-text {
    letter-spacing: -3px;
    font-size: 60px;
  }

  .description-wrapper-home-2 {
    width: 35%;
  }

  .column-image-about {
    height: 600px;
  }

  .content-album-wrapper-services {
    min-height: 276px;
  }

  .our-services-wrapper {
    justify-content: space-between;
  }

  .our-services-collection-list {
    display: flex;
  }

  .home-services-slider-arrow {
    position: absolute;
  }

  .home-services-slider-arrow.right {
    right: 30px;
  }

  .home-services-slider-arrow.left {
    right: 120px;
  }

  .content-right {
    width: 75%;
  }

  .services-slide {
    width: 46%;
    margin-right: 30px;
  }

  .slider-benefits-home-2 {
    background-color: rgba(255, 255, 255, 0);
  }

  .home-2-benefits-slider-arrow {
    border: 1px solid var(--white-30);
    border-radius: 99px;
    width: 70px;
    height: 70px;
    transition: background-color .3s;
    position: absolute;
  }

  .home-2-benefits-slider-arrow:hover {
    border-color: var(--white);
    background-color: var(--transparent);
  }

  .home-2-benefits-slider-arrow.right {
    top: -70px;
  }

  .home-2-benefits-slider-arrow.left {
    top: -70px;
    right: 90px;
  }

  .right-column-content-copy {
    width: 70%;
  }

  .home-2-slider-title-wrapper-copy {
    width: 65%;
  }

  .banner-description-home-3 {
    width: 39%;
  }

  .banner-wrapper {
    margin-top: 80px;
  }

  .image-home-banner {
    height: 776px;
  }

  .banner-numbers-wrapper {
    bottom: 120px;
    right: 120px;
  }

  .banner-number-wrap {
    flex-direction: column;
    display: flex;
  }

  .numbers-with-line-wrap {
    border-right: 1px solid var(--light-gray);
    flex-direction: column;
    display: flex;
  }

  .numbers-with-line-wrap.align-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testimonial-link-item-medium.w--current {
    border-top: 2px solid var(--white);
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .navbar-light {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-image-home-3 {
    height: 820px;
  }

  .text-content-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .number-with-line-wrap {
    border-right: 1px solid var(--light-gray);
    flex-direction: column;
    display: flex;
  }

  .number-with-line-wrap.align-center {
    border-left: 0px none var(--transparent);
    border-right-style: none;
    border-right-width: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-content.width-small {
    width: 42%;
  }

  .quote-image-wrapper {
    width: 100%;
    position: absolute;
    top: 50px;
    bottom: auto;
    left: auto;
    right: 75px;
  }

  .quote-text-wrapper-home-3 {
    width: 62%;
    padding-right: 0%;
    position: static;
  }

  .primary-button-with-icon-light {
    cursor: pointer;
  }

  .title-medium {
    flex: 0 auto;
    width: 65%;
  }

  .img-banner, .banner-about-wrapper {
    width: 50%;
  }

  .banner-description-about {
    letter-spacing: -2px;
    width: 82%;
    font-size: 40px;
  }

  .about-title {
    width: 89%;
  }

  .number {
    letter-spacing: -9.5px;
    font-size: 180px;
  }

  .number-wrap {
    flex-direction: column;
    display: flex;
  }

  .about-text {
    color: var(--paragraph-gray);
    width: 100%;
  }

  .header-large-about-us {
    font-size: 90px;
  }

  .banner-title-home-3 {
    width: 50%;
  }

  .item-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .features-wrapper-home-3 {
    flex: 0 auto;
    overflow: visible;
  }

  .number-big-banner {
    letter-spacing: -6px;
    font-size: 120px;
  }

  .testimonials-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .our-services-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .services-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
  }

  .item-content-wrapper-copy {
    padding-left: 50px;
    padding-right: 50px;
  }

  .banner-large-title {
    width: 47%;
  }

  .banner-large-description {
    width: 40%;
    margin-bottom: 50px;
  }

  .banner-large-title-wrapper {
    max-width: 1800px;
  }

  .testimonials-item-card {
    width: 100%;
  }

  .testimonial-card-image {
    height: 400px;
  }

  .card-wrap {
    min-height: 325px;
    padding: 40px 50px;
  }

  .block-quote-wrapper {
    width: 83%;
  }

  .person-item {
    width: 100%;
  }

  .person-item-info {
    padding: 30px;
  }

  .person-image {
    width: 100%;
  }

  .container {
    justify-content: space-around;
    max-width: 1800px;
  }

  .container-2 {
    justify-content: space-around;
  }

  .right-column-content-home-3 {
    max-width: none;
  }

  .text-content-calculation {
    flex: 1;
    width: 62%;
  }

  .features-image-services {
    height: 640px;
  }

  .section-title-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .heading-all-parts {
    color: var(--white);
    width: 55%;
  }

  .card-item-1 {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    border-top-left-radius: 50px;
  }

  .card-item-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Photo-Cargo-15_1Photo Cargo 15.webp');
    background-position: 0 0, 50%;
  }

  .banner-title-wrapper {
    max-width: 870px;
  }

  .lines-bg-wrapper {
    max-width: 1770px;
  }

  .contscts-form-description {
    width: 41%;
  }

  .contact-form-wrapper {
    width: 45%;
  }

  .services-content-wrap {
    min-height: 200px;
  }

  .services-image-item {
    height: 300px;
  }

  .our-mission-drive-content.right-padding {
    padding-right: 120px;
  }

  .our-mission-info-drive {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .our-mission-video {
    min-height: 450px;
  }

  .title-services-1 {
    flex: 0 auto;
    width: 34%;
  }

  .loop-logo {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .primary-button-with-icon-long {
    cursor: pointer;
  }

  .title-services {
    flex: 0 auto;
    width: 65%;
  }

  .description-text {
    width: 60%;
  }

  .logo-loop-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .categories-collection {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .blog-collection-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
  }

  .services-image {
    height: 480px;
  }

  .services-title-wrapper {
    width: 35%;
  }

  .services-content-wrapper {
    flex: 0 auto;
  }

  .grid-wrapper-copy {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    width: 100%;
  }

  .title-wrapper, .pricing-content-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
  }

  .form-content-description {
    width: 40%;
  }

  .about-us-video {
    min-height: 450px;
  }

  .services-card-image {
    height: 400px;
  }

  .services-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-content-about-us {
    width: 630px;
  }

  .heading-careers {
    width: 34%;
  }

  .heading {
    width: 30%;
  }

  .form-text-content {
    flex: 1;
    width: 70%;
  }

  .column-video {
    width: 50%;
  }

  .column-content {
    width: 40%;
  }

  .logistica-banner {
    height: 600px;
  }

  .services-2-image-banner {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Image-Cargo-3-1_1Image Cargo 3 (1).webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
  }

  .contact-us-image-banner, .faq-image-banner, .our-mission-image-banner, .services-collection-image-wrapper {
    height: 600px;
  }

  .collection-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .column-left {
    width: 35%;
  }

  .left-column {
    width: 50%;
  }

  .right-column-banner {
    width: 20%;
  }

  .date-collection-banner {
    font-size: 22px;
  }

  .slider-arrow.left {
    right: 90px;
  }

  .services-slider-arrow-icon {
    color: var(--white);
  }

  .title-our-story {
    font-size: 60px;
  }

  .footer-rights-2 {
    grid-column-gap: 10px;
    letter-spacing: -1.3px;
    align-items: center;
    font-size: 26px;
    display: block;
  }

  .footer-social-link-2 {
    text-align: right;
    letter-spacing: -1.3px;
    font-size: 26px;
  }

  .our-mission-image.fix-right {
    width: 50%;
  }

  .our-mission-image.fix-left {
    width: 45%;
  }

  .aduanales-banner, .china-banner {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    letter-spacing: -1.8px;
    font-size: 36px;
  }

  .section.image-full-height {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .section.image-full-height-reverse {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.bg-img-no-bottom-space {
    padding-top: 0;
  }

  .base-container.banner-home-2-container {
    background-color: var(--primary);
  }

  .base-container.grid-wrap {
    grid-template-columns: 1fr;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .headings-typography-wrapper.last-child {
    width: 100%;
  }

  .primary-button {
    display: inline-block;
  }

  .primary-button.burger-list {
    margin-top: 40px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .nav-link {
    color: var(--heading);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.spacing-right {
    margin-right: 0;
  }

  .nav-link.light-hover:hover {
    color: var(--primary);
  }

  .nav-link.light-hover.w--current {
    border-bottom-color: var(--heading);
    color: var(--primary);
    max-width: 100px;
  }

  .nav-link.light-hover:lang(en) {
    color: var(--heading);
  }

  .nav-link.light-hover.mobile-current {
    color: var(--primary);
  }

  .nav-link.lang-nav-r {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.lang-nav-l {
    width: auto;
    padding-left: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .3s;
    display: block;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 10px 10px 0;
    display: flex;
  }

  .nav-dropdown-toggle.light-hover:hover {
    opacity: 1;
  }

  .nav-dropdown-icon {
    margin-right: 5px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    border-style: none;
    width: auto;
    padding: 0 40px 0 20px;
    display: none;
    position: static;
  }

  .nav-dropdown-list.w--open {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    width: 30px;
    height: 30px;
  }

  .nav-item-title {
    color: var(--heading);
  }

  .nav-item-title.light-hover:hover {
    color: var(--primary);
  }

  .licensing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-page-wrap {
    padding-right: 15px;
  }

  .coming-soon-heading {
    text-align: center;
    max-width: 450px;
    font-size: 56px;
  }

  .nav-menu-wrapper {
    align-items: center;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-bottom-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-rights, .footer-copyright, .footer-social-link {
    letter-spacing: -.8px;
  }

  .section-subtitle {
    min-width: 170px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .paragraph-large.margin-bottom-medium {
    margin-bottom: 40px;
  }

  .career-customer-item {
    text-align: center;
  }

  .career-customers-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plans-wrapper.section-bottom-spacing {
    grid-template-rows: auto auto;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .coming-soon-image {
    display: none;
  }

  .job-position-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .job-position-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .hidden {
    display: none;
  }

  .hidden.position-vertical {
    flex-direction: column;
    display: block;
  }

  .footer-link {
    letter-spacing: -.8px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding-top: 60px;
    display: flex;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .header-buttons-wrapper {
    text-align: left;
    display: none;
  }

  .search-section {
    margin-bottom: 60px;
  }

  .footer-logo-wrapper {
    align-items: flex-start;
    height: auto;
  }

  .form-title {
    font-size: 22px;
  }

  .block-quote-name {
    letter-spacing: -1.1px;
    font-size: 22px;
  }

  .service-details-image.medium-size {
    height: 262px;
  }

  .service-details-content {
    flex-direction: column;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper {
    margin-top: 0;
  }

  .button-wrapper.margin-bottom-medium {
    margin-bottom: 0;
  }

  .style-guide-content-wrapper, .section-three-column {
    flex-wrap: wrap;
  }

  .third-column {
    width: 100%;
  }

  .second-column {
    width: 50%;
  }

  .first-column {
    width: 100%;
    padding: 0 15px 60px;
  }

  .first-column.custom-padding {
    padding-top: 60px;
  }

  .form-field::placeholder {
    font-size: 24px;
  }

  .features-wrapper {
    flex-flow: wrap;
  }

  .features-item-wrapper {
    width: 33.33%;
  }

  .features-item-wrapper.position-relative {
    width: 48.6%;
  }

  .features-image {
    height: 240px;
  }

  .navbar-absolute {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .heading-wrapper {
    width: 100%;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .menu-wrap {
    grid-row-gap: 20px;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .button-wrap {
    flex: none;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .tablet-menu.with-bg {
    height: 70px;
    padding-top: 22px;
    padding-bottom: 0;
  }

  .brand-tablet {
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .primary-button-with-icon:hover {
    opacity: 1;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 60px;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-inner-page-item.home-screen {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: 20px;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 20px;
    width: 100%;
  }

  .landing-section-heading-white {
    width: 50%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .paragraph-benefits-lp {
    text-align: center;
    width: 60%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-page-title {
    font-weight: 500;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-rights-wrapper {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .success-message {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
  }

  .footer-left-links {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
  }

  .form-footer {
    margin-bottom: 0;
  }

  .form-field-wrapper {
    width: 70%;
  }

  .footer-contact-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-wrapper-contact {
    grid-row-gap: 40px;
    width: 100%;
  }

  .contact-wrapper {
    flex-wrap: nowrap;
    display: flex;
  }

  .home-1-top-heading {
    width: 480px;
  }

  .separator {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .banner-title-block-home-1 {
    width: 58%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .info-wrapper-large-image {
    object-fit: cover;
  }

  .contact-info-wrapper-left {
    grid-row-gap: 30px;
  }

  .content-album-wrapper {
    width: 100%;
    min-height: 338px;
  }

  .content-album-wrapper.without-borders {
    border-left-style: none;
    border-right-style: none;
  }

  .heading-max-width {
    width: 52%;
    font-size: 50px;
  }

  .heading-max-width.text-left {
    width: 100%;
  }

  .card-content-wrap {
    margin-bottom: 30px;
  }

  .full-width.tablet-space {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-content-our-story {
    letter-spacing: -.4px;
    width: auto;
    font-size: 20px;
  }

  .text-content-our-story.tablet-no-space {
    margin-bottom: 0;
  }

  .form-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .hero-footer {
    font-size: 40px;
  }

  .footer-wrapper-top {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .footer-wrapper-bottom {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .number-title {
    font-size: 42px;
  }

  .footer-contact-text {
    text-align: left;
    font-size: 16px;
  }

  .text-error {
    color: var(--red);
    text-align: left;
  }

  .text-form {
    text-align: left;
  }

  .company-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-wrapper-xmedium, .column-wrapper-xmedium.text-left {
    width: 100%;
  }

  .column-image-xlarge {
    object-position: 50% 30%;
    height: 430px;
    min-height: auto;
  }

  .column-wrapper-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-wrapper-large {
    width: 100%;
  }

  .vertical-line.line-4 {
    right: 0;
  }

  .heading-large {
    font-size: 60px;
  }

  .secondary-button-white {
    display: inline-block;
  }

  .footer-title-white {
    letter-spacing: -1.1px;
    font-size: 22px;
  }

  .nav-dropdown-column-2 {
    flex-direction: column;
    justify-content: center;
    width: 180px;
  }

  .nav-dropdown-list-2 {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    background-color: var(--transparent);
    width: 320px;
    height: 270px;
    padding-right: 40px;
    overflow: scroll;
  }

  .menu-button-2 {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 0 0 10px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .burger-menu-button-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
  }

  .description-wrapper {
    width: 60%;
  }

  .our-story-right-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .column-wrapper-xmedium-info {
    padding-right: 15px;
  }

  .column-wrapper-large-image {
    height: 430px;
    min-height: auto;
  }

  .our-story-title {
    margin-bottom: 40px;
  }

  .our-story-title.width-medium {
    width: 100%;
  }

  .testimonials-tabs-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .testimonial-link-item {
    width: 100%;
  }

  .home-benefits-slide {
    min-height: 425px;
  }

  .home-benefits-mask {
    width: 48%;
  }

  .benefits-text-wrapper {
    min-height: 225px;
  }

  .services-slider-title-wrapper {
    width: 70%;
  }

  .footer-left-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 16px;
  }

  .max-with-container.display-flex {
    flex-direction: column-reverse;
    padding-left: 0;
  }

  .tab-pane-testimonials {
    margin-bottom: 40px;
  }

  .testimonials-text-large {
    font-size: 42px;
  }

  .hero {
    font-size: 130px;
  }

  .home-2-banner-description {
    font-size: 18px;
  }

  .flex-space-between {
    margin-left: 0;
  }

  .flex-space-between.bottom-spacing {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .our-storytitle {
    width: 100%;
    margin-right: 0;
  }

  .our-story-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column wrap;
  }

  .number-big {
    letter-spacing: -3px;
    font-size: 60px;
  }

  .home-2-banner-section {
    flex-direction: column;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-banner-home {
    background-position: 50% 40%;
    width: 100%;
    height: 400px;
    position: static;
  }

  .banner-wrapper-content {
    width: 90%;
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .background-banner-home-2 {
    width: 100%;
    display: none;
  }

  .banner-home-title {
    letter-spacing: -2.4px;
    margin-bottom: 40px;
    font-size: 48px;
  }

  .right-column-content {
    width: 75%;
  }

  .about-numbers {
    font-size: 16px;
  }

  .about-numbers.text-white {
    width: auto;
  }

  .quote-wrapper {
    width: 74%;
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .block-quote-text {
    letter-spacing: -1.5px;
    font-size: 28px;
  }

  .section-experience-home-2.padding-top {
    padding-top: 155px;
  }

  .description-wrapper-home-2 {
    width: auto;
  }

  .column-image-about {
    object-position: 50% 30%;
    height: 300px;
  }

  .grid-wrapper {
    width: auto;
  }

  .company-card-home-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-album-wrapper-services {
    min-height: 276px;
  }

  .our-services-collection-list {
    flex-wrap: wrap;
  }

  .content-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .home-services-mask {
    width: 50%;
    max-width: none;
  }

  .services-slide {
    max-width: none;
  }

  .home-2-benefits-mask {
    width: 100%;
  }

  .slide-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-2-benefits-slide {
    min-height: 320px;
  }

  .right-column-content-copy {
    width: 72%;
  }

  .home-2-slider-title-wrapper-copy {
    width: 70%;
  }

  .home-3-banner-section {
    flex-direction: column;
  }

  .banner-description-home-3 {
    width: 100%;
  }

  .image-home-banner {
    height: 376px;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    bottom: 20px;
    right: 20px;
  }

  .numbers-with-line-wrap.with-border {
    border-right: 1px solid var(--gray);
  }

  .testimonial-link-item-medium {
    width: 100%;
    padding-left: 0;
  }

  .check-item {
    width: 100%;
  }

  .number-with-line-wrap.align-center {
    border-left-style: none;
  }

  .block-numbers-wrapper {
    width: 70%;
  }

  .text-content {
    letter-spacing: -.4px;
    width: 75%;
    font-size: 20px;
  }

  .error-message-2 {
    color: #f03737;
    line-height: 1.5em;
  }

  .success-message-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
  }

  .columns-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .text-error-2 {
    color: #f03737;
    text-align: left;
  }

  .left-column-form-content {
    width: 100%;
  }

  .right-column-content-image {
    object-position: 50% 9%;
    max-width: 100%;
    height: 400px;
  }

  .quote-wrapper-home-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote-image-wrapper {
    width: 320px;
    top: 40px;
  }

  .quote-text-wrapper-home-3 {
    width: 52%;
  }

  .line-divider.hidden {
    display: block;
  }

  .right-column-image-wrapper {
    width: 100%;
  }

  .right-column-image-wrapper.margin-bottom {
    margin-bottom: 60px;
  }

  .left-column-wrapper-info {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button-with-icon-light:hover {
    opacity: 1;
  }

  .right-column {
    width: 60%;
  }

  .title-medium {
    margin-right: 10px;
  }

  .about-us-banner {
    flex-direction: column;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .img-banner {
    width: 100%;
    height: 350px;
    position: static;
  }

  .banner-about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    margin-top: 60px;
  }

  .left-subtitle {
    max-width: 100%;
  }

  .number {
    letter-spacing: -3px;
    font-size: 70px;
  }

  .about-number {
    font-size: 16px;
  }

  .number-link-block.bottom-spacing {
    margin-bottom: 30px;
  }

  .right-column-text {
    width: 100%;
  }

  .about-text {
    width: 84%;
  }

  .header-large-about-us {
    width: 65%;
  }

  .banner-title-home-3 {
    letter-spacing: -2.4px;
    width: 65%;
    font-size: 48px;
  }

  .item-content-wrapper {
    width: 100%;
    min-height: 290px;
  }

  .features-wrapper-home-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .number-big-banner {
    letter-spacing: -3px;
    font-size: 60px;
  }

  .card-title {
    font-size: 36px;
  }

  .testimonials-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .services-wrap {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .item-content-wrapper-copy {
    width: 100%;
    min-height: 290px;
  }

  .home-4-banner {
    height: auto;
  }

  .banner-large-title {
    width: 60%;
    font-size: 50px;
  }

  .banner-large-description {
    width: 80%;
  }

  .banner-large-title-wrapper {
    padding-top: 150px;
  }

  .testimonial-card-image {
    height: 260px;
  }

  .card-wrap {
    min-height: 287px;
  }

  .person-item-info-name {
    font-size: 20px;
  }

  .person-item-container {
    height: 100%;
  }

  .leaderships-items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 70px;
  }

  .container, .container-2 {
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-image {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 9%;
    width: 100%;
    max-width: 100%;
    height: 500px;
    max-height: none;
  }

  .left-column-image {
    width: 100%;
    max-width: 100%;
  }

  .about-video {
    min-height: 300px;
  }

  .right-column-content-home-3 {
    width: 100%;
    max-width: 100%;
  }

  .left-column-content {
    width: 100%;
  }

  .text-content-calculation {
    letter-spacing: -.4px;
    font-size: 20px;
  }

  .photos-section-image {
    width: 25%;
  }

  .section-title-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .heading-all-parts {
    width: 100%;
  }

  .details-carrer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-2 {
    min-height: 243px;
  }

  .footer-wrapper-without-top-border {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding-top: 60px;
    display: flex;
  }

  .our-clients-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pages-banner {
    padding-bottom: 0;
  }

  .pages-banner.with-bottom-spacing {
    padding-bottom: 80px;
  }

  .contacts-form {
    flex-direction: column;
  }

  .contscts-form-description {
    width: 70%;
    bottom: auto;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .job-position-sidebar-wrapper {
    align-items: flex-start;
    width: 100%;
    position: relative;
    top: 0;
  }

  .date-info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-bottom: 20px;
    display: flex;
  }

  .faq-title-wrap {
    width: 45%;
  }

  .faq-text-wrap {
    width: 50%;
  }

  .services-list-container {
    flex-wrap: wrap;
  }

  .services-list-item {
    width: 50%;
  }

  .services-content-wrap {
    min-height: 215px;
  }

  .services-content-wrap.last-item {
    border-right: 1px solid var(--light-gray);
  }

  .our-mission-drive-content {
    width: 100%;
  }

  .our-mission-drive-content.right-padding {
    width: 80%;
  }

  .our-mission-info-drive {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .our-mission-video {
    width: 100%;
    min-height: 380px;
  }

  .image-banner {
    min-height: 200px;
  }

  .title-services-1 {
    width: 100%;
    margin-right: 0;
  }

  .loop-logo {
    width: auto;
  }

  .logo-loop {
    max-width: 100%;
  }

  .primary-button-with-icon-long:hover {
    opacity: 1;
  }

  .title-services {
    margin-right: 10px;
  }

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

  .logo-loop-wrapper {
    width: auto;
  }

  .services-collection-wrapper {
    grid-row-gap: 40px;
    width: 100%;
    padding-top: 0;
  }

  .title-services-1.bottom-spacing {
    margin-bottom: 40px;
  }

  .title-services-details {
    width: 55%;
  }

  .banner-blog-section {
    flex-direction: column;
    padding-top: 155px;
    padding-bottom: 80px;
  }

  .slider-mask {
    width: 50%;
    overflow: visible;
  }

  .services-slide-item {
    width: 100%;
  }

  .services-item-wrapper {
    display: flex;
    overflow: visible;
  }

  .categories-collection {
    grid-template-columns: 1fr 1fr;
  }

  .home-blog-content {
    min-height: 295px;
  }

  .blog-collection-wrapper {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .services-title-wrapper {
    width: 70%;
  }

  .grid-wrapper-copy {
    margin-bottom: 40px;
  }

  .title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
  }

  .pricing-content-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .form-content-description {
    width: 70%;
    bottom: auto;
  }

  .about-us-video {
    width: 100%;
    min-height: 380px;
  }

  .column-content-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-card-image {
    height: 260px;
  }

  .services-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .text-content-about-us {
    letter-spacing: -.4px;
    width: 100%;
    font-size: 20px;
  }

  .heading-careers {
    width: 80%;
  }

  .heading {
    width: 100%;
    margin-bottom: 24px;
  }

  .form-text-content {
    letter-spacing: -.4px;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
  }

  .form-contact-wrapper {
    flex-direction: column;
  }

  .columns-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .column-video {
    width: 100%;
    max-width: 100%;
  }

  .column-content {
    width: 100%;
  }

  .logistica-banner, .services-2-image-banner, .contact-us-image-banner, .faq-image-banner, .our-mission-image-banner, .services-collection-image-wrapper {
    height: 280px;
    margin-top: 80px;
  }

  .collection-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .column-left {
    width: 70%;
    bottom: auto;
  }

  .left-column {
    width: 100%;
    max-width: 100%;
  }

  .right-column-wrapper {
    width: 100%;
  }

  .blog-banner {
    padding-top: 175px;
    padding-bottom: 80px;
  }

  .left-column-banner {
    width: 80%;
  }

  .date-collection-banner {
    font-size: 18px;
  }

  .left-numbers-wrapper {
    margin-top: 40px;
  }

  .home-2-banner-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .about-us-2-section {
    height: auto;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .left-banner-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .services-collection-wrap {
    flex-wrap: wrap;
  }

  .homepages-wrapper {
    flex-direction: column;
  }

  .background-video-2 {
    height: 340px;
  }

  .blog-banner-title {
    width: 100%;
  }

  .nav-icon.text-white {
    color: var(--heading);
  }

  .nav-dropdown-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .nav-icon-white {
    color: var(--heading);
  }

  .hire-popup-wrap {
    display: none;
  }

  .footer-rights-2, .footer-social-link-2 {
    letter-spacing: -.8px;
  }

  .text-block {
    color: var(--heading);
  }

  .language-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .aduanales-banner, .china-banner {
    height: 280px;
    margin-top: 80px;
  }

  .lottie-animation {
    display: block;
  }

  .lottie-animation-2 {
    display: none;
  }

  .footer-datos {
    grid-row-gap: 60px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  blockquote {
    letter-spacing: -1.2px;
    font-size: 24px;
  }

  .section, .section.primary-color-background.section-padding, .section.color-section, .section.image-full-height-reverse, .section.color-dark-background.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.spacing-100 {
    padding-top: 80px;
  }

  .section.section-padding-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 40px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .primary-button.full-width-mobile {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    max-width: 320px;
    font-size: 44px;
  }

  .blog-template-pagination {
    flex-direction: column;
  }

  .blog-template-next, .footer-copyright {
    text-align: left;
  }

  .section-text-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .paragraph-large.margin-bottom-medium {
    margin-bottom: 20px;
  }

  .banner-title-wrapper-style-guide.top-spacing-40 {
    margin-top: 40px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plans-wrapper.section-bottom-spacing {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 80px;
  }

  .play-button {
    width: 70px;
    height: 70px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    text-align: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .button-wrapper.margin-bottom-medium {
    margin-bottom: 0;
  }

  .third-column {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .first-column {
    padding-bottom: 40px;
  }

  .first-column.custom-padding {
    padding-top: 40px;
  }

  .play-button-hover {
    width: 84px;
    height: 84px;
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .features-item-wrapper, .features-item-wrapper.position-relative {
    width: 100%;
  }

  .features-image {
    height: 320px;
  }

  .home-form-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .home-benefits-slider-arrow {
    width: 50px;
    height: 50px;
    left: 0;
    right: auto;
  }

  .home-benefits-slider-arrow.right {
    width: 50px;
    height: 50px;
    top: -50px;
  }

  .home-benefits-slider-arrow.left {
    width: 50px;
    height: 50px;
    top: -50px;
    right: 65px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .tablet-menu {
    padding-top: 20px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 46px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .section-landing-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-section-heading-white {
    width: 60%;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 70%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

  .section-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .position-relative {
    width: 100%;
  }

  .form-block-contacts {
    min-height: auto;
  }

  .block-quote {
    text-align: left;
  }

  .footer-left-links {
    grid-column-gap: 60px;
    justify-content: flex-start;
  }

  .form-field-wrapper {
    width: 100%;
  }

  .footer-contact-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrapper-contact {
    width: 100%;
  }

  .contact-wrapper {
    align-items: flex-start;
    display: flex;
  }

  .banner-title-block-home-1 {
    width: 100%;
  }

  .info-wrapper-large {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .info-wrapper-large-text {
    grid-row-gap: 20px;
    width: 100%;
  }

  .info-wrapper-large-image-holder {
    width: 100%;
  }

  .title-large-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .contact-info-wrapper-left {
    grid-row-gap: 20px;
    width: 100%;
  }

  .content-album-wrapper {
    border-left: 1px solid var(--light-gray);
    min-height: auto;
  }

  .heading-max-width {
    width: 100%;
    font-size: 44px;
  }

  .text-content-our-story {
    font-size: 18px;
  }

  .numbers-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-content: stretch;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .form-wrapper {
    width: 100%;
  }

  .section-experience {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .description {
    letter-spacing: -1px;
    font-size: 20px;
  }

  .description.text-white {
    letter-spacing: -.36px;
    font-size: 18px;
  }

  .hero-footer {
    font-size: 40px;
  }

  .number-title {
    font-size: 36px;
  }

  .number-description {
    font-size: 16px;
  }

  .number-card {
    padding: 0 15px;
  }

  .company-wrapper.margin-bottom {
    margin-bottom: 80px;
  }

  .company-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-image-xlarge {
    height: 380px;
  }

  .heading-large-wrapper {
    width: 100%;
    position: static;
  }

  .nav-dropdown-list-2.megamenu {
    padding-left: 20px;
  }

  .description-wrapper {
    width: 100%;
  }

  .logo-company {
    width: 100px;
  }

  .benefits-number, .slider-heading {
    font-size: 22px;
  }

  .home-benefits-slide {
    min-height: auto;
  }

  .home-benefits-mask {
    width: 100%;
  }

  .sucess-stories-slider {
    padding-top: 40px;
  }

  .sucess-stories-slider.section-bottom-space {
    padding-bottom: 80px;
  }

  .benefits-text-wrapper {
    min-height: auto;
  }

  .services-slider-title-wrapper {
    width: 70%;
  }

  .testimonials-text-large {
    letter-spacing: -2px;
    font-size: 36px;
  }

  .banner-home-description {
    margin-bottom: 30px;
  }

  .home-2-banner-description {
    grid-row-gap: 20px;
    width: 100%;
  }

  .flex-space-between {
    flex-direction: column;
  }

  .our-storytitle {
    width: 100%;
    font-size: 39px;
  }

  .subtitle-home-2 {
    max-width: none;
  }

  .number-big {
    font-size: 50px;
  }

  .numbers-with-line-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .img-banner-home {
    background-position: 50% 42%;
    height: 320px;
  }

  .banner-wrapper-content {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .background-banner-home-2 {
    z-index: 1;
    width: 100%;
  }

  .right-column-content {
    width: 100%;
  }

  .about-numbers {
    font-size: 16px;
  }

  .about-numbers.align-center {
    width: auto;
  }

  .quote-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
  }

  .section-experience-home-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-experience-home-2.padding-top {
    padding-top: 80px;
  }

  .company-card-home-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-album-wrapper-services {
    min-height: 270px;
  }

  .home-services-slider-arrow {
    width: 50px;
    height: 50px;
    left: 0;
    right: auto;
  }

  .home-services-slider-arrow.right {
    width: 50px;
    height: 50px;
    top: -50px;
  }

  .home-services-slider-arrow.left {
    width: 50px;
    height: 50px;
    top: -50px;
    right: 65px;
  }

  .content-right {
    width: 100%;
  }

  .home-services-slider-arrow.left, .home-services-slider-arrow.right {
    display: flex;
  }

  .home-2-benefits-slider-arrow {
    width: 50px;
    height: 50px;
    left: 0;
    right: auto;
  }

  .home-2-benefits-slider-arrow.right {
    width: 50px;
    height: 50px;
    top: -50px;
  }

  .home-2-benefits-slider-arrow.left {
    width: 50px;
    height: 50px;
    top: -50px;
    right: 65px;
  }

  .right-column-content-copy {
    width: 100%;
  }

  .home-2-slider-title-wrapper-copy {
    width: 75%;
  }

  .banner-description-home-3 {
    margin-bottom: 30px;
  }

  .banner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-home-banner {
    height: 276px;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .numbers-with-line-wrap {
    width: 45%;
  }

  .numbers-with-line-wrap.align-center {
    align-items: flex-start;
  }

  .numbers-with-line-wrap.with-border {
    border-left-style: none;
    border-right-style: none;
    align-items: flex-start;
  }

  .features-image-home-3 {
    height: 400px;
  }

  .text-content-wrap {
    flex-wrap: wrap;
  }

  .check-item {
    width: 100%;
  }

  .text-content {
    width: 100%;
    font-size: 18px;
  }

  .columns-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .form-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .right-column-content-image {
    height: 310px;
  }

  .quote-wrapper-home-3 {
    width: 100%;
  }

  .quote-image-wrapper {
    width: 100%;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .quote-text-wrapper-home-3 {
    width: 100%;
    margin-top: 40px;
  }

  .block-form-contacts {
    min-height: auto;
  }

  .line-divider {
    width: auto;
    display: block;
  }

  .line-divider.hidden {
    width: 100%;
    display: none;
  }

  .title-medium {
    width: 100%;
    font-size: 39px;
  }

  .img-banner {
    height: 320px;
  }

  .banner-about-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .about-title {
    font-size: 39px;
  }

  .left-subtitle {
    max-width: none;
  }

  .number-wrap {
    width: 45%;
  }

  .about-number {
    font-size: 16px;
  }

  .block-numbers {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .about-text, .header-large-about-us {
    width: 100%;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .banner-title-home-3 {
    width: 100%;
  }

  .item-content-wrapper {
    min-height: 240px;
  }

  .features-content {
    width: 100%;
  }

  .number-big-banner {
    font-size: 50px;
  }

  .testimonials-item {
    grid-column-gap: 20px;
    grid-template-columns: .75fr 1fr;
  }

  .testimonials-wrapper {
    grid-row-gap: 30px;
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .banner-background-image {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .services-wrapper-with-space {
    column-count: 1;
    flex-wrap: wrap;
  }

  .our-services-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .services-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .item-content-wrapper-copy {
    min-height: 240px;
  }

  .banner-large-title {
    width: 80%;
  }

  .banner-large-description {
    width: 90%;
  }

  .banner-large-title-wrapper {
    padding-top: 120px;
  }

  .testimonial-card-image {
    height: 300px;
  }

  .title-testimonials {
    min-height: auto;
  }

  .block-quote-wrapper {
    width: 100%;
  }

  .leaderships-items-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
  }

  .person-image {
    width: 100%;
  }

  .column-image {
    height: 400px;
  }

  .about-video {
    min-height: 280px;
  }

  .text-content-calculation {
    font-size: 18px;
  }

  .images-block {
    flex-direction: column;
    display: flex;
  }

  .features-image-services {
    height: 340px;
  }

  .section-title-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    min-height: 200px;
  }

  .footer-without-top-border {
    padding-top: 40px;
  }

  .our-clients-grid {
    grid-template-columns: 1fr;
  }

  .our-clients-wrapper {
    min-height: auto;
  }

  .card-item-2 {
    width: 100%;
  }

  .card-item-1 {
    background-color: var(--paragraph-gray);
    width: 100%;
  }

  .card-item-3 {
    width: 100%;
  }

  .pages-banner {
    padding-top: 175px;
  }

  .contacts-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contscts-form-description {
    width: 90%;
  }

  .date-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .faq-title-wrap {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .faq-text-wrap {
    width: 100%;
  }

  .faq-content-wrapper {
    flex-wrap: wrap;
  }

  .faq-title {
    margin-bottom: 15px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-list-container {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .services-list-item {
    width: 50%;
  }

  .services-list-item.bottom-item {
    margin-bottom: 0;
  }

  .services-content-wrap {
    padding-bottom: 40px;
  }

  .our-mission-drive-content.right-padding {
    width: 100%;
  }

  .our-mission-info-drive {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-mission-video {
    min-height: 280px;
  }

  .title-services-1 {
    width: 100%;
    font-size: 39px;
  }

  .title-services-1.bottom-spacing {
    margin-bottom: 0;
  }

  .logo-loop {
    margin-top: 10px;
  }

  .form-block-contact-us {
    min-height: auto;
  }

  .title-services {
    width: 100%;
    font-size: 39px;
  }

  .description-text {
    width: 95%;
  }

  ._404-heading {
    font-size: 100px;
  }

  .services-collection-wrapper {
    width: 100%;
  }

  .title-services-details {
    width: 70%;
    margin-bottom: 30px;
  }

  .services-slider-content, .slider-mask {
    width: 100%;
  }

  .rich-text-block h2 {
    font-size: 40px;
  }

  .categories-collection {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home-blog-item {
    width: 100%;
  }

  .home-blog-content {
    min-height: auto;
  }

  .blog-collection-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .services-title-wrapper {
    width: 70%;
  }

  .grid-wrapper-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .title-wrapper, .pricing-content-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .form-content-description {
    width: 90%;
  }

  .about-us-video {
    min-height: 280px;
  }

  .title-card-services {
    min-height: auto;
  }

  .services-card-image {
    height: 300px;
  }

  .services-card-wrapper {
    grid-row-gap: 30px;
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .text-content-about-us {
    width: 100%;
    font-size: 18px;
  }

  .heading-careers, .heading {
    width: 100%;
  }

  .form-text-content {
    font-size: 18px;
  }

  .form-contact-wrapper {
    flex-wrap: wrap;
  }

  .logistica-banner, .services-2-image-banner, .contact-us-image-banner, .faq-image-banner, .our-mission-image-banner, .services-collection-image-wrapper {
    height: 260px;
  }

  .collection-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .column-left {
    width: 90%;
  }

  .blog-banner-wrapper {
    flex-wrap: wrap;
  }

  .left-column-banner {
    width: 100%;
    margin-bottom: 20px;
  }

  .right-column-banner {
    width: 100%;
  }

  .date-collection-banner {
    font-size: 16px;
  }

  .style-guide-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
    left: 0;
    right: auto;
  }

  .slider-arrow.right {
    width: 50px;
    height: 50px;
    top: -50px;
  }

  .slider-arrow.left {
    width: 50px;
    height: 50px;
    top: -50px;
    right: 65px;
  }

  .left-banner-wrapper {
    grid-row-gap: 20px;
  }

  .services-collection-image {
    height: 320px;
  }

  .services-collection-wrap {
    flex-direction: column;
  }

  .pagination {
    justify-content: flex-start;
  }

  .section-text-wrapper-copy {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .footer-social-link-2 {
    text-align: left;
  }

  .aduanales-banner, .china-banner {
    height: 260px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    letter-spacing: -2.5px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    display: inline-block;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.spacing-right {
    width: 100%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    border-style: solid;
    border-width: 1px;
    border-color: var(--transparent) var(--transparent) var(--light-gray);
    border-radius: 0;
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights {
    letter-spacing: -.7px;
    font-size: 16px;
  }

  .footer-copyright {
    text-align: left;
    letter-spacing: -.7px;
    justify-content: center;
    font-size: 12px;
    line-height: 1em;
  }

  .footer-social-link {
    letter-spacing: -.7px;
    font-size: 16px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .text-white.smaller-font-size {
    font-size: 48px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .workflow-video {
    min-height: 280px;
  }

  .footer-link {
    letter-spacing: -.7px;
  }

  .footer-wrapper {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .search-input {
    border-style: solid;
    border-width: 1px;
    border-color: var(--transparent) var(--transparent) var(--light-gray);
    border-radius: 0;
  }

  .block-quote-name.align-left {
    text-align: left;
  }

  .third-column {
    width: 100%;
    padding-left: 15px;
  }

  .second-column {
    width: 100%;
    min-height: 280px;
  }

  .form-field {
    width: 100%;
    margin-left: 0;
  }

  .features-image {
    height: 380px;
  }

  .home-benefits-slider-arrow.right {
    top: 0;
    bottom: auto;
    left: 65px;
    right: auto;
  }

  .home-benefits-slider-arrow.left {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .search {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-wrap {
    justify-content: flex-start;
  }

  .center-title {
    text-align: center;
  }

  .tablet-menu {
    align-items: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    top: auto;
    bottom: 28%;
    left: 0%;
    right: 0%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .landing-section-heading-white, .landing-customers-icon-wrapper, .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .block-quote {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .footer-left-links {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-contact-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .home-1-top-heading {
    width: auto;
  }

  .info-wrapper-large-text {
    grid-row-gap: 40px;
  }

  .info-wrapper-large-image {
    object-fit: cover;
  }

  .content-album-wrapper {
    border-right: 1px solid var(--light-gray);
  }

  .heading-max-width {
    width: 100%;
    font-size: 34px;
  }

  .service-number {
    font-size: 36px;
  }

  .text-content-our-story {
    letter-spacing: -.36px;
  }

  .top-block-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .numbers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .description {
    color: var(--white);
    width: 100%;
  }

  .hero-footer {
    font-size: 40px;
  }

  .footer-link-large {
    font-size: 18px;
  }

  .number-title {
    color: var(--white);
  }

  .footer-contact-text {
    font-size: 14px;
  }

  .company-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .company-wrapper.margin-bottom {
    margin-bottom: 50px;
  }

  .company-card.without-right-border {
    border-right-style: dashed;
    border-right-width: 1px;
  }

  .company-card.without-right-border.mobile-with-line {
    border-right-color: var(--white-30);
  }

  .company-card.mobile-with-line {
    border-right: 1px dashed var(--white-30);
  }

  .column-image-xlarge {
    height: 340px;
  }

  .vertical-line.line-3 {
    display: none;
    left: 50%;
  }

  .vertical-line.line-3.hidden {
    display: none;
  }

  .vertical-line.line-2 {
    display: none;
    left: 50%;
  }

  .nav-dropdown-list-2.megamenu {
    padding-right: 0;
  }

  .home-benefits-slide {
    min-height: 415px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sucess-stories-slider {
    padding-top: 90px;
  }

  .services-slider-title-wrapper {
    width: auto;
    margin-bottom: 24px;
  }

  .benefits-slide {
    margin-right: 20px;
  }

  .footer-left-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
  }

  .testimonials-text-large {
    letter-spacing: -1.8px;
    font-size: 26px;
  }

  .hero {
    font-size: 84px;
  }

  .home-2-banner-description {
    grid-row-gap: 40px;
  }

  .our-storytitle {
    width: 100%;
    font-size: 40px;
  }

  .img-banner-home {
    background-position: 50% 80%;
  }

  .about-numbers.align-center {
    text-align: left;
  }

  .section-experience-home-2.padding-top {
    padding-bottom: 50px;
  }

  .column-image-about {
    height: 260px;
  }

  .company-card-home-2.no-top-space {
    align-items: center;
    padding-top: 30px;
  }

  .company-card-home-2.no-bottom-space {
    padding-bottom: 30px;
  }

  .name-about.align-left {
    text-align: left;
  }

  .slider-our-services {
    padding-top: 90px;
  }

  .content-album-wrapper-services {
    min-height: 250px;
  }

  .home-services-slider-arrow.right {
    top: 0;
    bottom: auto;
    left: 65px;
    right: auto;
  }

  .home-services-slider-arrow.left {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .home-services-mask, .services-slide {
    width: 100%;
  }

  .slider-benefits-home-2 {
    padding-top: 90px;
  }

  .home-2-benefits-slider-arrow.right {
    top: 0;
    bottom: auto;
    left: 65px;
    right: auto;
  }

  .home-2-benefits-slider-arrow.left {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .home-2-benefits-mask {
    width: 100%;
  }

  .home-2-benefits-slide {
    min-height: 440px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-2-slider-title-wrapper-copy {
    width: auto;
    margin-bottom: 24px;
  }

  .image-logo-navbar {
    height: 35px;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .banner-number-wrap {
    text-align: left;
    width: 100%;
  }

  .numbers-with-line-wrap {
    text-align: left;
    width: 43%;
  }

  .number-with-line-wrap {
    text-align: left;
  }

  .number-with-line-wrap.align-center {
    align-items: center;
    padding-left: 20px;
  }

  .block-numbers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .text-content {
    letter-spacing: -.36px;
  }

  .line-divider.hidden {
    width: 100%;
    display: block;
  }

  .right-column-image-wrapper.margin-bottom {
    margin-bottom: 40px;
  }

  .right-column {
    width: 100%;
  }

  .title-medium, .about-title {
    width: 100%;
    font-size: 40px;
  }

  .number-wrap {
    text-align: left;
    width: 100%;
  }

  .testimonials-card-position-2 {
    margin-bottom: 20px;
  }

  .testimonials-item {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .testimonials-wrapper {
    grid-template-columns: 1fr;
  }

  .services-wrap {
    flex-wrap: wrap;
  }

  .home-4-banner {
    align-items: center;
  }

  .background-video {
    height: 100%;
  }

  .banner-large-description, .person-item-container {
    width: 100%;
  }

  .leaderships-items-wrapper {
    grid-template-columns: 1fr;
  }

  .person-item-info {
    min-height: auto;
  }

  .person-image {
    width: 100%;
  }

  .column-image {
    height: auto;
  }

  .date-item-info-wrrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .text-content-calculation {
    letter-spacing: -.36px;
  }

  .photos-section-image {
    width: 50%;
    height: 50vw;
  }

  .card-position-description {
    margin-bottom: 20px;
  }

  .footer-without-top-border {
    text-align: left;
  }

  .footer-wrapper-without-top-border {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .our-clients-grid {
    grid-template-columns: 1fr;
  }

  .contscts-form-description {
    width: 100%;
  }

  .date-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .services-list-container {
    margin-bottom: 0;
  }

  .services-list-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-content-wrap {
    border-right: 1px solid var(--light-gray);
    min-height: auto;
  }

  .pricing-list-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-services-1 {
    width: 100%;
    font-size: 40px;
  }

  .loop-logo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-services {
    width: 100%;
    font-size: 40px;
  }

  .description-text {
    width: 100%;
  }

  .logo-loop-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .title-services-details {
    width: 100%;
    margin-bottom: 20px;
  }

  .slider-wrapper {
    padding-top: 90px;
  }

  .services-title-wrapper {
    width: auto;
    margin-bottom: 24px;
  }

  .title-about {
    text-align: left;
  }

  .title-wrapper, .form-content-description {
    width: 100%;
  }

  .services-card-wrapper {
    grid-template-columns: 1fr;
  }

  .text-content-about-us {
    letter-spacing: -.36px;
    margin-bottom: 20px;
  }

  .form-text-content {
    letter-spacing: -.36px;
  }

  .column-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .column-left {
    width: 100%;
  }

  .right-column-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .left-column-banner {
    width: 100%;
  }

  .slider-arrow.right {
    top: 0;
    bottom: auto;
    left: 65px;
    right: auto;
  }

  .slider-arrow.left {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .left-numbers-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .blog-banner-title {
    font-size: 46px;
  }

  .blog-template-prev-button-2 {
    flex: none;
    width: 100%;
  }

  .footer-rights-2, .footer-social-link-2 {
    letter-spacing: -.7px;
    font-size: 16px;
  }

  .image {
    aspect-ratio: 1;
  }

  .imagen-mercancias {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .image-2 {
    aspect-ratio: 1;
  }

  .parrafo-politicas.text-dark {
    text-align: left;
  }

  .direccion-footer {
    font-size: 18px;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }
  .google-maps-embed {
    height: 45dvh;
  }
}

#w-node-_8c13a7ef-e73b-f8c0-2661-c68f868b81a2-868b819e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_8c13a7ef-e73b-f8c0-2661-c68f868b81d2-868b819e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8c13a7ef-e73b-f8c0-2661-c68f868b81b2-868b819e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_1743b98e-86e7-975a-6aba-073b12df1b48-c10ac73d, #w-node-e365cb7f-4458-c0a7-8870-28e4278ad07a-c10ac73d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_691e37c5-a1a5-88aa-e536-811ab59c5dfa-c10ac73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7a21f2f-6a14-2e07-1fdf-a73d9fd546f6-c10ac73d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_62f5ae6f-88ac-9a71-bd4e-b4f6cf865013-cf86500f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_62f5ae6f-88ac-9a71-bd4e-b4f6cf865035-cf86500f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_62f5ae6f-88ac-9a71-bd4e-b4f6cf865042-cf86500f {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_1743b98e-86e7-975a-6aba-073b12df1b48-006182d8, #w-node-e365cb7f-4458-c0a7-8870-28e4278ad07a-006182d8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_691e37c5-a1a5-88aa-e536-811ab59c5dfa-006182d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7a21f2f-6a14-2e07-1fdf-a73d9fd546f6-006182d8 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_8c13a7ef-e73b-f8c0-2661-c68f868b81b2-868b819e, #w-node-_62f5ae6f-88ac-9a71-bd4e-b4f6cf865042-cf86500f {
    grid-row: 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8c13a7ef-e73b-f8c0-2661-c68f868b81d2-868b819e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8c13a7ef-e73b-f8c0-2661-c68f868b81b2-868b819e {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_62f5ae6f-88ac-9a71-bd4e-b4f6cf865035-cf86500f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_62f5ae6f-88ac-9a71-bd4e-b4f6cf865042-cf86500f {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8c13a7ef-e73b-f8c0-2661-c68f868b81d2-868b819e {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
  }

  #w-node-_8c13a7ef-e73b-f8c0-2661-c68f868b81b2-868b819e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1743b98e-86e7-975a-6aba-073b12df1b48-c10ac73d {
    grid-column-end: 2;
  }

  #w-node-_691e37c5-a1a5-88aa-e536-811ab59c5dfa-c10ac73d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62f5ae6f-88ac-9a71-bd4e-b4f6cf865035-cf86500f {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
  }

  #w-node-_62f5ae6f-88ac-9a71-bd4e-b4f6cf865042-cf86500f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1743b98e-86e7-975a-6aba-073b12df1b48-006182d8 {
    grid-column-end: 2;
  }

  #w-node-_691e37c5-a1a5-88aa-e536-811ab59c5dfa-006182d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1743b98e-86e7-975a-6aba-073b12df1b48-c10ac73d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_691e37c5-a1a5-88aa-e536-811ab59c5dfa-c10ac73d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7a21f2f-6a14-2e07-1fdf-a73d9fd546f6-c10ac73d {
    grid-column-end: 3;
  }

  #w-node-e7a21f2f-6a14-2e07-1fdf-a73d9fd546f8-c10ac73d {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_1743b98e-86e7-975a-6aba-073b12df1b48-006182d8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_691e37c5-a1a5-88aa-e536-811ab59c5dfa-006182d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7a21f2f-6a14-2e07-1fdf-a73d9fd546f6-006182d8 {
    grid-column-end: 3;
  }

  #w-node-e7a21f2f-6a14-2e07-1fdf-a73d9fd546f8-006182d8 {
    grid-area: 2 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e365cb7f-4458-c0a7-8870-28e4278ad07a-c10ac73d, #w-node-e365cb7f-4458-c0a7-8870-28e4278ad07a-006182d8 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.float-wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

