:root {
  --light: white;
  --primary: #1a1919;
  --accent: #2b4165;
  --darker: #e5e4de;
  --white: white;
  --black: #131313;
  --secondary: #195de53d;
}

.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-userformheader {
  text-align: center;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

body {
  background-color: var(--light);
  color: var(--primary);
  font-family: Rubik, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.25;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
}

p {
  margin-bottom: 24px;
  font-size: 19px;
  line-height: 28px;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  text-decoration: underline;
}

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

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

li {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 16px;
}

img {
  flex: none;
  max-width: 100%;
  display: block;
}

label {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

strong {
  font-weight: 500;
}

blockquote {
  background-color: var(--darker);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-size: 20px;
  line-height: 28px;
}

figure {
  margin-bottom: 40px;
}

figcaption {
  margin-top: 8px;
  font-size: 15px;
  line-height: 140%;
}

.style-group {
  margin-bottom: 80px;
}

.style-instruction {
  border-left: 3px solid var(--accent);
  background-color: var(--darker);
  border-radius: 0 3px 3px 0;
  margin-bottom: 40px;
  padding: 12px 24px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 20px;
}

.style-label {
  border-top: 1px solid var(--darker);
  color: #2b305b99;
  letter-spacing: 1px;
  width: 100%;
  padding-top: 8px;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  line-height: 16px;
}

.style-link {
  border-bottom-style: none;
  padding-bottom: 0;
  text-decoration: underline;
}

.accordion-body {
  box-shadow: inset 0 1px 0 0 var(--darker);
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  position: static;
  overflow: hidden;
}

.style-container {
  z-index: 1;
  margin-bottom: -60px;
}

.bg-primary {
  background-color: var(--primary);
}

.button-primary {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 24px;
  height: 48px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-primary:hover {
  background-color: var(--accent);
  text-decoration: none;
}

.button-primary.small {
  height: 32px;
  padding: 8px 20px 6px;
  font-size: 14px;
}

.button-primary.full-width {
  width: 100%;
}

.button-primary.reversed {
  background-color: var(--accent);
}

.button-primary.reversed:hover {
  background-color: var(--white);
  color: var(--primary);
}

.button-primary.reversed.disabled {
  cursor: default;
}

.button-primary.reversed.disabled:hover {
  background-color: var(--accent);
  color: var(--white);
}

.button-primary.disabled:hover {
  background-color: var(--primary);
}

.style-padding {
  z-index: 0;
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.accordion {
  border: 1px solid var(--darker);
  border-radius: 4px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.last {
  margin-bottom: 0;
}

.style-code {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 4px;
  font-family: Inconsolata, monospace;
  display: inline-block;
}

.bg-black {
  background-color: var(--black);
}

.style-grid {
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.text-black {
  color: var(--black);
}

.bg-white {
  background-color: #fff;
}

.bg-white.style-swatch {
  background-color: var(--white);
}

.accordion-header {
  color: var(--primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s, background-color .2s;
  display: flex;
}

.accordion-header:hover {
  background-color: var(--darker);
}

.style-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.bg-accent {
  background-color: var(--accent);
}

.text-primary {
  color: var(--primary);
}

.text-white {
  color: var(--white);
}

.text-accent {
  color: var(--accent);
}

.style-swatch {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 8px;
  padding: 48px;
}

.accordion-content {
  padding-top: 16px;
  padding-bottom: 16px;
}

.text-input {
  border: 1px solid var(--darker);
  background-color: var(--white);
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 19px;
  transition: box-shadow .2s;
}

.text-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px #7344d240;
}

.field-label {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.text-area {
  border: 1px solid var(--darker);
  background-color: var(--white);
  box-shadow: 0 0 0 0 var(--accent);
  color: var(--primary);
  border-radius: 8px;
  max-width: 100%;
  min-height: 128px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 17px;
  line-height: 24px;
  transition: border-color .2s, box-shadow .2s;
}

.text-area:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px #7344d240;
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-light {
  background-color: var(--light);
}

.bg-darker {
  background-color: var(--darker);
}

.display-heading {
  color: var(--primary);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.25;
}

.rich-text-block {
  margin-bottom: -24px;
}

.rich-text-block img {
  border-radius: 4px;
  margin-bottom: 0;
  display: block;
  box-shadow: 0 4px 12px #00000029, 0 28px 24px -24px #0000003d;
}

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

.button-secondary {
  background-color: var(--secondary);
  color: var(--accent);
  border-radius: 24px;
  height: 48px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-secondary:hover {
  background-color: var(--accent);
  color: var(--white);
  text-decoration: none;
}

.button-secondary.small {
  height: 32px;
  padding: 8px 20px 6px;
  font-size: 14px;
}

.button-secondary.full-width {
  text-align: center;
  width: 100%;
}

.navbar {
  z-index: 1010;
  background-color: var(--light);
  flex: 1;
  padding-top: 32px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 48px;
  display: flex;
  position: relative;
}

.nav-wrapper.align-left {
  justify-content: flex-start;
}

.search-dropdown-inner {
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.nav-search-input {
  background-color: var(--darker);
  text-align: center;
  border: 2px solid #0000;
  border-radius: 24px;
  width: 320px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 64px;
  padding-right: 48px;
  font-size: 17px;
  font-weight: 300;
  transition: border-color .2s;
}

.nav-search-input:focus {
  border-color: var(--accent);
}

.nav-search-input::placeholder {
  color: #00000080;
}

.nav-search-button {
  background-color: #0000;
  background-image: url('../images/icon-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 48px;
  height: 48px;
  margin-left: 0;
  position: absolute;
}

.nav-link {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.nav-link.w--current {
  color: var(--accent);
}

.nav-menu {
  display: flex;
}

.nav-link-icon {
  margin-left: 8px;
  position: static;
}

.dropdown-list {
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 4px 8px #00000029;
}

.dropdown-link {
  color: var(--accent);
  white-space: nowrap;
  padding: 4px 32px 4px 16px;
  font-size: 19px;
  transition: color .2s;
}

.dropdown-link:hover {
  color: var(--accent);
}

.dropdown-link.w--current {
  color: var(--primary);
  cursor: default;
}

.dropdown-link.w--current:hover {
  text-decoration: none;
}

.nav-link-text {
  color: var(--primary);
}

.brand {
  height: 32px;
  margin-right: 48px;
}

.right-aligned-searchbar {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.left-aligned-searchbar {
  flex: 1;
  display: flex;
}

.hero {
  align-items: center;
  max-width: 1480px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
}

.hero.hero-search {
  background-image: url('../images/search-banner-blue.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 256px;
}

.hero.hero-faq {
  background-image: url('../images/FAQ-banner-blue-and-black.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1480px;
  padding-bottom: 256px;
}

.hero.hero-contact {
  background-image: url('../images/output-onlinepngtools-3.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1480px;
  padding-bottom: 256px;
}

.hero.hero-topics {
  background-image: url('../images/topics-banner-blue-and-black.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1480px;
  padding-bottom: 256px;
}

.hero.hero-lessons {
  background-image: url('../images/lessons-blue-and-black.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1480px;
  padding-bottom: 256px;
}

.hero.hero-course {
  background-color: var(--primary);
  color: var(--white);
  max-width: none;
  padding-bottom: 128px;
}

.hero.hero-404 {
  background-image: url('../images/404-banner.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1480px;
  min-height: 95vh;
}

.hero.hero-account {
  background-image: url('../images/password-banner.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1480px;
  align-items: flex-start;
  height: 100vh;
  min-height: 0;
  padding-top: 128px;
  padding-bottom: 0;
}

.hero.padding-bottom-0 {
  padding-bottom: 0;
}

.hero.hero-dark {
  background-color: var(--primary);
  color: var(--white);
  max-width: none;
  padding-bottom: 256px;
}

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

.display-subheading {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.vertical-align-bottom {
  align-items: end;
}

.grid.grid-tight {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.grid.grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.grid-medium {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid.vertical-align-center {
  align-items: center;
}

.row {
  padding-top: 40px;
  position: relative;
}

.row.tight {
  padding-top: 24px;
}

.row.top-border {
  border-top: 1px solid var(--darker);
}

.row.loose {
  padding-top: 80px;
}

.inline-list {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.inline-list.align-center {
  justify-content: center;
}

.inline-list.align-center.wrap-children {
  flex-wrap: wrap;
}

.inline-item {
  margin-left: 8px;
  margin-right: 8px;
}

.content-block {
  padding-top: 128px;
}

.content-block.flush-top {
  padding-top: 0;
}

.content-block.pull-up {
  margin-top: -128px;
  padding-top: 0;
  position: relative;
}

.section-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-header.vertical-align-center {
  align-items: center;
}

.card {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 24px;
  transition: transform .2s, box-shadow .2s;
  display: block;
  overflow: hidden;
}

.card:hover {
  text-decoration: none;
  transform: translate(0, -8px);
  box-shadow: 0 2px 4px #00000014, 0 28px 24px -24px #0000003d;
}

.card.align-center {
  outline-offset: 0px;
  outline: 1px solid #195de5;
}

.card.card-static {
  transition-property: none;
}

.card.card-static:hover {
  box-shadow: none;
  transform: none;
}

.card.card-static.align-center {
  box-shadow: 0 2px 5px #0003;
}

.card.card-padded {
  padding: 48px;
}

.card.height-100 {
  height: 100%;
}

.card.card-extra-padding {
  padding: 40px;
}

.icon-circle {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-circle.large {
  border-radius: 40px;
  width: 80px;
  height: 80px;
}

.icon-circle.large.bg-secondary {
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-circle.small {
  width: 32px;
  height: 32px;
  padding: 8px;
}

.icon-circle.small.bg-secondary {
  flex: none;
}

.card-icon {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.card-body {
  color: var(--primary);
  padding-top: 24px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.well {
  border: 1px solid var(--darker);
  background-color: #0000;
  border-radius: 8px;
  flex: 1;
  padding: 24px;
}

.well.well-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.well.bg-darker {
  background-color: var(--darker);
}

.well-icon {
  display: flex;
}

.well-content {
  padding-top: 16px;
}

.body-small {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 24px;
}

.body-small.last {
  margin-bottom: 0;
}

.faq {
  margin-bottom: 40px;
}

.faqs {
  margin-bottom: -40px;
}

.flex-align-right {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.newsletter-input {
  border: 1px solid var(--darker);
  border-radius: 24px;
  flex: none;
  width: 320px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 24px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 17px;
  font-weight: 300;
  transition: border-color .2s, border-width .2s;
}

.newsletter-input:focus {
  border-width: 2px;
  border-color: var(--accent);
}

.newsletter-input.width-100 {
  margin-right: 0;
}

.newsletter-form {
  display: flex;
}

.newsletter-form.stacked {
  flex-direction: column;
}

.form-block {
  margin-bottom: 0;
}

.paragraph {
  line-height: 28px;
}

.social-button {
  background-color: var(--secondary);
  border-radius: 24px;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  display: block;
}

.social-button:hover {
  background-color: var(--accent);
}

.social-button.facebook {
  background-image: url('../images/icon-social-facebook-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-button.facebook:hover {
  background-color: var(--accent);
  background-image: url('../images/icon-social-facebook-white.svg');
}

.social-button.twitter {
  background-image: url('../images/icon-social-twitter-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-button.twitter:hover {
  background-color: var(--accent);
  background-image: url('../images/linkedin-white.svg');
}

.social-button.youtube {
  background-image: url('../images/icon-social-youtube-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-button.youtube:hover {
  background-color: var(--accent);
  background-image: url('../images/icon-social-youtube-white.svg');
}

.social-button.instagram {
  background-image: url('../images/icon-social-instagram-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-button.instagram:hover {
  background-color: var(--accent);
  background-image: url('../images/icon-social-instagram-white.svg');
}

.social-button.linkedin {
  background-image: url('../images/linkedin-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer {
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
}

.column.justify-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.flex-justify-between {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.link-list {
  margin-top: 16px;
  margin-bottom: -16px;
  padding-left: 0;
  list-style-type: none;
}

.link-list.margin-top-0 {
  margin-top: 0;
}

.link-item {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  line-height: 24px;
  display: flex;
}

.link-item.link-item-title {
  flex: 1;
  align-items: flex-end;
  padding-right: 16px;
  overflow: hidden;
}

.link-item.link-item-title.w--current {
  border-left: 4px solid var(--accent);
  color: var(--primary);
  cursor: default;
  margin-left: -25px;
  padding-left: 21px;
  font-weight: 500;
}

.link-item.link-item-title.w--current:hover {
  text-decoration: none;
}

.footer-brand {
  margin-bottom: 8px;
}

.breadcrumbs {
  align-items: center;
  display: flex;
}

.breadcrumb {
  font-size: 15px;
  line-height: 18px;
  display: flex;
}

.breadcrumb-divider {
  color: #13131340;
  text-align: center;
  flex: none;
  width: 32px;
  font-weight: 300;
  line-height: 32px;
}

.breadcrumb-divider.inverted {
  color: #ffffff40;
}

.link-item-icon {
  min-width: 48px;
  padding-right: 16px;
}

.link-button {
  background-color: var(--secondary);
  color: var(--accent);
  background-image: url('../images/icon-link.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 24px;
  height: 48px;
  padding: 15px 32px 15px 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.link-button:hover {
  background-color: var(--accent);
  color: var(--white);
  background-image: url('../images/icon-link-white.svg');
  text-decoration: none;
}

.link-button.copy-link-button {
  white-space: nowrap;
  position: relative;
}

.video {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000029, 0 28px 24px -24px #0000003d;
}

.alert {
  background-color: var(--darker);
  border-radius: 8px;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  padding: 20px 24px;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
}

.alert.bg-secondary {
  background-color: var(--secondary);
}

.alert.bg-secondary.align-center {
  justify-content: center;
}

.alert.bg-error {
  color: #bf0000;
  background-color: #ebd4d4;
}

.alert.bg-error.align-center {
  text-align: center;
  justify-content: center;
}

.alert-icon {
  width: 48px;
  margin-top: -3px;
  display: flex;
  transform: translate(0);
}

.alert-text {
  flex: 1;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.error-message {
  background-color: #0000;
  margin-top: 24px;
  padding: 0;
}

.empty-state {
  background-color: #0000;
  padding: 0;
}

.feedback-form {
  background-color: #0000;
  margin-bottom: 0;
}

.form {
  background-color: #0000;
}

.feedback-button {
  border-left: 1px solid var(--darker);
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.feedback-input {
  border-style: none none solid;
  border-bottom-width: 5px;
  border-bottom-color: #0000;
  border-radius: 0%;
  width: 48px;
  height: 53px;
  margin-top: 12px;
  margin-left: 0;
  transition: border-color .2s;
}

.feedback-input:hover {
  border-bottom-color: var(--secondary);
}

.feedback-input.w--redirected-checked {
  border-color: var(--accent);
  transition: border-color .2s;
}

.feedback-input.w--redirected-focus {
  border-bottom-width: 5px;
  border-bottom-color: var(--accent);
  box-shadow: none;
}

.feedback-input.negative {
  background-image: url('../images/icon-feedback-sad.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.feedback-input.neutral {
  background-image: url('../images/icon-feedback-neutral.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.feedback-input.positive {
  background-image: url('../images/icon-feedback-happy.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.feedback-label {
  display: none;
}

.feedback-well {
  border: 1px solid var(--darker);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 12px 24px;
}

.negative-message, .positive-message {
  margin-bottom: 16px;
}

.feedback-message {
  border: 1px solid var(--darker);
  border-radius: 8px;
  padding: 24px 24px 32px;
}

.search-input {
  background-color: var(--darker);
  text-align: center;
  border: 2px solid #0000;
  border-radius: 24px;
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 48px;
  margin-bottom: 0;
  padding-left: 64px;
  padding-right: 48px;
  font-size: 17px;
  font-weight: 300;
  transition: border-color .2s;
}

.search-input:focus {
  border-color: var(--accent);
}

.search-input::placeholder {
  color: #00000080;
}

.search-input.large {
  border-radius: 32px;
  height: 64px;
  padding-left: 80px;
  padding-right: 64px;
  font-size: 20px;
}

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

.searchbar {
  flex: none;
  width: 100%;
  min-width: 320px;
  max-width: 600px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search-input-button {
  background-color: #0000;
  background-image: url('../images/icon-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 48px;
  height: 48px;
  margin-left: 16px;
  position: absolute;
}

.search-input-button.large {
  width: 64px;
  height: 64px;
}

.reversed-link {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.reversed-link:hover {
  color: #ffffffbf;
}

.cookies-button {
  margin-left: 32px;
}

.cookies-notice {
  z-index: 999;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 8px;
  align-items: flex-start;
  padding: 20px 24px 16px;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
  position: fixed;
  bottom: 40px;
  left: 40px;
}

.tooltip {
  background-color: var(--accent);
  color: var(--white);
  white-space: nowrap;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  line-height: 24px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%);
}

.tooltip.reversed {
  color: var(--white);
  background-color: #ded4eb40;
}

.sidebar-dropdown {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

.sidebar-dropdown-toggle {
  color: var(--primary);
  justify-content: space-between;
  padding: 0;
  font-weight: 400;
  display: flex;
}

.sidebar-dropdown-body {
  display: none;
  position: static;
}

.sidebar-dropdown-body.w--open {
  background-color: #0000;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  overflow: hidden;
}

.dropdown-link-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-link-list:first-child {
  margin-top: 8px;
}

.sidebar-dropdowns {
  margin-bottom: -16px;
}

.icon-small {
  width: 24px;
  height: 24px;
}

.sticky-top {
  position: sticky;
  top: 136px;
}

.accordion-icon {
  width: 24px;
  height: 24px;
  transform: rotate(0);
}

.text-item {
  align-items: center;
  display: flex;
}

.item-icon {
  min-width: 40px;
  padding-right: 8px;
}

.card-image {
  border-radius: 4px;
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}

.link-underlined:hover {
  color: var(--accent);
}

.link-underlined.text-white {
  color: var(--white);
  text-decoration: underline;
}

.link-underlined.text-white:hover {
  color: #fff9;
}

.items {
  flex-wrap: nowrap;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

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

.items.align-center.wrap-items {
  flex-wrap: wrap;
  margin-top: -8px;
  margin-bottom: -8px;
}

.items.wrap-items {
  flex-wrap: wrap;
}

.item {
  margin: 8px 16px;
}

.card-arrow {
  margin-left: 32px;
}

.width-100 {
  width: 100%;
}

.accordions {
  width: 100%;
  margin-top: -8px;
  margin-bottom: -8px;
}

.link.w--current {
  color: var(--primary);
  cursor: default;
}

.link.w--current:hover {
  text-decoration: none;
}

.search-button {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.search-button:hover {
  background-color: var(--darker);
  border-color: #e5e4de80;
}

.search-button.opens-search.mobile-only {
  display: none;
}

.dropdown-list-item {
  margin-bottom: 0;
  padding-left: 0;
}

.text-error {
  color: #ff4d15;
}

.text-success {
  color: #14cc9e;
}

.log {
  border-top: 1px solid var(--darker);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
}

.spacer {
  height: 40px;
  position: relative;
}

.stack {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-background-image {
  z-index: 0;
  opacity: .5;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-background {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-background-overlay {
  background-image: linear-gradient(to right, #270d5b, #270d5b00);
  position: absolute;
  inset: 0%;
}

.play-button {
  color: var(--white);
  border: 1px solid #ded4eb99;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 1px;
  padding-left: 4px;
  font-size: 24px;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
  position: relative;
}

.play-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--accent);
  text-decoration: none;
}

.tooltip-wrapper {
  position: relative;
}

.bold {
  font-weight: 700;
}

.small-text {
  font-size: 16px;
  line-height: 24px;
}

.lesson-list {
  height: 0;
  padding-top: 118.3%;
  position: relative;
}

.lesson-list-inner {
  background-color: var(--darker);
  border-radius: 8px;
  flex: 1;
  padding: 24px 24px 80px;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.lesson-list-overlay {
  background-image: linear-gradient(to bottom, #e5e4de00, var(--darker));
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 56px;
  position: absolute;
  inset: auto 0% 0%;
}

.modal {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal.modal-contact {
  display: none;
}

.modal-overlay {
  z-index: 0;
  background-color: #13131366;
  position: fixed;
  inset: 0%;
}

.modal-body {
  position: relative;
}

.modal-close {
  cursor: pointer;
  position: fixed;
  inset: 48px 48px auto auto;
}

.center-image {
  margin-left: auto;
  margin-right: auto;
}

.form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-item-title-spacer {
  height: 56px;
}

.lesson-duration {
  text-align: right;
  flex: none;
  width: 48px;
  padding-top: 5px;
  font-size: 17px;
  line-height: 22px;
}

.close-icon {
  display: none;
}

.search-dropdown {
  background-color: var(--accent);
  align-items: center;
  height: 80px;
  display: none;
  position: absolute;
  inset: 96px 0% auto;
  overflow: hidden;
}

.search-dropdown-input {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  flex: 1;
  width: 320px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 19px;
  font-weight: 300;
}

.search-dropdown-input:focus {
  border-color: var(--accent);
}

.search-dropdown-input::placeholder {
  color: #ffffff80;
}

.search-dropdown-button {
  background-color: #0000;
  background-image: url('../images/icon-search-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  position: absolute;
  right: 0;
}

.search-dropdown-button:hover {
  background-color: #13131333;
}

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

.account-form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.reading-bar {
  z-index: 9999;
  background-color: var(--accent);
  transform-origin: 0%;
  height: 3px;
  position: fixed;
  inset: 0% 0% auto;
}

.figure {
  margin-bottom: 40px;
}

.brand-image {
  height: 100%;
}

.inverted-nav {
  z-index: 998;
  width: 100%;
  position: sticky;
  top: 0;
}

.styles-symbol {
  color: var(--primary);
  background-color: #26da85;
  border-radius: 3px;
  padding-left: 6px;
  padding-right: 4px;
  font-family: Inconsolata, monospace;
  display: inline-block;
}

.select-input {
  border: 1px solid var(--darker);
  background-color: var(--white);
  border-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 19px;
  transition: box-shadow .2s;
}

.select-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px #7344d240;
}

.input {
  width: 100%;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: -1px;
  margin-left: -28px;
  margin-right: 8px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 28px;
  display: flex;
}

.radio-button-field {
  margin-bottom: 0;
  padding-left: 28px;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-left: -28px;
}

.tag {
  border-radius: 24px;
  padding: 4px 16px;
  display: inline-block;
}

.tag.tag-update {
  color: #268f60;
  background-color: #b1e2c7;
}

.tag.tag-bug-fix {
  color: #c90000;
  background-color: #e5a4a4;
}

.search-navbar {
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.card-image-tag {
  color: var(--white);
  background-color: #0009;
  border-radius: 24px;
  padding: 10px 16px 3px;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  inset: auto auto 24px 24px;
}

.lesson-count {
  margin-right: 8px;
  display: inline-block;
}

.lessons-label {
  padding-bottom: 6px;
  display: inline-block;
}

.spacer-tablet {
  display: none;
}

.newsletter-form-wrapper {
  display: flex;
}

.spacer-mobile-s, .show-mobile-l {
  display: none;
}

.copy-success-label {
  z-index: 3;
  background-color: var(--accent);
  color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.lesson-section-title {
  flex: 1;
}

.lesson-link {
  white-space: normal;
  align-items: flex-start;
  display: flex;
}

.lesson-link-title {
  white-space: normal;
  padding-top: 4px;
  font-size: 17px;
  line-height: 22px;
}

.lesson-item {
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.logo-inverted {
  display: none;
}

.html-embed, .html-embed-2, .html-embed-3, .html-embed-4, .html-embed-5 {
  color: var(--accent);
  width: 50px;
  height: 50px;
}

.html-embed-6 {
  color: var(--accent);
  width: 40px;
  height: 40px;
}

.topicimage {
  width: 30px;
  height: 30px;
}

.datetype {
  margin-right: 9px;
  font-weight: 700;
}

.grid-2 {
  grid-row-gap: 0px;
  grid-template-columns: .25fr 1fr;
  font-size: 12px;
  line-height: 16px;
}

.div-block {
  display: flex;
}

.div-block.articledates {
  font-size: 12px;
  line-height: 20px;
}

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

.div-block-2 {
  display: flex;
}

.image {
  padding-right: 13px;
}

.collection-list {
  align-items: center;
  display: flex;
}

.image-2 {
  margin-left: 40px;
}

.link-2 {
  color: var(--accent);
}

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

.link-block {
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
    line-height: 24px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 24px;
  }

  li {
    margin-bottom: 16px;
  }

  blockquote {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
    line-height: 24px;
  }

  .style-group {
    margin-bottom: 40px;
  }

  .style-container {
    margin-bottom: -40px;
    padding-bottom: 64px;
  }

  .button-primary {
    padding-left: 28px;
    padding-right: 28px;
  }

  .last {
    margin-bottom: 0;
  }

  .accordion-header {
    font-size: 17px;
  }

  .hide-tablet {
    display: none;
  }

  .display-heading {
    margin-bottom: 16px;
    font-size: 50px;
  }

  .button-secondary {
    padding-left: 28px;
    padding-right: 28px;
  }

  .navbar {
    padding-top: 16px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    color: var(--white);
    justify-content: space-between;
    padding: 16px 20px;
  }

  .nav-menu {
    background-color: var(--primary);
    width: 260px;
    display: block;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #1a0f2e;
    border-radius: 0;
    position: static;
  }

  .dropdown-link {
    color: var(--white);
    padding: 12px 20px;
  }

  .dropdown-link:hover {
    color: #fff9;
  }

  .dropdown-link.w--current {
    color: var(--white);
    font-weight: 500;
  }

  .nav-link-text, .nav-dropdown {
    color: var(--white);
  }

  .brand, .brand.w--current {
    margin-right: 20px;
  }

  .hero {
    padding-top: 64px;
  }

  .hero.hero-course {
    padding-bottom: 64px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .row {
    padding-top: 40px;
  }

  .inline-list {
    margin-left: -8px;
    margin-right: -8px;
  }

  .inline-list.tablet-block-list {
    display: block;
  }

  .inline-item {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .content-block {
    padding-top: 64px;
  }

  .icon-circle {
    padding: 0;
  }

  .card-body {
    padding-top: 16px;
  }

  .well {
    padding: 16px;
  }

  .body-small {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cookies-notice {
    bottom: 24px;
    left: 24px;
  }

  .item-icon {
    min-width: 32px;
    padding-right: 8px;
  }

  .card-image {
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .items.align-center {
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .stack {
    grid-row-gap: 24px;
  }

  .lesson-list {
    height: auto;
    padding-top: 0%;
  }

  .lesson-list-inner {
    max-height: 260px;
    padding-bottom: 40px;
    position: relative;
  }

  .modal.modal-contact {
    display: none;
  }

  .modal-close {
    z-index: 1;
    top: 8px;
    right: 8px;
    transform: scale(.5);
  }

  .lesson-duration {
    font-size: 15px;
  }

  .menu-button {
    border-radius: 24px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button-wrapper {
    flex: 1;
    display: flex;
  }

  .footer-colophon {
    border-top: 1px solid var(--darker);
    margin-top: 20px;
    padding-top: 40px;
  }

  .footer-nav {
    margin-right: 64px;
  }

  .card-image-tag {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
    bottom: 0;
    left: 0;
  }

  .spacer-tablet {
    height: 24px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .lesson-link-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }

  h1 {
    margin-bottom: 16px;
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }

  .style-instruction {
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-body {
    padding-left: 14px;
    padding-right: 14px;
  }

  .style-container {
    padding-bottom: 40px;
  }

  .button-primary {
    height: 32px;
    padding: 7px 20px;
    font-size: 13px;
  }

  .button-primary.newsletter-form-button {
    color: #0000;
    background-image: url('../images/icon-chevron-right-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 8px 8px auto auto;
  }

  .hide-mobile-l {
    display: none;
  }

  .last {
    margin-bottom: 0;
  }

  .accordion-header {
    white-space: normal;
    padding-left: 14px;
    padding-right: 14px;
  }

  .display-heading {
    font-size: 40px;
  }

  .button-secondary {
    height: 32px;
    padding: 7px 20px;
    font-size: 13px;
  }

  .navbar {
    padding-top: 16px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-search-input {
    width: 280px;
    padding-left: 48px;
    padding-right: 20px;
  }

  .nav-search-button {
    width: 40px;
    height: 48px;
    margin-left: 8px;
  }

  .brand {
    margin-right: 12px;
    padding-left: 0;
  }

  .brand.w--current {
    margin-right: 8px;
    padding-left: 0;
  }

  .hero {
    min-height: 480px;
  }

  .hero.hero-search {
    background-size: 200%;
    padding-bottom: 256px;
  }

  .hero.hero-faq, .hero.hero-contact, .hero.hero-topics, .hero.hero-lessons {
    background-size: 200%;
    padding-bottom: 192px;
  }

  .hero.hero-404 {
    padding-bottom: 220px;
  }

  .hero.hero-account {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero.hero-dark {
    padding-bottom: 192px;
  }

  .display-subheading {
    font-size: 24px;
    line-height: 32px;
  }

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

  .row {
    padding-top: 16px;
  }

  .row.loose {
    padding-top: 64px;
  }

  .inline-list.wrap-mobile-l {
    flex-wrap: wrap;
  }

  .inline-item.footer-2-copyright {
    margin-top: 20px;
  }

  .content-block {
    padding-top: 40px;
  }

  .content-block.pull-up {
    margin-top: -64px;
  }

  .card.align-center {
    padding: 32px;
  }

  .card.card-static.card-extra-padding {
    padding: 24px;
  }

  .icon-circle.large {
    width: 64px;
    height: 64px;
    padding: 12px;
  }

  .card-body {
    padding-top: 32px;
  }

  .well.well-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-input {
    margin-bottom: 0;
  }

  .newsletter-input.newsletter-input-fluid {
    width: 100%;
    margin-right: 0;
    padding-right: 56px;
  }

  .social-button {
    width: 32px;
    height: 32px;
  }

  .social-button.facebook, .social-button.twitter, .social-button.youtube, .social-button.instagram {
    background-size: 16px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-justify-between.stack-mobile-l {
    flex-wrap: wrap;
  }

  .link-list {
    margin-top: 12px;
    margin-bottom: -12px;
  }

  .link-item {
    margin-top: 8px;
    margin-bottom: 12px;
    line-height: 20px;
  }

  .breadcrumbs {
    display: none;
  }

  .link-button {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .alert {
    margin-top: 24px;
    padding: 16px;
  }

  .alert-icon {
    width: 56px;
  }

  .feedback-button.negative {
    border-left-style: none;
  }

  .feedback-message {
    padding: 16px 16px 24px;
  }

  .search-input.large {
    height: 48px;
    font-size: 15px;
  }

  .flex-align-center.trailer-button {
    display: block;
  }

  .searchbar {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .search-input-button.large {
    width: 48px;
    height: 48px;
  }

  .cookies-notice {
    bottom: 16px;
    left: 16px;
  }

  .tooltip {
    display: none;
  }

  .card-image {
    margin-top: -32px;
    margin-left: -32px;
    margin-right: -32px;
  }

  .items {
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }

  .item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .link-item-title-spacer {
    height: 40px;
  }

  .search-dropdown {
    top: 80px;
  }

  .account-form {
    width: 100%;
  }

  .menu-button-wrapper {
    align-items: center;
  }

  .footer-colophon {
    border-top-style: none;
    flex-direction: column;
    flex: 1;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .footer-nav {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-nav.last {
    margin-bottom: 0;
  }

  .footer-copyright {
    flex: 1;
    align-items: flex-end;
    display: flex;
  }

  .newsletter-form-wrapper {
    display: block;
    position: relative;
  }

  .show-mobile-l {
    display: block;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 16px;
  }

  blockquote {
    margin-bottom: 16px;
  }

  .style-instruction {
    font-size: 15px;
  }

  .accordion {
    margin-top: 4px;
    margin-bottom: 12px;
  }

  .last {
    margin-bottom: 0;
  }

  .style-code {
    font-size: 13px;
  }

  .style-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .hide-mobile-s {
    display: none;
  }

  .accordion-header {
    white-space: normal;
    font-size: 15px;
    line-height: 20px;
  }

  .text-primary {
    margin-bottom: 4px;
  }

  .display-heading {
    font-size: 30px;
  }

  .nav-menu {
    width: 255px;
  }

  .brand {
    margin-right: 8px;
  }

  .brand.w--current {
    display: none;
  }

  .hero {
    min-height: 360px;
  }

  .hero.hero-search {
    padding-bottom: 192px;
  }

  .hero.hero-faq, .hero.hero-contact, .hero.hero-topics, .hero.hero-lessons {
    padding-bottom: 128px;
  }

  .hero.hero-account {
    height: 95vh;
    padding-bottom: 112px;
  }

  .hero.hero-dark {
    padding-bottom: 128px;
  }

  .display-subheading {
    font-size: 20px;
    line-height: 28px;
  }

  .grid, .grid.grid-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid.vertical-align-center {
    grid-template-columns: 1fr 1fr;
  }

  .row {
    padding-top: 12px;
  }

  .row.loose {
    padding-top: 32px;
  }

  .section-header {
    flex-wrap: wrap;
  }

  .card {
    white-space: normal;
    width: auto;
    padding: 12px;
  }

  .card.align-center {
    padding: 12px;
  }

  .card.card-static.card-extra-padding {
    width: 100%;
    padding: 12px;
  }

  .card.card-extra-padding {
    padding: 16px;
  }

  .icon-circle {
    width: 40px;
    height: 40px;
  }

  .icon-circle.small {
    width: 24px;
    height: 24px;
    padding: 4px;
  }

  .well.well-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .body-small.last.lesson-title {
    line-height: 20px;
    transform: translate(0);
  }

  .newsletter-input.newsletter-input-fluid {
    padding-left: 20px;
    font-size: 15px;
  }

  .link-item.link-item-title {
    align-items: center;
    margin-bottom: 0;
  }

  .link-item-icon {
    min-width: 32px;
    padding-right: 8px;
  }

  .link-button {
    background-position: 16px;
    height: 34px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 20px 8px 48px;
    font-size: 15px;
  }

  .alert {
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 12px;
  }

  .alert.bg-darker {
    display: block;
  }

  .alert-icon {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .search-input {
    padding-left: 40px;
    padding-right: 24px;
    font-size: 13px;
  }

  .search-input.large {
    padding-left: 64px;
    padding-right: 48px;
  }

  .searchbar {
    width: 100%;
  }

  .search-input-button {
    margin-left: 8px;
  }

  .cookies-button {
    text-align: center;
    margin-top: 8px;
    margin-left: 0;
  }

  .cookies-notice {
    flex-wrap: wrap;
    right: 16px;
  }

  .accordion-icon {
    margin-left: 16px;
  }

  .card-image {
    margin-top: -12px;
    margin-left: -12px;
    margin-right: -12px;
  }

  .items.wrap-items.align-center {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .item {
    white-space: normal;
    margin: 4px 8px;
  }

  .card-arrow {
    margin-left: 8px;
  }

  .accordions {
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .search-button {
    width: 40px;
    height: 40px;
  }

  .search-button.opens-search.mobile-only {
    display: flex;
  }

  .lesson-list-inner {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .link-item-title-spacer {
    height: 56px;
  }

  .search-dropdown {
    height: 50px;
  }

  .search-dropdown-input {
    font-size: 15px;
  }

  .styles-symbol {
    font-size: 13px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .search-navbar {
    display: none;
  }

  .footer-colophon {
    margin-top: 20px;
  }

  .card-image-tag {
    padding-left: 12px;
    font-size: 13px;
  }

  .lesson-count {
    margin-right: 4px;
  }

  .spacer-mobile-s {
    width: 100%;
    height: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }
}

#w-node-_1e5c1d25-5c8c-fb6c-9005-b16820f8adb7-314de30d {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_9bfd9d5f-08b7-17e3-0e18-74fef24226f6-314de30d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed11be17-1b1c-8452-8546-4c1126ea27bb-314de30d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f79f1e01-1b1b-e8fa-9134-41bab8aae898-314de30d, #w-node-_6f8e1aa6-c083-520c-c203-78ae71ef4a0a-314de30d, #w-node-_0ed5ea29-0634-3b27-619b-60f78da3d9cc-314de30d, #w-node-_0a4f9129-4ddc-dd14-5a80-573ccf321171-314de30d, #w-node-af2d1621-1433-1771-6de9-9873f23dc4fc-314de30d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_121a4ac1-ef5e-b1d2-c61b-65fd04f008de-314de30d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f17ee8d1-decb-be0b-cf23-c8f502c7c6c5-314de30d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_772a3668-32bc-de09-797d-505b958a3898-314de30d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1116c7e6-594e-ab16-3363-960998745402-314de30d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f442e167-9a43-4072-19e5-f550e731b5c8-314de30d, #w-node-_2eec273b-f27d-e37a-9bb3-fc47551fd9bb-314de30d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_312c9c6c-2158-8309-13a8-af61d9b367b6-314de30d {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_3eca3db9-5c4e-8643-5b4e-0d2fc37b8369-c37b8366 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3eca3db9-5c4e-8643-5b4e-0d2fc37b837c-c37b8366 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-a851d959-b80a-4538-479b-82d20490d29d-0490d29c, #w-node-a851d959-b80a-4538-479b-82d20490d2ac-0490d29c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c78dc861-6c57-0770-8342-00f3933455fb-314de310, #w-node-_51e66f1b-0467-ebea-3c36-992479ca5654-314de310 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0e808f05-4da5-11ac-d6b8-bb9539afa876-314de311, #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de314 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de314 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb970c-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9711-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9716-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb971b-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9720-314de317 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e4adcc7-9cb5-5772-8a14-70b23af27531-314de318, #w-node-_21559bdd-bbf1-83b9-c0b8-83367ca1df40-314de318, #w-node-_88efe7b9-29c1-1ba0-f735-9b609cff5714-314de318 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_27f8e157-7c38-4583-ef67-c20dbb671e8b-314de319 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-div-block-9-314de319 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7915fb34-4529-2cab-2dc2-32e16684b42c-314de319 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7915fb34-4529-2cab-2dc2-32e16684b42f-314de319 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_7b87289d-7661-f6b0-0410-06a9adf84166-314de31c {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de31c {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-a4816627-fc79-dbf9-900d-d43b4defd686-314de31c, #w-node-_6e5140d2-d8c0-1303-baf7-68d8d48c7156-314de31c, #w-node-_73b4585a-3d14-611a-87b2-e379ea875f8d-314de31c, #w-node-fecae286-57a4-8ba8-613e-83ead0f63246-314de31c, #w-node-fac6edff-1098-b250-d7e0-07f11a24b31a-314de31c, #w-node-_2cfd9f80-01ce-564f-5bcd-52eae8327861-314de31c, #w-node-_2bf012fc-0e5f-8e2a-2543-0e609d52f691-314de31c, #w-node-_2cfd9f80-01ce-564f-5bcd-52eae8327868-314de31c, #w-node-aaefb224-7e3b-9ae9-186b-0a0744de86ff-314de31c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_76d7c187-4be5-7b82-9459-ecbb10b25ba0-314de31e, #w-node-c3081b37-cb83-c6ef-0cfe-b0ec5a2779b5-314de31e, #w-node-_2fb50cf7-ed78-a9e9-921a-9892f204468a-f2044683 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba74d-d2bba74a, #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba751-d2bba74a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba755-d2bba74a, #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba759-d2bba74a, #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba75d-d2bba74a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e25316f7-42ff-0851-a78d-425e0d06d944-314de31f {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-ef224973-618e-9115-2aa4-31f647fd298f-314de31f {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_300fde14-24a3-f7c5-0a9d-ddafb9724ef1-314de31f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-eaf6a046-0d3a-6e69-34b1-18406d89e203-314de31f, #w-node-_76d7c187-4be5-7b82-9459-ecbb10b25ba0-314de320 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f9799f40-18dc-b175-4456-cefca33ac5e1-314de320, #w-node-b176648f-18f4-cecf-7a82-bd1dae44229f-314de320, #w-node-a36610e2-7736-8ab2-86a8-cf9a751f99ab-314de320 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_867c9cab-0b71-51c9-1c73-54eef401ab00-1af964e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7bf51077-43a7-e7f0-551f-8d63adb72ce2-1af964e5 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_1e34ccae-d2dd-4e9e-3027-522ccd081e83-1af964e5 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8387f406-d84f-cfea-1793-77f2ebb05777-314de322 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-fafbc573-8539-764a-adb8-e2a599fcde14-314de322 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_0d4335b4-1e77-dea8-b367-651e6026ff29-314de323 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_6148a25b-f5be-f61f-1351-9541499ddea8-314de323, #w-node-_25961473-bc27-64b0-96a7-20f937768b49-314de323 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a9e5aa7a-88ce-f503-6d12-95780fbea25b-314de323 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6eb0587d-5c2e-ed16-af53-7eec2ef2eec8-314de323, #w-node-_99343d4d-7809-42b7-8b42-6a3dd08348a5-314de323, #w-node-_7edd0d1e-7894-063f-d591-73fb806e59f6-806e59f1, #w-node-_7edd0d1e-7894-063f-d591-73fb806e59f9-806e59f1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b2c30305-bee7-a170-34c4-47313bf33e2d-314de325 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_835fb2c0-436d-bcfc-e0f5-c891889b8844-314de325 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_85d3df24-769c-6309-1887-980160c5bc1d-314de325 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_85d3df24-769c-6309-1887-980160c5bd40-314de325 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_46b03ff5-adcc-d258-39e1-2572e906c8ce-314de325 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_38a4d933-8275-e3ce-8978-f05ef691d22f-314de326 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_07727658-1beb-88b5-d532-919bebcf7452-314de326 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_4ccbfcf8-db03-8ac9-e158-ab333eeee13e-314de326 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a4470cd8-b8b7-e401-4526-0474f08934b4-314de326 {
  grid-area: 1 / 9 / 3 / 13;
}

#w-node-_604773a2-13f7-dc4e-9f15-327c0485a680-314de328 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_604773a2-13f7-dc4e-9f15-327c0485a6e9-314de328 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_604773a2-13f7-dc4e-9f15-327c0485a6fc-314de328 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-cfd1e81c-d856-5d4a-2ad1-98ee1fa14d0e-314de328 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f9b39394-372f-2b28-c70c-73784fa27ce1-314de328 {
  grid-area: 2 / 5 / 3 / 13;
  align-self: end;
}

#w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de329 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de329 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cbfa80b1-096c-0233-89eb-fb35ae396ced-314de32a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_7106eb36-857c-0f45-b978-91c951c45285-314de32a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_63d466fe-c93e-fe59-78ec-6d8ace6b51e9-314de32a {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-cbfa80b1-096c-0233-89eb-fb35ae396ced-314de32c {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_7106eb36-857c-0f45-b978-91c951c45285-314de32c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_63d466fe-c93e-fe59-78ec-6d8ace6b51e9-314de32c {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_96dd3702-00a4-b845-7411-4337fdb2af97-314de32c, #w-node-_96dd3702-00a4-b845-7411-4337fdb2afa3-314de32c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de32d, #w-node-eaf6a046-0d3a-6e69-34b1-18406d89e203-314de32d {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_944ace5e-4be4-7475-4e64-cd4a7c32a8f4-314de349, #w-node-_944ace5e-4be4-7475-4e64-cd4a7c32a8fc-314de349 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_34f098a5-2985-428f-7198-09a0a5a3c18f-314de34a, #w-node-_34f098a5-2985-428f-7198-09a0a5a3c197-314de34a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34f098a5-2985-428f-7198-09a0a5a3c19f-314de34a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9844af84-1b8c-121e-8900-dc0c3f1f3c88-314de34a, #w-node-_6e159d00-499c-3733-f4b9-435b1d797c6d-314de34a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98cf054e-fdb2-c9ea-d2c3-13656bfcc334-314de34a, #w-node-bc23572d-8afd-56a6-9ee2-42d9c5628ff5-314de34a, #w-node-bad14683-6b1e-3b5c-5dd1-92e0a6b67263-314de34a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de34b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de34b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de34d {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_25ecb0e9-977b-6396-8e4c-d42528ea9e1b-314de34d, #w-node-_293db5d9-8262-052f-5d92-2dff481bd894-314de34d, #w-node-_8fd1ec01-af44-7a1e-7001-cef95f986614-314de34d, #w-node-_3174f33b-f5cb-8cdb-7a32-340b7603d215-314de34d, #w-node-_2eec273b-f27d-e37a-9bb3-fc47551fd9bb-314de34d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_312c9c6c-2158-8309-13a8-af61d9b367b6-314de34d {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de34e {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-a1a3bf14-ef18-e112-c409-fd4e244eb235-314de34e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a1a3bf14-ef18-e112-c409-fd4e244eb233-314de34e {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: stretch;
}

#w-node-_3f81244b-459e-c8cb-95bf-bea0526964d7-314de34e, #w-node-f35cb1a5-f19f-bf66-6c71-296ab5019264-314de34e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5879bd9b-d724-1c60-d8b8-07f068931db5-314de34e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_68af7b84-997e-c271-8868-78de610f473c-314de34e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_68af7b84-997e-c271-8868-78de610f4733-314de34e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0347540c-1edf-0461-0731-fb6654f083e5-314de34e, #w-node-_0347540c-1edf-0461-0731-fb6654f083f1-314de34e, #w-node-_0347540c-1edf-0461-0731-fb6654f083fd-314de34e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_465066c8-fa02-3743-1a01-27d6e604d063-314de34e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de364 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_48e24d3e-765c-28fe-0962-6224f80278cf-314de364 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1e5c1d25-5c8c-fb6c-9005-b16820f8adb7-314de365 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6f8e1aa6-c083-520c-c203-78ae71ef4a0a-314de365, #w-node-_0a4f9129-4ddc-dd14-5a80-573ccf321171-314de365, #w-node-_121a4ac1-ef5e-b1d2-c61b-65fd04f008de-314de365, #w-node-_772a3668-32bc-de09-797d-505b958a3898-314de365, #w-node-f442e167-9a43-4072-19e5-f550e731b5c8-314de365, #w-node-ed11be17-1b1c-8452-8546-4c1126ea27bb-314de365, #w-node-_2eec273b-f27d-e37a-9bb3-fc47551fd9bb-314de365 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_312c9c6c-2158-8309-13a8-af61d9b367b6-314de365 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_280cfbf1-fa76-4781-6e79-9451abb1ba84-314de366 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_280cfbf1-fa76-4781-6e79-9451abb1bb51-314de366 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-div-block-7-314de367 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_280cfbf1-fa76-4781-6e79-9451abb1ba84-314de369 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_280cfbf1-fa76-4781-6e79-9451abb1bb51-314de369 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_944ace5e-4be4-7475-4e64-cd4a7c32a8f4-314de36b, #w-node-c0e33dce-4636-6915-fd55-efc99f783ca2-314de36b, #w-node-_944ace5e-4be4-7475-4e64-cd4a7c32a8fc-314de36b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de36d {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de36d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7b87289d-7661-f6b0-0410-06a9adf84166-314de371 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de371 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-a850f0bc-bd64-6155-ced1-3edf84840a7a-314de371, #w-node-cf5a7160-0d0d-4058-201e-3792109f8a76-314de371, #w-node-d17edf6b-6212-fc3f-180f-4609e7150cb7-314de371, #w-node-_68a9a695-2375-a073-d857-28b05adc5745-314de371, #w-node-_9e2cd7ee-5797-e3da-0775-79f6fa1f505f-314de371, #w-node-_6f573866-46bd-1337-d296-b114820837a0-314de371, #w-node-ae5ee8c9-e15e-d615-e8cc-d4cb656b4a52-314de371, #w-node-e2742602-3b4b-9635-9f00-db23b6d625a7-314de371, #w-node-f44aee20-7166-5b50-c233-336c6332d8f3-314de371, #w-node-_38c1c1a7-046b-52c7-4885-da0268f15e97-314de371, #w-node-_8f6eb326-af97-6b16-e40a-7a4cd72edea6-314de371, #w-node-_7796d203-b013-60be-11c6-d92fb6e0253f-314de371, #w-node-d3e78ac1-26e4-9d51-d8db-63e84c76ca9f-314de371, #w-node-ecf9a54b-db62-5d10-5959-f21414bd9148-314de371, #w-node-_2b4e39dd-639e-5bc4-2809-ded9095452ae-314de371, #w-node-_67e1af50-65f9-2602-1cff-008f084c4a79-314de371, #w-node-_0995726f-c0ed-bce3-d7d3-ec6d118d7618-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b72f-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b73b-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b741-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b747-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b74d-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af9750ff-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af975105-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af97510b-314de371 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7b87289d-7661-f6b0-0410-06a9adf84166-314de374 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de374 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-a4816627-fc79-dbf9-900d-d43b4defd686-314de374, #w-node-_6a318f91-4c64-d668-aa43-2e93d09ec515-314de374 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3f55b845-d0cf-efb1-2d4d-66ca614e3bb8-314de376 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_3f55b845-d0cf-efb1-2d4d-66ca614e3bc3-314de376 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_5fcc62f28cbf8cfc56970ccb000000000012-314de376 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e91be3dc-973f-be10-acdb-2d65ccd8f181-314de376, #w-node-e91be3dc-973f-be10-acdb-2d65ccd8f18d-314de376, #w-node-e91be3dc-973f-be10-acdb-2d65ccd8f199-314de376, #w-node-div-block-10-314de378, #w-node-d5683f1d-511a-799f-020f-13e958a87f94-314de378, #w-node-f6712595-b808-09dc-6f9d-d8a3c3aa39ca-314de378 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_37e558fa-b62f-6644-ff91-8b656a3cd2a2-314de38f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_37e558fa-b62f-6644-ff91-8b656a3cd2ae-314de38f {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-div-block-7-314de38f, #w-node-_893cb758-07a6-c61c-3b4f-15d9666e54b8-314de38f, #w-node-e26ec4e9-a9f9-70b0-14c8-f2ec90bb386c-314de38f, #w-node-e4342e0b-843a-6f71-0644-a4eba35a322f-314de38f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3b6e97c6-fd57-ef59-d943-c4bb38ebf3a1-314de390 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_79cd709f-ada7-afea-8b41-575882510f7c-314de390, #w-node-_79cd709f-ada7-afea-8b41-575882510f86-314de390 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a965859c-43b3-f6e8-a03a-131c3891f8d3-314de390 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de393 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de393 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_1e5c1d25-5c8c-fb6c-9005-b16820f8adb7-314de30d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ed11be17-1b1c-8452-8546-4c1126ea27bb-314de30d, #w-node-_6f8e1aa6-c083-520c-c203-78ae71ef4a0a-314de30d, #w-node-_0a4f9129-4ddc-dd14-5a80-573ccf321171-314de30d, #w-node-_121a4ac1-ef5e-b1d2-c61b-65fd04f008de-314de30d, #w-node-_772a3668-32bc-de09-797d-505b958a3898-314de30d, #w-node-f442e167-9a43-4072-19e5-f550e731b5c8-314de30d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3eca3db9-5c4e-8643-5b4e-0d2fc37b8369-c37b8366 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3eca3db9-5c4e-8643-5b4e-0d2fc37b837c-c37b8366 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a851d959-b80a-4538-479b-82d20490d29d-0490d29c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a851d959-b80a-4538-479b-82d20490d2ac-0490d29c {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_0e808f05-4da5-11ac-d6b8-bb9539afa876-314de311, #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de314 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de314 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_5e4adcc7-9cb5-5772-8a14-70b23af27531-314de318, #w-node-_21559bdd-bbf1-83b9-c0b8-83367ca1df40-314de318, #w-node-_88efe7b9-29c1-1ba0-f735-9b609cff5714-314de318, #w-node-_7915fb34-4529-2cab-2dc2-32e16684b42c-314de319, #w-node-_7915fb34-4529-2cab-2dc2-32e16684b42f-314de319 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_76d7c187-4be5-7b82-9459-ecbb10b25ba0-314de31e, #w-node-c3081b37-cb83-c6ef-0cfe-b0ec5a2779b5-314de31e, #w-node-_2fb50cf7-ed78-a9e9-921a-9892f204468a-f2044683, #w-node-e25316f7-42ff-0851-a78d-425e0d06d944-314de31f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ef224973-618e-9115-2aa4-31f647fd298f-314de31f {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-eaf6a046-0d3a-6e69-34b1-18406d89e203-314de31f, #w-node-_76d7c187-4be5-7b82-9459-ecbb10b25ba0-314de320 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f9799f40-18dc-b175-4456-cefca33ac5e1-314de320 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-b176648f-18f4-cecf-7a82-bd1dae44229f-314de320, #w-node-a36610e2-7736-8ab2-86a8-cf9a751f99ab-314de320 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_867c9cab-0b71-51c9-1c73-54eef401ab00-1af964e5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1e34ccae-d2dd-4e9e-3027-522ccd081e83-1af964e5 {
    grid-area: 1 / 4 / 2 / 13;
  }

  #w-node-_8387f406-d84f-cfea-1793-77f2ebb05777-314de322 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-fafbc573-8539-764a-adb8-e2a599fcde14-314de322 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-_0d4335b4-1e77-dea8-b367-651e6026ff29-314de323, #w-node-a9e5aa7a-88ce-f503-6d12-95780fbea25b-314de323 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-b2c30305-bee7-a170-34c4-47313bf33e2d-314de325 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_835fb2c0-436d-bcfc-e0f5-c891889b8844-314de325 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_85d3df24-769c-6309-1887-980160c5bc1d-314de325 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_85d3df24-769c-6309-1887-980160c5bd40-314de325 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_38a4d933-8275-e3ce-8978-f05ef691d22f-314de326, #w-node-_07727658-1beb-88b5-d532-919bebcf7452-314de326 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a4470cd8-b8b7-e401-4526-0474f08934b4-314de326 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_604773a2-13f7-dc4e-9f15-327c0485a680-314de328 {
    grid-area: span 2 / span 12 / span 2 / span 12;
  }

  #w-node-_604773a2-13f7-dc4e-9f15-327c0485a6fc-314de328 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f9b39394-372f-2b28-c70c-73784fa27ce1-314de328 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de329 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de329 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cbfa80b1-096c-0233-89eb-fb35ae396ced-314de32a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_7106eb36-857c-0f45-b978-91c951c45285-314de32a {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_63d466fe-c93e-fe59-78ec-6d8ace6b51e9-314de32a, #w-node-cbfa80b1-096c-0233-89eb-fb35ae396ced-314de32c {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_63d466fe-c93e-fe59-78ec-6d8ace6b51e9-314de32c {
    grid-area: 1 / 5 / 2 / 13;
  }

  #w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de32d, #w-node-eaf6a046-0d3a-6e69-34b1-18406d89e203-314de32d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_9844af84-1b8c-121e-8900-dc0c3f1f3c88-314de34a, #w-node-_6e159d00-499c-3733-f4b9-435b1d797c6d-314de34a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de34b {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de34b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de34d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_25ecb0e9-977b-6396-8e4c-d42528ea9e1b-314de34d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de34e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a1a3bf14-ef18-e112-c409-fd4e244eb235-314de34e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3f81244b-459e-c8cb-95bf-bea0526964d7-314de34e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_5879bd9b-d724-1c60-d8b8-07f068931db5-314de34e {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
  }

  #w-node-_68af7b84-997e-c271-8868-78de610f473c-314de34e {
    grid-area: 1 / 5 / 2 / 13;
  }

  #w-node-_68af7b84-997e-c271-8868-78de610f4733-314de34e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0347540c-1edf-0461-0731-fb6654f083e5-314de34e, #w-node-_0347540c-1edf-0461-0731-fb6654f083f1-314de34e, #w-node-_0347540c-1edf-0461-0731-fb6654f083fd-314de34e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de364 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_48e24d3e-765c-28fe-0962-6224f80278cf-314de364 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1e5c1d25-5c8c-fb6c-9005-b16820f8adb7-314de365 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_6f8e1aa6-c083-520c-c203-78ae71ef4a0a-314de365, #w-node-_0a4f9129-4ddc-dd14-5a80-573ccf321171-314de365, #w-node-_121a4ac1-ef5e-b1d2-c61b-65fd04f008de-314de365, #w-node-_772a3668-32bc-de09-797d-505b958a3898-314de365, #w-node-f442e167-9a43-4072-19e5-f550e731b5c8-314de365, #w-node-ed11be17-1b1c-8452-8546-4c1126ea27bb-314de365 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_280cfbf1-fa76-4781-6e79-9451abb1ba84-314de366, #w-node-div-block-7-314de367, #w-node-_280cfbf1-fa76-4781-6e79-9451abb1ba84-314de369 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de36d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de36d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a850f0bc-bd64-6155-ced1-3edf84840a7a-314de371, #w-node-cf5a7160-0d0d-4058-201e-3792109f8a76-314de371, #w-node-d17edf6b-6212-fc3f-180f-4609e7150cb7-314de371, #w-node-_68a9a695-2375-a073-d857-28b05adc5745-314de371, #w-node-_9e2cd7ee-5797-e3da-0775-79f6fa1f505f-314de371, #w-node-_6f573866-46bd-1337-d296-b114820837a0-314de371, #w-node-ae5ee8c9-e15e-d615-e8cc-d4cb656b4a52-314de371, #w-node-e2742602-3b4b-9635-9f00-db23b6d625a7-314de371, #w-node-f44aee20-7166-5b50-c233-336c6332d8f3-314de371, #w-node-_38c1c1a7-046b-52c7-4885-da0268f15e97-314de371, #w-node-_8f6eb326-af97-6b16-e40a-7a4cd72edea6-314de371, #w-node-_7796d203-b013-60be-11c6-d92fb6e0253f-314de371, #w-node-d3e78ac1-26e4-9d51-d8db-63e84c76ca9f-314de371, #w-node-ecf9a54b-db62-5d10-5959-f21414bd9148-314de371, #w-node-_2b4e39dd-639e-5bc4-2809-ded9095452ae-314de371, #w-node-_67e1af50-65f9-2602-1cff-008f084c4a79-314de371, #w-node-_0995726f-c0ed-bce3-d7d3-ec6d118d7618-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b72f-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b73b-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b741-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b747-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b74d-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af9750ff-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af975105-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af97510b-314de371 {
    grid-column: span 6 / span 6;
  }

  #w-node-div-block-10-314de378, #w-node-d5683f1d-511a-799f-020f-13e958a87f94-314de378, #w-node-f6712595-b808-09dc-6f9d-d8a3c3aa39ca-314de378, #w-node-_3b6e97c6-fd57-ef59-d943-c4bb38ebf3a1-314de390 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de393 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de393 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ed11be17-1b1c-8452-8546-4c1126ea27bb-314de30d, #w-node-_6f8e1aa6-c083-520c-c203-78ae71ef4a0a-314de30d, #w-node-_0a4f9129-4ddc-dd14-5a80-573ccf321171-314de30d, #w-node-_121a4ac1-ef5e-b1d2-c61b-65fd04f008de-314de30d, #w-node-_772a3668-32bc-de09-797d-505b958a3898-314de30d, #w-node-f442e167-9a43-4072-19e5-f550e731b5c8-314de30d, #w-node-_2eec273b-f27d-e37a-9bb3-fc47551fd9bb-314de30d, #w-node-_312c9c6c-2158-8309-13a8-af61d9b367b6-314de30d {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3eca3db9-5c4e-8643-5b4e-0d2fc37b8369-c37b8366 {
    grid-area: 1 / 6 / 2 / 13;
  }

  #w-node-_3eca3db9-5c4e-8643-5b4e-0d2fc37b837c-c37b8366 {
    grid-column: 1 / 6;
  }

  #w-node-a851d959-b80a-4538-479b-82d20490d29d-0490d29c, #w-node-a851d959-b80a-4538-479b-82d20490d2ac-0490d29c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de314 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de314 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb970c-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9711-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9716-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb971b-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9720-314de317 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de31c {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba74d-d2bba74a, #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba751-d2bba74a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_867c9cab-0b71-51c9-1c73-54eef401ab00-1af964e5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fafbc573-8539-764a-adb8-e2a599fcde14-314de322 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: stretch;
  }

  #w-node-_835fb2c0-436d-bcfc-e0f5-c891889b8844-314de325 {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de329 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de329 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_7106eb36-857c-0f45-b978-91c951c45285-314de32a {
    grid-column: span 4 / span 4;
  }

  #w-node-_63d466fe-c93e-fe59-78ec-6d8ace6b51e9-314de32a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_7106eb36-857c-0f45-b978-91c951c45285-314de32c {
    grid-column: span 12 / span 12;
  }

  #w-node-_63d466fe-c93e-fe59-78ec-6d8ace6b51e9-314de32c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de32d {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de34b {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de34b, #w-node-_25ecb0e9-977b-6396-8e4c-d42528ea9e1b-314de34d, #w-node-_293db5d9-8262-052f-5d92-2dff481bd894-314de34d, #w-node-_8fd1ec01-af44-7a1e-7001-cef95f986614-314de34d, #w-node-_3174f33b-f5cb-8cdb-7a32-340b7603d215-314de34d, #w-node-_2eec273b-f27d-e37a-9bb3-fc47551fd9bb-314de34d, #w-node-_312c9c6c-2158-8309-13a8-af61d9b367b6-314de34d, #w-node-f35cb1a5-f19f-bf66-6c71-296ab5019264-314de34e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_5879bd9b-d724-1c60-d8b8-07f068931db5-314de34e {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: stretch;
  }

  #w-node-_68af7b84-997e-c271-8868-78de610f473c-314de34e {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_68af7b84-997e-c271-8868-78de610f4733-314de34e, #w-node-_48e24d3e-765c-28fe-0962-6224f80278cf-314de364, #w-node-_6f8e1aa6-c083-520c-c203-78ae71ef4a0a-314de365, #w-node-_0a4f9129-4ddc-dd14-5a80-573ccf321171-314de365, #w-node-_121a4ac1-ef5e-b1d2-c61b-65fd04f008de-314de365, #w-node-_772a3668-32bc-de09-797d-505b958a3898-314de365, #w-node-f442e167-9a43-4072-19e5-f550e731b5c8-314de365, #w-node-ed11be17-1b1c-8452-8546-4c1126ea27bb-314de365, #w-node-_2eec273b-f27d-e37a-9bb3-fc47551fd9bb-314de365, #w-node-_312c9c6c-2158-8309-13a8-af61d9b367b6-314de365 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de36d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de36d {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de371 {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-a850f0bc-bd64-6155-ced1-3edf84840a7a-314de371, #w-node-cf5a7160-0d0d-4058-201e-3792109f8a76-314de371, #w-node-d17edf6b-6212-fc3f-180f-4609e7150cb7-314de371, #w-node-_68a9a695-2375-a073-d857-28b05adc5745-314de371, #w-node-_9e2cd7ee-5797-e3da-0775-79f6fa1f505f-314de371, #w-node-_6f573866-46bd-1337-d296-b114820837a0-314de371, #w-node-ae5ee8c9-e15e-d615-e8cc-d4cb656b4a52-314de371, #w-node-e2742602-3b4b-9635-9f00-db23b6d625a7-314de371, #w-node-f44aee20-7166-5b50-c233-336c6332d8f3-314de371, #w-node-_38c1c1a7-046b-52c7-4885-da0268f15e97-314de371, #w-node-_8f6eb326-af97-6b16-e40a-7a4cd72edea6-314de371, #w-node-_7796d203-b013-60be-11c6-d92fb6e0253f-314de371, #w-node-d3e78ac1-26e4-9d51-d8db-63e84c76ca9f-314de371, #w-node-ecf9a54b-db62-5d10-5959-f21414bd9148-314de371, #w-node-_2b4e39dd-639e-5bc4-2809-ded9095452ae-314de371, #w-node-_67e1af50-65f9-2602-1cff-008f084c4a79-314de371, #w-node-_0995726f-c0ed-bce3-d7d3-ec6d118d7618-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b72f-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b73b-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b741-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b747-314de371, #w-node-f1640d85-bb65-65d3-b341-2b16dbb0b74d-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af9750ff-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af975105-314de371, #w-node-c6df0389-82df-075e-6a53-5b25af97510b-314de371 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de374 {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-_3f55b845-d0cf-efb1-2d4d-66ca614e3bb8-314de376, #w-node-_3f55b845-d0cf-efb1-2d4d-66ca614e3bc3-314de376 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_37e558fa-b62f-6644-ff91-8b656a3cd2ae-314de38f {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-_79cd709f-ada7-afea-8b41-575882510f2a-314de390, #w-node-_79cd709f-ada7-afea-8b41-575882510f2f-314de390, #w-node-_79cd709f-ada7-afea-8b41-575882510f34-314de390, #w-node-_79cd709f-ada7-afea-8b41-575882510f39-314de390, #w-node-d3db2ff1-7420-5b8e-59d5-72dd6216eb27-314de390, #w-node-_30c7923c-8e77-a701-f940-ac46aabd1516-314de390 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de393 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_71df4884-129d-11ac-dc19-3547a84d838f-314de393 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3eca3db9-5c4e-8643-5b4e-0d2fc37b8369-c37b8366 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3eca3db9-5c4e-8643-5b4e-0d2fc37b837c-c37b8366 {
    grid-row: 1 / 2;
    grid-column-end: 13;
  }

  #w-node-a851d959-b80a-4538-479b-82d20490d29d-0490d29c {
    grid-column: span 2 / span 2;
  }

  #w-node-a851d959-b80a-4538-479b-82d20490d2ac-0490d29c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c78dc861-6c57-0770-8342-00f3933455fb-314de310, #w-node-_51e66f1b-0467-ebea-3c36-992479ca5654-314de310 {
    grid-column: span 1 / span 1;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de314 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb970c-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9711-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9716-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb971b-314de317, #w-node-d2fd7b88-2aa5-d283-41bc-51cb9dbb9720-314de317 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7b87289d-7661-f6b0-0410-06a9adf84166-314de31c, #w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de31c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba74d-d2bba74a, #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba751-d2bba74a, #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba755-d2bba74a, #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba759-d2bba74a, #w-node-f2b4a661-1d3b-06da-fe66-cf05d2bba75d-d2bba74a {
    grid-column: span 1 / span 1;
  }

  #w-node-_300fde14-24a3-f7c5-0a9d-ddafb9724ef1-314de31f {
    grid-column: span 4 / span 4;
  }

  #w-node-b176648f-18f4-cecf-7a82-bd1dae44229f-314de320, #w-node-a36610e2-7736-8ab2-86a8-cf9a751f99ab-314de320 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_867c9cab-0b71-51c9-1c73-54eef401ab00-1af964e5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7bf51077-43a7-e7f0-551f-8d63adb72ce2-1af964e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e34ccae-d2dd-4e9e-3027-522ccd081e83-1af964e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de329 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_944ace5e-4be4-7475-4e64-cd4a7c32a8f4-314de349, #w-node-_944ace5e-4be4-7475-4e64-cd4a7c32a8fc-314de349 {
    grid-column: span 1 / span 1;
  }

  #w-node-_34f098a5-2985-428f-7198-09a0a5a3c19f-314de34a, #w-node-_9844af84-1b8c-121e-8900-dc0c3f1f3c88-314de34a, #w-node-_6e159d00-499c-3733-f4b9-435b1d797c6d-314de34a, #w-node-_98cf054e-fdb2-c9ea-d2c3-13656bfcc334-314de34a, #w-node-bc23572d-8afd-56a6-9ee2-42d9c5628ff5-314de34a, #w-node-bad14683-6b1e-3b5c-5dd1-92e0a6b67263-314de34a {
    grid-column: span 2 / span 2;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de34b, #w-node-_1dd7b762-1cac-ba5e-72eb-0e061e558a36-314de34e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a1a3bf14-ef18-e112-c409-fd4e244eb235-314de34e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a1a3bf14-ef18-e112-c409-fd4e244eb233-314de34e {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: stretch;
  }

  #w-node-_3f81244b-459e-c8cb-95bf-bea0526964d7-314de34e, #w-node-_5879bd9b-d724-1c60-d8b8-07f068931db5-314de34e {
    grid-column: span 4 / span 4;
  }

  #w-node-_944ace5e-4be4-7475-4e64-cd4a7c32a8f4-314de36b, #w-node-c0e33dce-4636-6915-fd55-efc99f783ca2-314de36b, #w-node-_944ace5e-4be4-7475-4e64-cd4a7c32a8fc-314de36b {
    grid-column: span 1 / span 1;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de36d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_7b87289d-7661-f6b0-0410-06a9adf84166-314de371, #w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de371, #w-node-_7b87289d-7661-f6b0-0410-06a9adf84166-314de374, #w-node-_7b87289d-7661-f6b0-0410-06a9adf84171-314de374 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_37e558fa-b62f-6644-ff91-8b656a3cd2ae-314de38f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-dd55cf30-2015-7fed-f14e-bf9288b1ca8e-314de393 {
    grid-area: 1 / 1 / 2 / 13;
  }
}


