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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

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

p {
  margin-bottom: 20px;
}

a {
  display: inline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #4c26d6;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.c-navbar__mobile-button {
  font-family: SfUiDisplay, Verdana, sans-serif;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.c-navbar__cta-button {
  position: static;
  left: auto;
  top: 3%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  min-width: 20%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 5px 40px;
  float: right;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #1dbdff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
  cursor: pointer;
}

.c-navbar__cta-button:hover {
  background-color: #59ccfc;
  background-image: none;
  opacity: 1;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.primary-cta {
  display: inline-block;
  min-width: 200px;
  margin-top: 20px;
  margin-right: 30px;
  padding: 10px 20px;
  float: right;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #1bb7f8;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.primary-cta:hover {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #59ccfc;
  background-image: none;
  opacity: 1;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.header-font {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 600;
}

.new-release-label {
  margin-bottom: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.webex-image {
  display: block;
  width: 75%;
  max-width: 90%;
  margin-top: 73px;
  padding-bottom: 0px;
  font-size: 50%;
}

.l-global-integrations {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.l-global-integrations.hero {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-bottom: 0px;
  background-color: #fff;
}

.l-global-integrations.social-proof {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #6a48e7;
  color: #fff;
  font-size: 20px;
}

.l-global-integrations.features {
  display: block;
  margin-top: 0px;
  margin-bottom: 140px;
  padding-top: 40px;
  padding-bottom: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.l-global-integrations.features-copy {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.container-old {
  position: relative;
  top: 41px;
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.subheader {
  display: block;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.subheader.max-500 {
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #141414;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: left;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.max-600 {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.hero-slider-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 270px;
  margin-top: 35px;
  margin-bottom: 120px;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 43px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr;
  -ms-grid-rows: 349px 495px;
  grid-template-rows: 349px 495px;
}

.link-title {
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f5f5f5;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.image-12 {
  position: relative;
  font-size: 50%;
}

.grid-9 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: 67px 250px;
  grid-template-rows: 67px 250px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.why-meetingpulse-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
}

.l-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 60px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ddd;
  text-align: center;
}

.c-footer__logo-link {
  width: 115px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-footer__logo-image {
  display: block;
  width: 115px;
  height: auto;
  margin-bottom: 5px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding: 5px 10px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

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

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.dropdown-toggle:hover {
  margin-top: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #4c26d6;
  font-weight: 400;
}

.c-navbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 18px;
  font-weight: 400;
}

.c-navbar-link:hover {
  margin-top: 0px;
  color: #4c26d6;
}

.c-navbar-link.hover {
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.icon-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6a48e7;
}

.dropdown {
  border-style: solid;
  border-width: 0px;
  border-color: #d4d4d4;
  border-radius: 10px;
  background-color: #fff;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-weight: 500;
}

.dropdown:hover {
  background-color: #6a48e7;
  color: #fff;
}

.dropdown.w--current {
  color: #6a48e7;
}

.dropdown.w--current:hover {
  color: #fff;
}

.dropdown.w--current:active {
  color: #fff;
}

.dropdown-list {
  border: 1px solid #000;
  border-radius: 4px;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 10px -3px rgba(7, 6, 10, 0.34);
}

.link-old {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 20px;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.link-old:hover {
  color: #754fff;
}

.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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  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;
}

.image-16 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.image-17 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.image-18 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.image-19 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.image-20 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.image-21 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.image-22 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.image-23 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.image-24 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.webex-step1 {
  border-style: solid;
  border-width: 0px;
  border-color: #6a48e7;
}

.grid-11 {
  width: 80%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.nav-link:hover {
  margin-top: 0px;
  color: #4c26d6;
}

.nav-link.w--current {
  color: #6a48e7;
}

.section-2 {
  width: 100%;
  margin-top: 40px;
}

.section-3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid_integrations {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.25fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1.25fr 1fr 1fr 1fr;
  -ms-grid-rows: 71px;
  grid-template-rows: 71px;
}

.div-block {
  width: 100%;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -5px;
  padding: 10px 20px 5px 60px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.grid-trio {
  margin-right: 48px;
  margin-bottom: -70px;
  margin-left: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.c-features-modules__title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1em;
  text-align: left;
}

.button_primary-cta {
  margin-top: 20px;
  padding: 10px 40px;
  border-radius: 5px;
  background-color: #1dbdff;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 20px;
}

.integration-steps {
  display: -ms-grid;
  display: grid;
  max-width: 90%;
  margin-bottom: -83px;
  margin-left: 50px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 25px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 25px 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.l-top-nav {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin-bottom: 3px;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 0px solid #d3d3d3;
  box-shadow: 1px 1px 5px -1px #a7a7a7;
}

.grid-15 {
  padding: 10px 40px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 17px;
  background-color: #ede9fc;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 15px 100px;
  -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: 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: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-radius: 15px;
  background-color: rgba(106, 72, 231, 0);
}

.c-top-nav__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 0px 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1.5px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #979797;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.7px;
  cursor: pointer;
}

.c-top-nav__login:hover {
  padding-top: 0px;
  color: #6a48e7;
  font-weight: 500;
}

.link-block-3 {
  height: 75px;
  background-image: url('../images/ZoomLogo-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.link-block-4 {
  height: 75px;
  background-image: url('../images/youtube-logo-new-1068x510.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.link-block-5 {
  height: 75px;
  background-image: url('../images/webexbycisco-3d-horizontal-color-black-text.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 20px;
}

.link-block-7 {
  height: 75px;
  background-image: url('../images/microsoft-teams-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.link-block-9 {
  height: 75px;
  background-image: url('../images/2560px-Vimeo_Logo.svg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.webex-app-hub-button {
  width: 300px;
  height: 75px;
  margin-bottom: 29px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e6e6e6;
  border-radius: 13px;
  background-image: url('../images/App-Hub-badge-horiz_white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 7px -3px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

.polls-popup {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-26 {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
}

.grid-16 {
  margin-top: -19px;
  margin-bottom: 20px;
  -ms-grid-columns: 0.75fr 6.75fr;
  grid-template-columns: 0.75fr 6.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-32 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.image-32:hover {
  opacity: 0.5;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -13px;
  margin-right: -30px;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-17 {
  margin-top: 20px;
  margin-bottom: 0px;
  grid-row-gap: 11px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 33px 11px auto;
  grid-template-rows: 33px auto;
}

.options-text_purple {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6a48e7;
  font-size: 20px;
  font-weight: 700;
}

.q-a-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.pulse-popup {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: none;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.surveys-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.close-icon {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: block;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 0.5;
}

.title-of-module-copy {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #3ee6c9;
  font-size: 50px;
  font-weight: 800;
}

.pollstitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #3d97ff;
  font-size: 50px;
  font-weight: 800;
}

.surveystitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6a48e7;
  font-size: 50px;
  font-weight: 800;
}

.ideas {
  display: block;
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.ideas:hover {
  margin-top: -5px;
}

.ideastitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #c4e629;
  font-size: 50px;
  font-weight: 800;
}

.materialspopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.materials {
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.materials:hover {
  margin-top: -5px;
}

.materialstitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f997ff;
  font-size: 50px;
  font-weight: 800;
}

.announcepopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.announce {
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.announce:hover {
  margin-top: -5px;
}

.raffle {
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.raffle:hover {
  margin-top: -5px;
}

.video {
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.video:hover {
  margin-top: -5px;
}

.agenda {
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.agenda:hover {
  margin-top: -5px;
}

.schedule {
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.schedule:hover {
  margin-top: -5px;
}

.chat {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.chat:hover {
  margin-top: -5px;
}

.announcetitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fe9800;
  font-size: 50px;
  font-weight: 800;
}

.rafflepopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.announcetitle-copy {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f2d358;
  font-size: 50px;
  font-weight: 800;
}

.videopopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.videotitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ff8a8a;
  font-size: 50px;
  font-weight: 800;
}

.agendapopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  margin-right: auto;
  margin-left: auto;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.chatpopup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.agendatitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #b49fec;
  font-size: 50px;
  font-weight: 800;
}

.chattitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #8fbde8;
  font-size: 50px;
  font-weight: 800;
}

.bold-text-3 {
  color: #3d97ff;
}

.text-block-31 {
  font-family: Manrope;
  color: #000;
  font-size: 1.2em;
  line-height: 2em;
}

.bulleted-list {
  width: 100%;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 2em;
}

.help-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 20px 40px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: rgba(106, 72, 231, 0);
}

.link {
  font-family: SfUiDisplay, Verdana, sans-serif;
  line-height: 1.2em;
}

.text-block-37 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 120%;
}

.pulsetitle {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #a0f264;
  font-size: 50px;
  font-weight: 800;
}

.text-block-39 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 0px;
  font-family: Manrope;
  color: #000;
  font-size: 1.2em;
  line-height: 1.4em;
}

.text-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
}

.popup-description {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
}

.bold-text-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
}

.text-block-45 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
}

.text-block-48 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
}

.text-block-50 {
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2px;
}

.polls-container {
  position: fixed;
  left: 10%;
  top: 15%;
  right: 10%;
  bottom: 15%;
  z-index: 99999;
  display: block;
  overflow: auto;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.announce-containter {
  position: fixed;
  left: 10%;
  top: 30%;
  right: 10%;
  bottom: 30%;
  z-index: 99999;
  display: block;
  overflow: auto;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-4 {
  color: #000;
}

.ideaspopup2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.ideas-container {
  position: fixed;
  left: 10%;
  top: 30%;
  right: 10%;
  bottom: 30%;
  z-index: 99999;
  display: block;
  overflow: auto;
  margin-bottom: -50px;
  padding: 30px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.materials-container {
  position: fixed;
  left: 10%;
  top: 22%;
  right: 10%;
  bottom: 22%;
  z-index: 99999;
  display: block;
  overflow: auto;
  margin-bottom: 73px;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.video-container {
  position: fixed;
  left: 10%;
  top: 40%;
  right: 10%;
  bottom: 40%;
  z-index: 99999;
  display: block;
  overflow: auto;
  margin-top: -83px;
  margin-bottom: -76px;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.slide-3 {
  background-color: #fff;
  background-image: url('../images/working-with-pc-desktop-at-design-studio-mockup-generator.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slide-4 {
  background-color: #fff;
  background-image: url('../images/business-woman-with-lg-flat-screen-tv-mockup-template-90980-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-color: #fff;
  background-image: url('../images/iphone-x-mockup-of-a-man-listening-to-music-24809-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-4 {
  display: block;
}

.icon-5 {
  display: block;
  background-color: #000;
}

.heading-7 {
  display: inline-block;
  margin-top: 20px;
  margin-right: 200px;
  margin-bottom: 0px;
  padding-right: 200px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 45px;
}

.slide-6 {
  background-color: #1dbdff;
  background-image: url('../images/young-man-working-on-his-macbook-pro-laptop-and-iphone-6-mockup-1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.slide7 {
  background-color: #f997ff;
  background-image: url('../images/business-woman-with-lg-flat-screen-tv-mockup-template-90980-1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.slide8 {
  background-color: #fe9800;
  background-image: url('../images/mockup-template-of-girl-using-ipad-on-the-floor-1-1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.slide9 {
  background-color: #754fff;
  background-image: url('../images/iphone-x-mockup-of-a-man-listening-to-music-24809-1.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.left-arrow {
  display: block;
}

.icon-6 {
  display: block;
  padding-top: 140px;
}

.right-arrow-2 {
  padding-top: 0px;
  cursor: pointer;
}

.icon-7 {
  padding-top: 140px;
}

.section-6 {
  display: none;
  margin-top: 0px;
  margin-bottom: 140px;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-10 {
  margin-top: 0px;
}

.grid-18 {
  margin-top: 20px;
  margin-bottom: 20px;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr 1fr 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr 0.25fr 1fr 0.25fr 1fr;
  -ms-grid-rows: 35px auto 35px auto auto;
  grid-template-rows: 35px auto 35px auto auto;
  color: #000;
}

.text-block-52 {
  margin-left: -16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-53 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: rgba(0, 0, 0, 0.55);
  font-size: 15px;
  line-height: 17px;
}

.section-9 {
  margin-top: 100px;
  margin-bottom: 60px;
  background-color: #f2efff;
}

.c-navbar__logo {
  display: block;
  width: 110px;
  height: 85px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/6140b75400acf3cf7b909a59_MeetingPulse-Logo-cropped.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.text-field-5 {
  border-radius: 6px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.heading-10 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.field-label {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.heading-11 {
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.grid-21 {
  grid-column-gap: 30px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.c-top-nav__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  padding: 0px 10px;
  -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;
  border-left: 1.5px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #979797;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.c-top-nav__phone:hover {
  padding-top: 0px;
  color: #6a48e7;
  font-weight: 500;
}

.meetingid {
  margin-top: -10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 26px;
  padding-bottom: 0px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #979797;
  font-weight: 400;
}

.meetingid:hover {
  border-width: 1px;
  border-color: #6a48e7;
}

.meetingid:active {
  border-width: 1px;
  border-color: #6a48e7;
  color: #6a48e7;
}

.meetingform {
  position: static;
  margin: 0px 10px -12px;
  padding-top: 0px;
}

.form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid #979797;
  border-left: 1px solid #e6e6e6;
}

.submit-button-3 {
  position: absolute;
  left: auto;
  top: 9px;
  right: 14px;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  padding-top: 6px;
  background-color: transparent;
  background-image: url('../images/Group_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.submit-button-3:hover {
  margin-top: 0px;
  opacity: 0.7;
}

.submit-button-3:active {
  margin-top: 0px;
}

.pulse-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #a0f264;
  font-size: 20px;
  font-weight: 400;
}

.surveytitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #3ee6c9;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-5 {
  color: #754fff;
}

.heading-4-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #c4e629;
  font-size: 20px;
  font-weight: 400;
}

.materialstype {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f997ff;
  font-size: 20px;
  font-weight: 400;
}

.raffletitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f2d358;
  font-size: 20px;
  font-weight: 400;
}

.schedulepopup2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  margin-right: auto;
  margin-left: auto;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.59)), to(hsla(0, 0%, 100%, 0.59)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.59), hsla(0, 0%, 100%, 0.59));
  opacity: 1;
}

.bold-text-7 {
  color: #ff7b57;
}

.chatcontainer {
  position: fixed;
  left: 10%;
  top: 35%;
  right: 10%;
  bottom: 35%;
  z-index: 99999;
  display: block;
  overflow: auto;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.heading-4-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fe9800;
  font-size: 20px;
  font-weight: 400;
}

.heading-4-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #c4e629;
  font-size: 20px;
  font-weight: 400;
}

.announce-containter-copy {
  position: fixed;
  left: 10%;
  top: 34%;
  right: 10%;
  bottom: 34%;
  z-index: 99999;
  display: block;
  overflow: auto;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.agendacontainer {
  position: fixed;
  left: 10%;
  top: 32%;
  right: 10%;
  bottom: 32%;
  z-index: 99999;
  display: block;
  overflow: auto;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.agendatitle-copy {
  border-style: solid;
  border-width: 0px;
  border-color: #3d97ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ff7b57;
  font-size: 50px;
  font-weight: 800;
}

.container-16 {
  position: relative;
}

.section-10 {
  margin-top: 220px;
}

.activate-hybrid {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #141414;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: left;
}

.steps-titles {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.pulsecontainer {
  position: fixed;
  left: 10%;
  top: 30%;
  right: 10%;
  bottom: 30%;
  z-index: 99999;
  display: block;
  overflow: auto;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.surveys-contaiinter-mobile {
  position: fixed;
  left: 10%;
  top: 20%;
  right: 10%;
  bottom: 20%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 40px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.videooptions-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ff7b57;
  font-size: 20px;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 300;
}

.case-study-subheaders {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 500;
  text-transform: none;
}

.section-13 {
  margin-bottom: 40px;
}

.stats {
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 3em;
  font-weight: 600;
}

.bulleted-list-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.2em;
}

.grid-23 {
  grid-column-gap: 35px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.bulleted-list-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 2em;
  font-weight: 300;
}

.case-study-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-18 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-24 {
  -ms-grid-columns: 1fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-grid-4 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 57px;
  padding-top: 20px;
  padding-bottom: 10px;
  justify-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-14 {
  background-image: url('../images/Group-2078.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.link-block-15 {
  background-image: url('../images/Group-2076.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-26 {
  -ms-grid-rows: 200px 200px 200px;
  grid-template-rows: 200px 200px 200px;
}

.link-block-16 {
  background-image: url('../images/Group-2077.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns-2 {
  padding-bottom: 60px;
}

.case-study-header-3 {
  margin-bottom: 40px;
}

.case-study-grid-3 {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 57px;
  padding-top: 20px;
  padding-bottom: 10px;
  justify-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-27 {
  grid-column-gap: 19px;
  grid-row-gap: 15px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.subheader_bold {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #141414;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
}

.section-14 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-19 {
  border-radius: 14px;
  background-color: rgba(117, 80, 255, 0.19);
}

.quote-font {
  display: block;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #141414;
  font-size: 1.2em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.section-15 {
  margin-bottom: 100px;
}

.grid-28 {
  grid-column-gap: 27px;
  grid-row-gap: 9px;
  -ms-grid-columns: 1fr 0.25fr 0.5fr;
  grid-template-columns: 1fr 0.25fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-57 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.bold-text-11 {
  font-size: 1.2em;
}

.bold-text-14 {
  color: #ff8a8a;
}

.bold-text-15 {
  color: #3ee6c9;
}

.heading-13-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

.container-25 {
  margin-bottom: 220px;
}

.c-pricing-table__header-plan-title {
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0);
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-indent: 0px;
}

.pricing-button {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 40px;
  border-radius: 4px;
  background-color: #1dbdff;
  box-shadow: 3px 1px 6px 0 rgba(0, 0, 0, 0.18);
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.pricing-button:hover {
  background-color: #65d2ff;
}

.c-pricing-table__row-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #eaeaea;
  background-color: transparent;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.c-pricing-table__row-title.is__size-12 {
  font-size: 13px;
}

.l-pricing-table__cell-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #eaeaea;
  background-color: transparent;
  opacity: 1;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 400;
  text-align: center;
}

.l-pricing-table__categ-header-text__long {
  height: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 10px;
  background-color: #4c26d6;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
  text-align: left;
  text-indent: 0px;
}

.c-pricing-table__subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 200px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 0.5px;
  border-color: #bdbdbd;
  background-color: rgba(106, 72, 231, 0.12);
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 17px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  text-indent: 10px;
}

.l-pricing-hero {
  display: none;
  padding-top: 160px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 59, 222, 0.87)), to(rgba(97, 59, 222, 0.87))), url('../images/6229361e657ab2ee5bd16f47_pricing_bg-1.jpg');
  background-image: linear-gradient(180deg, rgba(97, 59, 222, 0.87), rgba(97, 59, 222, 0.87)), url('../images/6229361e657ab2ee5bd16f47_pricing_bg-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.l-trust-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1420px;
  max-width: 100%;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.is__vertical-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is__vertical-direction.is__align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.is__justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.is__extended {
  width: 100%;
  padding-right: 20px;
  padding-left: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is__extended.is__margin-20 {
  padding-left: 20px;
}

.container.is__extended.is__space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.is__extended.is__less-padding {
  padding-left: 20px;
}

.container.is__extended.is__justify-start.is__space-rows {
  grid-row-gap: 40px;
}

.container.is__extended.is__left-aligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.is__justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.is__extended-90 {
  width: 90%;
}

.container.is__extended-90.is__space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.is__extended-80 {
  width: 1400px;
  max-width: 75%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.is__width-1100 {
  width: 1100px;
  padding-right: 0px;
  padding-left: 0px;
}

.container.is__width-900 {
  width: 900px;
}

.container.is__flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-trust-features__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.l-trust-features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding: 90px 40px 60px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.l-trust-features__item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-trust-features__item-image.is__reverse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-trust-features__item-content {
  width: 60%;
  padding-left: 40px;
}

.l-trust-features__item-content.is__reverse {
  padding-right: 40px;
  padding-left: 0px;
}

.c-trust-features__image {
  width: 466px;
}

.l-trust-features__item-title {
  width: 100%;
  max-width: 1070px;
  margin-bottom: 20px;
}

.l-trust-features__item-text {
  max-width: 950px;
}

.link-inline {
  display: inline;
}

.link-inline.is__purple {
  color: #6a48e7;
}

.link-inline.is__black {
  color: #333;
}

.l-trust-features__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 100px 0px 40px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.l-trust-partners__heading {
  width: 1040px;
  margin-bottom: 84px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.l-trust-partners__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.l-trust-partners__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-top: 65px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}

.c-trust-partners__logo {
  height: 35px;
}

.c-trust-partners__logo.is__different-size-1 {
  height: 42px;
}

.c-trust-partners__logo.is__different-size-2 {
  height: 50px;
}

.c-trust-partners__logo.is__different-size-3 {
  height: 50px;
}

.c-trust-partners__logo.is__different-size-4 {
  height: 38px;
}

.l-trust-partners__numbers-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 246px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
}

.c-trust-partners__numbers-title {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.c-trust-partners__numbers-text {
  margin-top: 10px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-styles {
  width: 100%;
  margin-bottom: 30px;
}

.text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
}

.text.is__smaller-12 {
  font-size: 12px;
  font-weight: 400;
}

.text.is__white {
  color: #fff;
}

.text.is__white.is__font-16 {
  font-size: 16px;
  font-weight: 400;
}

.text.is__white.is__font-16.is__weight-500 {
  font-weight: 500;
}

.text.is__white.is__smaller-12 {
  font-size: 12px;
}

.text.is__white.is__smaller-12.is__weight-600.is__spacing-4 {
  letter-spacing: 0.4px;
}

.text.is__white.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.text.is__size-16 {
  font-size: 16px;
}

.text.is__size-16.is__line-17em {
  line-height: 1.7em;
}

.text.is__size-16.is__line-17em.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.text.is__weight-600 {
  font-weight: 600;
}

.text.is__weight-600.is__purple {
  color: #6a48e7;
  font-weight: 500;
}

.text.is__smaller-bolder-spacing {
  font-size: 10px;
  line-height: 1.25em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.4px;
}

.text.is__smaller-bolder-spacing.is__v2 {
  width: 100%;
  color: #979797;
}

.text.is__smaller-10 {
  font-size: 10px;
}

.text.is__smaller-10.is__weight-600.is_spacing-4 {
  letter-spacing: 0.4px;
}

.text.is__smaller-10.is__weight-600.is_spacing-4.is__full-width {
  width: 100%;
}

.text.is__smaller-10.is__weight-600.is_spacing-4.is__full-width.is__weight-400 {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.text.is__margin-left-5 {
  margin-left: 5px;
}

.text.is__margin-left-5.is__v2 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1em;
}

.text.is__size-18 {
  font-size: 18px;
}

.text.is__size-18.is__width-limited {
  width: 164px;
}

.text.is__size-18.is__width-limited.is__white {
  width: 250px;
}

.text.is__size-18.is__margin-bottom-15 {
  margin-bottom: 15px;
}

.text.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.text.is__size-15 {
  font-size: 15px;
}

.text.is__size-28 {
  font-size: 1.3vw;
  line-height: 1.4em;
}

.text.is__size-30 {
  font-size: 30px;
}

.text-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 50px;
  line-height: 1.4em;
  font-weight: 700;
}

.text-h1.is__white {
  color: #fff;
}

.text-h1.is__black {
  color: #000;
}

.text-h1.is__black.is__size-60 {
  font-size: 3.4vw;
  line-height: 1.3em;
}

.text-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
}

.text-h3.is__slimer {
  font-weight: 400;
}

.text-h3.is__slimer.is__purple {
  color: #6a48e7;
}

.text-h3.is__slimer.is__size-22 {
  font-size: 22px;
}

.text-h3.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.text-h3.is__margin-bottom-20.is__size-20 {
  font-size: 20px;
}

.text-h3.is__purple {
  color: #4c26d6;
}

.text-h3.is__purple.is__underline {
  padding-bottom: 7px;
  border-bottom: 1px solid #6a48e7;
  font-size: 26px;
}

.text-h3.is__purple.is__size-24 {
  font-size: 24px;
}

.text-h3.is__purple.is__size-22 {
  font-size: 22px;
}

.text-h3.is__purple.is__size-22.is__max-width {
  max-width: 200px;
  line-height: 1em;
}

.text-h3.is__purple.is__v2 {
  font-size: 32px;
  line-height: 1em;
}

.text-h3.is__white {
  color: #fff;
}

.text-h3.is__white.is__vertical-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-h3.is__size-26 {
  font-size: 26px;
}

.text-h3.is__size-24 {
  font-size: 24px;
}

.text-h3.is__weight-600 {
  font-size: 26px;
  font-weight: 600;
}

.text-h3.is__weight-600.is__slido {
  font-size: 26px;
  line-height: 1.3em;
}

.text-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: 700;
}

.text-h2.is__white {
  color: #fff;
  line-height: 1.4em;
}

.text-h2.is__slimer {
  font-weight: 500;
}

.text-h2.is__slimer.is__purple {
  color: #6a48e7;
}

.text-h2.is__margin-bottom-10 {
  margin-bottom: 10px;
}

.text-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

.text-h4.is__bottom-15 {
  margin-bottom: 15px;
}

.text-h4.is__smaller {
  font-size: 16px;
}

.text-h4.is__smaller:hover {
  color: #43464f;
}

.text-h4.is__smaller.is__v2 {
  color: #070707;
  font-weight: 500;
}

.text-h4.is__weight-400 {
  font-weight: 400;
}

.text-h4.is__weight-400.is__size-21 {
  font-size: 21px;
}

.text-h4.is__size-24 {
  font-size: 24px;
}

.text-h4.is__size-20 {
  font-size: 20px;
}

.text-h4.is__black {
  color: #232323;
}

.font-styles-row {
  margin-bottom: 30px;
}

.button-large {
  background-color: #fff;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  line-height: 1.2em;
  font-weight: 400;
}

.button {
  display: none;
  padding: 12px 60px;
  border-radius: 3px;
  background-color: #fff;
  font-family: Manrope;
  color: #5121fb;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
}

.button.is__purple-bg {
  background-color: #6a48e7;
}

.button.is__purple-bg.is__white {
  color: #fff;
}

.button.is__purple-bg.is__white.is__full-width {
  width: 100%;
}

.button.is__purple-bg.is__white.is__full-width.is__radius-4 {
  border-radius: 4px;
}

.button.is__purple-bg.is__white.is__full-width.is__radius-4.is__shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 6px 6px 12px 0 hsla(0, 0%, 53.3%, 0.5);
  font-size: 14px;
}

.button.is__purple-bg.is__white.is__full-width.is__radius-4.is__shadow.is__light-green {
  background-color: #7ed321;
}

.l-footer__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 28px;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid hsla(0, 0%, 59.3%, 0.14);
}

.l-footer__lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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;
}

.l-footer__lower-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-footer__ssl-image {
  width: 84px;
}

.c-footer__cards-image {
  width: 181px;
  margin-left: 60px;
}

.c-footer__social-link {
  margin-right: 30px;
}

.c-footer__social-icon {
  height: 23px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: rgba(0, 0, 0, 0.7);
}

.c-footer__social-icon:hover {
  opacity: 0.9;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__logo {
  width: auto;
}

.l-footer__lower-copyright {
  margin-left: 20px;
  padding-right: 20px;
}

.background-video {
  display: none;
  width: 100%;
  height: auto;
  padding-top: 65px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 33, 252, 0.7)), to(rgba(91, 33, 252, 0.7)));
  background-image: linear-gradient(180deg, rgba(91, 33, 252, 0.7), rgba(91, 33, 252, 0.7));
}

.l-terms-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 59, 255, 0.74)), to(rgba(119, 59, 255, 0.74))), url('../images/62268e570f27ce3b9040720a_main-bg.jpeg');
  background-image: linear-gradient(180deg, rgba(119, 59, 255, 0.74), rgba(119, 59, 255, 0.74)), url('../images/62268e570f27ce3b9040720a_main-bg.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.l-terms-hero__title {
  width: 100%;
}

.l-terms-hero__subtitle {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.l-terms-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-terms-content__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.l-terms-content__row {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.rich-text {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.7em;
}

.custom-code {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.7em;
}

.l-navbar__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-navbar__cta {
  width: auto;
}

.l-pricing-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.l-pricing-cards__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-pricing-cards__content-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-cards__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pricing-cards__cards.is__v2 {
  grid-column-gap: 8px;
}

.c-pricing-cards__rating-image {
  width: 152px;
  margin-left: 0px;
}

.l-pricing-cards__card {
  width: 24%;
  max-width: 320px;
  min-width: 240px;
  margin-top: 14px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.13);
}

.l-pricing-cards__card:hover {
  margin-top: 9px;
  box-shadow: 0 7px 24px 12px rgba(0, 0, 0, 0.13);
}

.l-pricing-cards__card.is__no-margin {
  margin-top: 0px;
}

.l-pricing-cards__card.is__no-margin:hover {
  margin-top: -5px;
}

.l-pricing-cards__card.is__v2 {
  width: auto;
  max-width: 380px;
  min-width: 240px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.l-pricing-cards__top-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  -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;
  border-radius: 1px;
  background-color: #5233c3;
}

.l-pricing-cards__top-border.is__v2 {
  min-height: 12px;
}

.l-pricing-cards__title {
  padding-top: 33px;
  padding-bottom: 15px;
  text-align: center;
}

.l-pricing-cards__title.is__v2 {
  padding-top: 26px;
  padding-bottom: 18px;
}

.l-pricing-cards__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.l-pricing-cards__price.is__v2 {
  min-height: 108px;
  padding-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-cards__price.is__v2.is__3rd {
  padding-top: 0px;
}

.l-pricing-cards__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 121px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-cards__description.is__left-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pricing-cards__description.is__v2 {
  min-height: 190px;
  padding-right: 23px;
  padding-bottom: 15px;
  padding-left: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-cards__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.l-pricing-cards__about.is__v2 {
  min-height: 50px;
  padding-right: 23px;
  padding-bottom: 10px;
  padding-left: 23px;
}

.l-pricing-cards__cta {
  min-height: 100px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.l-pricing-cards__cta.is__height-120 {
  min-height: 120px;
  padding-top: 20px;
}

.l-pricing-cards__cta.is__v2 {
  min-height: 65px;
  padding-right: 23px;
  padding-left: 23px;
}

.l-pricing-cards__price-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-cards__price-top.is__v2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-cards__checked {
  width: 100%;
  margin-top: 10px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.l-pricing-cards__checked.is__enterprise {
  margin-top: 0px;
}

.text-span {
  color: #fde16e;
}

.l-powerpoint-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 76px;
  padding-bottom: 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6a48e7;
  background-image: url('../images/6252ccf344008d0dd432838d_Purple-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-powerpoint-numbers__numbers {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-powerpoint-numbers__numbers-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 355px;
  margin-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
}

.l-powerpoint-numbers__numbers-item.is__last-item {
  margin-bottom: 0px;
}

.c-powerpoint-numbers__numbers-title {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.c-powerpoint-numbers__numbers-text {
  margin-top: 7px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.l-powerpoint-integrations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 170px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-powerpoint-integrations.is__padding-bottom-20 {
  padding-bottom: 20px;
}

.l-powerpoint-integrations__title {
  margin-bottom: 30px;
}

.l-powerpoint-integrations__title.is__margin-bottom-40 {
  margin-bottom: 40px;
}

.l-powerpoint-integrations__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-powerpoint-integrations__logo {
  height: 47px;
  max-height: 80px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.c-powerpoint-integrations__logo:hover {
  -webkit-transform: scale3d(1.04, 1.04, 1.04);
  transform: scale3d(1.04, 1.04, 1.04);
}

.c-powerpoint-integrations__logo.zoom-logo {
  height: 36px;
}

.c-powerpoint-integrations__logo.webex-logo {
  height: 79px;
}

.c-powerpoint-integrations__logo.msteams-logo {
  height: 64px;
}

.l-pricing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.c-pricing-button__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 330px;
  margin-top: -28px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 3px 3px 3px 0 transparent;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6340c1;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.c-pricing-button__button.is__landing-page {
  margin-top: -30px;
  font-size: 18px;
}

.l-powerpoint-partners {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-powerpoint-promise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 59, 255, 0.74)), to(rgba(119, 59, 255, 0.74))), url('../images/622a7f89ba4f4c4ec7eaa1dc_our_promise-1.jpg');
  background-image: linear-gradient(180deg, rgba(119, 59, 255, 0.74), rgba(119, 59, 255, 0.74)), url('../images/622a7f89ba4f4c4ec7eaa1dc_our_promise-1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.l-powerpoint-promise__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-powerpoint-promise__content {
  width: 540px;
  padding-left: 0px;
}

.l-powerpoint-promise__cta-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  height: 104px;
  margin-right: 30px;
  padding-left: 9px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fde16e;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 hsla(0, 0%, 100%, 0.81);
  cursor: pointer;
}

.c-powerpoint-promise__icon {
  width: 40px;
  height: 40px;
}

.l-powerpoint-promise__cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-powerpoint-promise__border-line {
  width: 94px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 3px solid #fde16e;
}

.l-powerpoint-engage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/engage-bg-cc.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-powerpoint-engage__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-powerpoint-engage__items {
  width: 50%;
  padding-left: 0px;
}

.c-powerpoint-engage__border-line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 100px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.l-powerpoint-engage__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  margin-right: 40px;
  -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;
  border-radius: 4px;
  background-color: #fff;
}

.c-powerpoint-engage__icon {
  width: 42px;
}

.l-powerpoint-engage__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 423px;
  margin-bottom: 32px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-powerpoint-engage__image {
  margin-right: 30px;
}

.l-powerpoint-connection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  padding-bottom: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.l-powerpoint-connection__item {
  width: 23%;
  min-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.l-powerpoint-connection__symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.c-powerpoint-connection__symbol {
  width: 76px;
}

.l-powerpoint-engage__image {
  width: 80px;
}

.l-powerpoint-engage__item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-powerpoint-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-powerpoint-features__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-powerpoint-features__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-powerpoint-features__title-container {
  width: 100%;
  margin-bottom: -1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #6a48e7;
}

.l-powerpoint-features__title-container.is__slido {
  border-bottom-color: #232323;
}

.l-powerpoint-features__description {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 66px;
}

.l-powerpoint-features__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-powerpoint-features__items {
  width: 50%;
  padding-right: 70px;
}

.l-powerpoint-technology__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 156px;
  min-width: 490px;
  padding-right: 100px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-powerpoint-technology__item-content {
  margin-left: 46px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-powerpoint-technology__item-image {
  width: 40px;
  margin-top: 6px;
}

.l-powerpoint-technology__item-title {
  margin-bottom: 12px;
}

.l-powerpoint-technology {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-powerpoint-technology__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-powerpoint-technology__title-container {
  width: 100%;
  margin-bottom: -1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #6a48e7;
}

.l-powerpoint-technology__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-powerpoint-technology__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-powerpoint-technology__items {
  width: 50%;
  min-width: 456px;
}

.l-powerpoint-features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  margin-bottom: 40px;
  padding-right: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-powerpoint-features__item-image {
  width: 30px;
  margin-top: 6px;
}

.l-powerpoint-features__item-image.is__colored {
  display: none;
}

.l-powerpoint-features__item-content {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-powerpoint-features__item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-powerpoint-features__arrow {
  width: 7px;
  margin-top: 6px;
  margin-left: 10px;
}

.l-powerpoint-features__arrow.is__colored {
  display: none;
  width: 10px;
}

.l-powerpoint-setup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 85px;
  padding-bottom: 80px;
  -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;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-powerpoint-setup__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 35px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-powerpoint-setup__title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  margin-right: 38px;
  -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;
  border-radius: 4px;
  background-color: #8665ff;
}

.l-powerpoint-setup__title-icon {
  width: 53px;
  height: auto;
}

.l-powerpoint-setup__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-powerpoint-setup__items {
  width: 35%;
}

.l-powerpoint-setup__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-powerpoint-setup__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  padding-right: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.l-powerpoint-setup__item.is__no-margin-bottom {
  margin-bottom: 0px;
}

.c-powerpoint-setup__item-image {
  width: 42px;
  height: 42px;
  margin-right: 35px;
}

.l-powerpoint-hero {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Rectangle_1.png');
  background-position: 100% 100%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.l-powerpoint-hero__content {
  width: 50%;
  min-width: 496px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-powerpoint-hero__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.l-powerpoint-hero__title {
  margin-bottom: 20px;
}

.l-powerpoint-hero__subtitle {
  margin-bottom: 25px;
}

.l-powerpoint-hero__cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.c-powerpoint-hero__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-powerpoint-hero__text {
  margin-left: 10px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 20px;
  font-weight: 400;
}

.c-powerpoint-hero__image {
  width: 100%;
  max-width: 600px;
}

.l-powerpoint-clients__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0px;
  padding-right: 0%;
  padding-left: 0px;
  text-align: left;
}

.l-powerpoint-clients__reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.5);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.l-powerpoint-clients__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -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;
}

.l-powerpoint-clients__review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 334px;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
}

.c-powerpoint-clients__review-image {
  width: auto;
  height: 20px;
}

.c-powerpoint-clients__review-text {
  margin-top: 10px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.c-powerpoint-clients__review-text.is__size-27 {
  font-size: 27px;
}

.l-powerpoint-promise__cta-video {
  display: none;
  width: 100%;
}

.l-powerpoint-setup__image-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  height: 102px;
  margin-bottom: 30px;
  -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;
  border-radius: 7px;
  background-image: url('../images/622b8a9fc1f705c25bcc1d00_ppp-1-1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-powerpoint-setup__image-2 {
  width: 450px;
  height: 169px;
  border-radius: 7px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 33, 252, 0.5)), to(rgba(91, 33, 252, 0.5))), url('../images/622b8aadc1f7051560cc1d2f_ppp-2-1.jpg');
  background-image: linear-gradient(180deg, rgba(91, 33, 252, 0.5), rgba(91, 33, 252, 0.5)), url('../images/622b8aadc1f7051560cc1d2f_ppp-2-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.l-pricing-table-container {
  width: 100%;
  border-style: solid;
  border-width: 0px;
  border-color: #eaeaea;
}

.l-powerpoint-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 65px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 33, 252, 0.7)), to(rgba(91, 33, 252, 0.7)));
  background-image: linear-gradient(180deg, rgba(91, 33, 252, 0.7), rgba(91, 33, 252, 0.7));
}

.l-home-uses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-home-uses__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  max-width: 280px;
  min-height: 100px;
  min-width: 200px;
  margin: 10px;
  padding: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(255, 51, 228, 0.1);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #43464f;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.l-home-uses__item:hover {
  background-color: rgba(255, 51, 228, 0.08);
  opacity: 1;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.l-home-uses__item.item-2 {
  background-color: rgba(254, 152, 0, 0.1);
}

.l-home-uses__item.item-2:hover {
  background-color: rgba(254, 152, 0, 0.08);
}

.l-home-uses__item.item-3 {
  background-color: rgba(29, 189, 255, 0.22);
}

.l-home-uses__item.item-3:hover {
  background-color: rgba(29, 189, 255, 0.18);
}

.l-home-uses__item.item-4 {
  background-color: rgba(106, 72, 231, 0.1);
}

.l-home-uses__item.item-4:hover {
  background-color: rgba(106, 72, 231, 0.08);
}

.l-home-uses__item.item-5 {
  background-color: rgba(152, 255, 161, 0.15);
}

.l-home-uses__item.item-5:hover {
  background-color: rgba(152, 255, 161, 0.12);
}

.l-home-uses__item-icon {
  width: 42px;
}

.l-home-uses__item-icon.icon-2 {
  width: 56px;
}

.l-home-uses__item-icon.icon-3 {
  width: 54px;
}

.l-home-uses__item-icon.icon-4 {
  width: 53px;
}

.l-home-uses__item-icon.icon-5 {
  width: 42px;
  background-color: transparent;
}

.l-home-uses__item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 127px;
  margin-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #f25bfb;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 400;
}

.l-home-uses__item-text.item-2 {
  color: #fe9800;
}

.l-home-uses__item-text.item-3 {
  color: #1dbdff;
}

.l-home-uses__item-text.item-4 {
  color: #6a48e7;
}

.l-home-uses__item-text.item-5 {
  color: #70e17b;
}

.l-home-hero {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../images/622f6358c640c72ae0708979_Rectangle_1.jpg');
  background-position: 100% 100%;
  background-size: 41%;
  background-repeat: no-repeat;
}

.l-home-hero.is__home-b-bg {
  padding-top: 50px;
  padding-bottom: 60px;
  background-position: 100% 100%;
  background-size: 41%;
}

.l-home-hero__content {
  width: auto;
  max-width: 60%;
  min-width: 438px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.l-home-hero__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 519px;
  max-width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-home-hero__image.is__slido {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-home-hero__title {
  margin-bottom: 0px;
}

.l-home-hero__subtitle {
  margin-top: 20px;
  margin-bottom: 25px;
}

.l-home-hero__subtitle.is__slido {
  max-width: 700px;
  font-size: 15px;
}

.l-home-hero__subtitle.is__mobilepolling {
  max-width: 550px;
  margin-top: 30px;
  font-size: 15px;
}

.l-home-hero__cta.is__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-home-hero__image {
  position: static;
  width: auto;
  height: auto;
  max-height: 500px;
  min-height: 400px;
  min-width: 396px;
}

.c-home-hero__image.is__raffles {
  display: none;
}

.c-home-hero__image.is__leaderboards {
  display: none;
}

.c-home-hero__image.is__polling2 {
  display: none;
}

.c-home-hero__image.is__sentiment {
  display: none;
}

.c-home-hero__image.is__qya {
  display: none;
}

.c-home-hero__image.is__brainstorms {
  display: none;
}

.c-home-hero__image.is__quizzing {
  display: none;
}

.c-hero-hero__button {
  display: inline-block;
  padding: 14px 70px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #1dbdff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  cursor: pointer;
}

.c-hero-hero__button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.c-hero-hero__button.is__home-b {
  padding: 12px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #1dbdff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: opacity 200ms ease, color 200ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, transform 500ms ease, background-position 500ms ease, padding 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, transform 500ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 600;
  cursor: pointer;
}

.c-hero-hero__button.is__home-b:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.l-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-about-content__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding: 60px 40px 40px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
}

.l-about-content__item-title {
  width: 100%;
  max-width: 1070px;
  margin-bottom: 20px;
}

.l-about-content__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  padding: 0px 40px 60px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
}

.l-about-content__numbers-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-about-morecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-partners-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-partners-content__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
}

.l-partners-content__item.is__no-margin-bottom {
  padding-bottom: 0px;
}

.l-partners-content__item-title {
  width: 100%;
  max-width: 950px;
  margin-bottom: 10px;
}

.l-partners-content__item-text {
  max-width: 950px;
}

.l-partners-content__item-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-bottom: 10px;
  -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;
}

.l-partners-content__item-slider {
  width: 100%;
  max-width: 767px;
}

.l-partners-content__slide-nav {
  display: none;
}

.l-partners-content__slide-arrow-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.l-partners-content__slide-arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.l-partners-content__slide-arrow-left-icon {
  width: 40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-partners-content__slide-arrow-right-icon {
  width: 40px;
}

.l-partners-slider {
  width: 100%;
  height: 380px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.l-partners-slide__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Open-Audience-Directory-Logo-2020.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Open-Audience-Directory-Logo-2020.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 270px;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.l-partners-slide__container:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 72, 231, 0.9)), to(rgba(106, 72, 231, 0.9))), url('../images/Open-Audience-Directory-Logo-2020.png');
  background-image: linear-gradient(180deg, rgba(106, 72, 231, 0.9), rgba(106, 72, 231, 0.9)), url('../images/Open-Audience-Directory-Logo-2020.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 270px;
  background-repeat: repeat, no-repeat;
}

.l-partners-slide__container.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ADM-Logo-NEW_Charcoal-1-1.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/ADM-Logo-NEW_Charcoal-1-1.png');
  background-size: auto, 339px;
}

.l-partners-slide__container.slide-1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 72, 231, 0.9)), to(rgba(106, 72, 231, 0.9))), url('../images/ADM-Logo-NEW_Charcoal-1-1.png');
  background-image: linear-gradient(180deg, rgba(106, 72, 231, 0.9), rgba(106, 72, 231, 0.9)), url('../images/ADM-Logo-NEW_Charcoal-1-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 339px;
  background-repeat: repeat, no-repeat;
}

.l-partners-slide__container.slide-3 {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ScreeShot-20203-022.23.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/ScreeShot-20203-022.23.png');
  background-size: auto, 300px;
}

.l-partners-slide__container.slide-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 72, 231, 0.9)), to(rgba(106, 72, 231, 0.9))), url('../images/ScreeShot-20203-022.23.png');
  background-image: linear-gradient(180deg, rgba(106, 72, 231, 0.9), rgba(106, 72, 231, 0.9)), url('../images/ScreeShot-20203-022.23.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300px;
  background-repeat: repeat, no-repeat;
}

.l-partners-slide__container.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/eeg-logo-blue.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/eeg-logo-blue.png');
  background-size: auto, 369px;
}

.l-partners-slide__container.slide-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 72, 231, 0.9)), to(rgba(106, 72, 231, 0.9))), url('../images/eeg-logo-blue.png');
  background-image: linear-gradient(180deg, rgba(106, 72, 231, 0.9), rgba(106, 72, 231, 0.9)), url('../images/eeg-logo-blue.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 369px;
  background-repeat: repeat, no-repeat;
}

.l-partners-slide__container.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/extreme-2.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/extreme-2.png');
  background-size: auto, 400px;
}

.l-partners-slide__container.slide-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 72, 231, 0.9)), to(rgba(106, 72, 231, 0.9))), url('../images/extreme-2.png');
  background-image: linear-gradient(180deg, rgba(106, 72, 231, 0.9), rgba(106, 72, 231, 0.9)), url('../images/extreme-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 400px;
  background-repeat: repeat, no-repeat;
}

.l-partners-slide {
  width: 100%;
  height: 380px;
  padding-right: 65px;
  padding-left: 65px;
}

.l-partners-slide__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 5px;
}

.l-partners-slide__container-text {
  display: none;
  font-family: Manrope;
  color: #fff;
  font-size: 35px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.l-about-content__item {
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-uses-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-uses-content__item {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-uses-content__item-title {
  width: 100%;
  max-width: 850px;
  margin-bottom: 20px;
}

.l-uses-content__item-title.item-2 {
  max-width: 950px;
}

.l-uses-content__item-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.l-uses-content__item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.l-uses-content__item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-uses-content__item-features {
  width: 100%;
}

.l-uses-content__item-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-uses-content__item-cta-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 533px;
  margin-top: 55px;
  margin-bottom: 55px;
  padding: 45px 30px 35px;
  -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;
  border-radius: 10px;
  background-color: rgba(242, 91, 251, 0.1);
}

.l-uses-content__item-cta-quote.item-2 {
  background-color: rgba(254, 152, 0, 0.1);
}

.l-uses-content__item-cta-quote.item-3 {
  background-color: rgba(33, 208, 255, 0.1);
}

.l-uses-content__item-cta-quote.item-4 {
  width: 905px;
  background-color: rgba(106, 72, 231, 0.1);
}

.l-uses-content__item-cta-quote.item-5 {
  width: 905px;
  background-color: rgba(117, 230, 128, 0.1);
}

.l-uses-content__item-cta-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.l-uses-content__item-cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 100%;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #eaeaea;
}

.l-uses-content__item-cta-button.is__last-one {
  border-bottom-width: 0px;
}

.l-uses-content__item-features-title {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #979797;
}

.l-uses-content__item-features-grid {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.l-uses-content-features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 490px;
  padding-right: 100px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-uses-content-features__item.is__margin-minus-20 {
  margin-top: -20px;
}

.l-uses-content-features__item-image {
  width: 32px;
  height: auto;
  margin-top: 6px;
}

.l-uses-content-features__item-image.icon-touch {
  width: 24px;
  margin-right: 8px;
}

.l-uses-content-features__item-image.icon-voting {
  width: 19px;
  margin-right: 10px;
}

.l-uses-content-features__item-image.icon-files {
  width: 26px;
  margin-right: 6px;
}

.l-uses-content-features__item-content {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-uses-content-features__item-title {
  margin-bottom: 12px;
}

.c-uses-content__item-image {
  width: 100%;
  max-width: 630px;
  margin-right: 0px;
}

.c-uses-content__item-cta-quote {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #f25bfb;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}

.c-uses-content__item-cta-quote.item-2 {
  color: #fe9800;
}

.c-uses-content__item-cta-quote.item-3 {
  color: #21d0ff;
}

.c-uses-content__item-cta-quote.item-4 {
  color: #6a48e7;
}

.c-uses-content__item-cta-quote.item-5 {
  color: #75e680;
}

.l-uses-navigation__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-uses-navigation__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.5);
}

.l-uses-navigation__item-link.active {
  border-bottom-color: #6a48e7;
  color: #6a48e7;
}

.l-uses-navigation__item-text {
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.c-uses-content__item-features-title {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #f25bfb;
  font-size: 54px;
  line-height: 1.1em;
  font-weight: 700;
}

.c-uses-content__item-features-title.item-2 {
  color: #fe9800;
}

.c-uses-content__item-features-title.item-3 {
  color: #21d0ff;
}

.c-uses-content__item-features-title.item-4 {
  color: #6a48e7;
}

.c-uses-content__item-features-title.item-5 {
  color: #75e680;
}

.c-pricing-table__row-info-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 59.3%, 0.47);
  border-radius: 50%;
  background-color: hsla(0, 0%, 91.8%, 0);
  background-image: url('../images/Group-2703.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  direction: ltr;
  cursor: pointer;
}

.c-pricing-table__row-info-icon:hover {
  opacity: 1;
}

.c-pricing-table__row-info-tooltip {
  position: absolute;
  display: none;
  width: 150px;
  height: auto;
  margin-top: -43px;
  margin-left: -63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #6a48e7;
  border-radius: 4px;
  background-color: #fff;
}

.l-pricing-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.l-pricing-table__categ-header-icon {
  display: block;
  width: 40px;
  height: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #4c26d6;
  background-image: url('../images/Features.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.l-pricing-table__categ-header-icon.icon-account {
  background-image: url('../images/Page-1_1.svg');
}

.l-pricing-table__categ-header-icon.icon-polling {
  background-image: url('../images/Workswithtools.svg');
}

.l-pricing-table__categ-header-icon.icon-raffles {
  background-image: url('../images/Raffles_1.svg');
}

.l-pricing-table__categ-header-icon.icon-data {
  background-image: url('../images/Data.svg');
}

.l-pricing-table__categ-header-icon.icon-event {
  background-image: url('../images/625afba5b2223006d307cb8a_Event.png');
  background-size: 23px;
}

.l-pricing-table__categ-header-icon.icon-scalability {
  background-image: url('../images/Scalability_2.svg');
}

.l-pricing-table__categ-header-icon.icon-engagement {
  background-image: url('../images/engagment.svg');
}

.l-pricing-table-container__item {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-table-header {
  position: relative;
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.c-pricing-table-header__title {
  margin-top: 0px;
  margin-bottom: -1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6a48e7;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 700;
}

.c-pricing-table__row-info-tooltip-text {
  padding: 10px;
  font-family: Manrope;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
}

.l-pricing-table__row-info-white {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
  border-style: solid;
  border-width: 0px;
  border-color: #bdbdbd;
  border-radius: 0px;
  background-color: #fff;
  opacity: 1;
  direction: ltr;
}

.l-pricing-table__cell-grey-check {
  width: 30px;
  height: 30px;
  background-image: url('../images/Vector_2.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.l-pricing-table__cell-grey-dollar {
  width: 30px;
  height: 30px;
  background-image: url('../images/.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.l-pricing-table-top {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.l-pricing-trusted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.l-powerpoint-integrations__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-home-hero__cta-button {
  margin-right: 10px;
}

.l-homeb-hero__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 600px;
  min-width: 422px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-homeb-hero__image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 348px;
  min-width: 436px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 16px;
  background-color: #232323;
  background-image: url('../images/62bdbcc7a4746e42426b4bde_Video-thumbnail-1-min.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}

.l-homeb-hero__content {
  width: 50%;
  min-width: 450px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-homeb-hero__image-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.l-homeb-hero__image-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 113px;
  margin-top: 20px;
}

.c-homeb-hero__image-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 6px;
}

.l-homeb-hero__image-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-right: 10%;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-homeb-hero__image-logo {
  width: 50px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.c-homeb-hero__image-logo.logo-3 {
  width: 91px;
}

.c-homeb-hero__image-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 600;
}

.q-a-container {
  position: fixed;
  left: 10%;
  top: 15%;
  right: 10%;
  bottom: 15%;
  z-index: 99999;
  display: block;
  overflow: auto;
  padding: 40px 60px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.l-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: hsla(0, 0%, 100%, 0.59);
}

.l-popup.is__dark {
  background-color: rgba(35, 35, 35, 0.8);
}

.l-popup-container {
  position: relative;
  width: 900px;
  height: auto;
  min-height: 300px;
  padding: 60px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px 12px -2px rgba(0, 0, 0, 0.5);
}

.l-popup-container.is__dark {
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.l-popup-close {
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
}

.c-popup-close {
  display: block;
  width: 25px;
  height: auto;
  cursor: pointer;
}

.l-popup-features-content__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-popup-features-content__title-icon {
  height: 50px;
}

.c-popup-features-content__title-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 42px;
  line-height: 1.2em;
}

.c-popup-features-content__title-text.is__qa {
  color: #3ee6c9;
}

.c-popup-features-content__title-text.is__polls {
  color: #3d97ff;
}

.c-popup-features-content__title-text.is__pulse {
  color: #a0f264;
}

.c-popup-features-content__title-text.is__ideas {
  color: #c4e629;
}

.c-popup-features-content__title-text.is__materials {
  color: #f997ff;
}

.c-popup-features-content__title-text.is__announce {
  color: #fe9800;
}

.c-popup-features-content__title-text.is__raffle {
  color: #f2d358;
}

.c-popup-features-content__title-text.is__video {
  color: #ff8a8a;
}

.c-popup-features-content__title-text.is__agenda {
  color: #b49fec;
}

.c-popup-features-content__title-text.is__schedule {
  color: #ff7b57;
}

.c-popup-features-content__title-text.is__chat {
  color: #8fbde8;
}

.l-popup-features-content__description {
  margin-bottom: 30px;
}

.c-popup-features-content__description {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.5em;
}

.l-pricing-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-features__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pricing-features__items {
  width: 50%;
  min-width: 456px;
}

.l-pricing-features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 156px;
  min-width: 490px;
  padding-right: 100px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pricing-features__item-image {
  width: 36px;
  margin-top: 6px;
  opacity: 0.75;
}

.l-pricing-features__item-content {
  margin-left: 46px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-pricing-features__item-title {
  margin-bottom: 12px;
}

.c-pricing-features__item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
}

.c-pricing-features__item-text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.5em;
}

.l-popup-surveys {
  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;
}

.l-popup-features-content__features-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-popup-features-content__features-title {
  width: 100%;
  font-family: Poppins;
  color: #6a48e7;
  font-size: 20px;
  font-weight: 600;
}

.c-popup-features-content__features-title.is__qa {
  color: #3ee6c9;
}

.c-popup-features-content__features-title.is__poll {
  color: #3d97ff;
}

.c-popup-features-content__features-title.is__pulse {
  color: #a0f264;
}

.c-popup-features-content__features-title.is__ideas {
  color: #c4e629;
}

.c-popup-features-content__features-title.is__materials {
  color: #f997ff;
}

.c-popup-features-content__features-title.is__raffle {
  color: #f2d358;
}

.c-popup-features-content__features-title.is__video {
  color: #ff8a8a;
}

.c-popup-features-content__features-title.is__schedule {
  color: #ff7b57;
}

.l-popup-polls {
  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;
}

.l-popup-features-content__features-item {
  width: 50%;
}

.l-popup-qa {
  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;
}

.l-popup-pulse {
  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;
}

.l-popup-ideas {
  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;
}

.l-popup-materials {
  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;
}

.l-popup-announce {
  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;
}

.l-popup-raffle {
  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;
}

.l-popup-video {
  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;
}

.l-popup-agenda {
  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;
}

.l-popup-schedule {
  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;
}

.l-popup-chat {
  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;
}

.surveys {
  display: block;
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.surveys:hover {
  margin-top: -5px;
}

.polls-btn {
  display: block;
  margin-top: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  cursor: pointer;
}

.polls-btn:hover {
  margin-top: -5px;
}

.l-features-modules {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.l-features-modules__container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-features-reports {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.l-features-reports__content {
  width: 80%;
}

.l-features-reports__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-features-reports__description {
  margin-bottom: 30px;
}

.l-features-reports__features-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-features-reports__features-item {
  width: 50%;
}

.c-features-reports__features-title {
  width: 100%;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #f997ff;
  font-size: 20px;
  font-weight: 600;
}

.c-features-reports__features-title.is__security {
  color: #1dbdff;
}

.c-features-reports__features-title.is__event {
  color: #6a48e7;
}

.text-span-2 {
  font-size: 40px;
  font-weight: 400;
}

.html-embed {
  font-family: Manrope;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  cursor: pointer;
}

.html-embed-2 {
  cursor: pointer;
}

.c-features-banner__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  min-width: 160px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-features-banner__link.w--current {
  padding-right: 10px;
  padding-left: 10px;
}

.c-features-banner__link.is__more {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-features-banner__icon {
  width: 57px;
}

.c-features-banner__icon.is__live {
  width: 85px;
}

.c-features-banner__icon.is__quizzing {
  width: 42px;
}

.c-features-banner__text {
  margin-top: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.c-features-banner__text.is__more {
  margin-top: 20px;
  font-size: 20px;
}

.l-polls-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px 100px;
  -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;
}

.l-polls-features__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-polls-features__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-polls-features__text.is__live {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.l-polls-features__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-polls-features__text-item {
  margin-left: 0px;
}

.l-polls-features__text-item.is__second-col {
  margin-left: 60px;
}

.c-polls-features__title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #3d97ff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 700;
}

.c-polls-features__title.is__qa {
  width: 100%;
  color: #3ee6c9;
}

.c-polls-features__title.is__quizzing {
  color: #fe9800;
}

.c-polls-features__title.is__live {
  color: #82e739;
}

.c-polls-features__text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 2em;
}

.l-features-banner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6a48e7;
}

.l-calendly-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-calendly-hero__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
}

.c-calendly-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 41px;
  line-height: 1.4em;
  font-weight: 600;
}

.l-calendly-hero__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 0px 0px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px solid rgba(0, 0, 0, 0.2);
}

.c-calendly-hero__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
}

.c-calendly-hero__text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

.l-calendly-hero__text {
  max-width: 950px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.l-calendly-hero__details {
  width: 550px;
  max-width: 950px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.c-calendly-hero__details-name {
  margin-bottom: 5px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #979797;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
}

.c-calendly-hero__details-email {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
}

.l-calendly-hero__details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-calendly-hero__details-icon {
  margin-right: 15px;
}

.c-calendly-hero__details-date {
  margin-bottom: 0px;
  font-family: Manrope;
  color: #3d97ff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
}

.c-calendly-hero__details-date.calendly-date {
  min-height: 16px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 18px;
}

.html-embed-3 {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.c-home-hero__subtitle {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
}

.c-home-hero__subtitle.is__slido {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 400;
}

.c-home-hero__subtitle.is__mobilepolling {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
}

.c-home-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 57px;
  line-height: 1.3em;
  font-weight: 700;
}

.c-home-hero__title.is__blue {
  color: #3d97ff;
}

.l-popup-home-video {
  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;
}

.l-global-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.l-global-faq__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-global-faq__title-container {
  width: 50%;
}

.l-global-faq__title-container.is__desktop-hidden {
  display: none;
}

.l-global-faq__title-container-title {
  display: inline-block;
  width: auto;
  margin-bottom: -1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #6a48e7;
}

.c-global-faq__title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

.c-global-faq__title-span {
  font-weight: 300;
}

.l-global-faq__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-global-faq__content-faq {
  width: 50%;
  padding-right: 60px;
}

.l-global-faq__content-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-global-faq__blog-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 290px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-global-faq__blog-image {
  width: 74px;
  margin-right: 10px;
}

.c-global-faq__blog-text {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  line-height: 1.3em;
  font-weight: 500;
}

.c-global-faq__faq-description {
  max-width: 550px;
  margin-top: 30px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 15px;
  line-height: 1.5em;
}

.c-global-faq__faq-link {
  display: block;
  margin-top: 10px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
}

.l-pricing-logos {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.l-pricing-logos.is__landing-pages {
  padding-top: 10px;
  padding-bottom: 60px;
}

.l-pricing-logos__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pricing-logos__image {
  width: 16.6%;
  height: auto;
  max-height: 175px;
  max-width: 252px;
  min-height: 79px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-pricing-logos__image.is__ibm-logo {
  max-width: 180px;
}

.l-pricing-trusted__title {
  width: 60%;
}

.l-pricing-trusted__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  min-width: 463px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-pricing-trusted__badge {
  width: 140px;
  margin-left: 20px;
}

.c-pricing-trusted__title {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 600;
}

.c-pricing-cards__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  margin-top: -2px;
  padding: 10px 20px;
  -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;
  border-radius: 4px;
  background-color: #5233c3;
  box-shadow: 3px 3px 13px 0 hsla(0, 0%, 53.3%, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.c-pricing-cards__button:hover {
  margin-top: -2px;
  opacity: 0.8;
}

.c-pricing-cards__button.is__light-green {
  background-color: #7ed321;
  font-size: 18px;
}

.c-powerpoint-integrations__title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
}

.c-navbar__login-btn {
  display: none;
}

.c-navbar__contact-btn {
  display: none;
}

.l-navbar-mobile-row {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-global-faq__content-faq-container {
  background-color: #fff;
}

.c-powerpoint-promise__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 1.2em;
  font-weight: 700;
}

.l-agenda-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 59, 255, 0.74)), to(rgba(119, 59, 255, 0.74))), url('../images/62599329c1f87b16bd9934a4_jason-goodman-vbxyFxlgpjM-unsplash-1-1-1.jpeg');
  background-image: linear-gradient(180deg, rgba(119, 59, 255, 0.74), rgba(119, 59, 255, 0.74)), url('../images/62599329c1f87b16bd9934a4_jason-goodman-vbxyFxlgpjM-unsplash-1-1-1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.l-agenda-hero.is__search {
  padding-top: 140px;
  padding-bottom: 140px;
}

.l-agenda-hero__title {
  width: 100%;
}

.l-agenda-hero__subtitle {
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  border-top: 1px none #fff;
}

.c-agenda-hero__subtitle {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
}

.l-agenda-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-agenda-posts__posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.l-agenda-posts__categories {
  width: 370px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-agenda-posts__categories-container {
  padding: 30px 37px 20px;
  border-left: 3px solid #dedede;
}

.c-agenda-posts__categories-link {
  display: block;
  margin-bottom: 40px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #3d97ff;
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: underline;
}

.c-agenda-posts__categories-link {
  margin-bottom: 30px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 20px;
  text-transform: capitalize;
}

.l-post-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 924px;
  max-width: 100%;
  margin-bottom: 50px;
  padding: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #d8d8d8;
  border-radius: 10px;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.15);
}

.l-post-card__image {
  width: 342px;
  height: 244px;
  background-color: transparent;
  background-image: url('../images/meetingpulsevsslido-380x300.jpeg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.l-post-card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 15px;
  padding-left: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-post-card__content-category {
  margin-bottom: 0px;
}

.l-post-card__content-title {
  margin-bottom: 15px;
}

.l-post-card__content-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Manrope;
}

.l-post-card__content-link {
  margin-top: 20px;
}

.empty-state {
  min-height: 2px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.c-post-card__content-link {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #3c2fa8;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: underline;
}

.c-post-card__content-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
}

.c-post-card__content-category {
  display: none;
  margin-bottom: 25px;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.c-post-card__content-category.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-post-card__content-category.is__blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-post-card__content-author {
  margin-right: 5px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}

.c-post-card__content-author.is__hidden {
  display: none;
}

.l-post-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-post-template__content {
  width: 70%;
}

.l-post-template__sidebar {
  width: 30%;
  padding-top: 20px;
  padding-left: 37px;
}

.l-post-template__content-title {
  width: 500px;
  margin-bottom: 50px;
}

.l-post-template__content-image {
  margin-bottom: 50px;
}

.l-post-suggestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.l-post-suggestion__title {
  width: 100%;
  margin-bottom: 50px;
}

.l-post-suggestion__posts {
  width: 100%;
  margin-left: -30px;
  padding-right: 3rem;
}

.l-post-suggestion__card {
  display: block;
  width: 100%;
  height: 364px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 18px 37px 38px 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #d8d8d8;
  border-radius: 10px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
}

.l-post-suggestion__card-category {
  margin-bottom: 50px;
}

.l-post-suggestion__card-title {
  height: 123px;
  padding-left: 16px;
}

.l-post-suggestion__card-author {
  margin-bottom: 20px;
  padding-left: 15px;
}

.l-post-suggestion__card-button {
  padding-left: 15px;
}

.l-404-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  -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;
}

.l-404-hero__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.l-404-hero__image {
  margin-bottom: 60px;
}

.c-404-hero__image {
  width: 200px;
  height: auto;
}

.l-404-hero__button {
  margin-top: 40px;
}

.c-404-hero__button {
  display: block;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #6a48e7;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 18px;
}

.c-plans-id {
  position: absolute;
  top: -80px;
  height: 1px;
}

.c-pricing-request-demo {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #5233c3;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.c-pricing-request-demo:hover {
  margin-top: -2px;
  opacity: 0.8;
}

.c-pricing-plans-request-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  -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;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.l-partners-talk-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6a48e7;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.l-uses-demo-button-copy {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.c-about-content__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 42px;
  line-height: 1.4em;
  font-weight: 600;
}

.c-about-content__title.is__light-blue {
  color: #21d0ff;
}

.c-about-content__title.is__orange {
  color: #fe9800;
}

.c-about-content__title.is__green {
  color: #75e680;
}

.c-about-content__title.is__weight-500 {
  font-weight: 500;
}

.c-about-content__number-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 600;
}

.c-about-content__number-description {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
}

.c-about-description__text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 20px;
  line-height: 1.5em;
}

.c-about-description__text.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-uses-content__item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
}

.l-polls-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -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;
}

.l-polls-hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.l-polls-hero__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.c-polls-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 700;
}

.c-polls-hero__subtitle {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.c-polls-hero__subtitle.is_2nd {
  margin-top: 20px;
}

.c-polls-hero__button {
  display: inline-block;
  min-width: 200px;
  margin-top: 30px;
  margin-right: 0px;
  padding: 10px 20px;
  float: right;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #1bb7f8;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.c-polls-hero__button:hover {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #59ccfc;
  background-image: none;
  opacity: 1;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.c-polls-hero__image {
  display: block;
  width: 100%;
  max-width: 75%;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 50%;
}

.c-polls-features__image {
  margin-top: 0px;
  padding-top: 20px;
}

.c-polls-features__image:hover {
  margin-top: 0px;
  padding-top: 20px;
}

.c-polls-features__subtitle {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
}

.l-integrations-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 60px;
  -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;
}

.l-integrations-hero__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-integrations-hero__image.is__ms {
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-integrations-hero__image {
  display: block;
  width: 80%;
  max-width: 90%;
  margin-top: 0px;
  padding-bottom: 0px;
  font-size: 50%;
}

.l-integrations-hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.c-integrations-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 600;
}

.c-integrations-hero__subtitle {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 20px;
  line-height: 1.5em;
}

.c-integrations-hero__button {
  display: inline-block;
  min-width: 200px;
  margin-top: 30px;
  margin-right: 0px;
  padding: 10px 20px;
  float: right;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #1bb7f8;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.c-integrations-hero__button:hover {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #59ccfc;
  background-image: none;
  opacity: 1;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.l-integrations-hero__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  -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;
}

.l-integrations-whymp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -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;
}

.l-integrations-whymp__content {
  width: 50%;
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.l-integrations-whymp__image {
  width: 50%;
}

.c-integrations-whymp__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: left;
}

.c-integrations-whymp__text {
  padding-right: 40px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.2em;
}

.l-integrations-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.c-integrations-steps__text {
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.italic-text {
  color: #43464f;
  font-size: 16px;
  line-height: 1.3em;
}

.l-integrations-steps__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0px;
}

.l-integrations-steps__step-image {
  width: 55%;
}

.l-integrations-steps__step-text {
  width: 45%;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-integrations-steps__step-text {
  display: block;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: left;
}

.l-integrations-steps__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed-4 {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
}

.l-home-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -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;
}

.l-home-video__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.l-home-video__placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  height: 600px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 14px;
  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/our_promise-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/our_promise-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  cursor: auto;
}

.l-home-video__placeholder-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.l-home-video__placeholder-text {
  text-align: center;
}

.c-home-video__placeholder-text {
  opacity: 1;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #f0f0f0;
  font-size: 65px;
  line-height: 1.2em;
  font-weight: 600;
}

.html-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding-left: 10px;
  -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;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.46);
  text-align: left;
  cursor: pointer;
}

.html-embed-5-copy {
  display: none;
  width: 100px;
  height: 100px;
  padding-left: 10px;
  -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;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.46);
  text-align: left;
  cursor: pointer;
}

.l-home-video__video {
  display: none;
  width: 1160px;
  max-width: 100%;
}

.html-embed-6 {
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
}

.l-powerpoint-features__title-content {
  width: 350px;
  padding-bottom: 20px;
}

.c-mobilepollingb-hero__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #1dbdff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  cursor: pointer;
}

.c-mobilepollingb-hero__button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.html-embed-3-copy {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.l-mobilepollingb-hero__cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
}

.l-mobilepolling-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-mobilepolling-features__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 140px;
  padding-top: 0px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.l-mobilepolling-features__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.l-mobilepolling-features__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-mobilepolling-features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  min-height: 170px;
  padding-right: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-mobilepolling-features__item-icon {
  max-height: 36px;
  max-width: 40px;
  margin-top: 6px;
}

.l-mobilepolling-features__item-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-mobilepolling-features__item-title {
  margin-bottom: 12px;
}

.c-mobilepolling-features__item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
}

.c-mobilepolling-features__item-text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.l-mobilepolling-features__top-polls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 30px;
  margin-left: 5px;
  padding: 12px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: rgba(33, 144, 255, 0.1);
  font-family: SfUiDisplay, Verdana, sans-serif;
}

.l-mobilepolling-features__top-polls-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-mobilepolling-features__top-polls-col.is__right-col {
  margin-left: 0px;
  padding-left: 20px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.c-mobilepolling-features__polls-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #3d97ff;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 600;
}

.c-mobilepolling-features__polls-title.is__surveys {
  color: #75e680;
}

.c-mobilepolling-features__polls-title.is__quizzes {
  color: #f997ff;
}

.l-mobilepolling-features__top-polls-item {
  margin-right: 100px;
}

.c-mobilepolling-features__polls-subtitle {
  color: #3d97ff;
  font-size: 14px;
  font-weight: 600;
}

.c-mobilepolling-features__polls-subtitle.is__surveys {
  color: #75e680;
}

.c-mobilepolling-features__polls-subtitle.is__quizzes {
  width: 100%;
  color: #f997ff;
}

.c-mobilepolling-features__polls-text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 600;
}

.c-mobilepolling-features__polls-col-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #3d97ff;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 500;
}

.l-mobilepolling-features__top-surveys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: rgba(152, 255, 161, 0.22);
  font-family: SfUiDisplay, Verdana, sans-serif;
}

.l-mobilepolling-features__top-quizzes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: rgba(249, 151, 255, 0.24);
  font-family: SfUiDisplay, Verdana, sans-serif;
}

.html-embed-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  padding-left: 6px;
  -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;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.46);
  text-align: left;
  cursor: pointer;
}

.l-homeb-hero__video-container {
  display: none;
  width: 100%;
  height: auto;
  max-width: 800px;
}

.html-embed-8 {
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
}

.l-mobilepolling-features__item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.l-enterprise-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/61682f127c5b4511b21d2f08_enterprise_hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-enterprise-hero__title {
  margin-bottom: 20px;
  padding-right: 40px;
}

.l-enterprise-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  -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;
}

.c-enterprise-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
}

.l-api-why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.l-api-why__title {
  width: 100%;
}

.l-api-why__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-api-whymp__text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
}

.l-api-why__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-api-why__item.is__last-one {
  width: 100%;
}

.l-api-why__item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.l-api-why__item-text {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-api-why__item-icon {
  display: block;
  width: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.7;
}

.c-api-why__item-icon.is__all {
  width: 42px;
}

.c-api-why__item-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}

.c-api-why__item-text {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
}

.c-post-template__title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 600;
}

.c-post-template__content-image {
  width: 890px;
}

.c-post-template__text {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 17px;
  line-height: 1.25em;
}

.c-post-template__text h2 {
  margin-top: 40px;
  font-size: 25px;
}

.c-post-template__text h3 {
  margin-top: 30px;
  font-size: 20px;
}

.c-post-template__text h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 17px;
}

.c-post-template__text ul {
  margin-bottom: 25px;
}

.c-post-template__text li {
  margin-bottom: 5px;
}

.c-post-suggestion__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 600;
}

.l-post-suggestion__category {
  display: inline-block;
  padding: 4px 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  max-width: 330px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 34px;
}

.c-post-suggestion__card-author {
  display: inline;
  margin-right: 1px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 15px;
}

.c-post-suggestion__card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}

.c-post-suggestion__card-button {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #3c2fa8;
  font-size: 18px;
  text-decoration: underline;
}

.empty-state-2 {
  background-color: transparent;
}

.c-pagination-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 190px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 34px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #6a48e7;
}

.c-pagination-btn-text {
  margin-right: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.c-pagination-btn-icon {
  width: 11px;
  margin-left: 10px;
}

.c-pagination-btn-icon.is__back {
  margin-right: 10px;
  margin-left: 0px;
}

.pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 20px;
}

.c-agenda-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.4em;
  font-weight: 700;
}

.c-agenda-hero__title.is__centre {
  text-align: center;
}

.c-agenda-posts__categories-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #17191b;
  font-size: 23px;
  line-height: 1.4em;
  font-weight: 400;
}

.c-api-features__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: left;
}

.l-api-features__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.l-api-features__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-row-gap: 40px;
}

.l-api-features__content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-api-features__item-image {
  margin-right: 15px;
}

.c-api-features__item-text {
  display: block;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.l-api-features {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-50 {
  display: block;
}

.l-landingpage-hero {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Rectangle_2.png');
  background-position: 100% 100%;
  background-size: 41%;
  background-repeat: no-repeat;
}

.l-landingpage-hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  min-width: 376px;
  margin-bottom: 0px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.l-landingpage-hero__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  min-width: 300px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.l-landingpage-hero__image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 420px;
  max-width: 660px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-color: transparent;
  cursor: pointer;
}

.l-landingpage-hero__video-container {
  display: none;
  width: 100%;
  height: 420px;
  max-width: 800px;
}

.l-landingpage-hero__image-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-landingpage-hero__image-image {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
}

.l-landinpage-integrations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 130px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-landingpage-integrations__title {
  margin-bottom: 30px;
}

.c-landingpage-integrations__title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 500;
}

.l-landingpage-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 80px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.c-pricing-button__button-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 310px;
  margin-top: -30px;
  padding: 18px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #6a48e7;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6340c1;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.c-pricing-button__button-border:hover {
  border-color: rgba(106, 72, 231, 0.9);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: rgba(99, 64, 193, 0.9);
}

.l-landingpage-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-landingpage-features__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  padding-top: 0px;
  padding-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.2);
}

.purple-span {
  color: #6a48e7;
}

.l-landingpage-trusted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 100px;
  -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;
}

.l-landingpage-trusted__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.l-landingpage-trusted__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-landingpage-trusted__badge {
  width: 140px;
  margin-left: 20px;
}

.c-landingpage-trusted__text {
  margin-bottom: 0px;
  margin-left: 50px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.c-landingpage-trusted__title {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
}

.l-landingpage-hero__text {
  max-width: 700px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.c-landingpage-text {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 20px;
  line-height: 1.2em;
}

.c-landingpage-text h1 {
  margin-top: 0px;
  margin-bottom: 25px;
}

.c-landingpage-text ul {
  font-size: 16px;
}

.c-landingpage-text li {
  margin-bottom: 3px;
}

.c-landingpage-hero__image-container {
  border-radius: 27px;
}

.l-pricing-table-top__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-pricing-table-top__container-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0.5px solid #bdbdbd;
  border-left: 0.5px solid #bdbdbd;
}

.l-pricing-table-top__container-cell.is__1st {
  width: 230px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left-width: 0px;
}

.l-pricing-table-top__container-cell.is__last {
  border-right-width: 0px;
}

.c-pricing-table-top__header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: -18px;
  padding-left: 0px;
  background-color: rgba(255, 255, 255, 0);
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
  text-indent: 20px;
}

.l-pricing-table-container__item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #4c26d6;
  color: #6a48e7;
}

.l-pricing-table-container__item-header-background {
  position: static;
  display: block;
  width: 90%;
  height: 40px;
  background-color: #4c26d6;
}

.l-pricing-table-container__item-content {
  width: 100%;
}

.l-pricing-table-container__item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -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;
}

.l-pricing-table-container__item-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0.5px;
  border-color: #bdbdbd;
}

.l-pricing-table-container__item-cell-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  padding: 5px 7px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 0.5px;
  border-color: #bdbdbd;
}

.l-pricing-table-container__item-cell-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0.5px;
  border-color: #bdbdbd;
  background-color: #f0f0f0;
}

.c-pricing-table-container__image {
  width: 125px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.l-pricing-table-container__item-subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
  color: #6a48e7;
}

.l-pricing-table-container__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1420px;
  max-width: 100%;
  margin-top: -40px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pricing-table-top__container-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1420px;
  max-width: 100%;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-pricing-plans__request-demo {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: #7ed321;
  box-shadow: 3px 1px 6px 0 rgba(0, 0, 0, 0.18);
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.c-pricing-plans__request-demo:hover {
  background-color: rgba(126, 211, 33, 0.9);
}

.c-pricing-button__button-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 310px;
  margin-top: -30px;
  padding: 18px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1dbdff;
  border-radius: 4px;
  background-color: #1dbdff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.c-pricing-button__button-blue:hover {
  border-color: rgba(29, 189, 255, 0.9);
  background-color: rgba(29, 189, 255, 0.9);
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.c-pricing-button__button-blue-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 330px;
  margin-top: 0px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1dbdff;
  border-radius: 4px;
  background-color: #1dbdff;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.c-pricing-button__button-border-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 330px;
  margin-top: 0px;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #6a48e7;
  border-radius: 4px;
  background-color: #fff;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6340c1;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.l-landingpage-hero__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 32px;
  grid-row-gap: 15px;
}

.c-landingpage-hero__button-small-text {
  margin-top: 12px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: rgba(40, 43, 45, 0.5);
  font-size: 16px;
  text-align: center;
}

.c-landingpage-hero__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 280px;
  margin-top: 0px;
  padding: 18px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #6a48e7;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6340c1;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.c-landingpage-hero__button:hover {
  border-color: rgba(106, 72, 231, 0.9);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: rgba(99, 64, 193, 0.9);
}

.c-landingpage-hero__button-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 280px;
  margin-top: 0px;
  padding: 18px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1dbdff;
  border-radius: 4px;
  background-color: #1dbdff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.c-landingpage-hero__button-blue:hover {
  border-color: rgba(29, 189, 255, 0.9);
  background-color: rgba(29, 189, 255, 0.9);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.l-landingpage-hero__cta-singlebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-uses-demo-button {
  display: inline-block;
  padding: 14px 70px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #1dbdff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  cursor: pointer;
}

.l-uses-demo-button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.l-uses-demo-button.is__home-b {
  padding: 12px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #1dbdff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: opacity 200ms ease, color 200ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, transform 500ms ease, background-position 500ms ease, padding 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, transform 500ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 600;
  cursor: pointer;
}

.l-uses-demo-button.is__home-b:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.button-purple {
  display: inline-block;
  padding: 14px 70px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #6a48e7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  cursor: pointer;
}

.button-purple:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-purple.is__home-b {
  padding: 12px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #1dbdff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: opacity 200ms ease, color 200ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, transform 500ms ease, background-position 500ms ease, padding 500ms ease;
  transition: opacity 200ms ease, color 200ms ease, transform 500ms ease, background-position 500ms ease, padding 500ms ease, -webkit-transform 500ms ease;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 600;
  cursor: pointer;
}

.button-purple.is__home-b:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.c-pricing-cards__about {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.c-pricing-cards__about.is__smaller-12 {
  font-size: 12px;
  font-weight: 400;
}

.c-pricing-cards__about.is__white {
  color: #fff;
}

.c-pricing-cards__about.is__white.is__font-16 {
  font-size: 16px;
  font-weight: 400;
}

.c-pricing-cards__about.is__white.is__font-16.is__weight-500 {
  font-weight: 500;
}

.c-pricing-cards__about.is__white.is__smaller-12 {
  font-size: 12px;
}

.c-pricing-cards__about.is__white.is__smaller-12.is__weight-600.is__spacing-4 {
  letter-spacing: 0.4px;
}

.c-pricing-cards__about.is__white.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__about.is__size-16 {
  font-size: 16px;
}

.c-pricing-cards__about.is__size-16.is__line-17em {
  line-height: 1.7em;
}

.c-pricing-cards__about.is__size-16.is__line-17em.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__about.is__weight-600 {
  font-weight: 600;
}

.c-pricing-cards__about.is__weight-600.is__purple {
  color: #6a48e7;
  font-weight: 500;
}

.c-pricing-cards__about.is__smaller-bolder-spacing {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.c-pricing-cards__about.is__smaller-bolder-spacing.is__v2 {
  color: #979797;
}

.c-pricing-cards__about.is__smaller-10 {
  font-size: 10px;
}

.c-pricing-cards__about.is__smaller-10.is__weight-600.is_spacing-4 {
  letter-spacing: 0.4px;
}

.c-pricing-cards__about.is__smaller-10.is__weight-600.is_spacing-4.is__full-width {
  width: 100%;
}

.c-pricing-cards__about.is__smaller-10.is__weight-600.is_spacing-4.is__full-width.is__weight-400 {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.c-pricing-cards__about.is__margin-left-5 {
  margin-left: 5px;
}

.c-pricing-cards__about.is__margin-left-5.is__v2 {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1em;
}

.c-pricing-cards__about.is__size-18 {
  font-size: 18px;
}

.c-pricing-cards__about.is__size-18.is__width-limited {
  width: 164px;
}

.c-pricing-cards__about.is__size-18.is__width-limited.is__white {
  width: 250px;
}

.c-pricing-cards__about.is__size-18.is__margin-bottom-15 {
  margin-bottom: 15px;
}

.c-pricing-cards__about.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__about.is__size-15 {
  font-size: 15px;
}

.c-pricing-cards__about.is__size-28 {
  font-size: 1.3vw;
  line-height: 1.4em;
}

.c-pricing-cards__about.is__size-30 {
  font-size: 30px;
}

.c-pricing-cards__price {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
}

.c-pricing-cards__price.is__slimer {
  font-weight: 400;
}

.c-pricing-cards__price.is__slimer.is__purple {
  color: #6a48e7;
}

.c-pricing-cards__price.is__slimer.is__size-22 {
  font-size: 22px;
}

.c-pricing-cards__price.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__price.is__margin-bottom-20.is__size-20 {
  font-size: 20px;
}

.c-pricing-cards__price.is__purple {
  color: #6a48e7;
}

.c-pricing-cards__price.is__purple.is__underline {
  padding-bottom: 7px;
  border-bottom: 1px solid #6a48e7;
  font-size: 26px;
}

.c-pricing-cards__price.is__purple.is__size-24 {
  font-size: 24px;
}

.c-pricing-cards__price.is__purple.is__size-22 {
  font-size: 22px;
}

.c-pricing-cards__price.is__purple.is__size-22.is__max-width {
  max-width: 200px;
  line-height: 1em;
}

.c-pricing-cards__price.is__purple.is__v2 {
  font-size: 32px;
  line-height: 1em;
}

.c-pricing-cards__price.is__white {
  color: #fff;
}

.c-pricing-cards__price.is__white.is__vertical-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.c-pricing-cards__price.is__size-26 {
  font-size: 26px;
}

.c-pricing-cards__price.is__size-24 {
  font-size: 24px;
}

.c-pricing-cards__price.is__weight-600 {
  font-size: 26px;
  font-weight: 600;
}

.c-pricing-cards__price.is__weight-600.is__slido {
  font-size: 26px;
  line-height: 1.3em;
}

.c-pricing-cards__period {
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
}

.c-pricing-cards__period.is__smaller-12 {
  font-size: 12px;
  font-weight: 400;
}

.c-pricing-cards__period.is__white {
  color: #fff;
}

.c-pricing-cards__period.is__white.is__font-16 {
  font-size: 16px;
  font-weight: 400;
}

.c-pricing-cards__period.is__white.is__font-16.is__weight-500 {
  font-weight: 500;
}

.c-pricing-cards__period.is__white.is__smaller-12 {
  font-size: 12px;
}

.c-pricing-cards__period.is__white.is__smaller-12.is__weight-600.is__spacing-4 {
  letter-spacing: 0.4px;
}

.c-pricing-cards__period.is__white.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__period.is__size-16 {
  font-size: 16px;
}

.c-pricing-cards__period.is__size-16.is__line-17em {
  line-height: 1.7em;
}

.c-pricing-cards__period.is__size-16.is__line-17em.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__period.is__weight-600 {
  font-weight: 600;
}

.c-pricing-cards__period.is__weight-600.is__purple {
  color: #6a48e7;
  font-weight: 500;
}

.c-pricing-cards__period.is__smaller-bolder-spacing {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.c-pricing-cards__period.is__smaller-bolder-spacing.is__v2 {
  color: #979797;
}

.c-pricing-cards__period.is__smaller-10 {
  font-size: 10px;
}

.c-pricing-cards__period.is__smaller-10.is__weight-600.is_spacing-4 {
  letter-spacing: 0.4px;
}

.c-pricing-cards__period.is__smaller-10.is__weight-600.is_spacing-4.is__full-width {
  width: 100%;
}

.c-pricing-cards__period.is__smaller-10.is__weight-600.is_spacing-4.is__full-width.is__weight-400 {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.c-pricing-cards__period.is__margin-left-5 {
  margin-left: 5px;
}

.c-pricing-cards__period.is__margin-left-5.is__v2 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1em;
}

.c-pricing-cards__period.is__size-18 {
  font-size: 18px;
}

.c-pricing-cards__period.is__size-18.is__width-limited {
  width: 164px;
}

.c-pricing-cards__period.is__size-18.is__width-limited.is__white {
  width: 250px;
}

.c-pricing-cards__period.is__size-18.is__margin-bottom-15 {
  margin-bottom: 15px;
}

.c-pricing-cards__period.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__period.is__size-15 {
  font-size: 15px;
}

.c-pricing-cards__period.is__size-28 {
  font-size: 1.3vw;
  line-height: 1.4em;
}

.c-pricing-cards__period.is__size-30 {
  font-size: 30px;
}

.c-pricing-cards__price-top {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #979797;
  font-size: 10px;
  line-height: 1.5em;
  font-weight: 400;
}

.c-pricing-cards__price-top.is__smaller-12 {
  font-size: 12px;
  font-weight: 400;
}

.c-pricing-cards__price-top.is__white {
  color: #fff;
}

.c-pricing-cards__price-top.is__white.is__font-16 {
  font-size: 16px;
  font-weight: 400;
}

.c-pricing-cards__price-top.is__white.is__font-16.is__weight-500 {
  font-weight: 500;
}

.c-pricing-cards__price-top.is__white.is__smaller-12 {
  font-size: 12px;
}

.c-pricing-cards__price-top.is__white.is__smaller-12.is__weight-600.is__spacing-4 {
  letter-spacing: 0.4px;
}

.c-pricing-cards__price-top.is__white.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__price-top.is__size-16 {
  font-size: 16px;
}

.c-pricing-cards__price-top.is__size-16.is__line-17em {
  line-height: 1.7em;
}

.c-pricing-cards__price-top.is__size-16.is__line-17em.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__price-top.is__weight-600 {
  font-weight: 600;
}

.c-pricing-cards__price-top.is__weight-600.is__purple {
  color: #6a48e7;
  font-weight: 500;
}

.c-pricing-cards__price-top.is__smaller-bolder-spacing {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.c-pricing-cards__price-top.is__smaller-bolder-spacing.is__v2 {
  color: #979797;
}

.c-pricing-cards__price-top.is__smaller-10 {
  font-size: 10px;
}

.c-pricing-cards__price-top.is__smaller-10.is__weight-600.is_spacing-4 {
  letter-spacing: 0.4px;
}

.c-pricing-cards__price-top.is__smaller-10.is__weight-600.is_spacing-4.is__full-width {
  width: 100%;
}

.c-pricing-cards__price-top.is__smaller-10.is__weight-600.is_spacing-4.is__full-width.is__weight-400 {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.c-pricing-cards__price-top.is__margin-left-5 {
  margin-left: 5px;
}

.c-pricing-cards__price-top.is__margin-left-5.is__v2 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1em;
}

.c-pricing-cards__price-top.is__size-18 {
  font-size: 18px;
}

.c-pricing-cards__price-top.is__size-18.is__width-limited {
  width: 164px;
}

.c-pricing-cards__price-top.is__size-18.is__width-limited.is__white {
  width: 250px;
}

.c-pricing-cards__price-top.is__size-18.is__margin-bottom-15 {
  margin-bottom: 15px;
}

.c-pricing-cards__price-top.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-pricing-cards__price-top.is__size-15 {
  font-size: 15px;
}

.c-pricing-cards__price-top.is__size-28 {
  font-size: 1.3vw;
  line-height: 1.4em;
}

.c-pricing-cards__price-top.is__size-30 {
  font-size: 30px;
}

.c-pricing-cards__price-switch {
  margin-bottom: 15px;
}

.c-mobilepollingb-hero__button-request-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #6a48e7;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  cursor: pointer;
}

.c-mobilepollingb-hero__button-request-demo:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.html-embed-3-copy-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.c-navbar__cta-button-copy {
  position: static;
  left: auto;
  top: 3%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  min-width: 20%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 5px 40px;
  float: right;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #1dbdff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
  cursor: pointer;
}

.c-navbar__cta-button-copy:hover {
  background-color: #59ccfc;
  background-image: none;
  opacity: 1;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.c-mobilepolling-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 3.1em;
  line-height: 1.3em;
  font-weight: 700;
}

.c-mobilepolling-hero__title.is__blue {
  color: #3d97ff;
}

.c-mobilepolling-hero__title.is__homeb {
  font-size: 4em;
}

.heading-12 {
  font-family: SfUiDisplay, Verdana, sans-serif;
}

.blue-span {
  color: #1dbdff;
}

.c-homeb-hero__request-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding: 11px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #6a48e7;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.c-homeb-hero__request-demo:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.c-homeb-hero__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  padding: 11px 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #1dbdff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.c-homeb-hero__button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.c-homeb-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 4.2em;
  line-height: 1.3em;
  font-weight: 700;
}

.c-homeb-hero__title.is__blue {
  color: #3d97ff;
}

.c-homeb-hero__title.is__homeb {
  font-size: 4em;
}

.l-pricing-cards__inputs {
  display: none;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-agenda-posts__search-container {
  margin-bottom: 60px;
}

.l-agenda-posts__search-container.is__hidden-on-desktop {
  display: none;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #dedede;
  border-radius: 3px;
}

.search-button {
  min-height: 45px;
  padding: 0px 22px;
  border-left: 0px solid #dedede;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/output-onlinepngtools.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  text-decoration: none;
}

.search-button:hover {
  background-color: hsla(0, 0%, 87.1%, 0.2);
}

.search-input {
  min-height: 45px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #dedede;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 18px;
}

.l-searchresults {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-searchresults-posts__posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.l-searchresults-posts__categories-container {
  padding: 30px 37px 20px;
  border-left: 3px solid #dedede;
}

.l-pricing-cards__description-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 121px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-cards__description-copy.is__left-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pricing-cards__description-copy.is__v2 {
  min-height: 245px;
  padding-right: 23px;
  padding-bottom: 15px;
  padding-left: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-pricing-cards__about-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  margin-top: -35px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.l-pricing-cards__about-copy.is__v2 {
  min-height: 55px;
  padding-right: 23px;
  padding-bottom: 10px;
  padding-left: 23px;
}

.search-result-wrapper {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.text-block-58 {
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 17px;
}

.search-input__cancel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 3px;
}

.search-input__cancel:hover {
  background-color: transparent;
}

.search-input__cancel-icon {
  width: 26px;
  padding: 0px;
  background-color: transparent;
}

.search-input__cancel-icon:hover {
  background-color: transparent;
}

.l-agenda-hero__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 23px;
}

.c-agenda-hero__socials-linkedin {
  display: none;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.c-agenda-hero__socials-linkedin-icon {
  width: 43px;
}

.c-agenda-hero__socials-subscribe {
  display: none;
  min-height: 43px;
  padding: 8px 20px;
  -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;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.c-agenda-hero__socials-subscribe-button {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #6a48e7;
  font-size: 25px;
  font-weight: 400;
}

.l-pricing-cards__rating-link {
  margin-left: 15px;
}

.l-post-template__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 130px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 23px;
}

.l-terms-content__table {
  font-family: SfUiDisplay, Verdana, sans-serif;
}

.anchor {
  position: absolute;
  top: -150px;
  height: 1px;
  margin-top: 0px;
}

.c-pricing-cards__button-smb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  margin-top: -2px;
  padding: 10px 20px;
  -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;
  border-radius: 4px;
  background-color: #7ed321;
  box-shadow: 3px 3px 13px 0 hsla(0, 0%, 53.3%, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.c-pricing-cards__button-smb:hover {
  margin-top: -2px;
  opacity: 0.8;
}

.c-pricing-cards__button-smb.is__light-green {
  background-color: #7ed321;
  font-size: 18px;
}

.l-convocation-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 100px;
  -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;
}

.l-convocation-cta.is__hidden {
  display: none;
}

.l-convocation-cta__container {
  width: 920px;
  padding: 60px 80px;
  border-radius: 10px;
  background-color: transparent;
  font-family: SfUiDisplay, Verdana, sans-serif;
}

.l-convocation-cta__container-title {
  padding-bottom: 30px;
}

.c-convocation-cta__container-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.text-2 {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
}

.text-2.is__size-16 {
  font-size: 16px;
}

.text-2.is__size-16.is__line-17em {
  line-height: 1.7em;
}

.text-2.is__size-16.is__line-17em.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.text-2.is__size-16.is__line-17em.is__margin-bottom-5 {
  margin-bottom: 5px;
}

.text-h3-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
}

.text-h3-2.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.l-terms-content__row-2 {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.c-convocation-hero__image-image {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.25);
}

.l-convocation-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: linear-gradient(266deg, rgba(33, 4, 95, 0.5), rgba(47, 11, 181, 0.5)), url('../images/pexels-shelagh-murphy-1666816-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.l-convocation-hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  min-width: 376px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.l-convocation-hero__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  min-width: 300px;
  padding-right: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.l-convocation-hero__text {
  max-width: 700px;
  margin-bottom: 0px;
  padding-right: 80px;
  padding-bottom: 60px;
}

.c-convocation-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 700;
}

.c-convocation-hero__subtitle {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 400;
}

.c-convocation-hero__subtitle.is_2nd {
  margin-top: 20px;
}

.c-convocation-hero__subtitle.is__1st {
  margin-top: 40px;
}

.c-convocation-hero__subtitle-copy {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.c-convocation-hero__subtitle-copy.is_2nd {
  margin-top: 20px;
}

.l-convocation-hero__title {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
}

.l-convocation-hero__form {
  width: 100%;
  max-width: 500px;
  min-height: 441px;
  margin-top: 0px;
  padding: 10px 20px 0px;
  border-radius: 10px;
  background-color: #fff;
}

.html-embed-9 {
  width: auto;
}

.c-convocation-hero__logo {
  width: 125px;
}

.l-convocation-hero__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 376px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.l-convocation-hero__shape {
  width: 100%;
  margin-top: 13vw;
}

.l-convocation-hero__conference-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-width: 376px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-convocation-hero__conference-logo {
  width: 161px;
}

.c-terms-content_list-item {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
}

.c-terms-content_list-item.is__smaller-12 {
  font-size: 12px;
  font-weight: 400;
}

.c-terms-content_list-item.is__white {
  color: #fff;
}

.c-terms-content_list-item.is__white.is__font-16 {
  font-size: 16px;
  font-weight: 400;
}

.c-terms-content_list-item.is__white.is__font-16.is__weight-500 {
  font-weight: 500;
}

.c-terms-content_list-item.is__white.is__smaller-12 {
  font-size: 12px;
}

.c-terms-content_list-item.is__white.is__smaller-12.is__weight-600.is__spacing-4 {
  letter-spacing: 0.4px;
}

.c-terms-content_list-item.is__white.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-terms-content_list-item.is__size-16 {
  font-size: 16px;
}

.c-terms-content_list-item.is__size-16.is__line-17em {
  line-height: 1.7em;
}

.c-terms-content_list-item.is__size-16.is__line-17em.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-terms-content_list-item.is__weight-600 {
  font-weight: 600;
}

.c-terms-content_list-item.is__weight-600.is__purple {
  color: #6a48e7;
  font-weight: 500;
}

.c-terms-content_list-item.is__smaller-bolder-spacing {
  font-size: 10px;
  line-height: 1.25em;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.4px;
}

.c-terms-content_list-item.is__smaller-bolder-spacing.is__v2 {
  width: 100%;
  color: #979797;
}

.c-terms-content_list-item.is__smaller-10 {
  font-size: 10px;
}

.c-terms-content_list-item.is__smaller-10.is__weight-600.is_spacing-4 {
  letter-spacing: 0.4px;
}

.c-terms-content_list-item.is__smaller-10.is__weight-600.is_spacing-4.is__full-width {
  width: 100%;
}

.c-terms-content_list-item.is__smaller-10.is__weight-600.is_spacing-4.is__full-width.is__weight-400 {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.c-terms-content_list-item.is__margin-left-5 {
  margin-left: 5px;
}

.c-terms-content_list-item.is__margin-left-5.is__v2 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1em;
}

.c-terms-content_list-item.is__size-18 {
  font-size: 18px;
}

.c-terms-content_list-item.is__size-18.is__width-limited {
  width: 164px;
}

.c-terms-content_list-item.is__size-18.is__width-limited.is__white {
  width: 250px;
}

.c-terms-content_list-item.is__size-18.is__margin-bottom-15 {
  margin-bottom: 15px;
}

.c-terms-content_list-item.is__size-18.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.c-terms-content_list-item.is__size-15 {
  font-size: 15px;
}

.c-terms-content_list-item.is__size-28 {
  font-size: 1.3vw;
  line-height: 1.4em;
}

.c-terms-content_list-item.is__size-30 {
  font-size: 30px;
}

.list-3 {
  list-style-type: lower-alpha;
}

.c-sla__list {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  list-style-type: lower-alpha;
}

.c-sla__list-item {
  margin-bottom: 15px;
}

.l-sla-content__row {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.c-terms-content__list-item {
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #43464f;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
}

.c-terms-content__list-item.is__size-16 {
  font-size: 16px;
}

.c-terms-content__list-item.is__size-16.is__line-17em {
  line-height: 1.7em;
}

.c-terms-content__list-item.is__size-16.is__line-17em.is__margin-bottom-20 {
  margin-bottom: 20px;
}

.l-lp-hero__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 600px;
  min-width: 422px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-lp-hero__form-container {
  width: 480px;
  max-width: 100%;
  min-height: 350px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.25);
}

.l-lp-hero {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../images/622f6358c640c72ae0708979_Rectangle_1.jpg');
  background-position: 100% 100%;
  background-size: 41%;
  background-repeat: no-repeat;
}

.l-lp-hero.is__home-b-bg {
  padding-top: 50px;
  padding-bottom: 60px;
  background-position: 100% 100%;
  background-size: 41%;
}

.l-lp-hero.is__lp-bg {
  padding-top: 50px;
  padding-bottom: 60px;
  background-position: 100% 100%;
  background-size: 41%;
}

.l-lp-hero__content {
  width: 50%;
  min-width: 499px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-lp-hero__title {
  margin-bottom: 30px;
}

.c-lp-hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 700;
}

.c-lp-hero__title.is__blue {
  color: #3d97ff;
}

.c-lp-hero__title.is__homeb {
  font-size: 4em;
}

.l-lp-hero__subtitle {
  margin-top: 20px;
  margin-bottom: 25px;
}

.l-lp-hero__subtitle.is__slido {
  max-width: 700px;
  font-size: 15px;
}

.l-lp-hero__subtitle.is__mobilepolling {
  max-width: 550px;
  margin-top: 30px;
  font-size: 15px;
}

.c-lp-hero__subtitle {
  max-width: 640px;
  margin-bottom: 20px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #232323;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 400;
}

.c-lp-hero__subtitle.is__slido {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 400;
}

.c-lp-hero__subtitle.is__mobilepolling {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
}

.c-navbar-dropdown__title {
  font-family: SfUiDisplay, Verdana, sans-serif;
}

.l-navbar-dropdown__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: #000;
}

.l-navbar-dropdown__icon {
  padding-right: 12px;
  padding-left: 12px;
}

.c-navbar-dropdown__text-title {
  margin-bottom: 7px;
  font-family: SfUiDisplay, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.2em;
}

.c-navbar-dropdown__text-subtitle {
  font-family: SfUiDisplay, Verdana, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 8px;
  line-height: 1.2em;
}

.c-navbar-dropdown__icon {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .c-navbar__mobile-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: 0px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
  }

  .c-navbar__mobile-button.w--open {
    background-color: #fff;
  }

  .icon-2 {
    width: 100%;
    background-color: #141414;
    font-size: 50px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .nav-menu {
    margin-left: 0px;
    background-color: #fff;
    box-shadow: 0 6px 17px -4px #141414;
  }

  .c-navbar__cta-button {
    padding: 5px 10px;
    background-color: #1dbdff;
    background-image: none;
    -webkit-transition-property: none;
    transition-property: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    white-space: normal;
  }

  .c-navbar__cta-button:hover {
    position: static;
    display: block;
    overflow: visible;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-color: #141414;
    background-color: #59ccfc;
  }

  .primary-cta {
    padding: 10px 20px;
    background-color: #1dbdff;
    background-image: none;
    -webkit-transition-duration: 200ms, 400ms, 500ms, 200ms, 200ms;
    transition-duration: 200ms, 400ms, 500ms, 200ms, 200ms;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    white-space: normal;
  }

  .primary-cta:hover {
    position: static;
    padding-left: 20px;
    border-color: #141414;
    background-color: #59ccfc;
  }

  .header-font {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 2em;
  }

  .webex-image {
    margin-top: 0px;
  }

  .l-global-integrations {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-global-integrations.hero {
    margin-top: 0px;
    margin-bottom: 63px;
    padding-bottom: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .l-global-integrations.social-proof {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #6a48e7;
  }

  .l-global-integrations.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-global-integrations.features-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-old {
    top: 0px;
    height: 300px;
    max-width: 2000px;
    margin-top: 100px;
  }

  .subheader {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .subheader.max-500 {
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .column {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .column.max-600 {
    width: 90%;
    margin-left: -10px;
    padding-left: 0px;
  }

  .hero-slider-content {
    grid-auto-flow: row dense;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
  }

  .link-title {
    line-height: 1em;
    text-align: center;
  }

  .grid-9 {
    margin-top: 79px;
    margin-bottom: 51px;
  }

  .why-meetingpulse-header {
    min-width: 0.5em;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-footer {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .c-footer__logo-link {
    width: 100px;
  }

  .c-footer__logo-image {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .dropdown-toggle {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dropdown-toggle:hover {
    margin-top: 0px;
  }

  .dropdown {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dropdown-list {
    width: auto;
    min-width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .grid-11 {
    width: 100%;
    margin-top: -51px;
  }

  .nav-link {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #6a48e7;
    border-bottom: 1px solid #6a48e7;
  }

  .navbar {
    padding-left: 20px;
    font-weight: 400;
  }

  .c-features-modules__title {
    margin-top: 0px;
    margin-bottom: 48px;
    padding-bottom: 0px;
  }

  .integration-steps {
    margin-left: 48px;
  }

  .text-block-52 {
    margin-left: -6px;
  }

  .c-navbar__logo {
    width: 80px;
    height: 80px;
  }

  .activate-hybrid {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .steps-titles {
    min-width: 90%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .c-navbar__mobile-image {
    display: block;
    width: 30px;
  }

  .paragraph {
    line-height: 1.3em;
  }

  .case-study-grid {
    margin-top: -51px;
  }

  .case-study-grid-4 {
    width: 90%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto 0px auto;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr 30px 1.5fr 30px 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .grid-26 {
    -ms-grid-rows: 200px 200px 200px;
    grid-template-rows: 200px 200px 200px;
  }

  .case-study-grid-3 {
    width: 90%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto 0px auto;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr 30px 1.5fr 30px 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .subheader_bold {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .quote-font {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .pricing-button {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .l-pricing-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .l-trust-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container.is__vertical-direction {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container.is__vertical-direction.is__align-start {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.is__extended {
    padding-left: 20px;
  }

  .container.is__justify-space-between.is__vertical-direction-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.is__extended-80 {
    max-width: 100%;
  }

  .l-trust-features__heading {
    margin-bottom: 30px;
  }

  .l-trust-features__item {
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-trust-features__item-image {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-trust-features__item-image.is__reverse {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-trust-features__item-content {
    width: 100%;
    padding-left: 0px;
  }

  .l-trust-features__item-content.is__reverse {
    padding-right: 0px;
  }

  .c-trust-features__image {
    width: 75%;
    max-width: 500px;
  }

  .l-trust-features__item-title {
    text-align: center;
  }

  .l-trust-features__item-text {
    text-align: center;
  }

  .l-trust-features__cta {
    padding-top: 40px;
  }

  .l-trust-partners__heading {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .l-trust-partners__logos {
    max-width: 100%;
    -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;
  }

  .l-trust-partners__numbers {
    max-width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-trust-partners__logo {
    height: 23px;
    margin: 15px;
    padding: 0px;
  }

  .c-trust-partners__logo.is__different-size-1 {
    height: 30px;
  }

  .c-trust-partners__logo.is__different-size-2 {
    height: 32px;
  }

  .c-trust-partners__logo.is__different-size-3 {
    height: 33px;
  }

  .c-trust-partners__logo.is__different-size-4 {
    height: 27px;
  }

  .c-trust-partners__numbers-title {
    font-size: 40px;
  }

  .c-trust-partners__numbers-text {
    margin-top: 0px;
    font-size: 14px;
  }

  .text.is__size-28 {
    font-size: 17px;
  }

  .text-h1 {
    font-size: 40px;
  }

  .text-h1.is__black.is__size-60 {
    font-size: 35px;
  }

  .text-h3 {
    font-size: 23px;
  }

  .text-h2 {
    font-size: 30px;
  }

  .text-h4 {
    font-size: 16px;
  }

  .l-footer__upper {
    padding-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-footer__lower {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer__lower-social-links {
    width: 100%;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-footer__lower-payment-icons {
    width: 100%;
    margin-bottom: 15px;
  }

  .c-footer__cards-image {
    margin-left: 30px;
  }

  .c-footer__social-link {
    margin-right: 20px;
  }

  .l-footer__contact {
    width: 50%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .l-footer__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-footer__logo {
    width: 50%;
    margin-bottom: 20px;
  }

  .l-footer__lower-copyright {
    width: 100%;
    margin-bottom: 30px;
  }

  .list-item-3 {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-terms-hero {
    padding-top: 80px;
    padding-bottom: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-terms-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-terms-content__heading {
    margin-bottom: 30px;
  }

  .l-navbar__cta {
    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-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;
  }

  .l-pricing-cards {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-pricing-cards__cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-pricing-cards__rating-image {
    width: 130px;
  }

  .l-pricing-cards__card {
    min-width: 308px;
    margin-bottom: 40px;
  }

  .l-pricing-cards__card.is__v2 {
    max-width: 362px;
    min-width: 253px;
  }

  .l-pricing-cards__price.is__v2 {
    min-height: 100px;
    padding-bottom: 20px;
  }

  .c-powerpoint-numbers__numbers-title {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .c-powerpoint-numbers__numbers-text {
    margin-top: 0px;
    font-size: 14px;
  }

  .l-powerpoint-integrations {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-powerpoint-integrations__title {
    margin-bottom: 10px;
  }

  .l-powerpoint-integrations__logo {
    padding: 20px 10px;
  }

  .c-powerpoint-integrations__logo {
    height: 30px;
  }

  .c-powerpoint-integrations__logo.zoom-logo {
    height: 23px;
  }

  .c-powerpoint-integrations__logo.webex-logo {
    height: 67px;
  }

  .c-powerpoint-integrations__logo.msteams-logo {
    height: 59px;
  }

  .l-powerpoint-promise {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .l-powerpoint-promise__cta {
    padding-right: 0px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-powerpoint-promise__content {
    width: 100%;
  }

  .l-powerpoint-promise__cta-circle {
    width: 80px;
    height: 80px;
  }

  .c-powerpoint-promise__icon {
    width: 30px;
    height: 30px;
  }

  .l-powerpoint-promise__cta-block {
    margin-bottom: 60px;
  }

  .l-powerpoint-engage {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-powerpoint-engage__items {
    width: 80%;
  }

  .l-powerpoint-connection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-powerpoint-connection__symbol {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-powerpoint-features__grid {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-powerpoint-features__items {
    width: 100%;
    padding-right: 0px;
  }

  .l-powerpoint-technology__item {
    min-height: 150px;
  }

  .l-powerpoint-technology__items {
    width: 100%;
  }

  .l-powerpoint-setup__title {
    margin-bottom: 40px;
  }

  .l-powerpoint-setup__items {
    width: 80%;
  }

  .l-powerpoint-setup__images {
    min-height: 450px;
  }

  .l-powerpoint-hero {
    padding-bottom: 60px;
    background-position: 100% 100%;
    background-size: 50%;
  }

  .l-powerpoint-hero__image {
    width: 100%;
    padding-top: 40px;
  }

  .c-powerpoint-hero__image {
    max-width: 450px;
  }

  .l-powerpoint-clients__heading {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .l-powerpoint-clients__reviews {
    max-width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-powerpoint-clients__logos {
    max-width: 100%;
    -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;
  }

  .l-powerpoint-clients__review {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .c-powerpoint-clients__review-image {
    margin-bottom: 10px;
  }

  .c-powerpoint-clients__review-text {
    margin-top: 0px;
    font-size: 17px;
  }

  .c-powerpoint-clients__review-text.is__size-27 {
    font-size: 17px;
  }

  .l-powerpoint-promise__cta-video {
    display: none;
  }

  .l-home-hero {
    padding-top: 20px;
    padding-bottom: 0px;
    background-position: 100% 100%;
    background-size: 50%;
  }

  .l-home-hero.is__home-b-bg {
    padding-top: 15px;
  }

  .l-home-hero__content {
    width: 100%;
    max-width: 100%;
  }

  .l-home-hero__content.is__slido {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-home-hero__image {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-home-hero__image.is__slido {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-home-hero__subtitle.is__slido {
    max-width: 450px;
  }

  .l-home-hero__subtitle.is__mobilepolling {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .l-home-hero__cta {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-home-hero__image {
    width: auto;
    height: 356px;
    max-width: 450px;
  }

  .c-hero-hero__button {
    padding: 12px 50px;
    font-size: 14px;
  }

  .l-about-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .l-about-content__item {
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-about-content__item-title {
    text-align: center;
  }

  .l-about-content__numbers {
    margin-top: 0px;
    padding: 40px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-about-content__numbers-content {
    width: 33%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .l-about-morecontent {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .l-partners-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-partners-content__item {
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-partners-content__item-title {
    text-align: center;
  }

  .l-partners-content__item-text {
    text-align: center;
  }

  .l-partners-content__item-button {
    text-align: center;
  }

  .l-partners-content__item-slider {
    text-align: center;
  }

  .l-about-content__item {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .l-uses-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-uses-content__item {
    padding-top: 40px;
  }

  .l-uses-content__item-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .l-uses-content__item-top {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .l-uses-content__item-text {
    width: 100%;
    padding-right: 0px;
  }

  .l-uses-content__item-image {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-uses-content__item-cta-quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .l-uses-content__item-cta-quote.item-4 {
    width: 100%;
  }

  .l-uses-content__item-cta-quote.item-5 {
    width: 100%;
  }

  .l-uses-content__item-cta-button {
    padding-bottom: 60px;
  }

  .l-uses-content-features__item {
    min-height: 150px;
    min-width: 350px;
    padding-right: 40px;
  }

  .c-uses-content__item-image {
    max-width: 400px;
  }

  .c-uses-content__item-cta-quote {
    font-size: 20px;
  }

  .l-uses-navigation__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-uses-content__item-features-title {
    font-size: 33px;
    text-align: left;
  }

  .c-pricing-table-header__title {
    font-size: 23px;
  }

  .l-pricing-table-top {
    top: 94px;
  }

  .l-pricing-trusted {
    padding-top: 60px;
  }

  .l-homeb-hero__image {
    width: 100%;
    padding-top: 20px;
  }

  .l-homeb-hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-homeb-hero__image-logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-homeb-hero__image-logos {
    width: 100%;
  }

  .l-homeb-hero__image-title {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-homeb-hero__image-title {
    font-size: 18px;
  }

  .l-popup-container {
    width: 90%;
  }

  .c-popup-features-content__title-text {
    font-size: 30px;
  }

  .l-pricing-features__items {
    width: 100%;
  }

  .l-pricing-features__item {
    min-height: 110px;
  }

  .c-pricing-features__item-title {
    font-size: 16px;
  }

  .l-features-reports__content {
    width: 100%;
  }

  .l-polls-features {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .l-polls-features__content {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-polls-features__text {
    width: 100%;
  }

  .l-polls-features__image {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .c-polls-features__title {
    font-size: 16px;
  }

  .l-features-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .l-calendly-hero__title {
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-calendly-hero__title {
    font-size: 30px;
  }

  .l-calendly-hero__subtitle {
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-calendly-hero__subtitle {
    font-size: 30px;
  }

  .l-calendly-hero__text {
    text-align: center;
  }

  .l-calendly-hero__details {
    text-align: center;
  }

  .c-home-hero__subtitle {
    text-align: center;
  }

  .c-home-hero__subtitle.is__slido {
    font-size: 18px;
  }

  .c-home-hero__subtitle.is__mobilepolling {
    font-size: 18px;
  }

  .c-home-hero__title {
    font-size: 40px;
    text-align: center;
  }

  .l-global-faq__title {
    border-bottom-width: 0px;
  }

  .l-global-faq__title-container {
    width: 100%;
  }

  .l-global-faq__title-container.is__mobile-hidden {
    display: none;
  }

  .l-global-faq__title-container.is__desktop-hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }

  .c-global-faq__title {
    font-size: 23px;
  }

  .l-global-faq__content-faq {
    width: 100%;
  }

  .l-global-faq__content-blog {
    width: 100%;
    margin-top: 40px;
  }

  .l-pricing-logos {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c-pricing-logos__image {
    width: auto;
    height: 5.7rem;
    min-height: 71px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-pricing-trusted__title {
    width: 100%;
  }

  .l-pricing-trusted__badges {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-pricing-trusted__badge {
    width: 110px;
  }

  .c-pricing-trusted__title {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 2em;
  }

  .c-powerpoint-integrations__title {
    font-size: 16px;
  }

  .c-navbar__login-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px;
    border-radius: 4px;
    background-color: #6a48e7;
    font-family: SfUiDisplay, Verdana, sans-serif;
    color: #fff;
    font-size: 17px;
  }

  .c-navbar__mobile-image-close {
    display: none;
    width: 30px;
  }

  .c-navbar__contact-btn {
    font-family: SfUiDisplay, Verdana, sans-serif;
  }

  .l-navbar-mobile-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-powerpoint-promise__title {
    font-size: 35px;
  }

  .l-agenda-hero {
    padding-top: 35px;
    padding-bottom: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-agenda-hero__subtitle {
    padding-top: 0px;
  }

  .c-agenda-hero__subtitle {
    font-size: 22px;
  }

  .l-agenda-posts {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-agenda-posts__posts {
    width: 100%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-agenda-posts__categories-container {
    margin-top: 0px;
    padding-left: 0px;
    border-left-width: 0px;
  }

  .c-agenda-posts__categories-link {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .l-post-card {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  .l-post-card__image {
    width: 100%;
    height: 190px;
  }

  .l-post-card__content {
    padding-top: 0px;
  }

  .l-post-card__content-category {
    margin-bottom: 0px;
  }

  .c-post-card__content-link {
    font-size: 17px;
  }

  .c-post-card__content-title {
    font-size: 24px;
  }

  .c-post-card__content-category.is__blog {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .c-post-card__content-author {
    font-size: 14px;
  }

  .l-post-template__content {
    width: 100%;
  }

  .l-post-template__sidebar {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }

  .l-post-template__content-title {
    margin-bottom: 30px;
  }

  .l-post-template__content-image {
    margin-bottom: 30px;
  }

  .l-post-suggestion {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-post-suggestion__posts {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0rem;
  }

  .l-post-suggestion__card {
    height: auto;
    min-height: 306px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .l-post-suggestion__card-category {
    margin-bottom: 20px;
  }

  .l-post-suggestion__card-title {
    height: 95px;
    padding-left: 0px;
  }

  .l-post-suggestion__card-author {
    padding-left: 0px;
  }

  .l-post-suggestion__card-button {
    padding-left: 0px;
  }

  .l-404-hero {
    height: auto;
  }

  .c-about-content__title {
    font-size: 30px;
  }

  .c-about-content__number-text {
    font-size: 30px;
  }

  .c-about-description__text {
    font-size: 18px;
  }

  .c-uses-content__item-title {
    font-size: 23px;
  }

  .l-polls-hero {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .l-polls-hero__content {
    width: 60%;
  }

  .l-polls-hero__image {
    width: 40%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .c-polls-hero__title {
    font-size: 30px;
  }

  .c-polls-hero__subtitle {
    font-size: 18px;
  }

  .c-polls-hero__button {
    padding: 10px 20px;
    background-color: #1dbdff;
    background-image: none;
    -webkit-transition-duration: 200ms, 400ms, 500ms, 200ms, 200ms;
    transition-duration: 200ms, 400ms, 500ms, 200ms, 200ms;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    white-space: normal;
  }

  .c-polls-hero__button:hover {
    position: static;
    padding-left: 20px;
    border-color: #141414;
    background-color: #59ccfc;
  }

  .c-polls-hero__image {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .c-polls-features__subtitle {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .l-integrations-hero {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .l-integrations-hero__image {
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .l-integrations-hero__image.is__ms {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .c-integrations-hero__image {
    width: 80%;
    max-width: 100%;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .l-integrations-hero__content {
    width: 100%;
  }

  .c-integrations-hero__title {
    font-size: 35px;
  }

  .c-integrations-hero__subtitle {
    font-size: 18px;
  }

  .c-integrations-hero__button {
    padding: 10px 20px;
    background-color: #1dbdff;
    background-image: none;
    -webkit-transition-duration: 200ms, 400ms, 500ms, 200ms, 200ms;
    transition-duration: 200ms, 400ms, 500ms, 200ms, 200ms;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    white-space: normal;
  }

  .c-integrations-hero__button:hover {
    position: static;
    padding-left: 20px;
    border-color: #141414;
    background-color: #59ccfc;
  }

  .l-integrations-hero__cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-integrations-whymp__content {
    width: 100%;
    margin-top: 30px;
    padding-right: 0px;
  }

  .l-integrations-whymp__image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .c-integrations-whymp__title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .c-integrations-whymp__text {
    font-size: 18px;
  }

  .c-integrations-steps__text {
    font-size: 18px;
  }

  .c-integrations-steps__step-text {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .l-home-video__placeholder {
    height: 402px;
  }

  .l-home-video__placeholder-play {
    margin-bottom: 0px;
  }

  .c-home-video__placeholder-text {
    font-size: 40px;
  }

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

  .c-mobilepollingb-hero__button {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }

  .l-mobilepolling-features__cta {
    margin-top: 120px;
    padding-bottom: 100px;
  }

  .l-mobilepolling-features__item {
    width: 50%;
    min-height: 150px;
    padding-right: 40px;
    padding-bottom: 40px;
  }

  .l-mobilepolling-features__item-content {
    margin-left: 20px;
  }

  .c-mobilepolling-features__item-title {
    font-size: 16px;
  }

  .l-mobilepolling-features__top-polls-col.is__right-col {
    margin-left: 0px;
  }

  .c-mobilepolling-features__polls-title {
    font-size: 23px;
  }

  .c-mobilepolling-features__polls-col-title {
    font-size: 23px;
  }

  .l-mobilepolling-features__top-surveys {
    width: 48%;
  }

  .l-mobilepolling-features__top-quizzes {
    width: 48%;
  }

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

  .l-enterprise-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-enterprise-hero__title {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .l-enterprise-hero__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .c-enterprise-hero__title {
    font-size: 33px;
    text-align: center;
  }

  .c-api-whymp__text {
    line-height: 1.3em;
  }

  .l-api-why__item {
    width: 100%;
  }

  .c-api-why__item-title {
    font-size: 16px;
  }

  .c-post-template__title {
    font-size: 23px;
  }

  .c-post-suggestion__title {
    font-size: 23px;
  }

  .l-post-suggestion__category {
    font-size: 10px;
    line-height: 1.3em;
  }

  .collection-item {
    max-width: 348px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 15px;
  }

  .c-post-suggestion__card-author {
    font-size: 13px;
  }

  .c-post-suggestion__card-title {
    font-size: 15px;
  }

  .l-post-card__image-link {
    width: 280px;
  }

  .c-agenda-hero__title {
    font-size: 35px;
  }

  .c-agenda-posts__categories-title {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .c-api-features__title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .l-api-features__content-item {
    width: 100%;
  }

  .c-api-features__item-text {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .l-api-features {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-landingpage-hero {
    padding-top: 20px;
    padding-bottom: 0px;
    background-position: 100% 100%;
    background-size: 50%;
  }

  .l-landingpage-hero__content {
    width: 100%;
    padding-right: 40px;
  }

  .l-landingpage-hero__image {
    width: 100%;
    min-width: 465px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-landingpage-hero__image-container {
    height: auto;
    max-width: 666px;
  }

  .l-landingpage-hero__image-video {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-landinpage-integrations {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-landingpage-integrations__title {
    margin-bottom: 10px;
  }

  .c-landingpage-integrations__title {
    font-size: 16px;
  }

  .c-pricing-button__button-border {
    min-width: 250px;
  }

  .l-landingpage-features__cta {
    padding-bottom: 100px;
  }

  .l-landingpage-trusted {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .l-landingpage-trusted__title {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-landingpage-trusted__badges {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-landingpage-trusted__badge {
    width: 110px;
  }

  .c-landingpage-trusted__text {
    max-width: 300px;
  }

  .c-landingpage-trusted__title {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 2em;
  }

  .l-landingpage-hero__text {
    width: 100%;
    max-width: 790px;
    padding-right: 0px;
  }

  .c-landingpage-text {
    font-size: 18px;
  }

  .c-landingpage-hero__image-container {
    width: 632px;
  }

  .youtube-2 {
    width: 90vw;
  }

  .l-pricing-table-container__container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-pricing-table-top__container-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-pricing-plans__request-demo {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .c-pricing-button__button-blue {
    min-width: 250px;
  }

  .c-pricing-button__button-blue-copy {
    min-width: 250px;
  }

  .c-pricing-button__button-border-copy {
    min-width: 250px;
  }

  .c-landingpage-hero__button {
    min-width: 250px;
  }

  .c-landingpage-hero__button-blue {
    min-width: 250px;
  }

  .l-uses-demo-button {
    padding: 12px 50px;
    font-size: 14px;
  }

  .button-purple {
    padding: 12px 50px;
    font-size: 14px;
  }

  .c-pricing-cards__about.is__size-28 {
    font-size: 17px;
  }

  .c-pricing-cards__price {
    font-size: 23px;
  }

  .c-pricing-cards__period.is__size-28 {
    font-size: 17px;
  }

  .c-pricing-cards__price-top.is__size-28 {
    font-size: 17px;
  }

  .c-mobilepollingb-hero__button-request-demo {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }

  .c-navbar__cta-button-copy {
    padding: 5px 10px;
    background-color: #1dbdff;
    background-image: none;
    -webkit-transition-property: none;
    transition-property: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    white-space: normal;
  }

  .c-navbar__cta-button-copy:hover {
    position: static;
    display: block;
    overflow: visible;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-color: #141414;
    background-color: #59ccfc;
  }

  .c-mobilepolling-hero__title {
    font-size: 40px;
    text-align: center;
  }

  .c-homeb-hero__request-demo {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }

  .c-homeb-hero__button {
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }

  .c-homeb-hero__title {
    font-size: 40px;
    text-align: center;
  }

  .l-agenda-posts__search-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .l-agenda-posts__search-container.is__hidden-on-mobile {
    display: none;
  }

  .l-agenda-posts__search-container.is__hidden-on-desktop {
    display: block;
  }

  .l-searchresults-posts__posts {
    width: 100%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-searchresults-posts__categories-container {
    width: 100%;
    margin-top: 0px;
    padding-left: 0px;
    border-left-width: 0px;
  }

  .l-post-template__socials {
    margin-bottom: 0px;
  }

  .l-convocation-cta__container {
    padding: 40px;
  }

  .c-convocation-cta__container-title {
    font-size: 22px;
  }

  .text-h3-2 {
    font-size: 23px;
  }

  .l-convocation-hero {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .l-convocation-hero__content {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .l-convocation-hero__image {
    width: 100%;
    min-width: 465px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-convocation-hero__text {
    width: 100%;
    max-width: 790px;
    padding-right: 0px;
  }

  .c-convocation-hero__title {
    font-size: 35px;
  }

  .c-convocation-hero__subtitle {
    font-size: 18px;
  }

  .c-convocation-hero__subtitle.is__1st {
    margin-top: 20px;
  }

  .c-convocation-hero__subtitle-copy {
    font-size: 18px;
  }

  .l-convocation-hero__title {
    width: 100%;
    max-width: 790px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .c-convocation-hero__logo {
    width: 110px;
  }

  .l-convocation-hero__logo {
    width: 50%;
    min-width: 200px;
    padding-right: 40px;
    padding-bottom: 50px;
  }

  .l-convocation-hero__conference-logo {
    width: 50%;
    min-width: 200px;
    padding-right: 0px;
    padding-bottom: 50px;
  }

  .c-convocation-hero__conference-logo {
    width: 133px;
  }

  .c-terms-content_list-item.is__size-28 {
    font-size: 17px;
  }

  .l-lp-hero__form {
    width: 100%;
    padding-top: 20px;
  }

  .l-lp-hero {
    padding-top: 20px;
    padding-bottom: 0px;
    background-position: 100% 100%;
    background-size: 50%;
  }

  .l-lp-hero.is__home-b-bg {
    padding-top: 15px;
  }

  .l-lp-hero.is__lp-bg {
    padding-top: 15px;
  }

  .l-lp-hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-lp-hero__title {
    font-size: 40px;
    text-align: center;
  }

  .l-lp-hero__subtitle.is__slido {
    max-width: 450px;
  }

  .l-lp-hero__subtitle.is__mobilepolling {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .c-lp-hero__subtitle {
    text-align: center;
  }

  .c-lp-hero__subtitle.is__slido {
    font-size: 18px;
  }

  .c-lp-hero__subtitle.is__mobilepolling {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-navbar__cta-button {
    font-size: 13px;
  }

  .c-navbar__cta-button.is__no-menu {
    font-size: 15px;
  }

  .header-font {
    margin-bottom: 19px;
  }

  .webex-image {
    width: 60%;
    margin-top: -111px;
    margin-bottom: 29px;
  }

  .l-global-integrations {
    margin-top: -60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-global-integrations.hero {
    margin-top: -25px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 189px;
  }

  .l-global-integrations.social-proof {
    margin-top: 156px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-global-integrations.features {
    padding-top: 100px;
  }

  .l-global-integrations.features-copy {
    padding-top: 100px;
  }

  .container-old {
    top: 40px;
    bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .subheader {
    font-size: 18px;
  }

  .subheader.max-500 {
    margin-top: -3px;
  }

  .column {
    margin-top: -54px;
  }

  .column.max-600 {
    margin-top: -32px;
    margin-bottom: 0px;
  }

  .hero-slider-content {
    margin-top: 0px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grid-9 {
    margin-top: 0px;
    margin-bottom: 114px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }

  .why-meetingpulse-header {
    margin-top: 35px;
    margin-bottom: 41px;
    font-size: 30px;
  }

  .l-footer {
    padding: 60px 0px 20px;
  }

  .c-footer__logo-image {
    width: 80px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navbar {
    width: 100%;
    margin-top: -3px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-features-modules__title {
    margin-top: 35px;
    margin-bottom: 41px;
    font-size: 30px;
  }

  .l-top-nav {
    padding-right: 0px;
  }

  .c-top-nav__login {
    display: none;
  }

  .webex-app-hub-button {
    margin-top: 200px;
    margin-bottom: -44px;
  }

  .grid-18 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-navbar__logo {
    width: 75px;
    height: 75px;
  }

  .c-top-nav__phone {
    display: none;
  }

  .meetingform {
    position: relative;
  }

  .form-block {
    position: static;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .submit-button-3 {
    top: -9px;
    right: 3px;
  }

  .steps-titles {
    margin-top: 35px;
    margin-bottom: 41px;
    font-size: 30px;
  }

  .c-navbar__mobile-image {
    width: 25px;
  }

  .case-study-grid-4 {
    margin-top: 6px;
    grid-column-gap: 5px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .case-study-grid-3 {
    margin-top: 6px;
    grid-column-gap: 5px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .c-pricing-table__header-plan-title {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
  }

  .l-pricing-table__cell-text {
    font-size: 13px;
  }

  .l-pricing-table__categ-header-text__long {
    padding-left: 5px;
    font-size: 16px;
  }

  .c-pricing-table__subheader {
    padding-right: 10px;
    padding-left: 0px;
    font-size: 15px;
  }

  .l-pricing-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.is__justify-start.is__less-space {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.is__extended.is__justify-start.is__space-rows {
    grid-row-gap: 25px;
  }

  .container.is__justify-space-between.is__vertical-direction-mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.is__extended-80.is__mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-trust-features__image {
    width: 90%;
    max-width: 100%;
  }

  .l-trust-features__cta {
    text-align: center;
  }

  .l-trust-partners__heading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-trust-partners__numbers-title {
    font-size: 35px;
  }

  .text-h1 {
    font-size: 35px;
  }

  .text-h3 {
    font-size: 16px;
  }

  .text-h2 {
    font-size: 27px;
  }

  .button {
    font-size: 14px;
  }

  .l-footer__upper {
    padding-bottom: 40px;
  }

  .l-footer__lower {
    margin-top: 20px;
  }

  .l-footer__menu {
    margin-top: 30px;
  }

  .list-2 {
    -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;
  }

  .background-video {
    padding-bottom: 20px;
  }

  .l-pricing-cards__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-pricing-cards__content-title {
    width: 100%;
  }

  .l-pricing-cards__content-rating {
    width: 100%;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-pricing-cards__cards.is__v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-pricing-cards__card {
    width: auto;
    max-width: 400px;
    min-width: 222px;
    margin-bottom: 30px;
  }

  .l-pricing-cards__card.is__v2 {
    margin-bottom: 10px;
  }

  .l-pricing-cards__description.is__v2 {
    min-height: 191px;
  }

  .l-powerpoint-numbers {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .l-powerpoint-numbers__numbers {
    margin-top: 20px;
  }

  .l-powerpoint-numbers__numbers-item {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-powerpoint-numbers__numbers-title {
    margin-bottom: 5px;
    font-size: 35px;
  }

  .l-powerpoint-integrations {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .l-powerpoint-integrations__logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-pricing-button__button {
    font-size: 14px;
  }

  .l-powerpoint-partners {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-powerpoint-promise {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-powerpoint-promise__cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-powerpoint-engage__items {
    width: 100%;
  }

  .c-powerpoint-engage__border-line {
    margin-bottom: 60px;
  }

  .l-powerpoint-engage__item {
    width: 100%;
  }

  .l-powerpoint-connection__symbol {
    width: 100%;
  }

  .l-powerpoint-features {
    padding-top: 40px;
  }

  .l-powerpoint-features__cta {
    margin-top: 60px;
  }

  .l-powerpoint-features__description {
    margin-bottom: 30px;
  }

  .l-powerpoint-technology__item {
    min-width: 50px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .l-powerpoint-technology__cta {
    padding-bottom: 60px;
  }

  .l-powerpoint-technology__items {
    min-width: 50px;
  }

  .l-powerpoint-features__item {
    padding-right: 20px;
  }

  .l-powerpoint-setup {
    padding-top: 60px;
  }

  .l-powerpoint-setup__items {
    margin-bottom: 40px;
  }

  .l-powerpoint-setup__images {
    min-height: 400px;
  }

  .l-powerpoint-hero__content {
    width: 100%;
    min-width: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-powerpoint-hero__image {
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-powerpoint-hero__cta-container {
    margin-top: 10px;
  }

  .c-powerpoint-hero__text {
    margin-left: 7px;
    font-size: 14px;
  }

  .l-powerpoint-clients__heading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .l-powerpoint-clients__reviews {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-powerpoint-clients__review {
    width: 100%;
  }

  .l-powerpoint-setup__image-1 {
    width: 100%;
  }

  .l-pricing-table-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-powerpoint-clients {
    padding-bottom: 20px;
  }

  .l-home-uses {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .l-home-uses__item {
    min-height: 80px;
    min-width: 225px;
  }

  .l-home-hero {
    padding-top: 40px;
    background-position: 100% 100%;
    background-size: 66%;
  }

  .l-home-hero.is__home-b-bg {
    padding-bottom: 30px;
  }

  .l-home-hero__content {
    width: 100%;
    min-width: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-home-hero__image {
    position: relative;
    max-width: 100%;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-home-hero__image.is__slido {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .l-home-hero__subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .l-home-hero__subtitle.is__mobilepolling {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
  }

  .c-home-hero__image {
    position: static;
    height: 424px;
    max-height: 100%;
    max-width: 100%;
    min-height: 48px;
    min-width: 49px;
    margin-right: 0%;
  }

  .c-home-hero__image.is__slideo {
    height: 300px;
  }

  .c-hero-hero__button {
    font-size: 14px;
  }

  .l-partners-content {
    padding-top: 20px;
  }

  .l-partners-content__item {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .l-partners-slide__container {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Open-Audience-Directory-Logo-2020.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Open-Audience-Directory-Logo-2020.png');
    background-size: auto, 230px;
  }

  .l-partners-slide__container.slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ADM-Logo-NEW_Charcoal-1-1.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/ADM-Logo-NEW_Charcoal-1-1.png');
    background-size: auto, 230px;
  }

  .l-partners-slide__container.slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ScreeShot-20203-022.23.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/ScreeShot-20203-022.23.png');
    background-size: auto, 230px;
  }

  .l-partners-slide__container.slide-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/eeg-logo-blue.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/eeg-logo-blue.png');
    background-size: auto, 230px;
  }

  .l-partners-slide__container.slide-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/extreme-2.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/extreme-2.png');
    background-size: auto, 250px;
  }

  .l-partners-slide {
    height: 330px;
  }

  .l-uses-content__item-cta-quote {
    width: 100%;
  }

  .l-uses-content-features__item {
    width: 100%;
    min-width: 50px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .c-uses-content__item-features-title {
    font-size: 31px;
  }

  .l-pricing-table {
    overflow: visible;
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-pricing-table__categ-header-icon {
    width: 35px;
    height: 35px;
    background-size: 18px;
  }

  .l-pricing-table-container__item {
    max-width: 100%;
  }

  .c-pricing-table-header__title {
    font-size: 18px;
  }

  .l-pricing-table__row-info-white {
    margin-left: 5px;
  }

  .l-pricing-table__cell-grey-check {
    width: 26px;
    height: 26px;
    background-size: 18px;
  }

  .l-pricing-table__cell-grey-dollar {
    width: 26px;
    height: 26px;
    background-size: 11px;
  }

  .l-pricing-table-top {
    top: 90px;
    width: 800px;
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-homeb-hero__image {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-homeb-hero__image-container {
    height: 268px;
    max-width: 480px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/62bdbcc7a4746e42426b4bde_Video-thumbnail-1-min.jpeg');
    background-size: cover;
  }

  .l-homeb-hero__content {
    width: 100%;
    min-width: 10px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-homeb-hero__image-play {
    height: 80%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .c-homeb-hero__image-logos {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .l-homeb-hero__image-title {
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .c-homeb-hero__image-logo {
    width: 56px;
  }

  .c-homeb-hero__image-logo.logo-3 {
    width: 103px;
  }

  .c-homeb-hero__image-title {
    font-size: 16px;
  }

  .c-popup-features-content__title-icon {
    height: 30px;
  }

  .c-popup-features-content__title-text {
    font-size: 27px;
  }

  .l-pricing-features__items {
    min-width: 50px;
  }

  .l-pricing-features__item {
    min-width: 50px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .c-features-banner__link {
    min-height: 100px;
    padding-top: 30px;
  }

  .c-features-banner__link.w--current {
    min-height: 100px;
  }

  .c-features-banner__icon {
    width: 40px;
  }

  .c-features-banner__icon.is__live {
    width: 62px;
  }

  .c-features-banner__icon.is__quizzing {
    width: 32px;
  }

  .l-polls-features {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-features-banner {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-calendly-hero__title {
    font-size: 27px;
  }

  .c-calendly-hero__subtitle {
    font-size: 27px;
  }

  .html-embed-3 {
    font-size: 14px;
  }

  .c-home-hero__subtitle {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
  }

  .c-home-hero__subtitle.is__mobilepolling {
    max-width: 450px;
  }

  .c-home-hero__title {
    font-size: 26px;
  }

  .c-global-faq__title {
    font-size: 16px;
  }

  .l-pricing-logos.is__landing-pages {
    padding-bottom: 20px;
  }

  .l-pricing-logos__content {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-pricing-logos__image {
    height: 3.9rem;
    min-height: 60px;
  }

  .l-pricing-trusted__title {
    text-align: center;
  }

  .l-pricing-trusted__badges {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-pricing-trusted__title {
    margin-bottom: 19px;
  }

  .c-pricing-cards__button {
    font-size: 14px;
  }

  .c-navbar__login-btn {
    display: block;
  }

  .c-navbar__mobile-image-close {
    width: 25px;
  }

  .c-powerpoint-promise__title {
    font-size: 26px;
  }

  .l-agenda-hero {
    padding-top: 35px;
  }

  .l-agenda-hero.is__search {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-agenda-hero__subtitle {
    font-size: 17px;
  }

  .l-post-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-post-card__image {
    width: 300px;
    background-position: 0% 0%;
  }

  .l-post-card__content {
    width: 100%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-post-card__content-link.is__search {
    margin-top: 0px;
  }

  .c-post-card__content-title {
    font-size: 23px;
  }

  .l-post-template__sidebar {
    padding-top: 40px;
  }

  .l-post-template__content-title {
    max-width: 100%;
  }

  .l-post-suggestion {
    padding-top: 40px;
  }

  .c-pricing-request-demo {
    font-size: 14px;
  }

  .c-pricing-plans-request-demo {
    font-size: 14px;
  }

  .l-partners-talk-button {
    font-size: 14px;
  }

  .l-uses-demo-button-copy {
    font-size: 14px;
  }

  .c-about-content__title {
    font-size: 27px;
  }

  .c-about-content__number-text {
    font-size: 27px;
  }

  .c-about-description__text {
    font-size: 16px;
  }

  .c-uses-content__item-title {
    font-size: 18px;
  }

  .l-polls-hero {
    padding-top: 0px;
  }

  .l-polls-hero__content {
    width: 100%;
  }

  .l-polls-hero__image {
    width: 100%;
  }

  .c-polls-hero__title {
    font-size: 35px;
  }

  .c-polls-hero__image {
    width: 80%;
    max-width: 470px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .l-integrations-hero {
    padding-top: 0px;
  }

  .l-integrations-hero__image {
    width: 100%;
  }

  .c-integrations-hero__image {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .l-integrations-hero__content {
    width: 100%;
  }

  .c-integrations-hero__title {
    font-size: 35px;
  }

  .l-integrations-whymp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-integrations-whymp__content {
    margin-top: 20px;
  }

  .c-integrations-whymp__title {
    font-size: 22px;
  }

  .l-integrations-steps {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-integrations-steps__step {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-integrations-steps__step-image {
    width: 100%;
  }

  .l-integrations-steps__step-text {
    width: 100%;
  }

  .c-integrations-steps__step-text {
    font-size: 18px;
  }

  .l-integrations-steps__cta {
    margin-top: 40px;
  }

  .l-home-video__placeholder {
    width: 100%;
    height: 300px;
  }

  .c-home-video__placeholder-text {
    font-size: 35px;
  }

  .c-mobilepollingb-hero__button {
    font-size: 14px;
  }

  .html-embed-3-copy {
    font-size: 14px;
  }

  .l-mobilepolling-features__cta {
    margin-top: 100px;
    padding-bottom: 60px;
  }

  .l-mobilepolling-features__item {
    width: 100%;
    min-height: 101px;
    min-width: 50px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .l-mobilepolling-features__item-content {
    margin-left: 15px;
  }

  .l-mobilepolling-features__item-title {
    margin-bottom: 8px;
  }

  .l-mobilepolling-features__top-polls {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-mobilepolling-features__top-polls-col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-mobilepolling-features__top-polls-col.is__right-col {
    padding-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left-width: 0px;
  }

  .c-mobilepolling-features__polls-title {
    font-size: 16px;
  }

  .l-mobilepolling-features__top-polls-item {
    width: 100%;
    margin-right: 0px;
  }

  .c-mobilepolling-features__polls-col-title {
    font-size: 16px;
  }

  .l-mobilepolling-features__top-surveys {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-mobilepolling-features__top-quizzes {
    width: 100%;
    margin-top: 10px;
  }

  .l-homeb-hero__video-container {
    height: auto;
  }

  .l-enterprise-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l-enterprise-hero__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .l-enterprise-image {
    padding-bottom: 10px;
  }

  .c-enterprise-hero__title {
    font-size: 30px;
  }

  .l-api-why {
    padding-bottom: 20px;
  }

  .c-post-template__title {
    font-size: 22px;
  }

  .c-post-suggestion__title {
    font-size: 20px;
  }

  .collection-item {
    width: 50%;
    min-width: 250px;
  }

  .c-post-suggestion__card-title {
    font-size: 16px;
  }

  .l-post-card__image-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-agenda-hero__title {
    font-size: 30px;
  }

  .c-agenda-posts__categories-title {
    font-size: 16px;
  }

  .c-api-features__title {
    font-size: 22px;
  }

  .l-api-features__title {
    margin-bottom: 20px;
  }

  .l-api-features__content {
    grid-row-gap: 25px;
  }

  .c-api-features__item-image {
    width: 40px;
  }

  .c-api-features__item-text {
    font-size: 18px;
  }

  .l-api-features {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-landingpage-hero {
    padding-top: 40px;
    background-position: 100% 100%;
    background-size: 66%;
  }

  .l-landingpage-hero__content {
    width: 100%;
    min-width: 10px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-landingpage-hero__image {
    min-width: 300px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-landingpage-hero__image-container {
    height: auto;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-landingpage-hero__image-video {
    max-width: 100%;
  }

  .l-landinpage-integrations {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .l-landingpage-cta {
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-width: 0px;
  }

  .c-pricing-button__button-border {
    min-height: 40px;
    min-width: 145px;
    margin-top: 0px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .l-landingpage-features {
    padding-top: 10px;
  }

  .l-landingpage-features__cta {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .l-landingpage-trusted {
    padding-bottom: 10px;
  }

  .l-landingpage-trusted__title {
    text-align: center;
  }

  .l-landingpage-trusted__badges {
    -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;
  }

  .c-landingpage-trusted__text {
    max-width: 229px;
    font-size: 17px;
  }

  .c-landingpage-trusted__title {
    margin-bottom: 19px;
  }

  .c-landingpage-text h1 {
    font-size: 29px;
  }

  .l-pricing-table-top__container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .l-pricing-table-top__container-cell.is__1st {
    width: 150px;
  }

  .c-pricing-table-top__header-title {
    font-size: 18px;
  }

  .l-pricing-table-container__item-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-pricing-table-container__item-row {
    min-height: 38px;
  }

  .l-pricing-table-container__item-cell {
    padding: 5px;
  }

  .l-pricing-table-container__item-cell-title {
    width: 150px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .c-pricing-table-container__image {
    width: 90px;
    padding-left: 0px;
  }

  .l-pricing-table-container__item-subheader {
    min-height: 35px;
  }

  .l-pricing-table-container__container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .l-pricing-table-top__container-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-pricing-button__button-blue {
    min-height: 40px;
    min-width: 145px;
    margin-top: 0px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .c-pricing-button__button-blue-copy {
    margin-top: 0px;
    font-size: 14px;
  }

  .c-pricing-button__button-border-copy {
    margin-top: 0px;
    font-size: 14px;
  }

  .l-landingpage-hero__cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-landingpage-hero__cta-container {
    margin-bottom: 20px;
  }

  .c-landingpage-hero__button-small-text {
    margin-top: 5px;
    font-size: 14px;
  }

  .c-landingpage-hero__button {
    min-height: 40px;
    min-width: 100px;
    margin-top: 0px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .c-landingpage-hero__button-blue {
    min-height: 40px;
    min-width: 100px;
    margin-top: 0px;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .l-uses-demo-button {
    font-size: 14px;
  }

  .button-purple {
    font-size: 14px;
  }

  .c-pricing-cards__price {
    font-size: 16px;
  }

  .c-mobilepollingb-hero__button-request-demo {
    font-size: 14px;
  }

  .html-embed-3-copy-copy {
    font-size: 14px;
  }

  .c-navbar__cta-button-copy {
    font-size: 13px;
  }

  .c-navbar__cta-button-copy.is__no-menu {
    font-size: 15px;
  }

  .c-mobilepolling-hero__title {
    font-size: 26px;
  }

  .c-homeb-hero__request-demo {
    font-size: 14px;
  }

  .c-homeb-hero__button {
    font-size: 14px;
  }

  .c-homeb-hero__title {
    font-size: 26px;
  }

  .search {
    margin-bottom: 0px;
  }

  .l-searchresults {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-pricing-cards__button-smb {
    font-size: 14px;
  }

  .l-convocation-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-convocation-cta__container {
    padding: 40px 20px 20px;
  }

  .c-convocation-cta__container-title {
    font-size: 20px;
    line-height: 1.2em;
  }

  .text-h3-2 {
    font-size: 16px;
  }

  .l-convocation-hero {
    margin-bottom: 0px;
    padding-top: 20px;
    background-image: linear-gradient(266deg, rgba(33, 4, 95, 0.5), rgba(47, 11, 181, 0.5)), url('../images/62d72c06846fe75593e76cf0_pexels-shelagh-murphy-1666816-1-1-min.jpeg');
    background-position: 0px 0px, 0% 100%;
  }

  .l-convocation-hero__content {
    width: 100%;
    min-width: 10px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-convocation-hero__image {
    min-width: 300px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-convocation-hero__text {
    padding-bottom: 100px;
  }

  .c-convocation-hero__title {
    font-size: 30px;
  }

  .c-convocation-hero__logo {
    width: 100px;
  }

  .l-convocation-hero__logo {
    width: 50%;
    min-width: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .l-convocation-hero__shape {
    margin-top: 19vw;
  }

  .l-convocation-hero__conference-logo {
    width: 50%;
    min-width: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-convocation-hero__conference-logo {
    width: 120px;
  }

  .l-lp-hero__form {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-lp-hero {
    padding-top: 40px;
    background-position: 100% 100%;
    background-size: 66%;
  }

  .l-lp-hero.is__home-b-bg {
    padding-bottom: 30px;
  }

  .l-lp-hero.is__lp-bg {
    padding-bottom: 30px;
  }

  .l-lp-hero__content {
    width: 100%;
    min-width: 10px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-lp-hero__title {
    font-size: 28px;
  }

  .l-lp-hero__subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .l-lp-hero__subtitle.is__mobilepolling {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
  }

  .c-lp-hero__subtitle {
    font-family: SfUiDisplay, Verdana, sans-serif;
    font-size: 16px;
  }

  .c-lp-hero__subtitle.is__mobilepolling {
    max-width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .c-navbar__mobile-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: -3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .icon-2 {
    color: #1dbdff;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    background-color: #fff;
  }

  .c-navbar__cta-button {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 7px;
    border-radius: 4px;
    background-color: #1dbdff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.27);
    color: #fff;
    font-size: 10px;
    line-height: 1.2em;
  }

  .c-navbar__cta-button:hover {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #59ccfc;
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }

  .c-navbar__cta-button.is__no-menu {
    margin-bottom: 0px;
  }

  .primary-cta {
    min-width: 1em;
    margin-top: 20px;
    background-color: #1dbdff;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .primary-cta:hover {
    background-color: #59ccfc;
  }

  .header-font {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.5em;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .webex-image {
    display: block;
    width: 90%;
    margin-top: -156px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .l-global-integrations {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-global-integrations.hero {
    margin-top: 0px;
    margin-bottom: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-global-integrations.social-proof {
    margin-top: -95px;
    margin-bottom: 63px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .l-global-integrations.features {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .l-global-integrations.features-copy {
    margin-top: 0px;
    padding-top: 11px;
  }

  .container-old {
    position: relative;
    margin-top: 70px;
    margin-bottom: 108px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .subheader {
    min-height: 0.5px;
    min-width: 0.8em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
  }

  .subheader.max-500 {
    min-width: 0.7em;
    margin: 0px 15px 0px 0px;
    font-size: 100%;
    text-align: left;
  }

  .column {
    margin-top: 13px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column.max-600 {
    width: 90%;
    margin-top: -100px;
    margin-bottom: 0px;
    padding-left: 16px;
    font-size: 12px;
  }

  .hero-slider-content {
    margin-bottom: 0px;
    -ms-grid-rows: 148px;
    grid-template-rows: 148px;
  }

  .link-title {
    font-size: 15px;
    line-height: 1em;
    text-align: left;
  }

  .image-12 {
    position: static;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .grid-9 {
    display: block;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 0.25fr 2fr;
    grid-template-columns: 0.25fr 2fr;
    -ms-grid-rows: 139px auto;
    grid-template-rows: 139px auto;
  }

  .why-meetingpulse-header {
    margin: 60px 0px 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 200%;
    text-align: left;
  }

  .l-footer {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    text-align: left;
  }

  .c-footer__logo-link {
    height: 60px;
  }

  .c-footer__logo-image {
    padding-bottom: 27px;
  }

  .dropdown-toggle {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-toggle:hover {
    margin-top: 0px;
  }

  .c-navbar-link {
    padding-left: 6px;
  }

  .dropdown-list {
    display: none;
  }

  .link-old {
    font-size: 15px;
  }

  .grid-11 {
    margin: -3px 10px -48px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .nav-link {
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px 0px 10px 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #6a48e7;
    text-align: left;
  }

  .section-2 {
    margin-top: -60px;
    margin-bottom: -25px;
  }

  .section-3 {
    margin-bottom: 100px;
  }

  .grid_integrations {
    margin: 0px;
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-columns: minmax(60px, 1fr);
    grid-auto-rows: 0px;
    grid-column-gap: 5px;
    -ms-grid-columns: minmax(60px, 1fr) minmax(60px, 1fr) minmax(1px, 1fr) 1fr 1fr;
    grid-template-columns: minmax(60px, 1fr) minmax(60px, 1fr) minmax(1px, 1fr) 1fr 1fr;
    -ms-grid-rows: 52px 24px;
    grid-template-rows: 52px 24px;
  }

  .navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .grid-trio {
    margin-right: 10px;
    margin-left: 10px;
  }

  .c-features-modules__title {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1em;
  }

  .integration-steps {
    margin-bottom: 0px;
    margin-left: 20px;
    justify-items: center;
  }

  .l-top-nav {
    z-index: 103;
    height: 48px;
    margin-top: 0px;
    padding-right: 0px;
    -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;
  }

  .container-3 {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-top-nav__login {
    margin-top: 100px;
    padding-top: 20px;
  }

  .c-top-nav__login:hover {
    padding-top: 22px;
  }

  .webex-app-hub-button {
    margin-top: -127px;
  }

  .polls-popup {
    display: none;
  }

  .text-block-26 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1em;
  }

  .grid-16 {
    margin-top: 0px;
    margin-left: -38px;
    grid-auto-flow: row;
    grid-column-gap: 10px;
    -ms-grid-columns: 1.25fr 4.25fr;
    grid-template-columns: 1.25fr 4.25fr;
  }

  .grid-17 {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-rows: 0px;
    grid-column-gap: 10px;
    grid-row-gap: 25px;
    grid-template-areas: "."
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 21px 25px 19px 25px auto 25px auto;
    grid-template-rows: 21px 19px auto auto;
  }

  .options-text_purple {
    grid-row-gap: 17px;
    color: #6a48e7;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
  }

  .pulse-popup {
    display: none;
  }

  .surveys-popup {
    display: none;
  }

  .close-icon {
    cursor: pointer;
  }

  .surveystitle {
    font-size: 200%;
  }

  .ideastitle {
    font-size: 200%;
  }

  .materialspopup {
    display: none;
  }

  .materialstitle {
    font-size: 200%;
  }

  .announcepopup {
    display: none;
  }

  .schedule {
    display: block;
  }

  .announcetitle {
    min-width: 246px;
    font-size: 200%;
  }

  .rafflepopup {
    display: none;
  }

  .videopopup {
    display: none;
  }

  .agendapopup {
    display: none;
  }

  .chatpopup {
    display: none;
  }

  .text-block-31 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
  }

  .bulleted-list {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
  }

  .help-article {
    margin-top: 0px;
  }

  .text-block-37 {
    margin-bottom: 0px;
    font-size: 80%;
    line-height: 100%;
  }

  .text-block-39 {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .text-block-40 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 100%;
    line-height: 100%;
  }

  .popup-description {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 100%;
  }

  .ideaspopup2 {
    display: none;
  }

  .materials-container {
    display: block;
  }

  .video-container {
    top: 32%;
    bottom: 32%;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.52);
  }

  .section-6 {
    margin-top: 0px;
  }

  .container-10 {
    margin-top: -60px;
    padding-top: 0px;
  }

  .grid-18 {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-52 {
    font-size: 0.8em;
    line-height: 13px;
  }

  .text-block-53 {
    font-size: 11px;
    line-height: 11px;
  }

  .section-9 {
    margin-bottom: 0px;
  }

  .c-navbar__logo {
    display: block;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-11 {
    margin: 3px 10px 140px;
  }

  .grid-21 {
    margin-top: 76px;
  }

  .c-top-nav__phone {
    display: none;
    margin-top: 76px;
    padding-bottom: 0px;
    font-size: 10px;
  }

  .container-11 {
    margin-top: -102px;
  }

  .meetingid {
    padding-right: 40px;
    padding-left: 15px;
  }

  .meetingform {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-top: -6px;
    border-left-width: 0px;
  }

  .submit-button-3 {
    top: -4px;
    right: 2px;
    margin-left: 207px;
  }

  .pulse-title {
    margin-top: 0px;
    line-height: 22px;
  }

  .surveytitle {
    line-height: 22px;
  }

  .heading-4-copy {
    line-height: 22px;
  }

  .materialstype {
    line-height: 22px;
  }

  .raffletitle {
    line-height: 22px;
  }

  .schedulepopup2 {
    display: none;
  }

  .chatcontainer {
    top: 32%;
    bottom: 32%;
  }

  .heading-4-copy {
    line-height: 22px;
  }

  .heading-4-copy-copy {
    line-height: 22px;
  }

  .announce-containter-copy {
    top: 30%;
    bottom: 30%;
  }

  .agendatitle-copy {
    margin-bottom: -6px;
    font-size: 200%;
  }

  .container-16 {
    margin-top: -102px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .activate-hybrid {
    min-height: 0.5px;
    min-width: 1em;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 10px;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
  }

  .steps-titles {
    min-width: 80%;
    margin: 60px 0px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 180%;
    text-align: center;
  }

  .pulsecontainer {
    top: 25%;
    bottom: 25%;
  }

  .surveys-contaiinter-mobile {
    top: 15%;
    bottom: 15%;
    display: block;
  }

  .videooptions-copy-copy {
    grid-row-gap: 17px;
    color: #ff8a8a;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
  }

  .c-navbar__mobile-image {
    display: block;
    width: auto;
    height: 19px;
    padding-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph {
    font-size: 0.9em;
    line-height: 1em;
  }

  .bulleted-list-copy {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 400;
  }

  .bulleted-list-copy {
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: 400;
  }

  .case-study-grid {
    margin: -3px 10px -48px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .case-study-grid-4 {
    margin-top: 13px;
    grid-auto-flow: column;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 51px auto 62px auto auto auto;
    grid-template-rows: 51px auto 62px auto auto auto;
  }

  .case-study-grid-3 {
    margin-top: 13px;
    grid-auto-flow: column;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 51px auto 62px auto auto auto;
    grid-template-rows: 51px auto 62px auto auto auto;
  }

  .grid-27 {
    grid-column-gap: 10px;
    -ms-grid-columns: 0.25fr 1fr 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr 0.25fr 1fr;
  }

  .subheader_bold {
    min-height: 0.5px;
    min-width: 0.8em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
  }

  .quote-font {
    min-height: 0.5px;
    min-width: 0.8em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
  }

  .c-pricing-table__header-plan-title {
    font-size: 11px;
  }

  .pricing-button {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 9px;
    line-height: 1.2em;
  }

  .c-pricing-table__row-title {
    font-size: 11px;
  }

  .c-pricing-table__row-title.is__size-12 {
    font-size: 11px;
  }

  .l-pricing-table__cell-text {
    font-size: 10px;
  }

  .l-pricing-table__categ-header-text__long {
    padding-left: 3px;
    font-size: 14px;
  }

  .c-pricing-table__subheader {
    margin-left: 0px;
    font-size: 12px;
  }

  .l-pricing-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .l-trust-features {
    padding-top: 30px;
  }

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

  .container.is__vertical-direction {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.is__justify-start.is__less-space-mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.is__extended.is__justify-start.is__space-rows {
    grid-row-gap: 25px;
  }

  .container.is__extended-80.is__mobile-center {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .container.is__flex-start.is__padding-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.is__padding-15 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-trust-features__heading {
    margin-bottom: 20px;
  }

  .l-trust-features__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .l-trust-features__item-title {
    margin-bottom: 15px;
  }

  .c-trust-partners__numbers-title {
    font-size: 33px;
  }

  .text.is__white.is__size-18.is__margin-bottom-20 {
    margin-bottom: 10px;
  }

  .text.is__size-16 {
    font-size: 14px;
  }

  .text.is__size-28 {
    font-size: 14px;
  }

  .text-h1 {
    font-size: 32px;
  }

  .text-h1.is__black.is__size-60 {
    font-size: 24px;
  }

  .text-h3 {
    font-size: 18px;
  }

  .text-h3.is__margin-bottom-20 {
    margin-bottom: 15px;
  }

  .text-h3.is__purple.is__underline {
    font-size: 24px;
  }

  .text-h3.is__size-26 {
    font-size: 20px;
  }

  .text-h3.is__weight-600.is__slido {
    font-size: 22px;
  }

  .l-footer__lower-payment-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-footer__ssl-image {
    width: 70px;
    margin-bottom: 0px;
  }

  .c-footer__cards-image {
    width: 167px;
    margin-left: 20px;
  }

  .l-footer__contact {
    width: auto;
  }

  .list-2 {
    -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;
  }

  .l-footer__logo {
    width: auto;
  }

  .l-footer__lower-copyright {
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .l-pricing-hero__title {
    text-align: center;
  }

  .l-terms-hero {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .l-terms-hero__title {
    text-align: center;
  }

  .l-terms-hero__subtitle {
    text-align: center;
  }

  .l-terms-content {
    padding-top: 30px;
  }

  .l-terms-content__heading {
    margin-bottom: 20px;
    text-align: left;
  }

  .l-navbar__cta {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .l-pricing-cards {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .l-pricing-cards__content {
    margin-bottom: 30px;
  }

  .c-pricing-cards__rating-image {
    width: 102px;
  }

  .l-pricing-cards__card.is__v2 {
    margin-bottom: 10px;
  }

  .l-pricing-cards__title {
    padding-top: 25px;
  }

  .l-pricing-cards__title.is__v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-pricing-cards__price {
    min-height: 50px;
  }

  .l-pricing-cards__price.is__v2 {
    min-height: 79px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-pricing-cards__price.is__v2.is__3rd {
    min-height: 94px;
    padding-bottom: 15px;
  }

  .l-pricing-cards__description.is__v2 {
    min-height: 160px;
  }

  .l-pricing-cards__cta {
    min-height: 80px;
  }

  .l-powerpoint-numbers__numbers-item {
    margin-bottom: 20px;
  }

  .c-powerpoint-numbers__numbers-title {
    margin-bottom: 8px;
    font-size: 38px;
  }

  .c-powerpoint-numbers__numbers-text {
    font-size: 16px;
  }

  .l-powerpoint-integrations__title {
    text-align: center;
  }

  .l-powerpoint-integrations__logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .c-powerpoint-integrations__logo {
    height: 29px;
  }

  .c-powerpoint-integrations__logo.zoom-logo {
    height: 18px;
  }

  .c-powerpoint-integrations__logo.webex-logo {
    height: 50px;
  }

  .c-powerpoint-integrations__logo.msteams-logo {
    height: 40px;
  }

  .c-pricing-button__button {
    max-width: 100%;
    min-width: 250px;
  }

  .l-powerpoint-promise {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-powerpoint-promise__title {
    margin-bottom: 20px;
    text-align: left;
  }

  .l-powerpoint-promise__cta {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .l-powerpoint-promise__cta-circle {
    width: 60px;
    height: 60px;
    padding-left: 5px;
  }

  .c-powerpoint-promise__icon {
    width: 25px;
    height: 25px;
  }

  .c-powerpoint-promise__border-line {
    display: none;
  }

  .l-powerpoint-engage {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .c-powerpoint-engage__border-line {
    margin-bottom: 40px;
  }

  .l-powerpoint-engage__icon {
    width: 55px;
    height: 55px;
    margin-right: 25px;
    border-radius: 8px;
  }

  .c-powerpoint-engage__icon {
    width: 35px;
  }

  .l-powerpoint-engage__item {
    text-align: center;
  }

  .l-powerpoint-connection__item {
    text-align: center;
  }

  .l-powerpoint-connection__symbol {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .l-powerpoint-engage__image {
    width: 64px;
  }

  .l-powerpoint-engage__item-text {
    text-align: left;
  }

  .l-powerpoint-features__cta {
    padding-bottom: 80px;
  }

  .l-powerpoint-features__description {
    padding-left: 0px;
  }

  .l-powerpoint-technology__item-content {
    margin-left: 30px;
  }

  .l-powerpoint-technology__item-image {
    width: 35px;
  }

  .l-powerpoint-technology {
    padding-top: 60px;
  }

  .l-powerpoint-setup__title {
    padding-left: 0px;
  }

  .l-powerpoint-setup__items {
    width: 100%;
  }

  .l-powerpoint-setup__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-powerpoint-setup__item-image {
    width: 35px;
    height: 35px;
    margin-right: 25px;
  }

  .l-powerpoint-hero {
    padding-top: 60px;
  }

  .c-powerpoint-hero__text {
    margin-left: 6px;
    font-size: 13px;
  }

  .c-powerpoint-hero__image {
    max-width: 100%;
  }

  .l-powerpoint-clients__heading {
    margin-bottom: 10px;
  }

  .l-powerpoint-clients__reviews {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .l-powerpoint-clients__review {
    padding-bottom: 30px;
  }

  .c-powerpoint-clients__review-text {
    font-size: 14px;
  }

  .l-powerpoint-promise__cta-video {
    display: none;
  }

  .l-powerpoint-setup__image-2 {
    width: 100%;
  }

  .l-home-uses__item {
    width: 100%;
  }

  .l-home-hero {
    padding-top: 60px;
  }

  .l-home-hero.is__home-b-bg {
    padding-bottom: 20px;
    background-size: 75%;
  }

  .l-home-hero__image {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-home-hero__image {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-right: 0%;
  }

  .l-about-content {
    padding-top: 10px;
  }

  .l-about-content__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .l-about-content__item-title {
    margin-bottom: 15px;
  }

  .l-about-content__numbers {
    padding-top: 10px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-about-content__numbers-content {
    width: 100%;
    margin-bottom: 15px;
  }

  .l-about-morecontent {
    padding-top: 30px;
  }

  .l-partners-content {
    padding-top: 30px;
  }

  .l-partners-content__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .l-partners-content__item-title {
    margin-bottom: 15px;
  }

  .l-partners-content__item-button {
    margin-bottom: 15px;
  }

  .l-partners-content__slide-arrow-left {
    width: 30px;
    height: 250px;
  }

  .l-partners-content__slide-arrow-right {
    width: 30px;
  }

  .l-partners-content__slide-arrow-left-icon {
    width: 20px;
  }

  .l-partners-content__slide-arrow-right-icon {
    width: 20px;
  }

  .l-partners-slider {
    height: 250px;
  }

  .l-partners-slide__container.slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ADM-Logo-NEW_Charcoal-1-1.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/ADM-Logo-NEW_Charcoal-1-1.png');
  }

  .l-partners-slide {
    height: 250px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .l-about-content__item {
    padding-top: 40px;
  }

  .l-uses-content {
    padding-top: 30px;
  }

  .l-uses-content__item-title {
    margin-bottom: 15px;
  }

  .l-uses-content__item-cta-title {
    text-align: center;
  }

  .l-uses-content-features__item-image {
    width: 35px;
  }

  .l-uses-content-features__item-content {
    margin-left: 30px;
  }

  .l-uses-navigation__items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-uses-navigation__item-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-uses-content__item-features-title {
    font-size: 25px;
  }

  .c-pricing-table__row-info-icon {
    width: 22px;
    height: 22px;
    background-size: 15px;
  }

  .l-pricing-table {
    position: static;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .l-pricing-table__categ-header-icon {
    width: 32px;
    height: 32px;
    background-size: 16px;
  }

  .l-pricing-table-container__item {
    width: 800px;
  }

  .c-pricing-table-header__title {
    font-size: 18px;
  }

  .l-pricing-table__cell-grey-check {
    background-size: 15px;
  }

  .l-pricing-table__cell-grey-dollar {
    background-size: 10px;
  }

  .l-pricing-table-top {
    width: 800px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .l-pricing-trusted {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-homeb-hero__image {
    min-width: 253px;
    padding-top: 10px;
  }

  .l-homeb-hero__image-container {
    height: 208px;
    max-width: 367px;
    min-width: 218px;
    background-image: url('../images/Video-thumbnail-1_1.jpg');
    background-position: 50% 50%;
  }

  .l-homeb-hero__content {
    padding-right: 0px;
  }

  .l-homeb-hero__image-play {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-homeb-hero__image-logos {
    display: none;
  }

  .c-homeb-hero__image-logos {
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-homeb-hero__image-logo {
    width: 56px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .c-homeb-hero__image-logo.logo-3 {
    width: 100px;
  }

  .c-homeb-hero__image-title {
    font-family: SfUiDisplay, Verdana, sans-serif;
    font-size: 14px;
  }

  .l-popup-container {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .c-popup-close {
    width: 20px;
  }

  .c-popup-features-content__title-icon {
    height: 30px;
  }

  .c-popup-features-content__title-text {
    font-size: 22px;
  }

  .l-pricing-features {
    padding-top: 60px;
  }

  .l-pricing-features__item-image {
    width: 25px;
  }

  .l-pricing-features__item-content {
    margin-left: 20px;
  }

  .l-popup-features-content__features-item {
    width: 100%;
  }

  .l-features-modules__container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-features-reports {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-features-reports__title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-features-reports__features-item {
    width: 100%;
    margin-bottom: 0px;
  }

  .c-features-banner__link {
    max-width: 130px;
    min-width: 115px;
  }

  .c-features-banner__text {
    text-align: center;
  }

  .l-polls-features {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-polls-features__text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-polls-features__text-item {
    width: 100%;
  }

  .l-polls-features__text-item.is__second-col {
    margin-top: 30px;
    margin-left: 0px;
  }

  .l-features-banner {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-calendly-hero {
    padding-top: 30px;
  }

  .l-calendly-hero__title {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .l-calendly-hero__subtitle {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .html-embed-3 {
    font-size: 13px;
  }

  .c-home-hero__title {
    font-size: 32px;
  }

  .l-global-faq {
    max-width: 100%;
    padding-top: 40px;
  }

  .c-global-faq__title {
    font-size: 24px;
  }

  .l-global-faq__content {
    padding-top: 20px;
  }

  .l-global-faq__content-faq {
    padding-right: 0px;
  }

  .c-global-faq__blog-link {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .l-pricing-logos.is__landing-pages {
    padding-top: 20px;
  }

  .c-pricing-logos__image {
    height: 3rem;
    min-height: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .l-pricing-trusted__badges {
    min-width: 100%;
    margin-top: 10px;
  }

  .c-pricing-trusted__badge {
    width: 73px;
  }

  .c-pricing-trusted__title {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.5em;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .c-navbar__login-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    padding: 5px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #6a48e7;
    border-radius: 4px;
    background-color: #6a48e7;
    font-family: SfUiDisplay, Verdana, sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
  }

  .c-navbar__mobile-image-close {
    display: none;
    width: auto;
    height: 25px;
    margin-top: -6px;
    padding-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .c-navbar__contact-btn {
    display: none;
    margin-right: 0px;
    padding: 5px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #6a48e7;
    border-radius: 4px;
    background-color: #fff;
    font-family: Manrope;
    color: #6a48e7;
    font-size: 17px;
    font-weight: 700;
  }

  .l-navbar-mobile-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 10px 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-powerpoint-promise__title {
    font-size: 21px;
  }

  .l-agenda-hero {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .l-agenda-hero__title {
    text-align: center;
  }

  .l-agenda-hero__subtitle {
    text-align: center;
  }

  .l-agenda-posts {
    padding-top: 30px;
  }

  .l-agenda-posts__categories-container {
    margin-top: 0px;
    padding-top: 10px;
  }

  .c-agenda-posts__categories-link {
    margin-bottom: 17px;
    font-size: 20px;
  }

  .l-post-card {
    margin-bottom: 20px;
  }

  .l-post-card__image {
    width: 100%;
    height: 224px;
  }

  .c-post-card__content-title {
    font-size: 22px;
  }

  .c-post-card__content-author {
    font-size: 12px;
  }

  .l-post-template {
    padding-top: 40px;
  }

  .l-post-template__sidebar {
    padding-top: 30px;
  }

  .l-post-suggestion {
    padding-bottom: 60px;
  }

  .l-post-suggestion__title {
    margin-bottom: 30px;
  }

  .l-post-suggestion__card {
    min-height: 235px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .l-post-suggestion__card-title {
    height: auto;
    margin-bottom: 12px;
  }

  .l-404-hero {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .l-404-hero__title {
    text-align: center;
  }

  .c-404-hero__image {
    width: 150px;
  }

  .c-404-hero__button {
    padding: 14px 20px;
    font-size: 16px;
  }

  .c-pricing-request-demo {
    font-size: 13px;
  }

  .c-pricing-plans-request-demo {
    font-size: 13px;
  }

  .l-partners-talk-button {
    font-size: 13px;
  }

  .l-uses-demo-button-copy {
    font-size: 13px;
  }

  .c-uses-content__item-title {
    font-size: 18px;
  }

  .c-polls-hero__title {
    font-size: 32px;
  }

  .c-polls-hero__button {
    min-width: 1em;
    margin-top: 20px;
    background-color: #1dbdff;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .c-polls-hero__button:hover {
    background-color: #59ccfc;
  }

  .c-polls-hero__image {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .c-polls-features__image {
    margin-bottom: 19px;
  }

  .c-polls-features__subtitle {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
  }

  .l-integrations-hero__image.is__ms {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .c-integrations-hero__image {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .c-integrations-hero__title {
    font-size: 32px;
  }

  .c-integrations-hero__button {
    min-width: 1em;
    margin-top: 20px;
    background-color: #1dbdff;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .c-integrations-hero__button:hover {
    background-color: #59ccfc;
  }

  .c-integrations-whymp__text {
    font-size: 16px;
  }

  .c-integrations-steps__text {
    font-size: 16px;
  }

  .l-integrations-steps__step {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .l-integrations-steps__step-text {
    padding-top: 10px;
    padding-left: 10px;
  }

  .c-integrations-steps__step-text {
    min-height: 0.5px;
    min-width: 0.8em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
  }

  .l-home-video__placeholder {
    height: 225px;
  }

  .c-home-video__placeholder-text {
    font-size: 25px;
  }

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

  .html-embed-5-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    padding-left: 5px;
  }

  .l-powerpoint-features__title-content {
    width: 100%;
  }

  .c-mobilepollingb-hero__button {
    width: auto;
    min-width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #1dbdff;
    text-align: center;
  }

  .html-embed-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
    font-size: 13px;
  }

  .l-mobilepollingb-hero__cta-button {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
  }

  .l-mobilepolling-features {
    padding-top: 40px;
  }

  .l-mobilepolling-features__cta {
    margin-top: 70px;
  }

  .c-mobilepolling-features__item-icon {
    width: 30px;
  }

  .c-mobilepolling-features__item-icon.is__mobile {
    width: 23px;
  }

  .c-mobilepolling-features__polls-title {
    font-size: 18px;
  }

  .c-mobilepolling-features__polls-col-title {
    font-size: 18px;
  }

  .html-embed-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
  }

  .l-enterprise-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .l-enterprise-hero__title {
    text-align: center;
  }

  .l-enterprise-hero__button {
    text-align: center;
  }

  .c-enterprise-hero__title {
    font-size: 24px;
  }

  .c-api-whymp__text {
    font-size: 15px;
    line-height: 1.3em;
  }

  .l-api-why__item {
    padding-right: 0px;
  }

  .l-api-why__item.is__last-one {
    padding-right: 0px;
  }

  .l-api-why__item-icon {
    width: 35px;
  }

  .l-api-why__item-text {
    margin-left: 10px;
  }

  .c-api-why__item-icon {
    width: 30px;
  }

  .c-post-template__title {
    font-size: 22px;
  }

  .c-post-template__text {
    font-size: 16px;
  }

  .c-post-suggestion__title {
    font-size: 22px;
  }

  .collection-item {
    width: 100%;
  }

  .c-post-suggestion__card-title {
    font-size: 18px;
  }

  .c-post-suggestion__card-button {
    font-size: 16px;
  }

  .l-post-card__image-link {
    margin-bottom: 15px;
  }

  .c-pagination-btn {
    min-width: 125px;
    padding: 10px 20px;
  }

  .c-pagination-btn-text {
    font-size: 16px;
  }

  .c-pagination-btn-icon {
    width: 8px;
  }

  .c-agenda-hero__title {
    font-size: 32px;
  }

  .c-agenda-posts__categories-title {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .c-api-features__item-text {
    min-height: 0.5px;
    min-width: 0.8em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
  }

  .l-api-features {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .l-landingpage-hero {
    padding-top: 60px;
  }

  .l-landingpage-hero__content {
    padding-right: 0px;
  }

  .l-landingpage-hero__image {
    padding-top: 0px;
  }

  .l-landingpage-hero__image-container {
    height: auto;
  }

  .l-landingpage-integrations__title {
    text-align: center;
  }

  .l-landingpage-cta {
    max-width: 100%;
    grid-column-gap: 15px;
  }

  .l-landingpage-features__cta {
    padding-bottom: 50px;
  }

  .c-landingpage-trusted__badge {
    width: 73px;
  }

  .c-landingpage-trusted__title {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.5em;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .c-landingpage-text {
    font-size: 16px;
  }

  .c-landingpage-text h1 {
    font-size: 25px;
    line-height: 1.2em;
  }

  .c-landingpage-text ul {
    padding-left: 20px;
    font-size: 14px;
  }

  .l-pricing-table-top__container {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .l-pricing-table-top__container-cell.is__1st {
    width: 120px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .c-pricing-table-top__header-title {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-align: right;
  }

  .l-pricing-table-container__item-header-background {
    width: 100%;
  }

  .l-pricing-table-container__item-cell-title {
    width: 120px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }

  .c-pricing-table-container__image {
    width: 81px;
  }

  .l-pricing-table-container__item-subheader {
    min-height: 30px;
  }

  .l-pricing-table-container__container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .l-pricing-table-top__container-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c-pricing-plans__request-demo {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 9px;
    line-height: 1.2em;
  }

  .c-landingpage-hero__button {
    width: auto;
    min-height: 40px;
    min-width: auto;
    padding: 5px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .c-pricing-cards__about.is__white.is__size-18.is__margin-bottom-20 {
    margin-bottom: 10px;
  }

  .c-pricing-cards__about.is__size-16 {
    font-size: 14px;
  }

  .c-pricing-cards__about.is__size-28 {
    font-size: 14px;
  }

  .c-pricing-cards__price {
    font-size: 18px;
  }

  .c-pricing-cards__price.is__margin-bottom-20 {
    margin-bottom: 15px;
  }

  .c-pricing-cards__price.is__purple.is__underline {
    font-size: 24px;
  }

  .c-pricing-cards__price.is__size-26 {
    font-size: 20px;
  }

  .c-pricing-cards__price.is__weight-600.is__slido {
    font-size: 22px;
  }

  .c-pricing-cards__period.is__white.is__size-18.is__margin-bottom-20 {
    margin-bottom: 10px;
  }

  .c-pricing-cards__period.is__size-16 {
    font-size: 14px;
  }

  .c-pricing-cards__period.is__size-28 {
    font-size: 14px;
  }

  .c-pricing-cards__price-top.is__white.is__size-18.is__margin-bottom-20 {
    margin-bottom: 10px;
  }

  .c-pricing-cards__price-top.is__size-16 {
    font-size: 14px;
  }

  .c-pricing-cards__price-top.is__size-28 {
    font-size: 14px;
  }

  .c-mobilepollingb-hero__button-request-demo {
    width: auto;
    min-width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .html-embed-3-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
    font-size: 13px;
  }

  .c-navbar__cta-button-copy {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 7px;
    border-radius: 4px;
    background-color: #1dbdff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.27);
    color: #fff;
    font-size: 10px;
    line-height: 1.2em;
  }

  .c-navbar__cta-button-copy:hover {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #59ccfc;
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }

  .c-navbar__cta-button-copy.is__no-menu {
    margin-bottom: 0px;
  }

  .c-mobilepolling-hero__title {
    font-size: 2.1em;
  }

  .c-homeb-hero__request-demo {
    width: auto;
    min-width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .c-homeb-hero__button {
    width: auto;
    min-width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #1dbdff;
    text-align: center;
  }

  .c-homeb-hero__title {
    font-size: 2.1em;
  }

  .search {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .search-button {
    min-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    background-size: 19px;
  }

  .search-input {
    font-size: 16px;
  }

  .l-searchresults-posts__categories-container {
    margin-top: 40px;
  }

  .l-agenda-hero__socials {
    margin-bottom: 20px;
  }

  .l-post-template__socials {
    margin-bottom: 10px;
  }

  .l-convocation-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-convocation-cta__container-title {
    font-size: 18px;
  }

  .text-2.is__size-16 {
    font-size: 14px;
  }

  .text-h3-2 {
    font-size: 18px;
  }

  .text-h3-2.is__margin-bottom-20 {
    margin-bottom: 15px;
  }

  .l-convocation-hero {
    padding-top: 30px;
    background-position: 0px 0px, 0% 0%;
  }

  .l-convocation-hero__content {
    padding-top: 20px;
    padding-right: 0px;
  }

  .l-convocation-hero__image {
    padding-top: 0px;
  }

  .l-convocation-hero__text {
    padding-bottom: 20px;
  }

  .c-convocation-hero__title {
    font-size: 28px;
  }

  .l-convocation-hero__logo {
    padding-right: 0px;
    padding-left: 10px;
  }

  .l-convocation-hero__conference-logo {
    padding-right: 10px;
    padding-left: 0px;
  }

  .c-convocation-hero__conference-logo {
    width: 120px;
  }

  .c-terms-content_list-item.is__white.is__size-18.is__margin-bottom-20 {
    margin-bottom: 10px;
  }

  .c-terms-content_list-item.is__size-16 {
    font-size: 14px;
  }

  .c-terms-content_list-item.is__size-28 {
    font-size: 14px;
  }

  .c-terms-content__list-item.is__size-16 {
    font-size: 14px;
  }

  .l-lp-hero__form {
    min-width: 253px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .l-lp-hero {
    padding-top: 60px;
  }

  .l-lp-hero.is__home-b-bg {
    padding-bottom: 20px;
    background-size: 75%;
  }

  .l-lp-hero.is__lp-bg {
    padding-bottom: 20px;
    background-size: 75%;
  }

  .l-lp-hero__content {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .l-lp-hero__title {
    margin-bottom: 20px;
  }

  .c-lp-hero__title {
    font-size: 30px;
  }
}

#w-node-e842f341-0c73-89a0-f8d9-b372bdc44d76-6659d8e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b9f7c768-5244-016d-9cd2-b2952f99ca37-6659d8e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_964027fd-d852-8474-8ab3-62d7e6354d51-6659d8e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_18a4f57b-c457-8e58-e431-310234305d25-6659d8e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d809ee60-a78c-fbc6-a81b-27a85fea1b66-6659d8e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_57e2e4f3-2ee2-38c2-0202-18c411b708af-f890e92f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-edcd35bd-5f5c-e281-ecb4-1a4fcdb0ab17-f890e92f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-edcd35bd-5f5c-e281-ecb4-1a4fcdb0ab1d-f890e92f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-edcd35bd-5f5c-e281-ecb4-1a4fcdb0ab23-f890e92f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-edcd35bd-5f5c-e281-ecb4-1a4fcdb0ab29-f890e92f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de8d18be-b390-6c5f-3ea9-569237f7b760-f890e92f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de8d18be-b390-6c5f-3ea9-569237f7b761-f890e92f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-de8d18be-b390-6c5f-3ea9-569237f7b764-f890e92f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de8d18be-b390-6c5f-3ea9-569237f7b765-f890e92f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de8d18be-b390-6c5f-3ea9-569237f7b768-f890e92f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de8d18be-b390-6c5f-3ea9-569237f7b769-f890e92f {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_155f4384-8edb-a6b0-f577-6912fbe95862-dd7c421f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cb357475-58c6-292e-daeb-6e7f3ccaa1cc-dd7c421f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb357475-58c6-292e-daeb-6e7f3ccaa1d2-dd7c421f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb357475-58c6-292e-daeb-6e7f3ccaa1d8-dd7c421f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63470911-dc16-a90e-dc2a-b69dea927d60-a20179dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f24773a3-ee2d-3a5b-348d-a13d85252fe9-a20179dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f24773a3-ee2d-3a5b-348d-a13d85252fef-a20179dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f24773a3-ee2d-3a5b-348d-a13d85252ff5-a20179dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fcd08ce8-6233-15d9-6953-05a124d84699-1992811e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fcd08ce8-6233-15d9-6953-05a124d8469a-1992811e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4714a696-f13b-604f-e6a4-c8cf37cba4e5-1992811e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4714a696-f13b-604f-e6a4-c8cf37cba4e8-1992811e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4714a696-f13b-604f-e6a4-c8cf37cba4ea-1992811e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4714a696-f13b-604f-e6a4-c8cf37cba4ec-1992811e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4903776c-3b1d-9de3-4bd3-93914ddb05e3-1992811e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ee28d656-b51e-a3bf-165c-b69dff446090-ff44608b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ee28d656-b51e-a3bf-165c-b69dff446091-ff44608b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_759b3a5d-1f45-8667-743f-bf97dc5ae954-dc5ae951 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_759b3a5d-1f45-8667-743f-bf97dc5ae956-dc5ae951 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_759b3a5d-1f45-8667-743f-bf97dc5ae957-dc5ae951 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a17-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a18-5a029a14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a1a-5a029a14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a1b-5a029a14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a1e-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a1f-5a029a14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a22-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a26-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a2a-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a2e-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a30-5a029a14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a34-5a029a14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a38-5a029a14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a3a-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a3c-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_8dcf8d97-7156-baa6-5803-f5385a029a40-5a029a14 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d7422b03-61c0-cce3-7cba-5549f16a3e1c-91806ac8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2977d873-3d29-0a24-262f-adf9b5c722f0-91806ac8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4714a696-f13b-604f-e6a4-c8cf37cba4ea-91806ac8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_173b0d48-54c9-35bc-7785-cb8ba2fab820-91806ac8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_173b0d48-54c9-35bc-7785-cb8ba2fab821-91806ac8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1299b4ac-6fed-4f36-0bb1-159c48ed4427-91806ac8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1299b4ac-6fed-4f36-0bb1-159c48ed4428-91806ac8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5e05988e-be83-6d01-1914-1dc2f71f66cb-91806ac8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5e05988e-be83-6d01-1914-1dc2f71f66cc-91806ac8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c1b5c15a-d163-b56e-ce81-97791f768a5d-84319add {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_1ac4f775-8837-1797-6813-f2f2595e7c63-595e7c5c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9e5723d0-293f-02a6-8d2d-b24f005eae8b-005eae84 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c206112a-2b0e-f524-bee2-1aef1e51cc51-1e51cc4a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3e1870dd-1f5c-71bd-c6dc-b2f2e90ecdcb-e90ecdc4 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a0f81533-bd9f-4350-563c-97ceb62f03e1-b62f03da {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d18aa5c9-de83-1ff3-f93a-c4d9c88dd89f-c88dd898 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9312b869-dac3-6f82-f625-311151560154-5156014d {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6f196674-135d-0a49-d728-c4956a72e5af-6a72e5a8 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1ebed8fd-671c-623b-412e-3b59514bcce1-514bccda {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c6e0ca5c-cddf-b88c-35cb-103bdf4fba54-df4fba4d {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-aff7c2c7-bb06-9b7e-3b71-7d79e824198d-e8241986 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5e272d58-48c1-b5ac-604c-2a96ecce830d-ecce8306 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_402968c2-67aa-f4ff-6ade-b85137333cc0-37333cb6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_370a91bf-4e5a-9a52-a8c3-9abf2cdceade-2cdcead9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c8bab133-bfd1-903e-d91d-c46319a1a739-36f71fd9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c8bab133-bfd1-903e-d91d-c46319a1a73a-36f71fd9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c8bab133-bfd1-903e-d91d-c46319a1a73c-36f71fd9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c8bab133-bfd1-903e-d91d-c46319a1a73d-36f71fd9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d8cfd245-f21c-1aa1-ebaf-2f669f358c6b-b98eade5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d8cfd245-f21c-1aa1-ebaf-2f669f358c71-b98eade5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d8cfd245-f21c-1aa1-ebaf-2f669f358c77-b98eade5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d8cfd245-f21c-1aa1-ebaf-2f669f358c7d-b98eade5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_09f0eb8a-f2c2-e384-920c-d188f95f2d20-9d779f4b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a9d22f51-344e-fcef-cc04-9371abd16dae-9d779f4b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e4ec9a78-9da3-9dea-563a-63d62901619b-9d779f4b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6154797e08cdee4c495873c900000000000d-725873c8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a1fa1241-64ae-2e77-1c1d-f84b6cd52adf-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1ff2eb9e-258c-5ac4-ea2f-f008308589a2-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cd9ce77c-6f1c-c465-4d3e-3093a7b6a51b-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a7e5800b-c70e-df6d-07db-a57d5a6de18e-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d138d0e1-cf7f-0925-d159-5699676da245-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_9dfe46b7-66fc-9520-a005-0bd6fbf1ab0d-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a7e5800b-c70e-df6d-07db-a57d5a6de190-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4a90dc82-6b7a-c764-9c4a-de7be016c96d-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a7e5800b-c70e-df6d-07db-a57d5a6de192-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_685c8b6d-5259-c343-18e1-13fb10bc28a6-b63f002e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ad816c6c-23e0-159b-0c6b-ece21ff14e65-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c2a29725-29f3-b9ec-2fe0-31f2e054f9e5-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_87d20b58-9a8b-ec5e-2874-8f6368b2a7ce-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_400feec9-0897-cecd-83ea-1c3488317e74-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_2b5e797d-39ab-9d6e-18de-3bc3b5dd23ed-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0e6a2d3f-a155-ce5e-a492-46586cb27c09-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-afecc895-a0fc-20e0-0bef-6c70e5a2e30e-b63f002e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1830719b-ecb7-85aa-1735-cf13b094c08e-b63f002e {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6bd79e5-1e97-ec01-fea5-303be1a60646-b63f002e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_6e07f60e-e784-5f92-bf46-0f435d61caa7-b63f002e {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_4017f2be-29af-73fb-5079-68fe6c8f8437-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4017f2be-29af-73fb-5079-68fe6c8f8439-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4017f2be-29af-73fb-5079-68fe6c8f843b-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_39422206-4f74-acd3-441d-98ad187fe85e-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4017f2be-29af-73fb-5079-68fe6c8f843d-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4017f2be-29af-73fb-5079-68fe6c8f843f-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4017f2be-29af-73fb-5079-68fe6c8f8441-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3bbee5b7-b101-1fb7-acde-5c56270dfa08-b63f002e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fcd08ce8-6233-15d9-6953-05a124d84699-51f87dbc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a097c2cb-d1e2-39d2-3030-cd53a51b981d-51f87dbc {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5f549bc8-58f3-a6a3-18f6-a22e00c7ab42-00c7ab23 {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_15e7cbdf-56bb-110d-e98d-78c9a2d0307f-a2d03072 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a97d9a7c-b887-83d3-acd5-c094e07e4ab5-22076fbb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3c7ebc47-17a6-4d94-f661-853c34c044fa-22076fbb {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7276bca4-7cd0-bdb6-ab96-ef10a5e9cbbf-f6698d61 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_47eae59a-add4-226f-1da8-ecf632f4a73b-f6698d61 {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fcd08ce8-6233-15d9-6953-05a124d84699-00d396eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fcd08ce8-6233-15d9-6953-05a124d8469a-00d396eb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_038c1e19-ca45-d893-e0ad-387a59ea4c85-00d396eb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3d2b0cef-a1ae-044a-b9ba-8e6c8017c354-00d396eb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_135d12d1-ea6d-e592-852b-82d81ff08a03-00d396eb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a91219db-e0c3-e17c-26d8-1fcb60eb8259-00d396eb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_57814309-ab7f-e197-8967-90fa6e358cff-00d396eb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b839ffa5-f5f9-5d80-fdaa-cd880c1cfc67-00d396eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_04ccde50-2272-aca9-3303-46efd709a4cf-00d396eb {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0f2edd6d-cdff-9445-c083-2ed335cd5841-00d396eb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0f2edd6d-cdff-9445-c083-2ed335cd5842-00d396eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0f2edd6d-cdff-9445-c083-2ed335cd5845-00d396eb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0f2edd6d-cdff-9445-c083-2ed335cd5846-00d396eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0f2edd6d-cdff-9445-c083-2ed335cd5849-00d396eb {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0f2edd6d-cdff-9445-c083-2ed335cd584a-00d396eb {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_30191057-8dd6-67e1-1453-f808fdd2c3f4-594bb638 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_77612752-b723-4402-f4ea-13c50f630c68-594bb638 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8d2fddcf-383c-9356-fa06-1093bf3d558f-594bb638 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9373d74e-e01f-1fee-4b6c-688adc3e59ea-594bb638 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0d0a3006-dd8f-18ef-ac5e-f7a571322258-594bb638 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f0fdcbed-a1f2-a49d-580a-42adaf7dbccd-7c23c879 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6c4a2aee-ae65-5f42-c310-3735bb929a98-7c23c879 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0880682d-d7af-aea6-e12c-330e21291f8c-7c23c879 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7c4f053-713d-5e24-0d6e-e228d6a2021c-7c23c879 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cdaede37-8488-e5e6-be64-324ef11be1bb-1c15c098 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_491f8e1e-2fe5-74f7-4e0e-2aa39f997b66-1c15c098 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_491f8e1e-2fe5-74f7-4e0e-2aa39f997b67-1c15c098 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_491f8e1e-2fe5-74f7-4e0e-2aa39f997b68-1c15c098 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_491f8e1e-2fe5-74f7-4e0e-2aa39f997b69-1c15c098 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e842f341-0c73-89a0-f8d9-b372bdc44d76-6659d8e2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_57e2e4f3-2ee2-38c2-0202-18c411b708af-f890e92f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_155f4384-8edb-a6b0-f577-6912fbe95862-dd7c421f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_63470911-dc16-a90e-dc2a-b69dea927d60-a20179dc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d84699-1992811e {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_759b3a5d-1f45-8667-743f-bf97dc5ae954-dc5ae951 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d7422b03-61c0-cce3-7cba-5549f16a3e1c-91806ac8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a7e5800b-c70e-df6d-07db-a57d5a6de18e-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d138d0e1-cf7f-0925-d159-5699676da245-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9dfe46b7-66fc-9520-a005-0bd6fbf1ab0d-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a7e5800b-c70e-df6d-07db-a57d5a6de192-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f8437-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f8439-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f843b-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_39422206-4f74-acd3-441d-98ad187fe85e-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f8441-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3bbee5b7-b101-1fb7-acde-5c56270dfa08-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d84699-51f87dbc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_15e7cbdf-56bb-110d-e98d-78c9a2d0307f-a2d03072 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a97d9a7c-b887-83d3-acd5-c094e07e4ab5-22076fbb {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7276bca4-7cd0-bdb6-ab96-ef10a5e9cbbf-f6698d61 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d84699-00d396eb {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e842f341-0c73-89a0-f8d9-b372bdc44d76-6659d8e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_57e2e4f3-2ee2-38c2-0202-18c411b708af-f890e92f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_155f4384-8edb-a6b0-f577-6912fbe95862-dd7c421f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_63470911-dc16-a90e-dc2a-b69dea927d60-a20179dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d84699-1992811e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d8469a-1992811e {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_759b3a5d-1f45-8667-743f-bf97dc5ae954-dc5ae951 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_759b3a5d-1f45-8667-743f-bf97dc5ae956-dc5ae951 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-d7422b03-61c0-cce3-7cba-5549f16a3e1c-91806ac8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a7e5800b-c70e-df6d-07db-a57d5a6de190-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4a90dc82-6b7a-c764-9c4a-de7be016c96d-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a7e5800b-c70e-df6d-07db-a57d5a6de192-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f843d-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f843f-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f8441-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3bbee5b7-b101-1fb7-acde-5c56270dfa08-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d84699-51f87dbc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_15e7cbdf-56bb-110d-e98d-78c9a2d0307f-a2d03072 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a97d9a7c-b887-83d3-acd5-c094e07e4ab5-22076fbb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7276bca4-7cd0-bdb6-ab96-ef10a5e9cbbf-f6698d61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d84699-00d396eb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d8469a-00d396eb {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e842f341-0c73-89a0-f8d9-b372bdc44d76-6659d8e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_57e2e4f3-2ee2-38c2-0202-18c411b708af-f890e92f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_155f4384-8edb-a6b0-f577-6912fbe95862-dd7c421f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_63470911-dc16-a90e-dc2a-b69dea927d60-a20179dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d8469a-1992811e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ee28d656-b51e-a3bf-165c-b69dff446092-ff44608b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ee28d656-b51e-a3bf-165c-b69dff446094-ff44608b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_759b3a5d-1f45-8667-743f-bf97dc5ae956-dc5ae951 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d7422b03-61c0-cce3-7cba-5549f16a3e1c-91806ac8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-a7e5800b-c70e-df6d-07db-a57d5a6de18e-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d138d0e1-cf7f-0925-d159-5699676da245-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9dfe46b7-66fc-9520-a005-0bd6fbf1ab0d-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a7e5800b-c70e-df6d-07db-a57d5a6de190-b63f002e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4a90dc82-6b7a-c764-9c4a-de7be016c96d-b63f002e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a7e5800b-c70e-df6d-07db-a57d5a6de192-b63f002e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f8437-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f8439-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f843b-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_39422206-4f74-acd3-441d-98ad187fe85e-b63f002e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f843d-b63f002e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f843f-b63f002e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4017f2be-29af-73fb-5079-68fe6c8f8441-b63f002e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3bbee5b7-b101-1fb7-acde-5c56270dfa08-b63f002e {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d84699-51f87dbc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_15e7cbdf-56bb-110d-e98d-78c9a2d0307f-a2d03072 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-a97d9a7c-b887-83d3-acd5-c094e07e4ab5-22076fbb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_7276bca4-7cd0-bdb6-ab96-ef10a5e9cbbf-f6698d61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-fcd08ce8-6233-15d9-6953-05a124d8469a-00d396eb {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'SfUiDisplay';
  src: url('../fonts/sf-ui-display-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SfUiDisplay';
  src: url('../fonts/sf-ui-display-semibold-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SfUiDisplay';
  src: url('../fonts/SF-UI-Display-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}