.mobile-only,
.desktop-only {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-only {
    display: block;
  }
  span.mobile-only.initial-flex {
    display: inline !important;
}
}
@media screen and (min-width: 992px) {
  .desktop-only {
    display: block;
  }
  .promo.carousel-item:nth-of-type(1) .text-bubble {
    width: 510px !important;
}

.promo.carousel-item:nth-of-type(3) .text-bubble {
    width: 510px !important;
}
}
.home-main {
  max-width: 100%;
  padding: 40px 20px;
}
.home-main > .component-content {
  max-width: 800px;
  margin: 0 auto;
}
.home-main .title-home-one {
  padding: 0 0 40px;
}
.home-main .title-home-one h3 {
  font-family: "Outfit";
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #5b2b82;
  padding: 0 50px;
  margin: 0;
}
.home-main .title-home-one h3 sup {
  top: -5px;
  font-size: 70%;
}
.home-main .title-home-one h3 sup:last-child {
  font-size: 55%;
  top: -8px;
}
.home-main .row {
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.home-main .home-three-promo {
  max-width: 240px;
  flex: 0 0 240px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.home-main .home-three-promo .field-promoicon {
  text-align: center;
  padding: 0 0 14px;
}
.home-main .home-three-promo h3 {
  font-family: "Outfit";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #5b2b82;
  padding: 0;
  margin: 0;
}
.home-main .home-three-promo p {
  font-family: "Outfit";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #77777a;
  padding: 0 0px;
  margin: 0;
}
.footnote-home-one {
  padding: 0 0;
}
.footnote-home-one p {
  font-family: "Outfit";
  font-size: 11px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #77777a;
  text-indent: -5px;
  padding-left: 5px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.footnote-home-one p.last {
  padding-bottom: 0px;
}
#home-inline-video {
  padding: 0;
  margin-top: 0;
}

@media only screen and (min-width: 960px) {
  #home-inline-video {
    margin-top: 0;
    margin-bottom: 80px;
  }
}

#home-inline-video .background video {
  width: 100%;
}

#home-inline-video .content h2 {
  font-size: 19px;
  line-height: 22px;
}
#home-inline-video .video-modal .content h2 {
  max-width: 305px;
}
@media only screen and (min-width: 960px) {
  #home-inline-video .content h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

#home-inline-video .hover-icon {
  width: 62px;
  height: 62px;
}

@media only screen and (min-width: 960px) {
  #home-inline-video .hover-icon {
    width: 81px;
    height: 81px;
  }
}
.bio-modal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 960px) {
  .bio-modal.in-page .modal-content {
    padding-right: 50px;
  }
}

.bio-modal .modal-backdrop {
  opacity: 0.7 !important;
}

.bio-modal .modal-dialog {
  max-width: 1060px;
}

@media only screen and (max-width: 380px) {
  .bio-modal .modal-dialog {
    margin: 0;
  }
}

.bio-modal .modal-content {
  border-radius: 0;
}

@media only screen and (min-width: 960px) {
  .bio-modal .modal-content {
    padding: 50px 20px 30px 50px;
  }
}

.bio-modal .modal-body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.bio-modal .main-video {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .bio-modal .main-video {
    width: 700px;
  }
}

.bio-modal .main-video__caption h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #5b2b82;
  font-size: 24px;
  line-height: 30px;
  text-align: left !important;
}

.bio-modal .main-video__caption span {
  color: #77777a;
  font-size: 14px;
  line-height: 15.5px;
  text-align: left !important;
}

.bio-modal .main-video__caption div {
  text-align: left !important;
}

.bio-modal .video-nav {
  width: 230px;
  overflow-x: hidden;
  scrollbar-track-color: #ebebeb;
  scrollbar-highlight-color: #5b2b82;
  scrollbar-face-color: #5b2b82;
  scrollbar-shadow-color: #5b2b82;
  scrollbar-arrow-color: #5b2b82;
  scrollbar-3dlight-color: #ebebeb;
  -ms-scrollbar-track-color: #ebebeb;
  -ms-scrollbar-highlight-color: #5b2b82;
  -ms-scrollbar-face-color: #5b2b82;
  -ms-scrollbar-shadow-color: #5b2b82;
  -ms-scrollbar-arrow-color: #5b2b82;
  -ms-scrollbar-3dlight-color: #ebebeb;
  display: none;
}

@media only screen and (min-width: 960px) {
  .bio-modal .video-nav {
    height: 100%;
    max-height: 394px;
    overflow-y: auto;
    padding-right: 20px;
    width: auto !important;
  }

  .bio-modal .video-nav.show {
    display: flex;
  }
}

.bio-modal .video-nav::-webkit-scrollbar {
  width: 10px;
}

.bio-modal .video-nav::-webkit-scrollbar-track {
  width: 10px;
  background-color: #ebebeb;
}

.bio-modal .video-nav::-webkit-scrollbar-track-piece {
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
  border-style: solid;
  border-radius: 5px;
  scrollbar-track-color: #ebebeb;
}

.bio-modal .video-nav::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #5b2b82 !important;
  scrollbar-face-color: #5b2b82;
}

.bio-modal .video-nav .js-video-nav {
  position: relative;
  cursor: pointer;
  justify-content: center;
}

@media only screen and (min-width: 960px) {
  .bio-modal .video-nav .js-video-nav {
    width: 212px;
    height: 122px;
    margin-bottom: 18px;
  }
}

.bio-modal .video-nav .js-video-nav p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.bio-modal .close {
  opacity: 1;
}

.bio-modal .close:hover {
  opacity: 1;
}

.bio-modal .close span {
  color: #5b2b82;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  top: -26px;
  right: 0;
  background-color: #fff;
}

@media only screen and (min-width: 960px) {
  .bio-modal .close span {
    top: 10px;
    right: 14px;
    background-color: transparent;
  }
}

.bio-modal .video-js .vjs-dock-text {
  display: none;
}

.bio-modal .vary {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: -25px;
  left: 20px;
}

@media only screen and (min-width: 960px) {
  .bio-modal .vary {
    color: #77777a;
    bottom: 0;
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 960px) and (-ms-high-contrast: none) {
  .bio-modal .video-nav .js-video-nav {
    margin-bottom: 133px;
  }
}
.video-modal {
  position: relative;
}

.video-modal.in-hero .content {
  top: 134px;
}

@media only screen and (max-width: 380px) {
  .video-modal.in-hero .content p {
    width: 310px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.video-modal.in-hero video {
  width: 100vw;
}

@media only screen and (min-width: 960px) {
  .video-modal.in-hero video {
    width: 100%;
  }
}

.video-modal .background {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 960px) {
  .video-modal .background {
    /* width: 1440px; */
    height: auto;
    margin: 0 auto;
  }
}

.video-modal .background video {
  width: 100%;
}

.video-modal .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  z-index: 10;
}

@media only screen and (min-width: 960px) {
  .video-modal .content {
    top: 190px;
  }
}

.video-modal .content h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  max-width: 280px;
  margin: 0 auto;
}

.video-modal .content h2 sup {
  font-size: 16px;
  top: -5px;
}

@media only screen and (min-width: 960px) {
  .video-modal .content h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .video-modal .content h2 sup {
    font-size: 20px;
    top: -5px;
  }
}

.video-modal .content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.video-modal .content p sup {
  font-size: 7px;
  top: -0.52em;
}

@media only screen and (min-width: 960px) {
  .video-modal .content p {
    margin-bottom: 30px;
  }
  .video-modal .content p sup {
    font-size: 8px;
  }
}

.video-modal .content .playIcon {
  width: 81px;
  height: 81px;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  .video-modal .content .playIcon,
  .video-modal .content .playIcon img {
    width: 81px;
    height: 81px;
  }
  .video-modal .content .playIcon img.lg-60 {
    width: 60px;
    height: 60px;
  }
}

.video-modal .content .hover-icon {
  display: none;
}

.video-modal .content .playIcon .hover-icon {
  display: none;
}

@media only screen and (min-width: 960px) {
  .video-modal .content .playIcon:hover .reg-icon {
    display: none;
  }

  .video-modal .content .playIcon:hover .hover-icon {
    display: inline;
  }
}

.video-modal div.nurseVid img {
  width: 60px;
  height: 60px;
}
#moa-title {
  padding: 0 0 20px;
}
#moa-title h2 {
  font-family: "Outfit";
  font-size: 30px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #5b2b82;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
#moa-title h2 sup:first-child {
  font-size: 24px;
  top: -5px;
  font-weight: bold;
}
#moa-title h2 sup:last-child {
  font-size: 60%;
  top: -8px;
  font-weight: bold;
}
#moa-title .subtitle p {
  font-family: "Outfit";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.32px;
  text-align: center;
  color: #77777a;
  padding: 0;
  margin: 0;
}
#moa-title .subtitle p sup {
  font-size: 14px;
  top: -3px !important;
  font-weight: bold;
}
#homeCarouselContainer {
  width: 100%;
  max-width: 100%;
  /*height: 480px;*/
  margin: 0;
  padding: 0;
}

.promo.carousel-item {
  padding: 0;
  background: transparent;
}

.promo.carousel-item.active {
  display: block;
}

.promo.carousel-item .text-bubble,
.promo.carousel-item .text-lg {
  opacity: 0;
}

.promo.carousel-item.active .img-fade {
  animation: fadeIn 8s;
  -webkit-animation: fadeIn 8s;
  -moz-animation: fadeIn 8s;
  -o-animation: fadeIn 8s;
  -ms-animation: fadeIn 8s;
}

.promo.carousel-item.active .text-lg {
  animation: fadeIn 7s;
  -webkit-animation: fadeIn 7s;
  -moz-animation: fadeIn 7s;
  -o-animation: fadeIn 7s;
  -ms-animation: fadeIn 7s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.promo.carousel-item.active .text-bubble {
  animation: fadeIn 6.5s;
  -webkit-animation: fadeIn 6.5s;
  -moz-animation: fadeIn 6.5s;
  -o-animation: fadeIn 6.5s;
  -ms-animation: fadeIn 6.5s;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.promo.carousel-item {
  height: 100%;
  width: 100%;
  position: relative;
}

.promo.carousel-item .promo-text {
  left: 20px;
  top: 60px;
  z-index: 1;
}
/*
.promo.carousel-item::after {
  content: '';
  background: url('/-/media/E2B906182D304ACDBE63C52E4E1B229E');
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
.promo.carousel-item:nth-of-type(2) .promo-text {
  left: auto;
  right: 10px;
}
.promo.carousel-item .text-lg {
  font-family: "Outfit", sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.promo.carousel-item .text-bubble {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  border: solid 1px #fff;
  border-radius: 12px;
  border-top-left-radius: 0;
  padding: 8px 12px;
  font-weight: 300;
}

.promo.carousel-item:nth-of-type(1) .text-bubble {
  width: 210px;
}

.promo.carousel-item:nth-of-type(2) .text-bubble {
  width: 202px;
}

.promo.carousel-item:nth-of-type(3) .text-bubble {
  width: 213px;
}

.promo.carousel-item:nth-of-type(4) .text-bubble {
  width: 216px;
}

.promo.carousel-item:nth-of-type(5) .text-bubble {
  width: 206px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  #homeCarouselContainer {
    margin-top: 0;
    position: relative;
    background: url("/-/media/C45B364D3410474EA52BDFA9E612C76B");
    background-size: cover;
  }

  #homeCarouselContainer img {
    height: 100%;
    width: 100%;
  }

  /*
  .promo.carousel-item::after {
    background: url('/-/media/79DCA80065A1451CA988FF55ABDC7151');
  }*/

  .promo.carousel-item .promo-text {
    left: 10%;
    top: 60px;
  }

  .promo.carousel-item:nth-of-type(2) .promo-text {
    right: 5%;
  }

  .promo.carousel-item .text-lg {
    font-size: 54px;
    line-height: 1;
  }

  .promo.carousel-item .text-bubble {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.1;
    height: 75px;
    width: 547px !important;
    margin-top: 17px;
    border-radius: 20px;
    border-top-left-radius: 0;
    display: flex;
    align-items: center;
    padding-left: 25px;
  }

  .promo.carousel-item:nth-of-type(5) .text-bubble {
    max-width: 535px;
  }
}
@media (min-width: 1440px) {
    .promo.carousel-item .text-bubble {
    max-width: fit-content;
  }

}

@media (min-width: 1400px) and (max-width:1500px ) {
  .promo.carousel-item .promo-text {
    left: 10%;
  }


  .promo.carousel-item:nth-of-type(2) .promo-text {
    right: 2%;
  }
}

@media (min-width: 1500px) and (max-width:1600px ) {
  .promo.carousel-item .promo-text {
    left: 20%;
  }


  .promo.carousel-item:nth-of-type(2) .promo-text {
    right: 18%;
  }
}
@media (min-width: 1600px) and (max-width:1710px ) {
      .promo.carousel-item .promo-text {
    left: 18%;
  }


  .promo.carousel-item:nth-of-type(2) .promo-text {
    right: 8%;
  }
}
@media (min-width: 1710px) and (max-width:1950px ) {
      .promo.carousel-item .promo-text {
    left: 22%;
  }


  .promo.carousel-item:nth-of-type(2) .promo-text {
    right: 14%;
  }
}
@media (min-width: 1950px) {
      .promo.carousel-item .promo-text {
    left: 28%;
  }


  .promo.carousel-item:nth-of-type(2) .promo-text {
    right: 24%;
  }
}
.section-three .quantum-cta {
  position: relative;
}
.section-three .quantum-cta .quantum-cta__image-wrap {
  width: 100%;
  height: auto;
}
.section-three .quantum-cta .quantum-cta__image-wrap img {
  width: 100%;
  height: auto;
}
.section-three .quantum-cta .quantum-cta__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
}
.section-three .quantum-cta .quantum-cta__text .content-middle {
  max-width: 850px;
  margin: 0 auto;
}
.section-three .quantum-cta .quantum-cta__text h3 {
  font-family: "Outfit";
  font-size: 30px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0 0 8px;
  margin: 0;
}
.section-three .quantum-cta .quantum-cta__text h3 sup.r-ball{
  font-size: 70%;
  top: -3px;
}
.section-three .quantum-cta .quantum-cta__text h3 sup.sup-num{
  font-size: 55%;
  top: -10px;
}
.section-three .quantum-cta .quantum-cta__text ul {
  margin: 0 auto;
  max-width: 460px;
  padding: 0 0 24px 0px;
}
.section-three .quantum-cta .quantum-cta__text ul li {
  font-family: "Outfit";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
  list-style: disc;
  list-style-position: inside;
}
.section-three .quantum-cta .quantum-cta__text ul li::marker {
  font-size: 10px;
  line-height: 1;
}
.section-three .quantum-cta .quantum-cta__text ul li sup {
  font-size: 55%;
}

.section-three .quantum-cta .quantum-cta__text .footnote-img {
  padding: 0 0 20px 22px;
}
.section-three .quantum-cta .quantum-cta__text .footnote-img p {
  font-family: "Outfit";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
}
.section-four {
  padding-top: 100px;
}
.section-four .row {
  margin: 0;
  gap: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.section-four .promo-left,
.section-four .promo-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px 16px 16px;
  background-color: #ebebeb;
  border-radius: 24px;
  max-width: 543px;
  flex: 0 0 543px;
  align-content: center;
}
.section-four .promo .field-promoicon {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 24px;
}
.section-four .promo .field-promoicon img {
  width: auto;
  height: auto;
}
.section-four .promo .promo-text .field-promotext h5 {
  font-family: Outfit;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: center;
  color: #5b2b82;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
}
.section-four .promo .promo-text .field-promotext p {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #77777a;
  padding: 0;
  margin: 0;
}
.section-four .promo .field-promolink {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 0 12px 12px;
  margin-top: 24px;
}
.section-four .promo .field-promolink a {
  font-family: "Outfit";
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.32px;
  text-align: left;
  color: #5b2b82;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 auto;
  position: relative;
  gap: 10px;
}
.section-four .promo .field-promolink a:hover {
  /*color:#e16a2d;*/
  text-decoration: none;
}

.section-four .promo .field-promolink a:after {
  content: "";
  background-image: url(/-/media/Themes/Amgen/Parsabivhcp-com/parsabivhcp-com/images/redesign/home/blue-arrow);
  width: 15px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  flex: none;
}
@media screen and (max-width: 767px) {
  #homeCarouselContainer .promo.carousel-item{
     height: 480px;
     overflow: hidden;
  }
  #homeCarouselContainer {
    height: 480px;
    background: url('/-/media/6EB09C7AB6E94FD29C368BA8DB1ECF8F');
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 991px) {
  
   #homeCarouselContainer .promo.carousel-item .text-lg{
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.44px;
   }
   #homeCarouselContainer .promo.carousel-item .text-bubble{
    font-size: 14px;
    line-height: 1.21;
   }
  #homeCarouselContainer .promo .field-promoicon {
    overflow: hidden;
    width: 100%;
    height: auto;
  }
   #homeCarouselContainer .promo .field-promoicon img {
    width: 100%;
    height: auto;
  }
  .home-main{
    padding-bottom:80px;
  }
  .home-main .title-home-one h3{
    font-size: 30px;
  }
  .section-two#video-bg{
    padding:0 0;
  }
  .video-modal .background{
    height: auto;
  }
  .video-mobile video {
    height: auto !important;
}
  #homePage .section-three, #homePage .section-four{
    padding-top:80px;
    padding-left: 0;
    padding-right: 0;
  }
  #moa-title h2{
    padding: 0 20px 16px;
    margin-bottom: 0;
  }
  #moa-title .subtitle p{
    padding:0 40px;
    max-width: 350px;
    margin: 0 auto;
  }
  .section-three .quantum-cta .quantum-cta__text h3{
    font-size:24px;
    padding: 0px 25px 16px;
  }
  .section-three .quantum-cta .quantum-cta__text ul{
    max-width: 285px;
    padding: 0 16px 16px 16px;
  }
  .section-three .quantum-cta .quantum-cta__text ul li{
    text-indent:-13px;
  }
  .section-four .promo-left, .section-four .promo-right{
    max-width:100%;
    flex:0 0 100%;
    border-radius: 0;
  }
  .section-four .promo .field-promolink{
    max-width: 300px;
    margin: 24px auto 0;
  }
  .promo.carousel-item .promo-text {
    left: 20px;
    top: inherit;
    z-index: 1;
    bottom: 88px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
   #homeCarouselContainer .promo.carousel-item .text-bubble {
    width: 300px;
  }
  #homeCarouselContainer .promo.carousel-item .promo-text{
    top:30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
   .promo.carousel-item .text-lg{
      font-size:40px;
   }
   .section-four .promo-left, .section-four .promo-right{
    max-width:45%;
    flex:0 0 45%;
    border-radius: 0;
  }
}