.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.text-color-orange {
  color: #f4af1c;
}

.heading-h4 {
  color: #163f42;
  letter-spacing: .5px;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.4;
}

.text-size-large {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.form_message-error {
  color: #c30;
  background-color: #f4af1c;
}

.text-style-muted {
  opacity: .6;
  line-height: 1.5;
}

.icon-wrapper-rounded {
  border: .2rem solid #f0f0f0;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  color: #0a0a0a;
  border: 1px solid #c5cfd0;
  border-radius: 1.875rem;
  height: 3rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.text-field::placeholder {
  color: #d6d6d6;
  font-size: 1.063rem;
}

.sg-grid-3-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12rem, auto));
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.background-yellow {
  background-color: #e5e526;
}

.form_input {
  color: #5f6674;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: 1.875rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: 1.094rem 1.625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  box-shadow: 0 1px .5px #95a0b21f;
}

.form_input.is-text-area {
  min-height: 10rem;
}

.form_input.is-text-area.is-short {
  min-height: 8rem;
}

.form_input.is-text-area.is-tall {
  min-height: 15.5rem;
}

.form_input.is-select-input {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #8a8a8a;
  -webkit-appearance: none;
  appearance: none;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.form_input.is-large {
  border-radius: 1.875rem;
  min-height: 3rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_input.is-icon-right {
  border-radius: 1.875rem;
  padding-right: 2.75rem;
}

.form_input.is-icon-left {
  border-radius: 1.875rem;
  margin-bottom: 0;
  padding-left: 2.375rem;
  box-shadow: 0 1px .5px #95a0b233;
}

.sg_section-background {
  background-color: #fafbff;
  border-radius: .25rem;
  width: 100%;
  overflow: hidden;
}

.heading-h2 {
  color: #163f42;
  letter-spacing: .5px;
  font-family: figtree, sans-serif;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1;
}

.background-slate {
  background-color: #163f42;
}

.form_icon-right {
  color: #737b8f;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: auto .5rem auto auto;
}

.background-orange {
  background-color: #f4af1c;
}

.text-color-sea-foam-2 {
  color: #82e8c2;
}

.text-size-regular {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-regular.text-color-white {
  font-family: figtree, sans-serif;
}

.comfortract-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.background-black {
  background-color: #0a0a0a;
}

.background-black-20 {
  background-color: #0000;
  background-image: linear-gradient(#707070, #707070);
}

.overline-medium {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.background-slate-80 {
  background-image: linear-gradient(#506f71, #506f71);
}

.form_message-success {
  color: #99c23c;
  background-color: #99c23c;
}

.form_checkbox-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.padding-section-top-bottom-medium {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.checkbox {
  color: #163f42;
  letter-spacing: .5px;
  background-color: #f4af1c;
  border: 0 #0000;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 1px;
  font-size: 1.063rem;
  line-height: 1.5;
}

.checkbox.w--redirected-checked {
  background-color: #f4af1c;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  font-size: 16px;
}

.text-color-white {
  color: #fff;
  margin-bottom: 0;
  padding: 0;
}

.text-size-small {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-color-sea-foam {
  color: #7dffcf;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: .25rem;
  display: flex;
}

.icon-wrapper {
  background-color: #fff;
  border: .2rem solid #e8ecec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.sg_header {
  background-color: #0000;
  background-image: linear-gradient(90deg, #99c23c66, #f4af1c66), url('../images/Vista-CC_Hospital-Bed_01_1920x1080.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  min-height: 200px;
  margin-bottom: 3.125rem;
}

.background-gray-40 {
  background-image: linear-gradient(#f0f0f0, #f0f0f0);
}

.form_select-icon {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 10px 10px 0% auto;
}

.heading-h3-display {
  color: #163f42;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivymode, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
}

.sg_grid-1-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-top-bottom-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.link {
  color: #242424;
  letter-spacing: .8px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.link.is-large {
  font-size: 1.125rem;
}

.link.is-underline {
  text-decoration: underline;
}

.link.is-xsmall {
  font-size: .75rem;
  line-height: 1rem;
}

.link.is-icon {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: center;
  display: flex;
}

.link.is-small {
  font-size: .875rem;
  line-height: 1.25rem;
}

.submit-button-primary {
  color: #fff;
  letter-spacing: .5px;
  background-color: #163f42;
  border-radius: 1.875em;
  padding: 1.125rem 1.625rem;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.2;
  transition: color .8s, background-color .8s;
}

.submit-button-primary:hover {
  color: #163f42;
  background-color: #7dffcf;
  font-size: 1.063rem;
  font-weight: 400;
}

.overline-large {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.background-slate-20 {
  background-color: #0000;
  background-image: linear-gradient(#e8ecec, #e8ecec);
}

.sg_menu_links {
  background-color: #f0f0f0;
  border: 1px solid #edf0f2;
  border-radius: 30px;
  flex-flow: column;
  padding: .5rem;
  display: flex;
}

.sg_sidebar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.paragraph-5 {
  color: #242424;
  letter-spacing: .031rem;
  cursor: default;
  margin-bottom: 0;
  font-size: 1.063rem;
  line-height: 1.5;
}

.padding-section-top-bottom-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.vista-form-block {
  margin-top: 0;
  margin-bottom: 0;
}

.sg-category {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.form_radio {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  align-items: center;
  min-height: 1.5rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.sg_resource {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.background-slate-60 {
  background-image: linear-gradient(#8a9fa0, #8a9fa0);
}

.paragraph-large {
  letter-spacing: .5px;
  font-size: 1.25rem;
  line-height: 2rem;
}

.heading-h5 {
  color: #163f42;
  letter-spacing: .5px;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.4;
}

.form-message-field {
  color: #3d3d3d;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 20px;
  min-height: 10em;
  margin-bottom: 0;
  padding: 18px 26px;
  font-size: 1.063rem;
  font-weight: 300;
  line-height: 18.2px;
}

.form-message-field::placeholder {
  color: #d6d6d6;
}

.background-green-yellow {
  background-color: #0000;
  background-image: linear-gradient(90deg, #99c23c, #e5e526);
}

.background-white {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
}

.sg-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.sg_button-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.text-style-italic {
  font-style: italic;
  line-height: 1.5;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .031em;
  background-color: #163f42;
  border-radius: 1.875rem;
  padding: 1.094rem 1.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .45s cubic-bezier(.602, .002, .409, .996);
}

.button:hover, .button:focus {
  color: #163f42;
  background-color: #7dffcf;
}

.button.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button.primary {
  color: #163f42;
  background-color: #f4af1c;
}

.button.primary:hover, .button.primary:focus {
  color: #fff;
  background-color: #163f42;
}

.button.secondary {
  color: #163f42;
  background-color: #7dffcf;
  transition-timing-function: cubic-bezier(.789, .007, .25, 1);
}

.button.secondary:hover, .button.secondary:focus {
  color: #fff;
  background-color: #163f42;
}

.button.light {
  color: #163f42;
  background-color: #f0f0f0;
}

.button.light:hover {
  background-color: #82e8c2;
}

.button.light:focus {
  color: #163f42;
  background-color: #82e8c2;
}

.button.is-outline {
  color: #fff;
  letter-spacing: .05em;
  background-color: #0000;
  padding: .875rem 1.625rem;
  font-family: figtree, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8;
}

.button.is-outline:hover {
  background-color: #000;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #000;
}

.button.is-outline.is-icon-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  transition: all .8s;
  display: flex;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8;
}

.button.is-outline.alt {
  padding: 1rem 2rem;
  position: static;
}

.button.is-white {
  color: #242424;
  letter-spacing: .05em;
  background-color: #fff;
  padding: 1rem 2rem;
  font-family: figtree, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dadada;
}

.button.is-white:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #000;
}

.button.is-filled {
  color: #fff;
  letter-spacing: .05em;
  background-color: #163f42;
  border: 0 #0000;
  padding: 1rem 2rem;
  font-family: figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: 0 2px 1px #95a0b214;
}

.button.is-filled:hover {
  color: #163f42;
  background-color: #0000;
  font-weight: 400;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #163f42;
}

.button.is-video {
  letter-spacing: .05em;
  background-color: #000;
  padding: .875rem 1.625rem;
  font-family: figtree, sans-serif;
  font-size: .875rem;
  position: absolute;
}

.button.is-video:hover {
  color: #fff;
  background-color: #163f42;
}

.text-color-slate {
  color: #163f42;
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-medium {
  font-weight: 500;
}

.icon-embed-custom1 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.sg-details-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1rem;
  display: flex;
}

.checkbox-field {
  -webkit-text-stroke-color: transparent;
  border: 0 #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  display: flex;
}

.background-slate-sea {
  background-color: #0000;
  background-image: linear-gradient(90deg, #163f42, #7dffcf);
}

.background-black-40 {
  background-image: linear-gradient(#575757, #575757);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-link {
  color: #242424;
  letter-spacing: .8px;
  text-transform: none;
  cursor: pointer;
  padding-top: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .8s;
}

.paragraph-link:hover {
  color: #99c23c;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-link:focus {
  color: #99c23c;
}

.paragraph-link.alt {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.background-sea-foam-2 {
  background-color: #82e8c2;
}

.field-label {
  color: #163f42;
  letter-spacing: .031rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-style-link {
  color: #0a0a0a;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: .3px;
}

.text-color-yellow {
  color: #e5e526;
}

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

.heading-h1 {
  color: #163f42;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 600;
  line-height: 1;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.sg-group-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
}

.padding---vertical-40 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.sg_link {
  color: #5f6674;
  border-radius: 30px;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .6s, background-color .6s, box-shadow .3s;
}

.sg_link:hover {
  color: #8a8a8a;
  background-color: #d6d6d6;
  box-shadow: 0 1px .5px #acb5c314;
}

.sg_link:focus {
  color: #8a8a8a;
  background-color: #d6d6d6;
}

.sg_link.w--current {
  background-color: #fff;
  border-radius: 30px;
}

.paragraph {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 1rem;
}

.message-field {
  color: #0a0a0a;
  border: 1px solid #c5cfd0;
  border-radius: 1.875rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1;
}

.message-field::placeholder {
  color: #d6d6d6;
  font-size: 1.063rem;
  font-weight: 300;
}

.sg-label {
  color: #fff;
  text-transform: capitalize;
  background-color: #163f42;
  border-radius: 30px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .813rem;
  font-weight: 500;
  line-height: 2rem;
  display: inline-block;
}

.sg-label.is-tag {
  background-color: #163f42;
}

.sg_menu_header {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem .25rem;
  display: flex;
}

.styleguide-4-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.text-color-light-green {
  color: #99c23c;
}

.background-slate-40 {
  background-image: linear-gradient(#c5cfd0, #c5cfd0);
}

.form_input-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-weight-xbold {
  font-weight: 900;
}

.background-black-60 {
  background-image: linear-gradient(#3d3d3d, #3d3d3d);
}

.styleguide-col-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  width: 100%;
  display: block;
}

.sg_divider {
  background-color: #edf0f2;
  height: 1px;
}

.overline-xsmall {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.icon-height-large {
  height: 3rem;
}

.sg_menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 1rem;
}

.icon-embed-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.label-small {
  color: #82e8c2;
  letter-spacing: -.08px;
  margin-top: 2.5em;
  font-size: .875rem;
  line-height: 1.25rem;
}

.sg_form-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-style-allcaps {
  text-transform: uppercase;
  line-height: 1.5;
}

.padding-section-top-bottom-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.heading-h1-display {
  color: #163f42;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7em;
  font-weight: 500;
  line-height: 1;
}

.heading-h1-display.uppercase {
  text-transform: uppercase;
}

.heading-h1-display.text-color-white {
  color: #fff;
}

.heading-h1-display.text-color-white.uppercase {
  letter-spacing: .05em;
  font-family: figtree, sans-serif;
  font-weight: 700;
}

.background-gray-80 {
  background-image: linear-gradient(#bdbdbd, #bdbdbd);
}

.comfortract-form-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.radio-button-field {
  align-items: center;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.25rem;
  display: flex;
}

.sg_resource_icon {
  padding: 4px;
}

.sg_introduction-header {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.comfortract-form-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.block-quote {
  color: #242424;
  letter-spacing: .5px;
  font-size: 1rem;
}

.heading-h2-display {
  color: #163f42;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivymode, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1;
}

.heading-h2-display.text-color-white {
  color: #fff;
}

.heading-h2-display.large {
  font-size: 10em;
  font-style: italic;
}

.heading-h2-display.large.alt {
  font-size: 5em;
  font-weight: 400;
}

.heading-h2-display.text-color-purple {
  color: #dcd2ee;
}

.form-field {
  direction: ltr;
  color: #3d3d3d;
  text-align: left;
  letter-spacing: .031rem;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #0000;
  border-radius: 40px;
  height: 3rem;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 1.063rem;
  font-style: normal;
  font-weight: 300;
  line-height: 18.2px;
  text-decoration: none;
}

.form-field::placeholder {
  color: #d6d6d6;
}

.text-weight-normal {
  font-weight: 400;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.sg-background {
  background-color: #000;
  padding: 0;
}

.sg-background.black {
  border-radius: 30px;
  padding: 6px 16px;
}

.icon-embed-small {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.background-gray-60 {
  background-image: linear-gradient(#d6d6d6, #d6d6d6);
}

.sg_group-header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 1.35rem;
  display: flex;
}

.form_checkbox-icon-rounded {
  border: 1px solid #0a0a0a;
  border-radius: 100%;
  width: 1.15rem;
  height: 1.15rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-rounded.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border: 6px solid #163f42;
  border-radius: 2.5rem;
}

.form_checkbox-icon-rounded.w--redirected-focus {
  box-shadow: none;
}

.form_icon {
  color: #5f6674;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto auto auto .625rem;
}

.icon-height-small {
  height: 1rem;
}

.heading-h3 {
  color: #163f42;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375em;
  font-weight: 600;
  line-height: 1.2;
}

.form_radio-icon {
  border: 1px solid #0a0a0a;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0;
  margin-left: -.25rem;
}

.form_radio-icon:focus {
  border-color: #95a0b2;
}

.form_radio-icon.w--redirected-checked {
  border: 6px solid #f4af1c;
}

.ui {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sg_class-row {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-size-xsmall {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25;
}

.background-sea-green {
  background-color: #0000;
  background-image: linear-gradient(90deg, #163f42, #0c2426);
}

.background-sea-green.padding-section-small {
  background-image: linear-gradient(90deg, #7dffcf, #99c23c);
}

.list {
  margin-top: 0;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.overline-small {
  color: #242424;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.overline-small.text-color-gray-600 {
  color: #242424;
  letter-spacing: .9px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
}

.overline-small.text-color-white {
  color: #fff;
}

.overline-small-span {
  color: #8a8a8a;
  letter-spacing: .9px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25;
}

.overline-small-span.text-color-white {
  color: #fff;
}

.success-message {
  background-color: #7dffcf;
  padding: 1.25rem;
}

.sg_empty-box {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  pointer-events: none;
  background-color: #fafbff;
  border: .0625rem dashed #005af5;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 3rem;
  height: 3rem;
  padding-left: 1.35rem;
  display: flex;
  position: relative;
}

.heading-h6 {
  color: #163f42;
  letter-spacing: .5px;
  padding-top: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.sg-class-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: flex-start start;
  display: flex;
  position: relative;
}

.sg-class-wrapper.alt-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: stretch;
}

.badge {
  color: #2e3138;
  white-space: nowrap;
  background-color: #e8ecec;
  border: 1px solid #dde3e8;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
  display: inline-block;
}

.badge.dark {
  color: #fff;
  background-color: #0a0a0a;
}

.badge.slate {
  color: #99c23c;
  background-color: #163f42;
}

.label-medium {
  letter-spacing: -.18px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-meta {
  color: #3d3d3d;
  letter-spacing: .031em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 1;
}

.text-meta.text-color-white {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: figtree, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.text-meta.text-color-purple {
  color: #dcd2ee;
  margin-bottom: 0;
  font-family: figtree, sans-serif;
  font-weight: 400;
}

.text-size-medium {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.sg_group-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.error-message {
  margin-top: .625rem;
  padding: 1.25rem;
}

.text-weight-thin {
  font-weight: 300;
}

.background-sea-orange {
  background-color: #0000;
  background-image: repeating-linear-gradient(90deg, #7dffcf, #f4af1c);
}

.label-large {
  letter-spacing: -.24px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-align-right {
  text-align: right;
}

.sg-color-spacer {
  pointer-events: auto;
  width: 110px;
  padding: 1rem;
}

.sg-color-spacer.gradient {
  width: auto;
}

.form_radio-label {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.background-light-green {
  background-color: #99c23c;
}

.sg-introductions {
  flex-direction: column;
  display: flex;
}

.text-style-nowrap {
  white-space: nowrap;
  line-height: 1.5;
}

.background-gray {
  background-color: #8a8a8a;
}

.radio-button {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  padding: 1px;
}

.radio-button:hover {
  border-color: #ccc;
}

.radio-button.w--redirected-checked {
  background-color: #0000;
  border-width: 5px;
  border-color: #f4af1c;
  width: 18px;
  height: 18px;
}

.sg_button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_field-label {
  margin-bottom: .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.form_field-label.is-large {
  font-size: 1rem;
  line-height: 1.5rem;
}

.sg_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 3fr;
}

.sg_grid-4-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12rem, auto));
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.checkbox-radio-label {
  color: #163f42;
  letter-spacing: .031rem;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-black {
  color: #242424;
}

.label-xsmall {
  letter-spacing: 0;
  font-size: .75rem;
  line-height: 1rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.sg_main {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: flex;
}

.background-slate-gradient {
  background-color: #0000;
  background-image: linear-gradient(90deg, #163f42, #0c2426);
}

.background-slate-gradient.padding-section-small {
  background-image: linear-gradient(90deg, #163f42, #0c2426);
}

.background-sea-foam {
  background-color: #7dffcf;
}

.icon-height-medium {
  height: 2rem;
}

.list-2 {
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

.contact-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fafafa;
  border-radius: 30px;
  flex-flow: row;
  align-items: flex-start;
  margin: 0;
  padding: 2.5rem;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid #242424;
  border-radius: .125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border: 7px solid #242424;
  border-radius: .25rem;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.background-black-80 {
  background-image: linear-gradient(#242424, #242424);
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 5vw;
}

.section.hero {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: url('../images/Divider_top.svg'), linear-gradient(#0003, #0003), url('../images/Hero_Background.jpg');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
  display: flex;
  position: relative;
  box-shadow: inset 0 8px 40px 8px #00000014;
}

.section.navbar {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #163f42;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section.navbar.clinician {
  background-color: #f9f9f9;
  align-items: center;
}

.section.navbar.patient {
  align-items: center;
}

.section.intro {
  background-color: #e6e1f0;
  padding-top: 5rem;
  padding-bottom: 25rem;
  position: relative;
}

.section.intro.patient {
  padding-top: 5rem;
  padding-bottom: 20rem;
}

.section.how-it-works {
  background-image: url('../images/Divider_top.svg'), url('../images/Divider_bottom.svg'), url('../images/How-it-works.jpg');
  background-position: 50% 100%, 50% 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 14rem;
  padding-bottom: 20rem;
  position: relative;
}

.section.how-it-works.patient {
  background-image: url('../images/Divider_bottom.svg'), url('../images/How-it-works.jpg');
  background-position: 50% 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.section.doctor-design {
  background-image: url('../images/AD_top_divider.svg'), linear-gradient(#163f42, #0c2628);
  background-position: 50% 100.5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: visible;
}

.section.doctor-design.patient {
  background-image: url('../images/AD_top_divider.svg'), linear-gradient(#163f42, #0c2628);
  background-position: 50% 100.5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.section.additional-resources {
  background-color: #eee9f7;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.contact {
  background-image: url('../images/Contact_Bottom.png'), url('../images/Add_Bottom.svg'), url('../images/Contact_bg.jpg');
  background-position: 50% 100.5%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.section.footer {
  background-image: linear-gradient(#163f42, #0c2628);
}

.section.products-side {
  background-color: #0000;
  background-image: url('../images/Contact_Bottom.png'), linear-gradient(#0003, #0003), url('../images/Features_Slide.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  margin-left: auto;
  padding: 10rem 0;
}

.section.product-features {
  background-color: #0000;
  background-image: url('../images/Features_Slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  padding: 0 0;
}

.section.billing-support {
  background-image: url('../images/AD_top_divider.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10rem;
  padding-bottom: 15rem;
}

.menu-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.menu-link {
  color: #163f42;
  letter-spacing: .05em;
  align-self: auto;
  margin-bottom: 0;
  font-family: figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.menu-link.text-color-white {
  color: #fff;
  letter-spacing: .05em;
  font-family: figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .48s cubic-bezier(.445, .05, .55, .95);
}

.menu-link.text-color-white:hover {
  color: #8a9fa0;
}

.menu-link.text-color-sea-foam {
  color: #7dffcf;
}

.scroll-icon {
  position: absolute;
  inset: auto auto 1%;
}

.text-wrapper {
  padding-top: 20vh;
}

.text-wrapper.hiw-wrapper {
  width: 50%;
  padding-top: 0;
}

.text-size-display {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-display.uppercase {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
}

.text-size-display.uppercase.letter-space {
  letter-spacing: .15em;
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-display.text-color-white {
  font-size: 1.5rem;
}

.alternate {
  font-family: figtree, sans-serif;
  font-size: 2rem;
}

.alternate.uppercase {
  text-transform: uppercase;
  font-size: 2rem;
}

.alternate.uppercase.alt {
  font-style: normal;
}

.intro-wrapper {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.intro-wrapper-inner {
  clear: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.padding---20 {
  padding-top: .625em;
  padding-bottom: .625em;
}

.hiw-image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: -10% 10% auto auto;
}

.padding-xsmall {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.image {
  width: 20.38rem;
  height: 20.218rem;
}

.image-2 {
  width: 22.691rem;
  height: 22.63rem;
}

.image-3 {
  z-index: 1;
  position: absolute;
  top: -40%;
}

.doctor-design-wrapper {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: static;
}

.dd-inner {
  width: 45%;
}

.dd-img-vector {
  width: 500px;
  position: absolute;
  inset: -10% auto 0% 0%;
}

.padding-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.video-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
}

.video-wrapper.patient {
  width: 43.5%;
}

.video-player {
  border: 1px solid #506f71;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.video-player.alt {
  border-style: none;
}

.padding-medium {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.addtional-resources-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.addtional-resources-wrapper.patient {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  align-items: center;
}

.addtional-resources-wrapper.patient.videos {
  justify-content: space-between;
  margin-top: 5rem;
  display: block;
}

.ar-inner {
  width: 50%;
}

.ar-inner._1, .ar-inner._2 {
  width: auto;
}

.ar-inner-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.contact-inner {
  width: 40%;
}

.footer-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-inner {
  width: 40%;
}

.body {
  background-color: #0000;
}

.play-button-text {
  font-family: figtree, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.lightbox-video-thumbnail {
  width: 100%;
  height: 0%;
  padding-bottom: 25%;
}

.lightbox-video-thumbnail._1 {
  background-image: linear-gradient(#0006, #fff0), url('../images/How-it-works.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-video-thumbnail._2 {
  background-image: linear-gradient(#0006, #fff0), url('../images/Hero_Background.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-video-thumbnail._3 {
  background-image: linear-gradient(#0006, #fff0), url('../images/How-it-works.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-video-thumbnail._4 {
  background-image: linear-gradient(#0006, #fff0), url('../images/How-it-works.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-video-thumbnail._5 {
  background-image: linear-gradient(#0006, #fff0), url('../images/Hero_Background.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-video-thumbnail._6 {
  background-image: linear-gradient(#0006, #fff0), url('../images/Popple_Hero_Background_Module.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-video-thumbnail._7 {
  background-image: linear-gradient(#0006, #fff0), url('../images/How-it-works.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-video-thumbnail._8 {
  background-image: linear-gradient(#0006, #fff0), url('../images/Hero_Background.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.lightbox-video-thumbnail._9 {
  background-image: linear-gradient(#0006, #fff0), url('../images/Popple_Hero_Background_Module.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-svg-patient {
  aspect-ratio: auto;
  margin-left: 35%;
  position: static;
  inset: 0% 0% 0% auto;
}

.title-wrapper-patient {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.code-embed {
  display: none;
}

.product-slides {
  background-color: #423559cc;
  border-radius: 0;
  margin-bottom: 0;
  padding: 2.5rem;
}

.container {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.slider-custom-style {
  display: none;
}

.swiper-slide {
  flex: 0 0 39.375rem;
}

.testimonial_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: flex;
}

.swiper-wrapper {
  display: flex;
}

.swiper-button-prev {
  z-index: 5;
  color: #99c23c;
  cursor: pointer;
  background-color: #163f42;
  border: 2px solid #99c23c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 16px;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 60% -1.5rem;
  transform: translate(0, 50%);
}

.swiper-button-prev:hover {
  color: #82e8c2;
  background-color: #000;
  border-color: #82e8c2;
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #000;
}

.swiper_slider-wrapper {
  overflow: hidden;
}

.testimonial_thumb {
  flex: none;
  overflow: hidden;
}

.testimonial_author {
  border-radius: 10rem;
  width: 100%;
}

.testimonial_item-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #0000;
  border: 1px dashed #0000;
  border-radius: 1.25rem;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.swiper-button-next {
  z-index: 5;
  color: #99c23c;
  cursor: pointer;
  background-color: #163f42;
  border: 2px solid #99c23c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 16px;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1.5rem 60% auto;
  transform: translate(0, 50%);
}

.swiper-button-next:hover {
  color: #82e8c2;
  background-color: #000;
  border-color: #82e8c2;
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #000;
}

.swiper_component {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-page-title-wrapper {
  background-image: linear-gradient(#e6e1f0, #e6e1f0);
  border-bottom: 2px solid #936adb;
  padding: 1rem 2.5rem;
}

.menu-page-title-wrapper.patient {
  background-image: linear-gradient(#e6e1f0, #e6e1f0);
  border-bottom-color: #936adb;
}

.dropdown-menu3 {
  z-index: 99;
  width: 300px;
  height: 390px;
  display: flex;
  position: absolute;
  right: 0;
}

.block-50-left {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block {
  z-index: 5;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
}

.link-block:hover {
  background-color: #f9fbff;
  border-radius: 6px;
}

.menu-title-sub {
  color: #637178;
  font-size: 13px;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-menu1 {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 390px;
  display: flex;
  position: absolute;
  right: 0;
}

.block-50-right {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-menu2 {
  z-index: 99;
  width: 430px;
  height: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  right: 0;
}

.line-seperator {
  background-color: #2f295a0f;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-title-t {
  color: #1d1f31;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.menu_wrapper {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.nav_dropdown {
  background-color: #fff;
  border-radius: 4px;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  right: 30vw;
  overflow: hidden;
  box-shadow: 1px 1px 40px #dfe1e591;
}

.sub-menu-link {
  color: #163f42;
  letter-spacing: .05em;
  background-image: linear-gradient(#c5cfd0, #c5cfd0);
  align-self: auto;
  margin-bottom: 0;
  padding: 1.5rem;
  font-family: figtree, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.sub-menu-link:hover {
  color: #c5cfd0;
  background-image: linear-gradient(#163f42, #163f42);
}

.sub-menu-link.text-color-white {
  color: #fff;
  letter-spacing: .05em;
  font-family: figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .48s cubic-bezier(.445, .05, .55, .95);
}

.sub-menu-link.text-color-white:hover {
  color: #8a9fa0;
}

.sub-menu-link.text-color-sea-foam {
  color: #7dffcf;
}

.product-features {
  background-color: #eee9f7;
  background-image: url('../images/Contact_Bottom.png'), linear-gradient(#eee9f7, #42355980 40%, #eee9f7);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 0;
  margin-bottom: 0;
  padding: 2.5rem 2.5rem 5rem;
}

.section-2 {
  background-image: url('../images/AD_top_divider.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.trade-mark {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  text-overflow: clip;
  white-space: nowrap;
  overflow-wrap: normal;
  vertical-align: text-top;
  font-family: figtree, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
  overflow: hidden;
}

.video-player-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.bold-text, .medium-text {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .sg-grid-3-col {
    grid-template-columns: 1fr;
  }

  .heading-h2 {
    font-size: 3rem;
  }

  .padding-section-top-bottom-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-top-bottom-xlarge {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .sg_sidebar {
    display: none;
  }

  .padding-section-top-bottom-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-h1, .heading-h1-display {
    font-size: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-h2-display {
    font-size: 3rem;
  }

  .sg_component {
    grid-template-columns: 3fr;
  }

  .sg_grid-4-col {
    grid-template-columns: 1fr;
  }

  .swiper-slide {
    flex-basis: 32rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -1rem;
  }

  .testimonial_thumb {
    width: 13.2rem;
  }

  .swiper-pagination {
    bottom: -3rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -1rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-h4 {
    font-size: 1.5rem;
  }

  .text-field {
    padding: 1.125rem 1.625rem;
  }

  .heading-h2 {
    font-size: 2.5rem;
  }

  .text-size-regular.text-color-purple {
    color: #c5b4e3;
    text-shadow: 0 1px 3px #000;
  }

  .padding-section-top-bottom-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-h3-display {
    font-size: 1.75rem;
  }

  .padding-section-top-bottom-xlarge {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .padding-section-top-bottom-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .padding---vertical-40 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .message-field {
    padding: 1.125rem 1.625rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h1-display {
    font-size: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-h2-display {
    font-size: 2.5rem;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .section.intro {
    padding-left: 2.5vw;
    padding-right: 5vw;
  }

  .text-wrapper.hiw-wrapper {
    width: 100%;
  }

  .intro-wrapper {
    flex-flow: column;
  }

  .intro-wrapper-inner {
    width: 100%;
  }

  .padding---20 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .hiw-image-wrapper {
    opacity: 1;
  }

  .padding-xsmall {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .image-3 {
    top: -30%;
  }

  .doctor-design-wrapper {
    flex-flow: column;
  }

  .dd-inner {
    width: 100%;
    margin-top: 25vh;
  }

  .dd-inner.left {
    width: 100%;
  }

  .dd-img-vector {
    width: 100%;
    display: block;
    top: -5%;
    left: 20%;
    right: 0;
  }

  .addtional-resources-wrapper {
    flex-flow: column;
  }

  .ar-inner._1, .ar-inner._2 {
    width: 100%;
  }

  .contact-wrapper {
    flex-flow: column;
  }

  .contact-inner {
    width: 100%;
  }

  .swiper-slide {
    flex-basis: 100%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .testimonial_thumb {
    width: auto;
  }

  .testimonial_author {
    object-fit: cover;
    object-position: 50% 0%;
    height: 24rem;
  }

  .testimonial_item-wrap {
    flex-direction: column;
    padding: 1rem;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading-h2 {
    font-size: 2.25rem;
  }

  .text-size-regular.text-color-purple {
    text-shadow: none;
  }

  .comfortract-form {
    flex-flow: wrap;
    justify-content: center;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .styleguide-col-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .heading-h1-display {
    font-size: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-h2-display {
    font-size: 2.25rem;
  }

  .sg-class-wrapper {
    grid-template-columns: 1fr;
  }

  .text-meta {
    font-size: 13px;
  }

  .section.navbar.clinician, .section.navbar.patient {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    padding-bottom: 2.5rem;
  }

  .section.intro {
    margin-bottom: 0;
    padding-bottom: 5rem;
  }

  .section.intro.patient {
    padding-top: 2.5rem;
    padding-bottom: 22.5rem;
  }

  .section.how-it-works {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .section.additional-resources {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.contact {
    padding-top: 5rem;
  }

  .section.contact.patient {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .menu-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    order: 0;
    place-content: stretch flex-start;
    align-items: center;
  }

  .menu-link {
    left: auto;
  }

  .text-wrapper.hiw-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .intro-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    position: static;
  }

  .hiw-image-wrapper {
    flex-flow: row;
    display: none;
  }

  .padding-xsmall {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .image-3 {
    display: none;
  }

  .dd-inner, .dd-inner.left {
    margin-top: 0;
  }

  .dd-img-vector {
    position: static;
  }

  .footer-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .footer-inner {
    width: 100%;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination {
    bottom: -2.5rem;
  }

  .swiper-button-next {
    display: none;
  }

  .dropdown {
    order: 0;
    align-self: auto;
  }
}

#w-node-_1855a668-0a5b-23b3-1e98-b4f015c3c85b-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3cc63-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3cd20-72603fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1855a668-0a5b-23b3-1e98-b4f015c3cdc0-72603fa2 {
  align-self: auto;
}

#w-node-_1855a668-0a5b-23b3-1e98-b4f015c3cf18-72603fa2, #form-input-7.w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d01f-72603fa2, #form-input-8.w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d03f-72603fa2, #form-input-9.w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d061-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d0f2-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d30e-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d30f-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d330-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d331-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d352-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d353-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d374-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d375-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d37f-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d380-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d38a-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d38b-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d395-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d396-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3a0-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3a1-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3ab-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3ac-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3b5-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3b6-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3bf-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3c0-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3c9-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3ca-72603fa2, #w-node-_1855a668-0a5b-23b3-1e98-b4f015c3d3d9-72603fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


