.s-grid--no-mb {
  margin-bottom: 0
}
.s-footer__main-list {
  display: none
}
.s-footer__wrapper--top {
  margin-bottom: 2rem
}
@media only screen and (min-width:48rem) {
  .s-footer__wrapper--top {
    margin-bottom: 3rem
  }
}
.s-footer__wrapper--pages {
  display: none
}
.s-footer__wrapper--bottom, .s-footer__wrapper--policy-menu {
  align-items: flex-start;
  flex-direction: column
}
.s-footer__logo-cm, .s-footer__phone-link {
  margin-bottom: 1.5rem
}
.s-footer__morses {
  left: -250px;
  top: -256px;
  width: 943px
}
.s-footer__morses--desktop {
  display: none
}
@media only screen and (min-width:48rem) {
  .s-footer__morses {
    left: -400px;
    top: -346px;
    width: 1400px
  }
}
.s-footer__policy-menu-list {
  -moz-columns: 2;
  column-count: 2;
  -moz-column-rule: 1px solid var(--white);
  column-rule: 1px solid var(--white)
}
@media only screen and (min-width:48rem) {
  .s-footer__policy-menu-list {
    -moz-columns: 3;
    column-count: 3
  }
}
.s-footer__policy-menu-item {
  line-height: 1.25em;
  padding: .5rem;
  width: 100%
}
.s-footer__socials-wrapper {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content
}
.s-footer__logos-wrapper, .s-footer__socials-wrapper {
  margin-top: 1.5rem
}
.s-footer__logos-wrapper {
  float: right
}
.s-card {
  padding: 2rem 1rem
}
@media only screen and (min-width:48rem) {
  .s-card {
    padding: 2rem
  }
  .s-card--shadow {
    box-shadow: 0 0 5px 0 rgba(16, 30, 30, .1), 0 2px 7px 0 rgba(16, 30, 30, .15), 0 4px 4px -2px rgba(16, 30, 30, .1)
  }
}
.s-card--address {
  background-color: transparent;
  padding: 0
}
.s-card__content {
  margin-bottom: 40px
}
@media only screen and (min-width:48rem) {
  .s-card__content {
    margin-bottom: 10px
  }
}
.s-table__table {
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(90deg, var(--white) 0, hsla(0, 0%, 100%, 0)), linear-gradient(-90deg, var(--white) 0, hsla(0, 0%, 100%, 0)) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .1), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .1), transparent) 100% 0;
  background-attachment: local, local, scroll, scroll;
  background-color: var(--background);
  background-repeat: no-repeat;
  background-size: 100px 100%, 100px 100%, 16px 100%, 16px 100%;
  overflow-x: auto
}
.s-table__caption--desktop {
  display: none
}
.s-table__caption--mobile {
  display: block
}
.s-table--background .s-table__table {
  background: linear-gradient(90deg, var(--table-bg-color) 0, hsla(0, 0%, 100%, 0)), linear-gradient(-90deg, var(--table-bg-color) 0, hsla(0, 0%, 100%, 0)) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .1), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .1), transparent) 100% 0;
  background-attachment: local, local, scroll, scroll;
  background-color: var(--table-bg-color);
  background-repeat: no-repeat;
  background-size: 100px 100%, 100px 100%, 16px 100%, 16px 100%
}
.s-table--sticky .s-table__table {
  background-position: 120px, 100%, 120px, 100%
}
.s-table__td-cell, .s-table__th-cell {
  font-size: .875rem;
  min-width: 120px;
  padding: 10px 20px
}
@media only screen and (min-width:48rem) {
  .s-speaker {
    flex-direction: column;
    text-align: center
  }
  .s-speaker:nth-last-child(n+4), .s-speaker:nth-last-child(n+4) ~ .s-speaker {
    width: calc(50% - .75rem)
  }
  .s-speaker:nth-last-child(-n+3):first-child, .s-speaker:nth-last-child(-n+3):first-child ~ .s-speaker {
    flex-basis: 0;
    flex-grow: 1
  }
  .s-speaker__image {
    margin-bottom: .75rem;
    margin-right: 0
  }
}
.s-speaker__linkedin {
  margin-left: .5rem
}
@media only screen and (min-width:48rem) {
  .s-speaker__linkedin {
    margin-left: 0;
    margin-top: .5rem
  }
}
.s-contact__header {
  align-content: center;
  height: 400px
}
.s-contact__header--sales {
  background-image: url(../image/hero-contact-sales-xs.jpg)
}
@media only screen and (min-width:48rem) {
  .s-contact__header--sales {
    background-image: url(../image/hero-contact-sales-sm.jpg)
  }
  .s-contact__header {
    align-content: start;
    height: 540px;
    padding-top: 100px
  }
}
.s-contact__header--support {
  background-image: url(../image/hero-contact-support-xs.jpg)
}
@media only screen and (min-width:48rem) {
  .s-contact__header--support {
    background-image: url(../image/hero-contact-support-sm.jpg);
    padding-top: 150px
  }
}
.s-contact__title {
  font-size: 2.25em
}
@media only screen and (min-width:48rem) {
  .s-contact__title {
    font-size: 3.75em
  }
}
.s-contact__card {
  padding: 10px 15px 30px
}
.s-contact__card--big {
  max-width: 464px;
  min-height: 400px
}
@media only screen and (min-width:48rem) {
  .s-contact__card--big {
    min-height: 756px;
    padding-left: 30px;
    padding-right: 30px
  }
  .s-contact__card {
    margin-bottom: 40px;
    margin-top: -300px;
    padding-top: 30px
  }
  .s-contact__thanks-content {
    height: 380px
  }
}
.s-contact__thanks-icon {
  margin-bottom: 30px
}
@media only screen and (min-width:48rem) {
  .s-contact__thanks-icon {
    margin: 40px auto
  }
  .s-contact__office {
    margin-bottom: 70px
  }
}
.s-contact__office-map {
  margin-top: 5px
}
.s-register {
  padding-top: 50px
}
.s-register__grid {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%
}
@supports(not (display:grid)) or (display:-ms-grid) {
  .s-register__grid {
    display: inline-block
  }
}
.s-register__header {
  padding-top: 30px
}
.s-register__logos-wrapper {
  display: inline-block;
  padding: 20px;
  width: 100%
}
@media only screen and (min-width:48rem) {
  .s-register__logos-wrapper {
    padding-bottom: 50px;
    text-align: center
  }
}
.s-register__logos-left {
  width: 50%
}
@media only screen and (min-width:48rem) {
  .s-register__logos-left {
    display: inline-flex;
    float: none;
    width: 60%
  }
}
.s-register__logos-right {
  width: 50%
}
@media only screen and (min-width:48rem) {
  .s-register__logos-right {
    display: inline-flex;
    float: none;
    width: 60%
  }
}
.s-register__logo {
  max-height: 108px;
  padding: 30px 10px;
  width: 100%
}
.s-register__logo--right {
  padding-top: 45px
}
@media only screen and (min-width:48rem) {
  .s-register__logo--right {
    padding-left: 30px;
    padding-right: 30px
  }
}
.s-register__svg-package {
  max-height: 360px;
  max-width: 330px;
  padding: 30px 20px 0
}
.s-register__svg-shape {
  display: none
}
.s-register__verify-button.s-button {
  display: block;
  margin: 0 auto 30px;
  width: 100%
}
.s-register__verify-button.s-button:first-of-type {
  margin-left: auto
}
.s-register__message-icon svg {
  margin: 40px auto
}
.s-register__tooltip {
  margin-bottom: 25px
}
.s-article-index__tags-wrapper {
  display: none
}
.s-article-index__tags-dropdown {
  margin-bottom: 10px
}
.s-article {
  overflow: hidden
}
.s-article__title {
  font-size: 1.75rem;
  margin-top: .5rem
}
@media only screen and (min-width:48rem) {
  .s-article__title {
    font-size: 2rem
  }
}
.s-article__header-info {
  flex-direction: column-reverse
}
.s-article__image-wrapper {
  display: none
}
@media only screen and (min-width:48rem) {
  .s-article__image-wrapper {
    display: inline-flex;
    position: absolute;
    right: -70px;
    top: 0;
    z-index: 2
  }
  .s-article__image {
    background-position: 50%;
    background-size: cover;
    border-radius: 100%;
    height: 450px;
    margin: 0 0 auto auto;
    position: relative;
    width: 450px;
    z-index: 1
  }
}
.s-article__reading-time {
  border-left: 1px solid var(--white);
  margin-left: 1rem;
  padding-left: 1rem
}
.s-article__main-tag {
  width: 100%
}
.s-article__content {
  padding-bottom: 20px;
  padding-top: 10px
}
@media only screen and (min-width:48rem) {
  .s-article__content .s-video {
    padding-bottom: 42.1875%
  }
}
.s-article__share-title {
  border-top: 2px solid var(--black-10);
  color: var(--blue-140);
  margin-top: 1rem;
  padding-top: 4rem
}
.s-article__share-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: .5rem
}
@media only screen and (min-width:48rem) {
  .s-article__share-wrapper {
    justify-content: normal
  }
  .s-article__share-icon {
    margin-right: 1.5rem
  }
}
.s-investor-relations__table tbody {
  display: block
}
@media only screen and (min-width:48rem) {
  .s-investor-relations__table tbody {
    display: table-row-group
  }
}
.s-investor-relations__table .s-table__th-cell {
  display: none
}
@media only screen and (min-width:48rem) {
  .s-investor-relations__table .s-table__th-cell {
    display: table-cell
  }
}
.s-investor-relations__table .s-table__tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%
}
@media only screen and (min-width:48rem) {
  .s-investor-relations__table .s-table__tr {
    display: table-row;
    margin-bottom: 0
  }
}
.s-investor-relations__table .s-table__td-cell:first-of-type {
  color: var(--black-100);
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5em
}
@media only screen and (min-width:48rem) {
  .s-investor-relations__table .s-table__td-cell:first-of-type {
    line-height: 1.5rem;
    width: 125px
  }
}
.s-investor-relations ul {
  line-height: 1.5em;
  margin-left: 1.5rem;
  padding-bottom: 1rem
}
.s-investor-relations li {
  margin-bottom: .75rem
}
.s-investor-relations li:before {
  background-color: var(--blue-100);
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-weight: 500;
  height: .5rem;
  margin-left: -.5rem;
  position: relative;
  right: 1rem;
  width: .5rem
}
.s-hero {
  --hero-button-secondary-bg-color: #fff;
  margin-bottom: 40px;
  margin-top: calc(var(--platformheader-height)*-1)
}
.s-hero__wrapper {
  background: var(--hero-circle-bg);
  -webkit-clip-path: circle(300vw at 50% calc(100% - 300vw));
  clip-path: circle(300vw at 50% calc(100% - 300vw));
  min-height: auto;
  padding-top: calc(var(--platformheader-height) + 2rem)
}
.s-hero__chapeau-title {
  font-size: 1.125rem
}
.s-hero-large .s-hero__content, .s-hero__content {
  margin: 0 0 2rem;
  min-height: auto
}
.s-hero__subtitle {
  font-size: 1.125rem
}
.s-hero__image {
  margin-top: -1rem
}
.s-hero__image-hidden {
  display: none
}
.s-hero-large .s-hero__image-container, .s-hero__image-container {
  background: 0 0;
  border-radius: 0;
  bottom: auto;
  height: auto;
  padding: 0;
  position: relative;
  right: auto;
  width: auto
}
.s-hero-large .s-hero__morse, .s-hero__morse {
  bottom: -180px;
  height: auto;
  right: 0;
  transform: none;
  width: auto;
}
.s-hero-large .s-hero__morse-path, .s-hero__morse-path {
  stroke-width: 4
}
.s-hero-image__hero-medium-full .s-hero__wrapper {
  background: var(--blue-5)
}
.s-hero-image__hero-medium-full .s-hero__image {
  padding: 0
}
.s-hero-image__hero-medium-full .s-hero__image-container {
  margin: 0 -.75rem
}
.s-hero-image__hero-medium-full .s-hero__image-container:before {
  background: linear-gradient(180deg, var(--blue-5) 0, var(--blue-5-0) 100%);
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.s-hero-image {
  min-height: 200px
}
@media only screen and (min-width:48rem) {
  .s-hero-image {
    min-height: 0
  }
}
.s-hero-image__content {
  padding-top: 1.25rem
}
.s-get-started__track {
  position: absolute;
  width: 2px
}
.s-get-started__track--two-step {
  height: 150px
}
.s-get-started__track--three-step {
  height: 300px
}
.s-get-started__track--four-step {
  height: 380px
}
.s-get-started__track--five-step {
  height: 460px
}
.s-get-started__progress-meta {
  align-items: center;
  display: flex;
  margin: 0 0 5px
}
.s-get-started__progress-point {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 100%
}
.s-get-started__progress-point .circle {
  left: -38px;
  position: absolute
}
.s-get-started__icon {
  left: -18px;
  top: 20px
}
.s-image-gallery__list-item {
  display: inline-block;
  margin-bottom: 10px
}
.s-testimonials__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.s-testimonials__image {
  display: none
}
.s-testimonials__footer-row {
  min-width: auto
}
@media only screen and (min-width:48rem) {
  .s-product-bundle__item {
    display: none
  }
}
.s-product-bundle__product-subtitle--desktop {
  display: none
}
.s-product-bundle__product-subtitle--mobile {
  margin-bottom: .75rem
}
.s-product-bundle__product-body {
  display: none
}
.s-product-suggestion__content {
  padding-left: 0;
  text-align: center
}