:root {
  --midnight-blue: #8c9eb1;
}

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

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

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

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
}

li {
  margin-bottom: 12px;
}

.header-karma {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: visible;
}

.header-wrapper {
  justify-content: space-between;
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.logo-text {
  color: #263856;
  align-self: center;
  margin-left: 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.header-logo-wrapper {
  order: -1;
  display: flex;
}

.header-navigation-center {
  order: 0;
  display: flex;
}

.header-center-link {
  color: #8c9eb1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-self: center;
  max-width: 141px;
  height: 40px;
  margin-left: 11px;
  margin-right: 11px;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.header-center-link.active {
  color: #485f77;
  background-color: #e2ebfb;
  border-radius: 20px;
  max-width: 141px;
  overflow: visible;
}

.body {
  color: #082039;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  overflow: visible;
}

.header-right-link {
  color: #082039;
  background-color: #0000;
  border: 2px solid #082039;
  border-radius: 5px;
  align-self: center;
  height: 40px;
  margin-left: 40px;
  margin-right: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Sfprodisplay;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.header-right-link.active {
  background-color: #e2ebfb;
}

.header-right-link.free-demo {
  color: #5d8adf;
  border-color: #b2caf8;
  margin-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.header-right-link.karma-blog {
  color: #5d8adf;
  text-align: center;
  text-transform: uppercase;
  border-color: #b2caf8;
  width: 138px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  display: block;
}

.header-right-link.hide {
  display: none;
}

.header-navigation-right {
  order: 1;
  display: flex;
}

.supercharged-learning {
  overflow: visible;
}

.wrapper {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.wrapper.wrapper-relative {
  position: relative;
  overflow: visible;
}

.wrapper.wrapper-relative.wrapper__overflow_hidden {
  overflow: hidden;
}

.wrapper.e-learning-wrapper, .wrapper.thinner-wrapper {
  max-width: 1080px;
}

.wrapper.wrapper_hidden {
  overflow: hidden;
}

.wrapper.game-container {
  display: block;
}

.wrapper.game-container.hidden {
  display: none;
}

.heading {
  z-index: 1;
  color: #082039;
  letter-spacing: -3px;
  border-radius: 5px 0 5px 5px;
  margin-left: 70px;
  padding-left: 0;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
  position: relative;
}

.text-block {
  z-index: 1;
  max-width: 600px;
  margin-top: 30px;
  margin-left: 70px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
}

.div-block {
  width: 666px;
  height: 130px;
  margin-top: 40px;
  margin-left: 70px;
  display: flex;
  position: relative;
}

.gradient-thingy {
  opacity: .6;
  object-fit: fill;
  background-image: linear-gradient(to right, #e6fdbb, #aefded 34%, #cddcfc 61%, #f68cfb 100%, #fff);
  border-top-right-radius: 130px;
  border-bottom-right-radius: 130px;
  width: 130%;
  max-width: none;
  height: 130px;
  display: none;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  overflow: visible;
}

.install-button {
  z-index: 2;
  color: #1c2e39;
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  height: 50px;
  margin-right: 40px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 40px;
  box-shadow: 0 0 20px #0000001c;
}

.install-button.slack {
  margin-right: 0;
  padding-left: 39px;
  padding-right: 39px;
}

.text-block-2 {
  line-height: 50px;
  display: inline-block;
}

.install-image {
  white-space: normal;
  margin-right: 10px;
  display: inline-block;
}

.image {
  max-width: 100%;
  margin-top: -31px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-2 {
  margin-top: 90px;
  font-weight: 500;
  line-height: 42px;
}

.the-superpower-of-praise-in-class {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.heading-3.yellow {
  color: #082039;
  margin-left: 31px;
  margin-right: 31px;
}

.half-circle {
  z-index: -1;
  position: absolute;
  inset: 90px auto auto 0%;
}

.orange-header {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.quote-absolute {
  margin-bottom: -80px;
  position: relative;
  top: 15px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 669px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

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

.superpower-text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.superpower-image {
  display: inline-block;
}

.paper-cite {
  background-image: linear-gradient(to right, #e6fdbb99, #aefded99 34%, #cddcfc99 61%, #f68cfb99);
  border-radius: 200px;
  width: 529px;
  height: 162px;
  margin: 60px auto;
  padding: 29px 79px;
  display: flex;
}

.div-block-2 {
  border-bottom: 2px solid #082039;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  margin-right: 29px;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex: 1;
  align-self: stretch;
}

.paper-cite__legend {
  letter-spacing: -.32px;
  flex: none;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.text-block-3 {
  color: #2e3257;
  text-align: left;
  letter-spacing: 0;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.text-block-4 {
  letter-spacing: -.22px;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 15px;
}

.paper-cite__legend-circle {
  z-index: 2;
  background-color: #92d6c6;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
}

.paper-cite__legend-circle_disrupt {
  z-index: 2;
  background-color: #e795c7;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
}

.half-path {
  z-index: -3;
  object-fit: fill;
  position: absolute;
  inset: 353px 0 auto auto;
  overflow: hidden;
}

.ms-embed {
  width: 100%;
  height: 100%;
  position: absolute;
}

.demo-interactive {
  width: 100%;
  height: 530px;
  position: relative;
}

.why-schools-love-karma {
  z-index: 0;
  background-color: #6e79c8;
  border-radius: 200px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: visible;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.image-2 {
  z-index: 2;
  position: absolute;
  inset: 1028px auto auto 17%;
}

.interactive-select {
  z-index: 1;
  background-color: #d5ddee;
  border-radius: 40px;
  width: 400px;
  height: 40px;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: flex;
  position: relative;
}

.interactive-select-item {
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.interactive-select-item.active {
  background-color: #fff;
  border-radius: 40px;
}

.interactive-select-item.active.i-interactive-ms {
  background-color: #0000;
}

.interactive-select-item.i-interactive-slack {
  opacity: .39;
}

.interactive-select-text {
  opacity: 1;
  letter-spacing: .5px;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
}

.interactive-select-text.interactive-selected-text_slack {
  opacity: 1;
}

.interactive-logo {
  white-space: normal;
  width: 28px;
  height: 26px;
  margin-right: 10px;
  display: inline-block;
}

.interactive-logo.slack {
  opacity: 1;
  width: 24px;
  height: 24px;
}

.slack-embed {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.testimony-message {
  color: #173e55;
  letter-spacing: -.15px;
  background-color: #fff;
  border-radius: 26px;
  max-width: 420px;
  margin-bottom: 60px;
  padding: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  position: relative;
}

.testimony-message.greener {
  background-color: #f4fef3;
}

.testimony-message.yellow {
  background-color: #fffce7;
  margin-top: 121px;
}

.testimony-message.violet {
  background-color: #e5ecf8;
}

.columns {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}

.column {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 30px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.testimony-zigzag {
  position: absolute;
  inset: -61px auto auto 0%;
  overflow: hidden;
}

.testimony-avatar-3 {
  width: 112px;
  height: 112px;
  position: absolute;
  inset: 29px -90px auto auto;
  overflow: hidden;
}

.testimony-avatar-4 {
  z-index: 1;
  width: 125px;
  height: 125px;
  position: absolute;
  inset: auto -34px -50px auto;
}

.testimony-shape-22 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: -50px;
  overflow: hidden;
  transform: translate(0, -50%);
}

.testimony-half-circle {
  z-index: -1;
  position: absolute;
  inset: 180px auto auto -180px;
  overflow: hidden;
}

.testimony-avatar-5 {
  width: 87px;
  height: 87px;
  position: absolute;
  inset: auto auto 37px -124px;
}

.testimony-avatar-6 {
  width: 87px;
  height: 87px;
  position: absolute;
  inset: -74px auto auto 52px;
  overflow: hidden;
}

.testimony-avatar-2 {
  width: 105px;
  height: 105px;
  position: absolute;
  inset: -194px auto auto -32px;
}

.testimony-avatar-4-copy {
  width: 125px;
  height: 125px;
  position: absolute;
  inset: auto -34px -50px auto;
}

.testimony-avatar-9 {
  width: 105px;
  height: 105px;
  position: absolute;
  inset: auto 162px -52px auto;
}

.testimony-avatar-6-orig {
  width: 87px;
  height: 87px;
  position: absolute;
  inset: -24px -121px auto auto;
  overflow: hidden;
}

.testimony-cat {
  position: absolute;
  inset: -255px -120px auto auto;
  overflow: hidden;
}

.testimony-avatar-7 {
  width: 87px;
  height: 87px;
  position: absolute;
  inset: auto 28px -59px auto;
}

.testimony-avatar-8 {
  width: 139px;
  height: 139px;
  position: absolute;
  inset: auto auto -168px 0;
}

.testimony-bg-karma-2 {
  position: absolute;
  inset: 45% auto auto 0%;
}

.testimony-bg-karma-1 {
  position: absolute;
  inset: 30% 0 auto auto;
  overflow: hidden;
}

.why-schools-love-karma-part-two {
  z-index: -1;
  background-image: url('../images/BG-wave-22x.png');
  background-position: 50%;
  background-size: 100vw 100%;
  background-attachment: scroll;
  height: 975px;
  margin-top: -140px;
  margin-bottom: -400px;
  padding-top: 220px;
  position: relative;
}

.background-glove {
  position: absolute;
  top: 1px;
  right: 57%;
}

.counter-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: 600;
  line-height: 24px;
}

.counter-numbers {
  color: #ffbc72;
  text-align: center;
  margin-bottom: 15px;
  font-size: 58px;
  font-weight: 700;
  line-height: 72px;
}

.counter-additions {
  color: #c0c5f0;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.counter-in-this-month {
  color: #c0c5f0;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.columns-2 {
  margin-top: 20px;
  margin-bottom: 69px;
}

.keeping-safe-image {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  line-height: 58px;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.start-achieving-academic-excellence {
  background-image: url('../images/BG-wave.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
  padding-top: 350px;
  padding-bottom: 280px;
  position: relative;
}

.heading-6 {
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.achieving-text-block {
  align-self: center;
  max-width: 420px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-block-7 {
  color: #173e55;
  letter-spacing: -.25px;
  margin-bottom: 22px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-8 {
  color: #173e55;
  letter-spacing: -.65px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.achieving-line-image {
  z-index: -1;
  align-self: center;
  width: 423px;
  height: 453px;
  position: absolute;
  left: 0;
}

.achieving-line {
  margin-bottom: 60px;
  padding-left: 320px;
  display: flex;
}

.achieving-line__wrapper {
  background-color: #e1e9f9;
  border-radius: 360px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: 40px;
  display: flex;
}

.image-4 {
  max-width: none;
  height: 360px;
  margin: -30px -60px;
  font-family: Sfprodisplay;
  display: block;
}

.achieving-line-image-right {
  z-index: -1;
  align-self: center;
  width: 423px;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.achieving-line-right {
  justify-content: flex-end;
  margin-bottom: 60px;
  padding-right: 330px;
  display: flex;
}

.achieving-line-right.no-outside {
  position: relative;
}

.image-achieving-2 {
  flex: 0 auto;
  width: 360px;
  max-width: none;
  margin: -70px -60px;
  display: block;
}

.achieving-line-right__wrapper {
  background-color: #e1e9f9;
  border-radius: 360px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-right: 40px;
  display: flex;
}

.image-achieving-4 {
  flex: 0 auto;
  max-width: none;
  height: 360px;
  margin: -30px -55px -30px -65px;
  display: block;
}

.image-5 {
  z-index: 6;
  position: absolute;
  inset: auto 12% 2% auto;
}

.image-achieving-6 {
  flex: 0 auto;
  width: 428px;
  max-width: none;
  height: 360px;
  margin: -30px -60px;
  display: block;
}

.coming-soon {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7ac7ae;
  border-radius: 2px;
  width: 109px;
  height: 26px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 26px;
  position: absolute;
  inset: 4px -16px auto auto;
}

.features {
  padding-top: 70px;
  padding-bottom: 157px;
}

.features-heading {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 87px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.feature-header {
  text-align: center;
  background-color: #b4e5d5;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  justify-content: center;
  align-items: center;
  height: 118px;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.feature-header.engagement {
  background-color: #ffeaad;
}

.feature-header.performance {
  background-color: #e8afe5;
}

.feature-header.classroom {
  background-color: #b6cfff;
}

.image-6 {
  display: block;
  position: absolute;
  top: -28.5px;
}

.text-block-9 {
  color: #173e55;
  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: 600;
  line-height: 24px;
}

.feature-engagement {
  display: block;
  position: absolute;
  top: -18.5px;
}

.feature-performance {
  display: block;
  position: absolute;
  top: -22px;
}

.feature-classroom {
  display: block;
  position: absolute;
  top: -18px;
}

.recognition-list {
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
}

.list-item {
  font-size: 14px;
  line-height: 22px;
}

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

.engagement-list, .performance-list, .management-list {
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
}

.game {
  text-align: center;
  background-image: linear-gradient(-45deg, #efffd3, #d2fff6 34%, #e8fffa 61%, #fa96ff);
  border-radius: 200px;
  padding-top: 216px;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.game-cat {
  display: block;
  position: absolute;
  inset: -67px auto auto 50%;
  transform: rotate(-3deg)translate(-50%);
}

.game-circle {
  position: absolute;
  inset: -18px auto auto 25%;
}

.game-wave {
  position: absolute;
  inset: 102px 225.5px auto auto;
}

.heading-7 {
  color: #33354b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 58px;
}

.game__subtitle {
  color: #173e55;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.game__subtitle.hidden {
  display: none;
}

.game-answer {
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  min-height: 120px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.game-answer.active {
  color: #fff;
  background-color: #f4a03b;
  font-weight: 600;
  transition-property: none;
}

.game-answer.game-answer-circle {
  flex: none;
  min-height: 0;
  padding-left: 0;
  display: block;
}

.game-answer.game-answer__text {
  min-height: 0;
  padding-left: 0;
  display: block;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 860px;
  margin: 72px auto 40px;
}

.game-answer-circle {
  border: 2px solid #c1c2c9;
  border-radius: 48px;
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  transition: all .2s;
}

.game-answer-circle.active {
  background-image: url('../images/active.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #fff;
  transition-property: none;
}

.text-block-10 {
  color: #648b92;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.game-arrow {
  position: absolute;
  inset: 45% auto auto 120px;
}

.game-rhomb {
  position: absolute;
  inset: auto 88px 222px auto;
}

.what-we-re-changing {
  background-color: #6e79c8;
  margin-top: -200px;
  padding-top: 307px;
  padding-bottom: 300px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  width: 800px;
  margin: 0 auto 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-4 {
  color: #fff;
  background-color: #5c65bb;
  border-radius: 12.8px;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: -6px;
  padding: 32px 40px 38px;
}

.column-3 {
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 23px;
  display: flex;
  top: 0;
  overflow: hidden;
}

.columns-3 {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-12 {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.list {
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 18px;
  line-height: 28px;
  position: static;
}

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

.education-white-calculator {
  color: #fff;
  background-color: #fff;
  border-radius: 12.8px;
  align-self: stretch;
  width: 100%;
  height: auto;
  padding: 56.42% 0 0;
  position: relative;
  overflow: hidden;
}

.user-ratings-and-reviews {
  background-image: url('../images/BG-wave-32x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -271px;
  padding-top: 17px;
  padding-bottom: 293px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.install-button-whatwerechanging {
  z-index: 2;
  color: #1c2e39;
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 5px;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 50px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 0 20px #0000001c;
}

.install-button-whatwerechanging.slack {
  margin-right: 0;
  padding-left: 39px;
  padding-right: 39px;
}

.install-button-whatwerechanging.install-button_padding {
  padding-left: 0;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 138px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 46px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 24px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 72px;
}

.image-7 {
  margin-right: 13px;
}

.div-block-6 {
  text-align: center;
  margin-bottom: 41px;
}

.slider {
  background-color: #0000;
  max-width: 1024px;
  margin-bottom: 81px;
  margin-left: auto;
  margin-right: auto;
}

.slide-white {
  color: #173e55;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  max-width: 825.6px;
  max-height: 283px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px 42px;
  display: flex;
  position: relative;
}

.slide-under {
  opacity: .38;
  border-radius: 12px;
  max-width: 825.6px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px;
  position: relative;
  top: -22px;
}

.slide-under-inside {
  background-color: #fff;
  border-radius: 12px;
  height: 38px;
}

.div-block-7 {
  border-right: 1px solid #c4cad5;
  flex: none;
  padding-right: 24px;
}

.review-photo {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}

.slide-nav {
  display: none;
}

.review-name {
  color: #173e55;
  margin-top: 13px;
  margin-bottom: 7px;
  font-size: 19.2px;
  font-weight: 700;
  line-height: 22.4px;
}

.text-block-14 {
  color: #173e55;
  letter-spacing: -.5px;
  margin-bottom: 16.4px;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 19.2px;
}

.image-8 {
  margin-right: 8.4px;
}

.div-block-8 {
  flex: 1;
  padding-left: 24px;
}

.text-block-15 {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-16 {
  letter-spacing: -.5px;
  margin-bottom: 16.6px;
  font-size: 19.2px;
  font-weight: 400;
  line-height: 25.6px;
}

.link {
  color: #6f74da;
  cursor: pointer;
  font-size: 19.2px;
  line-height: 24.4px;
  text-decoration: none;
}

.div-block-9 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-10 {
  text-align: center;
  object-fit: fill;
  flex: none;
  align-self: center;
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.div-block-10.award_1 {
  opacity: 1;
  margin-bottom: 20px;
  display: block;
}

.div-block-10.award_2, .div-block-10.award_3, .div-block-10.award_4, .div-block-10.award_5, .div-block-10.award_6, .div-block-10.award_7 {
  opacity: 1;
  display: block;
}

.div-block-10.award_8 {
  opacity: 1;
  margin-right: 10px;
  display: block;
}

.div-block-10.div-fall-medal {
  background-image: url('../images/medal-3.png');
  background-position: 0 -8px;
  background-size: 115px 147px;
  background-attachment: scroll;
  width: 115px;
  height: 130px;
  margin-left: 5px;
  padding-left: 0;
}

.div-block-10.performer-fall-award {
  background-image: url('../images/medal-5.png');
  background-position: 0 -8px;
  background-size: 115px 148px;
  width: 115px;
  height: 130px;
  margin-left: 13px;
  margin-right: 0;
}

.div-block-10.fall-award {
  background-image: url('../images/medal-2.png');
  background-position: 0 -9px;
  background-size: 115px;
  width: 115px;
  height: 130px;
  margin-left: 13px;
  padding-left: 0;
}

.div-block-10.fall-easy-to-use-award {
  background-image: url('../images/medal.png');
  background-position: 0 -9px;
  background-size: 115px;
  width: 115px;
  height: 130px;
  margin-left: 13px;
}

.div-block-10.fall-requirements-award {
  background-image: url('../images/medal-4.png');
  background-position: 0 -9px;
  background-size: 115px;
  width: 115px;
  height: 130px;
  margin-left: 13px;
}

.image-9 {
  max-width: 100%;
  max-height: 100%;
  margin-right: 0;
  position: relative;
}

.image-9.medal-image {
  object-fit: none;
  width: 115px;
  max-width: none;
  display: inline-block;
  overflow: visible;
}

.image-9.fall-medal-image {
  object-fit: fill;
  object-position: 0% 0%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 3px;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.praise {
  padding-top: 87px;
  padding-bottom: 583px;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-11 {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 58px;
}

.text-block-17 {
  text-align: center;
  white-space: normal;
  max-width: 623px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.image-10 {
  width: 280px;
}

.text-block-18 {
  text-align: center;
  letter-spacing: -.4px;
  text-indent: 0;
  max-width: 832px;
  margin: 36px auto 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 330px;
  max-height: none;
  display: flex;
  position: relative;
}

.div-block-12 {
  background-color: #97a5eb36;
  border-radius: 20px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 88px 39px;
  position: relative;
}

.praise-list {
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.div-block-13 {
  z-index: -1;
  opacity: .43;
  background-image: linear-gradient(#8b99ff00, #8b99ff0f 24%, #8d9bff54 53%, #909dffb3 86%, #929fff);
  position: absolute;
  inset: 0%;
}

.praise-quote-1 {
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translate(0, -50%);
}

.praise-quote-2 {
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translate(0, -50%);
}

.resources {
  background-color: #fff;
  border-radius: 200px;
  margin-top: -470px;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}

.heading-12 {
  color: #33354b;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 58px;
  text-decoration: none;
}

.blog-cards {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog-card {
  border-radius: 12px;
  flex: none;
  width: 220px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 29px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 3px #6e73972b, 0 0 10px #0000000a;
}

.image-11 {
  object-fit: cover;
  width: 220px;
  max-width: none;
  height: 220px;
  overflow: hidden;
}

.text-block-19 {
  color: #33354b;
  letter-spacing: -.6px;
  margin-bottom: 12px;
  padding-top: 19px;
  padding-left: 20px;
  padding-right: 23px;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
}

.text-block-20 {
  color: #555661;
  letter-spacing: -.2px;
  padding-left: 20px;
  padding-right: 21px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.footer {
  background-color: #5c67b5;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}

.image-12 {
  height: 32px;
  margin-bottom: 31px;
  display: block;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.sqreen {
  background-color: #3f4995;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.columns-4 {
  margin-bottom: 31px;
  font-family: Sfprodisplay;
  font-size: 15px;
  font-weight: 500;
  position: static;
}

.copyright {
  opacity: .6;
  color: #fff;
  font-size: 15px;
}

.footer-link-sliday {
  color: #fff;
}

.footer-link-sliday:hover {
  text-decoration: none;
}

.footer-cross {
  position: absolute;
  top: -15px;
  right: 144px;
}

.footer-circle {
  height: 68px;
  position: absolute;
  top: 101px;
  right: 65px;
}

.footer-arrows {
  height: 45px;
  position: absolute;
  top: 147px;
  right: 205px;
}

.image-13 {
  z-index: -1;
  position: absolute;
  inset: -80px 0% auto auto;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

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

.paper-cite__link {
  display: block;
}

.paper-cite__link.text-block-3 {
  color: #2e3257;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border: 1px #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.interactive-selector {
  z-index: -1;
  background-color: #fff;
  border-radius: 20px;
  width: 200px;
  height: 36px;
  position: absolute;
}

.interacrive__button-slack {
  z-index: 3;
  float: none;
  clear: none;
  color: #1475db;
  cursor: pointer;
  background-color: #d81d1d;
  border-radius: 20px;
  order: 0;
  width: 195px;
  height: 37px;
  font-size: 0;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
}

.interactive-selected-text_slack {
  opacity: .52;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
}

.column-4 {
  padding-left: 0;
}

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

.column-6 {
  padding-right: 0;
}

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

.div-block-14 {
  background-color: #7c7c83;
  border: 0 #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-bottom: 0;
  display: flex;
}

.avatar__name {
  color: #fff;
  align-self: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.avatar__border {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 74px;
  height: 74px;
  display: block;
  position: absolute;
  inset: auto;
}

.image-16 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 203px;
  left: 17%;
}

.image-17 {
  width: 99px;
  height: 99px;
  position: absolute;
  top: 16px;
  left: 29%;
}

.image-18 {
  width: 77px;
  height: 77px;
  position: absolute;
  top: 82px;
  left: 85%;
}

.image-19 {
  width: 67px;
  height: 67px;
  position: absolute;
  top: 89px;
  left: 7%;
}

.image-20 {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 25px;
  left: 75%;
}

.image-21 {
  width: 70px;
  position: absolute;
  top: 75px;
  left: 63%;
}

.image-22 {
  width: 90px;
  position: absolute;
  top: 165px;
  left: 70%;
}

.image-23 {
  position: absolute;
  top: 98px;
  left: 20%;
}

.image-24 {
  position: absolute;
  top: 190px;
  left: 30%;
}

.image-25 {
  position: absolute;
  top: 230px;
  left: 83%;
}

.link_study {
  color: #0d1a26;
  cursor: pointer;
  text-decoration: underline;
}

.columns-5 {
  font-family: Sfprodisplay;
}

.image-sparkle_1 {
  position: absolute;
  top: 218px;
  left: 5%;
}

.image-sparkle_2 {
  position: absolute;
  top: 258px;
  left: 26%;
}

.image-sparkle_3 {
  position: absolute;
  top: 0;
  left: 85%;
}

.image-26 {
  position: absolute;
  top: 239px;
  left: 92%;
}

.popup {
  z-index: 5;
  object-fit: scale-down;
  background-color: #000c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.div-block-15 {
  overflow: hidden;
}

.popup__privacy.privacy {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  overflow: visible;
}

.heading-13 {
  font-size: 25px;
  display: flex;
}

.privacy__content {
  color: #1c2e39;
  background-color: #00000005;
  padding: 25px 30px 9px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph {
  font-family: Sfprodisplay;
  font-weight: 700;
}

.privacy__paragraph {
  margin-bottom: 16px;
  font-family: Sfprodisplay;
}

.heading-14 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Sfprodisplay;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-16, .div-block-17, .div-block-18 {
  overflow: hidden;
}

.popup-calendly {
  z-index: 10;
  opacity: 0;
  background-color: #1f1f1f66;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.popup-calendly__container {
  width: 80%;
  min-width: 900px;
  max-width: none;
  height: 90%;
  max-height: none;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

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

.popup-calendy__close-button {
  cursor: pointer;
  background-image: url('../images/close-icon.svg');
  background-position: 0 0;
  background-size: cover;
  width: 19px;
  height: 19px;
  position: absolute;
  inset: 6% 14% auto auto;
}

.image-27 {
  width: 64px;
  min-width: auto;
  height: 74px;
  min-height: auto;
  max-height: none;
  position: absolute;
  top: 114px;
  left: 78%;
}

.image-28 {
  width: 64px;
  height: 74px;
  position: absolute;
  top: 12px;
  left: 15%;
}

.column-7 {
  padding-left: 35px;
  padding-right: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.congratulations-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 97px;
  display: flex;
}

.congratulations-box.hidden {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: hidden;
}

.html-embed-2 {
  transition: opacity .2s;
  display: none;
}

.div-block-19, .game__container {
  display: block;
}

.game__container.hidden {
  display: none;
}

.image-29 {
  z-index: 4;
  opacity: 0;
  transform: ;
  border-radius: 0;
  width: 824px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .1s ease-in;
  display: block;
  position: relative;
}

.image-29:focus {
  opacity: 1;
  display: block;
}

.image-30 {
  z-index: 1;
  opacity: 0;
  max-width: 76px;
  max-height: 64px;
  position: absolute;
  inset: auto 7% 51% auto;
}

.image-30.circle {
  opacity: 1;
  bottom: 51%;
  left: auto;
  right: 7%;
}

.image-30_move {
  z-index: 1;
  opacity: 0;
  max-width: 76%;
  max-height: 64px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  top: 494.525px;
  bottom: auto;
  right: auto;
}

.image-30_move.circle {
  top: auto;
  bottom: auto;
}

.congratulation-image {
  z-index: 5;
  opacity: 0;
  max-width: 34%;
  max-height: 32px;
  position: absolute;
  inset: auto 0% 88px auto;
}

.congratulation-image.circle {
  bottom: auto;
  left: auto;
}

.congratulation-image.image-31 {
  opacity: 1;
  bottom: 166px;
  right: 15%;
}

.congratulation-image.image-32 {
  opacity: 1;
  max-width: 34%;
  max-height: 28px;
  bottom: 73%;
  right: 10%;
}

.congratulation-image.image-30 {
  opacity: 1;
  max-width: 76%;
  max-height: 64px;
  bottom: 58%;
  right: 15%;
}

.congratulation-image.image-blue {
  z-index: 5;
  opacity: 1;
  display: block;
  bottom: 414px;
  right: 35%;
}

.congratulation-image.image-triangle {
  z-index: 5;
  opacity: 1;
  max-width: 40%;
  max-height: 44px;
  bottom: 139px;
  right: 40%;
}

.congratulation-image.image-purple {
  z-index: 5;
  opacity: 1;
  max-width: none;
  max-height: 68px;
  bottom: 117px;
  right: 59%;
}

.congratulation-image.image-circle {
  opacity: 1;
  bottom: 290px;
  right: 16%;
}

.congratulation-image.image-triangle-pink {
  opacity: 1;
  max-height: 44px;
  bottom: 431px;
  right: 65%;
}

.congratulation-image.image-circle-blue {
  opacity: 1;
  max-height: 68px;
  bottom: 250px;
  left: 14%;
  right: auto;
}

.congratulation-image.image-cross {
  opacity: 1;
  max-height: 52px;
  bottom: 479px;
  left: 15%;
  right: auto;
}

.congratulation-image.image-line {
  opacity: 1;
  max-height: 56px;
  bottom: 613px;
  left: 20%;
  right: auto;
}

.congratulation-image.image-oval {
  opacity: 1;
  max-height: 18px;
  bottom: 506px;
  left: 24%;
  right: auto;
}

.game-embed {
  display: none;
}

.confetti-embed {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: -15px;
  left: auto;
}

.image-33 {
  display: none;
}

.youtube {
  display: none;
  overflow: visible;
}

.image-34 {
  display: none;
}

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

.image-36 {
  display: none;
}

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

.image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44 {
  display: none;
}

.html-embed-5 {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: static;
  overflow: visible;
}

.dropdown {
  display: block;
}

.dropdown.header-right-link {
  z-index: 4;
  background-color: #0000;
  border-bottom-width: 2px;
  border-radius: 5px;
  width: 114px;
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.numbers-embed {
  display: none;
}

.dropdown-toggle {
  z-index: 4;
  background-color: #fff;
  border: 0 #000;
  border-radius: 5px 5px 2.5px 2.5px;
  justify-content: center;
  align-items: flex-start;
  width: 111.8px;
  height: 36.5px;
  margin-left: -.7px;
  margin-right: 9px;
  padding: 0 0 0 29px;
  display: block;
  left: 0;
  overflow: visible;
}

.dropdown-list {
  z-index: 1;
  background-color: #fff;
  border: 2px solid #082039;
  border-radius: 5px 0 5px 5px;
  width: 233px;
  height: 86px;
  display: none;
  top: 34px;
  right: -2px;
}

.dropdown-list.links-dropdown {
  display: none;
}

.dropdown-link {
  z-index: 1;
  background-color: #fff;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.dropdown-link-2 {
  background-color: #fff;
  border-bottom: 1px #000;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.text-block-24 {
  font-size: 14px;
}

.icon-3 {
  background-color: #0000;
  width: auto;
  height: 11px;
  margin-top: 12px;
  margin-right: 25px;
  font-size: 13px;
  position: absolute;
}

.link-container {
  z-index: 1;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
}

.link-container.link-container_ms {
  background-color: #0000;
  height: 39px;
}

.link-logo {
  width: 16px;
  max-width: none;
  height: 15px;
  margin-left: 17px;
  margin-right: 8px;
}

.link-block {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}

.dropdown-list-2 {
  display: none;
}

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

.heading-15 {
  z-index: 100;
  letter-spacing: -2px;
  max-width: 609px;
  margin-left: 70px;
  font-size: 90px;
  font-weight: 600;
  line-height: 85px;
  position: relative;
}

.form-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
}

.form__container {
  width: 514px;
  height: 613px;
  margin: 0;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
  box-shadow: 5px 0 9px #00000040;
}

.body-2 {
  max-width: 1440px;
  max-height: 1000px;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.form-block {
  width: 100%;
  height: 100%;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.heading-16 {
  text-align: center;
  margin-top: 34px;
  margin-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 57px;
  margin-right: 57px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

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

.form__field {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #00000040;
  width: 391px;
  height: 49px;
  margin-bottom: 16px;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.form__field.form__field_dropdown {
  color: #00000073;
  cursor: pointer;
}

.form__submit-button {
  width: 391px;
  height: 49px;
  margin-top: 16px;
  margin-bottom: 30px;
}

.error-message {
  position: absolute;
  top: 557px;
  left: 73px;
}

@media screen and (max-width: 991px) {
  .header-karma {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-text {
    font-size: 29px;
  }

  .header-center-link {
    width: 120px;
    max-width: 120px;
    margin-left: 0;
    padding-left: 28px;
    padding-right: 20px;
    font-size: 15px;
  }

  .header-center-link.active {
    text-align: left;
    text-transform: none;
    white-space: normal;
    flex: 0 auto;
    width: 120px;
    max-width: 120px;
    margin-left: 40px;
    margin-right: 2px;
    padding-left: 28px;
    padding-right: 20px;
    font-size: 15px;
    position: relative;
  }

  .header-right-link {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 110px;
    height: 35px;
    margin-left: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 30px;
    display: flex;
    position: static;
  }

  .header-right-link.free-demo {
    text-align: center;
    align-self: center;
    width: 110px;
    height: 35px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .header-right-link.karma-blog {
    line-height: 33px;
  }

  .wrapper {
    margin-bottom: 0;
    padding-left: 10px;
    overflow: visible;
  }

  .wrapper.wrapper-relative {
    display: block;
    overflow: hidden;
  }

  .wrapper.thinner-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .wrapper.resources-container {
    max-width: 100%;
  }

  .heading {
    max-width: none;
    margin-bottom: 5px;
    margin-left: 50px;
    font-size: 62px;
    line-height: 55px;
  }

  .text-block {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 50px;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block {
    flex-flow: row;
    place-content: flex-start;
    align-items: flex-start;
    height: 100px;
    margin-top: 0;
    margin-left: 50px;
    display: flex;
  }

  .gradient-thingy {
    align-self: center;
    width: 80%;
    height: 100px;
    display: none;
    left: auto;
    right: auto;
  }

  .install-button {
    order: 0;
    align-self: flex-start;
    align-items: center;
    max-width: 180px;
    height: 40px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    top: 30px;
  }

  .install-button.slack {
    padding-left: 10px;
    padding-right: 10px;
    top: 30px;
  }

  .text-block-2 {
    letter-spacing: .2px;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    max-width: 500px;
    font-size: 12px;
    line-height: 10px;
    display: block;
  }

  .text-block-2.header__textblock {
    font-size: 11px;
  }

  .install-image {
    max-width: 20px;
  }

  .image {
    max-width: 400px;
    top: -1px;
    right: 1%;
  }

  .heading-2 {
    margin-top: 65px;
    font-size: 20px;
    line-height: 38px;
  }

  .heading-3 {
    font-size: 55px;
    line-height: 55px;
  }

  .heading-3.yellow {
    margin-left: 24px;
    margin-right: 24px;
    font-size: 55px;
    line-height: 55px;
  }

  .half-circle {
    max-width: 220px;
    top: 107px;
    left: -7%;
    overflow: hidden;
  }

  .quote-absolute {
    max-width: 56px;
    top: 0;
  }

  .grid {
    grid-template-columns: .5fr .5fr .5fr;
    place-items: stretch center;
    max-width: 500px;
    margin-top: 54px;
  }

  .superpower-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
  }

  .paper-cite {
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    position: static;
  }

  .paper-cite__legend {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 12px;
  }

  .text-block-3 {
    width: 200px;
    font-size: 13px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .paper-cite__legend-circle_disrupt {
    margin-top: 2px;
    padding-top: 0;
    top: 22px;
  }

  .half-path {
    max-width: 800px;
    max-height: none;
    top: 252px;
    right: -116px;
  }

  .ms-embed {
    display: none;
  }

  .demo-interactive {
    height: 580px;
  }

  .why-schools-love-karma {
    border-radius: 100px;
  }

  .image-2 {
    top: 898px;
    left: 1%;
  }

  .interactive-select {
    display: none;
  }

  .column {
    padding-left: 24px;
    padding-right: 20px;
  }

  .column-2 {
    padding-right: 24px;
  }

  .testimony-avatar-3 {
    display: none;
  }

  .testimony-shape-22 {
    overflow: hidden;
  }

  .testimony-avatar-9 {
    bottom: -56px;
  }

  .testimony-avatar-6-orig {
    top: -43px;
    right: -1px;
  }

  .testimony-cat {
    max-width: 70%;
    top: -226px;
    right: -7px;
  }

  .testimony-avatar-7 {
    right: 6px;
  }

  .why-schools-love-karma-part-two {
    margin-bottom: -433px;
  }

  .background-glove {
    top: -3px;
    right: 55%;
  }

  .counter-heading {
    margin-bottom: 10px;
    padding-right: 20px;
    font-size: 20px;
  }

  .counter-numbers {
    padding-left: 0;
    padding-right: 24px;
    font-size: 50px;
    line-height: 50px;
  }

  .counter-additions {
    padding-right: 38px;
  }

  .counter-in-this-month {
    padding-right: 32px;
  }

  .columns-2 {
    margin-top: 49px;
  }

  .text-block-6 {
    font-size: 22px;
    line-height: 24px;
  }

  .achieving-text-block {
    align-self: center;
    margin-top: 35px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-8 {
    text-align: center;
    width: 400px;
  }

  .achieving-line-image {
    z-index: 0;
    flex: 0 auto;
    width: 200px;
    height: 353px;
    margin-right: 0;
    position: absolute;
    left: -28px;
  }

  .achieving-line {
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: center;
    width: 70%;
    margin-top: 20px;
    padding-left: 0;
  }

  .achieving-line__wrapper {
    flex-direction: column;
    flex: 0 auto;
    order: -1;
    align-self: center;
    align-items: center;
    width: 240px;
    height: 240px;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: 0;
  }

  .image-4 {
    width: 300px;
    height: auto;
    margin: 0 21px 0 5px;
  }

  .achieving-line-image-right {
    width: 200px;
  }

  .achieving-line-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 21px;
    padding-right: 0;
  }

  .achieving-line-right.no-outside {
    margin-top: 39px;
  }

  .image-achieving-2 {
    width: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .achieving-line-right__wrapper {
    width: 240px;
    height: 240px;
    margin-right: 0;
  }

  .image-achieving-4 {
    width: 300px;
    height: auto;
  }

  .image-5 {
    max-width: 57%;
    bottom: 1%;
    right: 3%;
  }

  .image-achieving-6 {
    width: 300px;
    height: auto;
  }

  .features {
    padding-bottom: 111px;
  }

  .game-circle {
    left: 158px;
  }

  .game-wave {
    top: 120px;
    right: 137.5px;
  }

  .game-answer {
    padding-left: 20px;
  }

  .grid-2 {
    grid-template-columns: .75fr .75fr;
    width: 700px;
    max-width: 760px;
  }

  .game-answer-circle {
    margin-right: 15px;
  }

  .game-arrow {
    width: 7%;
    max-width: none;
    top: 43%;
    left: 44px;
  }

  .game-rhomb {
    bottom: 43px;
  }

  .div-block-4 {
    padding-top: 50px;
    padding-bottom: 26px;
  }

  .column-3 {
    padding-right: 10px;
  }

  .education-white-calculator {
    height: 345px;
  }

  .user-ratings-and-reviews {
    padding-bottom: 250px;
  }

  .slider {
    height: 390px;
    margin-bottom: 58.4px;
  }

  .div-block-10.div-fall-medal {
    background-position: 0 -9px;
    margin-left: 4px;
  }

  .praise-quote-1 {
    left: -19px;
  }

  .praise-quote-2 {
    right: -18px;
  }

  .blog-cards {
    justify-content: space-around;
    align-items: stretch;
  }

  .blog-card {
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 85px;
    display: flex;
  }

  .image-12 {
    margin-left: 33px;
    padding-left: 0;
    position: absolute;
    inset: 12% auto auto 3%;
  }

  .columns-4 {
    width: 570px;
    margin-left: 0;
    margin-right: 0;
  }

  .copyright {
    margin-left: -56px;
  }

  .footer-cross {
    width: 70px;
    max-width: 70%;
    top: -31px;
    right: 107px;
  }

  .footer-circle {
    height: 48px;
    top: 42px;
    right: 38px;
  }

  .footer-arrows {
    height: 35px;
    display: none;
    top: 69px;
    right: 146px;
  }

  .image-14 {
    max-width: 35px;
  }

  .paper-cite__link.text-block-3 {
    height: 20px;
    margin-top: 16px;
  }

  .column-4 {
    padding-left: 44px;
    padding-right: 0;
    left: auto;
  }

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

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

  .image-16 {
    left: 10%;
  }

  .image-17 {
    width: 79px;
    height: 79px;
    display: block;
    top: -16px;
    left: 26%;
  }

  .image-18 {
    left: 88%;
  }

  .image-19 {
    left: 4%;
  }

  .image-21.praise__image {
    display: none;
  }

  .image-24 {
    width: 50px;
    max-width: 90%;
    display: block;
    left: 24%;
  }

  .image-sparkle_2 {
    left: 22%;
  }

  .popup-calendly {
    opacity: 0;
    display: none;
  }

  .popup-calendly__container {
    width: 70%;
    min-width: auto;
    max-width: none;
  }

  .popup-calendy__close-button {
    width: 24px;
    height: 24px;
    top: -4%;
    right: -6%;
  }

  .game-answer__text {
    font-size: 14px;
  }

  .image-29 {
    opacity: 0;
    border-radius: 0;
    width: 661px;
  }

  .congratulation-image.image-31 {
    right: 7%;
  }

  .congratulation-image.image-32 {
    bottom: 71%;
  }

  .congratulation-image.image-30 {
    width: 55px;
    max-width: none;
    bottom: 43%;
    right: 12%;
  }

  .congratulation-image.image-blue {
    bottom: 399px;
  }

  .congratulation-image.image-triangle-pink {
    bottom: 387px;
  }

  .congratulation-image.image-circle-blue {
    left: 1%;
  }

  .youtube {
    display: block;
  }

  .column-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    top: 309px;
    left: 266px;
    overflow: visible;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    inset: 309px 28% 0% auto;
    overflow: visible;
  }

  .icon-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    top: auto;
  }

  .image-36 {
    display: none;
  }

  .html-embed-5 {
    width: auto;
    height: auto;
  }

  .dropdown.header-right-link {
    border-width: 2px;
    border-radius: 5px;
    flex: none;
    align-self: center;
    width: 110px;
    margin-left: 20px;
    display: none;
    position: relative;
  }

  .dropdown-toggle {
    border-style: none;
    width: 106px;
    height: 28px;
    margin-left: 0;
    padding-top: 1px;
  }

  .dropdown-list {
    width: 231px;
    max-width: 292px;
    display: none;
    position: absolute;
    top: 29px;
    bottom: auto;
    right: -2px;
  }

  .dropdown-list.links-dropdown {
    width: 231px;
    max-width: none;
    display: none;
    position: relative;
    top: 2px;
    right: 123px;
  }

  .text-block-24 {
    font-size: 12px;
  }

  .icon-3 {
    margin-top: 9px;
  }

  .link-container {
    width: 139px;
  }

  .link-container.link-container_ms {
    display: flex;
  }

  .heading-15 {
    max-width: 460px;
    margin-left: 50px;
    font-size: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .header-karma {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-text {
    margin-left: 4px;
    font-size: 17px;
    line-height: 32px;
  }

  .header-logo-wrapper {
    align-items: stretch;
    line-height: 30px;
  }

  .header-navigation-center {
    justify-content: center;
    align-items: center;
  }

  .header-center-link {
    width: 85px;
    max-width: 75px;
    height: 30px;
    margin-right: 10px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
    line-height: 30px;
  }

  .header-center-link.active {
    direction: ltr;
    text-align: left;
    text-indent: 2px;
    order: 0;
    align-self: center;
    width: 100px;
    max-width: 85px;
    height: 30px;
    margin-left: 16px;
    padding-left: 11px;
    font-size: 12px;
    line-height: 30px;
  }

  .header-right-link {
    width: 76px;
    height: 25px;
    margin-left: 10px;
    font-size: 10px;
    line-height: 22px;
  }

  .header-right-link.free-demo {
    width: 80px;
    height: 25px;
    font-size: 10px;
    line-height: 23px;
  }

  .header-right-link.karma-blog {
    flex-direction: column;
    justify-content: center;
    height: 30px;
    margin-top: 20px;
    line-height: 27px;
    display: block;
  }

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

  .wrapper.thinner-wrapper {
    max-width: 100%;
  }

  .heading {
    letter-spacing: -2px;
    margin-left: 30px;
    font-size: 45px;
    line-height: 35px;
  }

  .text-block {
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block {
    margin-left: 20px;
  }

  .gradient-thingy {
    width: 65%;
    height: 70px;
    display: none;
    bottom: 15px;
    left: auto;
  }

  .install-button {
    justify-content: center;
    width: 170px;
    max-width: none;
    height: 35px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    top: 30px;
  }

  .install-button.slack {
    justify-content: center;
    width: 160px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    top: 30px;
  }

  .text-block-2 {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
  }

  .text-block-2.header__textblock {
    font-size: 10px;
  }

  .install-image {
    max-width: 28px;
    margin-right: 10px;
  }

  .install-image.header__install-image {
    max-width: 22px;
    margin-right: 8px;
  }

  .image {
    text-indent: -2px;
    max-width: 300px;
    margin-top: 0;
    margin-right: -50px;
    top: 0%;
    bottom: auto;
    right: 6%;
  }

  .heading-2 {
    margin-top: 35px;
    font-size: 15px;
    line-height: 23px;
  }

  .the-superpower-of-praise-in-class {
    padding-top: 58px;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 45px;
  }

  .heading-3.yellow {
    margin-left: 19px;
    margin-right: 19px;
    font-size: 45px;
    line-height: 45px;
  }

  .half-circle {
    max-width: 170px;
    top: 87px;
    left: -11%;
  }

  .quote-absolute {
    max-width: 46px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 500px;
    margin-top: 50px;
    margin-left: auto;
  }

  .superpower-text {
    font-size: 12px;
    line-height: 17px;
  }

  .superpower-image {
    max-width: 66px;
  }

  .paper-cite {
    width: 460px;
    height: 200px;
    margin-bottom: 84px;
    padding-top: 20px;
    padding-left: 48px;
    padding-right: 59px;
  }

  .div-block-2 {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 160px;
    margin-right: 24px;
  }

  .paper-cite__legend {
    margin-top: 0;
    margin-bottom: 9px;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .text-block-3 {
    height: 35px;
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-4 {
    margin-top: 27px;
    font-size: 14px;
    line-height: 13px;
  }

  .half-path {
    max-width: 650px;
    top: 225px;
    right: -229px;
    transform: rotate(-8deg);
  }

  .demo-interactive {
    height: 430px;
  }

  .why-schools-love-karma {
    border-radius: 50px;
    padding-top: 72px;
  }

  .heading-4 {
    font-size: 40px;
  }

  .image-2 {
    width: 160px;
    max-width: 180px;
    top: 833px;
    left: 5%;
  }

  .testimony-message.violet {
    z-index: 1;
  }

  .testimony-zigzag {
    top: -93px;
    left: 62%;
    right: -2px;
  }

  .testimony-avatar-3 {
    display: block;
  }

  .testimony-avatar-4 {
    width: 110px;
    height: 110px;
    right: -19px;
  }

  .testimony-avatar-5 {
    bottom: 155px;
    left: -72px;
  }

  .testimony-avatar-2 {
    top: -461px;
    left: -10px;
  }

  .testimony-cat {
    max-width: 40%;
    top: -1051px;
    right: -109px;
  }

  .testimony-bg-karma-2 {
    top: 53%;
  }

  .background-glove {
    z-index: 3;
    max-width: 140px;
    top: 91px;
    right: 14%;
  }

  .counter-heading {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .counter-numbers {
    max-height: 200px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 60px;
  }

  .counter-additions {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 2px;
    font-size: 16px;
  }

  .counter-in-this-month {
    padding-right: 0;
    font-size: 14px;
  }

  .columns-2 {
    width: 500px;
    max-width: 500px;
    margin-top: 90px;
    margin-bottom: 60px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 18px;
  }

  .heading-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 35px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .achieving-line-image {
    width: 150px;
    left: -49px;
  }

  .achieving-line-image.archieving-line-image_pink {
    top: 2662.4px;
    left: -45px;
  }

  .achieving-line-image-right {
    width: 150px;
  }

  .achieving-line-image-right.achieving-line-image-right_orange {
    top: 1306.05px;
  }

  .features-heading {
    margin-bottom: 72px;
  }

  .recognition-list {
    text-align: left;
  }

  .feature-column {
    margin-bottom: 40px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .game-circle {
    left: 89px;
  }

  .game-wave {
    right: 93.5px;
  }

  .game__subtitle {
    z-index: 2;
    margin-top: 0;
    font-size: 28px;
    position: relative;
  }

  .grid-2 {
    flex-direction: column;
    width: 90%;
    margin-top: 30px;
    display: flex;
  }

  .game-arrow {
    width: 9%;
    top: 25%;
    left: 47px;
  }

  .game-rhomb {
    right: 70px;
  }

  .heading-9 {
    width: 100%;
    margin-bottom: 30px;
    font-family: Sfprodisplay;
    font-size: 44px;
    line-height: 55px;
  }

  .text-block-11 {
    width: 400px;
    margin-bottom: 43px;
    font-size: 22px;
  }

  .div-block-4 {
    margin-bottom: 15px;
    padding-top: 32px;
  }

  .column-3 {
    align-items: stretch;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .education-white-calculator {
    height: 345px;
  }

  .user-ratings-and-reviews {
    background-position: 52%;
    background-size: 100% 100%;
    padding-bottom: 217px;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }

  .install-button-whatwerechanging {
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .button.free-demo-button {
    width: 230px;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    height: 400px;
    max-height: none;
    margin-bottom: 149.4px;
    padding-bottom: 0;
    display: block;
  }

  .slide-white {
    z-index: 3;
    max-height: 400px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-white.slide-white_height {
    height: auto;
    padding-bottom: 33px;
  }

  .slide-white.slide-white_padding {
    z-index: 3;
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .slide-under {
    top: -31px;
  }

  .div-block-7 {
    padding-right: 0;
  }

  .review-name {
    width: 160px;
  }

  .div-block-8 {
    padding-left: 15px;
  }

  .text-block-16 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(128px, 128px) minmax(128px, 128px);
    grid-template-columns: minmax(128px, 128px) minmax(128px, 128px) minmax(128px, 128px);
    grid-auto-rows: minmax(128px, 128px);
    grid-auto-columns: minmax(128px, 128px);
    grid-auto-flow: row;
    place-content: start;
    place-items: center;
    width: 368px;
    display: grid;
  }

  .div-block-10.award_1 {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .div-block-10.award_2 {
    width: 100%;
    height: 100%;
  }

  .div-block-10.award_4 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-10.award_5 {
    width: 100%;
    height: 100%;
  }

  .div-block-10.div-fall-medal {
    background-image: url('../images/medal-3.png');
    background-size: 100px 130px;
    background-attachment: scroll;
    width: 100px;
    height: 100%;
    margin-left: 0;
  }

  .div-block-10.performer-fall-award, .div-block-10.fall-award, .div-block-10.fall-easy-to-use-award, .div-block-10.fall-requirements-award {
    background-size: 100px;
    width: 100px;
    height: 115px;
    margin-left: 0;
  }

  .image-9 {
    max-width: 100px;
    max-height: 115px;
  }

  .div-block-12 {
    max-width: 350px;
  }

  .resources {
    padding-top: 80px;
  }

  .heading-12 {
    margin-bottom: 50px;
  }

  .blog-cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blog-card {
    width: 300px;
    margin-bottom: 30px;
  }

  .image-11 {
    width: 300px;
    height: 250px;
  }

  .text-block-19 {
    padding-right: 17px;
    font-size: 20px;
  }

  .text-block-20 {
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
  }

  .footer-link {
    width: 107px;
  }

  .columns-4 {
    flex-flow: wrap;
    place-content: center flex-start;
    align-items: stretch;
    width: 500px;
    margin-left: auto;
    padding-left: 19px;
    padding-right: 17px;
    display: flex;
  }

  .copyright {
    margin-left: -179px;
  }

  .image-14 {
    max-width: 20px;
  }

  .image-15 {
    border-bottom: 2px #000;
    height: 100px;
  }

  .column-4 {
    padding-top: 0;
    padding-left: 0;
    left: auto;
  }

  .column-5 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: auto;
  }

  .column-6 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 22px;
    left: auto;
  }

  .image-16 {
    display: none;
    top: 248px;
    left: -20%;
  }

  .image-17 {
    display: none;
    left: -15%;
  }

  .image-18 {
    display: none;
    top: 88px;
    left: 119%;
  }

  .image-19 {
    display: none;
    left: -33%;
  }

  .image-20 {
    display: none;
    left: 105%;
  }

  .image-22, .image-23 {
    display: none;
  }

  .image-24 {
    display: none;
    left: -25%;
  }

  .image-25 {
    display: none;
    top: 259px;
    left: 87%;
  }

  .image-sparkle_1 {
    top: 173px;
    left: -33%;
  }

  .image-sparkle_2 {
    left: -14%;
  }

  .image-26 {
    top: 255px;
    left: 113%;
  }

  .popup-calendly__container {
    width: 80%;
  }

  .popup-calendy__close-button {
    width: 22px;
    height: 22px;
    right: -8%;
  }

  .image-27 {
    top: 103px;
    left: 111%;
  }

  .image-28 {
    top: 28px;
    left: -33%;
  }

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

  .game__container {
    width: 100%;
  }

  .image-29 {
    opacity: 0;
    border-radius: 0;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .congratulation-image.image-31, .congratulation-image.image-32 {
    width: 25px;
    max-width: none;
  }

  .congratulation-image.image-30 {
    width: 40px;
    bottom: 51%;
    right: 4%;
  }

  .congratulation-image.image-blue {
    max-height: 32px;
    bottom: 325px;
  }

  .congratulation-image.image-purple {
    max-height: 48px;
    bottom: 143px;
  }

  .congratulation-image.image-circle {
    bottom: 350px;
  }

  .congratulation-image.image-triangle-pink {
    max-height: 34px;
    bottom: 322px;
  }

  .congratulation-image.image-circle-blue {
    max-height: 58px;
    left: -4%;
  }

  .congratulation-image.image-cross {
    max-height: 32px;
    bottom: 400px;
    left: 10%;
  }

  .congratulation-image.image-line {
    max-height: 46px;
    bottom: 580px;
    left: 13%;
  }

  .slide {
    height: 300px;
  }

  .mask {
    height: 390px;
  }

  .left-arrow {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 244px;
    position: absolute;
    inset: 487px auto 0% 188px;
  }

  .icon {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
  }

  .right-arrow {
    height: 40px;
    margin: 0;
    inset: 487px 161px 0% auto;
  }

  .icon-2 {
    background-color: #0000;
    margin-top: 0;
    margin-left: 0;
    inset: auto;
  }

  .slide-2 {
    height: 300px;
  }

  .image-36 {
    display: none;
  }

  .dropdown.header-right-link {
    width: 80px;
    margin-left: 15px;
  }

  .dropdown-toggle {
    width: 77px;
    height: 19px;
    margin-left: -1px;
    padding-left: 18px;
  }

  .dropdown-list {
    width: 200px;
    height: 64px;
    display: none;
    top: 20px;
  }

  .dropdown-link {
    font-size: 12px;
  }

  .text-block-24 {
    font-size: 10px;
    line-height: 23px;
  }

  .icon-3 {
    margin-top: 5px;
    margin-right: 15px;
    font-size: 12px;
  }

  .link-container {
    background-color: #0000;
    align-items: center;
    width: 196px;
    height: 30px;
    display: flex;
  }

  .link-container.link-container_ms {
    height: 30px;
  }

  .link-block {
    flex: 1;
    order: 1;
    align-self: stretch;
    margin-right: 0;
    padding-right: 0;
    inset: 0%;
  }

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

  .form__container {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .header-karma {
    padding: 15px 15px 17px;
  }

  .header-wrapper {
    flex-flow: wrap;
    place-content: center space-between;
    align-items: stretch;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-text {
    margin-left: 6px;
    font-size: 16px;
    line-height: 30px;
  }

  .header-logo-wrapper {
    align-items: center;
    max-width: 97px;
    max-height: 30px;
  }

  .header-navigation-center {
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .header-center-link {
    text-align: center;
    width: 120px;
    max-width: none;
    height: 34px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 32px;
  }

  .header-center-link.active {
    text-align: center;
    width: 120px;
    max-width: none;
    height: 34px;
    margin-left: 0;
    margin-right: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 32px;
  }

  .body {
    overflow: visible;
  }

  .header-right-link {
    width: 67px;
    height: 28px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 26px;
  }

  .header-right-link.free-demo {
    width: 89px;
    height: 29px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
  }

  .header-right-link.karma-blog {
    height: 32px;
    margin-top: 10px;
  }

  .header-navigation-right {
    flex-direction: row;
    flex: 1;
    order: -1;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    padding-left: 41px;
  }

  .supercharged-learning {
    overflow: hidden;
  }

  .wrapper {
    z-index: 3;
    letter-spacing: .75px;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    position: relative;
    overflow: visible;
  }

  .wrapper.wrapper-relative {
    max-width: 100%;
  }

  .wrapper.wrapper-relative.wrapper__overflow_hidden {
    z-index: 3;
    overflow: hidden;
  }

  .wrapper.thinner-wrapper {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    max-width: none;
    height: 100%;
    display: block;
    overflow: visible;
  }

  .wrapper.wrapper_hidden {
    justify-content: flex-start;
    max-width: 1200px;
  }

  .heading {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 48px;
    line-height: 48px;
  }

  .text-block {
    text-align: center;
    letter-spacing: -.5px;
    max-width: 300px;
    margin: 18px auto 0;
    padding-bottom: 244px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
  }

  .div-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    height: 150px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-thingy {
    order: 0;
    align-self: auto;
    width: 580px;
    display: none;
    left: -295px;
  }

  .install-button {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 240px;
    max-width: none;
    height: 50px;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Sfprodisplay;
    font-size: 18px;
  }

  .install-button.slack {
    justify-content: center;
    width: 240px;
    height: 50px;
    font-family: Sfprodisplay;
  }

  .text-block-2 {
    letter-spacing: .2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
  }

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

  .install-image {
    max-width: 28px;
  }

  .image {
    letter-spacing: -.25px;
    max-width: 80%;
    margin-top: 107px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 11%;
    right: auto;
  }

  .heading-2 {
    letter-spacing: -1px;
    margin-top: 77px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
  }

  .the-superpower-of-praise-in-class {
    padding-top: 35px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 41px;
  }

  .heading-3.yellow {
    width: 279px;
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
    line-height: 28px;
  }

  .half-circle {
    max-width: 70px;
    top: 30px;
    left: -9%;
  }

  .quote-absolute {
    max-width: 25px;
    margin-left: 7px;
    margin-right: 0;
    padding-left: 0;
  }

  .quote-absolute.quote-absolute_left {
    margin-left: 0;
    margin-right: 7px;
  }

  .grid {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .5fr 1.5fr;
    grid-auto-flow: row;
    place-content: center space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 300px;
    max-width: none;
    height: 150px;
    margin-top: 126px;
    margin-left: auto;
    display: flex;
  }

  .superpower-block {
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 140px;
    margin: 0 auto 37px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .superpower-block.superpower-block_second {
    flex: 0 auto;
    order: 1;
    align-self: flex-end;
    width: 100px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .superpower-block.superpower-block_first {
    width: 100px;
    margin-left: 10px;
  }

  .superpower-text {
    width: 123px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .superpower-image {
    max-width: 75px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .paper-cite {
    opacity: 1;
    background-image: linear-gradient(45deg, #e6fdbb, #aefded 34%, #cddcfcf2 61%, #f68cfb);
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 97px 0 87px;
    padding: 31px 66px 44px;
  }

  .div-block-2 {
    border: 1px #000;
    justify-content: space-around;
    align-self: center;
    align-items: flex-start;
    width: 215px;
    max-width: none;
    margin-right: 0;
  }

  .div-block-3 {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .paper-cite__legend {
    letter-spacing: 0;
    align-self: flex-start;
    margin-bottom: 0;
    padding-left: 35px;
    font-size: 13px;
    line-height: 25px;
  }

  .text-block-3 {
    max-width: 200px;
    height: 32px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
  }

  .text-block-4 {
    align-self: center;
    max-width: 200px;
    margin-top: 26px;
    font-size: 14px;
    line-height: 15px;
  }

  .paper-cite__legend-circle {
    width: 15px;
    height: 15px;
    margin-left: 14px;
  }

  .paper-cite__legend-circle_disrupt {
    width: 15px;
    height: 15px;
    margin-left: 14px;
    padding-left: 0;
    top: 28px;
  }

  .half-path {
    max-width: 600px;
    top: 420px;
    right: -180px;
    transform: rotate(-74deg);
  }

  .demo-interactive {
    height: 250px;
  }

  .why-schools-love-karma {
    border-radius: 39px;
    height: auto;
    margin-top: 0;
    padding-top: 37px;
    overflow: visible;
  }

  .heading-4 {
    width: 320px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    line-height: 42px;
  }

  .image-2 {
    width: 90px;
    max-width: 100px;
    top: 88.5%;
    left: 5%;
  }

  .testimony-message {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-bottom: 30px;
    padding: 20px;
  }

  .testimony-message.greener {
    height: auto;
  }

  .testimony-message.yellow {
    height: auto;
    margin-top: 0;
  }

  .testimony-message.violet {
    height: auto;
    max-height: none;
  }

  .columns {
    z-index: 3;
    position: relative;
  }

  .column, .column-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .testimony-zigzag {
    top: -343px;
    left: -6%;
  }

  .testimony-avatar-3 {
    width: 85px;
    height: 85px;
    display: none;
    top: 141px;
    right: -19px;
  }

  .testimony-avatar-4 {
    width: 105px;
    height: 105px;
    margin-top: 2px;
    display: none;
    bottom: -41px;
    right: -30px;
  }

  .text-block-5 {
    text-align: left;
    margin-top: 5px;
    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: 300;
    line-height: 28px;
  }

  .text-block-5.testimony-text-block_second {
    margin-top: 0;
    font-weight: 300;
    line-height: 28px;
  }

  .testimony-shape-22 {
    width: 90px;
    height: 90px;
    top: -4%;
    left: -61px;
    right: auto;
  }

  .testimony-half-circle {
    max-width: 50%;
    top: 657px;
    left: 228px;
  }

  .testimony-avatar-5 {
    display: none;
  }

  .testimony-avatar-6 {
    width: 77px;
    height: 77px;
    display: none;
    top: -51px;
    left: 27px;
  }

  .testimony-avatar-2 {
    width: 90px;
    height: 90px;
    display: none;
    top: -625px;
    left: -20px;
  }

  .testimony-avatar-9 {
    width: 100px;
    height: 100px;
    display: none;
    bottom: -70px;
    right: 183px;
  }

  .testimony-avatar-6-orig {
    display: none;
    top: -57px;
  }

  .testimony-cat {
    max-width: 35%;
    inset: -272% 1px 0% auto;
  }

  .testimony-avatar-7 {
    display: none;
    right: -11px;
  }

  .testimony-avatar-8 {
    display: none;
  }

  .testimony-bg-karma-2 {
    z-index: 1;
    display: none;
    inset: auto auto 21% 0%;
  }

  .testimony-bg-karma-1 {
    display: none;
    top: 14%;
  }

  .why-schools-love-karma-part-two {
    z-index: 3;
    background-position: 37%;
    background-repeat: repeat;
    background-size: cover;
    height: 1341px;
    margin-bottom: -407px;
    padding-bottom: 0;
  }

  .background-glove {
    max-width: 25%;
    position: absolute;
    inset: 7% 10% auto auto;
  }

  .counter-heading {
    margin-bottom: 23px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    line-height: 25px;
  }

  .counter-numbers {
    z-index: 2;
    max-height: none;
    margin-bottom: 18px;
    padding: 0 0 7px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 58px;
    line-height: 30px;
    position: static;
  }

  .counter-additions {
    margin-bottom: 10px;
    padding-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    line-height: 28px;
  }

  .counter-in-this-month {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    margin-top: 18px;
    margin-bottom: 60px;
    padding-left: 0;
    display: flex;
  }

  .keeping-safe-image {
    width: 76px;
    max-width: none;
    height: 61px;
    margin-bottom: 21px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    margin-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: 32px;
    line-height: 42px;
  }

  .text-block-6 {
    text-align: center;
    width: 300px;
    font-size: 24px;
    line-height: 28px;
  }

  .start-achieving-academic-excellence {
    padding-top: 317px;
    padding-bottom: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .heading-6 {
    color: #33354b;
    margin-top: 0;
    margin-bottom: 28px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    line-height: 42px;
  }

  .achieving-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 36px;
    display: flex;
  }

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

  .text-block-8 {
    letter-spacing: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .achieving-line-image {
    display: none;
  }

  .achieving-line {
    width: 98%;
  }

  .achieving-line__wrapper {
    width: 180px;
    height: 180px;
  }

  .image-4 {
    width: 270px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4.cards-image {
    width: 240px;
  }

  .achieving-line-image-right, .achieving-line-image-right.achieving-line-image-right_orange {
    display: none;
  }

  .image-achieving-2 {
    width: 270px;
  }

  .achieving-line-right__wrapper {
    width: 180px;
    height: 180px;
    margin-bottom: 17px;
  }

  .image-achieving-4 {
    width: 270px;
  }

  .image-5 {
    display: none;
  }

  .image-achieving-6 {
    width: 250px;
  }

  .features {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .features-heading {
    margin-bottom: 42px;
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-9 {
    letter-spacing: -.5px;
  }

  .recognition-list {
    letter-spacing: 0;
  }

  .feature-column {
    margin-bottom: 62px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .engagement-list, .performance-list, .management-list {
    letter-spacing: 0;
  }

  .game {
    border-radius: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .game-cat {
    width: 138px;
    max-width: none;
  }

  .game-circle, .game-wave {
    display: none;
  }

  .heading-7 {
    letter-spacing: -1px;
    margin-top: 63px;
    font-size: 32px;
    line-height: 42px;
  }

  .game__subtitle {
    z-index: 2;
    letter-spacing: -.75px;
    margin-top: 6px;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
  }

  .game-answer {
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 9px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start center;
    place-items: start center;
    width: 100%;
    max-width: none;
    height: 509px;
    margin-bottom: 0;
    padding-top: 0;
    display: grid;
  }

  .text-block-10 {
    letter-spacing: 0;
    margin-top: 30px;
    padding-bottom: 65px;
  }

  .game-arrow, .game-rhomb {
    display: none;
  }

  .what-we-re-changing {
    padding-top: 283px;
  }

  .heading-9 {
    letter-spacing: -1px;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    line-height: 32px;
    display: block;
  }

  .text-block-11 {
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-4 {
    width: 100%;
    height: 230px;
    padding: 20px;
  }

  .column-3 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3 {
    width: 100%;
  }

  .text-block-12 {
    margin-bottom: 10px;
  }

  .list {
    font-size: 16px;
  }

  .education-white-calculator {
    height: 345px;
    padding-top: 56.42%;
  }

  .user-ratings-and-reviews {
    background-position: 100% 0;
    background-size: cover;
    padding-bottom: 0;
  }

  .text-block-13 {
    letter-spacing: .25px;
  }

  .heading-10 {
    margin-bottom: 31px;
    font-size: 32px;
    line-height: 42px;
  }

  .image-7 {
    width: 30px;
    max-width: 80%;
    margin-right: 8px;
  }

  .div-block-6 {
    margin-bottom: 25px;
  }

  .slider {
    height: auto;
    max-height: 641px;
    margin-bottom: 0;
  }

  .slide-white {
    flex-direction: column;
    max-height: 572px;
    padding-bottom: 30px;
  }

  .slide-white.slide-white_height {
    height: auto;
    padding-bottom: 40px;
  }

  .slide-white.slide-white_padding {
    padding-top: 38px;
    padding-bottom: 39px;
  }

  .slide-under-inside {
    height: 42px;
  }

  .div-block-7 {
    border-right-style: none;
    align-self: flex-start;
  }

  .div-block-8 {
    align-self: flex-start;
    margin-top: 12px;
    padding-left: 0;
  }

  .text-block-15 {
    letter-spacing: -1px;
    margin-bottom: 12px;
    line-height: 30px;
  }

  .text-block-16 {
    margin-bottom: 12px;
  }

  .link {
    font-size: 18px;
  }

  .div-block-9 {
    flex-flow: wrap;
    flex: 1;
    grid-template: "." minmax(78px, 78px)
                   "." minmax(78px, 78px)
                   / minmax(78px, 78px) minmax(78px, 78px) minmax(78px, 78px) minmax(78px, 78px) minmax(78px, 78px);
    grid-auto-flow: row;
    place-content: flex-start center;
    align-self: auto;
    align-items: center;
    width: auto;
    max-width: 320px;
    margin-top: 49px;
    margin-bottom: 79px;
    display: flex;
  }

  .div-block-10.award_1 {
    z-index: 2;
    flex: 0 auto;
    align-self: flex-start;
    width: 78px;
    height: 78px;
    left: 0;
  }

  .div-block-10.award_2 {
    z-index: 2;
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
  }

  .div-block-10.award_4, .div-block-10.award_5 {
    z-index: 2;
    width: 78px;
    height: 78px;
  }

  .div-block-10.div-fall-medal {
    z-index: 2;
    background-image: url('../images/medal-3.png');
    background-position: 50% -4px;
    background-repeat: no-repeat;
    background-size: 69.26px 85px;
    background-attachment: scroll;
    width: 78px;
    max-width: none;
    height: 78px;
    max-height: none;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-10.performer-fall-award {
    z-index: 2;
    background-position: 50% -5px;
    background-repeat: no-repeat;
    background-size: 69.26px 87px;
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-10.fall-award {
    z-index: 2;
    background-position: 50% -5px;
    background-repeat: no-repeat;
    background-size: 69.26px 87px;
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-10.fall-easy-to-use-award {
    z-index: 2;
    background-position: 50% -5px;
    background-repeat: no-repeat;
    background-size: 69.26px 87px;
    width: 78px;
    height: 78px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-10.fall-requirements-award {
    z-index: 2;
    background-position: 50% -5px;
    background-repeat: no-repeat;
    background-size: 69.26px 87px;
    width: 78px;
    height: 78px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-9 {
    max-width: 100%;
    max-height: 100%;
  }

  .praise {
    margin-top: 57px;
    padding-top: 0;
    padding-bottom: 563px;
  }

  .heading-11 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-17 {
    letter-spacing: -1px;
    margin-bottom: 10px;
  }

  .text-block-18 {
    margin-top: 0;
    line-height: 25px;
  }

  .div-block-12 {
    padding: 27px 28px 28px 27px;
  }

  .praise-list {
    letter-spacing: 0;
  }

  .praise-quote-1 {
    width: 50px;
    display: none;
    left: -5px;
  }

  .praise-quote-2 {
    width: 50px;
    max-width: 50%;
    display: none;
    right: -6px;
  }

  .resources {
    border-radius: 50px;
    margin-top: -514px;
    padding-top: 42px;
    padding-bottom: 50px;
  }

  .heading-12 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .blog-card {
    width: 280px;
    margin-bottom: 30px;
  }

  .text-block-19 {
    line-height: 21px;
  }

  .text-block-20 {
    letter-spacing: 0;
  }

  .footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 51px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: visible;
  }

  .image-12 {
    z-index: 3;
    width: 92px;
    max-width: none;
    margin-top: 9px;
    margin-bottom: 6px;
    margin-left: 14px;
    top: -11%;
    left: -4%;
  }

  .footer-link {
    letter-spacing: 0;
    width: 113px;
    line-height: 30px;
  }

  .sqreen {
    height: 40px;
  }

  .columns-4 {
    flex-flow: wrap;
    width: 320px;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 40px;
  }

  .copyright {
    letter-spacing: .2px;
    margin-left: 0;
    font-size: 12px;
  }

  .footer-cross {
    width: 54px;
    right: 54px;
  }

  .footer-circle {
    width: 54px;
    right: 4px;
  }

  .footer-arrows {
    width: 45px;
    display: block;
    top: 135px;
    right: 3px;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    max-width: 25px;
    max-height: 25px;
  }

  .paper-cite__link.text-block-3 {
    height: 20px;
    margin-bottom: 0;
  }

  .image-15 {
    border-bottom: 2px solid #000;
    flex: 0 auto;
    align-self: center;
    width: 180px;
    max-width: none;
    margin-top: 3px;
    margin-bottom: 2px;
  }

  .column-4, .column-5 {
    margin-top: 60px;
    padding-top: 0;
    left: auto;
  }

  .column-6 {
    z-index: 4;
    padding-right: 0;
    left: auto;
  }

  .text-block-22 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-23 {
    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: 300;
    line-height: 28px;
  }

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

  .image-sparkle_1, .image-sparkle_2, .image-sparkle_3, .image-26 {
    display: none;
  }

  .popup-calendly__container {
    width: 95%;
    height: 90%;
    max-height: none;
  }

  .popup-calendy__close-button {
    width: 19px;
    height: 19px;
    top: -4%;
    right: 1%;
  }

  .image-27, .image-28 {
    display: none;
  }

  .game-answer__text {
    color: #173e55;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-19 {
    padding-top: 51px;
  }

  .game__container {
    padding-top: 0;
  }

  .image-29 {
    opacity: 0;
    border-radius: 0;
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
    margin-bottom: 32px;
    transition-timing-function: ease-in;
  }

  .image-30 {
    bottom: 13%;
  }

  .congratulation-image.image-31 {
    width: 15px;
    bottom: 92px;
    right: 4%;
  }

  .congratulation-image.image-32 {
    width: 15px;
    bottom: 57%;
    right: 21%;
  }

  .congratulation-image.image-30 {
    width: 30px;
    bottom: 66%;
    right: 9%;
  }

  .congratulation-image.image-blue {
    max-height: 22px;
    bottom: 229px;
  }

  .congratulation-image.image-triangle {
    max-height: 24px;
    bottom: 115px;
  }

  .congratulation-image.image-purple {
    max-height: 28px;
    bottom: 112px;
  }

  .congratulation-image.image-circle {
    max-height: 22px;
    bottom: 72px;
  }

  .congratulation-image.image-triangle-pink {
    max-height: 24px;
    bottom: 234px;
  }

  .congratulation-image.image-circle-blue {
    max-height: 38px;
  }

  .congratulation-image.image-cross {
    max-height: 22px;
  }

  .congratulation-image.image-line {
    max-height: 26px;
    bottom: 302px;
  }

  .congratulation-image.image-oval {
    bottom: 343px;
    left: 1%;
  }

  .image-33 {
    max-width: 30%;
    position: absolute;
    top: 323.8px;
  }

  .column-8 {
    align-items: flex-start;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .slide, .mask {
    height: 600px;
  }

  .left-arrow {
    inset: 547px auto 0% 35%;
  }

  .icon {
    left: auto;
  }

  .right-arrow {
    margin-bottom: 0;
    inset: 556px 33% 0% auto;
  }

  .image-35 {
    width: 100px;
  }

  .image-36 {
    z-index: 1;
    width: 100%;
    height: 340px;
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .column-9 {
    padding-left: 0;
  }

  .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-37 {
    width: 50px;
    height: 54px;
    display: block;
    position: absolute;
    inset: 329px 0% auto auto;
  }

  .image-38 {
    width: 30px;
    display: block;
    position: absolute;
    inset: 97px auto auto 2%;
  }

  .image-39 {
    opacity: .55;
    filter: blur(2px);
    object-fit: fill;
    width: 56px;
    height: 62px;
    display: block;
    position: absolute;
    inset: 211px 18% auto auto;
  }

  .image-40 {
    opacity: .55;
    filter: blur(2px);
    width: 30px;
    display: block;
    position: absolute;
    inset: 336px auto auto 21%;
  }

  .image-41 {
    width: 25px;
    display: block;
    position: absolute;
    inset: 85px 0% auto auto;
    overflow: hidden;
  }

  .image-42 {
    width: 35px;
    display: block;
    position: absolute;
    inset: 387px auto auto 0%;
  }

  .image-43 {
    opacity: .48;
    filter: blur(3px);
    width: 100px;
    display: block;
    position: absolute;
    inset: 119px auto auto 38%;
  }

  .image-44 {
    opacity: .48;
    filter: blur(3px);
    width: 50px;
    display: block;
    position: absolute;
    inset: 434px 0% auto auto;
  }

  .dropdown.header-right-link {
    margin-left: 10px;
  }

  .dropdown-toggle {
    width: 76.5px;
    margin-left: -.5px;
    padding-left: 15px;
  }

  .dropdown-list {
    display: none;
  }

  .text-block-24 {
    width: 46px;
    font-size: 12px;
    line-height: 23px;
  }

  .icon-3 {
    height: 8px;
    margin-top: 8px;
    margin-right: 15px;
    font-size: 10px;
  }

  .heading-15 {
    text-align: center;
    letter-spacing: -1px;
    max-width: 280px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
  }

  .form__container {
    width: 90%;
    height: 558px;
  }

  .heading-16 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 37px;
    display: flex;
  }

  .paragraph-2 {
    margin-left: 22px;
    margin-right: 22px;
    font-size: 14px;
  }

  .bold-text {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 35px;
  }

  .form__field {
    width: 299px;
    height: 46px;
  }

  .form__submit-button {
    width: 299px;
    height: 46px;
    margin-top: 15px;
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8749c71-7451-2da5-926a-80c0798166ee-52ebbf32 {
    place-self: auto;
  }

  #w-node-_2c4a0b04-6c2c-f1a4-08c2-57cdea079af9-52ebbf32, #w-node-_0d55b049-1569-8de1-4cfa-74f13e4fd042-52ebbf32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-a91cb50a-1292-3895-890d-170e516c133d-52ebbf32, #w-node-_108750cc-77cc-c858-d8a0-dc6fddc3bc88-52ebbf32, #w-node-d2663481-3581-1aae-5171-8dbc7135594c-52ebbf32, #w-node-_48da210c-0ff2-ea38-a427-f923248b8de0-52ebbf32 {
    align-self: start;
  }

  #w-node-f424f4d4-7a9d-9453-a9b9-b35683e09acb-52ebbf32 {
    place-self: start center;
  }

  #w-node-_283df184-8bf3-0705-5e1f-6ee7fb010e77-52ebbf32, #w-node-_31c2818c-34eb-4c54-3c85-6e6d441b8bfe-52ebbf32 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_054b1449-13e4-8da7-253b-1d81dac430c6-52ebbf32 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: start;
  }

  #w-node-d2663481-3581-1aae-5171-8dbc7135594c-52ebbf32 {
    align-self: start;
  }

  #w-node-_48da210c-0ff2-ea38-a427-f923248b8de0-52ebbf32 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }
}


