:root {
  --goldenrod: #e2a62b;
  --brown: #822e50;
  --sandy-brown-2: #e4b962;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --khaki: #face6a;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #edeff2;
  --white-smoke-3: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #333;
  --white-smoke-4: #f0f0f0;
  --dark-gray: #aaa;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #7f1084;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h2 {
  color: #34c6c6;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  color: #9c9b9b;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  color: #7f1084;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

p {
  color: #6d6d6d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 160%;
  text-decoration: none;
  position: static;
}

a {
  color: #037cbd;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  color: #6d6d6d;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

img {
  width: 20px;
  max-width: 100%;
  height: 20px;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 135%;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #aaa;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #888;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #9a9a9a;
  margin-left: 20px;
  margin-right: 0;
  padding: 15px 0;
}

.navigation-link:hover {
  color: #333;
}

.navigation-link.w--current {
  color: #9a9a9a;
  -webkit-text-stroke-color: #9a9a9a;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.social-button {
  background-color: #000;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: opacity .3s;
}

.social-button:hover {
  opacity: .7;
}

.social-button.border {
  aspect-ratio: auto;
  background-color: #0000;
  border: 1px solid #0000005c;
  border-radius: 9px;
  min-width: 30px;
  max-width: 30px;
  height: auto;
  max-height: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 3px 0 3px 6px;
}

.social-icon-link {
  opacity: .36;
  text-align: center;
  width: 20px;
  margin-right: 12px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .9;
}

.grey-rule {
  text-align: center;
  background-color: #c7c7c7;
  width: 90px;
  height: 1px;
  margin: 15px auto;
  position: static;
}

.site-name {
  aspect-ratio: auto;
  color: #333;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-color: #852e42;
  background-image: linear-gradient(29deg, #7f1084 15%, #f39624 85%);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.site-name.w--current {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.post-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 0 0 1px #0000000f;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 180px;
  margin-right: 20px;
  transition: opacity .2s;
  display: block;
}

.blog-image:hover {
  opacity: .8;
}

.post-content {
  padding: 20px;
}

.post-summary {
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  display: inline;
}

.post-info {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-title-link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-title-link:hover {
  opacity: .8;
}

.body-copy img {
  vertical-align: baseline;
  border-radius: 3px;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 80%;
  margin: 0 5px 0 0;
  display: block;
}

.body-copy a {
  color: #2593e2;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.body-copy a.w--current {
  color: #000;
}

.body-copy li {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  list-style-type: disc;
}

.body-copy blockquote {
  line-height: 145%;
}

.body-copy figure {
  margin-bottom: 20px;
}

.social-link-group {
  text-align: center;
  margin-bottom: 10px;
}

.read-more-link {
  color: #aaa;
  margin-left: 8px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 22%;
  text-decoration: underline;
  transition: color .2s;
  display: inline;
}

.read-more-link:hover {
  color: #333;
}

.content-wrapper {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}

.white-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 0 1px #0000000f;
}

.circle-profile {
  border-radius: 500px;
  width: 70%;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-bg-heading {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px;
  box-shadow: 0 0 0 1px #0000000f;
}

.content-column {
  padding-left: 20px;
}

.blog-page-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 290px;
}

.sidebar-on-mobile {
  padding-top: 40px;
  display: none;
}

.details-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}

.brand {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  line-height: 20px;
}

.photo {
  box-sizing: content-box;
  object-fit: scale-down;
  width: 220px;
  height: 250px;
  position: static;
  overflow: visible;
}

.list-3 {
  color: #3f3f3f;
  font-weight: 400;
}

.link2 {
  color: #bd0385;
}

.text-block {
  color: #333;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #7f1185;
  background-image: linear-gradient(#7f1084, #df7f34);
  -webkit-background-clip: text;
  background-clip: text;
  width: 110%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.link-2 {
  color: #7f1185;
  font-family: Exo, sans-serif;
  line-height: 140%;
}

.image-5 {
  width: 200px;
  height: auto;
  margin: auto;
  display: block;
}

.list-4 {
  color: #004097;
  margin-bottom: 0;
  padding-left: 20px;
}

.rich-text-block-7 {
  color: #ac145a;
  font-size: 16px;
}

.text-span-2 {
  color: #ff0051;
  -webkit-text-stroke-color: #ff0050;
}

.bold-text-6 {
  color: #ff0050;
  -webkit-text-stroke-color: #ff0050;
  font-weight: 400;
}

.text-span-3 {
  color: #cab8b8;
}

.image-9 {
  max-width: 20px;
  line-height: 20px;
}

.indexnav {
  z-index: auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 9px;
  margin-right: 0;
  line-height: 18%;
  display: flex;
}

.container-7 {
  background-color: #fff;
}

.container-8 {
  background-color: #d6868600;
  flex: 0 auto;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.section-3 {
  background-color: #e8e3e2;
  border-bottom: 1px solid #cccaca;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 700px;
  max-width: 940px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  grid-template: "Area"
  / 2.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: end;
  place-items: end;
  font-size: 14px;
  line-height: 50%;
  display: grid;
}

.heading-1 {
  color: #7f1084;
  margin-top: 20px;
  font-size: 18px;
}

.container-10 {
  margin-top: 20px;
}

.bold-text-12 {
  color: #ff0051;
  font-weight: 400;
}

.bold-text-16 {
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-10 {
  width: 100%;
  max-width: 80%;
  height: 100%;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.image-12 {
  width: 200px;
  height: auto;
  margin-top: 140px;
}

.link-block {
  margin: auto;
}

.link-block-2 {
  padding-top: 140px;
}

.text-span-7 {
  color: #ff0051;
}

.s-nstc {
  color: #004097;
}

.text-span-10 {
  color: #ac145a;
}

.industy-coop {
  color: var(--goldenrod);
  font-weight: 400;
}

.s-moe {
  color: #006e13;
  -webkit-text-stroke-color: var(--brown);
}

.s-nthu {
  color: #7e1083;
}

.s-moc {
  color: #21305d;
}

.container-13 {
  margin-top: 20px;
}

.list-item-4 {
  margin-bottom: 20px;
}

.rich-text-block-14 {
  color: var(--sandy-brown-2);
  text-decoration: none;
}

.paragraph-5 {
  font-size: 16px;
}

.body-copy {
  background-color: #fffefe;
  padding-bottom: 140px;
  padding-left: 140px;
  padding-right: 140px;
}

.navbar-3 {
  background-color: #fff;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: auto;
  display: flex;
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 0;
}

.zh-tw-p-style {
  margin-bottom: 20px;
  line-height: 170%;
}

.container-15 {
  margin-top: 10px;
}

.nav-menu-2 {
  text-align: left;
  justify-content: flex-end;
  width: 586.633px;
  display: flex;
}

.section-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 45px;
  height: 20px;
  display: flex;
}

.text-block-2 {
  width: 5px;
  height: 20px;
}

.section-7 {
  width: 10px;
  height: 20px;
}

.rich-text-block-19 {
  margin-bottom: 0;
}

.section-8 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-9 {
  margin-top: 2%;
  margin-bottom: 2%;
}

@media screen and (min-width: 1280px) {
  h1 {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  h2 {
    color: #adadad;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  h5 {
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 18px;
  }

  p {
    color: #6d6d6d;
    font-size: 15px;
  }

  ul {
    font-size: 18px;
    line-height: 500%;
  }

  li {
    color: #6d6d6d;
    font-size: 16px;
  }

  .navigation-link {
    margin-right: 0;
    font-size: 14px;
  }

  .navigation-link.w--current {
    color: #9a9a9a;
    margin-right: 0;
    font-size: 14px;
  }

  .social-button.border {
    min-width: 30px;
    margin-right: 10px;
    padding-left: 2px;
    padding-right: 0;
  }

  .site-name {
    margin-top: 9px;
  }

  .body-copy img {
    text-align: left;
    vertical-align: baseline;
    margin-left: 2px;
    margin-right: 0;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .body-copy a {
    margin-left: 0;
  }

  .content-wrapper {
    padding-bottom: 0;
  }

  .container {
    max-width: 1020px;
    margin-top: 20px;
  }

  .photo {
    flex: 0 auto;
  }

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

  .list-4 {
    margin-bottom: 0;
  }

  .rich-text-block-7 {
    font-size: 20px;
  }

  .indexnav {
    max-width: none;
    margin-right: 0;
  }

  .container-7 {
    flex: none;
    max-width: 1020px;
  }

  .container-8 {
    flex-flow: row;
    flex: 0 auto;
    max-width: none;
    margin-bottom: 20px;
    margin-right: 100px;
  }

  .section-3 {
    border: 1px #000;
    border-top-color: #ccc;
    border-bottom: 1px solid #ccc;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-2 {
    border-bottom: 1px solid #ccc;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
  }

  .heading-1 {
    margin-top: 20px;
    font-size: 18px;
  }

  .container-10 {
    margin-top: 20px;
  }

  .image-10 {
    width: 100%;
    max-width: 80%;
    height: 100%;
  }

  .image-12 {
    width: 200px;
    height: auto;
  }

  .body-copy {
    background-color: #fff;
    flex-flow: column;
    align-items: stretch;
    padding-left: 220px;
    padding-right: 220px;
  }

  .navbar-3 {
    background-color: #fff;
    width: 100%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-15 {
    min-width: 700px;
    max-width: 1020px;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    width: 45px;
    display: flex;
  }

  .section-8 {
    margin-top: 2%;
    margin-bottom: 2%;
  }
}

@media screen and (min-width: 1920px) {
  .social-button.border {
    min-width: 30px;
    max-width: 30px;
    padding-left: 4px;
  }

  .body-copy img {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .body-copy li {
    font-size: 15px;
  }

  .text-block {
    margin-left: 0;
  }

  .container-8 {
    margin-right: auto;
  }

  .section-3 {
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-1 {
    margin-bottom: 10px;
    line-height: 28px;
  }

  .body-copy {
    line-height: 160%;
  }

  .navbar-3 {
    max-height: 200px;
  }

  .rich-text-block-18 {
    line-height: 160%;
  }

  .container-15 {
    min-width: 700px;
    max-width: 1020px;
  }
}

@media screen and (max-width: 991px) {
  ul {
    color: #6d6d6d;
    font-size: 40px;
  }

  .navigation-link {
    text-align: center;
  }

  .social-button.border {
    max-width: 30px;
    max-height: 30px;
    padding-left: 5px;
  }

  .site-name {
    margin-top: 6px;
    display: block;
  }

  .post-wrapper {
    margin-bottom: 20px;
  }

  .blog-image {
    height: 140px;
  }

  .body-copy a {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 40px;
  }

  .white-wrapper {
    padding: 14px;
  }

  .menu-button {
    text-shadow: none;
    background-color: #fff;
    padding: 0;
  }

  .white-bg-heading {
    margin-bottom: 20px;
  }

  .content-column {
    padding-left: 10px;
  }

  .blog-page-image {
    height: 240px;
  }

  .brand {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container {
    background-color: #fff0;
    max-width: 1020px;
  }

  .photo {
    box-sizing: border-box;
    object-fit: scale-down;
    height: 250px;
    overflow: visible;
  }

  .text-block {
    margin-top: 10px;
  }

  .image-5 {
    width: 200px;
  }

  .icon {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    justify-content: flex-end;
    align-items: center;
    margin-top: 9px;
    display: flex;
  }

  .indexnav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: normal;
    background-color: #fff;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .container-7 {
    display: block;
  }

  .container-8 {
    flex-flow: wrap;
    margin-bottom: 20px;
    display: flex;
  }

  .section-3 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 20px;
  }

  .navbar-2 {
    box-sizing: border-box;
    grid-template-columns: 5fr;
    min-width: 700px;
  }

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

  .image-12 {
    width: 200px;
  }

  .body-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-button-2 {
    color: #5d1eda;
    background-color: #fff;
    padding: 0;
  }

  .navbar-3 {
    width: auto;
    min-width: 700px;
    max-width: 728px;
    margin-top: 0;
  }

  .icon-2 {
    position: static;
    overflow: visible;
  }

  .nav-menu-2 {
    background-color: #ffffffcf;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: 140px;
    max-width: none;
    height: auto;
    min-height: 230px;
    max-height: none;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    display: block;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-end;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  li {
    margin-left: -20px;
  }

  .social-button.border {
    padding-left: 5px;
  }

  .grey-rule {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .site-name {
    margin-top: 6px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .post-wrapper {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .blog-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .post-content {
    padding: 20px;
  }

  .body-copy a {
    justify-content: flex-start;
    align-items: center;
  }

  .button-wrapper {
    text-align: center;
  }

  .content-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 20px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .white-wrapper {
    margin-top: 20px;
    padding: 34px;
  }

  .menu-button {
    padding: 7px 0 0;
  }

  .blog-page-image {
    height: 220px;
  }

  .sidebar-on-mobile {
    padding-top: 0;
    display: block;
  }

  .brand {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container {
    margin-top: 10px;
  }

  .photo {
    width: 180px;
    height: 200px;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 9px;
  }

  .image-5 {
    width: 150px;
  }

  .list-4 {
    padding-left: 40px;
  }

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

  .container-8 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .section-3 {
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 670px;
    padding-right: 20px;
  }

  .navbar-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-width: 600px;
    display: block;
    top: 0;
  }

  .container-10 {
    margin-top: 10px;
  }

  .image-12 {
    width: 200px;
    height: auto;
    margin-top: 140px;
  }

  .body-copy {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2 {
    min-height: 240px;
    margin-top: 35px;
    padding-top: 10px;
  }

  .navbar-4 {
    min-width: 460px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 18px;
    line-height: 120%;
  }

  li {
    margin-bottom: 10px;
    margin-left: -20px;
    padding-left: 0;
  }

  .social-button.border {
    margin-bottom: 10px;
  }

  .site-name {
    margin-top: 0;
  }

  .blog-image {
    height: 190px;
  }

  .body-copy img {
    margin-left: 0;
  }

  .content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .white-wrapper {
    padding: 20px;
  }

  .menu-button {
    padding: 0;
  }

  .blog-page-image {
    height: 210px;
  }

  .container {
    border-top: 1px #000;
    margin-top: 10px;
  }

  .photo {
    width: 200px;
    height: 200px;
    padding-left: 0;
  }

  .text-block {
    margin: 5px 0 10px;
  }

  .image-5 {
    width: 150px;
    margin: 0;
    position: static;
    inset: 0% 0% auto auto;
    overflow: clip;
  }

  .list-4 {
    padding-left: 40px;
  }

  .icon {
    margin-top: 4px;
  }

  .container-8 {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    min-width: 0;
    padding: 10px;
  }

  .navbar-2 {
    min-width: 0;
  }

  .container-10 {
    margin-top: 10px;
  }

  .image-12 {
    width: 150px;
    margin-top: 60px;
  }

  .link-block {
    margin-left: 10px;
  }

  .link-block-2 {
    padding-top: 60px;
  }

  .body-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-3 {
    min-width: 0;
  }
}

#w-node-_671e7623-710b-127e-e246-b6e128b28708-2a4639ec {
  place-self: end;
}


