/* common class */
.grecaptcha-badge {
  visibility: hidden !important;
}

.cargo_bg_sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.cargo_video_wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cargo_video_wrap:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

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

.block_big_title {
  font-family: "Raleway", sans-serif;
  font-size: 165px;
  line-height: 134px;
  font-weight: 900;
  color: #2a3c4b;
}

.block_big_title span {
  display: block;
}

.block_big_text {
  font-family: "Poppins", system-ui;
  font-size: 45px;
  line-height: 59px;
  font-weight: 300;
  color: #2a3c4b;
}

.block_big_text span {
  font-weight: bold;
}

.block_title {
  font-size: 56px;
  line-height: 58px;
  font-weight: 900;
  color: #2a3c4b;
}

.block_text {
  font-size: 39px;
  line-height: 58px;
  font-weight: 300;
  color: #2a3c4b;
  font-family: "Poppins", system-ui;
}

.cargo_container_fluid {
  padding: 0 80px;
}

@media (max-width: 1680px) {
  .block_big_title {
    font-size: 106px;
    line-height: 96px;
  }

  .block_big_text {
    font-size: 32px;
    line-height: 42px;
  }

  .block_title {
    font-size: 50px;
    line-height: 52px;
  }

  .block_text {
    font-size: 22px;
    line-height: 38px;
  }
}

@media (max-width: 1400px) {
  .block_big_title {
    font-size: 92px;
    line-height: 92px;
  }

  .block_big_text {
    font-size: 32px;
    line-height: 44px;
  }

  .block_title {
    font-size: 44px;
    line-height: 46px;
  }

  .block_text {
    font-size: 22px;
    line-height: 40px;
  }
}

@media (max-width: 1199px) {
  .block_big_title {
    font-size: 82px;
    line-height: 82px;
  }

  .block_big_text {
    font-size: 23px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  .block_title {
    font-size: 52px;
    line-height: 54px;
  }

  .block_text {
    font-size: 14px;
    line-height: 18px;
  }

  .cargo_container_fluid {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .block_big_title {
    font-size: 55px;
    line-height: 51px;
  }

  .block_big_text {
    font-size: 18px;
    line-height: 26px;
  }

  .block_title {
    font-size: 30px;
    line-height: 36px;
  }

  .block_text {
    font-size: 18px;
    line-height: 28px;
  }
}

.cargo_header {
  padding: 30px 80px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.header__logo {
  width: 105px;
}

.header__logo a {
  display: flex;
}

.header__logo img {
  max-width: 100%;
}

.header_bar_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.cargo_nav_toggler {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 45px;
}

.cargo_nav_toggler .toggler-icon,
.cargo_nav_toggler .toggler-icon:before,
.cargo_nav_toggler .toggler-icon:after {
  display: block;
  width: 44px;
  height: 5px;
  border-radius: 4px;
  background-color: #2a3c4b;
  transition: 400ms cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  right: 0;
}

.cargo_nav_toggler .toggler-icon:before {
  content: "";
  top: -11px;
}

.cargo_nav_toggler .toggler-icon:after {
  content: "";
  bottom: -12px;
}

.cargo_nav_toggler.open_nav .toggler-icon {
  background-color: transparent;
}

.cargo_nav_toggler.open_nav .toggler-icon:before {
  top: 0;
  transform: rotate(45deg);
}

.cargo_nav_toggler.open_nav .toggler-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.cargo_nav_content_wrap {
  display: none;
  background-color: #d1fa94;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.cargo_nav_content {
  padding-inline: 100px;
  padding-block: 100px 50px;
  height: 100vh;
  display: flex;
  align-items: center;
}

.cargo_nav_content .nav_hand_shape {
  width: 30vw;
  margin-inline: auto;
  position: absolute;
  bottom: -4px;
  left: 30%;
  z-index: 0;
}

.cargo_nav_content .nav_hand_shape svg,
.cargo_nav_content .nav_hand_shape img {
  width: 100%;
  height: auto;
}

.cargo_nav_row {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.cargo_nav_row .cargo_nav_menu {
  width: 100%;
  max-width: 445px;
}

.cargo_nav_row .header_contact_wrap {
  width: 100%;
  max-width: 445px;
  background-color: rgba(209, 250, 148, 0.5);
  padding: 15px;
}

.cargo_nav_menu ul {
  list-style: none;
  font-size: 109px;
  line-height: 141px;
  font-weight: 900;
}

.cargo_nav_menu ul a {
  color: #2a3c4b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cargo_nav_menu ul a:hover {
  color: #fff;
}

.header_info:not(:last-child) {
  margin-bottom: 40px;
}

.header_info .header_info__title {
  font-size: 31px;
  line-height: 29px;
  font-weight: 900;
  color: #2a3c4b;
}

.header_info .header_info__txt {
  font-size: 23px;
  line-height: 29px;
  color: #2a3c4b;
  font-family: "Poppins", system-ui;
}

.header_info .header_info__txt a {
  color: #2a3c4b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header_info .header_info__txt a:hover {
  color: #fff;
}

@media (max-width: 1400px) {
  .header__logo {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .cargo_header {
    padding: 20px;
  }

  .cargo_nav_toggler {
    width: 35px;
    height: 35px;
  }

  .cargo_nav_toggler .toggler-icon,
  .cargo_nav_toggler .toggler-icon:before,
  .cargo_nav_toggler .toggler-icon:after {
    width: 30px;
    height: 3px;
    right: 0;
  }

  .cargo_nav_toggler .toggler-icon:before {
    content: "";
    top: -8px;
  }

  .cargo_nav_toggler .toggler-icon:after {
    content: "";
    bottom: -8px;
  }

  .cargo_nav_content_wrap {
    padding-top: 81px;
  }

  .cargo_nav_row {
    flex-wrap: wrap;
  }

  .cargo_nav_row .cargo_nav_menu {
    max-width: 100%;
  }

  .cargo_nav_row .header_contact_wrap {
    margin-left: auto;
    margin-top: 40px;
    padding: 0;
  }

  .cargo_nav_menu ul {
    font-size: 55px;
    line-height: 76px;
  }

  .cargo_nav_content {
    height: calc(100vh - 81px);
    padding-inline: 30px;
    padding-top: 30px;
    padding-bottom: 40vh;
    overflow-y: auto;
    align-items: flex-start;
  }

  .cargo_nav_content .nav_hand_shape {
    width: 40vh;
    left: auto;
    right: 0;
  }

  .header_info:not(:last-child) {
    margin-bottom: 25px;
  }

  .header_info .header_info__title {
    font-size: 24px;
    line-height: 24px;
  }

  .header_info .header_info__txt {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }
}

@media (max-width: 575px) {
  .cargo_header {
    padding: 10px 40px;
  }

  .header__logo {
    width: 70px;
  }

  .cargo_nav_content {
    padding-bottom: 60px;
  }

  .cargo_nav_content .nav_hand_shape {
    display: none;
  }
}

.section-top {
  display: flex;
  align-items: flex-end;
}

.section-top .cargo_video_wrap:before {
  display: none;
}

.section-top .cargo_video_wrap .cargo_video_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
}

.section-top-caption {
  width: 100%;
}

.section-top-caption .section-top-title {
  padding: 0 80px;
  margin-bottom: 40px;
  opacity: 0;
}

.section-top-caption .section-top-img {
  max-width: 90%;
  height: calc(50vh + 50px);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  margin-inline: auto;
  position: relative;
}

.section-top-caption .section-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-one {
  padding: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}

.section-two,
.section-three,
.section-four,
.section-ten,
.section-eleven {
  padding: 139px 80px 54px;
}

.section-one {
  margin: 0 auto;
}

.section-one.active {
  position: sticky;
}

.section-two {
  background-color: #fff;
  display: flex;
  align-items: center;
}

.section-two .section-two-green-bg {
  width: 65%;
  background-color: #d1fa94;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.section-two-caption {
  width: 100%;
  max-width: 50%;
  position: relative;
  z-index: 1;
}

.section-two-txt {
  margin-top: 68px;
}

.image-masker {
  width: 35vw;
  max-width: 700px;
  position: absolute;
  right: 4.55%;
  bottom: 0;
  z-index: 23;
  pointer-events: none;
}

.image-masker.active {
  position: fixed;
  right: 5%;
}

.image-masker.active img {
  transform: scale(1) !important;
}

.image-masker img {
  width: 100%;
}

.image-masker #animated-megaphone {
  transform-origin: bottom;
}

.section-three {
  font-family: "Poppins", system-ui;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.section-three .section-three-green-bg {
  width: 35%;
  background-color: #d1fa94;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65%;
  z-index: 0;
}

.section-three-caption {
  width: 100%;
  max-width: 50%;
}

.section-three-list {
  list-style: none;
  margin-top: 40px;
}

.section-three-list li {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.section-three-list li:not(:last-child) {
  margin-bottom: 30px;
}

.section-three-list li .big {
  font-size: 113px;
  line-height: 113px;
  font-weight: 700;
  flex: none;
  width: 100%;
  max-width: 215px;
  text-align: right;
}

.section-three-list li .big sup {
  font-size: 62px;
}

.section-three-list li .small {
  font-size: 32px;
  line-height: 43px;
  font-weight: 300;
}

.section-four {
  background-color: #fff;
  color: #2a3c4b;
  display: flex;
  align-items: center;
}

.section-four-caption {
  display: grid;
  grid-template-columns: 55% 38%;
  align-items: center;
  grid-gap: 50px 20px;
}

.section-eight.active {
  position: sticky;
}

.section-one-header {
  background-color: #d1fa94;
  padding: 15px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.section-one-header .header_logo {
  display: flex;
}

.section-one-header .header_logo svg path {
  fill: #2a3c4b;
}

.section-one-header .header_link a {
  flex: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: #2a3c4b;
  color: #fff;
  font-weight: 900;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
}

.section-one-header .header_link a svg {
  width: 22px;
}

#section-two-highlight-text-left {
  margin-top: 15px;
  max-width: 580px;
}

#section-two-highlight-text-left.block_text {
  line-height: 66px;
}

#section-two-highlight-text-right {
  padding-left: 15%;
}

#section-two-highlight-text-right.block_text {
  line-height: 66px;
}

.section-three-images {
  position: absolute;
}

.xox-title {
  text-align: center;
  max-width: 935px;
  margin: 0 auto;
}

#section-four-content {
  width: 100%;
  max-width: 1158px;
  padding: 0 20px;
}

#section-four-content .title {
  color: #000;
}

#section-four-content .description {
  color: #000;
}

#section-five-content .block_text {
  max-width: 1374px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  margin-top: 10px;
  color: #2a3c4b;
}

#section-six-content-one {
  display: flex;
  align-items: center;
}

#section-six-client {
  width: 100%;
  max-width: 355px;
  height: 142px;
}

#section-six-client img {
  width: 100%;
  height: auto;
  display: block;
}

#section-six-content-text,
#section-seven-content-text,
#section-seven-1-content-text,
#section-eight-content-text {
  color: #2a3c4b;
}

#section-six-content-text .block_title,
#section-seven-content-text .block_title,
#section-seven-1-content-text .block_title,
#section-eight-content-text .block_title {
  font-size: 87px;
  line-height: 84px;
  color: #2a3c4b;
}

#section-six-content-text .block_title span,
#section-seven-content-text .block_title span,
#section-seven-1-content-text .block_title span,
#section-eight-content-text .block_title span {
  display: block;
}

#section-six-content-text .block_text,
#section-seven-content-text .block_text,
#section-seven-1-content-text .block_text,
#section-eight-content-text .block_text {
  font-size: 24px;
  line-height: 30px;
  max-width: 90%;
}

#section-seven-client {
  width: 100%;
  max-width: 800px;
  height: 94px;
}

#section-seven-client img {
  width: 100%;
  height: auto;
  display: block;
}

#section-seven-content-one {
  display: flex;
  align-items: center;
}

#section-seven-1-client {
  width: 100%;
  max-width: 445px;
  height: 130px;
}

#section-seven-1-client img {
  width: 100%;
  height: auto;
  display: block;
}

#section-seven-1-content-one {
  display: flex;
  align-items: center;
}

#section-eight-client {
  width: 100%;
  max-width: 562px;
  height: 202px;
}

#section-eight-client img {
  width: 100%;
  height: auto;
  display: block;
}

#section-eight-content-one {
  display: flex;
  align-items: center;
}

#shape_white_bg_nine {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#section-nine-content {
  width: 100%;
  max-width: 1250px;
  padding: 0 15px;
  margin-top: -100px;
}

#section-nine-content .block_title {
  font-size: 92px;
  line-height: 92px;
  font-weight: 900;
}

#fan-base {
  transform-origin: center bottom;
}

#cargo_click_form {
  cursor: pointer;
}

.section-eleven {
  background-color: #fff;
  display: flex;
  align-items: center;
}

.section-eleven-caption {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-gap: 38px 30px;
}

.section-eleven-title {
  font-size: 89px;
  line-height: 98px;
  font-weight: 900;
}

.section-eleven-title span {
  display: block;
}

.section-eleven-txt {
  font-family: "Poppins", system-ui;
  font-size: 28px;
  line-height: 49px;
  color: #232323;
  font-weight: 300;
  margin-bottom: 28px;
}

.section-twelve {
  padding: 115px 80px 30px;
}

.section-eleven-contacts a {
  color: #2a3c4b;
}

.form-grid button {
  background-color: #2a3c4b;
}

.section-eleven-big-title h1,
.section-twelve-big-title h1 {
  font-size: 50px;
  line-height: 68px;
}

.section-eleven-big-title img,
.section-eleven-big-title svg,
.section-twelve-big-title img,
.section-twelve-big-title svg {
  width: 35px;
  width: 1.8vw;
  height: auto;
  margin-left: 8px;
}

.section-eleven-big-title {
  margin: 0 -15px;
}

.section-eleven-big-title span {
  padding: 0 15px;
}

.section-twelve-big-title h1 {
  display: inline-block;
  cursor: pointer;
}

.section-twelve-big-title mark {
  background-color: #2a3c4b;
  color: #fff;
  padding: 0 15px;
}

.section-twelve-big-title svg {
  transform: rotate(180deg);
}

.section-eleven-address,
.section-eleven-contact {
  color: #2a3c4b;
  margin-bottom: 34px;
}

.section-eleven-address h1,
.section-eleven-contact h1 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 10px;
}

.section-eleven-address p,
.section-eleven-contact p {
  font-size: 25px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Poppins", system-ui;
}

.section-four-image {
  height: 20vh;
}

.form-grid p {
  margin: 0;
}

.form-grid textarea {
  max-height: 180px;
}

.form-grid .form-checkbox .wpcf7-list-item {
  margin-left: 0;
}

.form-grid .form-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 16px;
  font-family: "Poppins", system-ui;
}

.form-grid .form-checkbox label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.form-grid .form-checkbox label .wpcf7-list-item-label {
  line-height: 22px;
}

.form-grid .submit_dv {
  position: relative;
  margin-top: 10px;
}

.form-grid .submit_dv .wpcf7-spinner {
  margin: 0;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.form-grid .submit {
  width: auto;
  padding: 12px 38px;
  font-size: 26px;
  line-height: 40px;
  background-color: #2a3c4b;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 14px;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.section-twelve .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.section-twelve .wpcf7-form-control-wrap input,
.section-twelve .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 12px;
}

.section-twelve .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 14px;
  color: #f00;
  position: absolute;
  top: calc(100% + 2px);
}

.section-twelve .wpcf7 form.invalid .wpcf7-response-output,
.section-twelve .wpcf7 form.unaccepted .wpcf7-response-output,
.section-twelve .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 8px 10px;
  border-color: #f00;
  font-size: 14px;
  color: #2a3c4b;
}

.section-twelve .wpcf7 form.sent .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 8px 10px;
  color: #2a3c4b;
  font-weight: 600;
}

.form-grid input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .section-top .block_big_title span {
    display: inline;
  }

  #section-six-content-one,
  #section-seven-content-one,
  #section-seven-1-content-one,
  #section-eight-content-one {
    background-color: transparent;
    padding: 0;
  }

  #section-six-content-text,
  #section-seven-content-text,
  #section-seven-1-content-text,
  #section-eight-content-text {
    max-width: 40vw;
    padding: 100px 70px;
  }

  #section-six-content-text,
  #section-eight-content-text {
    margin-left: auto;
  }

  #section-six-image .green_sq_shape {
    background-color: #d1fa94;
    width: 40vw;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
  }

  #section-seven-image .green_sq_shape {
    background-color: #d1fa94;
    width: 40vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
  }

  #section-seven-1-image .green_sq_shape {
    background-color: #d1fa94;
    width: 40vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
  }

  #section-eight-image .green_sq_shape {
    background-color: #d1fa94;
    width: 40vw;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (max-width: 1680px) {
  .section-two-txt {
    margin-top: 50px;
  }

  .section-three-list {
    margin-top: 40px;
  }

  .section-three-list li {
    column-gap: 30px;
  }

  .section-three-list li .big {
    font-size: 78px;
    line-height: 78px;
    max-width: 160px;
  }

  .section-three-list li .big sup {
    font-size: 42px;
  }

  .section-three-list li .small {
    font-size: 26px;
    line-height: 36px;
  }

  #section-five-content .block_text {
    max-width: 1000px;
  }

  #section-six-content-text .block_title,
  #section-seven-content-text .block_title,
  #section-seven-1-content-text .block_title,
  #section-eight-content-text .block_title {
    font-size: 60px;
    line-height: 60px;
  }

  #section-six-content-text .block_text,
  #section-seven-content-text .block_text,
  #section-seven-1-content-text .block_text,
  #section-eight-content-text .block_text {
    font-size: 20px;
    line-height: 26px;
  }

  .section-eleven-title {
    font-size: 72px;
    line-height: 81px;
  }

  .section-eleven-txt {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .form-grid input[type="text"],
  .form-grid input[type="email"],
  .form-grid textarea,
  .form-grid button {
    font-size: 16px;
    line-height: 38px;
  }

  .form-grid input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  .form-grid input[type="checkbox"]+label {
    font-size: 18px;
    line-height: 38px;
  }

  .form-grid textarea {
    max-height: 150px;
  }

  .form-grid button {
    padding: 8px 20px;
  }

  .form-grid .submit {
    font-size: 21px;
    padding: 8px 38px;
  }
}

@media (max-width: 1400px) {
  .section-three-list li .big {
    font-size: 62px;
    line-height: 62px;
    max-width: 115px;
  }

  .section-three-list li .big sup {
    font-size: 32px;
  }

  .section-three-list li .small {
    font-size: 22px;
    line-height: 32px;
  }

  #section-six-content-text .block_title,
  #section-seven-content-text .block_title,
  #section-seven-1-content-text .block_title,
  #section-eight-content-text .block_title {
    font-size: 57px;
    line-height: 66px;
  }

  #section-six-content-text .block_text,
  #section-seven-content-text .block_text,
  #section-seven-1-content-text .block_text,
  #section-eight-content-text .block_text {
    font-size: 14px;
    line-height: 18px;
  }

  .section-eleven-title {
    font-size: 48px;
    line-height: 58px;
  }

  .section-eleven-txt {
    font-size: 18px;
    line-height: 32px;
  }

  .section-eleven-form {
    margin-top: 20px;
  }

  .form-grid .submit {
    font-size: 18px;
    line-height: 28px;
    border-radius: 8px;
  }
}

@media (max-width: 1199px) {
  .image-masker {
    width: 65vh;
  }

  .section-three-list li .big {
    font-size: 52px;
    line-height: 22px;
    max-width: 100px;
  }

  .section-three-list li .big sup {
    font-size: 28px;
  }

  .section-three-list li .small {
    font-size: 18px;
    line-height: 28px;
  }

  .section-four-caption .block_text {
    font-size: 22px;
    line-height: 38px;
  }

  .form-grid input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .form-grid input[type="checkbox"]+label {
    font-size: 14px;
    line-height: 30px;
  }

  .form-grid .form-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .green_sq_shape {
    display: none;
  }

  .section-two .section-two-green-bg {
    display: none;
  }

  .section-three .section-three-green-bg {
    display: none;
  }
}

.cargo_post_wrap,
.cargo_404_wrap {
  padding: 100px 0;
}

.cargo_404_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cargo_404_wrap .block_title {
  margin-bottom: 10px;
}

.cargo_404_wrap .block_content_wrap {
  border-top: 1px solid rgba(42, 60, 75, 0.3);
  padding-top: 30px;
}

.cargo_404_wrap .link_txt {
  font-style: italic;
  color: #0075a3;
}

.site_logo_wrap {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 30px;
}

.site_logo_wrap a {
  width: 100%;
  background-color: #d1fa94;
  padding: 50px;
  border-radius: 100%;
  display: flex;
}

.site_logo_wrap img {
  width: 100%;
}

@media (max-width: 991px) {
  .cargo_post_wrap {
    padding: 50px 0;
  }
}

@media (min-width: 992px) {
  .hide_web {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide_mob {
    display: none !important;
  }

  .section-two {
    background: linear-gradient(to bottom, #d1fa94 67%, #ffffff 25%);
    align-items: normal;
  }

  .section-two .section-two-title span:nth-child(1),
  .section-two .section-two-title span:nth-child(2) {
    display: inline;
  }

  .section-two-caption {
    max-width: 100%;
  }

  .image-masker {
    left: -8px;
    bottom: -3vh;
    width: 47vh;
  }

  .image-masker.active.mob-active {
    bottom: auto;
    top: 50px;
  }

  .section-three {
    background: #fff;
    align-items: flex-end;
    padding-bottom: 40px;
  }

  .section-three-caption {
    max-width: 100%;
  }

  .section-three-caption .block_big_text {
    font-size: 20px;
    line-height: 27px;
  }

  .section-three-list {
    margin-top: 21px;
  }

  .section-three-list li:not(:last-child) {
    margin-bottom: 0;
  }

  .section-three-list li .big {
    font-size: 57px;
    line-height: 85px;
    max-width: 97px;
  }

  .section-three-list li .big sup {
    font-size: 30px;
  }

  .section-three-list li .small {
    font-size: 14px;
    line-height: 20px;
  }

  .section-four {
    background: linear-gradient(to bottom, #d1fa94 50%, #ffffff 45%);
  }

  .section-four-caption {
    grid-template-columns: repeat(1, 100%);
    height: 100%;
  }

  #section-four-content {
    padding: 0 30px;
  }

  #section-four-content .title {
    width: 100%;
  }

  #section-four-content .section-three-images {
    position: relative;
    margin: 30px auto 0;
  }

  #section-five-image img {
    height: 26vh;
  }

  #circle-bg {
    width: 100%;
    height: auto;
    max-width: 363px;
    aspect-ratio: 1/1;
  }

  #section-six-content-one,
  #section-seven-content-one,
  #section-seven-1-content-one,
  #section-eight-content-one {
    padding: 40px 40px;
    width: 100vw;
    height: 70vh;
    overflow: visible;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #section-six-content-text,
  #section-seven-content-text,
  #section-seven-1-content-text,
  #section-eight-content-text {
    max-width: 90%;
  }

  #section-six-circle-white,
  #section-seven-circle-white,
  #section-seven-1-circle-white,
  #section-eight-circle-white {
    width: 450px;
    height: auto;
    aspect-ratio: 1/1;
    left: 100%;
    top: 20%;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
  }

  #section-nine-content .block_title {
    font-size: 75px;
    line-height: 83px;
  }

  #section-nine-content .block_title span {
    display: block;
  }

  .section-eleven-title {
    font-size: 40px;
    line-height: normal;
  }

  .section-eleven-caption {
    grid-template-columns: repeat(1, 100%);
  }

  .section-eleven-txt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .form-grid {
    gap: 15px;
    grid-template-columns: repeat(1, 100%);
  }

  .form-grid .full-width {
    grid-column: auto;
  }

  .form-grid textarea {
    max-height: 100px;
  }
}

/* iPhone media query */
@media (max-width: 575px) {
  section {
    height: calc(var(--vh, 1vh) * 100);
  }

  .section-top-caption .section-top-title {
    padding: 0 40px;
    margin-bottom: 20px;
  }

  .section-top-caption .section-top-img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    max-width: 100%;
  }

  .section-two,
  .section-three,
  .section-four {
    padding: 115px 40px 20px;
  }

  .section-two-caption .section-two-txt {
    margin-top: 40px;
    font-size: 20px;
    line-height: 22px;
  }

  .section-two {
    background: linear-gradient(to bottom, #d1fa94 70%, #ffffff 25%);
  }

  /* OLD
  .image-masker {
    width: 45vh;
  }
	 */
  .image-masker {
    width: 40vh;
  }

  .image-masker.active.mob-active {
    top: 53px;
    bottom: 55px;
    /* Ensure this is set to the final position */
  }

  .section-three {
    padding-bottom: 40px;
  }

  .section-three-list {
    margin-top: 5px;
  }

  .section-four-caption {
    grid-row-gap: 20px;
  }

  .section-four-caption .block_text {
    font-size: 20px;
    line-height: 27px;
  }

  #section-six-content-text,
  #section-seven-content-text,
  #section-seven-1-content-text,
  #section-eight-content-text {
    max-width: 450px;
  }

  #section-six-content-text .block_title,
  #section-seven-content-text .block_title,
  #section-seven-1-content-text .block_title,
  #section-eight-content-text .block_title {
    font-size: 38px;
    line-height: 42px;
  }

  #section-six-content-text .block_title span,
  #section-seven-content-text .block_title span,
  #section-seven-1-content-text .block_title span,
  #section-eight-content-text .block_title span {
    display: inline-block;
  }

  #section-six-content-text .block_text,
  #section-seven-content-text .block_text,
  #section-seven-1-content-text .block_text,
  #section-eight-content-text .block_text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    max-width: 100%;
  }

  #section-six-content-one,
  #section-seven-content-one,
  #section-seven-1-content-one,
  #section-eight-content-one {
    height: auto;
  }

  #section-nine-content .block_title {
    font-size: 50px;
    line-height: 58px;
  }

  .section-ten {
    padding: 80px 20px 40px;
  }

  .section-ten .clients {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    width: 100%;
  }

  .section-ten .client {
    height: auto;
    display: flex;
  }

  #section-six-client,
  #section-seven-client,
  #section-seven-1-client,
  #section-eight-client {
    width: 100%;
    max-width: 80%;
  }

  #expendable-bg {
    height: 350vw;
  }

  #section-nine-content {
    margin-top: -120px;
  }

  .section-eleven {
    padding: 60px 40px 20px;
  }

  .section-eleven-title {
    font-size: 36px;
    line-height: 40px;
  }

  .section-eleven-txt {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .section-eleven-caption {
    grid-gap: 20px;
  }

  .form-grid {
    gap: 15px;
  }

  .form-grid input[type="text"],
  .form-grid input[type="email"],
  .form-grid textarea,
  .form-grid button {
    line-height: 28px;
  }

  .form-grid textarea {
    max-height: 90px;
  }

  .form-grid input[type="checkbox"] {
    width: 26px;
    height: 26px;
    margin-top: 3px;
    font-size: 14px;
  }

  .form-grid .form-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    max-width: 253px;
  }

  .form-grid .form-checkbox label .wpcf7-list-item-label {
    line-height: 24px;
  }

  .form-grid .submit_dv {
    margin-top: 5px;
  }

  .form-grid .submit {
    padding: 4px 38px;
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 449px) {
  .section-top-caption .section-top-title {
    padding: 0 40px;
    margin-bottom: 20px;
  }

  .section-top-caption .section-top-img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    max-width: 100%;
  }

  .section-two,
  .section-three,
  .section-four {
    padding: 115px 40px 20px;
  }

  .section-two-caption .section-two-txt {
    margin-top: 40px;
    font-size: 20px;
    line-height: 22px;
  }

  .section-two {
    background: linear-gradient(to bottom, #d1fa94 70%, #ffffff 25%);
  }

  /*
	  .image-masker {
		width: 37vh;
	  }
	*/
  .image-masker {
    width: 33vh;
  }

  .image-masker.active.mob-active {
    bottom: auto;
    top: 5px;
  }

  .section-three {
    padding-bottom: 40px;
  }

  .section-three-list {
    margin-top: 5px;
  }

  .section-four-caption {
    grid-row-gap: 20px;
  }

  .section-four-caption .block_text {
    font-size: 20px;
    line-height: 27px;
  }

  #section-six-content-text,
  #section-seven-content-text,
  #section-seven-1-content-text,
  #section-eight-content-text {
    max-width: 450px;
  }

  #section-six-content-text .block_text,
  #section-seven-content-text .block_text,
  #section-seven-1-content-text .block_text,
  #section-eight-content-text .block_text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    max-width: 100%;
  }

  #section-six-content-one,
  #section-seven-content-one,
  #section-seven-1-content-one,
  #section-eight-content-one {
    height: auto;
  }

  #section-nine-content .block_title {
    font-size: 50px;
    line-height: 58px;
  }

  .section-ten {
    padding: 80px 20px 40px;
  }

  .section-ten .clients {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 10px;
    width: 100%;
  }

  .section-ten .client {
    height: auto;
    display: flex;
  }

  #section-six-client,
  #section-seven-client,
  #section-seven-1-client,
  #section-eight-client {
    width: 100%;
    max-width: 80%;
  }

  #expendable-bg {
    height: 350vw;
  }

  #section-nine-content {
    margin-top: -120px;
  }

  .section-eleven {
    padding: 60px 40px 20px;
  }

  .section-eleven-title {
    font-size: 32px;
    line-height: 36px;
  }

  .section-eleven-txt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .section-eleven-caption {
    grid-gap: 20px;
  }

  .form-grid {
    gap: 10px;
  }

  .form-grid input[type="text"],
  .form-grid input[type="email"],
  .form-grid textarea,
  .form-grid button {
    line-height: 28px;
  }

  .form-grid textarea {
    max-height: 90px;
  }

  .form-grid input[type="checkbox"] {
    width: 26px;
    height: 26px;
    margin-top: 3px;
    font-size: 14px;
  }

  .form-grid .form-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    max-width: 253px;
  }

  .form-grid .form-checkbox label .wpcf7-list-item-label {
    line-height: 24px;
  }

  .form-grid .submit_dv {
    margin-top: 5px;
  }

  .form-grid .submit {
    padding: 4px 38px;
    font-size: 18px;
    line-height: 36px;
  }
}

.cargo-footer-section {
  height: 700px;
  background-color: #2a3c4b;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 100px 80px;
}

.cargo_footer {
  width: 100%;
}

.cargo_footer_row {
  display: flex;
}

.cargo_footer_row .footer-col {
  width: 100%;
}

.cargo_footer_row .footer-col-1 {
  max-width: 445px;
  margin-right: 80px;
}

.cargo_footer_row .footer-col-2,
.cargo_footer_row .footer-col-3 {
  max-width: 392px;
  margin-left: 40px;
}

.cargo_footer_row .header_info .header_info__title {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

.cargo_footer_row .header_info .header_info__txt {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
}

.cargo_footer_row .header_info .header_info__txt a {
  color: #fff;
}

.social_links {
  margin-top: 70px;
}

.social_links .widget-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: #fff;
  color: #2a3c4b;
  border-radius: 100%;
  font-size: 32px;
  text-decoration: none;
}

@keyframes moveUpMegaphone {
  0% {
    bottom: -3vh;
  }

  100% {
    bottom: auto;
    top: 55px;
  }
}

@media (max-width: 1680px) {
  .cargo_footer_row {
    grid-gap: 40px 30px;
  }

  .cargo_footer_row .header_info .header_info__txt {
    font-size: 18px;
    line-height: 30px;
  }

  .social-media a {
    height: 50px;
    width: 50px;
    font-size: 28px;
  }
}

@media (max-width: 1400px) {
  .cargo_footer_row {
    grid-gap: 40px 30px;
  }

  .cargo_footer_row .header_info .header_info__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .cargo_footer_row .header_info .header_info__txt {
    font-size: 18px;
    line-height: 30px;
  }

  .social_links .widget-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .social-media {
    row-gap: 20px;
    column-gap: 20px;
  }

  .social-media a {
    height: 40px;
    width: 40px;
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .cargo-footer-section {
    height: 100vh;
  }

  .cargo_footer_row {
    flex-wrap: wrap;
  }

  .cargo_footer_row .footer-col {
    width: 100%;
    margin: 0;
  }

  .cargo_footer_row .header_info:not(:last-child) {
    margin-bottom: 38px;
  }

  .cargo_footer_row .header_info .header_info__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .cargo_footer_row .header_info .header_info__txt {
    font-size: 18px;
    line-height: 24px;
  }

  .social_links {
    margin-top: 50px;
  }

  .social_links .widget-title {
    font-size: 31px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .cargo-footer-section {
    padding: 60px 20px 20px;
  }

  .cargo_footer_row {
    grid-gap: 53px 30px;
    grid-gap: 25;
  }

  .cargo_footer_row .header_info:not(:last-child) {
    margin-bottom: 39px;
  }

  .cargo_footer_row .header_info .header_info__txt {
    font-size: 18px;
    line-height: 24px;
  }

  .social_links {
    margin-top: 53px;
  }

  .social_links .widget-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}