.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #28262d;
  background-color: #f2f1f3;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
}

h1 {
  margin-top: 0;
  margin-bottom: 2.25rem;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: 2.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

h3 {
  color: #28262d;
  margin-top: 0;
  margin-bottom: 2.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 2.25rem;
  font-size: 1rem;
  line-height: 1.75;
}

a {
  color: #56169e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 2.25rem;
  padding-left: 3.25rem;
}

li {
  margin-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.75;
}

form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  align-content: flex-start;
  display: flex;
}

label {
  margin-bottom: 1rem;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: 600;
}

.section {
  flex-direction: column;
  justify-content: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.section.footer {
  margin-top: auto;
}

.section.nav {
  background-color: #56169e;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  width: 100%;
  overflow: hidden;
}

.section.no-margin-mob {
  padding-top: 0;
}

.container {
  max-width: 78rem;
  min-height: 2rem;
  flex: 1;
  margin: 1.625rem auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.full-width {
  max-width: none;
}

.container.nav {
  min-height: 6rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container.no-padding-mobile {
  margin-top: 0;
}

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

.container.flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  display: flex;
}

.container.post-grid {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.post-grid.articles {
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.wrapper.overflow-off {
  overflow: visible;
}

.subheader {
  font-size: 1.5rem;
  line-height: 1.5;
}

.link {
  cursor: pointer;
}

.div-center {
  margin-left: 10%;
  margin-right: 10%;
}

.div-center.post-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #cbc8d0;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: grid;
}

.field {
  min-height: 48px;
  background-color: #f2f1f3;
  border: 2px solid #56169e;
  border-radius: 2px;
  margin-bottom: 2.25rem;
}

.field.area {
  min-height: 6rem;
}

.button {
  color: #f2f1f3;
  background-color: #423d49;
  border-radius: 100px;
  margin-top: 2.25rem;
  padding: .75em 1.5em;
  font-weight: 600;
  line-height: 1.5em;
}

.button:hover {
  background-color: #28262d;
  text-decoration: none;
}

.button:active {
  background-color: #5c5464;
}

.button:focus {
  box-shadow: 0 0 0 1px #f2f1f3, 0 0 0 4px #bc8cf1;
}

.button.icon-left {
  background-image: var(--image-i58c77ae8);
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 3em;
}

.button.icon-left.download {
  background-image: var(--image-2b97d507);
  margin-top: 0;
  margin-bottom: 2.25rem;
}

.button.icon-left.download.alt {
  margin-bottom: 0;
}

.button.nav {
  color: #f2f1f3;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.button.nav:hover {
  background-color: #3d1070;
  text-decoration: none;
}

.button.nav:active {
  background-color: #731dd4;
}

.button.outline {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f2f1f3;
}

.button.outline:hover {
  opacity: .8;
}

.button.outline.right-icon.books {
  margin-top: 0;
  display: flex;
}

.button.outline.right-icon.twitter {
  margin-top: 0;
}

.button.right-icon {
  padding-right: 1em;
}

.button.filter {
  outline-offset: 0px;
  color: #423d49;
  background-color: rgba(0, 0, 0, 0);
  outline: 1px solid #8f869a;
  margin-top: 0;
}

.button.filter:hover {
  color: #28262d;
  outline-color: #5c5464;
}

.button.filter.w--current {
  color: #f2f1f3;
  background-color: #423d49;
}

.primary {
  color: #a464ec;
}

.avatar {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: cover;
  border-radius: 100px;
  overflow: hidden;
}

.logo {
  width: auto;
  height: 2.25rem;
}

.menu-buttons-w {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.logos-w {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-hero {
  width: 100%;
  height: 100%;
  opacity: .8;
  object-fit: cover;
}

.img-hero.about {
  opacity: .9;
}

.hero-intro-w {
  z-index: 1;
  position: relative;
}

.social {
  max-height: 1.5rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-h {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-h.books {
  justify-content: center;
}

.flex-h.filter {
  flex: 0 auto;
  align-items: flex-start;
}

.flex-h.buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.teaser-bg {
  color: #f2f1f3;
  background-color: #423d49;
  position: relative;
}

.teaser-text {
  color: #f2f1f3;
  padding-top: 2.25rem;
  padding-bottom: 3.26rem;
  padding-right: 1.5rem;
  position: relative;
}

.white-text {
  color: #f2f1f3;
}

.hero-person-w {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.topic-image {
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  border: 4px solid #f2f1f3;
  flex: none;
  align-self: flex-start;
  margin-top: -3rem;
  margin-left: -3rem;
  margin-right: -3rem;
  overflow: hidden;
}

.topic-image.book {
  width: auto;
  box-shadow: 6px 6px #000;
}

.topic-image.book.widget {
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: 1rem;
}

.side-bar {
  width: 30%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.side-bar.contacts {
  position: static;
}

.side-bar.hide {
  display: none;
}

.div-left {
  width: 70%;
  padding-right: 4.5rem;
}

.sidebar-image {
  width: 100%;
  height: 40vh;
  opacity: .6;
  object-fit: cover;
}

.part {
  flex: 1;
}

.part.required {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.full {
  width: 100%;
}

.caption {
  color: #5c5464;
  margin-top: .5rem;
  font-size: .75rem;
}

.caption.required {
  margin-bottom: 0;
}

.caption.inline-divider {
  padding-left: .25rem;
  padding-right: .25rem;
}

.card {
  height: 100%;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #8f869a;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.card:hover {
  background-image: var(--image-i15da2ad0);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  outline-color: #a464ec;
}

.card.books {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #423d49;
  border-radius: 1rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 4.25rem 6rem;
  display: grid;
}

.card.books:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.card.twitter {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #1da1f2;
  border-radius: 1rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 4.25rem 6rem;
  display: grid;
}

.card.twitter:hover, .card.no-arrow:hover {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.auto-top-margin {
  margin-top: auto;
  display: flex;
}

.auto-top-margin.widget {
  padding-top: 2.25rem;
  padding-bottom: 1rem;
  display: flex;
}

.books-w {
  height: 15rem;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.black-text {
  color: #28262d;
}

.select-filter {
  min-height: 48px;
  color: #56169e;
  cursor: pointer;
  background-color: #e5e3e8;
  background-image: var(--image-609d8cf6);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #8f869a;
  border-radius: 100px;
  margin-bottom: 0;
  padding: .75rem 2.25rem .75rem 1.5rem;
  font-weight: 700;
}

.select-filter.form {
  width: 100%;
  height: auto;
  min-height: 48px;
  margin-bottom: 2.25rem;
}

.form-2 {
  align-items: flex-start;
}

.ext-heading {
  padding-right: 4.5rem;
}

.div-block-11 {
  position: relative;
}

.topic {
  background-color: #e5e3e8;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 2.25rem;
  display: flex;
}

.topic:nth-child(2n) {
  flex-direction: row-reverse;
}

.topic-text-w {
  flex: 1;
  padding: 2.25rem 4.5rem;
}

.img-twitter {
  width: 12rem;
  height: 12rem;
}

.no-margins {
  margin: 0;
}

.video {
  width: 460px;
  margin-bottom: 2.25rem;
}

.screenshot {
  width: 100%;
  height: 314px;
  object-fit: cover;
  margin-bottom: 2.25rem;
}

.hide {
  display: none;
}

.rte-sub p {
  font-size: 1.5rem;
}

._100100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}

.post-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}

.post-block {
  color: #28262d;
}

.post-block:hover {
  text-decoration: none;
}

.img-post-main {
  margin-bottom: .5rem;
}

.divider {
  height: 1px;
  background-color: #cbc8d0;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.post-caption {
  color: #5c5464;
  margin-top: .5rem;
  font-size: .75rem;
  font-weight: 400;
}

.post-img-w {
  width: 250px;
  margin-left: 2rem;
}

.post-img-w-main {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .section.no-margin-mob {
    padding-top: 0;
  }

  .container.nav {
    max-width: none;
    min-height: auto;
  }

  .container.no-padding-mobile {
    margin-top: 0;
  }

  .container.footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: center;
  }

  .container.flex {
    flex-direction: column;
  }

  .container.flex.mobile-reverse {
    flex-direction: column-reverse;
  }

  .container.post-grid {
    grid-template-columns: 1fr;
    margin-top: 2.25rem;
  }

  .wrapper {
    position: relative;
  }

  .div-center {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-center.post-container {
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .button.nav {
    display: inline-block;
  }

  .button.outline.right-icon.books {
    margin-top: 2.25rem;
  }

  .button.outline.right-icon.twitter {
    margin-top: 0;
  }

  .avatar {
    width: 2.25rem;
    height: 2.25rem;
  }

  .logo {
    height: 2.25rem;
  }

  .menu-button {
    max-height: 4.5rem;
    padding: 1.125rem;
  }

  .menu-button.w--open {
    max-height: 4.5rem;
    background-color: #731dd4;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin-top: 1.1rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .menu-buttons-w {
    height: 100vh;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .nav-menu {
    background-color: #731dd4;
  }

  .logos-w {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
  }

  .link-block {
    flex: 1;
  }

  .hero-grid {
    grid-template-rows: minmax(auto, 40vh) auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .img-hero {
    max-width: 400px;
  }

  .hero-intro-w {
    margin-top: -3.25rem;
  }

  .social {
    justify-content: center;
  }

  .flex-h.filter {
    flex-direction: row;
    align-items: flex-start;
  }

  .teaser-bg {
    z-index: 1;
  }

  .teaser-text {
    z-index: 1;
    padding-left: 1.5rem;
  }

  .hero-person-w {
    z-index: 1;
  }

  .topic-image {
    width: 35%;
    margin-left: 1.5rem;
  }

  .side-bar {
    width: auto;
    margin-top: -2.25rem;
  }

  .side-bar.contacts {
    z-index: -1;
    margin-top: -1.25rem;
    margin-bottom: -3.25rem;
    position: relative;
  }

  .div-left {
    z-index: 1;
    width: auto;
    padding-right: 0;
    position: relative;
  }

  .sidebar-image {
    height: 30vh;
  }

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

  .card.twitter {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .topic {
    flex-direction: column;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .topic:nth-child(2n) {
    flex-direction: column;
  }

  .topic-text-w {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .video {
    width: 600px;
  }

  .post-img-w {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  ul {
    padding-left: 2.25rem;
  }

  .container.no-padding-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .container.flex.mobile-reverse {
    align-items: stretch;
  }

  .container.post-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .div-center.post-container {
    grid-template-columns: 3fr;
    margin-bottom: 40px;
  }

  .button.outline.right-icon.books {
    width: 100%;
  }

  .button.outline.right-icon.twitter {
    margin-top: 0;
  }

  .hero-grid {
    grid-template-rows: minmax(auto, 40vh) auto;
  }

  .img-hero {
    max-width: 300px;
  }

  .hero-intro-w {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flex-h.books {
    justify-content: center;
  }

  .flex-h.filter {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .teaser-text {
    padding-right: 4.5rem;
  }

  .hero-person-w {
    padding-left: 3.25rem;
  }

  .topic-image {
    width: 50%;
  }

  .side-bar.contacts {
    margin-top: -2.25rem;
  }

  .sidebar-image {
    height: 50vh;
    max-height: 300px;
  }

  .form {
    width: 100vw;
    grid-row-gap: 1.5rem;
    margin-left: -1.5rem;
  }

  .card.books {
    padding: 4.5rem 2.25rem;
  }

  .card.twitter {
    justify-items: center;
    padding: 4.5rem 2.25rem;
  }

  .select-filter.form {
    margin-left: auto;
  }

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

  .video {
    width: 420px;
  }

  .post-img {
    width: 300px;
    height: 200px;
    margin-top: 0;
    margin-left: 0;
  }

  .post-img-w {
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .post-img-w-main {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 1.5rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper {
    overflow: hidden;
  }

  .div-center.post-container {
    grid-template-columns: 3fr;
    margin-bottom: 40px;
  }

  .button.outline.right-icon.books {
    margin-top: 1.5rem;
  }

  .button.outline.right-icon.twitter {
    width: 100%;
    margin-top: 0;
  }

  .hero-grid {
    grid-template-rows: minmax(auto, 40vh) auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .img-hero {
    max-width: none;
  }

  .flex-h {
    flex-direction: row;
  }

  .teaser-bg {
    z-index: -1;
  }

  .hero-person-w {
    padding-left: 0;
  }

  .topic-image {
    width: 70%;
    height: 10rem;
  }

  .part {
    width: 100%;
    flex: 0 auto;
  }

  .part.required {
    justify-content: flex-start;
  }

  .form {
    width: 100vw;
    margin-left: -1rem;
  }

  .card.books, .card.twitter {
    padding: 2.25rem 1.5rem;
  }

  .auto-top-margin.widget {
    width: 100%;
    display: flex;
  }

  .books-w {
    height: 10rem;
    justify-content: space-between;
  }

  .video {
    width: 220px;
  }

  .post-img {
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .post-img-w {
    width: 100%;
  }
}

#w-node-_5b4f3282-baea-2e8e-1347-b26e369a9577-073095a5 {
  grid-area: 2 / 1 / 4 / 8;
}

#w-node-_05e6b1ba-6d6f-7343-34c9-bc87881b4640-073095a5 {
  grid-area: 1 / 4 / 6 / 14;
}

#w-node-c70a352a-8b9e-8dd0-6b9a-01dc837593d0-073095a5 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_7a6ab301-4e38-709f-c4b1-b17dc8b4dcc6-073095a5 {
  grid-area: 5 / 7 / 8 / 13;
}

#w-node-_32162cdc-c342-50c9-d8fc-c3ada9da882f-073095a5 {
  grid-area: 5 / 9 / 8 / 13;
}

#w-node-_10cb917b-dcee-f6bc-e73e-e2eb02ba5b13-073095a5 {
  grid-area: 4 / 6 / 8 / 9;
}

#w-node-_2d3a58b9-0137-29cb-cad6-08cff8ea8afe-073095a5 {
  grid-area: 7 / 1 / 8 / 5;
}

#w-node-_5b4f3282-baea-2e8e-1347-b26e369a9577-af29da45 {
  grid-area: 2 / 2 / 5 / 7;
}

#w-node-_05e6b1ba-6d6f-7343-34c9-bc87881b4640-af29da45 {
  grid-area: 1 / 5 / 5 / 13;
}

#w-node-_3ed9b331-e3a3-b0d9-19fe-b3375c9f0a01-7fde2bd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b27bb295-431e-81b8-7ba7-19d2961fb247-7fde2bd5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cd56baf5-00f2-36bd-e2a1-061127d27ae0-7fde2bd5 {
  align-self: end;
  justify-self: start;
}

#w-node-_6b598b2a-f0c3-dec4-a2aa-96b43043138a-7fde2bd5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_6b598b2a-f0c3-dec4-a2aa-96b430431385-7fde2bd5 {
  align-self: center;
  justify-self: start;
}

#w-node-_3ed9b331-e3a3-b0d9-19fe-b3375c9f0a01-0bfc3666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b27bb295-431e-81b8-7ba7-19d2961fb247-0bfc3666 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cd56baf5-00f2-36bd-e2a1-061127d27ae0-0bfc3666 {
  align-self: end;
  justify-self: start;
}

#w-node-_6b598b2a-f0c3-dec4-a2aa-96b43043138a-0bfc3666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6b598b2a-f0c3-dec4-a2aa-96b430431385-0bfc3666 {
  align-self: center;
  justify-self: start;
}

#w-node-_858812d1-8c92-554a-6f81-ee382c3debe3-81b34048 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5b4f3282-baea-2e8e-1347-b26e369a9577-073095a5 {
    grid-area: 2 / 1 / 4 / 4;
  }

  #w-node-_05e6b1ba-6d6f-7343-34c9-bc87881b4640-073095a5 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c70a352a-8b9e-8dd0-6b9a-01dc837593d0-073095a5 {
    grid-area: 4 / 1 / 5 / 5;
    justify-self: center;
  }

  #w-node-_7a6ab301-4e38-709f-c4b1-b17dc8b4dcc6-073095a5 {
    grid-area: 7 / 1 / 9 / 5;
  }

  #w-node-_32162cdc-c342-50c9-d8fc-c3ada9da882f-073095a5 {
    grid-area: 7 / 1 / 9 / 4;
  }

  #w-node-_10cb917b-dcee-f6bc-e73e-e2eb02ba5b13-073095a5 {
    grid-area: 5 / 4 / 9 / 5;
  }

  #w-node-_2d3a58b9-0137-29cb-cad6-08cff8ea8afe-073095a5 {
    grid-area: 5 / 1 / 8 / 4;
  }

  #w-node-_5b4f3282-baea-2e8e-1347-b26e369a9577-af29da45 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_05e6b1ba-6d6f-7343-34c9-bc87881b4640-af29da45 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-b27bb295-431e-81b8-7ba7-19d2961fb247-7fde2bd5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_8ac08b12-e52b-89bf-fb73-fee6d86ef854-7fde2bd5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-cd56baf5-00f2-36bd-e2a1-061127d27ae0-7fde2bd5 {
    justify-self: center;
  }

  #w-node-_6b598b2a-f0c3-dec4-a2aa-96b43043138a-7fde2bd5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_6b598b2a-f0c3-dec4-a2aa-96b430431385-7fde2bd5 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8ac08b12-e52b-89bf-fb73-fee6d86ef854-0bfc3666 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b27bb295-431e-81b8-7ba7-19d2961fb247-0bfc3666 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6b598b2a-f0c3-dec4-a2aa-96b43043138a-0bfc3666 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_6b598b2a-f0c3-dec4-a2aa-96b430431385-0bfc3666 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b4f3282-baea-2e8e-1347-b26e369a9577-073095a5 {
    grid-area: 2 / 1 / 4 / 5;
  }

  #w-node-_7a6ab301-4e38-709f-c4b1-b17dc8b4dcc6-073095a5, #w-node-_32162cdc-c342-50c9-d8fc-c3ada9da882f-073095a5 {
    grid-area: 6 / 1 / 8 / 4;
  }

  #w-node-_10cb917b-dcee-f6bc-e73e-e2eb02ba5b13-073095a5 {
    grid-area: 5 / 3 / 8 / 5;
  }

  #w-node-_2d3a58b9-0137-29cb-cad6-08cff8ea8afe-073095a5 {
    grid-area: 5 / 2 / 8 / 5;
  }

  #w-node-b27bb295-431e-81b8-7ba7-19d2961fb247-7fde2bd5, #w-node-_8ac08b12-e52b-89bf-fb73-fee6d86ef854-7fde2bd5, #w-node-cd56baf5-00f2-36bd-e2a1-061127d27ae0-7fde2bd5, #w-node-b27bb295-431e-81b8-7ba7-19d2961fb247-0bfc3666 {
    justify-self: center;
  }

  #w-node-cd56baf5-00f2-36bd-e2a1-061127d27ae0-0bfc3666 {
    justify-self: stretch;
  }

  #w-node-_858812d1-8c92-554a-6f81-ee382c3debe3-81b34048, #w-node-_960e3d31-1cb1-b058-de99-42085e6025f4-81b34048 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5b4f3282-baea-2e8e-1347-b26e369a9577-073095a5 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_05e6b1ba-6d6f-7343-34c9-bc87881b4640-073095a5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c70a352a-8b9e-8dd0-6b9a-01dc837593d0-073095a5 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_7a6ab301-4e38-709f-c4b1-b17dc8b4dcc6-073095a5 {
    grid-area: 7 / 1 / 10 / 3;
  }

  #w-node-_32162cdc-c342-50c9-d8fc-c3ada9da882f-073095a5 {
    grid-area: 8 / 1 / 10 / 3;
  }

  #w-node-_10cb917b-dcee-f6bc-e73e-e2eb02ba5b13-073095a5 {
    grid-area: 5 / 2 / 8 / 3;
  }

  #w-node-_2d3a58b9-0137-29cb-cad6-08cff8ea8afe-073095a5 {
    grid-area: 6 / 1 / 8 / 3;
  }

  #w-node-_5b4f3282-baea-2e8e-1347-b26e369a9577-af29da45 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05e6b1ba-6d6f-7343-34c9-bc87881b4640-af29da45 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cd56baf5-00f2-36bd-e2a1-061127d27ae0-7fde2bd5, #w-node-cd56baf5-00f2-36bd-e2a1-061127d27ae0-0bfc3666 {
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_960e3d31-1cb1-b058-de99-42085e6025f4-81b34048 {
    order: -9999;
  }
}


