.d1,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-main-level-1-color);
  -webkit-hyphens: manual;
  hyphens: manual;
  word-break: break-word;
}

.d1 {
  font-family: Inter Tight;
  font-size: calc(40px + (78 - 40) * (var(--box-width) - 320px) / (1440 - 320));
  font-weight: 650;
  letter-spacing: normal;
  line-height: 108%;
  margin-bottom: calc((18px * var(--scale-ratio)) + (18 - (18 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.h1,
h1 {
  font-family: Inter Tight;
  font-size: calc(32px + (48 - 32) * (var(--box-width) - 320px) / (1440 - 320));
  font-weight: 650;
  letter-spacing: normal;
  line-height: 108%;
  margin-bottom: calc((18px * var(--scale-ratio)) + (18 - (18 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.h2,
h2 {
  font-family: Inter Tight;
  font-size: max(16px,calc(40px * var(--scale-ratio)) + (40 - calc(40 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 650;
  letter-spacing: normal;
  line-height: 108%;
  margin-bottom: calc((16px * var(--scale-ratio)) + (16 - (16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.h3,
h3 {
  font-family: Inter Tight;
  font-size: max(16px,calc(32px * var(--scale-ratio)) + (32 - calc(32 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 650;
  letter-spacing: normal;
  line-height: 108%;
  margin-bottom: calc((14px * var(--scale-ratio)) + (14 - (14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.h4,
h4 {
  font-family: Inter Tight;
  font-size: max(16px,calc(22px * var(--scale-ratio)) + (22 - calc(22 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 650;
  letter-spacing: normal;
  line-height: 108%;
  margin-bottom: calc((12px * var(--scale-ratio)) + (12 - (12 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.h5,
h5 {
  font-family: Inter Tight;
  font-size: max(16px,calc(18px * var(--scale-ratio)) + (18 - calc(18 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 650;
  letter-spacing: normal;
  line-height: 108%;
  margin-bottom: calc((10px * var(--scale-ratio)) + (10 - (10 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.h6,
h6 {
  font-family: Inter Tight;
  font-size: max(16px,calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 650;
  letter-spacing: normal;
  line-height: 108%;
  margin-bottom: calc((8px * var(--scale-ratio)) + (8 - (8 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

p {
  font-family: Inter;
  font-size: max(16px,calc(19px * var(--scale-ratio)) + (19 - calc(19 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 450;
  letter-spacing: .002em;
  line-height: 145%;
  margin-bottom: calc((14px * var(--scale-ratio)) + (14 - (14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

p .highlight,
p.highlight {
  font-family: Inter;
  font-size: max(16px,calc(19px * var(--scale-ratio)) + (19 - calc(19 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 500;
  letter-spacing: .002em;
  line-height: 145%;
}

ul {
  font-size: max(16px,calc(19px * var(--scale-ratio)) + (19 - calc(19 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  margin: 0;
  padding-bottom: calc((20px * var(--scale-ratio)) + (20 - (20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  padding-left: 1.83em;
}

ul.large:not(.does-not-exist):not(does-not-exist),
ul.micro:not(.does-not-exist):not(does-not-exist),
ul.module-gchild-review .module-gchild-review-footer-inner+p,
ul.module-gchild-review .module-gchild-review-footer-inner>p,
ul.small:not(.does-not-exist):not(does-not-exist),
ul.tiny:not(.does-not-exist):not(does-not-exist) {
  margin-bottom: 0;
}

ul.large:not(.does-not-exist):not(does-not-exist) li:last-child {
  margin-bottom: 0;
}

ul.small:not(.does-not-exist):not(does-not-exist) li:last-child {
  margin-bottom: 0;
}

ul.tiny:not(.does-not-exist):not(does-not-exist) li:last-child {
  margin-bottom: 0;
}

.module-gchild-review .module-gchild-review-footer-inner>p:is(ul) li:last-child {
  margin-bottom: 0;
}

ul.micro:not(.does-not-exist):not(does-not-exist) li:last-child {
  margin-bottom: 0;
}

.module-gchild-review .module-gchild-review-footer-inner+p:is(ul) li:last-child {
  margin-bottom: 0;
}

ul:last-child {
  padding-bottom: 0;
}

li:not(:last-child) {
  margin-bottom: calc((14px * var(--scale-ratio)) + (14 - (14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

li:not(:last-child):last-child {
  margin-bottom: 0;
}

.large:not(.row):not(.module-row) {
  font-family: Inter;
  font-size: max(16px,calc(22px * var(--scale-ratio)) + (22 - calc(22 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 450;
  letter-spacing: .002em;
  line-height: 145%;
  margin-bottom: calc((16px * var(--scale-ratio)) + (16 - (16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.large:not(.row):not(.module-row) .highlight,
.large:not(.row):not(.module-row).highlight {
  font-family: Inter;
  font-size: max(16px,calc(22px * var(--scale-ratio)) + (22 - calc(22 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 500;
  letter-spacing: .002em;
  line-height: 145%;
}

.large:not(.row):not(.module-row) li {
  margin-bottom: calc((12px * var(--scale-ratio)) + (12 - (12 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.small {
  font-family: Inter;
  font-size: max(16px,calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 450;
  letter-spacing: .002em;
  line-height: 145%;
  margin-bottom: calc((12px * var(--scale-ratio)) + (12 - (12 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.small .highlight,
.small.highlight {
  font-family: Inter;
  font-size: max(16px,calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 500;
  letter-spacing: .002em;
  line-height: 145%;
}

.small li {
  margin-bottom: calc((8px * var(--scale-ratio)) + (8 - (8 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review .module-gchild-review-footer-inner>p,
.tiny {
  font-family: Inter;
  font-size: max(14px,calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 450;
  letter-spacing: .002em;
  line-height: 145%;
  margin-bottom: calc((10px * var(--scale-ratio)) + (10 - (10 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review .module-gchild-review-footer-inner>p .highlight,
.module-gchild-review .module-gchild-review-footer-inner>p.highlight,
.tiny .highlight,
.tiny.highlight {
  font-family: Inter;
  font-size: max(14px,calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 500;
  letter-spacing: .002em;
  line-height: 145%;
}

.module-gchild-review .module-gchild-review-footer-inner>p li,
.tiny li {
  margin-bottom: calc((6px * var(--scale-ratio)) + (6 - (6 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.micro,
.module-gchild-review .module-gchild-review-footer-inner+p {
  font-family: Inter;
  font-size: max(12px,calc(12px * var(--scale-ratio)) + (12 - calc(12 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 450;
  letter-spacing: .002em;
  line-height: 145%;
  margin-bottom: calc((8px * var(--scale-ratio)) + (8 - (8 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.micro .highlight,
.micro.highlight,
.module-gchild-review .module-gchild-review-footer-inner+p .highlight,
.module-gchild-review .module-gchild-review-footer-inner+p.highlight {
  font-family: Inter;
  font-size: max(14px,calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 500;
  letter-spacing: .002em;
  line-height: 145%;
}

.micro li,
.module-gchild-review .module-gchild-review-footer-inner+p li {
  margin-bottom: calc((3px * var(--scale-ratio)) + (3 - (3 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.li-check {
  list-style-type: none;
  padding-left: 0;
}

.li-check li {
  align-items: baseline;
  color: var(--text-main-level-1-color);
  display: flex;
  gap: calc((8px * var(--scale-ratio)) + (8 - (8 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  margin-bottom: 0;
  padding: calc((8px * var(--scale-ratio)) + (8 - (8 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  padding-left: 0;
}

.li-check li:before {
  align-items: center;
  aspect-ratio: 1;
  background: var(--action-message-bar-main-secondary-background-level-7-color);
  border-radius: 50%;
  color: var(--text-negative-level-1-color);
  content: "\f00c";
  display: flex;
  font-family: Font Awesome\ 6 Pro;
  font-size: max(12px,calc(12px * var(--scale-ratio)) + (12 - calc(12 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 900;
  height: calc(16px + (18 - 16) * (var(--box-width) - 320px) / (1440 - 320));
  justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 .3em;
}

p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
  margin-top: calc((20px * var(--scale-ratio)) + (20 - (20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

h1:last-child {
  padding-bottom: 0;
}

h2:last-child {
  padding-bottom: 0;
}

h3:last-child {
  padding-bottom: 0;
}

h4:last-child {
  padding-bottom: 0;
}

h5:last-child {
  padding-bottom: 0;
}

h6:last-child {
  padding-bottom: 0;
}

p:last-child {
  padding-bottom: 0;
}

.text-light-constant h1:not(.btn),
.text-light-constant h2:not(.btn),
.text-light-constant h3:not(.btn),
.text-light-constant h4:not(.btn),
.text-light-constant h5:not(.btn),
.text-light-constant h6:not(.btn),
.text-light-constant p:not(.btn) {
  color: var(--text-constant-dark-level-1-color);
}

.negative-text h1,
.negative-text h2,
.negative-text h3,
.negative-text h4,
.negative-text h5,
.negative-text h6,
.negative-text p {
  color: var(--text-negative-level-1-color);
}

.text-tag {
  background-color: var(--action-message-bar-main-primary-background-level-2-color-constant);
  border-radius: .5em;
  color: var(--action-message-bar-main-primary-background-level-8-color-constant);
  display: inline-block;
  font-size: max(16px,calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 500;
  letter-spacing: .002em;
  line-height: 145%;
  margin-bottom: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: calc((4px * var(--scale-ratio)) + (4 - (4 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120) calc((12px * var(--scale-ratio)) + (12 - (12 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review {
  position: relative;
}

.module-gchild-review:hover .module-gchild-review-video-cta-link {
  color: var(--action-primary-main-hover-color);
}

.module-gchild-review:hover .module-gchild-review-video-cta-link:before {
  background-color: var(--action-primary-main-hover-color);
}

.module-gchild-review:active {
  background: var(--background-main-level-3-color);
}

.module-gchild-review:active .module-gchild-review-video-cta-link {
  color: var(--action-primary-main-pressed-color);
}

.module-gchild-review:active .module-gchild-review-video-cta-link:before {
  background-color: var(--action-primary-main-pressed-color);
}

.module-gchild-review-inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.module-gchild-review-header {
  margin-bottom: calc((16px * var(--scale-ratio)) + (16 - (16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review-header .small strong {
  font-weight: 500;
}

.module-gchild-review-icon-container i {
  color: var(--action-message-bar-main-tertiary-background-level-6-color);
  font-size: max(16px,calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 900;
}

.module-gchild-review-header-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: calc((40px * var(--scale-ratio)) + (40 - (40 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review-blurb-image {
  --size: calc((64px * var(--scale-ratio)) + (64 - (64 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-block;
  height: var(--size);
  overflow: hidden;
  position: relative;
}

.module-gchild-review-footer p {
  margin-bottom: 0;
}

.module-gchild-review-video-cta-link {
  align-items: center;
  color: var(--action-primary-main-default-color);
  display: inline-flex;
  font-size: max(16px,calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 500;
  gap: calc((16px * var(--scale-ratio)) + (16 - (16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  letter-spacing: .002em;
  line-height: 145%;
  margin-top: calc(((32px * var(--scale-ratio)) + (32 - (32 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120) + ((12px * var(--scale-ratio)) + (12 - (12 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120));
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.module-gchild-review-video-cta-link:before {
  align-items: center;
  background-color: var(--action-primary-main-default-color);
  border-radius: 50%;
  color: var(--text-negative-level-1-color);
  content: "\f04b";
  display: flex;
  font-family: Font Awesome\ 6 Pro;
  font-size: max(16px,calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px)/(1440 - 320));
  font-weight: 900;
  height: calc(((4px * var(--scale-ratio)) + (4 - (4 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120) + ((40px * var(--scale-ratio)) + (40 - (40 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120));
  justify-content: center;
  line-height: 1;
  transition: all .2s ease-in-out;
  width: calc(((4px * var(--scale-ratio)) + (4 - (4 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120) + ((40px * var(--scale-ratio)) + (40 - (40 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120));
}

.module-gchild-review-video-cta-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.module-gchild-review [class^=module-]+[class^=module-],
.module-gchild-review[class^=module-]+[class^=module-] {
  margin-top: 0;
}

.module-gchild-review+.module-gchild-review .module-gchild-review-inner {
  flex-flow: row-reverse;
  margin-top: calc((46px * var(--scale-ratio)) + (46 - (46 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review.testimonial-coworker.coworker-alt {
  border: none;
  padding: 0;
}

.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-inner {
  flex-direction: row;
  gap: initial;
}

.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header .h1,
.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header .h2,
.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header .h3,
.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header .h4,
.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header .h5,
.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header .h6 {
  align-self: flex-end;
}

.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header p {
  align-self: flex-start;
}

.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-blurb-image {
  height: calc((100px * var(--scale-ratio)) + (100 - (100 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review.testimonial-coworker.coworker-alt .module-gchild-review-header-wrapper {
  grid-row: span 2;
}

.module-gchild-review.testimonial-coworker .module-gchild-review-inner {
  gap: calc((14px * var(--scale-ratio)) + (14 - (14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review.testimonial-coworker .module-gchild-review-header {
  display: flex;
  margin-bottom: 0;
}

.module-gchild-review.testimonial-coworker .module-gchild-review-blurb-image {
  --size: calc((60px * var(--scale-ratio)) + (60 - (60 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review.testimonial-coworker .module-gchild-review-header-wrapper {
  margin-bottom: 0;
}

.module-gchild-review .module-gchild-review-footer-inner {
  background: var(--action-message-bar-main-default-color);
  border-radius: calc((10px * var(--scale-ratio)) + (10 - (10 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  padding: calc((8px * var(--scale-ratio)) + (8 - (8 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120) calc((12px * var(--scale-ratio)) + (12 - (12 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  transition: all .2s ease-in-out;
}

.module-gchild-review .module-gchild-review-footer-inner+p {
  margin: 0;
  padding: calc((4px * var(--scale-ratio)) + (4 - (4 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120) 0 0 calc((8px * var(--scale-ratio)) + (8 - (8 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.module-gchild-review .module-gchild-review-footer-inner>p {
  color: var(--action-message-bar-main-primary-text-color);
  font-weight: 500;
}

.module-gchild-review .module-gchild-review-footer-inner>p:last-child {
  margin: 0;
}