.nav-menu {
  object-fit: fill;
  font-family: Didact Gothic, sans-serif;
}

.navbar {
  background-color: #fff;
  align-items: center;
  font-family: Didact Gothic, sans-serif;
  display: flex;
}

.brand {
  width: 250px;
  height: 100px;
  background-color: #fff;
  background-image: url('../images/logo_jump.jpeg');
  background-size: cover;
  background-attachment: scroll;
  display: block;
}

.body {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  font-family: Didact Gothic, sans-serif;
  font-weight: 400;
}

.navbar-2 {
  object-fit: fill;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  font-family: Didact Gothic, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
  top: 0%;
  bottom: 50px;
  left: 0%;
  right: 0%;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  height: 550px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #2238df;
  background-image: url('../images/hero_section.jpeg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
}

.link-menu {
  font-size: 17px;
}

.div-block {
  width: 550px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-left: 0;
  display: flex;
}

.button {
  color: #000;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 24px;
  font-size: 17px;
  transition: opacity .2s;
}

.heading {
  color: #fff;
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 50px;
}

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

.forclient-section {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 0;
}

.client-info {
  margin-top: 25px;
  font-size: 16px;
  line-height: 25px;
}

.hero {
  height: 550px;
  background-image: url('../images/hero_section.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  margin-right: 220px;
}

.cards-section {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 50px;
  display: block;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 15px;
}

.contact-form {
  padding-top: 50px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
  margin-right: 0;
  padding-right: 0;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-2 {
  display: block;
}

.image-2 {
  color: red;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
}

.text-block {
  padding-bottom: 10px;
  font-weight: 400;
}

.text-block-2 {
  padding-bottom: 5px;
}

.text-block-3 {
  line-height: 30px;
}

.div-block-2 {
  padding-left: 0;
}

.heading-2, .heading-3, .heading-4 {
  font-size: 25px;
}

.link-block {
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-4 {
  color: #000;
  font-family: Didact Gothic, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .contact-form, .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .heading {
    width: auto;
    flex: 0 auto;
    margin-top: 50px;
    display: block;
  }

  .forclient-section {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }
}

#w-node-_66899f9c-e5f8-0341-f3a0-31cd891ebb18-42a9b113, #w-node-_66899f9c-e5f8-0341-f3a0-31cd891ebb1f-42a9b113, #w-node-_66899f9c-e5f8-0341-f3a0-31cd891ebb26-42a9b113, #w-node-a3b49e6a-ac51-5021-e589-7756ec0b45e2-42a9b113, #w-node-a3b49e6a-ac51-5021-e589-7756ec0b45e8-42a9b113, #w-node-a3b49e6a-ac51-5021-e589-7756ec0b45ee-42a9b113 {
  align-self: center;
  justify-self: center;
}

#w-node-_4e95686d-92c9-5721-6c71-0f08e6b6440c-42a9b113 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_66899f9c-e5f8-0341-f3a0-31cd891ebb24-42a9b113 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66899f9c-e5f8-0341-f3a0-31cd891ebb2b-42a9b113 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-a3b49e6a-ac51-5021-e589-7756ec0b45ec-42a9b113 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3b49e6a-ac51-5021-e589-7756ec0b45f2-42a9b113 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66899f9c-e5f8-0341-f3a0-31cd891ebb18-42a9b113, #w-node-_66899f9c-e5f8-0341-f3a0-31cd891ebb1f-42a9b113, #w-node-_66899f9c-e5f8-0341-f3a0-31cd891ebb26-42a9b113, #w-node-a3b49e6a-ac51-5021-e589-7756ec0b45e2-42a9b113, #w-node-a3b49e6a-ac51-5021-e589-7756ec0b45e8-42a9b113, #w-node-a3b49e6a-ac51-5021-e589-7756ec0b45ee-42a9b113 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4e95686d-92c9-5721-6c71-0f08e6b643fc-42a9b113, #w-node-_4e95686d-92c9-5721-6c71-0f08e6b64400-42a9b113, #w-node-_4e95686d-92c9-5721-6c71-0f08e6b64404-42a9b113, #w-node-_4e95686d-92c9-5721-6c71-0f08e6b64408-42a9b113 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


