@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Outfit:300,400,500,700&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 22px;
  scroll-behavior: smooth;
}

body {
  color: #1A191B;
  font-size: 1rem;
  direction: ltr;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Outfit", sans-serif;
  line-height: 1.1em;
}

h1 {
  font-size: 3.5rem;
  font-weight: 500;
}

h2, .huge {
  font-size: 2.7273rem;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
h2.all, .huge.all {
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2.all span[class^=bline], .huge.all span[class^=bline] {
  margin: 0 auto;
  bottom: 0;
}

.huge {
  padding-bottom: 0;
  font-size: 3.1818rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Outfit", sans-serif;
}

strong,
b, .bold {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: left;
}

a,
input[type=submit],
button,
.transition {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #9C3D8E;
}

img {
  max-width: 100%;
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.center {
  text-align: center;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.white-color {
  color: #fff;
}

.primary-color {
  color: #9C3D8E;
}

.blue-color {
  color: #6E82BF;
}

.large-text {
  font-size: 2.0455rem;
}

.medium-text {
  font-size: 1.4545rem;
  line-height: 1.3em;
}

.image-shadow {
  position: relative;
}
.image-shadow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(110, 130, 191, 0.3);
  border-radius: 500px;
  left: -20px;
  top: 0;
}
.image-shadow.right-shadow::before {
  left: 20px;
}
.image-shadow.white-shadow::before {
  background-color: rgba(255, 255, 255, 0.9);
}

.read, .read-more {
  font-size: 17px;
}

.gdpr-label-text {
  font-size: 19px;
}

.button {
  background-image: linear-gradient(90deg, #9C3D8E 33.3%, #9C3D8E 66.6%, #6E82BF 100%);
  background-size: 300% 100%;
  background-position: right;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 1s;
  display: inline-block;
  font-size: 17px;
}
.button:hover {
  color: #fff;
  background-position: left;
  text-decoration: none;
}
.button:focus {
  color: #fff;
  text-decoration: none;
}
.button.white-button {
  background-color: #fff;
  background-image: none;
  color: #1A191B;
  transition: 0.5s;
}
.button.white-button.purple {
  color: #9C3D8E;
  background-color: #fff;
}
.button.white-button.purple:hover {
  background-color: #9C3D8E;
  color: #fff;
}
.button.white-button:hover {
  color: #fff;
  background-color: #9C3D8E;
}
.button.purple {
  background-color: #9C3D8E;
  background-image: none;
  color: #fff;
  transition: 0.5s;
}
.button.purple:hover {
  color: #9C3D8E;
  background-color: #fff;
}

.content {
  margin-bottom: 30px;
}
.content.medium-text {
  margin-bottom: 25px;
}

.content ol, .content ul {
  margin-left: 0;
  margin-top: 20px;
  padding-left: 10px;
  font-size: 1em;
  margin-bottom: 8px;
}
.content.icon-ul ul, .content ul.logo-ul {
  list-style: none;
  padding-left: 35px;
}
.content.icon-ul ul li, .content ul.logo-ul li {
  margin-bottom: 2.5em;
  font-weight: 400;
}
.content.icon-ul ul li::before, .content ul.logo-ul li::before {
  content: url("../../images/bullet-icon.svg");
  position: absolute;
  margin-left: -35px;
  margin-right: 3px;
  margin-top: 3px;
  background-size: 32px;
  width: 32px;
}
.content.white-color.icon-ul ul li::before, .content.white-color ul.logo-ul li::before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22.537" height="22.667" viewBox="0 0 22.537 22.667"><path id="Path_16939" data-name="Path 16939" d="M22.487,8.206c-.395-2.963-3.109-5.634-5.668-6.932a11.876,11.876,0,0,0-11.849.748A11.394,11.394,0,0,0,0,11.2v.172A11.522,11.522,0,0,0,11.382,22.7a8.013,8.013,0,0,0,8-5.39.668.668,0,0,0-.324-.8.68.68,0,0,0-.85.176,4.9,4.9,0,0,1-2.375,1.562c-3.77,1.129-8.8-.272-10.615-3.987A7.709,7.709,0,0,1,6.729,5.545a7.933,7.933,0,0,1,10.446,0,5.8,5.8,0,0,1,1.508,2.567.67.67,0,0,1-.248.7.684.684,0,0,1-.742.052,8.724,8.724,0,0,0-5.507-1.408A5.841,5.841,0,0,0,7.325,11.78a.673.673,0,0,0,.358.776.685.685,0,0,0,.839-.191,6.4,6.4,0,0,1,3.652-2.554,5.316,5.316,0,0,1,3.564.67c1.078.588,1.963,1.6,3.147,2.053a2.478,2.478,0,0,0,3.235-1.542A5.3,5.3,0,0,0,22.487,8.206Z" transform="translate(0 -0.037)" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>');
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1em;
  margin-bottom: 1.2rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
@keyframes grow-sideways {
  to {
    width: 70px;
  }
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.section {
  position: relative;
}

.container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 5555555;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.5);
  padding: 22px 0;
}
header .logo svg {
  height: 50px;
}
header .right {
  display: flex;
  align-items: center;
}
header .fixed-button {
  position: absolute;
  right: 0;
  margin-left: 30px;
  transform: translateX(calc((100vw - 1190px) / 2));
  border-radius: 50px 0 0 50px;
  font-size: 0.7727rem;
  padding: 11px 80px 11px 30px;
}
header .fixed-button:hover {
  color: #fff;
}

footer {
  background-color: #373737;
  padding: 30px 0 15px 0;
  font-size: 0.8rem;
}
footer .logo svg {
  height: 40px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  opacity: 0.5;
  color: inherit;
}
footer .credit-wrapper {
  display: flex;
  opacity: 0.65;
  margin-top: 2px;
  width: 100%;
  font-size: 0.75rem;
}
footer .class-logo-gray {
  fill: #fff;
}
footer .flex_container {
  align-items: flex-start;
}
footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
footer .rights {
  padding-top: 10px;
}
footer .wrap {
  height: 35px;
  display: flex;
  justify-content: space-between;
}
footer .social {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 15px;
  margin-bottom: 30px;
}
footer .social .single-social {
  display: block;
  background-color: #6E82BF;
  width: 30px;
  height: 30px;
  padding: 7px;
  margin-left: 10px;
  border-radius: 50%;
}
footer .social .single-social svg {
  display: block;
  width: 100%;
  height: 100%;
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  list-style: none;
  margin: 0 -15px;
}

ul#main-menu > li {
  margin: 0 12px;
  position: relative;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 0.7727rem;
  color: #1A191B;
  line-height: 1.1;
  padding: 5px 20px;
}

ul#main-menu > li.current-menu-item > a {
  color: #1A191B;
}

ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #9C3D8E;
}
ul#main-menu > li > a:focus:after,
ul#main-menu > li > a:hover:after {
  content: "";
  border-radius: 50px;
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 3px;
  left: 0;
  background: #9C3D8E;
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 100%;
  width: 250px;
  display: none;
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
  color: #9C3D8E;
  border-right: 1px solid #9C3D8E;
  border-left: 1px solid #9C3D8E;
  border-bottom: 1px solid #a1a1a1;
  margin-right: 2px;
  margin-left: 2px;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #1A191B;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #1A191B;
}

.circle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 10.8vw;
}
.circle-bottom svg {
  width: 100%;
  height: auto;
}

.circle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10.8vw;
}
.circle-top svg {
  width: 100%;
  height: auto;
}

.page-template-about h2 {
  font-size: 1.8182rem; /* 70/20 */
}
.page-template-about h3 {
  font-size: 1.6rem; /* 32/20 */
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.page-template-about .inner-page .top-cover {
  background-image: linear-gradient(to right, #B3529E, #B155A0, #AA60A7, #8F8AC3, #8994CA);
  bottom: -11px;
}
.page-template-about h2, .page-template-about h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-about h2 span, .page-template-about h3 span {
  bottom: 0;
}
.page-template-about .about-top-section {
  padding: 100px 0;
  padding-bottom: calc(10.8vw + 20px);
  position: relative;
  background-image: linear-gradient(to right, #C1C0E0, #B3529E, #B155A0, #AA60A7, #8F8AC3, #8994CA);
  overflow: hidden;
}
.page-template-about .about-top-section .wrapper {
  position: relative;
}
.page-template-about .about-top-section .wrapper .sketch {
  position: absolute;
  left: 100px;
  top: -50px;
}
.page-template-about .about-top-section .wrapper .sketch svg {
  max-height: 90%;
}
.page-template-about .about-top-section .top-text {
  max-width: 690px;
  font-size: 1.6rem; /* 32/20 */
  text-align: center;
  margin: 0 auto;
  color: #fff;
  z-index: 2;
  position: relative;
}
.page-template-about .col-md-5 {
  margin-bottom: 70px;
}
.page-template-about .team-section .container {
  padding: 80px 15px;
}
.page-template-about .team {
  margin-top: 80px;
}
.page-template-about .image-wrapper {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
.page-template-about .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.page-template-about .single-member .name, .page-template-about .single-member .details {
  font-size: 1.2rem; /* 24/20 */
}
.page-template-about .single-member .details {
  margin-bottom: 13px;
}
.page-template-about .single-member .name {
  margin: 15px 0 5px 0;
}
.page-template-about .single-member .short-text {
  max-width: 470px;
}
.page-template-about .single-member .extended-text {
  display: none;
}
.page-template-about .single-member .read-more {
  cursor: pointer;
  margin-top: 15px;
}
.page-template-about .single-member .read-more .close-icon {
  display: none;
  opacity: 1;
}
.page-template-about .single-member .read-more.active .close-icon {
  display: block;
}
.page-template-about .single-member .read-more.active .read {
  display: none;
}
.page-template-about .team-text {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
}
.page-template-about .advisors-section {
  background-color: rgba(223, 218, 218, 0.25);
}
.page-template-about .advisors-section .container {
  padding: 80px 15px 50px 15px;
}
.page-template-about .partners-section .container {
  padding: 100px 15px;
}
.page-template-about .partners-section .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.page-template-about .partners-section .single-partner {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 0 40px 40px 40px;
  transition: 0.3s;
}
.page-template-about .partners-section .single-partner:hover {
  transform: translateY(-10px);
}
.page-template-about .partners-section .single-partner img {
  max-width: 80%;
  max-height: 80%;
}

/****** General ******/
.upper {
  text-transform: uppercase;
}

.small {
  font-size: 0.8636rem;
}

.dark {
  color: #765289;
}

.medium {
  font-weight: 500;
}

.inner-page .top-divider {
  box-shadow: -11px -4px 20px rgba(16, 16, 16, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  height: 3px;
  z-index: 2;
}
.inner-page .top-cover {
  position: absolute;
  left: 25%;
  bottom: -10px;
  width: 70%;
  height: 11px;
  z-index: 3;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgb(255, 255, 255) 30%);
}
.inner-page .top-strip {
  position: relative;
  margin-bottom: 0;
}
.inner-page .top-strip .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.inner-page .top-strip .bg-image.mobile {
  display: none;
}
.inner-page .top-strip .white-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgb(255, 255, 255) 31%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0.8) 52%, rgba(255, 255, 255, 0) 71%);
  z-index: 2;
}
.inner-page .top-strip .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #5A5B5E, #121213);
  opacity: 0.3;
  z-index: 1;
}
.inner-page .top-strip .wrapper {
  height: 415px;
  width: 100%;
  display: flex;
  align-items: center;
}
.inner-page .top-strip .container {
  padding: 40px 15px 15px 15px;
  z-index: 2;
}
.inner-page .top-strip h1 {
  font-size: 3rem; /* 60/20 */
  position: relative;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #9C3D8E;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

@keyframes grow {
  to {
    width: 70px;
  }
}
.growline {
  animation: grow 0.9s ease-out forwards;
}

span[class^=bline] {
  display: block;
  width: 0px;
  height: 5px;
  box-shadow: inset 0px 0px 0px 15px;
  border-radius: 5px;
  position: absolute;
  margin-top: 1.4rem;
  background-color: inherit;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.top-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.top-section .button {
  font-size: 0.9545rem;
}
.top-section .slick-list::before {
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.top-section .bg-gallery {
  background-color: #9C3D8E;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top-section .bg-gallery .slick-list {
  width: 100%;
  height: 100%;
}
.top-section .bg-gallery .slick-list * {
  width: 100%;
  height: 100%;
}
.top-section .container {
  z-index: 3;
}
.top-section .content {
  max-width: 570px;
  margin: 50px auto;
}
.top-section .button {
  margin: 50px 0;
}

ul.slick-dots {
  display: flex;
  list-style: none;
  position: absolute;
  bottom: 35px;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.slick-dots li button {
  background-color: transparent;
  border: 0;
}
ul.slick-dots li.slick-active path {
  fill: #fff;
}

.divider {
  position: absolute;
  left: -200px;
  width: 52vw;
  top: 0;
  box-shadow: -330px 8px 49px rgba(81, 62, 91, 0.2);
  height: 34vw;
}

.challenge-section .container, .page-template-landing-page .top-section .container {
  padding: 80px 15px;
}
.challenge-section .image-side, .page-template-landing-page .top-section .image-side {
  display: flex;
  justify-content: flex-end;
}
.challenge-section .left-image .image-side, .page-template-landing-page .top-section .left-image .image-side {
  justify-content: flex-start;
}
.challenge-section .row, .page-template-landing-page .top-section .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.challenge-section .text-side, .page-template-landing-page .top-section .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 554px;
  height: 100%;
}
.challenge-section .text-side .content.bottom, .page-template-landing-page .top-section .text-side .content.bottom {
  max-width: 500px;
}
.challenge-section .image-shadow, .page-template-landing-page .top-section .image-shadow {
  height: 100%;
}
.challenge-section .image-wrapper, .page-template-landing-page .top-section .image-wrapper {
  height: 100%;
  width: 45vw;
}
.challenge-section .image-wrapper .bg, .page-template-landing-page .top-section .image-wrapper .bg {
  position: relative;
  height: 100%;
  width: 100%;
}
.challenge-section .image-shadow::before, .page-template-landing-page .top-section .image-shadow::before {
  width: 1000px;
}
.challenge-section .right-image .image-wrapper .bg, .page-template-landing-page .top-section .right-image .image-wrapper .bg {
  border-radius: 700px 0 0 700px;
}
.challenge-section .left-image .image-wrapper, .page-template-landing-page .top-section .left-image .image-wrapper {
  position: absolute;
  right: 0;
  width: 45vw;
}
.challenge-section .left-image .image-wrapper .bg, .page-template-landing-page .top-section .left-image .image-wrapper .bg {
  border-radius: 0 700px 700px 0;
}
.challenge-section .left-image .image-shadow::before, .page-template-landing-page .top-section .left-image .image-shadow::before {
  right: -20px;
  left: auto;
}
.challenge-section .illus-wrapper, .page-template-landing-page .top-section .illus-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  z-index: -1;
}
.challenge-section .woman-baby-illus, .page-template-landing-page .top-section .woman-baby-illus {
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.5;
}
.challenge-section .woman-baby-illus svg, .page-template-landing-page .top-section .woman-baby-illus svg {
  z-index: -1;
  top: -430px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 900px;
  width: auto;
  padding-right: 100px;
}

.lioness-section, .pilot-section {
  padding: 80px 0;
  padding-bottom: calc(10.8vw + 20px);
}
.lioness-section::before, .pilot-section::before {
  content: "";
  opacity: 0.8;
  background-color: #6E82BF;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.lioness-section .image-wrapper, .pilot-section .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.lioness-section .image-wrapper .bg, .pilot-section .image-wrapper .bg {
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
}

.lioness-section {
  position: relative;
  margin-top: 200px;
  z-index: 9;
}
.lioness-section h2 {
  font-size: 3.1818rem;
  margin-bottom: 50px;
}
.lioness-section .huge {
  margin-bottom: 0;
}
.lioness-section .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.lioness-section .bottom-text {
  max-width: 662px;
  margin: 0 auto 30px auto;
}
.lioness-section .content.medium-text {
  margin-bottom: 35px;
}
.lioness-section::before {
  background-image: linear-gradient(to right, #9C3D8E, #9C3D8E, #6E82BF 70%);
  content: "";
  opacity: 1;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #9C3D8E, #9C3D8E, #6E82BF 70%);
  content: "";
  opacity: 1;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 125%;
  left: 50%;
  top: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.lioness-section .container {
  padding: 180px 15px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lioness-section .image-wrapper {
  position: absolute;
  top: -215px;
  left: 50%;
  transform: translateX(-50%);
  width: 425px;
  height: 425px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lioness-section .image-wrapper .image {
  position: absolute;
  width: 87%;
  height: 87%;
  border-radius: 50%;
}

.clinical-trials-section .bg-color {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 37%, rgba(255, 255, 255, 0) 90%);
  z-index: 3;
}
.clinical-trials-section .bg-color.bottom {
  height: 50%;
  background-image: linear-gradient(to top, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0));
  top: auto;
  bottom: 0;
}
.clinical-trials-section .container {
  padding: 180px 15px;
  z-index: 4;
}
.clinical-trials-section .image {
  position: absolute;
  bottom: 150px;
  right: 0;
  width: 67vw;
  height: 870px;
}

.vision-section, .thanks-section {
  padding: 80px 0;
  padding-top: calc(10.8vw + 20px);
}
.vision-section::before, .thanks-section::before {
  content: "";
  opacity: 0.6;
  background-color: #1A191B;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.vision-section .content, .thanks-section .content {
  max-width: 700px;
  margin: 40px auto 70px;
}
.vision-section .button, .thanks-section .button {
  margin: 0 10px 15px 10px;
}

.vision-section {
  padding: 200px 0;
}

.thanks-section {
  margin-bottom: 0;
  padding-top: calc(12.8vw + 20px);
  padding-bottom: 200px;
  background-position: 50% 10%;
}
.thanks-section::before {
  mix-blend-mode: multiply;
}
.thanks-section .content {
  margin: 0 auto 20px;
}

.page-template-opportunity .top-cover {
  background-color: none;
  background-image: linear-gradient(to right, rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.5));
}
.page-template-opportunity h2 {
  font-size: 1.8182rem;
  margin-bottom: 50px;
}
.page-template-opportunity span[class^=bline] {
  margin-top: 0.8rem;
}
.page-template-opportunity .top-section {
  background-color: #F0F0F0;
  position: relative;
  margin-top: 0 !important;
}
.page-template-opportunity .top-section .container {
  padding: 70px 15px 200px 15px;
  margin-top: 0 !important;
}
.page-template-opportunity .top-section .repeater {
  display: flex;
  margin: 65px 0;
}
.page-template-opportunity .top-section .text {
  font-size: 1.9091rem;
}
.page-template-opportunity .top-section .text p {
  line-height: 1.3;
}
.page-template-opportunity .top-section .text strong {
  font-size: 2.9545rem;
}
.page-template-opportunity .top-section .text em {
  font-style: normal;
  font-weight: bold;
}
.page-template-opportunity .single-top {
  background-color: #fff;
  border-radius: 45px;
  box-shadow: inset 3px 5px 6px rgba(0, 0, 0, 0.15);
  padding: 30px 20px 10px 20px;
  font-size: 1.1364rem;
  margin-right: 40px;
  width: 215px;
}
.page-template-opportunity .single-top:nth-of-type(1) {
  color: #9C3D8E;
}
.page-template-opportunity .single-top:nth-of-type(2) {
  color: #9779BC;
}
.page-template-opportunity .single-top:nth-of-type(3) {
  color: #8790C9;
}
.page-template-opportunity .single-top:nth-of-type(4) {
  color: #79AED5;
}
.page-template-opportunity .single-top:last-of-type {
  margin-right: 0;
}
.page-template-opportunity .single-top .title {
  margin: 25px 0 20px;
  font-size: 1.13rem;
  line-height: 1.07em;
}
.page-template-opportunity .single-top img {
  height: 52px;
  width: auto;
}
.page-template-opportunity .single-top .text {
  font-size: 1.1364rem;
}
.page-template-opportunity .single-top .text strong {
  font-size: 1.1364rem;
}
.page-template-opportunity .single-top span[class^=bline] {
  margin-top: 0.6rem;
}
.page-template-opportunity .banner {
  background-color: #fff;
  position: relative;
  border-radius: 45px;
  box-shadow: inset 0px 6px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 60px 25px 60px 70px;
  display: flex;
  justify-content: center;
  width: 94%;
  margin: 0 auto;
}
.page-template-opportunity .banner .icon {
  position: absolute;
  left: -35px;
  top: -5px;
}
.page-template-opportunity .banner .text {
  max-width: 770px;
  margin: 0 auto;
  font-size: 1.7091rem;
  text-align: left;
}
.page-template-opportunity .banner.top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}
.page-template-opportunity .banner.bottom .text {
  max-width: 820px;
}
.page-template-opportunity .market-section .container {
  padding: 200px 15px 50px 15px;
}
.page-template-opportunity .market-section svg {
  max-width: 100%;
}
.page-template-opportunity .market-section .graph.mobile {
  display: none;
}
.page-template-opportunity .stakeholders-section h2 {
  margin-bottom: 80px;
}
.page-template-opportunity .stakeholders-section .container {
  padding: 50px 15px 110px 15px;
}
.page-template-opportunity .stakeholders-section .stakeholders {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1130px;
  margin: 0 auto;
}
.page-template-opportunity .stakeholders-section .single-stakeholders {
  display: flex;
  align-items: center;
  margin-bottom: 190px;
  width: 100%;
}
.page-template-opportunity .stakeholders-section .single-stakeholders:last-of-type {
  margin-bottom: 90px;
}
.page-template-opportunity .stakeholders-section .single-stakeholders .left {
  width: 65%;
  background-color: #F0F0F0;
  border-radius: 15px 0 0 15px;
  position: relative;
  padding: 70px 15px 70px 100px;
  display: flex;
  align-items: center;
}
.page-template-opportunity .stakeholders-section .single-stakeholders .left .title-text {
  max-width: 445px;
}
.page-template-opportunity .stakeholders-section .single-stakeholders .left .text {
  font-size: 0.8636rem;
  margin-top: 15px;
  font-weight: 500;
}
.page-template-opportunity .stakeholders-section .single-stakeholders .left .icon {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
}
.page-template-opportunity .stakeholders-section .single-stakeholders .right {
  color: #fff;
  width: 35%;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 1.1364rem;
  margin-top: -20px;
  margin-bottom: -20px;
  align-self: stretch;
}
.page-template-opportunity .stakeholders-section .single-stakeholders .right .numbers {
  margin-top: 20px;
}
.page-template-opportunity .stakeholders-section .single-stakeholders .right strong {
  font-size: 3.1818rem;
}
.page-template-opportunity .stakeholders-section .single-stakeholders:nth-of-type(1) .right {
  background-color: #9C3D8E;
}
.page-template-opportunity .stakeholders-section .single-stakeholders:nth-of-type(2) .right {
  background-color: #9779BC;
}
.page-template-opportunity .stakeholders-section .single-stakeholders:nth-of-type(3) .right {
  background-color: #8790C9;
}

body #acwp-toolbar-btn-wrap {
  top: auto !important;
  bottom: 20px !important;
  left: 15px !important;
  border-color: #9C3D8E;
}
body #acwp-toolbar-btn-wrap button {
  background: #9C3D8E;
}

.center {
  text-align: center;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.contact-section {
  padding: 100px 0;
}
.contact-section h2 {
  font-size: 2.7273rem !important;
  text-align: left !important;
  align-items: flex-start !important;
}
.contact-section::before {
  content: "";
  opacity: 0.9;
  background-image: linear-gradient(to right, #B04FA7, #A85EAF, #A06CB5, #9977BB, #9281C1, #8D89C5, #888FC9, #8494CC, #8298CE, #809AD0, #7F9BD0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-section h2 {
  margin-bottom: 50px;
  color: #fff;
}
.contact-section .content {
  margin-top: 15px;
}
.contact-section .content p {
  color: #fff;
}
.contact-section .content p a {
  color: #fff;
}
.contact-section .map-image {
  display: inline-block;
  border-radius: 500px;
  overflow: hidden;
}
.contact-section .blue-color, .contact-section .wpcf7-form-control-wrap {
  color: #fff;
}

.wpcf7-form p:nth-last-of-type(-n+2), .wpcf7-form p:nth-last-of-type(-n+1), .wpcf7-form p:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.wpcf7-form label {
  position: relative;
  margin-bottom: 1.5em;
  width: 100%;
  color: #fff;
}
.wpcf7-form .label {
  position: absolute;
  top: 0;
  transition: 0.4s;
}
.wpcf7-form .label.textarea-label {
  left: 15px;
  top: 15px;
}
.wpcf7-form .top-label .label {
  font-size: 0.8rem;
  top: -1.2rem;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form input:not([type=submit]):not([type=checkbox]) {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #6E82BF;
  width: 100%;
}
.wpcf7-form input:not([type=submit]):not([type=checkbox]):focus {
  outline: 0;
  border-bottom: 2px solid #6E82BF;
}
.wpcf7-form textarea {
  background-color: transparent;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 15px;
  color: #6E82BF;
  width: 100%;
  height: 200px;
}
.wpcf7-form textarea:focus {
  outline: 0;
  border: 2px solid #6E82BF;
}
.wpcf7-form .submit-wrapper {
  display: flex;
  justify-content: flex-end;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form input[type=submit] {
  background-size: 300% 100%;
  background-position: right;
  background-color: #fff;
  padding: 12px 50px;
  border-radius: 50px;
  transition: 1s;
  display: inline-block;
  border: 0;
  color: #9C3D8E;
  font-weight: 500;
  font-size: 16px;
}
.wpcf7-form input[type=submit]:hover {
  color: #9C3D8E;
  text-decoration: none;
}
.wpcf7-form a {
  text-decoration: underline;
}

.solution.inner-page .content.icon-ul ul li {
  margin-bottom: 0.7em;
}
.solution.inner-page h2 {
  font-size: 2rem;
  font-weight: 500;
}
.solution.inner-page .solution-bg-section h2 {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

.challenge.inner-page h2 {
  font-size: 2rem;
}

.challenge-bottom-section {
  margin: 100px 0;
}
.challenge-bottom-section .row {
  margin: 50px 0;
  justify-content: space-between;
}
.challenge-bottom-section .row:nth-child(even) {
  flex-direction: row-reverse;
}
.challenge-bottom-section .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.challenge-bottom-section .svg {
  position: absolute;
  background-image: linear-gradient(90deg, #9C3D8E, #6E82BF);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  z-index: 2;
}
.challenge-bottom-section .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.challenge-bottom-section .image-wrapper .bg {
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
}

.challenge-top-section {
  margin: 80px 0;
}
.challenge-top-section .svg {
  position: relative;
  padding-left: 50px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.challenge-top-section .svg::before {
  content: "";
  position: absolute;
  background-color: #6E82BF;
  opacity: 0.4;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
}
.challenge-top-section .svg svg {
  opacity: 0.2;
  width: 150px;
  height: 180px;
}
.challenge-top-section .content {
  max-width: 500px;
  margin-bottom: 50px;
}

.cost-section {
  padding: 80px 0;
  padding-bottom: 130px;
}
.cost-section::before {
  content: "";
  opacity: 0.7;
  background-color: #1A191B;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cost-section .bottom-text {
  max-width: 925px;
  font-size: 1.3364rem;
  margin: 60px auto 0 auto;
  line-height: 1.3;
}
.cost-section .chart-wrapper {
  padding: 30px 50px;
  border: 3px solid #C5D7E4;
  border-radius: 50px;
  max-width: 550px;
}
.cost-section .chart-wrapper h3 {
  max-width: 450px;
  margin: 0 auto 30px;
}
.cost-section .chart-wrapper svg {
  width: 100%;
  height: auto;
}
.cost-section h3 {
  margin-bottom: 50px;
}
.cost-section .content ul {
  max-width: 400px;
  margin-top: 30px;
}

.challenge.inner-page h2 {
  font-size: 2rem;
}

.solution-top-section {
  padding: 100px 0;
}
.solution-top-section .row {
  margin-bottom: 80px;
}
.solution-top-section .image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.solution-top-section .image-wrapper .bg {
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
}
.solution-top-section .text-side {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution-top-section .icon-side {
  text-align: center;
}
.solution-top-section .svg {
  position: relative;
  padding-left: 80px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  width: 255px;
  height: 190px;
  margin: 0 auto;
  box-sizing: content-box;
}
.solution-top-section .svg::before {
  content: "";
  position: absolute;
  background-color: #6E82BF;
  opacity: 0.4;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
}
.solution-top-section .svg svg {
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.solution-top-section h3 {
  font-size: 1.55rem;
  font-weight: 500;
  color: #765289;
}
.solution-top-section h3.challenge {
  padding-bottom: 35px;
}
.solution-top-section h3.challenge span {
  color: #765289;
  margin-bottom: 25px;
  margin-top: 1rem;
}

.solution-bg-section {
  padding: 80px 0;
  padding-bottom: calc(9.8vw + 20px);
}
.solution-bg-section ul.slick-dots {
  display: none !important;
}
.solution-bg-section .bottom-text {
  max-width: 925px;
  font-size: 1.3364rem;
  margin: 120px auto 0 auto;
  line-height: 1.3;
}
.solution-bg-section::before {
  content: "";
  opacity: 0.8;
  background-color: #6E82BF;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.solution-bg-section h2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.solution-bg-section .bullet {
  max-width: 400px;
  margin-bottom: 30px;
  text-align: left;
}
.solution-bg-section .bullet::before {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22.537" height="22.667" viewBox="0 0 22.537 22.667"><path id="Path_16939" data-name="Path 16939" d="M22.487,8.206c-.395-2.963-3.109-5.634-5.668-6.932a11.876,11.876,0,0,0-11.849.748A11.394,11.394,0,0,0,0,11.2v.172A11.522,11.522,0,0,0,11.382,22.7a8.013,8.013,0,0,0,8-5.39.668.668,0,0,0-.324-.8.68.68,0,0,0-.85.176,4.9,4.9,0,0,1-2.375,1.562c-3.77,1.129-8.8-.272-10.615-3.987A7.709,7.709,0,0,1,6.729,5.545a7.933,7.933,0,0,1,10.446,0,5.8,5.8,0,0,1,1.508,2.567.67.67,0,0,1-.248.7.684.684,0,0,1-.742.052,8.724,8.724,0,0,0-5.507-1.408A5.841,5.841,0,0,0,7.325,11.78a.673.673,0,0,0,.358.776.685.685,0,0,0,.839-.191,6.4,6.4,0,0,1,3.652-2.554,5.316,5.316,0,0,1,3.564.67c1.078.588,1.963,1.6,3.147,2.053a2.478,2.478,0,0,0,3.235-1.542A5.3,5.3,0,0,0,22.487,8.206Z" transform="translate(0 -0.037)" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>');
  position: absolute;
  margin-left: -35px;
  margin-right: 3px;
  margin-top: 3px;
}
.solution-bg-section .bg-gallery-section {
  width: 825px;
  max-width: 100%;
  margin: 0 auto;
}
.solution-bg-section .bg-gallery-wrapper {
  position: relative;
  width: 100%;
  padding-top: 57.6%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.solution-bg-section .bg-gallery-wrapper .bg-gallery {
  background-color: #9C3D8E;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50px;
}
.solution-bg-section .bg-gallery-wrapper .bg-gallery .slick-list {
  width: 100%;
  height: 100%;
}
.solution-bg-section .bg-gallery-wrapper .bg-gallery .slick-list * {
  width: 100%;
  height: 100%;
}
.solution-bg-section .bg-gallery-wrapper .bg-gallery .image {
  border-radius: 50px;
}
.solution-bg-section .bg-gallery-wrapper .container {
  z-index: 3;
}
.solution-bg-section .bg-gallery-wrapper .content {
  max-width: 570px;
  margin: 50px auto;
}
.solution-bg-section .bg-gallery-wrapper .button {
  margin: 50px 0;
}
.solution-bg-section ul.slick-dots {
  bottom: auto;
  top: calc(100% + 15px);
}

.center {
  text-align: center;
}

.news-section {
  background-image: linear-gradient(to top right, rgba(227, 227, 227, 0.2), rgba(255, 255, 255, 0.2));
}
.news-section .top-divider {
  box-shadow: 0px -1px 4px rgba(16, 16, 16, 0.2);
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(227, 227, 227, 0.5), rgba(227, 227, 255, 0.7));
  position: absolute;
  left: 0;
  bottom: auto;
  top: 2px;
  width: 35%;
  height: 2px;
  z-index: 2;
}
.news-section .top-cover {
  top: -5px;
  left: 15%;
  bottom: auto;
}
.news-section .huge {
  font-size: 1.4545rem;
  max-width: 915px;
  margin: 0 auto;
  font-weight: 400;
}
.news-section .container {
  padding: 100px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-section .container .button {
  margin: 25px 0 60px 0;
}

.solution-trial-section {
  padding: 80px 0;
}
.solution-trial-section h2 {
  margin-bottom: 40px;
}
.solution-trial-section .image-shadow {
  height: 100%;
}
.solution-trial-section .image-wrapper {
  height: 100%;
  width: 49vw;
}
.solution-trial-section .image-wrapper .bg {
  position: relative;
  padding-top: 75%;
  width: 100%;
}
.solution-trial-section .image-shadow::before {
  width: 1000px;
}
.solution-trial-section .right-image .image-wrapper .bg {
  border-radius: 700px 0 0 700px;
}
.solution-trial-section .text-side {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-template-simple-content .main-container {
  padding: 70px 15px;
}
.page-template-simple-content h1 {
  font-size: 50px;
  margin-bottom: 60px;
  color: #9C3D8E;
}
.page-template-simple-content h2 {
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #9C3D8E;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 5px;
  position: relative;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: none;
}
.pagination .page-numbers::before {
  content: url("../../images/bullet-icon.svg");
  width: 22px;
  background-size: 22px;
}

.post-type-archive-news .posts-section .container {
  padding: 90px 15px;
}
.post-type-archive-news .single-news {
  margin-bottom: 110px;
}
.post-type-archive-news .single-news .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 425px;
}
.post-type-archive-news .single-news .date {
  background: linear-gradient(to right, #9C3D8E, #6E82BF 15%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.post-type-archive-news .single-news .title {
  margin: 15px 0;
}
.post-type-archive-news .single-news .text {
  margin-bottom: 15px;
}
.post-type-archive-news .single-news .image {
  width: 100%;
  padding-top: 58%;
  max-width: 600px;
  border-radius: 15px;
}

.page-template-landing-page {
  font-weight: 400;
  font-size: 1.2rem; /* 24/20 */
}
.page-template-landing-page header .fixed-button {
  transform: translateX(calc((100vw - 1272px) / 2));
}
.page-template-landing-page .container {
  max-width: 1300px;
}
.page-template-landing-page .medium-text {
  font-size: 1.6rem;
}
.page-template-landing-page .medium-text p {
  font-size: 1.6rem; /* 25/20 */
}
.page-template-landing-page .top-section .row {
  margin-bottom: 0;
}
.page-template-landing-page .top-section .text-side {
  max-width: 550px;
}
.page-template-landing-page .top-section .text-side .title {
  font-size: 1.7rem;
  text-transform: uppercase;
}
.page-template-landing-page .top-section .button {
  margin: 0;
}
.page-template-landing-page .top-section .content {
  margin: 25px 0;
}
.page-template-landing-page .pilot-section .content.medium-text {
  max-width: 540px;
}
.page-template-landing-page .pilot-section .bg-gallery {
  padding-bottom: 40px;
}
.page-template-landing-page .pilot-section .slick-slide {
  opacity: 0;
}
.page-template-landing-page .pilot-section .slick-slide.slick-active {
  opacity: 1;
}
.page-template-landing-page .pilot-section .title {
  display: flex;
  flex-direction: column;
}
.page-template-landing-page .pilot-section .title::after {
  content: "";
  width: 65px;
  height: 6px;
  background-color: #fff;
  margin: 30px 0 15px 0;
  border-radius: 15px;
}
.page-template-landing-page .pilot-section ul {
  margin-bottom: 30px;
}
.page-template-landing-page .pilot-section .content {
  font-weight: 500;
}
.page-template-landing-page .pilot-section .image-wrapper {
  position: relative;
  display: flex !important;
  justify-content: flex-end;
  justify-content: center;
  padding-top: 15px;
}
.page-template-landing-page .pilot-section .image-wrapper::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 470px;
  background-color: #FFFFFF;
  border-radius: 50%;
  left: 5px;
  bottom: 0;
}
.page-template-landing-page .pilot-section .image {
  width: 470px !important;
  height: 470px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.page-template-landing-page .pilot-section .slick-dots {
  bottom: -60px;
}
.page-template-landing-page .content ul {
  list-style: none;
  padding-left: 1.8rem;
}
.page-template-landing-page .content li {
  margin-bottom: 10px;
  font-size: 1.15rem; /* 23/20 */
  font-weight: 100;
}
.page-template-landing-page .content li::before {
  position: absolute;
  margin-left: -35px;
  margin-right: 3px;
  margin-top: 3px;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22.537" height="22.667" viewBox="0 0 22.537 22.667"><path id="Path_16939" data-name="Path 16939" d="M22.487,8.206c-.395-2.963-3.109-5.634-5.668-6.932a11.876,11.876,0,0,0-11.849.748A11.394,11.394,0,0,0,0,11.2v.172A11.522,11.522,0,0,0,11.382,22.7a8.013,8.013,0,0,0,8-5.39.668.668,0,0,0-.324-.8.68.68,0,0,0-.85.176,4.9,4.9,0,0,1-2.375,1.562c-3.77,1.129-8.8-.272-10.615-3.987A7.709,7.709,0,0,1,6.729,5.545a7.933,7.933,0,0,1,10.446,0,5.8,5.8,0,0,1,1.508,2.567.67.67,0,0,1-.248.7.684.684,0,0,1-.742.052,8.724,8.724,0,0,0-5.507-1.408A5.841,5.841,0,0,0,7.325,11.78a.673.673,0,0,0,.358.776.685.685,0,0,0,.839-.191,6.4,6.4,0,0,1,3.652-2.554,5.316,5.316,0,0,1,3.564.67c1.078.588,1.963,1.6,3.147,2.053a2.478,2.478,0,0,0,3.235-1.542A5.3,5.3,0,0,0,22.487,8.206Z" transform="translate(0 -0.037)" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>');
}
.page-template-landing-page p {
  font-size: 1.2rem; /* 24/20 */
  font-weight: 100;
}
.page-template-landing-page .contact-section {
  position: relative;
}
.page-template-landing-page .contact-section.section, .page-template-landing-page .contact-section::after {
  display: none;
}
.page-template-landing-page .contact-section .title-sketch {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 90px;
}
.page-template-landing-page .contact-section .title-sketch strong {
  text-transform: uppercase;
}
.page-template-landing-page .contact-section .title-sketch .title {
  max-width: 640px;
  font-weight: bold;
}
.page-template-landing-page .contact-section .title-sketch .sketch {
  position: relative;
  margin-right: 40px;
}
.page-template-landing-page .contact-section .title-sketch .sketch .icon img {
  position: relative;
  z-index: 2;
  min-width: 180px;
}
.page-template-landing-page .contact-section .title-sketch .sketch .circle {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: #DAE2F1;
  position: absolute;
  right: 50%;
  bottom: -25px;
}
.page-template-landing-page .contact-section .form-wrapper {
  max-width: 950px;
  margin: 0 auto;
  border: 2px solid #9C3D8E;
  padding: 60px 75px;
  font-size: 0.9rem; /* 20/20 */
}
.page-template-landing-page .contact-section .form-wrapper .form-title p {
  font-size: 1.5rem;
  font-weight: bold;
}
.page-template-landing-page .contact-section .form-wrapper .wpcf7-form .submit-wrapper {
  justify-content: flex-start;
}
.page-template-landing-page .contact-section .form-wrapper .wpcf7-form label, .page-template-landing-page .contact-section .form-wrapper .wpcf7-form .label {
  position: static;
  font-size: 1.1rem; /* 22/20 */
  max-width: 530px;
}
.page-template-landing-page .contact-section .form-wrapper input[type=checkbox]:checked + span::before {
  left: 7px;
  top: 11px;
}
.page-template-landing-page .contact-section .form-wrapper .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.page-template-landing-page .contact-section .form-wrapper .wpcf7-checkbox .top-label {
  margin-bottom: 5px;
}
.page-template-landing-page .contact-section .form-wrapper .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
}
.page-template-landing-page .contact-section .form-wrapper .wpcf7-checkbox .wpcf7-list-item::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #9C3D8E;
  box-shadow: 1px 1px 3px rgba(90, 91, 94, 0.2);
}
.page-template-landing-page .contact-section .form-wrapper .form-title {
  margin-bottom: 25px;
  line-height: 1.3;
}
.page-template-landing-page .contact-section .form-wrapper .duo {
  display: flex;
  justify-content: space-between;
}
.page-template-landing-page .contact-section .form-wrapper .duo .side {
  width: 48%;
}
.page-template-landing-page .contact-section .form-wrapper .duo .side * {
  width: 100%;
  max-width: 100%;
}
.page-template-landing-page .contact-section .form-wrapper .title {
  font-size: 1.25rem; /* 25/20 */
  color: #9C3D8E;
  font-weight: bold;
}

#acp-toggle-toolbar {
  top: 125px !important;
  right: 15px !important;
  background-color: #9C3D8E;
}
#acp-toggle-toolbar:hover {
  border-color: #6E82BF !important;
}

span[data-name=gdpr-checkbox] {
  display: flex;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  color: #fff;
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 15px;
  border-color: #9C3D8E;
}

.wpcf7-acceptance {
  display: flex;
}

.accept .gdpr-label-text {
  font-size: 16px;
}

.wpcf7-acceptance:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(26, 25, 27, 0.2);
}

.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding-left: 30px;
}

.gdpr-checkbox {
  display: flex;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  top: 8px;
  left: 3px;
  cursor: pointer;
  width: auto;
  z-index: 99;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

input[type=checkbox]:checked + span::before {
  content: "✔";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

.wpcf7-checkbox::before {
  left: 0;
  right: auto;
}

input[type=checkbox]:checked ~ span::after {
  left: 5px;
  right: auto;
}

input[type=checkbox] {
  width: auto;
}

/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 30px;
  height: 21px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}

.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #9C3D8E;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}

.triggerMobileMenu span:nth-child(2) {
  top: 9px;
}

.triggerMobileMenu span:nth-child(3) {
  top: 18px;
}

.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0) 150%);
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.off-canvas.is-open {
  z-index: 9999;
  transform: translate(0);
}

.position-left {
  transform: translateX(-100%);
  left: 0;
}

.position-right {
  transform: translateX(100%);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: #9C3D8E;
  border-bottom: 1px solid #9C3D8E;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 15px;
  margin: 0;
}

ul#mobile-menu li {
  position: relative;
  display: block;
  position: relative;
  padding: 20px 0 10px;
}

ul#mobile-menu > li::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  left: 5px;
  bottom: 0;
  background-color: #9C3D8E;
}

ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  color: #1A191B;
}

ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}

ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 0.9rem;
}

ul#mobile-menu ul.sub-menu li a:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  content: ">>";
  font-size: 0.7rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #9C3D8E;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1650px) {
  .page-template-landing-page header .container {
    margin-right: 0;
    padding-right: 0;
    max-width: 1460px;
  }
  .page-template-landing-page header .fixed-button {
    margin-right: 0;
    position: relative;
    right: 0;
    transform: translate(0);
  }
}
@media only screen and (max-width: 1550px) {
  header .fixed-button {
    position: relative;
    right: 0;
    margin-right: calc((100vw - 1190px) / -2);
    transform: translate(0);
  }
  .cost-section {
    padding-bottom: 75px;
  }
  .solution-bg-section .bg-gallery-section {
    width: 530px;
  }
  .solution-bg-section .bottom-text {
    margin: 60px auto 0 auto;
  }
  .page-template-home .top-section .content {
    margin: 25px auto 15px auto;
  }
  .page-template-home .challenge-section .row {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .page-template-home .challenge-section .container {
    padding: 40px 15px;
  }
  .page-template-home .challenge-section .image-side img {
    width: 32vw;
    height: auto;
  }
  .clinical-trials-section .image {
    background-position: 60% 50%;
    bottom: -25px;
  }
  .clinical-trials-section .bg-color {
    bottom: 0;
    height: 160%;
  }
  .clinical-trials-section .container {
    padding-top: 0;
  }
  .lioness-section::before {
    top: -5%;
  }
  .lioness-section .huge {
    font-size: 2.6818rem;
  }
  .lioness-section h2 {
    margin-bottom: 15px;
  }
  .lioness-section .container {
    padding: 115px 15px 0 15px;
  }
  .lioness-section .image-wrapper {
    width: 320px;
    height: 320px;
    top: -160px;
  }
  .vision-section {
    padding: 115px 0;
  }
  .solution-top-section {
    padding: 50px 0 0 0;
  }
  .solution-top-section .image-wrapper {
    width: 320px;
    padding-top: 0;
    height: 320px;
  }
  .post-type-archive-news .posts-section .container {
    padding: 60px 15px 40px 15px;
  }
  .post-type-archive-news .posts-section .single-news {
    margin-bottom: 55px;
  }
  .post-type-archive-news .posts-section .single-news .col-md-1 {
    display: none;
  }
  .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  header .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
} /* end of (max-width: 1440px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1440px) {
  ul#main-menu > li > a {
    padding: 5px 7px;
  }
  .page-template-opportunity .top-section .text {
    font-size: 1.5091rem;
  }
  .page-template-opportunity .banner {
    padding: 45px 60px 45px 165px;
    width: auto;
  }
  .page-template-opportunity .banner.top {
    position: absolute;
    bottom: -75px;
    min-width: 780px;
  }
  .page-template-opportunity .banner.bottom .text {
    max-width: 585px;
  }
  .page-template-opportunity .banner .icon {
    left: -30px;
    top: 0px;
  }
  .page-template-opportunity .banner img {
    width: 170px;
    height: auto;
  }
  .page-template-opportunity .banner .text {
    font-size: 1.5091rem;
    margin-left: 0;
  }
  .page-template-opportunity .top-section .repeater {
    margin: 45px 0;
  }
  .page-template-opportunity .top-section .container {
    padding: 50px 15px 140px 15px;
  }
  .page-template-opportunity .market-section .container {
    padding: 160px 15px 0 15px;
  }
  .page-template-opportunity .stakeholders-section .container {
    padding-left: 75px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders {
    margin-bottom: 115px;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .right {
    font-size: 1.0364rem;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .right strong {
    font-size: 2.6818rem;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .left {
    padding: 40px 15px 40px 60px;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .left .icon {
    width: 100px;
  }
  .page-template-landing-page .pilot-section .image-wrapper::before {
    height: 320px;
    width: 320px;
    left: 65px;
  }
  .page-template-landing-page .pilot-section .image {
    height: 320px;
    width: 320px !important;
  }
  .page-template-landing-page .top-section .image-wrapper {
    height: 80%;
  }
  html {
    font-size: 18px;
  }
  .lioness-section .medium-text, .pilot-section .medium-text {
    max-width: 90%;
  }
  h2, .huge {
    padding-bottom: 10px;
  }
  .page-template-about h2 {
    font-size: 3rem;
  }
  .page-template-about .partners-section .single-partner {
    width: 220px;
    height: 220px;
  }
  .inner-page .top-strip .wrapper {
    height: 300px;
  }
  .solution-bg-section {
    padding: 50px 0 80px 0;
  }
  .solution-bg-section .bullet {
    margin-left: 35px;
  }
  .news-section .container .button {
    margin: 10px 0 45px 0;
  }
} /* end of (max-width: 1440px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1200px) {
  header .fixed-button {
    margin-right: -15px;
  }
  header .logo svg {
    height: 35px;
  }
  .page-template-landing-page header .fixed-button {
    transform: none;
    margin-right: 0;
  }
  .page-template-about h2 {
    font-size: 3rem;
  }
  .page-template-about .image-wrapper {
    width: 180px;
    height: 180px;
  }
  .page-template-about .single-member .details, .page-template-about .single-member .name {
    font-size: 1.05rem;
  }
  .page-template-about .advisors-section h3 {
    margin-bottom: 50px;
  }
  .page-template-about .advisors-section .container {
    padding: 50px 15px;
  }
  .page-template-about .partners-section .container {
    padding: 60px 15px;
  }
  .inner-page .top-strip .wrapper {
    height: 250px;
  }
  .page-template-landing-page .contact-section .title-sketch .sketch {
    margin-right: 15px;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  header .logo svg {
    height: 35px;
  }
  header .fixed-button {
    display: none;
  }
  .mobile_menu_button {
    display: flex;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .lioness-section .container {
    padding-top: 60px;
  }
  .page-template-opportunity .top-section .repeater {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .page-template-opportunity .top-section .single-top {
    width: 34%;
    margin-bottom: 35px;
    min-width: 210px;
  }
  .page-template-opportunity .market-section .container {
    padding-top: 120px;
  }
  .page-template-opportunity .stakeholders-section .container {
    padding-left: 15px;
  }
  .page-template-opportunity .stakeholders-section h2 {
    margin-bottom: 100px;
    font-size: 1.5182rem;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .page-template-opportunity .stakeholders-section h2 span[class^=bline] {
    bottom: -9px;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders {
    flex-direction: column;
    text-align: center;
    margin-bottom: 120px;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .left {
    border-radius: 15px 15px 0 0;
    padding: 75px 15px 10px 15px;
    width: 90%;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .left .title-text {
    max-width: unset;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .left .icon {
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .right {
    align-self: auto;
    margin-top: 0;
    padding: 40px 15px 15px 15px;
    width: 100%;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .right strong {
    font-size: 2.0818rem;
  }
  .page-template-landing-page .thanks-section {
    padding-top: calc(12.8vw + 20px);
    padding-bottom: 100px;
  }
  .page-template-landing-page .contact-section {
    padding: 60px 0;
  }
  .page-template-landing-page .contact-section .form-wrapper {
    padding: 30px;
  }
  .page-template-landing-page .contact-section .title-sketch {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .page-template-landing-page .contact-section .title-sketch .sketch {
    margin-right: 0;
    margin-left: 75px;
    margin-bottom: 40px;
  }
  .page-template-landing-page .top-section .row {
    margin-top: 0;
  }
  .page-template-landing-page .top-section .container {
    margin-bottom: 15px;
  }
  .page-template-landing-page .top-section .image-side {
    margin-top: 25px;
  }
  .page-template-landing-page .pilot-section {
    padding-top: 50px;
  }
  .page-template-landing-page .pilot-section .image-wrapper::before {
    left: 51%;
    transform: translateX(-50%);
  }
  .page-template-home .challenge-section .image-side {
    justify-content: flex-start;
  }
  .page-template-home .challenge-section .image-side img {
    width: 270px;
  }
  .clinical-trials-section .image {
    bottom: 60px;
    height: 530px;
  }
  .clinical-trials-section .container {
    padding: 50px 15px;
  }
  .lioness-section::before {
    top: 0;
    height: 103%;
  }
  .lioness-section h2 {
    font-size: 2.6818rem;
  }
  .lioness-section .huge {
    font-size: 2.1818rem;
  }
  .lioness-section .content.medium-text {
    margin-bottom: 15px;
  }
  .lioness-section .image-wrapper {
    width: 270px;
    height: 270px;
  }
  .vision-section .content {
    margin: 15px auto 35px;
  }
  .solution.inner-page .solution-bg-section h2 {
    margin-bottom: 10px;
  }
  .solution-top-section .image-wrapper {
    margin-left: 15px;
  }
  .solution-trial-section {
    padding: 60px 0 50px 0;
  }
  .news-section .container {
    padding: 70px 15px 40px 15px;
  }
  .post-type-archive-news .posts-section .single-news .date {
    margin-top: 10px;
  }
  .post-type-archive-news .posts-section .single-news .title {
    margin: 10px 0;
  }
  .post-type-archive-news .posts-section .single-news .text {
    margin-bottom: 5px;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2rem;
  }
  .large-text {
    font-size: 1.4rem;
    line-height: 1.3em;
  }
  ul.slick-dots {
    bottom: 20px;
  }
  .top-section {
    min-height: 0 !important;
  }
  .top-section .container {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .top-section h1 {
    margin-top: 40px;
  }
  .top-section .content {
    max-width: 450px;
    margin: 20px 0;
  }
  .top-section .button {
    margin: 30px 0 0 0;
  }
  .page-template-landing-page .top-section {
    padding-top: 0;
  }
  .page-template-landing-page .top-section .container {
    margin-top: 0;
  }
  .challenge-section .text-side, .page-template-landing-page .top-section .text-side {
    min-height: 0;
  }
  .challenge-section .image-wrapper, .page-template-landing-page .top-section .image-wrapper {
    height: 400px;
    width: 500px;
    max-width: 90%;
  }
  .challenge-section .right-image .image-wrapper, .page-template-landing-page .top-section .right-image .image-wrapper {
    margin-left: -15px;
  }
  .challenge-section .right-image .image-wrapper .bg, .page-template-landing-page .top-section .right-image .image-wrapper .bg {
    border-radius: 0 700px 700px 0;
  }
  .challenge-section .right-image .image-shadow::before, .page-template-landing-page .top-section .right-image .image-shadow::before {
    right: -20px;
    left: auto;
  }
  .challenge-section .left-image .image-wrapper, .page-template-landing-page .top-section .left-image .image-wrapper {
    display: none;
  }
  .challenge-section .woman-baby-illus, .page-template-landing-page .top-section .woman-baby-illus {
    opacity: 0.8;
  }
  .challenge-section .woman-baby-illus svg, .page-template-landing-page .top-section .woman-baby-illus svg {
    top: 0;
    height: 600px;
    margin: 0;
    right: 0;
    left: auto;
    padding-right: 0;
  }
  .lioness-section .image-side, .pilot-section .image-side {
    width: 500px;
    max-width: calc(100% - 50px);
    margin-bottom: 50px;
  }
  .clinical-trials-section .image-side {
    width: 500px;
    max-width: calc(100% - 50px);
    margin-top: 50px;
    padding-left: 2rem;
  }
  .page-template-about h2 {
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
  .page-template-about .about-top-section {
    padding-top: 60px;
  }
  .page-template-about .about-top-section .top-text {
    font-size: 1.4rem;
  }
  .page-template-about .col-md-5 {
    margin-bottom: 40px;
  }
  .page-template-about .team-section .container {
    padding: 50px 15px 15px 15px;
  }
  .page-template-about .team-section .team {
    margin-top: 50px;
  }
  .page-template-about .partners-section .container {
    padding: 45px 15px;
  }
  .page-template-about .partners-section .partners {
    margin-top: 50px;
  }
  .page-template-about .partners-section .single-partner {
    width: 175px;
    height: 175px;
    margin: 0 20px 25px 20px;
  }
  .inner-page .top-strip .wrapper {
    height: 200px;
  }
  .inner-page .top-strip h1 {
    font-size: 2.5rem;
  }
  .solution-top-section .row.left-icon {
    flex-direction: column-reverse;
  }
  .solution-bg-section .bg-gallery-section {
    width: 825px;
    max-width: 100%;
    margin: 50px auto 40px;
  }
  .solution-trial-section .image-side {
    display: flex;
    justify-content: flex-end;
  }
  .solution-trial-section .image-wrapper {
    height: 400px;
    width: 500px;
    max-width: 90%;
    margin-right: -15px;
  }
  .solution-trial-section .image-wrapper .bg {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
  .page-template-landing-page header .container {
    padding-right: 15px;
  }
  .page-template-landing-page .top-section .image-wrapper {
    height: 270px;
  }
  .pilot-section .image-side {
    width: 100%;
    max-width: 100%;
  }
  .page-template-opportunity .top-section .container {
    padding-bottom: 15px;
  }
  .page-template-opportunity .top-section .text {
    font-size: 1.2rem;
  }
  .page-template-opportunity .top-section .text strong {
    font-size: 2.1545rem;
  }
  .page-template-opportunity .banner {
    padding-top: 35px;
    padding-left: 140px;
  }
  .page-template-opportunity .banner.top {
    left: 40px;
    transform: none;
  }
  .page-template-opportunity .banner .text {
    font-size: 1.15rem;
    text-align: left;
  }
  .page-template-opportunity .banner .icon {
    left: -20pxpx;
    top: 0;
  }
  .page-template-opportunity .banner img {
    width: 150px;
  }
  .page-template-opportunity .banner.top {
    bottom: -165px;
    transform: none;
    min-width: unset;
  }
  .page-template-opportunity .market-section .container {
    padding-top: 130px !important;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 699px) {
  .lioness-section .medium-text, .pilot-section .medium-text {
    max-width: 75%;
  }
} /* end of (max-width: 699px) */
/****************************************************************************************************************/
@media only screen and (max-width: 640px) {
  .page-template-landing-page .contact-section .form-wrapper {
    padding: 20px 15px;
  }
  .page-template-landing-page .contact-section .form-wrapper .duo {
    flex-direction: column;
  }
  .page-template-landing-page .contact-section .form-wrapper .duo .side {
    width: 100%;
  }
  .page-template-landing-page .contact-section .form-wrapper .medium-text, .page-template-landing-page .contact-section .form-wrapper .medium-text p {
    font-size: 1.2rem;
  }
} /* end of (max-width: 640px) */
/****************************************************************************************************************/
@media only screen and (max-width: 599px) {
  footer .flex_container {
    flex-direction: column;
    align-items: center;
  }
  footer .wrap {
    height: auto;
    align-items: center;
    flex-direction: column;
  }
  footer .social {
    margin-left: 0;
    margin-bottom: 0;
  }
  footer .credit-wrapper {
    justify-content: center;
    padding-top: 5px;
  }
  footer .rights {
    padding-bottom: 10px;
  }
} /* end of (max-width: 599px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .button {
    font-size: 16px;
    padding: 10px 25px;
  }
  .page-template-opportunity h2 {
    margin-bottom: 30px;
    font-size: 1.5182rem;
  }
  .page-template-opportunity .top-section .container {
    padding-bottom: 70px;
  }
  .page-template-opportunity .banner {
    padding: 45px 15px 20px 75px;
    max-width: 93%;
  }
  .page-template-opportunity .banner.top {
    left: 20px;
  }
  .page-template-opportunity .banner .icon {
    top: 0;
    left: -5px;
    transform: none;
  }
  .page-template-opportunity .banner .icon img {
    width: 75px;
  }
  .page-template-opportunity .top-section .single-top {
    margin-bottom: 20px;
    min-width: 155px;
    padding: 28px 15px 10px 15px;
    font-size: 1.1365rem;
    margin-right: 12px;
  }
  .page-template-opportunity .top-section .single-top .text {
    font-size: 0.8091rem;
  }
  .page-template-opportunity .top-section .single-top .text strong {
    font-size: 1.1365rem;
  }
  .page-template-opportunity .top-section .single-top .title {
    margin: 30px 0 12px;
    font-size: 1.0364rem;
  }
  .page-template-opportunity .stakeholders-section .container {
    padding-top: 15px;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .left {
    padding-top: 60px;
  }
  .page-template-opportunity .stakeholders-section .single-stakeholders .left .icon {
    width: 80px;
    top: -45px;
  }
  .page-template-opportunity .market-section .graph.mobile {
    display: block;
  }
  .page-template-opportunity .market-section .graph.desktop {
    display: none;
  }
  #acp-toggle-toolbar {
    top: 85px !important;
  }
  footer .logo svg {
    height: 40px;
  }
  .cost-section .chart-wrapper {
    padding: 30px 10px;
  }
  .medium-text {
    font-size: 1.3rem;
  }
  .page-template-landing-page {
    font-size: 1.1rem;
  }
  .page-template-landing-page .medium-text {
    font-size: 1.3rem;
  }
  .page-template-landing-page .pilot-section .bg-gallery {
    padding-bottom: 20px;
  }
  .page-template-landing-page .pilot-section .image-wrapper::before {
    height: 270px;
    width: 270px !important;
  }
  .page-template-landing-page .pilot-section .image {
    height: 270px;
    width: 270px !important;
  }
  .page-template-landing-page .contact-section .title-sketch .sketch .icon img {
    min-width: auto;
    max-width: 140px;
  }
  .page-template-landing-page .contact-section .title-sketch .sketch .icon .circle {
    width: 125px;
    height: 125px;
  }
  .page-template-landing-page p {
    font-size: 1.1rem;
  }
  .page-template-landing-page .thanks-section {
    padding-bottom: 60px;
  }
  .page-template-about .about-top-section {
    padding-top: 45px;
  }
  .page-template-about .about-top-section .top-text {
    font-size: 1.2rem;
  }
  .page-template-about h2 {
    font-size: 2.1rem;
  }
  .page-template-about .advisors-section .team {
    margin-top: 50px;
  }
  .page-template-about .advisors-section .container {
    padding-bottom: 15px;
  }
  .inner-page .top-strip .white-bg-color {
    width: 100%;
  }
  .inner-page .top-strip .wrapper {
    height: 170px;
  }
  .inner-page .top-strip .bg-image.mobile {
    display: block;
  }
  .inner-page .top-strip .bg-image.desktop {
    display: none;
  }
  .inner-page .top-strip h1 {
    font-size: 1.8rem;
  }
  .inner-page .top-strip h1::after {
    width: 55px;
    height: 5px;
  }
  .page-template-accessibility .main-container {
    padding: 40px 15px;
  }
  .page-template-accessibility h2 {
    font-size: 1.2rem;
  }
  .clinical-trials-section .bg-color {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0) 180%);
  }
  .clinical-trials-section .image {
    width: 115vw;
    height: 450px;
    bottom: 60px;
  }
  .medium-text {
    font-size: 1.2rem;
  }
  .vision-section {
    padding: 70px 0;
  }
  .vision-section .medium-text {
    font-size: 1.1rem;
  }
  .contact-section {
    padding: 50px 0;
  }
  .contact-section h2 {
    margin-bottom: 30px;
    font-size: 2.32rem !important;
  }
  .wpcf7-form textarea {
    height: 125px;
  }
  .challenge-top-section {
    margin: 50px 0 20px 0;
  }
  .challenge-bottom-section {
    margin: 50px 0;
  }
  .challenge-bottom-section .row {
    margin: 50px -15px;
  }
  .challenge-bottom-section .image-wrapper {
    width: 260px;
    height: 260px;
    padding-top: 0;
    margin-left: 20px;
  }
  .challenge-bottom-section .svg {
    width: 100px;
    height: 100px;
    right: auto;
    left: 215px;
  }
  .cost-section {
    padding-bottom: 60px;
    padding-top: 50px;
  }
  .cost-section .bottom-text {
    margin-top: 35px;
  }
  .solution-bg-section .bottom-text {
    margin: 40px auto 0 auto;
  }
  .lioness-section::before {
    width: 190%;
  }
  .solution-top-section .content {
    margin-bottom: 15px;
  }
  .page-template-home .challenge-section .row.baby-illus-part {
    flex-direction: column-reverse;
  }
  .page-template-home .challenge-section .row.baby-illus-part .text-side {
    margin-bottom: 25px;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************/
@media only screen and (max-width: 469px) {
  .lioness-section .medium-text, .pilot-section .medium-text {
    max-width: 100%;
  }
} /* end of (max-width: 469px) */
/****************************************************************************************************************/
@media only screen and (max-width: 360px) {
  .lioness-section .medium-text {
    max-width: 69%;
  }
} /* end of (max-width: 469px) */
/****************************************************************************************************************/
/* end of (max-width: 320px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */