body {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero_section {
  width: 100vw;
  height: 700px;
  -webkit-text-fill-color: inherit;
  background-image: url("../images/KV2.jpg");
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu_block {
  z-index: 2;
  width: 70vw;
  height: 20vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
  position: relative;
}

.top_menu {
  height: 10vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.bot_menu {
  height: 10vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 3px solid #999;
  border-radius: 0;
  grid-template:
    "Area" 1fr
    / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.logo_image {
  width: 100%;
  height: 50px;
}

.language_block {
  width: 100%;
  color: #fff;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.menu_text_block:hover {
  font-size: 18px;
}

.top_menu_text {
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.top_menu_text:hover {
  font-size: 18px;
}

.nav_button_block {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  text-decoration: none;
}

.nav_button_block:hover {
  color: #0f72a1;
  font-size: 18px;
  transform: scale(1);
}

.nav_button_block.w--current {
  width: 100%;
  opacity: 1;
  border-top: 5px #0f72a1;
  border-radius: 0;
  margin-top: -5px;
  padding-top: 0;
}

.home_nav_text {
  text-align: center;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s;
}

.home_nav_text:hover {
  transform: scale(1.1);
}

.heading_block {
  width: 70vw;
  height: 80vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -26px;
  padding-top: 108px;
  padding-bottom: 100px;
  display: flex;
}

.heading1 {
  color: #fff;
  letter-spacing: 1.5px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
}

.introduction-title {
  color: #000;
}

.heading2 {
  letter-spacing: 1.5px;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.button {
  z-index: 1;
  color: #0f72a1;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 40px;
  padding: 10px 35px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.4s;
  position: relative;
}

.button:hover {
  color: #fff;
  background-image: linear-gradient(88deg, #0f72a1, #999);
}

.section2 {
  width: 100vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 75px;
  display: flex;
}

.services_block {
  width: 70vw;
  height: 25vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3px 1fr 3px 1fr 3px 1fr 3px 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
  position: relative;
  top: -80px;
  box-shadow: 1px 1px 20px -2px rgba(0, 0, 0, 0.27);
}

.divider_services {
  width: 2px;
  height: 70px;
  background-color: #999;
}

.air_freight_image {
  width: 50px;
}

.air_freight_block {
  width: 100%;
  height: 25vh;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.air_freight_text {
  color: #0f72a1;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.air_freight_details {
  color: #999;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: visible;
}

.arrow_block {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.arrow_image {
  width: 10px;
  color: #0f72a1;
}

.image-2 {
  width: 50px;
  display: none;
}

.services_bot_block {
  width: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.services_image_block {
  text-align: right;
}

.services_text_block {
  text-align: left;
}

.paragraph {
  color: #272727;
  letter-spacing: 1.5px;
  object-fit: fill;
  padding-top: 0;
  font-size: 16px;
  position: relative;
  overflow: auto;
}

.image-3 {
  width: 450px;
  text-align: left;
  border-radius: 9px;
  position: static;
  box-shadow: 1px 1px 20px 2px rgba(15, 114, 161, 0.52);
}

.section3 {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.section4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/moodboard.png");
  background-position: 100% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.section_3_grid {
  width: 70vw;
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  padding-top: 40px;
  padding-bottom: 60px;
  display: grid;
}

.first_grid_block {
  width: 325px;
  height: 270px;
}

.first_block_text {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.second_grid_block {
  width: 325px;
  height: 270px;
  border: 5px solid #fff;
  flex-direction: column;
  display: flex;
}

.second_grid_block.combo {
  border-color: rgba(255, 255, 255, 1);
}

.section4_image {
  width: 60px;
  position: relative;
  top: auto;
  left: auto;
}

.image_block {
  width: 80px;
  height: 80px;
  background-color: #0f72a1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -35px;
  left: 35px;
}

.section4_text_block {
  height: 400px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.section4_heading {
  letter-spacing: 1.5px;
  font-family: Archivo Black, sans-serif;
}

.section4_paragraph {
  margin-top: 10px;
}

.section5 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.section5_grid {
  width: 70vw;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.countrie_block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.globe_image {
  width: 300px;
  height: 200px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer {
  background-color: #052838;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer_logo_image {
  filter: none;
}

.bold-text {
  -webkit-text-fill-color: inherit;
  background-color: rgba(184, 166, 166, 0.53);
  background-clip: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Archivo Black, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.text-span {
  font-family: Open Sans, sans-serif;
}

.text-span-2 {
  color: #dfdfdf;
  font-family: Open Sans, sans-serif;
}

.button-2 {
  width: 100px;
  color: #333;
  text-align: center;
  background-color: #3cbeff;
  border-radius: 20px;
  align-self: flex-end;
  margin-top: 20px;
  margin-right: 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color 0.5s cubic-bezier(0.789, 0.159, 0.25, 1),
    color 0.2s cubic-bezier(0.789, 0.159, 0.25, 1);
  display: inline-block;
}

.button-2:hover {
  color: #e28a00;
  background-color: #fff;
}

.button-2.form-button {
  width: 40%;
  color: #fff;
  background-color: #ff8500;
  border-radius: 10px;
  align-self: center;
  padding: 20px 0 15px;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1),
    cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button-2.form-button:hover {
  color: #fff;
  background-color: #000;
}

.text-field---indie {
  height: 50px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 0;
  transition: all 0.2s;
}

.text-field---indie:focus {
  color: #000;
  border-color: #987e31;
}

.text-field---indie::-ms-input-placeholder {
  color: #da972b;
  font-weight: 500;
}

.text-field---indie::placeholder {
  color: #da972b;
  font-weight: 500;
}

.submit-button-wrap---indie {
  justify-content: center;
  display: flex;
}

.form-title {
  color: #fff;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

._2-col-grid---indie {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-wrap---indie {
  padding-bottom: 20px;
}

.field-wrap---indie._2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7 {
  height: 400px;
  background-image: url("../images/its3.png");
  background-position: 50%;
  background-size: cover;
}

.text-block {
  color: #272727;
  margin-top: 20px;
}

.vertical-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vertical-holder.contact {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}

.footer-contact {
  align-items: flex-start;
  margin-top: 4px;
  margin-bottom: 8px;
  display: flex;
}

.contact-icon {
  width: 20px;
  height: 24px;
  opacity: 0.32;
  margin-right: 12px;
}

.contact-icon.contact {
  width: auto;
  opacity: 1;
}

.font-16-black {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.link {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu_block {
    width: 90vw;
  }

  .top_menu {
    display: flex;
  }

  .logo_block {
    width: 100%;
  }

  .services_block {
    width: 90vw;
  }

  .services_bot_block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_3_grid {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .align-center-mobile {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .submit-button-wrap---indie {
    justify-content: center;
    padding-bottom: 20px;
  }

  ._2-col-grid---indie {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .button-2.form-button {
    border-radius: 10px;
  }

  .field-wrap---indie._2-col {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    height: auto;
  }

  .top_menu {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .bot_menu {
    flex-direction: row;
    display: flex;
  }

  .heading_block {
    width: 90vw;
  }

  .heading1 {
    text-align: center;
  }

  .services_block {
    width: 60vw;
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto 3px auto 3px auto 3px auto 3px auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 3px;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .divider_services {
    transform: rotate(90deg);
  }

  .services_bot_block {
    flex-direction: column;
    display: flex;
  }

  .section4 {
    background-position: 100% 100%;
    background-repeat: repeat;
    background-size: cover;
  }

  .section_3_grid {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .first_grid_block,
  .second_grid_block {
    width: auto;
  }

  .section4_text_block {
    margin-top: -20px;
  }

  .globe_image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bold-text {
    text-align: center;
  }

  .button-2 {
    margin-top: 20px;
    display: block;
  }

  .button-2.form-button {
    width: 60%;
    border-radius: 10px;
    display: inline-block;
  }

  ._2-col-grid---indie {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .font-16-black {
    text-align: left;
  }
}

#w-node-_7d31e602-7208-4e41-2e7a-55422a6259bb-243f2f7b {
  align-self: start;
}

#w-node-_4e72789e-1db5-b2cf-ae8f-5995521ff8d2-243f2f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f22a57d4-d299-e24b-a302-47befc4da962-243f2f7b {
  align-self: start;
  justify-self: center;
}

#w-node-_20d5ac81-12f6-2138-a548-fde920f3d973-243f2f7b {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_20d5ac81-12f6-2138-a548-fde920f3d975-243f2f7b {
  align-self: start;
  justify-self: center;
}

#w-node-_4c5bbc76-10ec-ec3a-3483-8d2b285857fd-243f2f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c5bbc76-10ec-ec3a-3483-8d2b285857ff-243f2f7b {
  align-self: start;
  justify-self: center;
}

#w-node-_7dd5803a-048b-8296-c300-6265f57d769a-243f2f7b {
  grid-area: 1 / 2 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_7dd5803a-048b-8296-c300-6265f57d769c-243f2f7b {
  align-self: start;
  justify-self: auto;
}

#w-node-_502f2196-ce8e-bb21-98e8-4d729add121f-243f2f7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-ab2a1437-6809-9348-6d9c-5e0b0e248f7e-243f2f7b {
  align-self: center;
  justify-self: center;
}

#w-node-d48a748e-b81a-d334-1e36-72a574c74c0f-243f2f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_02693e1f-c75e-09fe-f137-daccc5d19d66-243f2f7b,
#w-node-dfb51966-ddfc-9891-5a5d-84de7c8768d6-243f2f7b,
#w-node-f1fc3f43-aa87-3088-8d52-1f9ea3ae4b57-243f2f7b,
#w-node-f45f27ba-5496-c5ed-2ca8-1c8946936265-243f2f7b {
  align-self: start;
  justify-self: center;
}

#w-node-_34e95d1c-3ef3-0c5a-db0d-04b8d2158747-243f2f7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fa0d3b4-5644-8569-a79c-e7320c0b121b-243f2f7b,
#w-node-_7e41e376-9205-4eba-8ff0-9ac6e1d6f9e8-e1d6f9e6,
#w-node-_7e41e376-9205-4eba-8ff0-9ac6e1d6f9f2-e1d6f9e6 {
  align-self: center;
}

#w-node-_7e41e376-9205-4eba-8ff0-9ac6e1d6f9fa-e1d6f9e6 {
  justify-self: stretch;
}

#w-node-_7e41e376-9205-4eba-8ff0-9ac6e1d6f9fb-e1d6f9e6,
#w-node-_975f2893-284a-8eae-1fe1-6a52857e07e5-e1d6f9e6,
#w-node-_31bb3e68-8244-1f1c-871b-fb804380081c-e1d6f9e6,
#w-node-_1aace0e0-17ab-d4d4-eb95-1cb18c88a22b-e1d6f9e6 {
  align-self: center;
  justify-self: start;
}
