:root {
  --dark-blue: #0b1c2b;
}

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

.main-wrapper {
  background-color: var(--dark-blue);
  min-height: auto;
  position: static;
}

.block-logos {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.up-logos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image, .image-2 {
  width: 80px;
}

.image-3, .image-4 {
  width: auto;
}

.link-block {
  width: 100px;
}

.link-block-2 {
  width: 120px;
}

.block-heading {
  position: absolute;
  inset: auto 0% 2%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 150%;
}

.block-image-main {
  position: relative;
}

.logos-all {
  justify-content: space-between;
  display: flex;
}

.block-1 {
  background-color: var(--dark-blue);
  padding-top: 24px;
  padding-bottom: 24px;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 0;
  display: grid;
}

.sup-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.date-text {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.body {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block {
  color: #fff;
  margin-bottom: 24px;
}

.text-block._24 {
  margin-bottom: 0;
}

.block-2 {
  color: #0b1c2b;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 0;
  font-weight: 400;
}

.text-block-2 {
  color: #000;
  margin-bottom: 24px;
}

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

.image-5 {
  padding-left: 0%;
  padding-right: 0%;
}

.container2 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading-2 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-weight: 800;
  line-height: 150%;
}

.quote {
  background-color: var(--dark-blue);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-3 {
  color: #fff;
  font-weight: 500;
}

.icon {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 12px;
  display: flex;
}

.image-6 {
  width: 40px;
}

.text-block-4 {
  color: #0b1c2b;
  margin-bottom: 24px;
  font-weight: 700;
}

.text-block-4._24 {
  margin-bottom: 0;
}

.block-3 {
  background-color: var(--dark-blue);
  background-image: url('../images/bg-3.jpg');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 24px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-weight: 800;
  line-height: 150%;
}

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

.quote-2 {
  background-color: #0b1c2b;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.quote-2._1 {
  padding: 0;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0b1c2b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.text-block-6 {
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 150%;
}

.details {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.image-7 {
  width: 250px;
}

.text-block-7 {
  margin-bottom: 24px;
  font-weight: 700;
}

.quote-3 {
  background-color: #fff;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-8 {
  color: #0b1c2b;
  font-weight: 600;
}

.numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

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

.card {
  background-color: #fff;
  padding: 20px;
}

.card.notsee {
  display: none;
}

.text-block-9 {
  color: #000;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-10 {
  color: #000;
  font-size: 14px;
}

.text-block-11 {
  color: #ffb22d;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.block-money {
  background-color: #0b1c2b;
  background-image: url('../images/bg.webp');
  background-position: 50% 100%;
  background-size: cover;
  padding: 20px;
}

.text-block-12 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.grid-3 {
  grid-template-rows: auto;
  margin-top: 24px;
}

._1card {
  background-color: #28374296;
  padding: 20px;
}

.text-block-13 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 700;
}

.text-block-14 {
  color: #fff;
  font-size: 14px;
}

.block-4 {
  background-color: var(--dark-blue);
  background-image: url('../images/bg-3.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 24px;
}

.blockfooter-2 {
  color: #fff;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.footertext-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.link-4 {
  color: #000;
}

.icon-bg {
  opacity: .1;
  width: 100px;
  position: absolute;
  inset: 2% auto auto -2%;
}

.icon-bg-2 {
  opacity: .1;
  width: 100px;
  position: absolute;
  inset: 16% -3% auto auto;
}

.icon-bg-3 {
  opacity: .1;
  width: 100px;
  position: absolute;
  inset: 38% auto auto -2%;
}

.icon-bg-4 {
  opacity: .1;
  width: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-5, .link-6 {
  color: #ffb22d;
}

.image-14 {
  border-radius: 8px;
}

.slider-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

.image-16 {
  border-radius: 8px;
}

.slide-nav-hidden {
  display: none;
}

.slide {
  height: auto;
}

.block-ph {
  margin: 40px 0;
}

.slider-nav-active {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #0a2d1a;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff0;
  border: .1px solid #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-nav-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff0;
  border: .1px solid #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

.right-arrow-hidden {
  display: none;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.left-arrow-hidden {
  display: none;
}

.quote-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0b1c2b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.quote-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

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

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

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr .25fr;
}

.ph3 {
  margin-top: 32px;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 32px;
  }

  .blockfooter-2 {
    color: #fff;
  }

  .footertext-2 {
    color: #000;
  }
}

@media screen and (min-width: 1440px) {
  .block-heading {
    bottom: 5%;
  }

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

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 48px;
  }

  .footertext-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .block-logos, .block-heading {
    position: static;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

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

  .details {
    flex-flow: column;
    display: flex;
  }

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

  .numbers {
    flex-flow: column;
    display: flex;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  .block-logos {
    position: static;
  }

  .image, .image-2 {
    width: 65px;
  }

  .link-block {
    width: 80px;
  }

  .link-block-2 {
    width: 100px;
  }

  .block-heading {
    position: static;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 27px;
  }

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

  .sup-date-box {
    margin-bottom: 20px;
  }

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

  .quote-2._1 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

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

  .details {
    flex-flow: column;
    display: flex;
  }

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

  .numbers, .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .footertext-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .block-ph {
    margin-left: 0;
    margin-right: 0;
  }

  .slider-arrow-left {
    background-color: #0b1d2b;
    border-style: none;
  }

  .slider-arrow-icon {
    color: #fff;
  }

  .quote-4 {
    flex-flow: column;
    display: flex;
  }

  .img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

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

  .image-17 {
    max-width: 70%;
  }
}

#w-node-_5d66f115-6ac2-5cf5-c725-d949b822852f-0f84762a {
  align-self: center;
}

#w-node-_72f43c88-2ffb-dcbf-74b1-725da706b558-0f84762a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_820a3f87-9c9f-bb99-3f70-195bd9eda40d-0f84762a {
  align-self: auto;
}

#w-node-a0362c31-659b-185f-21b0-bea709d503a8-0f84762a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


