.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  background-color: #0047bb;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.image {
  height: 24px;
  margin-left: 8px;
}

.image-2 {
  height: 30px;
}

.section {
  background-image: url('../images/12f6875d-47b4-44f0-b.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 800px;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  background-color: #fff3;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
}

.card:hover {
  transform: scale3d(1.1none, 1.1none, 1none);
  color: #fff;
  background-color: #0059ff33;
}

.card:active, .card:focus, .card:focus-visible, .card[data-wf-focus-visible], .card:visited {
  color: #fff;
}

.image-3 {
  height: 64px;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}

.paragraph {
  color: #b0afaf;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.heading-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 70px;
  line-height: 130%;
}

.footer {
  background-color: #0047bb;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 800;
  display: flex;
}

.content {
  background-color: #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  background-color: #fff;
  border-radius: 16px;
  max-width: 720px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  line-height: 130%;
}

.body {
  font-family: Manrope, sans-serif;
}

.heading-3 {
  color: #0046ba;
  font-size: 32px;
}

.image-4 {
  height: 32px;
}

@media screen and (max-width: 767px) {
  .header {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading-2 {
    font-size: 40px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 40px;
  }

  .content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-2 {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-3 {
    margin-top: 8px;
    font-size: 32px;
    line-height: 36px;
  }
}


