/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.radiobutton,
.checkbox {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: flex-start;
  max-width: 400px;
  margin: 16px 16px 16px 61px;
}
/**
   * Style custom radiobutton and checkbox controls.
   * This works as follows:
   * 1.) We hide the actual control.
   * 2.) We add a psuedo :before element to the label that holds a sprite for
   *     our designed control.
   * 3.) We ensure label shows a "pointer" cursor so that it shows the label
   *     is also clickable.
   */
.radiobutton-input,
.checkbox-input {
  display: none;
}
.radiobutton-label,
.checkbox-label {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  color: #4d4d4d;
}
/**
  * Create a psuedo :before element for the label to hold our actual sprite for the
  * checkbox.
  */
.radiobutton-label::before,
.checkbox-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-top: -4px;
  margin-left: -36px;
  width: 26px;
  height: 26px;
}
/** Style the sprite for the radio button in both checked and unchecked states. */
.radiobutton-label::before {
  background: url('/static/common/static/images/input_sprites.png?64bf315d2339') no-repeat 0 0;
  background-position: -1px -1px;
}
.radiobutton-input:checked + .radiobutton-label::before {
  background-position: -1px -28px;
}
/** Style the sprite for the checkbox in both checked and unchecked states. */
.checkbox-label::before {
  background: url('/static/common/static/images/input_sprites.png?64bf315d2339') no-repeat 0 0;
  background-position: 0 -56px;
}
.checkbox-input:checked + .checkbox-label::before {
  background-position: 0 -83px;
}
.textfield-input {
  font-size: 24pt;
  text-align: center;
  padding: 10px;
  margin: 10px 0 0 0;
  border: 0;
  border-bottom: 2px solid lightgray;
  transition: 0.5s ease-in-out;
  outline: none;
  color: #404040;
}
.textfield-label {
  display: inline-block;
  font-size: 18pt;
  color: #969696;
}
.textarea-input {
  font-size: 14pt;
  text-align: left;
  padding: 10px;
  margin: 10px 0 0 0;
  border: 2px solid lightgray;
  transition: 0.5s ease-in-out;
  color: #404040;
}
.textfield-input:focus {
  border-bottom: 2px solid #447ad4;
}
.actionbutton {
  flex-shrink: 0;
  -ms-grid-row-align: center;
      align-self: center;
  background-color: #447ad4;
  color: #fff;
  border: 0;
  border-radius: 40px;
  font-size: 18pt;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-decoration: none;
  padding: 10px 50px;
  outline: none;
}
.actionbutton.orange {
  background-color: #ff8a1a;
}
.actionbutton:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
.anchor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.anchor-dark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 16px;
}
.anchor-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 8px;
  text-align: center;
}
.anchor-text-dark {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 8px;
  text-align: center;
  color: #4d4d4d;
}
.anchor-button {
  background: transparent;
  border: none;
}
.anchor-icon,
.anchor-icon-dark {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.anchor-icon:hover,
.anchor-icon-dark:hover {
  webkit-filter: drop-shadow(1px 1px 1px black);
  -webkit-filter: drop-shadow(1px 1px 1px black);
          filter: drop-shadow(1px 1px 1px black);
}
.anchor-icon-mobile {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: none;
}
.anchor-icon-mobile:hover {
  webkit-filter: drop-shadow(1px 1px 1px black);
  -webkit-filter: drop-shadow(1px 1px 1px black);
          filter: drop-shadow(1px 1px 1px black);
}
@media all and (max-width: 800px) {
  .anchor {
    bottom: -20px;
  }
  .anchor-icon,
  .anchor-icon-dark {
    display: none;
  }
  .anchor-icon-mobile {
    display: flex !important;
    webkit-filter: drop-shadow(1px 1px 1px black);
    -webkit-filter: drop-shadow(1px 1px 1px black);
            filter: drop-shadow(1px 1px 1px black);
  }
  .anchor-icon-mobile:hover {
    box-shadow: none;
  }
}
:lang(ja) .anchor {
  width: 100%;
}
.featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 48px 150px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.featured-partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 48px 150px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.featured-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  flex-basis: 100%;
  margin: 0;
  padding: 2rem 0 1rem 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #969696;
}
.featured-partner-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  flex-basis: 100%;
  margin: 0;
  padding: 2rem 0 1rem 0;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #969696;
  color: #183c78;
  text-align: center;
}
.featured-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featured-logo {
  padding-bottom: 2rem;
  height: 25px;
  align-self: flex-start;
}
@media all and (max-width: 800px) {
  .featured {
    flex-direction: column;
    padding: 16px 24px;
  }
  .featured-partner {
    padding: 40px 24px;
  }
  .featured-partner-title {
    padding: 0;
    margin-bottom: 24px;
  }
  .featured-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .featured-logo {
    vertical-align: top;
    max-width: 35%;
    width: auto;
    margin-right: 10%;
  }
  .featured-title {
    padding: 2rem 0;
    text-align: center;
  }
}
.how-we-help {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('/static/components/baseline/how-we-help/images/background.jpg?64bf315d2339');
  background-size: cover;
  background-position: center center;
  height: 560px;
  width: 100%;
  position: relative;
}
.how-we-help-main-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 150px;
  width: 80%;
}
.how-we-help-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 240px;
}
.how-we-help-item-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0;
}
.how-we-help-item-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #ffffff;
  margin: 0;
  margin-top: 16px;
}
@media all and (max-width: 800px) {
  .how-we-help {
    background: none;
    height: auto;
  }
  .how-we-help-main-content {
    flex-direction: column;
    margin-top: 0;
  }
  .how-we-help-item {
    height: 91vw;
    width: 100vw;
    max-width: none;
  }
  .how-we-help-item:nth-of-type(1) {
    background: url('/static/components/baseline/how-we-help/images/background_mobile_1.jpg?64bf315d2339');
    background-size: auto 100%;
    background-position: center center;
  }
  .how-we-help-item:nth-of-type(2) {
    background: url('/static/components/baseline/how-we-help/images/background_mobile_2.jpg?64bf315d2339');
    background-size: auto 100%;
    background-position: center center;
  }
  .how-we-help-item:nth-of-type(3) {
    background: url('/static/components/baseline/how-we-help/images/background_mobile_3.jpg?64bf315d2339');
    background-size: auto 100%;
    background-position: center center;
  }
  .how-we-help-item-title {
    margin: 56px 32px;
    margin-bottom: 16px;
    width: 70%;
  }
  .how-we-help-item-text {
    margin: 0 32px;
    width: 70%;
  }
}
.startJourney {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 144px 144px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.startJourney-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 48px 0;
  text-align: center;
  font-size: 2.813rem;
  color: #f75462;
}
.startJourney-description {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 144px 72px 144px;
  font-size: 1.5rem;
  text-align: center;
  width: 70%;
  color: #4d4d4d;
}
#startJourney-button {
  flex-shrink: 0;
  -ms-grid-row-align: center;
      align-self: center;
  background-color: #f75462;
  color: #ffffff;
  border: 0;
  border-radius: 40px;
  font-size: 1.125rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  outline: none;
  padding: 16px 40px;
  flex: 0;
  text-transform: uppercase;
  text-align: center;
}
#startJourney-button:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
@media all and (max-width: 800px) {
  .startJourney {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .startJourney-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2.125rem;
    margin-top: 72px;
    margin-bottom: 0;
    width: 100%;
  }
  .startJourney-description {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 24px 40px;
    width: 80%;
  }
  #startJourney-button {
    font-size: 1.125rem;
    padding: 20px 30px;
    margin: 16px 20px 64px 20px;
  }
}
:lang(ja) .startJourney {
  align-items: center;
}
:lang(ja) .startJourney-title {
  width: 100%;
}
:lang(ja) .startJourney-title,
:lang(ja) .startJourney-description {
  text-align: center;
}
#jp-new-lp-q1-2019 #startJourney-button {
  background-color: #fd7f56;
}
/** Navigation. */
.navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #4d4d4d;
  background-color: #ffffff;
  height: 60px;
  min-height: 50px;
}
.navigation-logo {
  height: 30px;
  min-height: 30px;
  width: 130px;
  margin-left: 24px;
  background: url('/static/components/baseline/navigation/images/noom_logo.png?64bf315d2339') center center no-repeat;
  background-color: #ffffff;
  background-size: 130px 30px;
}
@media all and (max-width: 800px) {
  .navigation-logo {
    margin: 10px;
    height: 24px;
    width: 104px;
    background-size: 104px 24px;
  }
}
.ex-promise {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 72px 144px;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  color: #4d4d4d;
}
.ex-promise-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 72px 0;
  text-align: center;
  font-size: 2.813rem;
  color: #4d4d4d;
}
.ex-promise-body {
  flex: 1;
  display: flex;
  align-items: flex-start;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.ex-promise-trial {
  display: flex;
  flex-shrink: 0;
}
.ex-promise-message {
  margin: 0 0 0 4rem;
}
.ex-promise-message p {
  margin: 0 0 1rem;
}
.ex-promise-back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-bottom: 3px solid #4d4d4d;
  padding-right: 3px;
  margin-top: 24px;
  cursor: pointer;
}
.ex-promise-back-to-top p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  margin-top: -5px;
  margin-right: 8px;
  font-size: 1.125rem;
  cursor: pointer;
}
.ex-promise-back-to-top i {
  width: 8px;
  height: 8px;
  border-right: 3px solid #4d4d4d;
  border-top: 3px solid #4d4d4d;
  transform: rotate(-45deg);
}
@media all and (max-width: 800px) {
  .ex-promise {
    padding: 0;
    padding-bottom: 32px;
  }
  .ex-promise-title {
    font-size: 2.125rem;
    margin: 40px 24px;
    text-align: left;
    color: #f75462;
  }
  .ex-promise-body {
    margin: 0 24px;
    flex-direction: column;
    align-items: center;
  }
  .ex-promise-trial {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .ex-promise-message {
    margin: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
}
:lang(ja) .ex-promise-title {
  font-size: 1.5rem;
}
.faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 72px 0;
  background-color: #f2f2f2;
  color: #4d4d4d;
  align-items: center;
  justify-content: center;
}
.faq-headline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.813rem;
  margin: 0;
  padding: 0;
}
.faq-list {
  width: 90%;
  max-width: 600px;
  margin-top: 56px;
  border-bottom: 1px solid #2196f3;
}
.faq-question-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #2196f3;
}
.faq-question-header {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.faq-question-status-icon {
  display: flex;
  width: 27px;
  height: 27px;
}
.faq-question-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  margin-left: 24px;
}
.faq-question-answer-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: none;
  font-size: 1.125rem;
  margin: 0;
  margin-left: 51px;
  margin-bottom: 16px;
}
.collapsed .faq-question-status-icon-expanded {
  display: none;
}
.collapsed .faq-question-status-icon-collapsed {
  display: flex;
}
.expanded .faq-question-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.expanded .faq-question-status-icon-collapsed {
  display: none;
}
.expanded .faq-question-status-icon-expanded {
  display: flex;
}
@media all and (max-width: 800px) {
  .faq {
    padding: 48px 0;
  }
  .faq-headline {
    font-size: 2.125rem;
    margin: 0 24px;
    margin-bottom: 32px;
  }
  .faq-list {
    margin: 0 24px;
  }
  .faq-question-text {
    flex: 1;
  }
  .faq-question-answer-text {
    margin-left: 0;
  }
}
.doctors {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 72px 144px;
  background-color: #f2f2f2;
}
.doctors-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 0 72px 0;
  text-align: center;
  font-size: 2.125rem;
  color: #404040;
  width: 80%;
  -ms-grid-row-align: center;
      align-self: center;
}
.doctors-wrapper {
  display: inline-block;
  white-space: nowrap;
}
.doctor {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  justify-content: center;
  margin: 40px;
  color: #404040;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  white-space: normal;
}
.doctor-photo {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.doctor-title {
  margin-top: 24px;
  font-size: 1.25rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.doctor-title > span {
  margin-right: 8px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.doctor-subtitle {
  margin-top: 8px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}
.doctor-bio {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  font-size: 17px;
  margin-top: 24px;
}
.doctor-spacing {
  display: none;
  width: 15%;
}
@media all and (max-width: 800px) {
  .doctors {
    padding: 48px 0;
  }
  .doctors-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: auto;
    margin: 0 24px;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .doctors-wrapper {
    overflow-x: scroll;
    flex: 1;
    margin-left: 24px;
  }
  .doctor {
    width: 75%;
    padding: 0;
    margin: 0;
    margin-right: 10%;
    vertical-align: top;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .doctor:last-child {
    padding-right: 15%;
  }
  .doctor-photo {
    display: flex;
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }
  .doctor-title {
    text-align: left;
  }
  .doctor-title > span {
    display: inline;
    text-align: left;
  }
}
:lang(ja) .doctors-title,
:lang(ja) .doctor-subtitle,
:lang(ja) .doctor-bio {
  font-weight: 300;
}
:lang(ja) .doctors-title {
  font-size: 1.25rem;
}
.graduates {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.graduates-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.813rem;
  color: #4d4d4d;
  text-align: center;
  width: 100%;
}
.graduates-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1500px;
  align-self: center;
}
.graduate {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 630px;
  background-size: cover;
  background-color: #404040;
  box-sizing: border-box;
  color: #ffffff;
}
.graduate:nth-child(1) {
  background: url('/static/components/baseline/graduates/images/carla.jpg?64bf315d2339') no-repeat center center;
}
.graduate:nth-child(2) {
  background: url('/static/components/baseline/graduates/images/jaclyn.jpg?64bf315d2339') no-repeat center center;
}
.graduate:nth-child(3) {
  background: url('/static/components/baseline/graduates/images/juan.jpg?64bf315d2339') no-repeat center center;
}
.graduate-play-video-mobile {
  display: none;
}
.gradute-details,
.gradute-details-en {
  display: flex;
  flex-direction: column;
  height: 50%;
  padding: 0 24px;
}
.gradute-details-de,
.gradute-details-es,
.gradute-details-pt {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.graduate-title {
  margin-bottom: 24px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
}
.graduate-story {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 1.125rem;
  width: 80%;
  flex-grow: 1;
}
.graduate-play-video {
  flex-shrink: 0;
  -ms-grid-row-align: center;
      align-self: center;
  background-color: #447ad4;
  color: #fff;
  border: 0;
  border-radius: 40px;
  font-size: 18pt;
  font-weight: 100;
  text-decoration: none;
  padding: 10px 50px;
  outline: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 2rem 0;
  padding: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 2rem;
  outline: 0;
  align-self: flex-start;
}
.graduate-play-video:hover {
  color: #404040;
  background: rgba(255, 255, 255, 0.8);
}
.graduate-play-video:active {
  opacity: 0.6;
}
@media all and (max-width: 800px) {
  .graduates {
    padding: 0;
    padding-top: 48px;
  }
  .graduates-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0 24px;
    font-size: 2.125rem;
    text-align: left;
    margin-bottom: 24px;
    width: auto;
  }
  .graduates-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .graduate {
    width: 100%;
    height: 100vw;
    min-height: 350px;
  }
  .graduate:nth-child(1) {
    background: url('/static/components/baseline/graduates/images/carla.jpg?64bf315d2339') no-repeat center 0;
    background-size: cover;
  }
  .graduate:nth-child(2) {
    background: url('/static/components/baseline/graduates/images/jaclyn.jpg?64bf315d2339') no-repeat center 0;
    background-size: cover;
  }
  .graduate:nth-child(3) {
    background: url('/static/components/baseline/graduates/images/juan.jpg?64bf315d2339') no-repeat center 0;
    background-size: cover;
  }
  .gradute-details {
    height: auto;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .graudate-details-title-row {
    display: flex;
    flex-direction: row;
  }
  .graduate-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.375rem;
    margin: 16px 0;
    flex-grow: 1;
  }
  .graduate-play-video-mobile {
    display: flex;
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    border: none;
    align-self: center;
    background-color: transparent;
  }
  .graduate-story {
    font-size: 1rem;
    margin: 0;
    margin-bottom: 16px;
  }
  .graduate-play-video {
    display: none;
  }
}
.videoOverlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.videoOverlay-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.videoOverlay-close {
  padding: 0.5rem 1rem;
  margin: 2rem 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #ffffff;
  outline: 0;
  border: 2px solid #ffffff;
  border-radius: 2rem;
  background-color: rgba(1, 1, 1, 0);
}
.videoOverlay-video {
  width: 840px;
  height: 472px;
}
@media all and (max-width: 800px) {
  .videoOverlay-video {
    width: 100%;
    height: auto;
  }
}
.ex-how-it-works {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
}
.ex-how-it-works-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.125rem;
  color: #4d4d4d;
  margin: 0;
}
.ex-how-it-works-main-content {
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
}
.ex-how-it-works-main-content-item {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.ex-how-it-works-main-content-item:not(:last-child) {
  margin-right: 56px;
}
.ex-how-it-works-main-content-item-number {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background-color: #4d4d4d;
  flex-shrink: 0;
  margin-right: 16px;
}
.ex-how-it-works-main-content-item-text {
  font-size: 1.25rem;
  margin: 0;
  margin-top: 24px;
  color: #4d4d4d;
}
@media all and (max-width: 800px) {
  .ex-how-it-works {
    align-items: flex-start;
    margin: 0 16px;
  }
  .ex-how-it-works-title {
    color: #f75462;
    width: 100%;
  }
  .ex-how-it-works-main-content {
    flex-direction: column;
  }
  .ex-how-it-works-main-content-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .ex-how-it-works-main-content-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.ex-what-you-get {
  display: flex;
  height: 680px;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.7);
}
.ex-what-you-get-desktop {
  height: 100%;
}
.ex-what-you-get-background-image {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.ex-what-you-get-main-content-image.visible,
.ex-what-you-get-background-image.visible {
  display: inline;
}
.ex-what-you-get-main-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.ex-what-you-get-main-content-spacing,
.ex-what-you-get-main-content-detail {
  display: flex;
  flex: 1;
}
.ex-what-you-get-main-content-image-container {
  display: flex;
  width: 297px;
  height: 590px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ex-what-you-get-main-content-image {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.ex-what-you-get-main-content-detail {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding-left: 24px;
}
.ex-what-you-get-main-content-detail-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  margin: 0;
  margin-top: 24px;
  width: 60%;
}
.ex-what-you-get-main-content-detail-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  margin-top: 24px;
  width: 60%;
}
.ex-what-you-get-navigation-indicators {
  display: flex;
  margin-top: 150px;
}
.ex-what-you-get-navigation-indicator {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #969696;
  margin-right: 16px;
}
.ex-what-you-get-navigation-indicator.selected {
  background-color: #ffffff;
}
.ex-what-you-get-navigation {
  display: flex;
  margin-bottom: 150px;
}
.ex-what-you-get-navigation-icon {
  width: 40px;
  height: 40px;
  margin-right: 32px;
  cursor: pointer;
}
.ex-what-you-get-navigation-icon:hover {
  -webkit-filter: drop-shadow(1px 4px 1px black);
  filter: drop-shadow(1px 4px 1px black);
}
.ex-what-you-get-mobile {
  display: none;
}
.ex-what-you-get-mobile-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.ex-what-you-get-mobile-item {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 0 #969696;
  margin: 0 8px;
  background-color: #ffffff;
  padding: 16px;
  width: 80%;
  cursor: pointer;
}
.ex-what-you-get-mobile-item.selected {
  padding-bottom: 0;
}
.ex-what-you-get-mobile-item:not(:first-child) {
  margin-top: 8px;
}
.ex-what-you-get-mobile-item-header {
  display: flex;
  padding-top: 8px;
}
.ex-what-you-get-mobile-item-title-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: center;
}
.ex-what-you-get-mobile-item-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  color: #4d4d4d;
  padding: 0;
  margin: 0;
  width: 100%;
}
.ex-what-you-get-mobile-item-drop-down-icon {
  max-width: 100%;
  max-height: 100%;
  align-self: flex-start;
  margin-top: 8px;
  transition: all 0.5s ease-in-out;
}
.selected .ex-what-you-get-mobile-item-drop-down-icon {
  transform: rotate(180deg);
}
.ex-what-you-get-mobile-item-content {
  display: none;
}
.selected .ex-what-you-get-mobile-item-content {
  display: flex;
  flex-direction: column;
}
.ex-what-you-get-mobile-item-content-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #4d4d4d;
  margin: 0;
  margin-top: 16px;
}
.ex-what-you-get-mobile-item-content-graphic-container {
  display: flex;
  margin: 0 -16px;
  margin-top: 16px;
  justify-content: center;
  position: relative;
}
.ex-what-you-get-mobile-item-content-graphic-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.ex-what-you-get-mobile-item-content-graphic {
  width: 300px;
  align-self: flex-end;
  z-index: 1;
}
@media all and (max-width: 800px) {
  .ex-what-you-get {
    height: auto;
  }
  .ex-what-you-get-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: url('/static/components/baseline/what-you-get/images/background-mobile.jpg?64bf315d2339');
    background-size: cover;
    background-position: center top;
    padding: 150px 0;
    padding-bottom: 200px;
  }
  .ex-what-you-get-desktop {
    display: none;
  }
}
.plans {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.plans .plans-header {
  display: flex;
  flex-direction: column;
  background: url('/static/components/baseline/plans/images/background.jpg?64bf315d2339');
  background-size: cover;
  background-position: center bottom;
  padding: 56px 8px 200px 8px;
  align-items: center;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.7);
}
.plans .plans-header-arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.plans .plans-header-headline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.813rem;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-top: 16px;
  text-align: center;
}
.plans .plans-header-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  color: #ffffff;
  margin: 0;
  margin-top: 24px;
  text-align: center;
}
.plans .plans-header-text span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.plans .plans-header-content {
  display: flex;
  flex-direction: column;
  margin-top: 56px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  width: 632px;
  padding: 32px;
}
.plans .plans-header-content-results {
  display: flex;
  margin-bottom: 56px;
  justify-content: center;
  align-items: center;
}
.plans .plans-header-content-results-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plans .plans-header-content-results-icon {
  height: 16px;
  width: 24px;
}
.plans .plans-header-content-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
}
.plans .plans-header-content-result.goal {
  padding-right: 0;
  border-left: 1px solid #cacaca;
}
.plans .plans-header-content-result:first-child {
  padding-left: 0;
}
.plans .plans-header-content-result-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4d4d4d;
  font-size: 1.875rem;
  margin: 0;
  margin-top: 8px;
  text-align: center;
}
.plans .plans-header-content-result-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.plans .plans-header-content-result-title.watermelon {
  color: #f75462;
}
.plans .plans-header-content-text-bmi-level {
  color: #ffffff;
}
.plans .plans-header-content-cta {
  display: flex;
  font-size: 1.125rem;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2rem;
  justify-content: center;
  color: #ffffff;
  width: auto;
  align-self: center;
  background-color: #f75462;
  cursor: pointer;
}
.plans .plans-header-content-cta:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
.plans .plans-header-content__double-button-container {
  display: flex;
}
.plans .plans-header-content__double-button-container .plans-header-content-cta {
  margin-top: 1em;
  padding: 1em 1.5em;
  white-space: nowrap;
  border-radius: 5px;
  color: black;
  background-color: #ffe782;
}
.plans .plans-header-content__double-button-container .plans-header-content-cta:first-child {
  margin-right: 1em;
  color: white;
  background-color: transparent;
}
.plans .plans-header-content-disclaimer {
  display: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #183c78;
  margin: 16px;
}
.plans .plans-main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.plans .plans-plan-list {
  display: flex;
  padding-bottom: 40px;
}
.plans .plan {
  display: flex;
  flex-direction: column;
  width: 300px;
  background-color: #ffffff;
  margin-top: -80px;
}
.plans .plan:not(#recommended-plan):first-child {
  order: 0;
}
.plans .plan:not(#recommended-plan):last-child {
  margin-left: 32px;
  order: 2;
}
.plans .plan#recommended-plan {
  margin-top: -128px;
  margin-left: 32px;
  order: 1;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.7);
}
.plans .plan-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: none;
  height: 80px;
  background-color: #f2f2f2;
}
.plans #recommended-plan .plan-header {
  background-color: #f75462;
}
.plans .plan-header-name {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #4d4d4d;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
.plans .plan-header-discount {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #4d4d4d;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}
.plans .plan-header-discount.es {
  text-transform: none;
}
.plans #recommended-plan .plan-header-name,
.plans #recommended-plan .plan-header-discount {
  color: #ffffff;
}
.plans .plan-price-container {
  display: flex;
  flex-direction: column;
  border-top: none;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  padding-bottom: 32px;
}
.plans .plan-price {
  display: flex;
  color: #4d4d4d;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.plans .plan-price-text {
  display: none;
}
.plans #recommended-plan .plan-price-text {
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #f75462;
  width: 80%;
  text-align: center;
  margin: 0;
  margin-bottom: 32px;
}
.plans .plan-weight-loss-goal {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.375rem;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: flex-end;
}
.plans .plan-weight-loss-goal > span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
}
.plans .plan-weight-loss-goal > em {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 3.5rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  margin-right: 4px;
}
.plans .plans-price-divider {
  height: 2px;
  background-color: #cacaca;
  width: 100%;
}
.plans .plan-price-month {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  margin: 40px 0;
}
.plans .plan-price-month em {
  font-style: normal;
}
.plans .plan-signup {
  display: flex;
  font-size: 1rem;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2rem;
  justify-content: center;
  margin: 0 32px;
  color: #f75462;
  background-color: #ffffff;
  border: 1px solid #f75462;
}
.plans .plan-signup:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
.plans #recommended-plan .plan-signup {
  color: #ffffff;
  background-color: #f75462;
}
@media all and (max-width: 800px) {
  .plans .plans-header {
    width: 100%;
    padding: 0;
    box-shadow: none;
    align-items: flex-start;
    background: url('/static/components/baseline/plans/images/background-mobile.jpg?64bf315d2339');
    background-size: cover;
    background-position: center bottom;
  }
  .plans .plans-header-headline {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 2.125rem;
    margin-top: 56px;
    margin-left: 16px;
    text-align: left;
  }
  .plans .plans-header-text {
    font-size: 1.125rem;
    margin-top: 16px;
    margin-left: 16px;
    text-align: left;
  }
  .plans .plans-header-content {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 56px;
    padding-bottom: 56px;
  }
  .plans .plans-header-content-results {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 24px;
  }
  .plans .plans-header-content-result-title.watermelon {
    color: #4d4d4d;
  }
  .plans .plans-header-content-result.goal {
    border-left: none;
    border-top: 1px solid #cacaca;
    padding-left: 0;
    padding-right: 0;
  }
  .plans .plans-header-content-result.goal .plans-header-content-result-text {
    color: #f75462;
  }
  .plans .plans-header-content-result:first-child {
    padding-left: 0;
  }
  .plans .plans-header-content-result:last-child {
    padding-right: 0;
  }
  .plans .plans-header-content-cta {
    font-size: 1rem;
    width: auto;
    margin-top: 40px;
  }
  .plans .plans-header-content-disclaimer {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .plans .plans-header-arrow-down {
    -ms-grid-row-align: center;
        align-self: center;
  }
  .plans .plans-plan-list {
    flex-direction: column;
  }
  .plans .plan {
    border: 1px solid #cacaca;
  }
  .plans .plan#recommended-plan {
    order: 0;
    margin-left: 0;
    margin-top: -24px;
    border: none;
  }
  .plans .plan:not(#recommended-plan):first-child {
    order: 1;
  }
  .plans .plan:not(#recommended-plan):last-child {
    margin-left: 0;
    order: 2;
  }
  .plans .plan:not(#recommended-plan) {
    margin-top: 16px;
  }
}
@media all and (max-width: 800px) and (max-width: 800px) {
  .plans .plans-header-content {
    padding-bottom: 0;
  }
}
.plans .weight-graph {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .plans .weight-graph {
    padding-bottom: 0;
  }
}
.plans .weight-graph-summary {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  width: 632px;
  background-color: #ffffff;
}
@media all and (max-width: 800px) {
  .plans .weight-graph-summary {
    width: 90%;
  }
}
.plans .weight-graph-summary-headline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.688rem;
  color: #000;
  background-color: #ffe782;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
.plans .weight-graph-summary-monthly {
  color: black;
  font-weight: 300;
  padding-top: 30px;
  font-size: 18px;
  background-color: #ffe782;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
.plans .weight-graph-summary-goal-row {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.plans .weight-graph-summary-goal {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  padding: 0 16px;
  flex: 1;
  color: #4d4d4d;
  justify-content: center;
  align-items: center;
}
.plans .weight-graph-summary-goal:not(:last-child) {
  border-right: 1px solid #969696;
}
.plans .weight-graph-summary-goal-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.plans .weight-graph-summary-goal-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  margin: 0;
  margin-top: 4px;
}
.plans .analysis-result {
  text-align: center;
}
.plans .analysis-result .analysis-result__logo {
  width: 95px;
  margin-top: 17px;
}
.plans .analysis-result .analysis-result__title {
  margin-top: 13px;
  font-size: 16px;
  line-height: 34px;
}
.plans .analysis-result .analysis-result__table {
  width: 83%;
  max-width: 360px;
  margin: 13px auto 0 auto;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.12);
}
.plans .analysis-result .analysis-result__table .table__summary {
  padding: 15px 0;
  background-color: #447ad4;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.plans .analysis-result .analysis-result__table .table__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 11px 0;
}
.plans .analysis-result .analysis-result__table .detail__column {
  flex-grow: 1;
  width: 50%;
  padding-bottom: 10px;
}
.plans .analysis-result .analysis-result__table .detail__column:first-child {
  border-right: solid 1px #cfcfcf;
}
.plans .analysis-result .analysis-result__table .detail__column:nth-child(2) {
  border-left: solid 1px #cfcfcf;
}
.plans .analysis-result .analysis-result__table .detail__column .column__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.13;
  color: #7b7b7b;
}
.plans .analysis-result .analysis-result__table .detail__column .column__numeric-value {
  margin-top: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.85;
  color: #d7d7d7;
}
.plans .analysis-result .analysis-result__table .detail__column .column__numeric-value--emphasized {
  color: #447ad4;
}
.plans .analysis-result .analysis-result__chart-container {
  width: 100%;
}
.plans .analysis-result .analysis-result__chart-container .chart-container__chart {
  transform: scale(1.1, 1.1);
}
.plans .analysis-result .analysis-result__program-summary {
  background-color: #085fa4;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plans-exp {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.plans-exp .plans-header {
  display: flex;
  flex-direction: column;
  background: url('/static/components/baseline/plans/images/rectangle-4@3x.png?64bf315d2339');
  background-size: 100% 100%;
  background-position: center bottom;
  padding: 56px 8px 200px 8px;
  align-items: center;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.7);
}
.plans-exp .plans-header-arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.plans-exp .plans-header-headline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.813rem;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-top: 16px;
  text-align: center;
}
.plans-exp .plans-header-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  color: #ffffff;
  margin: 0;
  margin-top: 24px;
  text-align: center;
}
.plans-exp .plans-header-text span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.plans-exp .plans-header-content {
  display: flex;
  flex-direction: column;
  margin-top: 56px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  width: 632px;
  padding: 32px;
}
.plans-exp .plans-header-content-results {
  display: flex;
  margin-bottom: 56px;
  justify-content: center;
  align-items: center;
}
.plans-exp .plans-header-content-results-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plans-exp .plans-header-content-results-icon {
  height: 16px;
  width: 24px;
}
.plans-exp .plans-header-content-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
}
.plans-exp .plans-header-content-result.goal {
  padding-right: 0;
  border-left: 1px solid #cacaca;
}
.plans-exp .plans-header-content-result:first-child {
  padding-left: 0;
}
.plans-exp .plans-header-content-result-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4d4d4d;
  font-size: 1.875rem;
  margin: 0;
  margin-top: 8px;
  text-align: center;
}
.plans-exp .plans-header-content-result-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.plans-exp .plans-header-content-result-title.watermelon {
  color: #f75462;
}
.plans-exp .plans-header-content-text-bmi-level {
  color: #ffffff;
}
.plans-exp .plans-header-content-cta {
  display: flex;
  font-size: 1.125rem;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2rem;
  justify-content: center;
  color: #ffffff;
  width: auto;
  align-self: center;
  background-color: #f35e27;
  cursor: pointer;
}
.plans-exp .plans-header-content-cta:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
.plans-exp .plans-header-content-disclaimer {
  display: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #183c78;
  margin: 16px;
}
.plans-exp .plans-main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.plans-exp .plans-plan-list {
  display: flex;
  padding-bottom: 40px;
}
.plans-exp .plan {
  display: flex;
  flex-direction: column;
  width: 300px;
  background-color: #ffffff;
  margin-top: -80px;
}
.plans-exp .plan:not(#recommended-plan):first-child {
  order: 0;
}
.plans-exp .plan:not(#recommended-plan):last-child {
  margin-left: 32px;
  order: 2;
}
.plans-exp .plan#recommended-plan {
  margin-top: -128px;
  margin-left: 32px;
  order: 1;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.7);
}
.plans-exp .plan-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: none;
  height: 80px;
  background-color: #f2f2f2;
}
.plans-exp #recommended-plan .plan-header {
  background-color: #f75462;
}
.plans-exp .plan-header-name {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #4d4d4d;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
}
.plans-exp .plan-header-discount {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #4d4d4d;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}
.plans-exp .plan-header-discount.es {
  text-transform: none;
}
.plans-exp #recommended-plan .plan-header-name,
.plans-exp #recommended-plan .plan-header-discount {
  color: #ffffff;
}
.plans-exp .plan-price-container {
  display: flex;
  flex-direction: column;
  border-top: none;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  padding-bottom: 32px;
}
.plans-exp .plan-price {
  display: flex;
  color: #4d4d4d;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.plans-exp .plan-price-text {
  display: none;
}
.plans-exp #recommended-plan .plan-price-text {
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #f75462;
  width: 80%;
  text-align: center;
  margin: 0;
  margin-bottom: 32px;
}
.plans-exp .plan-weight-loss-goal {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.375rem;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: flex-end;
}
.plans-exp .plan-weight-loss-goal > span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
}
.plans-exp .plan-weight-loss-goal > em {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 3.5rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  margin-right: 4px;
}
.plans-exp .plans-price-divider {
  height: 2px;
  background-color: #cacaca;
  width: 100%;
}
.plans-exp .plan-price-month {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  margin: 40px 0;
}
.plans-exp .plan-price-month em {
  font-style: normal;
}
.plans-exp .plan-signup {
  display: flex;
  font-size: 1rem;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2rem;
  justify-content: center;
  margin: 0 32px;
  color: #f75462;
  background-color: #ffffff;
  border: 1px solid #f75462;
}
.plans-exp .plan-signup:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
.plans-exp #recommended-plan .plan-signup {
  color: #ffffff;
  background-color: #f75462;
}
@media all and (max-width: 800px) {
  .plans-exp .plans-header {
    width: 100%;
    padding: 0;
    box-shadow: none;
    background: url('/static/components/baseline/plans/images/rectangle-4@2x.png?64bf315d2339');
    background-size: 100% 34%;
    background-position: center bottom;
  }
  .plans-exp .plans-header-headline {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.688rem;
    margin-top: 56px;
    margin-left: 16px;
    text-align: center;
  }
  .plans-exp .plans-header-text {
    font-size: 1.125rem;
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 56px;
    text-align: center;
  }
  .plans-exp .plans-header-content {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .plans-exp .plans-header-content-results {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 24px;
  }
  .plans-exp .plans-header-content-result-title.watermelon {
    color: #4d4d4d;
  }
  .plans-exp .plans-header-content-result.goal {
    border-left: none;
    border-top: 1px solid #cacaca;
    padding-left: 0;
    padding-right: 0;
  }
  .plans-exp .plans-header-content-result.goal .plans-header-content-result-text {
    color: #f75462;
  }
  .plans-exp .plans-header-content-result:first-child {
    padding-left: 0;
  }
  .plans-exp .plans-header-content-result:last-child {
    padding-right: 0;
  }
  .plans-exp .plans-header-content-cta {
    font-size: 1rem;
    width: auto;
    margin-top: 40px;
  }
  .plans-exp .plans-header-content-disclaimer {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .plans-exp .plans-header-arrow-down {
    -ms-grid-row-align: center;
        align-self: center;
  }
  .plans-exp .plans-plan-list {
    flex-direction: column;
  }
  .plans-exp .plan {
    border: 1px solid #cacaca;
  }
  .plans-exp .plan#recommended-plan {
    order: 0;
    margin-left: 0;
    margin-top: -24px;
    border: none;
  }
  .plans-exp .plan:not(#recommended-plan):first-child {
    order: 1;
  }
  .plans-exp .plan:not(#recommended-plan):last-child {
    margin-left: 0;
    order: 2;
  }
  .plans-exp .plan:not(#recommended-plan) {
    margin-top: 16px;
  }
}
.plans-exp .weight-graph {
  width: 100%;
  padding-top: 24px;
  overflow: hidden;
}
.plans-exp .weight-graph-summary {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  width: 632px;
  background-color: #ffffff;
}
@media all and (max-width: 800px) {
  .plans-exp .weight-graph-summary {
    width: 100%;
  }
}
.plans-exp .weight-graph-summary-headline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.688rem;
  color: #fe7351;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
.plans-exp .weight-graph-summary-monthly {
  color: black;
  font-weight: 300;
  padding-top: 30px;
  font-size: 18px;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
.plans-exp .weight-graph-summary-goal-row {
  display: flex;
  width: 90%;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #969696;
  margin-bottom: 16px;
}
.plans-exp .weight-graph-summary-goal {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  padding: 0 16px;
  flex: 1;
  color: #4d4d4d;
  justify-content: center;
  align-items: center;
}
.plans-exp .weight-graph-summary-goal:not(:last-child) {
  border-right: 1px solid #969696;
}
.plans-exp .weight-graph-summary-goal-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.plans-exp .weight-graph-summary-goal-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  margin: 0;
  margin-top: 4px;
}
.plans-exp .analysis-result {
  text-align: center;
}
.plans-exp .analysis-result .analysis-result__logo {
  width: 95px;
  margin-top: 17px;
}
.plans-exp .analysis-result .analysis-result__title {
  margin-top: 13px;
  font-size: 16px;
  line-height: 34px;
}
.plans-exp .analysis-result .analysis-result__table {
  width: 83%;
  max-width: 360px;
  margin: 13px auto 0 auto;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.12);
}
.plans-exp .analysis-result .analysis-result__table .table__summary {
  padding: 15px 0;
  background-color: #447ad4;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.plans-exp .analysis-result .analysis-result__table .table__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 11px 0;
}
.plans-exp .analysis-result .analysis-result__table .detail__column {
  flex-grow: 1;
  width: 50%;
  padding-bottom: 10px;
}
.plans-exp .analysis-result .analysis-result__table .detail__column:first-child {
  border-right: solid 1px #cfcfcf;
}
.plans-exp .analysis-result .analysis-result__table .detail__column:nth-child(2) {
  border-left: solid 1px #cfcfcf;
}
.plans-exp .analysis-result .analysis-result__table .detail__column .column__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.13;
  color: #7b7b7b;
}
.plans-exp .analysis-result .analysis-result__table .detail__column .column__numeric-value {
  margin-top: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.85;
  color: #d7d7d7;
}
.plans-exp .analysis-result .analysis-result__table .detail__column .column__numeric-value--emphasized {
  color: #447ad4;
}
.plans-exp .analysis-result .analysis-result__chart-container {
  width: 100%;
}
.plans-exp .analysis-result .analysis-result__chart-container .chart-container__chart {
  transform: scale(1.1, 1.1);
}
.plans-exp .analysis-result .analysis-result__program-summary {
  background-color: #ffebc3;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Feed Styles */
.feed-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.feed-container .feed {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 345px;
  border-radius: 4px;
  border: solid 1px #cacaca;
  margin: 12px 0 !important;
  padding: 0 !important;
  transition: all 1s ease-in-out;
  background-color: white;
}
.feed-container .feed * {
  font-family: "Roboto", sans-serif;
}
.feed-container .feed-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 8px 16px;
  padding: 0;
}
.feed-container .feed-content__header--avatar {
  width: 40px;
  height: 40px;
}
.feed-container .feed-content__header--name {
  flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  padding: 0;
  margin: 0 16px;
}
.feed-container .feed-content__header--time {
  font-size: 14px;
  color: #969696;
  text-align: right;
}
.feed-container .feed-content__body {
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.feed-container .feed-content__body--text {
  height: 100%;
  width: 100%;
  margin: 8px 16px 24px 16px;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #4d4d4d;
  text-align: left;
}
.feed-container .feed-image {
  display: inline-flex;
  width: 100%;
  height: auto;
}
.feed-container .feed-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 56px;
  border-top: solid 1px #cacaca;
}
.feed-controls div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #cacaca;
}
.feed-controls div:hover {
  color: #b3b2b2;
}
.feed-controls div span {
  margin: 0 0 0 8px;
}
.feed-controls__like {
  cursor: pointer;
}
.feed.clicked .feed-controls__like--text {
  color: #f75462;
}
.feed.clicked .feed-controls__like--icon .heart {
  stroke: #f75462;
}
.feed-controls__comment {
  cursor: not-allowed;
}
#stats .anchor-icon-mobile {
  display: none;
}
.feed-disclaimer {
  font-size: 13px;
  color: #969696;
  max-width: 345px;
  line-height: 1.38;
}
.feed-purchase-page-bottom {
  display: none;
}
/* Adjust survey feed sizes */
.survey-feed .feed {
  max-width: 250px;
  min-height: 150px;
}
.survey-feed .feed-content__header--name {
  text-align: left;
  font-size: 14px;
}
.survey-feed .feed-content__header--time {
  font-size: 10px;
}
.survey-feed .feed-content__body--text {
  font-size: 14px;
  margin: 8px 16px 16px 16px;
}
.survey-feed .feed-image {
  max-height: 100px;
  width: auto;
}
.survey-feed .feed-controls div {
  font-size: 12px;
}
.survey-feed .feed-controls {
  height: 34px;
  min-height: 34px;
}
.survey-feed .feed-content__header {
  margin: 8px 16px 0 16px;
}
.feed-container.survey-feed {
  margin-top: 10px;
}
.feed-disclaimer {
  margin-bottom: 1rem;
  display: block;
  max-width: 254px;
}
@media (min-width: 801px) {
  .main-block__slide-index-bar,
  .main-block__question .main-block__question--with-flex,
  #surveyForm,
  .main-block__move-slide-btn-group .main-block__move-slide-btn-group--absolute-position,
  .slide .slide__main-block .main-block__move-slide-btn-group {
    position: static !important;
  }
}
.module.testimonial {
  margin: 20px;
}
@media (max-height: 610px) {
  .feed-image-container {
    display: none;
  }
}
#popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}
.popup-container {
  display: flex;
  flex-direction: column;
  width: 650px;
  position: relative;
}
.popup-close-icon {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.popup-close-icon:hover {
  -webkit-filter: drop-shadow(1px 1px 1px black);
  filter: drop-shadow(1px 1px 1px black);
}
.popup-image-container {
  height: 216px;
}
.popup-image {
  width: 100%;
  height: 100%;
}
.popup-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4d4d4d;
  background-color: #ffffff;
}
.popup-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 32px 0 0;
  font-size: 1.875rem;
  text-align: center;
}
.popup-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 24px 16px 0;
  font-size: 1.688rem;
  text-align: center;
}
.popup-text span {
  color: #f75462;
}
.popup-button-container {
  display: flex;
  margin: 48px;
}
.popup-button {
  background-color: #f75462;
  color: #ffffff;
  border: 0;
  border-radius: 40px;
  font-size: 1.125rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  padding: 16px 40px;
  text-transform: uppercase;
}
.popup-button:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.75);
}
.popup-button.reverse {
  background-color: #ffffff;
  color: #f75462;
  border: 1px solid #f75462;
  margin-left: 24px;
}
.popup-image-mobile {
  display: none;
}
.allison .popup-button {
  background-color: #ea4b9b;
}
.allison .popup-button.reverse {
  background-color: #ffffff;
  color: #ea4b9b;
  border: 1px solid #ea4b9b;
}
.allison .popup-text span {
  color: #ea4b9b;
}
.gabfest .popup-main-content {
  background-color: #f75462;
}
.gabfest .popup-title {
  color: #ffffff;
}
.gabfest .popup-text {
  color: #ffffff;
}
.gabfest .popup-text span {
  color: #ffffff;
}
.gabfest .popup-button {
  background-color: #ffffff;
  color: #f75462;
}
.gabfest .popup-button.reverse {
  background-color: #f75462;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.wisehealth .popup-button {
  background-color: #2196f3;
}
.wisehealth .popup-button.reverse {
  background-color: #ffffff;
  color: #2196f3;
  border: 1px solid #2196f3;
}
.samsung .popup-image-container,
.samsung-instant-win .popup-image-container,
.samsung-99-cent .popup-image-container,
.samsung-health .popup-image-container {
  height: 280px;
}
.samsung .popup-title,
.samsung-instant-win .popup-title,
.samsung-99-cent .popup-title,
.samsung-health .popup-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.125rem;
}
.samsung .popup-text,
.samsung-instant-win .popup-text,
.samsung-99-cent .popup-text,
.samsung-health .popup-text {
  font-size: 2.125rem;
  color: #f75462;
}
.philips-airfryer .popup-main-content {
  background-color: #f75462;
}
.philips-airfryer .popup-image-container {
  height: 280px;
}
.philips-airfryer .popup-title {
  font-size: 1.5rem;
  color: #ffffff;
}
.philips-airfryer .popup-text {
  margin: 16px 32px 0;
  font-size: 2.125rem;
  color: #ffffff;
  width: 550px;
}
.philips-airfryer .popup-button {
  background-color: #ffffff;
  color: #f75462;
}
.philips-airfryer .popup-button.reverse {
  background-color: #f75462;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.referral .popup-image-container {
  height: 264px;
}
.referral .popup-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 2.125rem;
}
.referral .popup-text {
  font-size: 2.125rem;
  color: #f75462;
}
@media all and (max-width: 800px) {
  .popup-container {
    width: auto;
    margin: 8px;
  }
  .popup-close-icon {
    top: 0;
    right: 0;
  }
  .popup-image-container {
    width: 100%;
    height: 33vw;
  }
  .popup-image {
    width: 100%;
    height: 100%;
  }
  .popup-main-content {
    padding: 0 8px;
  }
  .popup-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .popup-text {
    font-size: 1.125rem;
    margin-top: 8px;
    text-align: center;
  }
  .popup-button-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 32px 0 0;
  }
  .popup-button {
    padding: 16px;
  }
  .popup-button.reverse {
    border: none !important;
    margin-left: 0;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .popup-button.reverse:hover {
    box-shadow: none;
  }
  .popup-image-mobile {
    display: inline;
    width: 100%;
    height: 100%;
  }
  .popup-image {
    display: none;
  }
  .samsung .popup-title,
  .samsung-instant-win .popup-title,
  .referral .popup-title,
  .samsung-99-cent .popup-title,
  .samsung-health .popup-title {
    font-size: 1.5rem;
  }
  .samsung .popup-text,
  .samsung-instant-win .popup-text,
  .referral .popup-text,
  .samsung-99-cent .popup-text,
  .samsung-health .popup-text {
    font-size: 1.5rem;
    margin-top: 16px;
  }
  .samsung .popup-image-container,
  .samsung-instant-win .popup-image-container,
  .referral .popup-image-container,
  .samsung-99-cent .popup-image-container,
  .samsung-health .popup-image-container {
    width: 100%;
    height: 33vw;
  }
  .philips-airfryer .popup-title {
    font-size: 1.125rem;
  }
  .philips-airfryer .popup-text {
    margin: 16px 16px 0;
    font-size: 1.5rem;
  }
  .philips-airfryer .popup-image-container {
    width: 100%;
    height: 37vw;
  }
  .philips-airfryer .popup-close-icon {
    top: 6vw;
    right: 0;
  }
}
.telemedicine {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.telemedicine-container {
  margin: 32px;
  max-width: 450px;
}
.telemedicine-intro {
  color: #333333;
  text-align: left;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
}
.telemedicine-cta {
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  color: #333333;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.21;
}
.telemedicine-highlight {
  color: #2196f3;
}
.telemedicine-image {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}
.telemedicine-btn {
  width: 100%;
  height: 50px;
  border-radius: 100px;
  background-color: #2196f3;
  border: none;
  margin-bottom: 16px;
}
.telemedicine-nothanks {
  border: none;
  font-family: Roboto, Arial, Helvetica, Sans-Serif;
  color: #333333;
  background-color: #fff;
  text-align: center;
  width: 100%;
}
#ideal-weight-modal {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
}
#ideal-weight-modal-content {
  background-color: white;
  border-radius: 8px;
  width: 60vw;
  color: #333;
  font-size: 18px;
  font-weight: 350;
  text-align: center;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
#ideal-weight-modal-controls {
  display: flex;
  text-transform: uppercase;
}
#ideal-weight-modal-confirm,
#ideal-weight-modal-edit {
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  margin: 0 5px;
  border-radius: 4px;
  text-align: center;
  flex: 1;
}
#ideal-weight-modal-edit {
  color: white;
  float: left;
  background-color: #FE7351;
}
#ideal-weight-modal-confirm {
  float: right;
  background-color: white;
  color: #FE7351;
  border: thin solid #FE7351;
}
#ideal-weight-modal-edit:hover,
#ideal-weight-modal-edit:focus,
#ideal-weight-modal-confirm:hover,
#ideal-weight-modal-confirm:focus {
  cursor: pointer;
}
html,
body,
.app {
  height: 100%;
  min-height: 480px;
}
@media (min-width: 801px) {
  html,
  body,
  .app {
    height: 100%;
    min-height: 600px;
  }
}
.app {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  height: 100%;
}
/** Main content. */
.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-ex-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.j-main-content-isHidden {
  display: none;
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.module-isHidden {
  display: none;
}
@media all and (max-width: 800px) {
  .container {
    min-width: 0;
  }
  .main-ex-content {
    margin-top: 0;
  }
}
