:root {
  --light-goldenrod-yellow: #f6fde1;
  --gray-808080: grey;
  --medium-gray: #cecece;
  --white: white;
  --blue: #515f99;
  --black-40a: #0006;
  --yellow: #fe0;
  --color: #00cc74;
  --black: black;
  --light-gray: #e9e9e9;
  --red: red;
}

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 {
  font-variation-settings: normal;
  text-align: left;
  max-width: 100ch;
  margin-bottom: 10px;
  font-weight: 500;
}

a {
  text-decoration: underline;
}

li {
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.main {
  border-style: solid;
  border-width: 1px;
  border-color: var(--light-goldenrod-yellow) var(--gray-808080) var(--gray-808080) var(--medium-gray);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

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

.section {
  background-color: var(--white);
  font-variation-settings: normal;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  border-bottom: 10px solid var(--light-goldenrod-yellow);
  background-color: var(--blue);
  box-shadow: 0 0 20px 0 var(--black-40a);
  margin-top: auto;
  padding: 0;
  position: sticky;
}

.article {
  border: 1px none var(--gray-808080);
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 90vw;
  max-width: 1200px;
  height: auto;
  max-height: none;
  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 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.nav_link {
  padding-top: 40px;
  font-family: Noto Sans, sans-serif;
  text-decoration: none;
}

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

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

.nav_dropdown-list {
  background-color: #0000;
  margin-top: 0;
}

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

.nav_menu {
  background-color: #0000;
}

.nav_dropdown-link {
  color: #636363;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  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: var(--yellow);
  font-variation-settings: normal;
  font-weight: 500;
}

.nav_brand-image {
  background-color: #0000001a;
  width: 200px;
  max-width: none;
  height: 50px;
  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;
  inset: auto;
}

.rtb {
  border-left: 1px solid var(--medium-gray);
  background-color: var(--white);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 20px;
}

.rtb h1 {
  color: var(--blue);
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.rtb h2 {
  color: var(--blue);
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.rtb h3 {
  color: var(--blue);
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.rtb p {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 90ch;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.rtb blockquote {
  font-family: Noto Sans, sans-serif;
}

.rtb li {
  max-width: 60ch;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.rtb a {
  border-style: dotted dotted dashed;
  border-width: 0 0 1px;
  border-color: black black var(--gray-808080);
  color: var(--blue);
  text-decoration: none;
}

.rtb a:hover {
  border-bottom: 2px solid var(--color);
  background-color: var(--blue);
  color: var(--white);
}

.body {
  font-family: Montserrat variablefont wght;
}

.heading, .heading-2 {
  font-family: Montserrat variablefont wght;
  font-weight: 600;
}

.heading-3 {
  font-weight: 600;
}

.paragraph {
  font-weight: 500;
}

.block-quote {
  font-weight: 600;
}

.text-block {
  color: var(--light-goldenrod-yellow);
  flex: 1;
  margin-top: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.bold-text, .bold-text-2 {
  color: var(--light-goldenrod-yellow);
}

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

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

.text-block-2 {
  color: var(--light-goldenrod-yellow);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  display: block;
}

.content {
  flex-flow: row;
  align-items: center;
  min-height: 40px;
  margin-top: 60px;
  margin-left: 0;
  display: flex;
}

.image {
  align-self: center;
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 40px;
}

@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: #0000;
  }

  .nav_dropdown {
    background-color: #f3f3f5;
  }

  .nav {
    border-color: white white var(--light-goldenrod-yellow);
    background-color: var(--blue);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom-width: 10px;
    flex: 0 auto;
  }

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

  .nav_dropdown-icon {
    margin-top: 5px;
    inset: 0%;
  }

  .icon {
    background-color: var(--blue);
    color: var(--light-goldenrod-yellow);
    padding-top: 12px;
    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;
    inset: 0%;
  }

  .nav_menu {
    background-color: var(--blue);
    margin-top: 23px;
    inset: 0% 0% auto;
  }

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

  .h1 {
    z-index: 0;
    color: #00000054;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .rtb {
    margin-left: 0;
    padding-left: 20px;
  }

  .rtb h2 {
    font-size: 28px;
  }

  .content {
    flex-flow: column;
    margin-top: 10px;
  }

  .image {
    align-self: center;
    margin-top: 26px;
    margin-right: 0;
  }
}

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

  p {
    font-size: 16px;
  }

  .article {
    width: 95vw;
  }

  .head_h2 {
    font-size: 28px;
  }

  .nav_content-wrapper, .nav {
    background-color: var(--blue);
  }

  .icon {
    margin-top: 7px;
    padding-top: 0;
  }

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

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

  .rtb {
    margin-left: 0;
  }

  .text-block {
    margin-top: 17px;
    padding-bottom: 15px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
  }

  .content {
    margin-left: 10px;
  }
}

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

  .rtb h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .rtb p {
    font-size: 16px;
  }

  .content {
    margin-left: 0;
  }
}


