:root {
  --black: black;
  --white: white;
}

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

body {
  color: #1a1b1f;
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  padding: 16px 35px;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: var(--primary-color-hover);
  opacity: .2;
  width: 1px;
  height: 100%;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  flex-direction: column;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

/* .has-rooms .section, */
.has-rooms .section-new {
  margin-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  flex-direction: column;
  margin-top: 100px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.button {
  border: 1px solid var(--primary-color);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  border-color: var(--primary-color-hover);
  color: #fff;
  background-color: var(--primary-color-hover);
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.login-button, .button.donate, .button.plan, .button.donate, .button.plan {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  height: 45px;
  display: flex;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-family: var(--primary-font);
}

.label.cc-light {
  opacity: .6;
}

.label.cc-light.plan {
  margin-bottom: 0;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.plan {
  margin-bottom: 0;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

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

.paragraph-light.semiblod {
  font-weight: 600;
}

.heading-jumbo {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--primary-font);
  font-size: 64px;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo.white {
  color: var(--white);
}

.heading-jumbo-small {
  color: var(--black);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.heading-jumbo-small.left {
  text-align: left;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  aspect-ratio: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
}

.paragraph-small.plan {
  height: auto;
  margin-bottom: 0;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.footer-copyright a {
  display: inline-block;
  padding: 0 5px;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: rgba(244, 244, 244, 0);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/mud_3.0_opening.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 5px;
  height: 480px;
}

.intro-header.cc-subpage.tc {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/imagen_mud_2.0.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 100vh;
  display: flex;
}

.motto-wrap {
  text-align: center;
  flex-direction: column;
  width: 80%;
  margin: 30px auto 50px;
  display: flex;
}

.motto-wrap.donate {
  justify-content: center;
  align-items: center;
  width: 90%;
}

.about-story-wrap {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin: 80px auto;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  width: 100%;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.intro-text {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
}

.work-heading {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.div-block {
  justify-content: flex-end;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 70px;
  margin-bottom: 0;
  padding: 10px 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.container-2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-brand.w--current {
  padding: 0;
}

.navbar-brand.favicon, .navbar-brand.favicon.w--current {
  display: none;
}

.nav-menu-wrapper {
  background-color: #fff;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  left: auto;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-menu-two {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0;
  padding: 15px 0 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-color: rgba(234, 93, 182, .15);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.nav-dropdown.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  display: none;
}

.menu-button-2 {
  width: 45px;
  height: 45px;
  padding: 0;
}

.menu-button-2.w--open {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
}

.section-new {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100vh;
  position: relative;
}

.icon {
  color: #212121;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: none;
}

.text-block, .text-block-2 {
  font-weight: 600;
}

.heading, .heading-2, .heading-3 {
  color: var(--black);
  font-weight: 600;
}

.heading-3.all-caps {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-4.left {
  text-align: left;
  margin-bottom: 10px;
}

.heading-4.all-caps {
  text-transform: uppercase;
  font-weight: 700;
}

.link {
  color: var(--primary-color);
  padding: 0;
  font-weight: 600;
  display: inline-block;
}

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

.link.texts {
  padding: 0;
}

.div-block-2 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.list-item-menu {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.list-item-menu.dropdown {
  display: none;
}

.background-video {
  height: 100vh;
  display: flex;
  position: static;
}

.container-email-name {
  width: 100%;
  padding-left: 30px;
  padding-right: 10px;
}

.user-menu-email {
  color: #1a1b1f;
  font-size: 14px;
}

.user-menu {
  border-radius: 5px;
  display: none;
  right: 0;
  box-shadow: 2px 0 15px 1px rgba(0, 0, 0, .2);
}

.user-menu.w--open {
  background-color: #fff;
  border-radius: 3px;
  width: 300px;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 55px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.user-button {
  justify-content: center;
  align-items: center;
  height: 45px;
  display: none;
}

.user-button-background {
  background-color: #2185f5;
  border-radius: 3px;
}

.dropdown-toggle-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.user-menu-name {
  font-size: 18px;
  font-weight: 500;
}

.background-video-2 {
  border-radius: 3px;
  width: 100%;
  height: 800px;
}

.layout250_image {
  border-radius: 3px 3px 0 0;
  width: 100%;
  height: 100%;
}

.home4-features_image-wrapper {
  border-radius: 3px;
  width: 100%;
  position: relative;
}

.layout250_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 30px;
  display: grid;
}

.layout250_item {
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.layout250_item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  border-radius: 3px;
}

.div-texts-card {
  padding: 10px 15px;
}

.link-card {
  border-radius: 3px;
  padding: 0;
  text-decoration: none;
}

.heading-5 {
  color: var(--black);
  font-weight: 600;
}

.heading-5.allcaps {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
}

.heading-5.text-pan {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-5.text-plan-xr-tools {
  color: #acacac;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.logos-title-large {
  background-color: #f4f4f4;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  max-width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-subscribe {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-form-two {
  background-color: #f4f4f4;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 3px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: var(--primary-color);
  border-radius: 3px;
  padding: 8px 18px;
  font-weight: 600;
  position: absolute;
  right: 8px;
}

.button-primary.footer-form-button.newsletter:hover {
  background-color: var(--primary-color-hover);
}

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

.footer-block-three {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--black);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--primary-color-hover);
}

.footer-social-block-three {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-link-three {
  padding: 0;
}

.footer-divider-two {
  background-color: var(--primary-color-hover);
  opacity: .2;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--black);
  font-weight: 500;
}

.footer-legal-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: var(--black);
}

.html-landing-onland {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 280px;
  position: absolute;
  top: 104%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.div-qrcode {
  border-radius: 3px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.div-qrcode.right {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
  z-index: 1;
}

.image-qr-code {
  border-radius: 3px;
}

.div-container-text-cta {
  z-index: 1;
  background-color: var(--white);
  border-radius: 3px;
  width: 38%;
  margin-left: 5%;
  padding: 30px;
  position: absolute;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.div-verse {
  border-radius: 3px;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.div-verse.initial {
  margin-top: 0;
}

.div-verse.ffnal {
  margin-bottom: 0;
}

.tab-link-tab-1 {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-transform: uppercase;
  background-color: rgba(254, 18, 168, 0);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tab-link-tab-1:hover {
  border-color: var(--primary-color-hover);
  background-color: var(--primary-color-hover);
  color: var(--white);
}

.tab-link-tab-1.w--current {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: 16px 35px;
  font-weight: 600;
  display: flex;
}

.tab-link-tab-1.w--current:hover {
  border-color: var(--primary-color-hover);
  background-color: var(--primary-color-hover);
}

.tabs {
  margin-top: 100px;
}

.tab-link-tab-2 {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-transform: uppercase;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.tab-link-tab-2:hover {
  border-style: solid;
  border-color: var(--primary-color-hover);
  background-color: var(--primary-color-hover);
  color: var(--white);
}

.tab-link-tab-2.w--current {
  background-color: var(--primary-color);
  color: var(--white);
}

.tab-link-tab-2.w--current:hover {
  background-color: var(--primary-color-hover);
}

.tabs-menu {
  justify-content: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.icon-navbar {
  width: 45px;
  height: 45px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

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

.left {
  text-align: left;
}

.list-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.grid-plans {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.card-plan {
  background-color: var(--white);
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 35px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.card-plan:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.type-plan {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.price {
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  display: flex;
}

.container-what-plan {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-line {
  background-color: var(--black);
  width: 100%;
  min-height: 5px;
}

.div-block-7 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button-secundary {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-secundary:hover {
  color: #fff;
  background-color: var(--primary-color-hover);
}

.button-secundary.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.container-options {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.code-embed {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 10px;
}

.container-xr-tools {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.container-options-plan {
  width: 100%;
}

.options {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.embed-done-svg {
  margin-top: 3px;
}

.div-button {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.div-options-plricing {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-analytics, .container-customer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.html-embed-person, .html-embed-plan {
  justify-content: center;
  align-items: center;
  display: none;
}

.container-text-capacity, .container-text-storage {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .paragraph-small {
    font-weight: 400;
  }

  .intro-header.cc-subpage {
    height: 580px;
  }

  .background-video-2 {
    height: 850px;
  }

  .html-landing-onland {
    position: absolute;
  }

  .div-qrcode.right {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 5%;
  }

  .div-container-text-cta {
    width: 30%;
  }

  .div-verse {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .divider {
    width: 100%;
  }

  .section {
    margin-left: 35px;
    margin-right: 35px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.login-button, .button.donate, .button.plan, .button.donate, .button.plan {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-light {
    text-align: center;
    height: auto;
    overflow: visible;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small, .heading-jumbo-small.left {
    text-align: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header.cc-subpage {
    height: 380px;
  }

  .intro-content.cc-homepage {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 35px;
    margin-right: 35px;
  }

  .about-story-wrap {
    align-items: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .home-content-wrap {
    width: 100%;
  }

  .home-section-wrap {
    text-align: center;
  }

  .intro-text {
    width: auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2.w--open {
    color: #fff;
  }

  .text-block {
    display: none;
  }

  .heading-4.left {
    text-align: center;
  }

  .layout250_list {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-texts-card {
    text-align: center;
  }

  .container-3 {
    max-width: 728px;
  }

  .clients-wrapper {
    max-width: 500px;
  }

  .container-4 {
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .html-landing-onland {
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 300px;
    display: flex;
    position: static;
  }

  .div-qrcode.right {
    left: auto;
    right: auto;
  }

  .div-container-text-cta {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    top: 5%;
  }

  .div-verse {
    justify-content: center;
    width: 100%;
  }

  .tabs-menu {
    justify-content: center;
  }

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

  .grid-plans {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-secundary {
    justify-content: center;
  }

  .html-embed-person, .html-embed-plan {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 35px;
    margin-right: 35px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.login-button, .button.donate, .button.donate, .button.plan {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 45px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header.cc-subpage {
    height: 280px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 100%;
    margin-left: 35px;
    margin-right: 35px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

  .navbar-brand.favicon.w--current {
    display: flex;
  }

  .nav-menu-two {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

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

  .nav-link.w--current {
    padding-left: 0;
  }

  .nav-link.h {
    display: flex;
  }

  .nav-link.h.w--current {
    padding-left: 30px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .user-button {
    display: none;
  }

  .background-video-2 {
    height: 800px;
  }

  .layout250_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    max-width: 400px;
  }

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    text-align: center;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
  }

  .html-landing-onland {
    top: -2%;
    right: -6%;
  }

  .div-qrcode.right {
    left: auto;
    right: auto;
  }

  .div-container-text-cta {
    width: 70%;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .grid-plans {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-what-plan {
    justify-content: center;
    align-items: flex-start;
  }
}

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

  .section {
    margin-bottom: 80px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section.cc-cta {
    margin-bottom: 80px;
  }

  .section.cc-store-home-wrap {
    margin-bottom: 80px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .button, .button.cc-jumbo-button {
    width: 100%;
  }

  .button.login-button {
    display: none;
  }

  .button.login-button.menu {
    width: 175px;
    margin-left: 0;
    display: flex;
  }

  .button.donate {
    display: none;
  }

  .button.donate.menu {
    margin-left: 0;
    display: flex;
  }

  .button.plan, .button.donate {
    display: none;
  }

  .button.donate.menu {
    width: 175px;
    margin-left: 0;
    display: flex;
  }

  .button.plan {
    display: none;
  }

  .button.plan.menu {
    width: 175px;
    margin-left: 0;
    display: flex;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    font-size: 14px;
    line-height: 25px;
  }

  .heading-jumbo {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-jumbo-small {
    font-size: 25px;
    line-height: 40px;
  }


  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.cc-subpage {
    height: 200px;
  }

  .intro-content.cc-homepage {
    margin-left: 16px;
    margin-right: 16px;
  }

  .about-story-wrap {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .work-heading {
    font-size: 25px;
  }

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

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

  .navbar-brand.favicon, .navbar-brand.favicon.w--current {
    display: flex;
  }

  .nav-menu-wrapper {
    border-radius: 3px;
    width: 100vw;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link.my-media-open-button {
    align-items: center;
    display: flex;
  }

  .nav-link.h {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .nav-link.h.w--current {
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    display: block;
  }

  .section-new {
    margin-bottom: 80px;
  }

  .text-block {
    display: block;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .list-item-menu {
    justify-content: center;
    padding-left: 0;
  }

  .user-menu {
    width: 100%;
    max-width: none;
    left: 0;
    right: 0;
  }

  .user-menu.w--open {
    width: 100vw;
    left: auto;
    right: -95px;
  }

  .user-button {
    display: none;
  }

  .background-video-2 {
    height: 760px;
  }

  .layout250_list {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-5.text-pan {
    text-align: left;
  }

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

  .clients-wrapper {
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr;
    max-width: 200px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    width: 100%;
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    align-items: center;
  }

  .footer-block-three {
    text-align: center;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-block-three {
    margin-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
  }

  .html-landing-onland {
    width: 100%;
    height: 200px;
    position: static;
    top: 0%;
    bottom: 50px;
    left: 4%;
    right: 0%;
  }

  .div-qrcode {
    top: auto;
    bottom: 3%;
    left: auto;
    right: auto;
  }

  .div-qrcode.right {
    right: auto;
  }

  .div-container-text-cta {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    top: 6%;
  }

  .div-verse {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .div-verse.initial {
    margin-bottom: 80px;
  }

  .tab-link-tab-1.w--current {
    width: 100%;
  }

  .tab-link-tab-2 {
    width: 100%;
    margin-left: 0;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .left {
    text-align: center;
  }

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

  .button-secundary, .button-secundary.cc-jumbo-button {
    width: 100%;
  }

  .html-embed-plan {
    display: none;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-833895cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dd453aa6-f25d-ced9-6d65-e90d7cdf0b16-833895cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8966c8c-7cba-821e-30c2-7b0139642a77-833895cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e8966c8c-7cba-821e-30c2-7b0139642a84-833895cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03a601d9-fdb4-0c4d-c1ca-c07f4c0d48b9-833895cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_03a601d9-fdb4-0c4d-c1ca-c07f4c0d48c6-833895cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f23dcfc-d28f-0182-a586-041ce145b9d6-833895cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6f23dcfc-d28f-0182-a586-041ce145b9e3-833895cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19644787-962c-08ba-0cdb-4c65497467a8-833895cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_19644787-962c-08ba-0cdb-4c65497467b5-833895cd, #w-node-f188247d-69e0-8688-1f78-db7377341694-833895cd, #w-node-ae32187b-62d5-2480-2145-a0bf23b4982b-833895cd, #w-node-_316f7874-11e2-8247-b1f3-048f73eee6c9-833895cd, #w-node-faec9158-d649-ce36-82fd-2567e5c77fca-833895cd, #w-node-faec9158-d649-ce36-82fd-2567e5c77fd5-833895cd, #w-node-faec9158-d649-ce36-82fd-2567e5c77fe0-833895cd, #w-node-a9cc7e20-93ff-2d30-bfbe-a93b8a11016f-833895cd, #w-node-a9cc7e20-93ff-2d30-bfbe-a93b8a11017a-833895cd, #w-node-a9cc7e20-93ff-2d30-bfbe-a93b8a110185-833895cd, #w-node-_2ab519ac-fe00-3dc7-ec7f-5a95039df08a-833895cd, #w-node-_2ab519ac-fe00-3dc7-ec7f-5a95039df095-833895cd, #w-node-_2ab519ac-fe00-3dc7-ec7f-5a95039df0a0-833895cd, #w-node-_34268047-da31-57f0-999b-ef6169c5c42a-833895cd, #w-node-_34268047-da31-57f0-999b-ef6169c5c435-833895cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8805bae0-becc-12f1-fafe-98db95eb1f6e-5fff795c {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-833895cd, #w-node-e8966c8c-7cba-821e-30c2-7b0139642a77-833895cd, #w-node-_03a601d9-fdb4-0c4d-c1ca-c07f4c0d48b9-833895cd, #w-node-_6f23dcfc-d28f-0182-a586-041ce145b9d6-833895cd, #w-node-_19644787-962c-08ba-0cdb-4c65497467a8-833895cd {
    grid-area: 2 / 1 / 3 / 2;
  }
}


