.head-section {
  padding: 70px;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 650px;
  height: calc(100vh - 75px);
}
.head-section .content-split {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.head-section .content-split .content {
  flex: 0 0 calc(55% - 100px);
}
.head-section .content-split .content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #073256;
  max-width: 655px;
}
.head-section .content-split .content h1 .primary {
  color: #FF4E00;
}
.head-section .content-split .content p {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}
.head-section .content-split .content .btn-primary {
  margin-top: 18px;
}
.head-section .content-split .content .service-items {
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 15px;
  margin-top: 16px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px);
  gap: 15px;
  cursor: pointer;
}
.head-section .content-split .content .service-items .item {
  transition: transform 0.3s ease-in-out;
  text-decoration: none !important;
}
.head-section .content-split .content .service-items .item img {
  width: auto;
  height: 42px;
  display: block;
  margin: auto;
}
.head-section .content-split .content .service-items .item h4 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
  color: #000;
}
.head-section .content-split .content .service-items .item:hover {
  transform: translateY(-5px);
}
.head-section .content-split .img-wrapper {
  flex: 0 0 45%;
  height: 100%;
  display: flex;
  align-items: center;
}
.head-section .content-split .img-wrapper img {
  width: auto;
  max-width: 100%;
  border-radius: 12px;
  max-height: 100%;
}

.content-section-left {
  margin-top: 50px;
  width: 100%;
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.content-section-left .content-split {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: 0 70px;
  width: 1120px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
}
.content-section-left .content-split .content {
  flex: 1 1 580px;
}
.content-section-left .content-split .content p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
.content-section-left .content-split .content ul {
  margin-top: 10px;
  font-weight: 500;
  font-size: 17px;
}
.content-section-left .content-split .content ul li {
  margin-bottom: 3px;
}
.content-section-left .content-split .content .benefits {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.content-section-left .content-split .content .benefits .item {
  flex: 0 0 calc(33% - 10px);
}
.content-section-left .content-split .content .benefits .item img {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.content-section-left .content-split .content .benefits .item p {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.content-section-left .content-split .content .btn-primary {
  margin-top: 17px;
}
.content-section-left .content-split .img-wrapper {
  flex: 0 1 405px;
}
.content-section-left .content-split .img-wrapper img {
  width: 100%;
  transform: translateX(-90px);
  transition: all 0.75s ease-in-out 0.3s;
  opacity: 0.4;
  border-radius: 11px;
}
.content-section-left .content-split .img-wrapper img.seen {
  transform: translateX(0);
  opacity: 1;
}
.content-section-left .deco {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background-color: #F5F6F9;
  z-index: -1;
}

.content-section-right {
  margin-top: 50px;
  width: 100%;
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.content-section-right .content-split {
  padding: 0 70px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  width: 1120px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
}
.content-section-right .content-split .content {
  flex: 1 1 580px;
}
.content-section-right .content-split .content p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
.content-section-right .content-split .content ul {
  margin-top: 10px;
  font-weight: 500;
  font-size: 17px;
}
.content-section-right .content-split .content ul li {
  margin-bottom: 3px;
}
.content-section-right .content-split .content .benefits {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.content-section-right .content-split .content .benefits .item {
  flex: 0 0 calc(33% - 10px);
}
.content-section-right .content-split .content .benefits .item img {
  width: auto;
  height: 50px;
  margin: 0 auto;
  display: block;
}
.content-section-right .content-split .content .benefits .item p {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.content-section-right .content-split .content .btn-primary {
  margin-top: 17px;
}
.content-section-right .content-split .img-wrapper {
  flex: 0 1 405px;
}
.content-section-right .content-split .img-wrapper img {
  width: 100%;
  transform: translateX(90px);
  transition: all 0.75s ease-in-out 0.3s;
  opacity: 0.4;
  border-radius: 11px;
}
.content-section-right .content-split .img-wrapper img.seen {
  transform: translateX(0);
  opacity: 1;
}
.content-section-right .deco {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background-color: #F5F6F9;
  z-index: -1;
}

.features-section {
  width: 1050px;
  max-width: 100%;
  padding: 75px 70px;
  margin: 0 auto;
}
.features-section ul {
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
}
.features-section ul li {
  margin-bottom: 7px;
}

.cta-action {
  margin-top: 90px;
}
.cta-action .content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 15px auto 25px;
  text-align: center;
}
.cta-action .content ol {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 10px auto 25px;
}
.cta-action .content ol li {
  margin-bottom: 7px;
}
.cta-action .deco-plane {
  width: 480px;
  top: 100px;
  right: 5%;
}
.cta-action .deco-truck {
  width: 500px;
  bottom: 80px;
  left: 12%;
  top: auto;
}

.customs-page .content-section-right, .customs-page .content-section-left {
  height: 400px;
}
.customs-page .cta-action {
  margin-top: 0;
  min-height: 500px;
}
.customs-page .footer-wrapper {
  padding-top: 0;
}

.warehousing-page h1 {
  font-size: 40px !important;
}
.warehousing-page .content-section-right {
  margin-top: 60px;
}
.warehousing-page .cta-action {
  margin-top: 0;
}
.warehousing-page .footer-wrapper {
  padding-top: 0;
}

.e-commerce-page .footer-wrapper {
  padding-top: 0;
}

@media (max-width: 1846px) {
  .cta-action {
    min-height: auto !important;
  }
  .cta-action .deco-plane, .cta-action .deco-truck, .cta-action .deco-overlay {
    display: none;
  }
  .customs-page .footer-wrapper, .warehousing-page .footer-wrapper, .e-commerce-page .footer-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 1320px) {
  .head-section .content-split .content .service-items {
    grid-template-rows: auto auto;
    grid-template-columns: calc(25% - 11.25px) calc(25% - 11.25px) calc(25% - 11.25px) calc(25% - 11.25px);
  }
}
@media (max-width: 1260px) {
  .head-section .content-split .content h1 {
    font-size: 38px;
  }
  .warehousing-page h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 1154px) {
  .head-section .content-split .content h1 {
    font-size: 36px;
  }
  .warehousing-page h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 1070px) {
  .head-section .content-split .content h1 {
    font-size: 34px;
  }
  .head-section .content-split .content p {
    font-size: 18px;
  }
  .head-section .content-split .content .service-items {
    grid-template-rows: auto auto;
    grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px);
  }
  .warehousing-page h1 {
    font-size: 34px !important;
  }
}
@media (max-width: 876px) {
  .head-section {
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .head-section .content-split {
    flex-direction: column-reverse;
    justify-content: start;
    gap: 30px;
  }
  .head-section .content-split .content {
    flex: auto;
  }
  .head-section .content-split .content h1 {
    font-size: 32px;
  }
  .head-section .content-split .img-wrapper {
    flex: auto;
  }
  .head-section .content-split .img-wrapper img {
    max-width: 100%;
  }
  .warehousing-page h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 724px) {
  .content-section-left {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 70px;
  }
  .content-section-left .content-split {
    flex-direction: column-reverse;
    justify-content: start;
    gap: 40px;
  }
  .content-section-left .content-split .content {
    flex: auto;
  }
  .content-section-left .content-split .img-wrapper {
    margin-top: 20px;
    flex: auto;
  }
  .content-section-left .content-split .img-wrapper img {
    max-height: 320px;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .content-section-left .deco {
    height: 400px;
    top: auto;
    bottom: 30px;
    width: 400px;
    max-width: 70%;
  }
  .content-section-right {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 70px;
  }
  .content-section-right .content-split {
    flex-direction: column;
    justify-content: start;
    gap: 40px;
  }
  .content-section-right .content-split .content {
    flex: auto;
  }
  .content-section-right .content-split .img-wrapper {
    margin-top: 20px;
    flex: auto;
  }
  .content-section-right .content-split .img-wrapper img {
    max-height: 320px;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .content-section-right .deco {
    height: 400px;
    top: auto;
    bottom: 30px;
    width: 400px;
    max-width: 70%;
  }
  .customs-page .content-section-right, .customs-page .content-section-left {
    height: -moz-fit-content;
    height: fit-content;
  }
  .customs-page .content-section-right h2, .customs-page .content-section-left h2 {
    font-size: a;
  }
}
@media (max-width: 666px) {
  .content-section-left .content-split .content .benefits, .content-section-right .content-split .content .benefits {
    flex-direction: column;
    gap: 20px;
  }
  .content-section-left .content-split .content .benefits .item, .content-section-right .content-split .content .benefits .item {
    flex: auto;
    width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 556px) {
  .head-section {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .head-section .content-split .content h1 {
    font-size: 28px;
  }
  .head-section .content-split .content p {
    font-size: 17px;
  }
  .head-section .content-split .img-wrapper {
    max-width: 100%;
    box-sizing: content-box;
  }
  .head-section .content-split .img-wrapper img {
    max-width: 100%;
  }
  .content-section-left .content-split, .content-section-right .content-split {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content-section-left .deco, .content-section-right .deco {
    height: 300px;
    bottom: 120px;
  }
  .features-section {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .features-section ul {
    font-size: 17px;
  }
  .warehousing-page h1 {
    font-size: 28px !important;
  }
}
@media (max-width: 450px) {
  .content-section-left .content-split .content p, .content-section-right .content-split .content p {
    font-size: 16px;
  }
  .cta-action .content ol {
    font-size: 15px;
  }
}/*# sourceMappingURL=service.css.map */