.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;
  }
}

a {
  color: #333;
  text-decoration: underline;
}

.text-block-3 {
  margin-bottom: 24px;
}

.page-wrapper {
  background-color: #f7f7f7;
}

.link-block {
  width: 120px;
}

.text-block-4 {
  color: #979797;
  margin-top: 4px;
  font-size: 14px;
  font-style: italic;
  display: none;
}

.grid {
  grid-template-rows: auto;
}

.text-block-6 {
  font-size: 12px;
}

.text-block-2 {
  color: #a5a5a5;
  font-weight: 300;
}

.block-logo {
  margin-bottom: 32px;
  padding-top: 2%;
}

.section-footer {
  padding-top: 32px;
  padding-bottom: 32px;
}

.button {
  display: none;
}

.block-ph {
  margin-top: 32px;
  margin-bottom: 32px;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.container-2 {
  max-width: 700px;
}

.image {
  width: 100%;
}

.image-20 {
  display: none;
}

.heading {
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 120%;
  position: static;
}

.heading-2 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.link-block-2 {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .425s;
  box-shadow: 0 2px 5px #0003;
}

.link-block-2:hover {
  transform: scale(.9);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 10.75fr .75fr;
}

.text-block {
  color: #a5a5a5;
  font-weight: 300;
}

.body {
  font-family: Mulish, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.quote {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-8 {
  font-weight: 700;
}

.other {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.other._2 {
  padding-bottom: 0;
}

.inf-1 {
  background-color: #092f3b;
  margin-bottom: 24px;
  padding: 20px;
}

.block-info {
  background-color: #fff;
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-block-17 {
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

.grid-5 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 6.25fr;
}

.grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.75fr;
}

.block-inf-1 {
  border-bottom: 1px #d5d5d5;
  border-left: 2px #d4d4d4;
  margin-bottom: 0;
  padding: 0 0 24px;
}

.block-inf-1._2 {
  border-bottom-style: none;
  margin-bottom: 0;
}

.tt {
  margin-bottom: 24px;
}

.tt._24 {
  margin-bottom: 0;
}

.grid-card {
  display: none;
}

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

.card1 {
  background-color: #fff;
  border-radius: 8px;
}

.num {
  background-color: #082f3b;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px;
}

.text-block-18 {
  text-align: center;
  margin: 12px 10px;
}

.text-block-19 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.text-block-20 {
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

.text-block-16 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.75fr;
}

.text-block-21 {
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .image-20 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image-20 {
    display: none;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .image-4 {
    display: none;
  }

  .text-block-2 {
    font-size: 12px;
  }

  .text-block-7 {
    text-align: center;
  }

  .image {
    display: none;
  }

  .image-20 {
    display: block;
  }

  .image-6 {
    display: none;
  }

  .heading {
    font-size: 27px;
  }

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

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block {
    font-size: 12px;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .5fr 6.25fr;
  }

  .grid-4, .grid-7 {
    grid-template-columns: .5fr 4.75fr;
  }
}

#w-node-ca909cad-a01b-5716-bce3-ba4c6bdfa52c-934bbffa {
  justify-self: end;
}

#w-node-_74aa7497-578c-c0b6-50f2-f4d2ddbaca85-934bbffa, #w-node-ca909cad-a01b-5716-bce3-ba4c6bdfa5b4-934bbffa {
  align-self: center;
}

#w-node-ca909cad-a01b-5716-bce3-ba4c6bdfa5b8-934bbffa, #w-node-ca909cad-a01b-5716-bce3-ba4c6bdfa52c-934bbffb {
  justify-self: end;
}

#w-node-_74aa7497-578c-c0b6-50f2-f4d2ddbaca85-934bbffb, #w-node-ca909cad-a01b-5716-bce3-ba4c6bdfa5b4-934bbffb {
  align-self: center;
}

#w-node-ca909cad-a01b-5716-bce3-ba4c6bdfa5b8-934bbffb {
  justify-self: end;
}


