@font-face {
  font-family: 'Galano Grotesque';
  src: url("../fonts/galano_grotesque_medium.6022841ccc9c.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Glacial Indifference';
  src: url("../fonts/glacial_indifference_regular.008080d5594f.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/gotham_medium.27a90e8757ed.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

.prescrypto-btn {
  border-radius: 6px;
  border: solid 1px #fff;
  cursor: pointer;
  padding: 13.3px 27.7px 12.5px 28.5px;
  font-family: "Galano Grotesque";
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
  color: #3a45dd;
  background-color: #fff;
  display: inline-block;
}

.prescrypto-btn.reverse {
  color: #fff;
  background-color: #3a45dd;
}

.prescrypto-btn:hover {
  color: inherit;
}

@media screen and (max-width: 576px) {
  .prescrypto-btn {
    font-size: 0.9375rem;
    padding: 10px 14px 11.4px 15px;
  }
}

.prescrypto-title {
  font-family: "Galano Grotesque";
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.1px;
  color: #2c2c2c;
  margin: 0;
}

.prescrypto-title span {
  color: #3a45dd;
}

@media screen and (max-width: 576px) {
  .prescrypto-title {
    font-size: 1.25rem;
    line-height: 3.91;
    letter-spacing: -0.3px;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  min-height: 100%;
  position: relative;
  font-family: "Galano Grotesque";
}

body {
  font-size: inherit;
  background-color: #f9f9f9;
}

body.noscroll {
  overflow: hidden;
}

body.noscroll::after {
  content: ' ';
  opacity: 1;
  z-index: 9;
}

a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
}

#page {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

figure {
  margin: 0;
}

.custom-loader {
  display: none;
  text-align: center;
  width: 100%;
}

.custom-loader .ball-pulse-sync div {
  background: #fff;
}

.button-wrapper.disabled,
button[type="submit"][disabled] {
  display: none;
}

.button-wrapper.disabled+.custom-loader:not(.vertical-center),
button[type="submit"][disabled]+.custom-loader:not(.vertical-center) {
  display: block;
}

.button-wrapper.disabled+.custom-loader.vertical-center,
button[type="submit"][disabled]+.custom-loader.vertical-center {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

label.error {
  color: #ff3636;
  display: block;
  padding-top: 0.3em;
}

.form-message i,
.form-message span {
  display: inline-block;
}

.form-message span {
  margin-left: 0.5em;
}

.form-message.error {
  color: #ff3636;
}

.form-message.success {
  color: #149a14;
}

.form-message.success,
.form-message.error {
  margin-top: 1em;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

input,
textarea,
button,
select,
input:hover,
textarea:hover,
button:hover,
select:hover,
input:active input:focus,
textarea:active textarea:focus,
button:active button:focus,
select:active select:focus {
  box-shadow: none;
  outline: none;
}

textarea {
  resize: none;
}

.navbar {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  padding: 62px 69px 0 73px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
}

.navbar-logo {
  width: 192px;
  height: 36px;
}

.navbar-logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .navbar-logo {
    display: none;
  }
}

.navbar-logo-mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .navbar-logo-mobile {
    display: block;
  }
}

.navbar-scroll {
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a45dd;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
  margin-top: 0px !important;
  height: 90px;
  padding: 0 69px 0 73px;
}

.navbar-scroll>div>a>.navbar-logo {
  margin-top: 15px;
}

.navbar-option {
  font-family: "Galano Grotesque";
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
  display: block;
  padding: 13.3px 27.7px 12.5px 28.5px;
}

.navbar-option.login {
  color: #fff;
}

.navbar-option.login:hover {
  color: #3a45dd;
  background-color: #fff;
}

.navbar-option.signup {
  background-color: #fff;
  color: #3a45dd;
  display: block;
}

.navbar-option.signup:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-option-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-option-content {
  margin-left: 10px;
  position: relative;
  border-radius: 6px;
  border: solid 1px #fff;
  background-color: transparent;
}

.hamburger-visibility {
  position: absolute;
}

.hamburger-menu-container {
  display: none;
}

.active-section {
  color: #fff;
}

@media screen and (max-width: 840px) {
  .navbar {
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    padding: 0 18px;
  }

  .navbar-option-container {
    display: none;
  }

  .hamburger {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    height: 33px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 33px;
  }

  .hamburger-visibility {
    cursor: pointer;
    position: initial;
  }

  .hamburger-logo {
    height: auto;
    width: auto;
  }

  .hamburger-close {
    height: 16px;
    width: 16px;
  }

  .hamburger-menu-container {
    background-color: #3a45dd;
    display: inline;
    bottom: 0;
    right: 0;
    overflow: scroll;
    padding-bottom: 50px;
    position: fixed;
    top: 0;
    transition: width 0.5s;
    width: 0%;
    z-index: 13;
  }

  .hamburger-menu-header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 36px 50px 36px;
  }

  .hamburger-menu-body {
    margin-left: 36px;
  }

  .hamburger-text {
    color: #fff;
    padding: 10px 0;
  }

  .hamburger-text-container {
    margin: 35px 0;
  }

  .hamburger-line-icon {
    background-color: #fff;
    height: 2px;
    width: 20px;
  }

  .hamburger-line-icon-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hamburger-line-icon:nth-child(2) {
    margin: 4px 0;
  }
}

.footer {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 91px;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 34px;
}

@media screen and (max-width: 576px) {
  .footer {
    padding-left: 22px;
  }
}

.footer-blog {
  font-family: "Galano Grotesque";
  font-size: 1.25rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #3f4aca;
  margin-right: 20.7px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .footer-blog {
    font-size: 1.0625rem;
    letter-spacing: -0.3px;
    margin-right: 13px;
  }
}

.footer-facebook {
  margin-right: 31.7px;
}

@media screen and (max-width: 576px) {
  .footer-facebook {
    margin-right: 15.4px;
  }
}

.footer-twitter {
  margin-right: 39px;
}

@media screen and (max-width: 576px) {
  .footer-twitter {
    margin-right: 18px;
  }
}

.footer-label {
  font-family: "Galano Grotesque";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #202020;
}

@media screen and (max-width: 576px) {
  .footer-label {
    font-size: 0.75rem;
    letter-spacing: 0.4px;
  }
}

.information {
  padding-top: 188px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  .information {
    padding: 76px 10px 0 10px;
  }
}

.information-background {
  position: absolute;
  background-image: url("../img/cover-azul@2x.3ad9cddf32c4.jpg");
  background-position: center center;
  background-size: cover;
  height: 840px;
  width: 100%;
}

@media screen and (max-width: 1270px) {
  .information-background {
    height: 800px;
  }
}

@media screen and (max-width: 1100px) {
  .information-background {
    height: 780px;
  }
}

@media screen and (max-width: 900px) {
  .information-background {
    height: 730px;
  }
}

@media screen and (max-width: 576px) {
  .information-background {
    height: 384px;
  }
}

.information-title {
  margin: 0;
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .information-title {
    font-size: 1.5625rem;
    line-height: 1.64;
    letter-spacing: -0.1px;
  }

  .information-title br {
    display: block;
  }
}

.information-text {
  margin: 10px 0 0 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
}

.information-text br {
  display: none;
}

@media screen and (max-width: 576px) {
  .information-text br {
    display: block;
  }
}

.information-text span {
  position: relative;
}

.information-text span img {
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 71px;
  height: 3px;
}

@media screen and (max-width: 576px) {
  .information-text span img {
    right: 0;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .information-text {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.3px;
    margin: 0;
  }
}

.information-form {
  text-align: center;
  margin-top: 49px;
}

@media screen and (max-width: 576px) {
  .information-form {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.information-form-input {
  border-radius: 6px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.45);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff;
  padding: 13px 17px 12.7px 17px;
  width: 268px;
  margin-right: 5px;
}

.information-form-input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #fff;
}

.information-form-input::placeholder {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .information-form-input:-ms-input-placeholder {
    font-size: 0.75rem;
  }

  .information-form-input::placeholder {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 576px) {
  .information-form-input {
    width: 189px;
    font-size: 0.75rem;
    padding: 10px 25.2px 11.7px 13.1px;
    margin-right: 6px;
  }
}

.information-form-btn:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .information-form-btn {
    font-size: 0.75rem;
  }
}

.information-image {
  display: block;
  margin-top: 30px;
  width: 100%;
}

.information-image-smartphone {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 32%;
}

.information-image-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 65.4166%;
}

@media screen and (max-width: 1024px) {
  .information-image-container {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .information-image-container {
    width: 90.9375%;
  }
}

.information-image-container:before {
  content: "";
  display: block;
  background-image: url("../img/como_funciona_prescrypto.9b8a016ff496.gif");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: -3.05%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 7.5% !important;
  width: 71% !important;
}

.easy {
  text-align: center;
  padding: 0 12.3611% 66px 9.3055%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 1140px) {
  .easy {
    padding: 0 5% 66px 5%;
  }
}

@media screen and (max-width: 1024px) {
  .easy {
    padding: 0 5% 66px 5%;
  }
}

@media screen and (max-width: 768px) {
  .easy {
    padding: 0 12.3611% 66px 9.3055%;
  }
}

@media screen and (max-width: 576px) {
  .easy {
    padding-bottom: 30px;
  }
}

.easy-title {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0;
}

.easy-title span {
  position: relative;
  display: inline-block;
}

.easy-title span img {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 60%;
}

@media screen and (max-width: 576px) {
  .easy-title span img {
    bottom: -2px;
    width: 75%;
  }
}

@media screen and (max-width: 576px) {
  .easy-title {
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .easy-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .easy-title {
    margin-top: 0;
  }
}

.easy-cards {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
}

@media screen and (max-width: 900px) {
  .easy-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 576px) {
  .easy-cards {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }
}

.easy-card {
  background-color: #fff;
  width: 21.453%;
  height: 300px;
  text-align: left;
}

.easy-card-image {
  height: 85px;
}

@media screen and (max-width: 1140px) {
  .easy-card {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }
}

@media screen and (max-width: 900px) {
  .easy-card {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
  }
}

@media screen and (max-width: 768px) {
  .easy-card {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
}

@media screen and (max-width: 576px) {
  .easy-card {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.easy-card:nth-child(1) {
  padding: 32px 30px 39px 32px;
}

@media screen and (max-width: 576px) {
  .easy-card:nth-child(1) {
    padding: 13px 18px 0 18px;
  }

  .easy-card:nth-child(1) img {
    width: 82px;
    height: 49px;
  }
}

.easy-card:nth-child(2) {
  padding: 35px 14px 39px 34px;
}

@media screen and (max-width: 576px) {
  .easy-card:nth-child(2) {
    padding: 13px 0 3px 0;
  }

  .easy-card:nth-child(2) img {
    width: 43px;
    height: 45px;
  }
}

.easy-card:nth-child(3) {
  padding: 32px 4px 48px 36px;
}

@media screen and (max-width: 900px) {
  .easy-card:nth-child(3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .easy-card:nth-child(3) {
    margin-top: 12px;
    padding: 16px 0 7px 0;
  }

  .easy-card:nth-child(3) img {
    width: 45px;
    height: 49px;
  }
}

.easy-card:nth-child(4) {
  padding: 26px 9px 17px 31px;
}

@media screen and (max-width: 900px) {
  .easy-card:nth-child(4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .easy-card:nth-child(4) {
    margin-top: 12px;
    padding: 7px 0 6px 0;
  }

  .easy-card:nth-child(4) img {
    width: 59px;
    height: 59px;
  }
}

.easy-card-title {
  font-family: "Galano Grotesque";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #454f66;
}

@media screen and (max-width: 576px) {
  .easy-card-title {
    margin-top: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
}

.easy-card-text {
  font-family: "Glacial Indifference";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.3px;
  color: #9b9b9b;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .easy-card-text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 576px) {
  .easy-card-text {
    display: none;
  }
}

/* Custon easy btn to DR modal */
.custom-easy-btn {}

.custom-easy-btn:hover {
  background-color: #fff;
  color: #3a45dd;
}

.easy-btn {
  margin-top: 101px;
  width: 240px;
}

.easy-btn:hover {
  background-color: #fff;
  color: #3a45dd;
}

@media screen and (max-width: 576px) {
  .easy-btn {
    display: block;
    width: 100%;
    margin: 22px auto 0 auto;
    height: 49px;
    line-height: 26px;
  }
}

.easy-bg-image {
  position: absolute;
  right: 0;
  bottom: -220px;
}

@media screen and (max-width: 576px) {
  .easy-bg-image {
    display: none;
  }
}

.video-container {
  position: relative;
  padding-bottom: 34.35%;
  padding-top: 25px;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.doctor {
  background-image: url("../img/doctor-bg@2x.810f75e99f40.png");
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 100px 13.75% 97px 13.75%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .doctor {
    padding: 110px 5% 97px 6%;
  }
}

@media screen and (max-width: 576px) {
  .doctor {
    background-image: none;
    padding: 0 0 23px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .doctor-video {
    margin-right: 5%;
  }
}

@media screen and (max-width: 576px) {
  .doctor-img {
    -ms-flex-preferred-size: 55.3125%;
    flex-basis: 55.3125%;
    margin-right: 0;
  }
}

.doctor-quotes {
  margin-right: 4.9137%;
}

.doctor-quotes img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .doctor-quotes {
    margin-top: 23px;
    margin-right: 20.9375%;
  }
}

.doctor-content {
  width: auto;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 576px) {
  .doctor-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 15px;
    padding: 0 30px;
  }
}

.doctor-title {
  margin: 0;
}

.doctor-title br {
  display: none;
}

@media screen and (max-width: 576px) {
  .doctor-title br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .doctor-title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 576px) {
  .doctor-title {
    font-size: 1.3125rem;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}

.doctor-text {
  font-family: "Galano Grotesque";
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #2c2c2c;
  margin: 13.2px 0 0 0;
}

@media screen and (max-width: 768px) {
  .doctor-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .doctor-text {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0.4px;
  }
}

.doctor-information {
  display: block;
  margin: 45px 58px 0 auto;
}

@media screen and (max-width: 768px) {
  .doctor-information {
    margin: 15px 13px 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .doctor-information {
    margin: 14px 0 0 0;
  }
}

.doctor-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.doctor-name-line {
  width: 25px;
  height: 1px;
  border: solid 2px #2c2c2c;
  margin-right: 13px;
}

.doctor-name span {
  font-family: "Gotham";
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.6px;
  color: #2c2c2c;
}

@media screen and (max-width: 576px) {
  .doctor-name span {
    font-size: 11px;
    letter-spacing: 0.3px;
    color: #2c2c2c;
  }
}

.doctor-grade {
  font-family: Gotham;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.19;
  letter-spacing: 0.5px;
  color: #4678df;
  padding-left: 39px;
}

@media screen and (max-width: 576px) {
  .doctor-grade {
    font-size: 11px;
    letter-spacing: 0.3px;
  }
}

.communication {
  padding: 43px 8.5416% 86px 8.5416%;
}

@media screen and (max-width: 576px) {
  .communication {
    padding-bottom: 41px;
    padding-top: 0;
  }
}

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

.communication-items {
  margin-top: 49px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .communication-items {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .communication-items {
    margin: 0;
  }
}

@media screen and (max-width: 990px) and (min-width: 520px) {
  .communication-items {
    max-width: 400px !important;
  }
}

@media screen and (max-width: 990px) {
  .communication-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 990px) and (min-width: 520px) {
  .communication-item:nth-child(1) img {
    height: 20px !important;
  }

  .communication-item img {
    height: 20px !important;
  }
}

@media screen and (max-width: 990px) {
  .communication-item {
    margin-top: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 45%;
    text-align: left;
  }

  .communication-item:nth-child(1) img {
    height: 15px;
  }

  .communication-item:nth-child(n+3) {
    margin-top: 17px;
  }

  .communication-item:last-child {
    display: none;
  }

  .communication-item img {
    height: 17px;
  }
}

.patients {
  background-color: rgba(29, 41, 204, 0.84);
  padding: 72px 13.75% 88.5px 13.75%;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .patients {
    padding-left: 6%;
  }
}

@media screen and (max-width: 1024px) {
  .patients {
    padding: 37px 5% 40px 6%;
  }
}

@media screen and (max-width: 576px) {
  .patients {
    padding: 37px 0 40px 0;
    text-align: center;
  }
}

.patients-image {
  position: absolute;
  top: -28px;
  right: 15.277%;
}

@media screen and (max-width: 1300px) {
  .patients-image {
    right: 8%;
  }
}

@media screen and (max-width: 1024px) {
  .patients-image {
    right: 5%;
    width: 36%;
  }
}

@media screen and (max-width: 768px) {
  .patients-image {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 576px) {
  .patients-image {
    position: relative;
    width: 67%;
    display: block;
    top: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
  }
}

.patients-title {
  font-family: "Galano Grotesque";
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .patients-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  .patients-title {
    font-size: 1.5625rem;
    line-height: 1.3;
    letter-spacing: -0.1px;
    text-align: center;
  }
}

.patients-subtitle {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.5px;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .patients-subtitle {
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-align: center;
  }
}

.patients-btn {
  margin-top: 37px;
}

.patients-btn:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .patients-btn {
    display: block;
    width: 87.5%;
    margin: 37px auto 0 auto;
    height: 45px;
  }
}

/* Digitize Rx */
.digitize {
  background: #fff;
}

.digitize__wrapper {
  align-items: center;
}

.digitize__title {
  color: #2C2C2C;
  font-family: "Galano Grotesque";
  font-size: 1.5625rem;
  line-height: 1.4;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 1.5rem;
}

.digitize__title--alt {
  color: #3C45D3;
}

.digitize__subtitle {
  font-family: "Glacial Indifference";
  color: #9DB0C2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 2.25rem;
}

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

.digitize__image {
  max-height: 500px;
}

.digitize__image--small {
  max-height: 140px;
}

@media screen and (max-width: 992px) {
  .digitize {
    padding-bottom: 4rem;
  }

  .digitize .container {
    max-width: 100%;
    margin: 0
  }

  .digitize__wrapper {
    max-width: 576px;
    margin: 0 auto;
  }

  .digitize__title {
    text-align: center;
    margin-bottom: 3rem;
  }

  .digitize__image {
    width: 100%;
  }

  .digitize__subtitle {
    margin-bottom: 3rem;
  }

  .digitize__cta {
    margin: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
}

/* Prx pharma (ads) */
.pharma {
  background: linear-gradient(179.5deg, #86B9E2 3.93%, rgba(255, 255, 255, 0) 99.57%);
}

.pharma__wrapper {
  align-items: center;
}

.pharma__copy {
  position: relative;
  left: 5rem;
  bottom: 6rem;
}

.pharma__title {
  color: #2C2C2C;
  font-family: "Galano Grotesque";
  font-size: 1.5625rem;
  line-height: 1.4;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 1.5rem;
}

.pharma__title--alt {
  color: #fff;
}

.pharma__subtitle {
  font-family: "Glacial Indifference";
  color: #9E9E9E;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 2.25rem;
  max-width: 60%;
}

.pharma__images {
  background: url("/static/landing/img/pharma-bg.e21e5a3618a8.jpeg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 520px;
  margin-bottom: 7rem;
}

.pharma__image {
  position: absolute;
  bottom: -6rem;
  right: -3rem;
}

@media screen and (max-width: 992px) {
  .pharma__copy {
    left: 0;
    bottom: 0;
    max-width: 576px;
    margin: 0 auto;
  }

  .pharma__title {
    text-align: center;
    margin-bottom: 3rem;
  }

  .pharma__images {
    min-height: 420px;
    margin-bottom: 14rem;
    display: flex;
    justify-content: center;
  }

  .pharma__image {
    position: relative;
    left: 0;
    bottom: -18rem;
    height: 100%;
  }

  .pharma__subtitle {
    margin-bottom: 3rem;
    max-width: 100%;
  }

  .pharma__cta {
    margin: 0;
    width: 100%;
    margin-bottom: 3rem;
  }
}
