:root {
  --white: white;
  --black-40a: rgba(0, 0, 0, .4);
  --black: black;
  --gray-808080: grey;
  --light-goldenrod-yellow: #f5ffd6;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Inter;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
}

h1 {
  font-variation-settings: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-variation-settings: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  max-width: 100ch;
  font-variation-settings: normal;
  text-align: left;
  margin-bottom: 10px;
}

figure {
  margin-bottom: 10px;
}

.main {
  height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: block;
  position: relative;
}

.header {
  width: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.section {
  height: auto;
  font-variation-settings: normal;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.footer {
  background-color: var(--white);
  box-shadow: 0 0 20px 0 var(--black-40a);
  margin-top: auto;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
}

.article {
  width: 90vw;
  height: auto;
  max-height: none;
  max-width: 1200px;
  background-color: #fef6e9;
  border-radius: 20px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.figcaption {
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.3;
}

.address {
  width: 60vw;
  max-width: 1280px;
  min-height: 30px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_text-block {
  color: var(--black);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.head_h2 {
  z-index: 10;
  color: var(--gray-808080);
  font-variation-settings: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  position: static;
  top: 63px;
}

.nav_content-wrapper {
  width: 80vw;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: transparent transparent var(--gray-808080);
  background-color: var(--white);
  box-shadow: 0 0 20px 0 var(--gray-808080);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav_dropdown-icon {
  margin-top: 45px;
}

.nav_brand-link {
  width: 200px;
  height: 100px;
  position: static;
}

.nav_link {
  padding-top: 40px;
  text-decoration: none;
}

.nav_link:hover {
  color: #3898ec;
}

.nav_link.w--current {
  padding-top: 40px;
}

.nav_dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  margin-top: -10px;
}

.nav_menu {
  background-color: rgba(0, 0, 0, 0);
}

.nav_dropdown-link {
  color: #636363;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  padding: 0 20px 10px;
  text-decoration: none;
  display: block;
}

.nav_dropdown-link:hover {
  color: #3898ec;
  background-color: #eef2ff;
}

.nav_link-label {
  color: #3f6bab;
  font-variation-settings: normal;
  font-weight: 500;
}

.nav_brand-image {
  width: 200px;
  height: 50px;
  max-width: none;
  background-color: rgba(0, 0, 0, .1);
  display: block;
}

.figure {
  display: block;
}

.h1 {
  z-index: 0;
  color: #9a94cc;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 15px;
  font-family: Bitter Thin;
  font-style: italic;
  font-weight: 300;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.paragraph {
  font-weight: 400;
}

.text-block {
  font-family: Inter;
}

.link {
  color: #3e82d6;
  text-align: left;
  border-bottom: 1px solid #3e82d6;
  justify-content: flex-end;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.txt_contact-info {
  text-align: center;
  margin: 20px auto 16px;
  font-family: Fira Sans, sans-serif;
  font-size: 20px;
}

.txt_main {
  color: #315858;
  font-family: Fira Sans, sans-serif;
}

.quick-stack {
  margin-top: 80px;
  padding: 47px;
}

.logo {
  margin-top: 15px;
}

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

  .article {
    width: 90vw;
  }

  .figcaption {
    font-size: 15px;
  }

  .head_h2 {
    font-size: 30px;
    top: 148px;
  }

  .nav_menu-button, .nav_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_dropdown {
    background-color: #f3f3f5;
  }

  .nav {
    background-color: var(--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-color: #fff;
    flex: 0 auto;
  }

  .nav:hover {
    border-color: #fff;
  }

  .nav_dropdown-icon {
    margin-top: 5px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon {
    background-color: #eef2ff;
    font-size: 30px;
  }

  .nav_link {
    padding: 0 140px 10px 10px;
  }

  .nav_link.w--current {
    padding-top: 0;
  }

  .nav_link.w--open {
    margin-top: 0;
  }

  .nav_dropdown-list {
    background-color: #eef2ff;
    margin-top: -10px;
  }

  .nav_dropdown-list.w--open {
    margin-top: -10px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_menu {
    background-color: #eef2ff;
    margin-top: 23px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav_dropdown-link {
    background-color: #eef2ff;
    margin-top: -10px;
    padding: 0 0 10px 20px;
    top: 30px;
  }

  .h1 {
    z-index: 0;
    color: rgba(0, 0, 0, .33);
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .txt_contact-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    margin-top: 30px;
  }

  .logo {
    max-width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  p {
    font-size: 16px;
  }

  .article {
    width: 95vw;
  }

  .head_h2 {
    font-size: 28px;
  }

  .nav_dropdown-list.w--open {
    background-color: #eef2ff;
  }

  .h1 {
    top: -54px;
    left: 14px;
  }

  .txt_contact-info {
    margin-top: 0;
  }

  .quick-stack {
    padding-top: 23px;
  }

  .logo {
    max-width: 80%;
  }
}

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

  p {
    font-size: 15px;
  }

  .article {
    width: 100vw;
  }

  .figcaption {
    font-size: 14px;
  }

  .address {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .head_h2 {
    margin-bottom: 10px;
    font-size: 22px;
    position: static;
    top: 181px;
    left: 6px;
  }

  .nav_dropdown-list {
    margin-top: -16px;
  }

  .h1 {
    margin-bottom: 0;
    position: relative;
    top: -62px;
    left: 9px;
  }

  .txt_main {
    text-align: left;
  }

  .logo {
    max-width: 100%;
  }
}

#w-node-b896e858-0b21-041e-c363-e3c4126514a0-11ee0bcf {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-aed1bae7-b3f5-0f52-9cc5-453a2c973127-11ee0bcf, #w-node-_02fe9328-3229-44fa-fe16-f3e85d4c89ff-11ee0bcf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b896e858-0b21-041e-c363-e3c4126514a0-11ee0bcf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aed1bae7-b3f5-0f52-9cc5-453a2c973127-11ee0bcf, #w-node-_02fe9328-3229-44fa-fe16-f3e85d4c89ff-11ee0bcf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


