:root {
  --light-bg: #f8f8f9;
  --dark: #222425;
  --white: white;
  --light-primary-201: #814efa;
  --light-primary-hover: #673ec8;
  --meetingscience-blue: #19acc0;
  --light-primary-200: #b395fc;
  --light-sea-green: #01b1a1;
  --light-primary-300: #cdb8fd;
  --light-primary-100: #9a71fb;
  --light-grey: #e7e7e7;
  --light-purple: #ece6fc;
  --logiselect-turquoise: #00ccb7;
  --grey-2: #757575;
  --light: #fbfbfb;
  --grey: #757575;
  --light-primary-400: #e6dcfe;
  --light-red: #ffeded;
  --error-red: #ff2947;
  --light-secondary-200: #f0f0f0;
  --light-secondary-300: #e6e6e6;
}

body {
  background-color: var(--light-bg);
  color: var(--dark);
  text-align: center;
  font-family: Brownpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

h2 {
  color: var(--dark);
  background-image: linear-gradient(#0000000d, #0000000d);
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: -50px;
  padding-left: 20px;
  font-size: 27px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  margin-left: 12px;
  padding-bottom: 10px;
}

a {
  color: var(--dark);
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  display: inline;
  position: static;
}

a:hover {
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

.page-wrapper {
  padding-right: 50px;
  overflow: hidden;
}

.wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.wrapper.flex {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.flex.hero {
  margin-top: 0;
}

.wrapper.flex.hero.sm-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}

.wrapper.flex.hero.sb-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.wrapper.smarthabits-pwd {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.wrapper.podcast-wrapper {
  margin-top: 80px;
}

.hero-intro {
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 120px;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.hero-intro.sm-hero-intro {
  width: 50%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0%;
}

.hero-intro.sb-hero-intro {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0%;
}

.mini-heading {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  height: 24px;
  padding: 4px 8px 4px 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  overflow: hidden;
}

.mini-heading.nav-anchor {
  text-align: left;
  white-space: nowrap;
  border-style: none;
  border-radius: 22px;
  font-size: 14px;
  text-decoration: none;
}

.mini-heading.nav-anchor:hover {
  background-color: var(--white);
  color: var(--dark);
}

.words-wrap-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 65px;
  line-height: 70px;
  position: static;
}

.words-wrap-heading.kw.word-1 {
  height: 140px;
}

.words-wrap-heading.kw.word-2 {
  align-self: center;
  width: 100%;
  height: 140px;
  font-style: normal;
  display: block;
  position: absolute;
}

.words-wrap-heading.kw.word-3 {
  width: 100%;
  font-style: normal;
  display: block;
  position: absolute;
}

.words-wrap-heading.kw.word-1 {
  width: 100%;
  position: static;
}

.scroll-down {
  z-index: 10;
  background-color: var(--white);
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 15px;
  margin-right: 15px;
  transition: box-shadow 0.3s;
  display: none;
  position: absolute;
  bottom: -215px;
  right: 8.33%;
  box-shadow: 0 5px 14px #505e7814;
}

.hero-image-wrapper {
  z-index: 2;
  background-image: url('../images/Mastery-min.png');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  width: 44%;
  margin-top: 220px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.hero-image-wrapper.sm-hero-image {
  background-image: none;
  align-items: center;
  width: 50%;
  margin-top: 260px;
  padding-top: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-image-wrapper.sb-hero-image2 {
  background-image: none;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: 260px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.smartbreaks-background-animation {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  height: 160%;
  display: none;
  position: absolute;
  inset: -30% 0 0;
}

.smartbreaks-background-animation.fade {
  opacity: 0.4;
  background-image: url('../images/Animation2.svg');
  background-position: 50%;
  background-size: cover;
  height: 160%;
  display: block;
  position: absolute;
  inset: -30% 0 0;
}

.angle {
  z-index: 2;
  background-color: var(--light-bg);
  width: 120%;
  height: 220px;
  margin: -100px -20px;
  position: static;
  top: 300px;
  transform: rotate(-3deg);
}

.sb-button-primary {
  grid-column-gap: 12px;
  background-color: var(--light-primary-201);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 8px 2px #212c4226;
}

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

.sb-button-primary.sm-bg {
  background-color: var(--white);
  color: var(--dark);
}

.sb-button-primary.sm-bg:hover {
  color: var(--meetingscience-blue);
}

.sb-button-primary.sb-bg {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 96px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 130px;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.sb-button-primary.sb-bg:hover {
  color: var(--light-primary-201);
}

.sb-button-primary.sb-bg._404-button {
  width: 200px;
}

.sb-button-primary.sb-bg._404-button:hover {
  color: var(--light-primary-201);
}

.sb-button-primary.sb-bg.submit-password {
  display: none;
}

.download-icon {
  width: 100%;
  display: inline-block;
  position: static;
}

.download-icon.icon-revert {
  filter: contrast(200%) invert();
  width: 80%;
}

.download-icon.icon-revert.windows-icon {
  width: 70%;
}

.benefit {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.tip-icon {
  background-color: #212c421f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.tip-icon.tip-4 {
  background-color: #7784fa;
}

.tip-icon.tip-2 {
  background-color: #6aebdb;
}

.tip-icon.tip-3 {
  background-color: #c2a9ff;
}

.tip-icon.transparent {
  background-color: #ffffff21;
}

.tip-icon.tip-1 {
  background-color: #fe7e84;
}

.tip-icon.podcast-resource-icon {
  background-color: var(--light-primary-200);
  margin-bottom: 0;
  transform: scale(0.7);
}

.tip-icon.podcast-resource-icon.articles-icon {
  -webkit-text-fill-color: inherit;
  background-color: #6aebdb;
  background-clip: border-box;
}

.tip-icon.podcast-resource-icon.video-icon {
  background-color: #ff7e84;
}

.tip-icon.podcast-resource-icon.book-icon {
  background-color: #7784fa;
  padding-top: 2px;
  padding-left: 2px;
}

.tip-icon.podcast-resource-icon.apps-icon {
  background-color: #a2eb6a;
}

.link-small {
  color: var(--light-primary-201);
  font-weight: 700;
  text-decoration: underline;
}

.link-small:hover {
  color: var(--light-primary-hover);
  text-decoration: underline;
}

.features {
  perspective: 800px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
}

.features.mobile-reversed {
  grid-column-gap: 16px;
  grid-row-gap: 52px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.feature-side-wrapper {
  perspective: 800px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.feature-side-wrapper.second-block,
.feature-side-wrapper.first-feature {
  margin-bottom: 30px;
}

.benefit-info {
  width: 50%;
  padding-right: 0;
}

.benefit-info.margin-right {
  text-align: justify;
  width: 50%;
  padding-right: 150px;
}

.benefit-info.margin-right.sm-benefit-info {
  width: 50%;
  padding-right: 150px;
}

.benefit-info.margin-left {
  text-align: justify;
  width: 50%;
  padding-left: 150px;
}

.benefit-info.margin-left.sm-benefit-info {
  width: 50%;
  padding-left: 150px;
}

.benefit-image {
  width: 50%;
}

.benefit-image.sm-benefit-image {
  border-radius: 6px;
  width: 35%;
  box-shadow: 1px 1px 20px #0003;
}

.icon {
  max-width: 65%;
}

.tips-wrapper {
  grid-column-gap: 180px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.tip {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-white {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.feature-number {
  color: var(--light-primary-201);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
}

.feature-number.sm-color-highlight {
  color: var(--meetingscience-blue);
}

.feature-name {
  grid-column-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.testimonials {
  background-color: #0000;
  width: 100%;
  max-width: 800px;
  height: auto;
  position: static;
}

.no-mask {
  margin-bottom: 70px;
  overflow: visible;
}

.testimonial-slide {
  max-width: 800px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.testimonial-frame {
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fff0;
  border: 2px solid #fff3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 90px 22px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 6px 14px #505e7814;
}

.testimonial-frame.testimonial-light-bg {
  background-color: var(--white);
  color: var(--dark);
  border-style: none;
}

.testimonials-nav {
  opacity: 1;
  margin-top: 58px;
  padding-top: 10px;
  font-size: 9px;
}

.testimonials-nav.white {
  filter: invert();
  margin-top: -30px;
  margin-bottom: -50px;
  position: relative;
}

.testimonials-nav.white.sm-testimonials-nav {
  filter: none;
}

.testimonial-arrow {
  width: 100%;
  max-width: 20%;
  margin-top: -20px;
  margin-bottom: 70px;
}

.testimonial-arrow.left {
  align-items: center;
  max-width: 30%;
  margin-bottom: 20px;
  margin-left: -200px;
  display: flex;
}

.testimonial-arrow.right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 30%;
  margin-bottom: 20px;
  margin-right: -200px;
  display: flex;
}

.download-buttons {
  grid-column-gap: 19px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -20px;
  display: grid;
}

.footer {
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  background-color: #222425;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.copyright {
  font-size: 13px;
  font-weight: 300;
}

.button-primary-title {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  padding-top: 3px;
  font-weight: 700;
}

.feedback {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.form-agreement {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 80px;
  display: flex;
}

.hyperlink {
  color: var(--light-primary-201);
  font-weight: 700;
  text-decoration: underline;
}

.hyperlink.sm-hyperlink {
  color: var(--meetingscience-blue);
  font-weight: 700;
}

.hyperlink.sh-hyperlink {
  color: var(--light-sea-green);
  font-weight: 700;
}

.checkbox {
  border-style: none;
  border-color: var(--light-primary-300);
  cursor: pointer;
  background-color: #e6e6e6;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin-top: 2.5px;
  margin-left: -20px;
  margin-right: 15px;
}

.checkbox:hover {
  border-style: solid;
  border-color: var(--light-primary-300);
  background-color: var(--light-primary-100);
  border-radius: 3px;
}

.checkbox.w--redirected-checked {
  background-color: var(--light-primary-201);
  background-image: url('../images/Shape_1.svg');
  border-style: none;
  border-radius: 3px;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--light-primary-200);
}

.utility-page-wrap {
  background-image: linear-gradient(#0000000d, #0000000d), linear-gradient(#0000, #0003), linear-gradient(73.4deg, #009c89f2, #00ead0ed),
    url('../images/Low_Resolution_JPG-Ergo-K860-LIFE-6388-min.jpg');
  background-position:
    0 0,
    0 0,
    0 0,
    50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-heading {
  color: var(--white);
  margin-bottom: 22px;
  font-family: Brownpro, sans-serif;
  font-size: 32px;
}

._404-paragraph {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Brownpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.arrow-icon {
  display: none;
}

.testimonial-name {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}

.quote-icon {
  opacity: 0.25;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}

.words-wrap-reasons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.header-tagline {
  color: var(--white);
  flex-direction: column;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  display: flex;
}

.faq-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.faq-arrow-icon.faq-icon {
  color: #0009;
  cursor: pointer;
  padding-top: 10px;
  font-size: 32px;
  line-height: 30px;
}

.faq-item {
  border: 2px solid var(--light-grey);
  text-align: left;
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-size: 18px;
  box-shadow: 0 3px 7px #00000008;
}

.faq-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.smartbreaks-video {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  background-image: linear-gradient(to bottom, var(--light-bg), var(--light-bg));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.section.smarthabits-bg {
  color: var(--white);
  background-image: linear-gradient(#0000, #0009), linear-gradient(#0000001a, #0000001a), linear-gradient(73.4deg, #009c89f2, #00ead0ed),
    url('../images/Low_Resolution_JPG-Ergo-K860-LIFE-6388-min.jpg');
  background-position:
    0 0,
    0 0,
    0 0,
    50% 0;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-top: 300px;
  padding-bottom: 300px;
}

.section.smarthabits-bg.smarthabits-bg-testimonials {
  background-image: linear-gradient(#0000, #0003), linear-gradient(#0000, #0000), linear-gradient(73.4deg, #009c89e6, #00ead0e6),
    url('../images/Power-image-min.png');
  background-position:
    0 0,
    0 0,
    0 0,
    50%;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section.smartbreaks-bg {
  background-image: linear-gradient(225deg, var(--light-primary-200), var(--light-primary-201) 63%),
    linear-gradient(to bottom, var(--light-bg), var(--light-bg));
  color: var(--white);
  justify-content: center;
  padding-top: 260px;
  padding-bottom: 260px;
}

.section.smartbreaks-bg.sb-last-section {
  grid-row-gap: 56px;
  background-image: linear-gradient(to bottom, var(--light-bg), var(--light-bg));
  color: var(--dark);
  padding-top: 70px;
  padding-bottom: 100px;
}

.section.smartmeetings-bg {
  background-image: linear-gradient(350deg, #0003, #fff0), linear-gradient(to bottom, #0000000d, #0000000d),
    linear-gradient(73deg, #078ea1, #15bfd7), linear-gradient(to bottom, var(--light-bg), var(--light-bg));
  color: var(--white);
  background-position:
    0 0,
    0 0,
    0 0,
    0 0;
  background-size: auto, auto, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  padding-top: 350px;
  padding-bottom: 350px;
}

.section.sm-testimonials {
  padding-bottom: 150px;
}

.section.sh-last-section {
  padding-bottom: 200px;
}

.section.podcasts-section {
  padding-top: 180px;
}

.section.smartbreaks-bg-copy {
  background-image: linear-gradient(225deg, var(--light-primary-200), var(--light-primary-201) 63%),
    linear-gradient(to bottom, var(--light-bg), var(--light-bg));
  color: var(--white);
  justify-content: center;
  padding-top: 260px;
  padding-bottom: 260px;
}

.section.smartbreaks-bg-copy.sb-last-section {
  grid-row-gap: 56px;
  padding-bottom: 150px;
}

.section.new-benefits {
  flex-flow: column;
}

.nav {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #22242573;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 80px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  box-shadow: 1px 1px 3px #0003;
}

.nav-tab-item {
  text-transform: uppercase;
  font-size: 14px;
}

.logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--dark);
  align-items: center;
  display: flex;
}

.benefit-icon {
  border: 1px solid var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  display: flex;
}

.intro-heading-group {
  grid-column-gap: 44px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solutions-heading-group {
  grid-column-gap: 0px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.separator {
  background-color: var(--light-grey);
  width: 100%;
  min-height: 1px;
}

.separator.separator-bg {
  background-color: #e7e7e74d;
  margin-top: 60px;
  margin-bottom: 60px;
}

.expert-image {
  border-radius: 200px;
  width: 200px;
  height: 200px;
  position: relative;
  box-shadow: inset 0 0 10px 2px #0003;
}

.expert {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  height: 320px;
  font-size: 17px;
  display: flex;
  position: relative;
}

.expert-infos {
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experts {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.feedback-button {
  z-index: 5;
  background-color: var(--white);
  color: var(--dark);
  cursor: pointer;
  border-radius: 300px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto 40px 40px auto;
  padding: 10px 0 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 3px 12px 1px #0003;
}

.feedback-button:hover {
  color: var(--light-sea-green);
}

.feedback-button.sm-feedback:hover {
  color: var(--meetingscience-blue);
}

.feedback-button.sb-feedback:hover {
  color: var(--light-primary-201);
}

.section-heading-group {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.p2 {
  font-size: 14px;
}

.h7 {
  font-size: 16px;
}

.faq-heading {
  cursor: pointer;
}

.testimonial-quote-title {
  line-height: 24px;
  display: block;
}

.solutions-carrousel {
  grid-column-gap: 10px;
  background-color: var(--light-bg);
  justify-content: center;
  align-self: center;
  width: 100%;
  height: auto;
  display: flex;
}

.solution-content {
  grid-column-gap: 60px;
  height: auto;
  padding-left: 20px;
  display: flex;
}

.solution-image {
  border-radius: 6px;
  overflow: visible;
  transform: rotate(-3deg);
  box-shadow: 4px 4px 20px #0003;
}

.solution-separator {
  background-color: var(--light-grey);
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.solution-cta {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.solution-infos {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 40%;
  display: flex;
}

.solution-description {
  margin-right: 20px;
}

.solution-image-frame {
  order: 0;
  align-self: center;
  width: 55%;
}

.testimonial-carrousel-arrow {
  opacity: 0;
}

.solution-carrousel-arrow {
  background-color: var(--white);
  border-radius: 20px;
  width: 32px;
  height: 32px;
  box-shadow: 2px 4px 10px 3px #0000001a;
}

.solutions-carrousel-nav {
  margin-top: 58px;
  padding-top: 10px;
  font-size: 9px;
}

.mask {
  width: 80%;
  margin-bottom: 70px;
}

.testimonial-person {
  grid-column-gap: 24px;
  margin-top: 10px;
  display: flex;
}

.testimonial-person-infos {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-person-picture {
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
  overflow: hidden;
}

.testimonial-person-no-picture {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.subnav {
  z-index: 4;
  grid-column-gap: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #22242573;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 77px;
  padding-left: 150px;
  padding-right: 150px;
  display: none;
  position: fixed;
}

.section-name {
  margin-bottom: 28px;
}

.section-names {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.checkbox-label {
  font-weight: 300;
}

.download-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
}

.words-wrap {
  width: 100%;
}

.heading-group-secondary {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-words-wrap-break {
  opacity: 0.8;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.sm-cta {
  margin-top: 60px;
}

.section-link {
  color: var(--white);
  border: 1px #fff;
  border-radius: 4px;
  height: 24px;
  text-decoration: none;
}

.section-link:hover {
  background-color: var(--white);
  color: var(--dark);
}

.faq-item-light-bg {
  background-color: var(--white);
  border-style: none;
  margin-top: 1px;
  margin-bottom: 21px;
  box-shadow: 0 6px 14px #505e7814;
}

.button-icon {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 200px;
  height: 30px;
  min-height: 75px;
  padding-right: 0;
  display: block;
}

.expert-description {
  z-index: 5;
  background-color: var(--light-primary-hover);
  opacity: 0;
  text-align: left;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  padding: 15px;
  transition: opacity 0.2s linear;
  position: absolute;
}

.expert-description:hover {
  background-color: var(--light-primary-hover);
  opacity: 1;
}

.nav-tab-link {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.nav-tab-link:hover {
  border-top-style: none;
  border-top-width: 2px;
  border-left-style: none;
  border-left-width: 2px;
  border-right-style: none;
  border-right-width: 2px;
  text-decoration: none;
}

.nav-tab-link.w--current {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.nav-logo-link {
  margin-left: 0;
  text-decoration: none;
}

.nav-logo-link.w--current {
  color: var(--dark);
  flex: 0 auto;
  align-self: auto;
  width: 180px;
  min-width: 120px;
  position: relative;
}

.hero-image {
  border-radius: 4px;
  width: 170%;
  max-width: none;
  position: absolute;
  transform: rotate(-3deg);
  box-shadow: 4px 4px 40px #0003;
}

.hero-image.sm-hero-image {
  transform: rotate(3deg);
}

.smartbreaks-1x3grid {
  grid-column-gap: 100px;
  width: 100%;
  display: flex;
}

.sh-button-primary {
  grid-column-gap: 12px;
  color: var(--white);
  text-transform: uppercase;
  background-color: #00b9a8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 48px;
  padding: 16px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 8px 2px #212c4226;
}

.sh-button-primary:hover {
  background-color: #009083;
}

.sh-button-secondary {
  color: var(--dark);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 48px;
  padding: 16px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.sh-button-secondary:hover {
  border-color: var(--light-sea-green);
  color: var(--light-sea-green);
}

.sm-1x3grid {
  grid-column-gap: 105px;
  width: 100%;
  display: flex;
}

.sh-benefit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.sb-cta {
  margin-top: 60px;
  position: fixed;
}

.nav-dropdown-list {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 4px;
  margin-top: -10px;
  margin-left: -22px;
  transition: opacity 0.2s;
  display: none;
  overflow: hidden;
  box-shadow: 0 3px 10px 3px #00000026;
}

.nav-tab-subitem {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.nav-tab-subitem:hover {
  text-decoration: underline;
}

.nav-tab-subitem.w--current {
  color: var(--dark);
  cursor: default;
  font-weight: 700;
}

.nav-tab-subitem.w--current:hover {
  text-decoration: none;
}

.dropdown-toggle {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-icon {
  margin-right: 0;
  position: static;
}

.navbar {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-tabs {
  grid-column-gap: 15px;
  outline-offset: 0px;
  outline: 3px #222425;
  flex-flow: row;
  justify-content: space-between;
  margin-right: 0;
  display: flex;
}

.nav-burger.nav-sb {
  overflow: visible;
}

.feedback-svg-icon {
  flex: 0 auto;
  transform: scale(1.4);
}

.sb-lottie-animation {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.sb-lottie-wrapper {
  width: 50%;
  position: relative;
}

.solution-headlines-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.solution-subtitle {
  margin-top: -10px;
  font-weight: 700;
}

.podcast-preview {
  grid-column-gap: 12px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border: 1px #fff;
  border-radius: 7px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 150px;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  display: flex;
  box-shadow: 11px 11px 9px #00000021;
}

.podcast-preview:hover {
  transform: scale(1.02) translate(0, -5px);
  box-shadow: 13px 13px 9px #00000026;
}

.chapters {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.podcast-preview-play {
  background-color: #f1f3f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  padding-top: 4px;
  padding-left: 3px;
  display: flex;
}

.podcast-preview-play:hover {
  background-color: #e5e7e8;
}

.podcast-audio-wrapper {
  grid-column-gap: 70px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.podcast-main-infos {
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.image-2 {
  width: 250px;
  height: 250px;
}

.podcast-chapters-heading {
  grid-column-gap: 4px;
  color: #a8a8a8;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.podcast-guest {
  grid-column-gap: 7px;
  align-items: center;
  margin-top: 0;
  font-size: 23px;
  font-weight: 700;
  display: flex;
  overflow: visible;
}

.podcast-chapters {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.separator-vertical {
  background-color: var(--light-grey);
  width: 2px;
}

.podcasts-titles {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.podcast-player {
  margin-top: 40px;
}

.button {
  background-color: var(--dark);
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, var(--dark), var(--dark)),
    linear-gradient(214deg, var(--logiselect-turquoise) 36%, var(--light-primary-201) 73%);
  width: 300px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: 5px auto auto -120px;
  transform: rotate(-45deg);
}

.back-to-podcasts {
  grid-column-gap: 10px;
  align-items: center;
  margin-left: -6px;
  text-decoration: none;
  display: flex;
}

.back-to-podcasts.previous {
  color: var(--dark);
}

.podcast-subnav-button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.podcasts-resources-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around;
  place-items: center;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.podcast-subnav-button-text {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.podcast-subnav-button-text:hover {
  opacity: 0.7;
}

.podcast-subnav-button {
  color: var(--white);
}

.chapter,
.html-embed-2,
.html-embed {
  width: 100%;
}

.podcast-resource-link {
  font-weight: 300;
  text-decoration: underline;
}

.podcast-resource-link:hover {
  text-decoration: none;
}

.podcasts-resources {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.podcasts-resource-group {
  box-shadow: none;
  text-align: left;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.podcasts-resource-type {
  grid-column-gap: 10px;
  align-items: center;
  width: 100%;
  display: flex;
}

.podcasts-resources-list {
  margin-left: 50px;
}

.podcasts-resources-list-item {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
}

.podcasts-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -40px;
  display: grid;
}

.podcast-preview-image {
  border-radius: 200px;
  width: 80px;
  min-width: 80px;
  max-width: 80%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}

.podcast-preview-episode {
  color: var(--grey-2);
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.podcast-preview-texts {
  grid-row-gap: 5px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.podcast-preview-title {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 700;
  line-height: 20px;
}

.podcast-featured {
  background-image: url('../images/Low_Resolution_JPG-Crayon-Orange-LIFE-03-min-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 640px;
  height: 360px;
  padding: 0;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 11px 11px 19px 20px #00000014;
}

.podcast-featured:hover {
  transform: scale(1.02) translate(0, -5px);
  box-shadow: 13px 13px 20px 20px #00000026;
}

.podcast-featured-details {
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 30px;
  display: flex;
}

.podcast-preview-speaker {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.podcast-featured-title {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.podcast-featured-texts {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 85%;
  display: flex;
}

.new-tag {
  box-shadow: none;
  color: var(--light-primary-201);
  text-transform: uppercase;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: auto;
  margin-top: 40px;
  margin-right: 30px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(11deg);
}

.podcast-featured-episode {
  color: var(--grey-2);
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.new-tag-text {
  outline-color: var(--white);
  outline-offset: 2px;
  color: var(--white);
  outline-width: 3px;
  outline-style: solid;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 23px;
}

.podcast-featured-play {
  background-color: #f1f3f4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-top: 4px;
  padding-left: 3px;
  display: flex;
  transform: scale(1.3);
}

.podcast-bottom-nav {
  grid-column-gap: 70px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: -70px;
  display: flex;
}

.podcast-next-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(180deg);
}

.podcast-link-block {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.podcast-small-text {
  margin-top: -80px;
}

.podcast-embed-chapter-button {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.podcast-embed-chapter-button:hover {
  border-color: var(--light-sea-green);
  color: var(--light-sea-green);
  background-color: #0000;
}

.body {
  height: 100vh;
}

.podcast-summary-wrapper {
  grid-row-gap: 18px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.podcast-infos {
  grid-column-gap: 20px;
  flex-direction: row;
  display: flex;
}

.podcast-featured-block {
  justify-content: center;
}

.experts-wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.experts-wrapper.flex {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.experts-wrapper.flex.hero {
  margin-top: 0;
}

.experts-wrapper.flex.hero.sm-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}

.experts-wrapper.flex.hero.sb-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.experts-wrapper.smarthabits-pwd {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.experts-wrapper.podcast-wrapper {
  margin-top: 80px;
}

.wrapper-benefits-section {
  grid-row-gap: 110px;
  flex-direction: column;
  display: flex;
}

.anisha-video {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

._404-heading-2 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Brownpro, sans-serif;
  font-size: 32px;
}

.sb-button-primary-2 {
  grid-column-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #814efa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 8px 2px #212c4226;
}

.sb-button-primary-2:hover {
  background-color: #673ec8;
}

.sb-button-primary-2.sb-bg {
  color: #222425;
  background-color: #fff;
}

.sb-button-primary-2.sb-bg:hover {
  color: #814efa;
}

.sb-button-primary-2.sb-bg._404-button {
  width: 200px;
  margin-top: 0;
}

.sb-button-primary-2.sb-bg._404-button:hover {
  color: #814efa;
}

.utility-page {
  background-image: linear-gradient(#f8f8f9, #f8f8f9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 150px;
  display: flex;
}

.utility-page.smartbreaks-bg {
  color: #fff;
  background-image: linear-gradient(225deg, #b395fc, #814efa 63%), linear-gradient(#f8f8f9, #f8f8f9);
  background-position:
    0 0,
    0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  height: 110vh;
  padding-top: 190px;
}

.utility-page.smartbreaks-bg._404-page {
  background-image: linear-gradient(225deg, #b395fc, #814efa 63%), linear-gradient(#f8f8f9, #f8f8f9);
  background-position:
    0 0,
    0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.utility-page.smartbreaks-bg._401-page,
.utility-page.smartbreaks-bg._404-page,
.utility-page.smartbreaks-bg.activation-page {
  background-image: linear-gradient(225deg, #b395fc, #814efa 63%), linear-gradient(#f8f8f9, #f8f8f9);
  background-position:
    0 0,
    0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

._404-paragraph-2 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Brownpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-3 {
  margin-bottom: 40px;
  transform: translate(0);
}

.password-field {
  display: none;
}

._401-paragraph {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Brownpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph {
  text-align: justify;
  border-radius: 0;
  align-self: auto;
  font-size: 16px;
}

.sad-bird {
  margin-top: -130px;
  margin-bottom: -70px;
  transform: translate(0);
}

.activation-page-p {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Brownpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.anisha-quote {
  line-height: 1.8rem;
}

.html-embed-3 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.download-wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.download-wrapper.flex {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.download-wrapper.flex.hero {
  margin-top: 0;
}

.download-wrapper.flex.hero.sm-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}

.download-wrapper.flex.hero.sb-wrapper {
  grid-column-gap: 90px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.download-wrapper.smarthabits-pwd {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.download-wrapper.podcast-wrapper {
  margin-top: 80px;
}

.html-embed-4 {
  width: 90vw;
  max-width: 1200px;
  height: 50.625vw;
  max-height: 675px;
  margin-bottom: 50px;
}

.italic-text {
  font-size: 25px;
}

.paragraph-2 {
  text-align: justify;
  font-size: 16px;
}

.bold-text {
  font-size: 25px;
}

.paragraph-3 {
  text-align: justify;
  font-size: 16px;
}

.paragraph-4,
.paragraph-5,
.paragraph-6,
.paragraph-7,
.paragraph-8,
.paragraph-9,
.paragraph-10,
.text-block {
  font-size: 16px;
}

.paragraph-11 {
  margin-top: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.btn-contact-form {
  z-index: 999;
  background-color: #814efa;
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  mix-blend-mode: normal;
  border-radius: 0;
  flex-flow: column wrap-reverse;
  flex: none;
  place-content: stretch center;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  margin-top: 450px;
  margin-left: 325px;
  display: flex;
  position: fixed;
}

.div-block.special {
  z-index: 100;
  margin-top: 0;
  margin-left: 0;
  position: fixed;
  bottom: 84px;
  right: 28.0312px;
}

.section-2 {
  background-image: linear-gradient(#f8f8f9, #f8f8f9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.rich-text-block {
  text-align: left;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.heading-4 {
  margin-left: 20px;
}

.paragraph-12 {
  margin-top: 28px;
  padding-bottom: 0;
}

.heading-5 {
  margin-left: 20px;
}

.paragraph-13 {
  text-align: justify;
  margin-top: 28px;
  padding-bottom: 0;
}

.paragraph-13.paragraph {
  text-align: justify;
}

.paragraph-14 {
  padding-bottom: 10px;
}

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

.button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  vertical-align: baseline;
  background-color: #0000;
  background-image: url('../images/smarthabits-logo-white.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: -7px;
  margin-left: -3px;
  margin-right: 1px;
  padding: 24px 118px 0 0;
  display: block;
}

.link,
.link-2 {
  text-decoration: underline;
}

.div-block-2 {
  margin-top: 90px;
}

.nav-tos {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #22242573;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  box-shadow: 1px 1px 3px #0003;
}

.nav-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 90%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.download-btns-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.div-block-3 {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.image-4 {
  width: 250px;
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    justify-content: center;
    align-items: center;
    min-height: 50px;
    font-size: 28px;
    display: flex;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

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

  .wrapper {
    width: 100%;
  }

  .wrapper.flex.hero.sm-wrapper {
    grid-row-gap: 140px;
    flex-direction: column;
  }

  .wrapper.flex.hero.sb-wrapper {
    grid-row-gap: 140px;
    flex-direction: column-reverse;
  }

  .wrapper.podcast-wrapper {
    grid-row-gap: 70px;
    margin-top: 60px;
  }

  .hero-intro {
    padding-right: 15px;
  }

  .hero-intro.sm-hero-intro,
  .hero-intro.sb-hero-intro {
    width: 100%;
  }

  .mini-heading {
    border-style: solid;
  }

  .mini-heading.nav-anchor {
    border-style: none;
  }

  .mini-heading.nav-anchor:hover {
    background-color: #0000;
  }

  .words-wrap-heading {
    font-size: 35px;
    line-height: 48px;
  }

  .words-wrap-heading.kw.word-2,
  .words-wrap-heading.kw.word-3,
  .words-wrap-heading.kw.word-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .scroll-down {
    bottom: -65px;
  }

  .hero-image-wrapper {
    background-position: 100%;
    background-size: 410px;
    width: 48%;
    margin-left: -10px;
  }

  .hero-image-wrapper.sm-hero-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 220px;
  }

  .hero-image-wrapper.sb-hero-image2 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 220px;
  }

  .sb-button-primary.sb-bg {
    display: none;
  }

  .benefit,
  .feature-side-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-info {
    width: 75%;
  }

  .benefit-info.margin-right {
    padding-left: 20px;
    padding-right: 50px;
  }

  .benefit-info.margin-right.sm-benefit-info {
    width: 70%;
    padding-left: 0;
    padding-right: 80px;
  }

  .benefit-info.margin-left {
    padding-left: 50px;
    padding-right: 20px;
  }

  .benefit-info.margin-left.sm-benefit-info {
    width: 70%;
    padding-left: 80px;
    padding-right: 0;
  }

  .tips-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .no-mask {
    margin-bottom: 0;
  }

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

  .testimonial-frame {
    font-size: 12px;
  }

  .testimonials-nav {
    display: none;
  }

  .testimonials-nav.white {
    margin-top: 20px;
    margin-bottom: -100px;
    display: block;
  }

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

  .utility-page-content._401-utility,
  .utility-page-content._404-utility {
    width: 95%;
  }

  .smartbreaks-video {
    margin-bottom: 20px;
  }

  .section {
    padding: 50px;
  }

  .section.smarthabits-bg {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .section.smartbreaks-bg {
    padding-top: 250px;
  }

  .section.smartbreaks-bg.sb-last-section {
    padding-bottom: 150px;
  }

  .section.smartbreaks-bg.hero-section {
    padding-top: 220px;
  }

  .section.smartmeetings-bg {
    padding-top: 250px;
    padding-bottom: 300px;
  }

  .section.sm-last-section {
    padding-bottom: 150px;
  }

  .section.podcasts-section {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .section.smartbreaks-bg-copy {
    padding-top: 250px;
  }

  .section.smartbreaks-bg-copy.sb-last-section {
    padding-bottom: 150px;
  }

  .section.smartbreaks-bg-copy.hero-section {
    padding-top: 220px;
  }

  .nav {
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    grid-column-gap: 15px;
    margin-top: -10px;
  }

  .expert-image {
    width: 100px;
    height: 100px;
  }

  .expert {
    height: auto;
  }

  .faq-heading {
    font-size: 18px;
  }

  .solution-content {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .solution-image {
    width: 100%;
  }

  .solution-separator {
    display: none;
  }

  .solution-infos {
    width: 100%;
  }

  .solution-image-frame {
    width: 100%;
    padding: 40px;
    overflow: visible;
  }

  .subnav {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .section-names {
    grid-column-gap: 0px;
    justify-content: space-between;
    width: 100%;
  }

  .sm-cta {
    margin-top: 0;
  }

  .expert-description {
    display: none;
  }

  .nav-tab-link {
    color: var(--dark);
    justify-content: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
  }

  .nav-tab-link:hover {
    background-color: var(--light-purple);
  }

  .nav-tab-link.w--current {
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-logo-link,
  .nav-logo-link.w--current {
    margin-left: 10px;
  }

  .hero-image,
  .hero-image.sm-hero-image {
    width: 100%;
  }

  .smartbreaks-1x3grid {
    grid-column-gap: 30px;
  }

  .sm-1x3grid {
    grid-column-gap: 40px;
    justify-content: space-between;
  }

  .sb-cta {
    margin-top: 0;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    margin-left: -40px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .hide,
  .solution-benefits-list,
  .solution-logo {
    display: none;
  }

  .navbar {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: static;
  }

  .nav-tabs {
    background-color: var(--white);
    flex-direction: row;
    justify-content: flex-start;
    width: 100vw;
    position: absolute;
    box-shadow: 0 4px 8px #0003;
  }

  .nav-burger {
    margin-right: 22px;
  }

  .nav-burger.w--open {
    background-color: var(--white);
    color: var(--light-sea-green);
  }

  .nav-burger.nav-sb.w--open {
    filter: invert();
    color: var(--white);
    background-color: #0000;
  }

  .nav-burger.nav-sm.w--open {
    color: var(--meetingscience-blue);
  }

  .dropdown {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .smarthabits-logo {
    filter: invert();
  }

  .podcast-preview-play {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .podcast-audio-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .podcast-main-infos {
    width: 100%;
  }

  .image-2 {
    min-width: 250px;
    min-height: 250px;
  }

  .separator-vertical {
    display: none;
  }

  .podcasts-titles {
    align-items: flex-start;
  }

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

  .podcast-preview-texts {
    width: 100%;
  }

  .podcast-preview-title {
    width: 120px;
  }

  .podcast-preview-title.truncate {
    width: auto;
  }

  .podcast-featured {
    width: 85%;
    margin-top: -20px;
  }

  .podcast-bottom-nav {
    margin-top: -40px;
  }

  .podcast-link-block {
    grid-column-gap: 18px;
    align-items: center;
    display: flex;
  }

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

  .experts-wrapper {
    width: 100%;
  }

  .experts-wrapper.flex.hero.sm-wrapper {
    grid-row-gap: 140px;
    flex-direction: column;
  }

  .experts-wrapper.flex.hero.sb-wrapper {
    grid-row-gap: 140px;
    flex-direction: column-reverse;
  }

  .experts-wrapper.podcast-wrapper {
    grid-row-gap: 70px;
    margin-top: 60px;
  }

  .anisha-video {
    margin-bottom: 20px;
  }

  .utility-page {
    padding: 50px 50px 100px;
  }

  .utility-page.smartbreaks-bg {
    padding-top: 250px;
  }

  .download-wrapper {
    width: 100%;
  }

  .download-wrapper.flex.hero.sm-wrapper {
    grid-row-gap: 140px;
    flex-direction: column;
  }

  .download-wrapper.flex.hero.sb-wrapper {
    grid-row-gap: 140px;
    flex-direction: column-reverse;
  }

  .download-wrapper.podcast-wrapper {
    grid-row-gap: 70px;
    margin-top: 60px;
  }

  .html-embed-4 {
    overflow: visible;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .section-2 {
    padding: 50px;
  }

  .nav-tos {
    background-color: var(--white);
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-content {
    flex: 1;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    min-height: 45px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .wrapper {
    grid-row-gap: 10px;
  }

  .wrapper.flex.hero {
    margin-top: 40px;
    display: block;
  }

  .wrapper.flex.hero.sb-wrapper {
    grid-row-gap: 90px;
    margin-top: 0;
    display: flex;
  }

  .wrapper.podcast-wrapper {
    grid-row-gap: 50px;
    margin-top: 0;
  }

  .hero-intro {
    text-align: left;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-intro.sm-hero-intro {
    align-items: flex-start;
    margin-top: -80px;
  }

  .hero-intro.sb-hero-intro {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .mini-heading {
    padding-left: 9px;
    padding-right: 8px;
  }

  .words-wrap-heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 44px;
  }

  .scroll-down {
    display: none;
  }

  .hero-image-wrapper {
    background-position: 80%;
    background-size: 510px;
    width: 480px;
    height: 400px;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: -10px;
    position: relative;
  }

  .hero-image-wrapper.sm-hero-image {
    margin-bottom: 0;
  }

  .hero-image-wrapper.sb-hero-image2 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .angle {
    height: 150px;
  }

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

  .benefit {
    width: 100%;
    margin-bottom: 48px;
  }

  .benefit.last-benefit {
    margin-bottom: 0;
  }

  .tip-icon.transparent {
    margin-bottom: 10px;
  }

  .features.mobile-reversed {
    display: block;
  }

  .feature-side-wrapper {
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
  }

  .feature-side-wrapper.second-block {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }

  .feature-side-wrapper.first-feature {
    margin-top: 40px;
  }

  .benefit-info.margin-right {
    width: 100%;
    padding-right: 20px;
  }

  .benefit-info.margin-right.sm-benefit-info {
    width: 100%;
    padding-right: 0;
  }

  .benefit-info.margin-left {
    width: 100%;
    padding-left: 20px;
  }

  .benefit-info.margin-left.sm-benefit-info {
    width: 100%;
    padding-left: 0;
  }

  .benefit-image {
    width: 100%;
    margin-top: 40px;
  }

  .benefit-image.sm-benefit-image {
    width: 60%;
  }

  .tips-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .tip {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .tip.last-tip {
    margin-bottom: 0;
  }

  .testimonial-frame {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonials-nav,
  .testimonials-nav.white {
    display: none;
  }

  .download-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    place-content: center;
    justify-items: center;
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .form-agreement {
    width: 80%;
    margin-top: -20px;
    display: flex;
  }

  .checkbox {
    min-width: 18px;
    min-height: 18px;
  }

  .utility-page-content.activation-utility {
    width: 95%;
  }

  .utility-page-form {
    grid-row-gap: 0px;
  }

  .faq-item-trigger {
    text-align: left;
    align-items: center;
  }

  .faq-item {
    text-align: left;
    padding-top: 14px;
  }

  .faq-item-content {
    margin-right: 0;
  }

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

  .section.smarthabits-bg {
    padding-top: 200px;
    padding-bottom: 250px;
  }

  .section.smartbreaks-bg {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .section.smartbreaks-bg.sb-last-section {
    padding-top: 190px;
    padding-bottom: 90px;
  }

  .section.smartbreaks-bg.hero-section {
    padding-top: 150px;
    padding-bottom: 130px;
  }

  .section.smartmeetings-bg {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .section.podcasts-section {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .section.tips-section {
    padding-bottom: 30px;
  }

  .section.smartbreaks-bg-copy {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .section.smartbreaks-bg-copy.sb-last-section {
    padding-top: 190px;
    padding-bottom: 90px;
  }

  .section.smartbreaks-bg-copy.hero-section {
    padding-top: 150px;
    padding-bottom: 130px;
  }

  .nav {
    justify-content: space-between;
  }

  .logo {
    margin-top: -9px;
    padding-bottom: 0;
  }

  .intro-heading-group {
    grid-row-gap: 0px;
  }

  .separator.separator-bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .experts {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .faq-heading {
    text-align: left;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 23px;
  }

  .solutions-carrousel {
    flex-direction: row;
    align-items: center;
  }

  .solution-content {
    padding-left: 0;
    padding-right: 0;
  }

  .solution-carrousel-arrow {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .subnav {
    display: none;
  }

  .section-names {
    grid-column-gap: 7px;
  }

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

  .sm-cta {
    margin-top: 30px;
  }

  .section-link {
    font-size: 16px;
  }

  .nav-logo-link,
  .nav-logo-link.w--current {
    margin-left: 10px;
  }

  .smartbreaks-1x3grid,
  .sm-1x3grid {
    flex-direction: column;
  }

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

  .sb-lottie-wrapper {
    width: 100%;
  }

  .podcast-preview {
    flex-direction: row;
    height: auto;
  }

  .podcast-preview-play {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    display: flex;
  }

  .podcast-audio-wrapper {
    grid-column-gap: 70px;
    align-items: center;
    display: flex;
  }

  .podcasts-resources-grid {
    flex-direction: column;
    display: flex;
  }

  .podcasts-list {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    max-width: 350px;
    display: flex;
  }

  .podcast-preview-image {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    min-height: 65px;
    max-height: 65px;
  }

  .podcast-preview-title {
    height: auto;
    overflow: hidden;
  }

  .podcast-preview-title.truncate {
    flex-wrap: nowrap;
  }

  .podcast-featured-title {
    line-height: 24px;
  }

  .podcast-bottom-nav {
    margin-top: -20px;
  }

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

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

  .experts-wrapper.flex.hero {
    margin-top: 40px;
    display: block;
  }

  .experts-wrapper.flex.hero.sb-wrapper {
    display: flex;
  }

  .experts-wrapper.podcast-wrapper {
    grid-row-gap: 50px;
    margin-top: 0;
  }

  .wrapper-benefits-section {
    grid-row-gap: 60px;
  }

  .anisha-video {
    margin-top: 30px;
  }

  .sb-button-primary-2 {
    width: 100%;
    margin-top: -30px;
  }

  .utility-page {
    padding-top: 100px;
  }

  .download-text {
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
  }

  .download-wrapper.flex.hero {
    margin-top: 40px;
    display: block;
  }

  .download-wrapper.flex.hero.sb-wrapper {
    display: flex;
  }

  .download-wrapper.podcast-wrapper {
    grid-row-gap: 50px;
    margin-top: 0;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .nav-content {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    min-height: auto;
    font-size: 22px;
    line-height: 30px;
  }

  h6 {
    padding-top: 6px;
  }

  .wrapper {
    grid-row-gap: 20px;
  }

  .wrapper.flex.hero.sb-wrapper {
    grid-row-gap: 50px;
  }

  .wrapper.podcast-wrapper {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-intro.sb-hero-intro {
    margin-top: -60px;
  }

  .words-wrap-heading.kw.word-2,
  .words-wrap-heading.kw.word-3 {
    font-size: 40px;
    line-height: 45px;
  }

  .words-wrap-heading.kw.word-1 {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-image-wrapper {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 320px;
    width: 130%;
    max-width: 470px;
    height: 350px;
    margin-top: 0;
    margin-left: -45px;
  }

  .hero-image-wrapper.sm-hero-image {
    margin-left: 0;
  }

  .hero-image-wrapper.sb-hero-image2 {
    justify-content: center;
    height: 230px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 10px 20px 25px;
  }

  .angle {
    margin-top: -50px;
    margin-bottom: -50px;
    display: none;
  }

  .sb-button-primary.sm-bg,
  .sb-button-primary.sb-bg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .benefit {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features.mobile-reversed {
    grid-row-gap: 70px;
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .feature-side-wrapper {
    margin-bottom: 0;
  }

  .benefit-image.sm-benefit-image {
    width: 100%;
  }

  .benefit-image.dashboard-animation {
    transform: scale(1.1);
  }

  .tips-wrapper {
    grid-row-gap: 70px;
    flex-direction: column;
    display: flex;
  }

  .tip {
    width: 100%;
    margin-bottom: 0;
  }

  .testimonial-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonial-frame {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonials-nav.white {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .download-buttons {
    grid-row-gap: 70px;
    flex-direction: column;
    grid-auto-flow: column;
    display: flex;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright {
    text-align: center;
  }

  .button-primary-title {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .form-agreement {
    margin-top: -20px;
    display: flex;
  }

  .checkbox {
    min-width: 18px;
    min-height: 18px;
  }

  .words-wrap-reasons {
    margin-bottom: 25px;
    padding-top: 20px;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: 80px 20px 50px;
  }

  .section.smarthabits-bg {
    padding-bottom: 200px;
  }

  .section.smarthabits-bg.smarthabits-bg-testimonials {
    padding-top: 150px;
    padding-left: 15px;
  }

  .section.smartbreaks-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.smartbreaks-bg.sb-last-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .section.smartbreaks-bg.hero-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section.smartmeetings-bg {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.sm-testimonials {
    padding-bottom: 50px;
  }

  .section.sh-last-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.podcasts-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.tips-section {
    padding-bottom: 80px;
  }

  .section.smartbreaks-bg-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.smartbreaks-bg-copy.sb-last-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .section.smartbreaks-bg-copy.hero-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .logo {
    grid-column-gap: 11px;
    margin-top: -5px;
  }

  .expert {
    grid-row-gap: 10px;
  }

  .experts {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h7 {
    margin-bottom: 0;
  }

  .faq-heading {
    padding-top: 0;
  }

  .solution-cta {
    grid-column-gap: 14px;
  }

  .solution-image-frame {
    padding: 15px 20px 25px;
  }

  .testimonial-person {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-person-infos {
    align-items: center;
  }

  .download-cta {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .hero-words-wrap-break {
    line-height: 30px;
  }

  .nav-tab-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-logo-link.w--current {
    width: auto;
    max-width: 180px;
  }

  .hero-image.sm-hero-image {
    width: 120%;
  }

  .smartbreaks-1x3grid {
    grid-row-gap: 70px;
  }

  .sm-1x3grid {
    grid-row-gap: 60px;
  }

  .sb-cta {
    margin-top: -30px;
  }

  .download-button-info {
    display: none;
  }

  .sb-lottie-wrapper {
    width: 100%;
  }

  .smarthabits-logo {
    width: 90%;
  }

  .podcast-preview {
    height: auto;
    padding: 0;
  }

  .podcast-preview-play {
    display: none;
  }

  .podcasts-resources-list {
    margin-left: 0;
  }

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

  .podcast-preview-image {
    width: 70px;
    max-width: 70px;
    height: 70px;
    max-height: 70px;
  }

  .podcast-preview-texts,
  .podcast-featured {
    width: 100%;
  }

  .podcast-featured-title {
    line-height: 24px;
  }

  .podcast-featured-texts {
    width: 65%;
  }

  .podcast-featured-play {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .podcast-link-block {
    grid-column-gap: 10px;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
  }

  .podcast-small-text {
    margin-top: -40px;
  }

  .experts-wrapper {
    grid-row-gap: 70px;
  }

  .experts-wrapper.flex.hero.sb-wrapper {
    grid-row-gap: 50px;
  }

  .experts-wrapper.podcast-wrapper {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-benefits-section {
    grid-row-gap: 60px;
  }

  .sb-button-primary-2 {
    margin-bottom: -20px;
  }

  .sb-button-primary-2.sb-bg {
    margin-top: 0;
    margin-bottom: 0;
  }

  .utility-page {
    padding: 50px 20px;
  }

  .utility-page.smartbreaks-bg {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .sad-bird {
    margin-top: -50px;
    margin-bottom: -30px;
  }

  .download-wrapper {
    grid-row-gap: 60px;
  }

  .download-wrapper.flex.hero.sb-wrapper {
    grid-row-gap: 50px;
  }

  .download-wrapper.podcast-wrapper {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-contact-form {
    z-index: 999;
  }

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

#w-node-_3449da54-df5d-8ab1-bdcc-4e415833ebd8-f0f5bd00 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-db8f5ed7-4061-3e88-029c-67703cff335f-f0f5bd00 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
