.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

strong {
  color: #ff0f00;
  font-weight: 700;
}

.sticky-bar {
  z-index: 9999;
  min-height: auto;
  color: #fff;
  text-align: center;
  background-color: #008f64;
  border-bottom: 3px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.a-banner-container {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.8;
}

.f-navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  color: #c7c7c7;
  background-color: #58ec8a;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
}

.text-block-30 {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-30:hover {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.blog-logo {
  background-color: #f72210;
  padding-top: 90px;
  padding-bottom: 50px;
}

.blog-name {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 45px;
}

.menu {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-block {
  color: #000;
  border-right: 2px solid #a8a8a8;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-block:hover {
  color: red;
  font-size: 14px;
  font-weight: 700;
}

.link-block.no-line {
  border-right-style: none;
}

.text-block-31 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.divider {
  height: 25px;
  background-color: #e9e9e9;
}

.blog-red-text {
  color: #ff0f00;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.big-text {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
}

.heading-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
}

.image-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.image {
  max-width: 100%;
  border-top: 5px solid #ff0f00;
}

.image._2 {
  max-width: 70%;
}

.image._3 {
  width: 60%;
  max-width: none;
}

.social-media {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.link-block-2 {
  width: 50px;
  margin-left: 25px;
  margin-right: 25px;
}

.blog-text {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text, .bold-text-2 {
  color: #000;
}

.blog-heading {
  border-left: 8px solid red;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
}

.photo-label {
  color: red;
  margin-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.image-2 {
  width: 500px;
  max-width: none;
}

.flex-block {
  width: 100%;
}

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

.text-block-32 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.div-block-2 {
  background-color: red;
  border-radius: 7px;
  margin-right: 10px;
  padding: 10px;
}

.bullet-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.number-bullet {
  margin-bottom: 10px;
}

.doctor {
  background-color: #e9e9e9;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-3 {
  padding-left: 20px;
  padding-right: 0;
}

.image-3 {
  width: auto;
  max-width: none;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-33 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 600;
  text-decoration: line-through;
  display: flex;
}

.text-block-33.bold {
  color: #008609;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-decoration: none;
}

.text-block-33.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.column-19 {
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: static;
}

.uui-heroheader21_form {
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.div-block-23 {
  height: 50px;
  color: #00e472;
  background-color: #00af2f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.bold-text-16 {
  color: #000;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.columns-10 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: .375rem;
  display: flex;
}

.text-block-27 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.image-42 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-16 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.left-s2-p3 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 10px;
}

.uui-button-2 {
  width: 97%;
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ff0015;
  border: 0 solid #7f56d9;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  background-color: #61b23d;
  border-color: #6941c6;
}

.uui-button-2:active {
  background-color: #d92425;
}

.uui-button-2:focus {
  background-color: #61b23d;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-2 {
  width: 100%;
  height: auto;
  min-height: auto;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #61b23d;
  border-radius: 8rem;
  flex: 1;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 6px 0 -2px #50a52a;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-2::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.left {
  text-align: center;
  border-radius: 8rem;
  flex: 1;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
}

.uui-form_input-2.left:focus-visible {
  border-color: #ff0004;
}

.uui-form_input-2.left[data-wf-focus-visible] {
  border-color: #ff0004;
}

.paragraph-3 {
  color: #000;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 42px 0;
  display: flex;
}

.columns-11._2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0 0 20px;
  display: flex;
}

.div-block-24 {
  width: auto;
}

.image-24 {
  max-width: 150px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-43 {
  max-width: 80%;
  margin-bottom: 50px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-2.icons {
  color: #000;
  text-align: center;
}

.paragraph-2.icons.b {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
}

.div-block-2-copy {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.comment {
  align-items: flex-start;
  margin-bottom: 20px;
}

.comment.reply {
  margin-left: 50px;
}

.image-44 {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.flex-block-12 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.image-49 {
  margin-right: 20px;
}

.flex-block-7-copy {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.image-50 {
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.date {
  color: #adadad;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
}

.comment-text {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.flex-block-8 {
  flex-direction: row;
  align-items: center;
}

.flex-block-13-copy {
  border-right: 2px #aaa;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.image-51 {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.flex-block-13 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.image-52 {
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-block-14 {
  flex-direction: row;
  align-items: center;
}

.text-block-34 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image-53 {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.comment-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.flex-block-15 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.image-54 {
  max-width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.comment-text-2 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.flex-block-16 {
  flex-direction: row;
  align-items: center;
}

.text-block-35 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.column-13 {
  height: 500px;
  background-image: url('../images/capsules-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 550px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  display: block;
}

.columns-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  height: 100%;
  color: #ffdf00;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.text-block-36 {
  color: #ff2600;
  text-align: center;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-37 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-38 {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.paragraph {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph.comment {
  font-size: 20px;
  line-height: 30px;
}

.paragraph.comment.big {
  border-bottom-style: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
}

.column-14 {
  z-index: 5;
}

.div-block-26 {
  height: 50px;
  color: #00e472;
  background-color: #00af2f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.rl-field-label {
  color: #000;
  margin-bottom: .5rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.columns-17 {
  color: #fff;
  background-color: #61b23d;
  border: 2px solid #5f942b;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 18px 7px;
  box-shadow: 0 8px 0 -3px #5b9622;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.count-wrap {
  min-width: 110px;
  color: #160042;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.column-28 {
  color: #fff;
  text-align: center;
}

.bold-text-17 {
  color: #000;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.text-block-39 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 600;
  text-decoration: line-through;
  display: flex;
}

.text-block-39.bold {
  color: #008609;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-decoration: none;
}

.text-block-39.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.count-text {
  color: #6b7194;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.count-number {
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 1.2;
}

.rl-success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.rl-form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 3px solid #61b23d;
  border-radius: 20px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  box-shadow: 0 8px 0 -3px #709738;
}

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl_contact7_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.image-55 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._100-button {
  width: 100%;
  text-align: center;
  background-color: #f49819;
  border-radius: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: 600;
}

._100-button:hover {
  background-color: #8cb12f;
}

._100-button:active {
  background-color: #617f16;
}

._100-button.pink-hover {
  text-transform: uppercase;
  background-color: #ff0004;
  border-radius: 100px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 39px;
  font-weight: 700;
}

._100-button.pink-hover:hover {
  background-color: #61b23d;
}

.rl_contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.left-s2-p3-2 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.image-7 {
  max-width: 150px;
  padding-bottom: 5px;
}

.image-45 {
  padding-bottom: 10px;
}

.rl-error-text {
  color: #e23939;
}

.rl-success-text {
  font-weight: 600;
}

.count-block {
  width: 100%;
  height: 100%;
  max-width: 700px;
  min-height: 160px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e9e9e9;
  border-radius: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  display: flex;
}

.rl_contact7_content {
  padding-top: 55px;
  padding-bottom: 55px;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-4.icons {
  color: #000;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-4.icons.b {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 11px;
}

.link-block-4, .link-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .f-navigation-button {
    padding: 0;
    font-size: 11px;
  }

  .f-navigation-button:hover {
    font-size: 11px;
  }
}

@media screen and (min-width: 1920px) {
  .a-paragraph-small {
    font-size: 25px;
  }

  .text-block-30 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 19px;
  }

  .text-block-30:hover {
    font-size: 18px;
  }

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

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

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

  .blog-text {
    font-size: 25px;
    line-height: 35px;
  }

  .blog-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .bullet-text {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-33.bold {
    font-size: 60px;
  }

  .uui-heroheader21_form {
    max-width: 100%;
  }

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

  .bold-text-16 {
    font-size: 20px;
  }

  .uui-signup-form_wrapper {
    width: 100%;
    justify-content: flex-start;
  }

  .uui-button-2 {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 37px;
  }

  .uui-form_input-2 {
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 25px;
  }

  .uui-form_component {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 23px;
  }

  .paragraph-2.icons.b {
    font-size: 20px;
    line-height: 30px;
  }

  .date {
    font-size: 25px;
  }

  .comment-text {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-34 {
    font-size: 20px;
    line-height: 30px;
  }

  .comment-text-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-35 {
    font-size: 20px;
    line-height: 30px;
  }

  .column-13 {
    background-size: 600px;
  }

  .text-block-36 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-37 {
    font-size: 28px;
  }

  .paragraph {
    font-size: 23px;
    line-height: 33px;
  }

  .paragraph.comment {
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph.comment.big {
    font-size: 25px;
  }

  .rl-field-label {
    font-size: 25px;
    line-height: 35px;
  }

  .bold-text-17 {
    font-size: 20px;
  }

  .text-block-39.bold {
    font-size: 55px;
  }

  .count-text {
    font-size: 22px;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-4.icons {
    font-size: 17px;
    line-height: 22px;
  }

  .paragraph-4.icons.b {
    font-size: 14px;
  }

  .bold-text-18 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .sticky-bar {
    text-align: center;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .a-banner-container {
    max-width: 100%;
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .a-banner-text-wrapper {
    align-self: center;
    display: flex;
  }

  .a-paragraph-small {
    align-self: center;
    line-height: 27px;
  }

  .f-navigation-button {
    font-size: 10px;
    display: block;
  }

  .text-block-30 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
    line-height: 18px;
  }

  .text-block-30:hover {
    font-size: 19px;
  }

  .text-block-31 {
    text-align: center;
    font-size: 13px;
    line-height: 12px;
  }

  .heading, .heading-copy, .blog-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .image-2 {
    width: 300px;
  }

  .text-block-33 {
    font-size: 30px;
  }

  .text-block-33.bold {
    font-size: 47px;
  }

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

  .column-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heroheader21_form {
    font-size: 15px;
  }

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

  .div-block-23 {
    height: 35px;
    font-size: 29px;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-s2-p3 {
    width: auto;
    margin-bottom: 0;
  }

  .uui-button-2 {
    width: 100%;
    font-size: 1.9rem;
  }

  .uui-form_input-2, .uui-form_input-2.left {
    font-size: 16px;
  }

  .paragraph-3 {
    margin-left: 5px;
    font-size: 12px;
  }

  .columns-11._2 {
    width: auto;
    width: auto;
    flex-direction: row;
  }

  .div-block-24 {
    width: auto;
  }

  .image-24 {
    max-width: 100px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .paragraph-2.icons {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-2.icons.b {
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-2-copy {
    flex-direction: row;
    align-items: flex-start;
  }

  .image-50 {
    max-width: 100px;
    padding-left: 10px;
    padding-right: 0;
  }

  .date {
    font-size: 13px;
  }

  .text-block {
    line-height: 17px;
  }

  .image-52 {
    max-width: 100px;
    padding-left: 10px;
    padding-right: 0;
  }

  .text-block-34 {
    line-height: 17px;
  }

  .image-54 {
    max-width: 100px;
    padding-left: 10px;
    padding-right: 0;
  }

  .text-block-35 {
    line-height: 17px;
  }

  .column-13 {
    display: none;
  }

  .columns-8 {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .text-block-37 {
    font-size: 22px;
  }

  .cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph.comment.big {
    text-align: center;
  }

  .column-14 {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .div-block-26 {
    height: 35px;
    font-size: 29px;
  }

  .column-28 {
    padding-left: 10px;
  }

  .text-block-39 {
    font-size: 30px;
  }

  .text-block-39.bold {
    font-size: 47px;
  }

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

  .rl_contact7_form-block, .rl_contact7_content {
    width: 100%;
  }

  .paragraph-4.icons {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-4.icons.b {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-bar {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-paragraph-small {
    font-size: 18px;
    line-height: 1.2;
  }

  .text-block-30 {
    font-size: 20px;
  }

  .blog-name {
    margin-top: 40px;
  }

  .menu {
    display: none;
  }

  .blog-red-text {
    font-size: 18px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-copy {
    font-size: 25px;
    line-height: 35px;
  }

  .image {
    max-width: 80%;
  }

  .blog-text, .bold-text {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .doctor {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    text-align: center;
    padding-left: 0;
  }

  .text-block-33 {
    text-align: center;
    justify-content: center;
    font-size: 29px;
  }

  .text-block-33.bold {
    font-size: 46px;
  }

  .text-block-33.gray {
    font-size: 27px;
  }

  .uui-heroheader21_form {
    margin-top: 2rem;
  }

  .text-block-10 {
    font-size: 18px;
    line-height: 14px;
  }

  .uui-signup-form_wrapper {
    margin-bottom: 0;
  }

  .uui-button-2 {
    font-size: 2.2rem;
  }

  .uui-button-2:hover {
    border-color: #7f56d9;
  }

  .uui-form_input-2 {
    margin-bottom: 12px;
  }

  .uui-form_input-2.left {
    margin-left: 2px;
  }

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

  .columns-11._2 {
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-24 {
    width: auto;
  }

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

  .paragraph-2.icons.b {
    margin-bottom: 20px;
  }

  .div-block-2-copy {
    align-items: center;
  }

  .image-49 {
    margin-right: 5px;
  }

  .comment-text, .comment-text-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-37 {
    font-size: 18px;
    line-height: 14px;
  }

  .paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .paragraph.comment {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.comment.big {
    font-size: 20px;
    line-height: 30px;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .count-wrap {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-39 {
    text-align: center;
    justify-content: center;
    font-size: 29px;
  }

  .text-block-39.bold {
    font-size: 46px;
  }

  .text-block-39.gray {
    font-size: 27px;
  }

  ._100-button {
    font-size: 17px;
  }

  .image-45 {
    max-width: 50%;
  }

  .count-block {
    width: auto;
    max-width: none;
    min-height: auto;
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .paragraph-4.icons.b {
    margin-bottom: 20px;
  }

  .link-block-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sticky-bar {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .a-banner-container {
    flex-direction: row;
    display: flex;
  }

  .a-banner-text-wrapper {
    display: block;
  }

  .a-paragraph-small {
    margin-bottom: 10px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 1.3;
  }

  .f-navigation-button {
    margin-left: 25px;
    margin-right: 25px;
    display: block;
  }

  .text-block-30 {
    padding: 10px 0;
    font-size: 16px;
  }

  .text-block-30:hover {
    font-size: 15px;
  }

  .blog-logo {
    display: none;
  }

  .heading {
    text-align: center;
  }

  .heading-copy {
    text-align: center;
    margin-top: 70px;
  }

  .image {
    max-width: 100%;
  }

  .link-block-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-text, .bold-text {
    font-size: 17px;
    line-height: 27px;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-heading {
    text-align: left;
    padding-left: 15px;
    font-size: 24px;
    line-height: 34px;
  }

  .bullet-text {
    font-size: 17px;
    line-height: 27px;
  }

  .div-block-3 {
    padding-left: 0;
  }

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

  .text-block-33.bold {
    font-size: 32px;
  }

  .uui-heroheader21_form {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-10 {
    font-size: 15px;
    line-height: 12px;
  }

  .div-block-23 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .columns-10 {
    width: 90%;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .image-42 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .left-s2-p3 {
    width: 100%;
    text-align: center;
    object-fit: contain;
    align-self: auto;
    overflow: visible;
  }

  .uui-button-2 {
    width: 90%;
    margin-top: 0;
    font-size: 26px;
  }

  .uui-form_input-2.left {
    margin-left: 0;
  }

  .columns-11._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-26 {
    display: block;
  }

  .div-block-24 {
    text-align: center;
    flex-direction: column;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-2.icons {
    font-size: 11px;
    line-height: 16px;
  }

  .paragraph-2.icons.b {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-2-copy {
    flex-direction: column;
  }

  .comment.reply {
    margin-left: 20px;
  }

  .flex-block-12 {
    margin-top: 0;
  }

  .image-49 {
    width: 40px;
    max-width: none;
  }

  .image-50 {
    padding-left: 5px;
  }

  .comment-text {
    font-size: 16px;
    line-height: 26px;
  }

  .flex-block-13-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    text-align: left;
    font-size: 13px;
  }

  .flex-block-13 {
    margin-top: 0;
  }

  .image-52 {
    padding-left: 5px;
  }

  .text-block-34 {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .flex-block-15 {
    margin-top: 0;
  }

  .image-54 {
    padding-left: 5px;
  }

  .comment-text-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-35 {
    text-align: left;
    font-size: 13px;
  }

  .column-13 {
    display: none;
  }

  .text-block-36 {
    line-height: 27px;
  }

  .text-block-37 {
    font-size: 15px;
    line-height: 12px;
  }

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

  .paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph.comment {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.comment.big {
    font-size: 16px;
    line-height: 26px;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-26 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .rl-field-label {
    font-size: .9rem;
  }

  .columns-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .count-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text-block-39.bold {
    font-size: 32px;
  }

  .count-text {
    font-size: 12px;
  }

  .image-55 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  ._100-button {
    font-size: 14px;
  }

  ._100-button.pink-hover {
    text-transform: uppercase;
    font-size: 29px;
  }

  .left-s2-p3-2 {
    width: 100%;
    text-align: center;
    align-self: auto;
  }

  .image-45 {
    max-width: 80%;
  }

  .column-29 {
    display: block;
  }

  .count-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_contact7_content {
    padding-bottom: 20px;
  }

  .paragraph-4 {
    font-size: 13px;
    line-height: 18px;
  }

  .paragraph-4.icons {
    font-size: 11px;
    line-height: 16px;
  }

  .paragraph-4.icons.b {
    margin-bottom: 10px;
  }
}

#w-node-dbc833a9-dcae-4cb2-c71f-2a3dd71d508d-b4e20822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbc833a9-dcae-4cb2-c71f-2a3dd71d508e-b4e20822 {
  justify-self: start;
}
