body {
  color: white;
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.inv-1 {
  background-image: url('./assets/header-desktop.jpg');
  background-color: #e9eef0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  padding-block: 60px;
}
.inv-1.bg-overlay::before {
  background: rgba(0, 0, 0, 0.711);
}
.inv-1__info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.inv-1 h1 {
  font-size: 80px;
  color: #F69903;
  font-weight: 700;
  line-height: 1;
}
.inv-1 h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
.inv-1__btn {
  background-color: #F69903;
  border-radius: 50px;
  font-size: 20px;
  margin-top: 25px;
  height: 50px;
}
.inv-1__right[data-gjs-type="grid-cell"] {
  background-color: rgba(255, 255, 255, 0.598);
  padding: 50px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inv-1 h3 {
  font-size: 25px;
  color: rgb(70, 70, 70);
}
.inv-1__form .ll-btn {
  background-color: #F69903;
  border-radius: 50px;
}
@media screen and (max-width: 993px) {
  .inv-1 h1 {
    font-size: 70px;
  }
  .inv-1 h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 577px) {
  .inv-1 h1 {
    font-size: 57px;
  }
  .inv-1 h2 {
    font-size: 35px;
  }
}
/* Section 2 */
.inv-2 {
  background-color: #144471;
  padding-block: 10px;
}
.inv-2 h3 {
  font-size: 28px;
  font-weight: normal;
}
.inv-2__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.inv-2__icon {
  height: 120px;
}
/* Section 3 */
.inv-3 {
  padding-block: 60px;
  color: black;
  background-color: #F1F1F1;
}
.inv-3__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inv-3 h2 {
  font-size: 30px;
  text-align: center;
}
.inv-3__grid {
  padding-block: 30px;
  padding-inline: 0;
  gap: 40px;
}
.inv-3__cell {
  padding: 15px;
}
.inv-3__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 25px;
  text-align: center;
}
.inv-3__card img {
  height: 80px;
  text-align: center;
}
.inv-3__card p {
  font-size: 18px;
}
/* Section 4 */
.inv-4 {
  padding-block: 50px;
}
.inv-4__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inv-4__info {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inv-4__logos {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inv-4__logos [data-gjs-type="icon"] {
  height: 30px;
  width: auto;
}
.inv-4__btn {
  background-color: #F69903;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 300;
  padding-block: 20px;
}
@media screen and (max-width: 993px) {
  .inv-4__info {
    width: 100%;
  }
  .inv-4__btn {
    font-size: 20px;
    padding-block: 20px;
  }
}
@media screen and (max-width: 577px) {
  .inv-4__btn {
    font-size: 18px;
  }
}
/* Section 5 */
.inv-5 {
  padding-block: 30px;
  background-color: #F1F1F1;
  color: rgb(56, 56, 56);
}
.inv-5__container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 18px;
}
.inv-5 img {
  height: 50px;
}
.inv-5 p {
  font-size: 13px;
}
.inv-5 [data-gjs-type="date-picker"] {
  font-size: 14px;
}