:root {
  --yellow: #fff703;
  --white: white;
  --black-40a: rgba(0, 0, 0, .4);
  --black: black;
  --gray-808080: grey;
  --head_green: #03cb06;
  --text_blue: #3d77ad;
}

.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 {
  color: #03cb06;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  color: #03cb06;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: #03cb06;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #03cb06;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: #03cb06;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: #03cb06;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  max-width: 100ch;
  color: #3d77ad;
  text-align: left;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

a {
  color: #16bda6;
  border-bottom: 1px dashed #16bda6;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  background-color: var(--yellow);
}

li {
  color: #3d77ad;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

blockquote {
  color: #03cb06;
  word-break: normal;
  border-left: 5px solid #03cb06;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

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: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  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;
  border-color: transparent transparent var(--head_green);
  background-color: var(--white);
  box-shadow: 0 0 10px 0 var(--gray-808080);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.nav_link {
  border-bottom-width: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  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);
  margin-right: 60px;
}

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

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

.editable {
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.quick-stack {
  margin-top: 50px;
  padding: 0;
}

.image {
  display: none;
}

.div_spacer-top {
  height: 200px;
}

.image_top {
  max-width: 80%;
  text-align: left;
  margin-left: 90px;
}

.div_wrap_flex-not-flipped {
  margin-top: 39px;
  display: flex;
}

.div_flex_1 {
  width: 50%;
  margin-left: 83px;
  margin-right: 105px;
}

.div_flex_2 {
  width: 50%;
}

.image-5 {
  margin-top: 76px;
}

.image-6, .image-9 {
  display: none;
}

.div_bottom-tag {
  text-align: center;
  margin-top: 16px;
}

.button {
  color: #fdfdfd;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

.button:hover {
  color: #03cb06;
  border: 1px solid #06cb08;
}

.heading-12 {
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

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

  h2 {
    font-size: 28px;
  }

  .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 {
    margin-top: 22px;
    margin-bottom: 17px;
    margin-left: 28px;
    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;
  }

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

  .image {
    max-width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div_spacer-top, .image_top {
    display: none;
  }

  .div_wrap_flex-not-flipped {
    flex-direction: column;
    margin-top: 31px;
  }

  .div_flex_1 {
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .div_flex_2 {
    width: 100%;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    max-width: 80%;
    display: block;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  p, li {
    font-size: 16px;
  }

  blockquote {
    font-size: 17px;
  }

  .article {
    width: 95vw;
  }

  .head_h2 {
    font-size: 28px;
  }

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

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

  .image {
    max-width: 80%;
  }

  .div_flex_2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    max-width: 100%;
  }
}

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

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  p, li {
    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;
  }

  .image {
    max-width: 95%;
  }

  .div_wrap_flex-not-flipped {
    margin-top: 10px;
  }
}

#w-node-_8b88b66a-bb88-a8f5-64b2-fd9a17389883-bf21b5c2, #w-node-_8b88b66a-bb88-a8f5-64b2-fd9a17389883-a6d77473 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8b88b66a-bb88-a8f5-64b2-fd9a17389883-bf21b5c2, #w-node-_8b88b66a-bb88-a8f5-64b2-fd9a17389883-a6d77473 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Playfairdisplay variablefont wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay variablefont wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter variablefont wght';
  src: url('../fonts/Bitter-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}