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

body {
  height: 100%;
  background-color: #e6ebf0;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

p {
  margin-bottom: 10px;
}

a {
  color: #5c6bc0;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ecofort.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ecofort.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.hero._404-hero {
  height: 730px;
  padding-top: 130px;
}

.hero.variation {
  height: auto;
  padding-top: 40px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.hero.subpage-version {
  height: 600px;
}

.hero-tilt-block {
  position: absolute;
  left: -12%;
  right: 0px;
  bottom: -216px;
  display: none;
  width: 115%;
  height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f6f9fc;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.hero-tilt-block.dark {
  bottom: -338px;
  background-color: #212641;
}

.hero-tilt-block.light {
  bottom: -251px;
}

.hero-tilt-block.light.clients-block {
  bottom: -220px;
  height: 310px;
}

.hero-tilt-block.white {
  bottom: -120px;
  height: 250px;
  background-color: #fff;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: auto;
  height: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}

.navlink {
  margin-left: 35px;
  padding: 10px 0px 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Lato, sans-serif;
  color: #818181;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom-color: #fff;
  color: #818181;
}

.navlink:active {
  color: #818181;
}

.navlink:focus {
  color: #818181;
}

.navlink:visited {
  color: #818181;
}

.navlink.w--current {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  color: #28accb;
}

.navlink.color-link {
  margin-left: 20px;
  padding: 8px 20px 7px;
  border-radius: 3px;
  background-color: #818181;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #f6f9fc;
  font-weight: 700;
}

.navlink.color-link:hover {
  border-style: none;
  border-width: 1px;
  border-color: #28accb;
  background-color: transparent;
  color: #818181;
}

.navlink.color-link:active {
  border-color: #c2ae7c;
}

.navlink.color-link.color-2 {
  background-color: #f15a8d;
}

.navlink.negative {
  padding-top: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #c2ae7c;
  font-weight: 700;
}

.navlink.negative:hover {
  color: #46ca9b;
}

.navlink.negative.w--current {
  color: #46ca9b;
}

.navlink.negative.dropdown-toggle {
  padding-right: 20px;
}

.navlink.dropdown-toggle {
  padding-right: 20px;
  color: #28accb;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #f6f9fc;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.hero-title.dark {
  color: #333647;
  line-height: 65px;
}

.hero-subtext {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #f6f9fc;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.hero-subtext.producto {
  border-top: 1px solid #f6f9fc;
}

.hero-button {
  margin-right: 10px;
  padding: 14px 25px 13px;
  border-radius: 10px;
  background-color: #818181;
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #818181;
  color: #fff;
}

.hero-button.get-started {
  background-color: #f3f333;
  color: #000;
  font-weight: 700;
}

.hero-button.get-started:hover {
  background-color: #57e4b2;
}

.hero-button.get-started._2 {
  background-color: #f6f9fc;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 70px 35px;
  background-color: #f6f9fc;
}

.section.main-features {
  position: relative;
  display: none;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  color: #fff;
}

.section.intro-section {
  overflow: visible;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #fff;
  color: #c2b3a1;
}

.section.browser-section {
  z-index: 3;
  overflow: visible;
  padding-top: 0px;
}

.section.all-features {
  padding-top: 140px;
  padding-bottom: 250px;
  background-color: #212853;
  background-image: linear-gradient(135deg, #7c2ca2, #212853);
  color: #fff;
}

.section.footer {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: #818181;
  color: #c2b3a1;
  text-align: center;
}

.section.clients-section {
  display: none;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f9fc;
}

.section.cta-section {
  display: none;
  padding-top: 200px;
  padding-bottom: 130px;
}

.section.cta-section.personal {
  display: none;
}

.section.first {
  overflow: visible;
  padding-top: 20px;
}

.section.map {
  background-color: rgba(129, 129, 129, 0.21);
  color: #c2b3a1;
}

.client-logo {
  width: auto;
  height: 30px;
  opacity: 0.7;
}

.container {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

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

.container.push-up {
  z-index: 20;
  margin-top: -95px;
}

.container.navbar_container {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.footer {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
}

.logo {
  width: 150px;
  height: 50px;
  margin-top: 0px;
}

.hero-text-block {
  position: relative;
  z-index: 2;
  width: 500px;
  margin-top: 40px;
  float: right;
}

.hero-text-block.centered {
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.hero-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.hero-image.slide-3 {
  margin-left: 70px;
}

.hero-buttons-wrapper {
  margin-top: 30px;
}

.intro-section-content-block {
  width: 390px;
  margin-top: 6px;
  float: left;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
  font-weight: 300;
}

.section-title.subtitle {
  margin-top: 10px;
  color: #898b94;
  font-size: 20px;
  font-weight: 400;
}

.section-title.subtitle.light-subtitle {
  color: #000;
}

.section-title.capitals {
  color: #818181;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title.capitals.white {
  color: #fff;
}

.section-title.capitals.mapa {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  color: #474747;
}

.intro-paragraph {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #9497a5;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.intro-paragraph.no-bottom-content {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #818181;
}

.intro-paragraph.white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.logos-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 450px;
  padding: 40px;
  float: right;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 9px 13px -1px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.logos-row {
  margin-top: 10px;
}

.logo-block {
  padding: 10px;
  border-radius: 3px;
  background-color: #f7f7fc;
  text-align: center;
}

.logo-column {
  padding-right: 5px;
  padding-left: 5px;
}

.feature-paragrap {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #818181;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.feature-row {
  margin-top: 50px;
}

.feature-row.first {
  margin-top: 0px;
}

.block-title-wrapper {
  margin-bottom: 30px;
}

.block-title {
  color: #818181;
  font-size: 21px;
  font-weight: 700;
}

.website-wrapper {
  display: block;
  overflow: hidden;
  max-width: 1100px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  color: #c2b3a1;
}

.nav-menu {
  display: block;
  margin-top: 5px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.feature-block {
  padding-right: 40px;
}

.feature-icon {
  width: auto;
  height: 31px;
  margin-right: 16px;
  float: left;
}

.feature-block-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #818181;
  font-size: 24px;
  font-weight: 400;
}

.feature-block-title._2 {
  color: #818181;
}

.feature-block-title._3 {
  color: #818181;
}

.feature-block-title._4 {
  color: #818181;
}

.feature-block-title._5 {
  color: #818181;
}

.feature-block-title._6 {
  color: #818181;
}

.right-text-block {
  position: relative;
  z-index: 2;
  width: 460px;
  margin-top: -50px;
  float: right;
}

.browser-block {
  position: absolute;
  left: -70px;
  top: -190px;
  z-index: 10;
  overflow: hidden;
  width: 480px;
  height: 570px;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 3px 3px 23px -3px rgba(0, 0, 0, 0.1);
}

.browser-bar {
  width: 100%;
  height: 35px;
  padding-top: 12px;
  padding-left: 13px;
  background-color: #f6f9fc;
}

.browser-image-block {
  width: 100%;
  height: 100%;
  background-image: url('../images/Screen-Shot.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.browser-button {
  width: 9px;
  height: 9px;
  margin-right: 4px;
  float: left;
  border-radius: 100%;
  background-color: #ec407a;
}

.browser-button._2 {
  background-color: #f57f17;
}

.browser-button._3 {
  background-color: #46ca9b;
}

.button {
  margin-top: 10px;
  padding: 12px 25px 10px;
  border-radius: 10px;
  background-color: #46ca9b;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #232741;
  color: #fff;
}

.button.get-demo {
  margin-top: 50px;
  background-color: #ec407a;
  font-size: 14px;
  line-height: 28px;
}

.button.get-demo:hover {
  background-color: #1d2138;
}

.button.color {
  background-color: #ec407a;
}

.button.color:hover {
  background-color: #161b36;
}

.button.color.outline {
  border-color: #ec407a;
}

.button.outline {
  border: 2px solid #46ca9b;
  background-color: transparent;
  color: #000;
}

.button.outline:hover {
  background-color: #46ca9b;
  color: #fff;
}

.all-features-wrapper {
  display: none;
  overflow: hidden;
  height: auto;
  margin-top: -214px;
}

.section-title-block.centered {
  margin-bottom: 30px;
  text-align: center;
}

.tabs {
  margin-top: 70px;
}

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

.testimonial-slider-wrapper {
  position: relative;
  z-index: 12;
  width: 100%;
  margin-bottom: -144px;
  padding: 60px 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 30px -13px rgba(0, 0, 0, 0.15);
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-author-block {
  width: 30%;
  float: left;
  border-right: 1px solid #eee;
  text-align: center;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-quote-wrapper {
  width: 60%;
  padding-right: 20px;
}

.testimonial-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.testimonial-quote {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.testimonial-author-name {
  font-size: 18px;
  font-weight: 700;
}

.testimonial-author-name._2 {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-arrow {
  width: 40px;
  height: 40px;
  margin-right: -70px;
  margin-left: -70px;
  border: 2px solid #f0f0f0;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  font-size: 13px;
}

.testimonial-arrow:hover {
  border-color: #b3b3b3;
}

.footer-logo {
  display: block;
  height: 30px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.text-block-left {
  width: 500px;
  float: right;
  text-align: right;
}

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

.cta-mockup {
  position: absolute;
  left: -210px;
  top: -265px;
  z-index: 1;
  width: auto;
  height: 770px;
}

.footer-title {
  display: block;
  width: 420px;
  margin-right: auto;
  margin-left: auto;
  color: #f6f9fc;
  font-size: 16px;
  line-height: 22px;
}

.footer-nav-wrapper {
  margin-top: 40px;
}

.footer-nav-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-link:hover {
  color: #46ca9b;
  text-decoration: underline;
}

.footer-top-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 8px;
  background-color: #f6f9fc;
}

.tab-button {
  margin-right: 12px;
  margin-left: 12px;
  padding: 0px;
  background-color: transparent;
  opacity: 0.55;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.tab-button:hover {
  opacity: 1;
  color: #fff;
}

.tab-button.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-button-icon-block {
  width: 100%;
  height: auto;
  padding: 22px 42px;
  border-radius: 3px;
  background-color: #28accb;
}

.tab-button-icon-block._2 {
  background-color: #b9ba00;
}

.tab-button-icon-block._3 {
  background-color: #ab47bc;
}

.tab-button-icon-block._4 {
  background-color: #f57f17;
}

.tab-button-icon-block._5 {
  background-color: #3f2ca2;
}

.tab-button-icon-block._6 {
  background-color: #2c48a2;
}

.tab-button-title {
  margin-top: 20px;
  color: #000;
}

.tab-button-icon {
  width: 40px;
  height: 40px;
}

.tab-pane {
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.tab-pane-content-block {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 6px;
  background-image: url('../images/Sin-título-3.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 11px 33px -10px rgba(0, 0, 0, 0.2);
}

.tab-pane-content-block._2 {
  background-image: url('../images/Sin-título-3-03.jpg');
}

.tab-pane-content-block._3 {
  background-image: url('../images/Bobina-03-03.jpg');
}

.tab-pane-content-block._4 {
  background-image: url('../images/Tab-Image-1.jpg');
}

.tab-pane-content-block._6 {
  background-image: url('../images/Tab-Image-5.jpg');
}

.tab-pane-content-block._5 {
  background-image: url('../images/Tab-Image-2.jpg');
  background-position: 50% 50%;
}

.tab-pane-overlay {
  width: 100%;
  height: 100%;
  padding: 70px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(81%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 81%);
  color: #fff;
}

.tab-content-block {
  width: 370px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(25, 38, 48, 0.8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.popup-modal {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.6);
  text-align: left;
}

.popup-column-block {
  position: relative;
  width: 35%;
  float: left;
  background-image: linear-gradient(135deg, #46ca9b, rgba(92, 107, 192, 0.92)), url('../images/BG-mockup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.popup-column-block.content-column-block {
  width: 65%;
  padding: 62px;
  float: right;
  background-color: #fff;
  background-image: none;
}

.popup-column-block.variation {
  background-image: linear-gradient(135deg, #ec407e, rgba(92, 107, 192, 0.92)), url('../images/BG-mockup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.popup-title {
  font-size: 34px;
  line-height: 40px;
}

.popup-title.subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 19px;
}

.popup-title.intro-title {
  color: #46ca9b;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.popup-title.intro-title._2 {
  color: #ec407a;
}

.form {
  margin-bottom: 0px;
}

.field {
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #dadada;
}

.field:hover {
  border-bottom-color: #afafaf;
}

.field:focus {
  border-bottom-color: #46ca9b;
}

.field.area {
  height: 80px;
}

.popup-image-overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 45px;
}

.overlay-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.overlay-title.subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.success {
  background-color: rgba(92, 107, 192, 0.1);
  color: #5c6bc0;
}

.error {
  padding-left: 15px;
  color: #c73434;
}

.close-popup-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.maybe-later-link {
  display: inline-block;
  margin-top: 20px;
  color: #b4b4b4;
}

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

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  display: none;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #28accb;
  background-color: hsla(0, 0%, 100%, 0.96);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.social-wrapper {
  position: fixed;
  right: 0px;
  bottom: 220px;
  z-index: 1000;
  overflow: hidden;
  width: 60px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.social-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-block:hover {
  background-color: rgba(70, 202, 155, 0.11);
}

.social-icon {
  height: 25px;
}

.dropdown-icon {
  margin-top: 14px;
  margin-right: 0px;
  opacity: 0.35;
  color: #818181;
}

.dropdown-list.w--open {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-link {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #46ca9b;
}

.dropdown-link.w--current {
  color: #46ca9b;
}

.personal-hero-image {
  position: absolute;
  left: -50px;
  top: -30px;
  height: 500px;
}

.logo-link-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #818181;
  color: transparent;
}

.cta-image {
  position: absolute;
  left: -105px;
  bottom: -140px;
  height: 580px;
}

.personal-profile-image {
  display: none;
}

.license-block {
  position: relative;
  margin-top: 20px;
  padding: 20px 350px 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.container-2 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.license-links-wrapper {
  position: absolute;
  left: auto;
  top: 50%;
  right: 50px;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.license-block-title {
  display: block;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 30px;
}

.license-link {
  display: inline-block;
  margin-left: 20px;
}

.text-block {
  line-height: 23px;
}

.style-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

.style-block.first {
  margin-bottom: 40px;
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.section-2 {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.subpage-intro-nav {
  margin-top: 20px;
}

.subpage-intro-nav-link {
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.subpage-intro-nav-link:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.subpage-intro-nav-link.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.subpage-intro-nav-link.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right-width: 0px;
}

.subpage-intro-nav-link-title {
  display: inline-block;
  text-transform: capitalize;
}

.rtb {
  margin-bottom: -15px;
}

.style-title {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}

.font-2 {
  font-size: 15px;
}

.button-2 {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px 11px;
  background-color: #34df81;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-filter 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, filter 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
  color: #fff;
  font-size: 16px;
}

.button-2:hover {
  box-shadow: 0 8px 10px -3px rgba(0, 0, 0, 0.16), inset 0 -2px 0 0 rgba(0, 0, 0, 0.11);
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
  color: #fff;
}

.button-2.outline-button {
  margin-top: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

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

.button-2.outline-button.dark {
  border-color: #000;
  box-shadow: none;
  color: #000;
}

.button-2.outline-button.dark:hover {
  background-color: #000;
  color: #fff;
}

.button-2.cta-button {
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 35px;
  background-color: #34df81;
  background-image: url('../images/right-arrow-6.svg');
  background-position: 90% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  text-align: center;
}

.button-2.cta-button.color {
  display: inline-block;
  background-color: #6189e5;
  cursor: pointer;
}

.checklist-item-2 {
  padding-left: 25px;
  background-image: url('../images/verified.svg');
  background-position: 0px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.template-color {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #46ca9b;
  color: #fff;
  text-align: center;
}

.template-color._4 {
  background-color: #ec407a;
}

.template-color._2 {
  background-color: #5c6bc0;
  color: #fff;
}

.template-color._3 {
  background-color: #f57f17;
  color: #fff;
}

.slider {
  height: 500px;
  margin-bottom: 0px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  margin-top: 0px;
  margin-bottom: 60px;
}

.container-3 {
  display: none;
}

.container-4 {
  display: none;
}

.section-3 {
  height: 55px;
  margin-top: 0px;
  background-color: #fff;
  color: transparent;
}

.container-5 {
  height: 50px;
}

.columns {
  height: 50px;
}

.column-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image {
  display: block;
  margin-top: 5px;
  margin-right: 20px;
  margin-left: 10px;
  float: left;
  color: transparent;
}

.heading {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  color: #818181;
}

.heading.catalogo {
  margin: 15px 0px 0px;
  float: right;
  color: #28accb;
}

.link-block {
  display: block;
  height: auto;
  margin-top: 5px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.button-6 {
  width: 150px;
  border-radius: 10px;
  background-color: #c2ae7c;
  color: #f6f9fc;
  text-align: center;
}

.paragraph-light {
  opacity: 0.6;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}

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

.label.cc-light {
  margin-bottom: 0px;
  opacity: 0.6;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #818181;
  font-weight: 400;
}

.label.cc-light {
  opacity: 0.6;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: left;
}

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

.section-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #818181;
  font-weight: 700;
}

.about-grid {
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body {
  background-color: transparent;
  background-image: url('../images/Alternating-Arrowhead.svg');
  background-position: 0px 0px;
  background-size: 100px;
}

.button-7 {
  width: 150px;
  border-radius: 10px;
  background-color: #c2ae7c;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
}

.paragraph-light-2 {
  opacity: 0.6;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
}

.section-heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.about-grid-2 {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid-2.cc-about-2 {
  margin-bottom: 40px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.body-2 {
  background-color: transparent;
  background-image: url('../images/Alternating-Arrowhead.svg');
  background-position: 50% 50%;
  background-size: 100px;
}

.tab-pane-tab-1 {
  margin-top: 0px;
  border: 1px none #000;
}

.tabs-content {
  margin-top: 20px;
  margin-bottom: 40px;
}

.tab-link-tab-1 {
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2ae7c;
  border-radius: 5px;
  background-color: transparent;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #c2ae7c;
  font-weight: 500;
}

.tab-link-tab-1:hover {
  color: #c2ae7c;
}

.tab-link-tab-1.w--current {
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c2ae7c;
  border-radius: 5px;
  background-color: transparent;
  color: #c2ae7c;
}

.tab-link-tab-1.w--current:hover {
  margin-right: 20px;
  color: #c2ae7c;
}

.tab-link-tab-1.w--current:active {
  margin-right: 20px;
}

.tab-link-tab-1.w--current:focus {
  margin-right: 20px;
}

.tab-link-tab-1.w--current:visited {
  margin-right: 20px;
}

.mask {
  margin-top: 0px;
}

.tab-link-tab-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #c2ae7c;
  border-radius: 5px;
  background-color: transparent;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #c2ae7c;
  font-weight: 700;
  text-decoration: none;
}

.tab-link-tab-2:hover {
  background-color: transparent;
  color: #c2ae7c;
}

.tab-link-tab-2:active {
  background-color: transparent;
  color: #c2ae7c;
}

.tab-link-tab-2:focus {
  background-color: transparent;
  color: #c2ae7c;
}

.tab-link-tab-2:visited {
  background-color: transparent;
  color: #c2ae7c;
}

.tab-link-tab-2.w--current {
  border-color: #c2ae7c;
  background-color: transparent;
  color: #c2ae7c;
  font-weight: 700;
}

.tab-link-tab-2.w--current:visited {
  font-weight: 700;
}

.html-embed-2 {
  height: 320px;
}

.text-span {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph {
  padding: 20px;
  color: #474747;
}

.heading-2 {
  margin-top: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-2 {
  color: #818181;
  text-align: justify;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-2 {
  color: #818181;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 15px 5px 10px;
  float: left;
  border-radius: 5px;
  background-color: #818181;
  font-family: Lato, sans-serif;
  color: #f6f9fc;
  font-size: 55px;
}

.text-block-3 {
  color: #c2ae7c;
}

.html-embed-3 {
  margin-bottom: 40px;
}

.div-block {
  position: static;
  padding-left: 10px;
  float: right;
  border-left: 1px solid #f6f9fc;
  font-size: 10px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f6f9fc;
  font-size: 13px;
  line-height: 12px;
}

.section-4 {
  margin-right: auto;
  margin-left: auto;
}

.container-6 {
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .navbar {
    background-image: none;
  }

  .website-wrapper {
    max-width: 1100px;
  }

  .section-4 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    background-image: none;
  }

  .section-4 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: #fff;
    background-image: none;
  }

  .navlink.negative {
    color: #818181;
  }

  .hero-button:hover {
    background-color: #fff;
    color: #818181;
  }

  .section.main-features {
    background-color: #fff;
  }

  .section.intro-section {
    padding-bottom: 220px;
    background-color: #fff;
  }

  .section.map {
    background-color: #fff;
  }

  .container.navbar_container {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-image.slide-3 {
    margin-left: 70px;
  }

  .website-wrapper {
    overflow: hidden;
    max-width: 1700px;
    background-color: #fff;
  }

  .popup {
    display: none;
  }

  .fixed-navbar {
    display: none;
  }

  .column-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-6 {
    background-color: #818181;
  }

  .button-6:hover {
    background-color: #474747;
    color: #fff;
  }

  .paragraph-light {
    color: #474747;
  }

  .label.cc-light {
    color: #474747;
  }

  .section-heading {
    color: #818181;
  }

  .body {
    background-image: url('../images/Alternating-Arrowhead.svg');
    background-position: 50% 50%;
    background-size: 100px;
  }

  .button-7 {
    background-color: #818181;
  }

  .button-7:hover {
    background-color: #474747;
    color: #fff;
  }

  .paragraph-light-2 {
    color: #474747;
  }

  .body-2 {
    background-image: url('../images/Alternating-Arrowhead.svg');
    background-position: 50% 50%;
    background-size: 100px;
  }

  .text-block-3 {
    color: #818181;
  }

  .section-4 {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 565px;
    padding-top: 110px;
  }

  .hero._404-hero {
    height: auto;
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .hero.variation {
    height: auto;
  }

  .hero-tilt-block {
    bottom: -366px;
    display: none;
  }

  .hero-tilt-block.white {
    height: 190px;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(41%, #818181), color-stop(0, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #818181 41%, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0));
  }

  .navlink {
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    color: #818181;
    font-size: 14px;
    line-height: 30px;
  }

  .navlink:hover {
    color: #c2ae7c;
  }

  .navlink.w--current {
    color: #46ca9b;
  }

  .navlink.color-link {
    margin-top: 10px;
    margin-left: 0px;
    border-radius: 0px;
    color: #fff;
  }

  .hero-title {
    font-size: 44px;
    line-height: 42px;
  }

  .hero-title.dark {
    line-height: 45px;
  }

  .hero-subtext {
    font-size: 18px;
    line-height: 29px;
  }

  .hero-button {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 12px;
    line-height: 13px;
  }

  .section.main-features {
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.intro-section {
    margin-top: 0px;
    padding: 179px 45px 130px;
  }

  .section.all-features {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .section.cta-section {
    padding-top: 150px;
  }

  .client-logo {
    height: 18px;
  }

  .container {
    display: block;
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.navbar_container {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .logo {
    margin-top: 30px;
    margin-left: 10px;
  }

  .hero-text-block {
    width: 380px;
  }

  .hero-image {
    left: -110px;
    top: -20px;
    width: 300px;
    height: 350px;
    margin-left: 100px;
  }

  .intro-section-content-block {
    width: 280px;
    margin-top: -128px;
  }

  .section-title.capitals {
    font-size: 23px;
    line-height: 30px;
  }

  .intro-paragraph {
    font-size: 17px;
    line-height: 26px;
  }

  .logos-wrapper {
    width: 360px;
    padding: 45px 35px;
  }

  .nav-menu {
    display: block;
    margin-right: -20px;
    margin-left: 40px;
    padding-top: 40px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }

  .feature-block {
    padding-right: 0px;
  }

  .feature-block-title {
    font-size: 21px;
  }

  .right-text-block {
    width: 300px;
  }

  .browser-block {
    left: 0px;
    top: -155px;
    width: 360px;
    height: 460px;
  }

  .section-title-block.centered {
    margin-bottom: 20px;
  }

  .tabs {
    z-index: 10;
  }

  .testimonial-slider-wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .testimonial-author-block {
    width: 27%;
  }

  .testimonial-quote-wrapper {
    width: 65%;
  }

  .testimonial-quote {
    font-size: 15px;
    line-height: 22px;
  }

  .text-block-left {
    width: 365px;
  }

  .cta-mockup {
    left: -170px;
    top: -177px;
    height: 580px;
  }

  .tab-button {
    margin-right: 8px;
    margin-left: 8px;
  }

  .tab-button-icon-block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .tab-button-icon {
    width: 35px;
    height: 35px;
  }

  .tab-pane {
    padding-top: 40px;
  }

  .menu-button {
    position: relative;
    width: 60px;
    height: 50px;
    margin: auto;
    padding: 5px 0px 0px;
    color: #fff;
    font-size: 45px;
    text-align: center;
  }

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

  .menu-button.dark {
    color: #000;
  }

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

  .dropdown-icon {
    margin-top: 18px;
    margin-right: 10px;
    color: #818181;
  }

  .dropdown-list.w--open {
    border-radius: 0px;
    background-color: #f3f3f3;
    box-shadow: 0 0 0 0 transparent;
  }

  .dropdown-link {
    padding-left: 25px;
  }

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

  .personal-hero-image {
    left: -82px;
    top: -40px;
    height: 400px;
    margin-left: 50px;
  }

  .logo-link-block.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #818181;
  }

  .cta-image {
    top: -67px;
    height: 490px;
  }

  .section-2 {
    padding: 80px 50px;
  }

  .subpage-intro-nav-link {
    margin-left: 15px;
    padding-left: 15px;
    font-size: 12px;
  }

  .button-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-2.cta-button {
    padding-right: 40px;
    padding-left: 20px;
  }

  .button-2.cta-button.color {
    padding-left: 20px;
  }

  .label.cc-light {
    font-family: Ubuntu, Helvetica, sans-serif;
    text-align: center;
  }

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid-2 {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid-2.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon {
    position: static;
    top: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #818181;
  }

  .text-block-2 {
    color: #818181;
  }

  .heading-4 {
    background-color: #818181;
    color: #f6f9fc;
    text-decoration: none;
  }

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

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    margin-bottom: 0px;
    padding: 20px 25px;
  }

  .hero._404-hero {
    padding-bottom: 60px;
  }

  .hero.variation {
    margin-top: 0px;
  }

  .hero-tilt-block {
    left: -8%;
    bottom: -370px;
  }

  .hero-tilt-block.light {
    bottom: -360px;
  }

  .hero-tilt-block.white {
    bottom: -185px;
    height: 240px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(246, 249, 252, 0.5);
    background-color: #fff;
    background-image: none;
    text-align: center;
  }

  .navlink {
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    color: #c2ae7c;
    line-height: 30px;
  }

  .navlink:hover {
    color: #c2ae7c;
  }

  .navlink.w--current {
    color: #46ca9b;
  }

  .navlink.color-link {
    margin-left: 0px;
    padding-left: 30px;
    border-radius: 0px;
    color: #fff;
  }

  .hero-title {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 500;
  }

  .hero-subtext {
    margin-top: 10px;
  }

  .section {
    padding: 40px 30px;
  }

  .section.main-features {
    padding-right: 35px;
    padding-bottom: 60px;
    padding-left: 35px;
  }

  .section.intro-section {
    margin-top: 0px;
    padding: 40px 35px 30px;
  }

  .section.all-features {
    padding-bottom: 70px;
  }

  .section.cta-section.personal {
    padding-bottom: 60px;
  }

  .section.map {
    background-color: transparent;
    color: transparent;
  }

  .client-logo {
    height: 26px;
  }

  .container {
    margin-top: 0px;
    padding-top: 0px;
    color: transparent;
  }

  .logo {
    height: 40px;
    margin-top: 0px;
    margin-left: 10px;
  }

  .hero-text-block {
    display: block;
    width: 360px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .hero-image {
    position: static;
    display: block;
    width: 200px;
    height: 100%;
    margin: 40px auto 0px;
  }

  .hero-image.slide-3 {
    width: 200px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .hero-buttons-wrapper {
    margin-top: 0px;
  }

  .intro-section-content-block {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .section-title {
    font-size: 35px;
    line-height: 38px;
  }

  .section-title.subtitle {
    font-size: 20px;
    line-height: 32px;
  }

  .intro-paragraph.white {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .logos-wrapper {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 0 9px 13px -1px rgba(0, 0, 0, 0.1);
  }

  .logos-row {
    margin-top: 0px;
  }

  .logo-column {
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
  }

  .logo-column.last {
    padding-bottom: 0px;
  }

  .feature-row {
    margin-top: 0px;
  }

  .feature-row.first {
    margin-top: 0px;
  }

  .nav-menu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  }

  .feature-block {
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .feature-block-title {
    margin-bottom: 15px;
  }

  .feature-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .right-text-block {
    width: 100%;
    margin-top: 0px;
  }

  .browser-block {
    position: relative;
    top: 0px;
    width: 100%;
    height: 350px;
    margin-top: -55px;
    margin-bottom: 40px;
  }

  .button.get-demo {
    margin-top: 30px;
  }

  .tabs {
    margin-top: 40px;
  }

  .testimonial-author-name {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-left.align-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .footer-title {
    width: 90%;
  }

  .tab-button {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .tab-pane {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-pane-overlay {
    padding: 30px;
  }

  .tab-content-block {
    width: 90%;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 39px;
    line-height: 30px;
    text-align: center;
  }

  .popup {
    display: none;
  }

  .popup-modal {
    display: block;
    width: 95%;
    height: auto;
  }

  .popup-column-block {
    width: 100%;
    height: auto;
    float: none;
  }

  .popup-column-block.content-column-block {
    width: 100%;
    height: auto;
    padding: 30px;
    float: none;
  }

  .popup-image-overlay-block {
    position: static;
    width: 100%;
    height: 100%;
    padding: 30px;
  }

  .personal-hero-image {
    position: static;
    display: block;
    width: 280px;
    height: auto;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
  }

  .logo-link-block {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    float: none;
    text-align: center;
  }

  .logo-link-block.w--current {
    padding-bottom: 0px;
    background-color: transparent;
  }

  .cta-image {
    height: 380px;
    margin-top: 20px;
  }

  .personal-profile-image {
    display: none;
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border-radius: 10px;
    box-shadow: none;
  }

  .license-block {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
  }

  .license-links-wrapper {
    position: static;
    margin-top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .license-link {
    margin-right: 20px;
    margin-left: 0px;
  }

  .style-block {
    padding: 30px;
  }

  .style-block.first {
    padding: 40px 40px 0px;
  }

  .section-2 {
    padding: 0px;
  }

  .subpage-intro-nav {
    float: none;
  }

  .subpage-intro-nav-link {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 15px;
  }

  .button-column {
    padding-top: 10px;
  }

  .column {
    padding: 20px 0px 0px;
  }

  .slider {
    height: 550px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .html-embed {
    height: 500px;
  }

  .section-3 {
    height: 100px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: transparent;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .heading {
    float: none;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

  .link-block {
    text-decoration: none;
  }

  .link-block.catalogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button-6 {
    background-color: #c2ae7c;
  }

  .label.cc-light {
    color: #474747;
  }

  .section-heading {
    margin-top: 0px;
    color: #c2ae7c;
  }

  .button-7 {
    background-color: #c2ae7c;
  }

  .body-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 249, 252, 0.5)), to(rgba(246, 249, 252, 0.5)));
    background-image: linear-gradient(180deg, rgba(246, 249, 252, 0.5), rgba(246, 249, 252, 0.5));
  }

  .icon {
    margin-top: 0px;
    color: #818181;
  }

  .slide {
    margin-bottom: 0px;
  }

  .heading-2 {
    color: #818181;
  }

  .heading-3 {
    color: #818181;
  }

  .html-embed-4 {
    margin-bottom: 0px;
  }

  .div-block {
    margin-left: 10px;
    padding-left: 10px;
    border-left-color: #818181;
    color: #818181;
  }

  .heading-5 {
    position: relative;
    top: -3px;
    margin-top: 15px;
    color: #818181;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 550px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
    background-image: url('../images/ecofort.jpg');
    background-position: 0px 0px;
    background-size: auto;
    color: transparent;
  }

  .hero._404-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero.variation {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hero-tilt-block {
    bottom: -372px;
    display: block;
  }

  .hero-tilt-block.dark {
    display: none;
    background-color: transparent;
  }

  .hero-tilt-block.light {
    display: none;
  }

  .navbar {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }

  .hero-title {
    font-size: 32px;
    line-height: 34px;
  }

  .hero-subtext {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-button {
    width: 220px;
    margin-top: 5px;
    margin-right: 0px;
    font-size: 11px;
  }

  .section {
    padding: 35px 25px;
  }

  .section.main-features {
    padding-top: 10px;
    background-image: none;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 500;
  }

  .section.intro-section {
    display: block;
    padding-top: 30px;
    background-color: transparent;
  }

  .section.all-features {
    padding-top: 30px;
  }

  .section.footer {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #818181;
  }

  .section.cta-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .section.cta-section.personal {
    padding-top: 160px;
  }

  .section.map {
    background-color: transparent;
  }

  .container {
    top: auto;
    display: block;
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.navbar_container {
    height: 50px;
  }

  .logo {
    height: 40px;
  }

  .hero-text-block {
    width: 240px;
  }

  .hero-image {
    width: 180px;
    height: auto;
  }

  .hero-buttons-wrapper {
    margin-top: 20px;
  }

  .intro-section-content-block {
    color: transparent;
  }

  .section-title {
    font-size: 27px;
    line-height: 31px;
  }

  .section-title.subtitle {
    margin-top: 5px;
    font-size: 16px;
    line-height: 23px;
  }

  .section-title.capitals {
    color: #474747;
    font-size: 18px;
    line-height: 27px;
  }

  .intro-paragraph {
    margin-top: 15px;
    font-size: 16px;
  }

  .intro-paragraph.white {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
  }

  .logos-wrapper {
    margin-top: 30px;
    padding: 25px 15px 15px;
  }

  .feature-paragrap {
    font-size: 14px;
    line-height: 21px;
  }

  .website-wrapper {
    position: relative;
    z-index: 0;
    max-width: 100%;
    min-height: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-icon {
    height: 25px;
    margin-top: 4px;
  }

  .feature-block-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .browser-block {
    height: 200px;
  }

  .button.get-demo {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .section-title-block.centered {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-title-block.centered.mobile-full {
    width: 100%;
  }

  .testimonial-slider-wrapper {
    padding: 20px 30px 30px;
  }

  .testimonial-author-block {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    float: none;
    border-bottom: 1px solid #e2e2e2;
    border-right-width: 0px;
  }

  .testimonial-wrapper {
    display: block;
  }

  .testimonial-quote-wrapper {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .testimonial-image {
    width: 60px;
    height: 60px;
  }

  .testimonial-quote {
    font-size: 14px;
    line-height: 21px;
  }

  .testimonial-author-name {
    font-size: 15px;
    line-height: 18px;
  }

  .testimonial-author-name._2 {
    font-size: 12px;
    line-height: 17px;
  }

  .testimonial-arrow {
    width: 30px;
    height: 30px;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 10px;
  }

  .footer-logo {
    height: 20px;
    margin-bottom: 20px;
  }

  .text-block-left {
    width: 100%;
    float: none;
    text-align: center;
  }

  .cta-mockup {
    position: static;
    height: auto;
    margin-bottom: 10px;
  }

  .footer-title {
    color: #f6f9fc;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-nav-link {
    display: block;
    margin-top: 8px;
  }

  .footer-nav-link:hover {
    color: #c2ae7c;
  }

  .footer-top-bar {
    height: 6px;
    background-color: #f6f9fc;
    background-image: none;
  }

  .tab-button {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .tab-button-title {
    margin-top: 15px;
  }

  .tab-pane {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-pane-overlay {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(81%, rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 81%);
  }

  .tab-content-block {
    width: 100%;
  }

  .menu-button {
    margin-right: 10px;
  }

  .popup {
    display: none;
  }

  .popup-modal {
    width: 90%;
  }

  .popup-column-block.content-column-block {
    padding: 20px;
  }

  .popup-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .popup-title.intro-title {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .field {
    height: 40px;
  }

  .popup-image-overlay-block {
    padding: 20px;
  }

  .overlay-title {
    font-size: 17px;
    line-height: 10px;
  }

  .overlay-title.subtitle {
    margin-top: 6px;
  }

  .social-wrapper {
    width: 40px;
  }

  .social-link-block {
    height: 40px;
  }

  .social-icon {
    height: 16px;
  }

  .logo-link-block.w--current {
    z-index: auto;
    height: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .personal-profile-image {
    height: 250px;
  }

  .license-block {
    margin-top: 0px;
    padding: 25px;
    border-width: 1px 0px 0px;
  }

  .style-block.first {
    padding: 25px 25px 0px;
  }

  .subpage-intro-nav-link {
    display: block;
    margin-top: 8px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 0px;
  }

  .button-column {
    padding-bottom: 10px;
    text-align: center;
  }

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

  .slider {
    height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide-nav {
    margin-bottom: 0px;
    font-family: Ubuntu, Helvetica, sans-serif;
    color: transparent;
  }

  .section-3 {
    display: none;
  }

  .paragraph-light {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .label.cc-light {
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #474747;
    font-weight: 400;
  }

  .body-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .icon {
    top: -13px;
  }

  .tab-link-tab-1.w--current {
    margin-bottom: 10px;
  }

  .slide-2 {
    height: auto;
    max-width: 100%;
  }

  .slide-3 {
    max-width: 100%;
  }

  .div-block {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-5 {
    top: 0px;
    margin-top: 0px;
    text-align: left;
  }

  .slide-4 {
    max-width: 100%;
  }
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-f40c02ae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-f40c02ae {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_543d163a-bf19-a2ed-cb97-3581ff812339-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_543d163a-bf19-a2ed-cb97-3581ff812345-f40c02ae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_319a5e38-72b0-9813-7518-1994c362131b-f40c02ae {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_319a5e38-72b0-9813-7518-1994c3621327-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3a116da1-657f-38af-bf92-85b2032d055d-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3a116da1-657f-38af-bf92-85b2032d056f-f40c02ae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8da10fc5-7da3-f402-10da-7a45013a12df-f40c02ae {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8da10fc5-7da3-f402-10da-7a45013a12f1-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cf6f6fce-c9a9-db8b-c952-e69a88c02dd7-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cf6f6fce-c9a9-db8b-c952-e69a88c02de9-f40c02ae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_74f14015-cf3b-cd4c-d72c-231311788d45-f40c02ae {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_74f14015-cf3b-cd4c-d72c-231311788d57-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4812792-76b7-e0d4-69b1-c89f2e786511-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a4812792-76b7-e0d4-69b1-c89f2e786523-f40c02ae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ab759caa-b02d-683b-9ff1-a985d1abb177-f40c02ae {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ab759caa-b02d-683b-9ff1-a985d1abb189-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cebb62e0-7718-e0cc-9646-cdd5a50d6233-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cebb62e0-7718-e0cc-9646-cdd5a50d6247-f40c02ae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3126eaca-03e6-ab81-1f0e-e785ca95c499-f40c02ae {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3126eaca-03e6-ab81-1f0e-e785ca95c4ad-f40c02ae {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-98fb17b1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-98fb17b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-98fb17b1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-98fb17b1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_543d163a-bf19-a2ed-cb97-3581ff812339-98fb17b1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_543d163a-bf19-a2ed-cb97-3581ff812345-98fb17b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_65ec26fc-586b-c59d-aa40-449feae18668-98fb17b1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_65ec26fc-586b-c59d-aa40-449feae18674-98fb17b1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_882545a0-9be5-c3ae-baac-a9e7245e455a-98fb17b1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_882545a0-9be5-c3ae-baac-a9e7245e456c-98fb17b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-03ee88b2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-03ee88b2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-3eaae095 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-3eaae095 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-1e204fe8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-1e204fe8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-1206e788 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-1206e788 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-a2e35923 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-a2e35923 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-a2e35923 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-a2e35923 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-c45167fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-c45167fd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-c45167fd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-c45167fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d9dae070-dd2d-2069-4d13-9a7e3c8a692a-c45167fd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d9dae070-dd2d-2069-4d13-9a7e3c8a6938-c45167fd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-9840ea34 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-9840ea34 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-43bc9d38 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-43bc9d38 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-0b090755 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-0b090755 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-8cbc45cf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-8cbc45cf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-5b106563 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-5b106563 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-e99ae242 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-e99ae242 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-f8097a56 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-f8097a56 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-62dc6994 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-62dc6994 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-398d2d40 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-398d2d40 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-00af9bd4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-00af9bd4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-8258b1b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-8258b1b5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_543d163a-bf19-a2ed-cb97-3581ff812339-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_543d163a-bf19-a2ed-cb97-3581ff812345-8258b1b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_319a5e38-72b0-9813-7518-1994c362131b-8258b1b5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_319a5e38-72b0-9813-7518-1994c3621327-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3a116da1-657f-38af-bf92-85b2032d055d-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3a116da1-657f-38af-bf92-85b2032d056f-8258b1b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8da10fc5-7da3-f402-10da-7a45013a12df-8258b1b5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8da10fc5-7da3-f402-10da-7a45013a12f1-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cf6f6fce-c9a9-db8b-c952-e69a88c02dd7-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cf6f6fce-c9a9-db8b-c952-e69a88c02de9-8258b1b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_74f14015-cf3b-cd4c-d72c-231311788d45-8258b1b5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_74f14015-cf3b-cd4c-d72c-231311788d57-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a4812792-76b7-e0d4-69b1-c89f2e786511-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a4812792-76b7-e0d4-69b1-c89f2e786523-8258b1b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ab759caa-b02d-683b-9ff1-a985d1abb177-8258b1b5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ab759caa-b02d-683b-9ff1-a985d1abb189-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cebb62e0-7718-e0cc-9646-cdd5a50d6233-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cebb62e0-7718-e0cc-9646-cdd5a50d6247-8258b1b5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3126eaca-03e6-ab81-1f0e-e785ca95c499-8258b1b5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3126eaca-03e6-ab81-1f0e-e785ca95c4ad-8258b1b5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_543d163a-bf19-a2ed-cb97-3581ff812339-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_543d163a-bf19-a2ed-cb97-3581ff812345-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_319a5e38-72b0-9813-7518-1994c362131b-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_319a5e38-72b0-9813-7518-1994c3621327-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3a116da1-657f-38af-bf92-85b2032d055d-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3a116da1-657f-38af-bf92-85b2032d056f-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_8da10fc5-7da3-f402-10da-7a45013a12df-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8da10fc5-7da3-f402-10da-7a45013a12f1-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-cf6f6fce-c9a9-db8b-c952-e69a88c02dd7-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cf6f6fce-c9a9-db8b-c952-e69a88c02de9-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_74f14015-cf3b-cd4c-d72c-231311788d45-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_74f14015-cf3b-cd4c-d72c-231311788d57-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a4812792-76b7-e0d4-69b1-c89f2e786511-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a4812792-76b7-e0d4-69b1-c89f2e786523-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ab759caa-b02d-683b-9ff1-a985d1abb177-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ab759caa-b02d-683b-9ff1-a985d1abb189-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-cebb62e0-7718-e0cc-9646-cdd5a50d6233-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cebb62e0-7718-e0cc-9646-cdd5a50d6247-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3126eaca-03e6-ab81-1f0e-e785ca95c499-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3126eaca-03e6-ab81-1f0e-e785ca95c4ad-f40c02ae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_543d163a-bf19-a2ed-cb97-3581ff812339-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_543d163a-bf19-a2ed-cb97-3581ff812345-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_65ec26fc-586b-c59d-aa40-449feae18668-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_65ec26fc-586b-c59d-aa40-449feae18674-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_882545a0-9be5-c3ae-baac-a9e7245e455a-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_882545a0-9be5-c3ae-baac-a9e7245e456c-98fb17b1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-03ee88b2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-03ee88b2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-3eaae095 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-3eaae095 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-1e204fe8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-1e204fe8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-1206e788 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-1206e788 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-a2e35923 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-a2e35923 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-a2e35923 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-a2e35923 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-c45167fd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-c45167fd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-c45167fd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-c45167fd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d9dae070-dd2d-2069-4d13-9a7e3c8a692a-c45167fd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d9dae070-dd2d-2069-4d13-9a7e3c8a6938-c45167fd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-9840ea34 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-9840ea34 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-43bc9d38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-43bc9d38 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-0b090755 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-0b090755 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-8cbc45cf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-8cbc45cf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-5b106563 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-5b106563 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-e99ae242 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-e99ae242 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-f8097a56 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-f8097a56 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-62dc6994 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-62dc6994 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-398d2d40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-398d2d40 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-00af9bd4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-00af9bd4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0c0-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5d3fbbba-cf4a-f516-f143-e9cc32aff0ca-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc23-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_43f17ccc-5106-87b8-6c0b-28c6f4f8fc2d-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_543d163a-bf19-a2ed-cb97-3581ff812339-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_543d163a-bf19-a2ed-cb97-3581ff812345-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_319a5e38-72b0-9813-7518-1994c362131b-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_319a5e38-72b0-9813-7518-1994c3621327-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3a116da1-657f-38af-bf92-85b2032d055d-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3a116da1-657f-38af-bf92-85b2032d056f-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_8da10fc5-7da3-f402-10da-7a45013a12df-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8da10fc5-7da3-f402-10da-7a45013a12f1-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-cf6f6fce-c9a9-db8b-c952-e69a88c02dd7-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cf6f6fce-c9a9-db8b-c952-e69a88c02de9-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_74f14015-cf3b-cd4c-d72c-231311788d45-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_74f14015-cf3b-cd4c-d72c-231311788d57-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a4812792-76b7-e0d4-69b1-c89f2e786511-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a4812792-76b7-e0d4-69b1-c89f2e786523-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ab759caa-b02d-683b-9ff1-a985d1abb177-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ab759caa-b02d-683b-9ff1-a985d1abb189-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-cebb62e0-7718-e0cc-9646-cdd5a50d6233-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-cebb62e0-7718-e0cc-9646-cdd5a50d6247-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3126eaca-03e6-ab81-1f0e-e785ca95c499-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3126eaca-03e6-ab81-1f0e-e785ca95c4ad-8258b1b5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

