:root {
  --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;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --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: #f0f0f0;
  --white-smoke-3: #edeff2;
  --white-smoke-4: #f3f3f3;
  --lavender: #e9e9e9;
  --light-gray: #d4d4d4;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #303030;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

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

p {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: rgba(255, 255, 255, .77);
}

.button.black {
  background-color: #404047;
}

.button.black:hover {
  background-color: #1db0fc;
}

.button.black.with-field {
  width: 22%;
  float: left;
  margin-left: 2%;
}

.button.full-width {
  width: 100%;
  background-color: #3b99d9;
  display: block;
}

.button.small {
  text-transform: uppercase;
  background-color: #3b99d9;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 14px;
}

.button.small:hover {
  background-color: #2c74a4;
}

.button.tab {
  background-color: #bfbfbf;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover {
  background-color: #7e7e7e;
}

.button.tab.w--current {
  background-color: #3b99d9;
}

.navigation-link:hover {
  color: #006dc7;
}

.navigation-link.white {
  color: #fff;
}

.navigation-bar {
  text-align: center;
  margin-top: 45px;
}

.navigation-bar.dark {
  background-color: #5d5d5d;
}

.navigation-bar.top {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 58px;
  margin-bottom: 124px;
}

.navigation-menu.left {
  float: left;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand-link.right {
  float: right;
}

.brand-link.on-top {
  float: none;
  text-align: center;
  display: block;
}

.brand-link.white {
  color: #fff;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.brand-link.left {
  margin-left: 16px;
}

.section {
  background-color: #fff;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
}

.section.centered {
  text-align: center;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  color: #fff;
  background-color: #5d5d5d;
}

.hero-slider {
  height: 400px;
  color: #fff;
  background-color: #5d5d5d;
}

.slide {
  padding-top: 126px;
  padding-left: 85px;
  padding-right: 85px;
}

.header-section {
  text-align: center;
  padding-top: 76px;
  padding-bottom: 76px;
}

.page-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.page-subheading {
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.call-to-action-section {
  color: #fff;
  background-color: #3b99d9;
  padding-top: 44px;
  padding-bottom: 44px;
}

.call-to-action-section.centered {
  text-align: center;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.call-to-action-heading.inline-block {
  margin-right: 13px;
  display: inline-block;
}

.align-right {
  text-align: right;
}

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.fixed-image-section {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 125px;
  background-attachment: fixed;
  padding-top: 104px;
  padding-bottom: 104px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
}

.slider-navigation {
  padding-top: 0;
  font-size: 9px;
}

.slider-icon-circle {
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 33px;
}

.hero-subheading {
  margin-bottom: 18px;
}

.hollow-button {
  color: #3b99d9;
  border: 2px solid #3b99d9;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: rgba(255, 255, 255, .72);
  border-color: rgba(255, 255, 255, .64);
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  text-align: center;
}

.main-container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.centered {
  text-align: center;
}

.form-field {
  min-height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  min-height: 110px;
}

.form-field.with-button {
  width: 75%;
  float: left;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.picture-border {
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.round-image {
  border-radius: 100px;
}

.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 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .36);
  padding: 6px;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  opacity: .9;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  transition: opacity .2s;
}

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

.profile-image {
  border-radius: 100px;
  margin-bottom: 15px;
}

.hero-with-nav {
  background-color: #d4d4d4;
}

.footer {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .13);
  padding-top: 41px;
  padding-bottom: 41px;
}

.footer.center {
  text-align: center;
}

.float-right {
  float: right;
}

.footer-text {
  color: #a8a8a8;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.link {
  color: #3b99d9;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  text-decoration: underline;
}

.footer-brand-text {
  font-size: 26px;
  line-height: 33px;
}

.sidemenu-wrapper {
  border-left: 3px solid rgba(0, 0, 0, .2);
  margin-left: 10px;
  padding-left: 20px;
}

.sidemenu-title {
  margin-bottom: 10px;
}

.sidemenu-link {
  color: #8f8f8f;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
}

.grid-image {
  margin-bottom: 19px;
}

.info-wrapper {
  margin-bottom: 14px;
}

.info-icon {
  float: left;
}

.info-text {
  margin-left: 34px;
}

.footer-link {
  color: rgba(0, 0, 0, .74);
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #3b99d9;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.hero-title-wrapper {
  margin-bottom: 155px;
}

.icon-left {
  float: left;
  color: #919191;
  padding: 6px;
}

.text-right {
  margin-left: 49px;
}

.left-navigation {
  width: 20%;
  height: 100vh;
  float: left;
  background-color: #d4d4d4;
}

.nav-link {
  color: #b9b9b9;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav-link:hover, .nav-link.w--current {
  color: #303030;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
}

.content {
  width: 80%;
  float: left;
  overflow: hidden;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.flushed-grid {
  width: 25%;
  float: left;
}

.flushed-grid.thirds {
  width: 33.33%;
}

.flushed-grid.sixths {
  width: 16.66%;
}

.main-image {
  max-width: 80%;
  margin-bottom: 39px;
}

.byline-wrapper {
  color: #ccc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 18px;
}

.byline-link {
  color: #ccc;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

.byline-text {
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.byline-location {
  display: inline-block;
}

.blog-content {
  width: 65%;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.blog-content h1, .blog-content h2 {
  font-weight: 400;
}

.blog-content h3 {
  font-weight: 700;
}

.blog-content h6 {
  text-transform: uppercase;
}

.blog-post {
  margin-bottom: 100px;
}

.about-content {
  max-width: 550px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-photo {
  width: 42%;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-title {
  text-align: center;
  margin-bottom: 25px;
}

.photo-item {
  width: 100%;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  display: inline-block;
}

.photo {
  float: left;
}

.blog-home-link {
  color: #303030;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-home-link:hover {
  opacity: .82;
}

.blog-name {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 57px;
  display: inline-block;
}

.blog-name:hover {
  color: #121212;
}

.link-to-page {
  width: 60%;
  color: #303030;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link-to-page:hover {
  color: #d4d4d4;
}

.blog-headline {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.heading-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle {
  width: 38px;
  height: 38px;
  background-color: #e64c40;
  margin-right: 14px;
  display: inline-block;
}

.post-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.category-heading {
  text-align: center;
  margin-bottom: 39px;
}

.blog-list {
  width: 100%;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.all-caps-heading {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
}

.blog-item {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 31px;
}

.profile-text {
  text-align: center;
}

.profile-text p {
  margin-bottom: 10px;
}

.post-link {
  transition: opacity .2s;
}

.post-link:hover {
  opacity: .85;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #20ac99;
  margin-bottom: 54px;
  padding-top: 29px;
}

.inline-heading {
  display: inline-block;
}

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

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

.link-no-decoration {
  color: rgba(0, 0, 0, .74);
  text-decoration: none;
}

.link-no-decoration:hover {
  color: #0f4f9d;
}

.div-block {
  display: none;
}

.paragraph {
  color: rgba(0, 0, 0, .74);
}

.container {
  justify-content: center;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.center.mb-2 {
  margin-bottom: 2rem;
}

.center.m-2 {
  margin: 2rem;
}

.center.m-4 {
  margin: 4rem;
}

.center.m-4.p-3 {
  padding: 3rem;
}

.center.m-4.p-3.background-grey, .center.m-4.background-grey {
  background-color: #f6f6f6;
}

.center.m-4.background-grey.m-s-1.p-b-1 {
  padding-bottom: 1rem;
}

.center.m-4.background-grey.m-s-1.p-b-3 {
  padding-bottom: 3rem;
}

.center.h-100 {
  height: 100%;
}

.center.h-100.v-center {
  justify-content: center;
}

.center.h-100.v-center.m-w-80 {
  max-width: 80%;
  align-items: center;
}

.center.h-100.v-center.m-w-80._w-100, .center.h-100.v-center._w-100 {
  max-width: 100%;
}

.center.m-w-80 {
  max-width: 80%;
}

.left {
  display: flex;
}

.flex-block {
  max-width: 65%;
}

.flex-block.p-1 {
  padding-top: 2rem;
}

.lightbox-link {
  max-width: 65%;
}

.heading {
  font-weight: 400;
}

.flex-block-2 {
  align-items: center;
}

.intro-date {
  font-size: 45px;
}

.intro-date.m-2, .intro-date.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.align-center {
  justify-content: center;
  align-items: center;
}

.align-center.spacebetween {
  justify-content: space-around;
}

.bold {
  font-size: 24px;
  font-weight: 700;
}

.bold.text-center {
  text-align: center;
}

.text-center {
  text-align: center;
  margin-bottom: 0;
}

.text-center.light {
  color: rgba(0, 0, 0, .54);
}

.text-center.light.m-b-2, .text-center.m-b-2 {
  margin-bottom: 2rem;
}

.text-center.large.dark {
  color: #000;
}

.large {
  font-size: 24px;
}

.grid {
  width: 80%;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-2 {
  background-color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p-4 {
  padding: 4rem;
}

.form-2 {
  display: block;
}

.error-message {
  text-align: center;
}

.form-success {
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
}

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

.slider.m-4 {
  margin: 4rem;
}

.m-b-0 {
  margin-bottom: 0;
}

.right-arrow, .left-arrow {
  color: #c2c2c2;
}

.block-quote {
  border: 1px #000;
  font-size: 24px;
}

.block-quote-with-icon {
  position: relative;
}

.quote-icon {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10px;
  right: auto;
}

.block-quote-2 {
  color: #60697b;
  font-size: 17px;
  line-height: 1.7;
}

.heading-4 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hamburger-button.left {
    float: left;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .content {
    width: 100%;
    height: auto;
  }

  .main-image {
    margin-bottom: 35px;
  }

  .blog-content {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    margin-top: 21px;
  }

  .brand-link.on-top {
    float: left;
  }

  .brand-link.left-spacing {
    padding-left: 0;
  }

  .header-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .main-image {
    margin-bottom: 34px;
  }

  .blog-content, .link-to-page, .heading-wrapper {
    width: 80%;
  }

  .post-heading {
    font-size: 25px;
    line-height: 29px;
  }

  .lightbox-link {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .blog-content {
    width: 90%;
  }

  .blog-post {
    margin-bottom: 54px;
  }

  .blog-name {
    font-size: 45px;
  }

  .link-to-page, .heading-wrapper {
    width: 90%;
  }

  .post-heading {
    font-size: 24px;
  }

  .center.m-4.p-3.background-grey.m-s-1.p-s-1 {
    padding: 1rem;
  }

  .center.m-4.background-grey.m-s-1 {
    margin: 1rem;
  }

  .center.m-4.mx-s-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .intro-date.mx-2.my-2 {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .align-center.spacebetween {
    flex-direction: column;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-success {
    display: none;
  }

  .heading-2, .heading-3 {
    text-align: center;
  }

  .slider.m-4.s-m-1 {
    margin: 1rem;
  }

  .slider.m-4.s-m-0 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .m-b-0 {
    font-size: 14px;
  }

  .block-quote {
    font-size: 15px;
  }

  .block-quote-with-icon {
    text-align: left;
  }

  .heading-4 {
    font-size: 12px;
  }

  .icon {
    margin-left: 25px;
  }

  .icon-2 {
    margin-right: 25px;
  }
}

#w-node-ab439934-ba30-8992-b2e4-7f9df6e63d94-b8649291, #w-node-_76aae2d5-ddc7-bc18-37e2-6c674d6b3034-b8649291, #w-node-_745cc804-3128-2bea-d57d-b5ac6315cf26-b8649291, #w-node-defc693b-3056-fa9f-e071-bd847f7ccc22-b8649291, #w-node-_0845cce3-231f-a8d6-4a63-d8ead1926d03-b8649291, #w-node-_38c79ee0-cb51-8ec3-cc92-74b8af8f00dd-b8649291, #w-node-_24f30771-01e8-33b0-cf95-ea286b6ad7ad-b8649291, #w-node-aea4118b-8031-d2d3-74ab-685107a7caf6-b8649291, #w-node-c9ddf367-abf8-6ea6-21c0-ad3deb0adeec-b8649291, #w-node-ee5e495f-315d-3fba-c3a0-7a443300868b-b8649291, #w-node-_7e3de7c1-6950-a4bf-bd23-56c857448b0e-b8649291, #w-node-_17bb9ccd-84a4-bad0-0d41-a4b564e48d7b-b8649291, #w-node-_66e42805-1510-3407-547a-1cb1d5caf6c6-b8649291, #w-node-ccc9fd7e-88bd-ec91-0b13-7c1373ddbaca-b8649291, #w-node-_10b83951-ef39-073d-5ba2-07c805fb86b4-b8649291, #w-node-_5d49c327-eadf-217a-bb6e-c0207144d811-b8649291, #w-node-bbb91eab-22fe-a67e-0d43-f369e5255a6c-b8649291, #w-node-_3a1c27ad-cf2b-4bc4-8e9b-f760813f137f-b8649291, #w-node-_0d30c29e-4c76-ef64-828b-05af0f1760d4-b8649291, #w-node-edd8832a-b407-7aa4-2443-353745055dcc-b8649291, #w-node-c574efc4-7b0e-cd1b-2446-bebbdd6e4557-b8649291, #w-node-efd7dd61-4979-0620-d721-4ea9148e2bbe-b8649291, #w-node-_86988f81-7f48-f3a1-f123-521320ac3de2-b8649291, #w-node-_1b63cb4a-b800-5a79-b2a7-986eac1c62c5-b8649291, #w-node-_7c4e31f0-06d2-dc07-25a4-5634ac74c01b-b8649291, #w-node-_32683f2c-7671-2c09-8c60-1109c57e0db0-b8649291, #w-node-_69a5e310-0961-3880-d11a-ce6a9a130a8b-b8649291, #w-node-_683877ee-536e-054c-a959-d79edc9e59ba-b8649291, #w-node-e7aac683-ca95-edd5-d7ed-033c7d0abb3b-b8649291, #w-node-_69641942-abb1-d853-6f3d-260b504cfda9-b8649291, #w-node-a9171145-fbcd-3545-6fe8-edc20ceda5f2-b8649291, #w-node-_6deffbb4-6fc9-d3f4-328e-9021c9948767-b8649291, #w-node-adeca858-3550-8a54-ef6b-f2a8ff9c4172-b8649291, #w-node-_34b5a593-c5a7-2323-6792-11da70536415-b8649291, #w-node-c0b5f4eb-a5d9-3d4a-864f-35dd53d07bf0-b8649291, #w-node-_64d42a42-ea28-7db8-daea-1b5f8def0423-b8649291, #w-node-_71ecc96c-086e-b972-1454-4b72e1f3d003-b8649291, #w-node-_731c7d85-b472-2170-80ea-5549adeba361-b8649291, #w-node-_59f6fd2a-0cae-8320-d97d-0dbc550548f2-b8649291, #w-node-d103406d-6999-52aa-7e4c-41248ec80621-b8649291, #w-node-afcae8f1-faa9-b375-c6f4-6d5e700e12d6-b8649291, #w-node-_05ef14a7-ff27-f0ce-f8cb-5ecc81ccf099-b8649291, #w-node-_3b790e6c-a5e4-bb75-d5a2-de87e7230deb-b8649291, #w-node-_09bc3027-7dbf-88aa-8176-efcc8f64bccb-b8649291, #w-node-cb5efd4f-a89c-67b3-20de-891b91dc4f10-b8649291, #w-node-_18c0b742-69b9-a047-faec-24c382cab3f3-b8649291, #w-node-_2e49a14e-ce52-8bef-fff5-f5d06081d579-b8649291, #w-node-_9e3ea60d-3bd2-4ad6-d4e3-b0c2e2e52329-b8649291, #w-node-_731c1014-0932-249e-1be4-9591f0aeda6e-b8649291, #w-node-_7b46a3aa-6348-d761-986a-572795866c21-b8649291, #w-node-_4103ea21-c4dd-bcf8-0656-3e2a75beffe2-b8649291, #w-node-c47f3623-991c-d805-2c53-e4fb9b79f4bf-b8649291, #w-node-_38a787e8-8015-a157-e9ea-255f591b13a3-b8649291, #w-node-_0994273b-57a7-7a74-4b2a-2d72e7d5633e-b8649291, #w-node-_7d571066-aef2-4bcf-490b-49c28e3fb3fc-b8649291, #w-node-fa3edfe7-562b-7686-fa61-766579020765-b8649291, #w-node-_8ec62bad-5c19-fd7d-5a22-17c853d898eb-b8649291, #w-node-feecc620-759e-3ccb-5e7b-c7538b8f01dd-b8649291, #w-node-_8ca3790e-0bd9-5f8f-c168-38ffefcd7060-b8649291, #w-node-_9ed7e472-11bd-1e38-4804-858d2b1ff829-b8649291 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}


