:root {
  --white: #f7f7f7;
  --black: #0d0d0d;
  --grey: #e6e6e6;
  --brand: #07a5f4;
  --brand-hover: #00699e;
}

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

h1 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Anta, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Anta, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3em;
}

a {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.section {
  padding-left: 120px;
  padding-right: 120px;
}

.section.darker {
  background-image: linear-gradient(#00000040, #00000040);
  height: auto;
  max-height: none;
}

.section.footer {
  background-color: var(--grey);
}

.text-block {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
}

.text-block.w {
  color: var(--white);
}

.text-block._4 {
  margin-bottom: 20px;
}

.text-block---s {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.text-block---s.max-width-834 {
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
}

.text-block---s.max-width-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.text-block---s.c {
  text-align: center;
  margin-top: 40px;
}

.button {
  background-color: var(--brand);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  order: 0;
  align-self: auto;
  margin-right: 20px;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.button:hover {
  background-color: var(--brand-hover);
}

.button.outlined {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.outlined:hover {
  color: var(--brand-hover);
  background-color: var(--white);
  border-style: solid;
}

.button.nav_butt {
  order: 9999;
  align-self: center;
}

.button.send {
  margin-right: 0;
}

.body {
  background-color: var(--white);
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.hero {
  padding-top: 120px;
  padding-bottom: 180px;
}

.container._1st {
  padding-top: 80px;
}

.container.lst {
  padding-bottom: 80px;
}

.text-span {
  font-family: Inter, sans-serif;
}

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

.div-block.max-width-712 {
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  margin-top: 40px;
}

.text-span-2 {
  font-family: Inter, sans-serif;
}

.horizontal {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  display: flex;
}

.horizontal.gap {
  margin-top: 60px;
}

.horizontal._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
}

.max-width-468 {
  max-width: 468px;
}

.max-width-468._1 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.max-width-346 {
  max-width: 346px;
}

.grey-box {
  background-color: var(--grey);
  border-radius: 25px;
  padding: 80px 120px;
}

.grey-box.max-width-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center.gap-down {
  margin-bottom: 80px;
}

.center.gap-down.less {
  margin-bottom: 40px;
}

.card {
  background-color: var(--grey);
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 380px;
  min-height: 343px;
  padding: 24px 36px;
  display: flex;
}

.image {
  max-width: 60px;
  margin-bottom: 20px;
  display: block;
}

.div-block-3 {
  margin-top: 40px;
}

.text-block-2 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}

.logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.align_right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  display: flex;
}

.div-block-4 {
  margin-top: 20px;
}

.navbar {
  background-color: #0000;
}

.w {
  color: var(--white);
}

.w.b.bb {
  color: var(--black);
}

.nav_container {
  justify-content: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-menu {
  text-align: center;
  flex: 1;
  align-self: center;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.brand {
  order: -9999;
  align-self: center;
}

.text-field {
  background-color: var(--white);
  border-radius: 15px;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.text-field.message {
  height: 160px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". ."
                 ". ."
                 "Area-2 Area-2"
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.link {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .text-block.w {
    font-size: 18px;
  }

  .text-block._4 {
    margin-bottom: 10px;
  }

  .text-block---s.max-width-346 {
    max-width: none;
  }

  .button.nav_butt {
    display: none;
  }

  .button._3 {
    margin-right: 0;
  }

  .container.hero {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .container._1st {
    padding-top: 40px;
  }

  .horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .horizontal.gap {
    margin-top: 40px;
  }

  .horizontal._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
  }

  .max-width-468._1 {
    max-width: none;
  }

  .grey-box {
    padding: 40px 60px;
  }

  .center.gap-down {
    margin-bottom: 40px;
  }

  .card {
    max-width: 343px;
  }

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

  .logo._5 {
    margin-bottom: 20px;
  }

  .align_right {
    text-align: left;
  }

  .div-block-4 {
    flex-flow: column;
    display: flex;
  }

  .w {
    color: var(--white);
  }

  .w.b {
    color: var(--black);
  }

  .nav_container {
    justify-content: space-between;
    max-width: none;
  }

  .menu-button {
    order: 9999;
  }

  .image-2 {
    max-width: 45px;
  }

  .image-3 {
    width: 100%;
    display: block;
  }

  .div-block-5 {
    order: 9999;
  }

  .div-block-6 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  a {
    font-size: 18px;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block.w {
    font-size: 16px;
  }

  .text-block._4 {
    margin-bottom: 4px;
  }

  .text-block._7 {
    font-size: 18px;
  }

  .text-block---s, .text-block---s.max-width-346 {
    font-size: 15px;
  }

  .text-block---s.c {
    margin-top: 20px;
  }

  .button {
    padding: 12px 20px;
    font-size: 15px;
  }

  .button._9 {
    flex: 1;
  }

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

  .container.hero {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .container.lst {
    padding-bottom: 40px;
  }

  .horizontal.gap, .horizontal._2 {
    margin-top: 20px;
  }

  .grey-box {
    padding: 20px 30px;
  }

  .grey-box.max-width-750 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .center.gap-down, .center.gap-down.less {
    margin-bottom: 20px;
  }

  .card {
    max-width: none;
    min-height: 280px;
    padding: 16px 24px;
  }

  .image {
    max-width: 45px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .text-block-2.w, .text-block-2._6 {
    display: none;
  }

  .section-2 {
    font-size: 18px;
  }

  .text-field {
    height: 40px;
  }

  .text-field.message {
    height: 120px;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-6 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  a {
    font-size: 15px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block.w, .text-block._7 {
    font-size: 15px;
  }

  .text-block---s {
    font-size: 14px;
  }

  .button {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.hero {
    padding-top: 10px;
    padding-bottom: 60px;
  }

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

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .grey-box {
    border-radius: 15px;
    padding: 8px 16px 16px;
  }

  .grey-box.max-width-750 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

#Message.w-node-_331f2916-2f1e-4d9b-432c-53d20acdc771-9122e3a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a69df3e5-572d-fdc5-56dd-306fafbf2ad1-9122e3a8 {
  grid-area: Area;
}


