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

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

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

.section-hero {
  background-image: url('../images/bg_hero.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  align-items: flex-end;
  height: 740px;
  display: flex;
  position: relative;
}

.image-2 {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  position: relative;
  inset: auto 0% 0% auto;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: static;
}

.container-2 {
  z-index: auto;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1440px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-3 {
  z-index: 1;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 48px;
  margin-left: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: static;
}

.navbar {
  background-color: #03071280;
  position: absolute;
  inset: 0% 0% auto;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 3rem;
  display: block;
}

.image-3 {
  height: 24px;
  margin-top: 10px;
}

.body {
  background-color: #ecf1ec;
  font-family: DM Sans, sans-serif;
}

.heading {
  color: #ecf1ec;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Noto Serif, sans-serif;
  font-size: 88px;
  font-weight: 200;
  line-height: 1;
}

.paragraph {
  color: #ecf1ec;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}

.link-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #032a92;
  text-transform: uppercase;
  background-color: #ecf1ec;
  border: 1px #ecf1ec;
  border-radius: 83px;
  justify-content: flex-start;
  align-items: stretch;
  width: 344px;
  min-width: 344px;
  height: 104px;
  margin-left: 40px;
  padding: 1px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block:hover {
  color: #ecf1ec;
}

.div-block {
  background-color: #032a92;
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 12px;
  left: 250px;
}

.text-block-4 {
  position: absolute;
  inset: 40px auto auto 40px;
}

.container-6 {
  grid-column-gap: 90px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start stretch;
  max-width: 1040px;
  padding: 180px 3rem 90px;
  display: grid;
}

.div-block-2 {
  max-width: 450px;
}

.heading-3 {
  color: #0060ff;
  object-fit: none;
  flex: 0 auto;
  margin-top: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.25;
}

.div-block-3 {
  background-image: linear-gradient(90deg, #d8e3d8, #d1dbcd 6%, #033dd6 63%, #275dff);
  width: 0%;
  height: 5px;
}

.paragraph-2 {
  color: #8f8f8f;
  max-width: 450px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
}

.paragraph-2.grid {
  max-width: 450px;
  margin-bottom: 90px;
}

.container-7 {
  flex-flow: column;
  align-items: flex-start;
  max-width: none;
  display: inline-block;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 1440px;
  height: auto;
}

.container-8 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: static;
}

.section-2 {
  background-color: #e5ece7;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.left-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  inset: 0% 46% 0% auto;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.right-arrow:hover {
  opacity: 1;
}

.container-9 {
  flex: 0 auto;
  width: 30vw;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  right: 10%;
}

.heading-4 {
  color: #0060ff;
  text-align: left;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Noto Serif, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.heading-5 {
  color: #0060ff;
  width: auto;
  margin-top: 70px;
  margin-bottom: 12px;
  font-family: Noto Serif, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
}

.heading-6 {
  color: #0060ff;
  text-transform: capitalize;
  width: auto;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.slide-nav {
  position: absolute;
  inset: 80% 21% auto auto;
}

.heading-7 {
  color: #0060ff;
  text-transform: capitalize;
  width: auto;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
}

.paragraph-4 {
  color: #9a9a9a;
  width: auto;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
}

.image-5 {
  box-sizing: border-box;
  object-fit: scale-down;
  flex: 0 auto;
  width: 38vw;
  max-width: 500px;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  right: auto;
  overflow: clip;
}

.container-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide {
  height: auto;
}

.container-standard {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding: 3rem 3rem 5rem;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.25rem;
  display: grid;
}

.div-block-6 {
  border: 1px solid #d4d4d4;
  max-width: 435px;
  padding: 20px;
}

.image-6 {
  margin-bottom: 12px;
}

.div-block-7 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: none;
  display: grid;
}

.heading-4-center {
  color: #0060ff;
  text-align: center;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Noto Serif, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.div-block-8 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.heading-4-copy {
  color: #0060ff;
  text-align: left;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Noto Serif, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 0;
}

.submit-button {
  text-transform: uppercase;
  background-color: #0042ff;
  margin-top: 0;
  padding: 12px 24px;
  font-size: 1rem;
}

.field-label {
  font-weight: 600;
}

.text-field {
  color: #414040;
  background-color: #ecf1ec;
  border: 1px #cacaca;
  border-bottom-style: solid;
  height: auto;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-field:active {
  color: #414040;
}

.text-field:focus {
  color: #414040;
  border-style: none none solid;
  border-color: #414040;
}

.text-field::placeholder {
  color: gray;
  line-height: 1.25;
}

.field-wrapper {
  margin-bottom: 40px;
}

.div-block-10 {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bg_contactsss.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  max-height: 570px;
  display: flex;
}

.image-9 {
  z-index: 1;
  position: relative;
  inset: auto auto auto 362px;
}

.image-10 {
  z-index: 2;
  width: auto;
  max-width: none;
  height: 40vw;
  max-height: 520px;
  position: relative;
  left: 235px;
}

.image-11 {
  z-index: 3;
  position: relative;
  bottom: auto;
  left: auto;
}

.section-3 {
  background-color: #101010;
}

.image-12 {
  max-width: none;
  height: 18px;
}

.container-11 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding: 3rem;
  display: flex;
}

.paragraph-5 {
  color: #e8e8e8;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-12 {
  opacity: 0;
  background-color: #032a92;
  border-radius: 52px;
  width: 102px;
  height: auto;
  position: relative;
  left: auto;
}

.code-embed {
  color: #ecf1ec;
  width: 38px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    margin-bottom: 40px;
  }

  .container-3 {
    flex-flow: column;
  }

  .heading {
    max-width: 520px;
    font-size: 64px;
  }

  .container-6 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .paragraph-2 {
    max-width: none;
  }

  .paragraph-2.grid {
    margin-bottom: 45px;
  }

  .left-arrow {
    right: 85%;
  }

  .right-arrow {
    right: 3%;
  }

  .container-9 {
    width: 60vw;
    padding-top: 50px;
    padding-bottom: 90px;
    left: auto;
    right: auto;
  }

  .heading-4, .heading-5, .heading-6 {
    text-align: center;
  }

  .slide-nav {
    inset: auto 0% 25px;
  }

  .heading-7, .paragraph-4 {
    text-align: center;
  }

  .image-5 {
    width: auto;
    max-width: 400px;
    margin-top: 30px;
    margin-left: auto;
  }

  .container-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-5 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
  }

  .div-block-9 {
    max-width: none;
  }

  .div-block-11 {
    justify-content: center;
    align-items: flex-end;
  }

  .image-9 {
    left: 7vw;
    right: auto;
  }

  .image-10 {
    height: 90vw;
    max-height: 550px;
    left: -5vw;
  }

  .image-11 {
    position: absolute;
    left: auto;
    right: 48px;
  }

  .image-13, .image-14 {
    position: relative;
    top: 220px;
  }
}

@media screen and (max-width: 767px) {
  .container-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-4 {
    padding: 1.25rem;
  }

  .container-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-3 {
    margin-bottom: 4px;
  }

  .paragraph-2.grid {
    position: relative;
  }

  .container-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .left-arrow {
    display: none;
    right: 82%;
  }

  .right-arrow {
    display: none;
    right: 0%;
  }

  .container-9 {
    width: 75vw;
    padding-top: 30px;
    padding-bottom: 75px;
  }

  .heading-4 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 2.5rem;
  }

  .heading-6, .heading-7 {
    font-size: .75rem;
  }

  .image-5 {
    max-width: 280px;
  }

  .container-standard {
    padding: 2rem 1.25rem;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    max-width: none;
  }

  .image-6 {
    max-width: 80px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .heading-4-center {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }

  .div-block-11 {
    max-height: 450px;
  }

  .image-9 {
    left: 10vw;
  }

  .image-10 {
    height: 80vw;
    max-height: 430px;
    left: -11.6vw;
  }

  .image-11 {
    right: 20px;
  }

  .container-11 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 1.25rem;
  }

  .paragraph-5 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 650px;
  }

  .heading {
    letter-spacing: 0;
    font-size: 40px;
  }

  .paragraph {
    font-size: 1rem;
  }

  .link-block {
    width: 100vw;
    min-width: auto;
    height: 72px;
  }

  .div-block {
    width: 46px;
    padding: 12px;
    left: auto;
    right: 14px;
  }

  .text-block-4 {
    font-size: 16px;
    top: 27px;
    left: 24px;
  }

  .container-6 {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .div-block-3 {
    display: none;
  }

  .paragraph-2.grid {
    margin-top: 0;
  }

  .image-5 {
    width: 80vw;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    width: auto;
    height: 90vw;
    max-height: 400px;
  }

  .image-9 {
    width: 20vw;
  }

  .image-10 {
    object-fit: scale-down;
    height: 80vw;
    overflow: clip;
  }

  .image-11 {
    width: 40vw;
  }

  .container-11 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem;
  }

  .paragraph-5 {
    text-align: left;
    font-size: .75rem;
  }

  .div-block-12 {
    width: 702px;
    height: 70px;
  }

  .code-embed {
    width: 22px;
  }
}

#w-node-_086274ba-bb9d-f09d-22c2-8ee79de29714-16490454 {
  grid-area: Area;
  justify-self: start;
}

#w-node-_086274ba-bb9d-f09d-22c2-8ee79de29719-16490454 {
  justify-self: end;
}

#w-node-dc1bfd70-7b50-ba22-41eb-9574908548f0-16490454, #w-node-_45dcf322-e452-19f8-e3d9-28287c237a6f-16490454, #w-node-d1e16c65-3889-edf6-2678-6ca60281fff5-16490454 {
  justify-self: start;
}

#w-node-c53a31f0-6890-9a8d-b8fa-73feca34b821-16490454, #w-node-c53a31f0-6890-9a8d-b8fa-73feca34b829-16490454 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-dc1bfd70-7b50-ba22-41eb-9574908548f0-16490454 {
    align-self: stretch;
  }
}


