h1 {
  font-size: 5vw !important;
  font-weight: normal;
  line-height: 110%;
  font-family: "chillaxregular";
  padding: 0 !important;
  margin: 0 !important;
}

h2 {
  font-weight: normal;
  font-size: 5vw !important;
  line-height: 110%;
  font-family: "chillaxregular";
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
}

h3 {
  font-weight: normal !important;
  font-size: 74px !important;
  line-height: 110%;
  font-family: "chillaxregular";
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h4 {
  font-weight: 800 !important;
  font-size: 26px !important;
  font-family: "chillaxsemibold";
  line-height: 111%;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h5 {
  font-weight: normal !important;
  font-size: 24px !important;
  font-family: "chillaxmedium";
  line-height: 110%;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

h6 {
  font-weight: normal !important;
  font-size: 20px !important;
  font-family: "chillaxregular";
  line-height: 111%;
  padding: 0;
  margin: 0;
}

p {
  font-weight: 300 !important;
  font-size: 16px !important;
  font-family: "stratoslight";
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.tag__line {
  font-size: 13px !important;
  font-family: "stratoslight";
  line-height: 24px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.underlined {
  text-decoration: underline;
}

.text-white {
  color: white !important;
}

.text__purple {
  color: #99b4ff;
}

.bold {
  font-family: "chillaxmedium" !important;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 38px !important;
  }
  h3 {
    font-size: 30px !important;
  }
  h4 {
    font-size: 26px !important;
  }
  h5 {
    font-size: 20px !important;
  }
}
.btn-primary {
  padding: 0.5em 1.5em;
  font-size: 20px;
  font-family: "chillaxregular";
  color: #000000;
  cursor: pointer;
  text-align: left;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #fff, #fff, #000000, #000000);
  text-decoration: none;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.btn-primary svg {
  vertical-align: middle;
  margin-left: 2px;
}
.btn-primary:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.btn-primary:hover svg {
  fill: white;
}
.btn-primary:hover svg path {
  stroke: white;
}
.btn-primary:hover svg line {
  stroke: white;
}

.btn-secondary {
  padding: 0.5em 1.5em;
  font-size: 20px;
  font-family: "chillaxregular";
  color: #fff;
  cursor: pointer;
  text-align: left;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #000000, #000000, #99b4ff, #99b4ff);
  text-decoration: none;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.btn-secondary svg {
  vertical-align: middle;
  margin-left: 2px;
}
.btn-secondary:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #000000;
}
.btn-secondary:hover svg {
  fill: #000000;
}
.btn-secondary:hover svg path {
  stroke: #000000;
}
.btn-secondary:hover svg line {
  stroke: #000000;
}

.btn-tag {
  padding: 0.1em 1em;
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #fff, #fff, #000000, #000000);
  text-decoration: none;
  border: 2px solid #000000;
}
.btn-tag:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid #fff;
  color: #fff;
}

.btn-primary:focus {
  outline: none;
}

.btn-link {
  color: #000000;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}
.btn-link:hover {
  color: #882a23;
}

.btn-tertiary {
  padding: 0.5em 2em;
  font-size: 18px;
  font-weight: 400;
  font-family: "chillaxregular";
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #4fa7bd, #4fa7bd, #105c70, #105c70);
  text-decoration: none;
}
.btn-tertiary:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-complementary {
  padding: 0.5em 1.5em;
  font-size: 20px;
  font-family: "chillaxregular";
  color: #000000;
  cursor: pointer;
  text-align: left;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #99b4ff, #99b4ff, #000000, #000000);
  text-decoration: none;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.btn-complementary svg {
  vertical-align: middle;
  margin-left: 2px;
}
.btn-complementary:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.btn-complementary:hover svg {
  fill: white;
}
.btn-complementary:hover svg path {
  stroke: white;
}
.btn-complementary:hover svg line {
  stroke: white;
}

.btn-submit {
  padding: 0.5em 1.5em;
  font-size: 20px;
  font-family: "chillaxregular";
  color: #000000;
  cursor: pointer;
  text-align: left;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #fff, #fff, #000000, #000000);
  text-decoration: none;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.btn-submit svg {
  vertical-align: middle;
  margin-left: 2px;
}
.btn-submit:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.btn-submit:hover svg {
  fill: #fff;
}
.btn-submit:hover svg path {
  stroke: #fff;
}
.btn-submit:hover svg line {
  stroke: #fff;
}

#openButton {
  border: 0;
  padding: 0.8em 0.8em 0.6em 0.8em;
  background: white;
  border-radius: 10px;
  cursor: pointer;
}

#closeButton {
  background-color: transparent;
  border: 0;
  padding: 3px;
  color: #000000;
  font-size: 20px;
  font-family: "chillaxsemibold";
}

@media (max-width: 1062px) {
  .btn-primary svg {
    display: none;
  }
  .btn-secondary svg {
    display: none;
  }
  .btn-submit svg {
    display: none;
  }
  .btn-complementary svg {
    display: none;
  }
}
html,
body {
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "stratoslight" !important;
  position: relative;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding-inline-start: 0 !important;
  list-style: none !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.modal-video-close-btn {
  cursor: pointer;
}

.px-2 {
  padding-left: 2em;
  padding-right: 2em;
}

.pt-5 {
  padding-top: 5em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pt-3 {
  padding-top: 2.5em !important;
}

.pt-2 {
  padding-top: 1.5em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 1.8em;
}

.pb-5 {
  padding-bottom: 5em;
}

.mt-1 {
  margin: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.m-4 {
  margin: 4em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.ml-2 {
  margin-left: 1.5em;
}

.mr-1 {
  margin-right: 1em;
}

.d-none {
  display: none !important;
}

a {
  text-decoration: none;
  color: #000000;
}

.main {
  padding-top: 5em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.bold-underlined {
  text-decoration: underline;
  font-weight: 700 !important;
  font-style: italic;
}

.m-auto {
  margin: auto !important;
}

.scrollUp {
  top: -67px !important;
}

.text-center {
  text-align: center !important;
}

.open {
  top: 0 !important;
}

.active {
  color: #99b4ff !important;
}

.z-index {
  position: relative;
  z-index: 99;
  transition: all 0.4s ease-out;
}

.plus-sign {
  transition: ease all 0.2s;
  cursor: pointer;
}
.plus-sign:hover {
  opacity: 0.75;
}

.rotate {
  transform: rotate(45deg);
  transition: ease all 0.2s;
}

.hidden {
  display: none !important;
}

.hide {
  display: none !important;
}

.red-dot svg {
  vertical-align: middle;
}

.bold {
  font-weight: 700;
  font-family: "chillaxsemibold";
}

.bold-main,
strong {
  font-weight: 700;
  font-family: "stratosregular" !important;
}

.button-desk {
  display: block;
}

.button-mob {
  display: none;
}

#slider-testiomonials .slick-list {
  min-height: 280px;
  padding-left: 50px !important;
}

#slider-testiomonials {
  margin-left: -1.5em !important;
}

.slick-dots {
  width: 150px !important;
  background: white;
  height: 35px;
  padding: 0em 1em 0 0.8em !important;
  border-radius: 20px;
  position: absolute;
  right: 30px;
  bottom: -84px !important;
}

.slick-active .home__team__image {
  display: block !important;
}

.slick-slide .home__team__image {
  display: none;
}

.slick-dots li button:before {
  font-size: 30px !important;
  color: #000000 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

.slick-dots li.slick-active button {
  border: 1px solid #000000;
  border-radius: 50px;
}

.grecaptcha-badge {
  display: none !important;
}

.slick-track {
  margin: 0 !important;
}

.whatsapp__component {
  left: 15px;
  bottom: 15px;
  position: fixed;
  z-index: 999;
}
.whatsapp__component a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.whatsapp__component a:hover {
  text-decoration: none;
}
.whatsapp__component a svg {
  width: 34px;
  height: 34px;
  position: relative;
}

textarea,
input:not([type=radio], [type=checkbox]) {
  width: 100%;
  -webkit-appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: auto !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid black;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  padding-bottom: 8px !important;
}
textarea:focus,
input:not([type=radio], [type=checkbox]):focus {
  outline: transparent !important;
  box-shadow: none !important;
}

.form-control {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 1060px) {
  .hidden {
    display: block !important;
  }
  .main {
    padding-top: 2em;
  }
}
@media (max-width: 868px) {
  #slider-testiomonials .slick-list {
    padding-left: 0 !important;
  }
  .button-desk {
    display: none;
  }
  .button-mob {
    display: block;
  }
}
@media (max-width: 768px) {
  .slick-dots {
    position: inherit !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
  }
}
.header {
  width: 100%;
}
.header .navigation .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline-start: 1em !important;
  list-style-type: none;
  list-style: none;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  background-color: #fff;
  border-radius: 50px;
  position: fixed;
  top: 4em;
  right: 8%;
  z-index: 9999;
  box-shadow: -1px 4px 9px 0px rgba(199, 199, 199, 0.75);
  -webkit-box-shadow: -1px 4px 9px 0px rgba(199, 199, 199, 0.75);
  -moz-box-shadow: -1px 4px 9px 0px rgba(199, 199, 199, 0.75);
}
.header .navigation .menu li {
  padding: 0 1em;
}
.header .navigation .menu li a {
  text-decoration: none;
  color: #000000;
  font-family: "chillaxsemibold";
  font-size: 11px;
  transition: all 0.3s ease-out;
}
.header .navigation .menu li a:hover {
  color: #99b4ff;
}
.header .navigation .menu li.lang {
  padding: 0;
  padding-right: 1em;
  padding-left: 1em;
}
.header .navigation .menu li.lang a {
  background-color: #ff7e6d;
  padding: 0.8em 1em;
  border-radius: 1.5em;
  color: #fff;
}
.header .navigation .menu li.lang a:hover {
  color: #fff;
}
.header .navigation .menu li.lang-no {
  padding: 0;
  padding-right: 1em;
}
.header .navigation .menu li.lang-no a {
  padding: 0.8em 1em;
  border-radius: 1.5em;
}
.header .navigation .menu li.lang-no a:hover {
  color: #fff;
  background-color: #ff7e6d;
}
.header .navigation .main-logo svg {
  padding: 2px;
}

.header-mob {
  display: none;
}

@media (max-width: 1320px) {
  .header {
    display: none;
  }
  .header-mob {
    z-index: 99999;
    display: block;
    position: fixed;
    width: 100%;
  }
  .header-mob .header-mob-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 4.5em 2em;
  }
  .header-mob .mob-navigation {
    position: fixed;
    top: -2000px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(324deg, rgb(255, 255, 255) 0%, rgb(187, 203, 254) 100%);
    background: -webkit-linear-gradient(324deg, rgb(255, 255, 255) 0%, rgb(187, 203, 254) 100%);
    background: linear-gradient(324deg, rgb(255, 255, 255) 0%, rgb(187, 203, 254) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#bbcbfe",GradientType=1);
    width: 100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.6s ease-out;
  }
  .header-mob .mob-navigation .logo-mob-dark {
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .header-mob .mob-navigation .logo-mob-dark svg {
    max-width: 120px !important;
  }
  .header-mob .mob-navigation .close-button {
    color: black;
    position: absolute;
    top: 30px;
    right: 15px;
    font-family: "chillaxsemibold";
    padding: 10px;
    font-size: 18px;
  }
  .header-mob .mob-navigation .close-button button {
    font-weight: 200;
  }
  .header-mob .mob-navigation .mob-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10em;
  }
  .header-mob .mob-navigation .mob-menu ul {
    padding: 0;
    margin: 0;
  }
  .header-mob .mob-navigation .mob-menu ul li {
    line-height: 60px;
    text-align: center;
  }
  .header-mob .mob-navigation .mob-menu ul li a {
    color: #000000;
    font-size: 20px;
    font-family: "chillaxmedium";
  }
  .header-mob .mob-navigation .mob-menu ul li.lang {
    padding: 0;
    text-align: center;
  }
  .header-mob .mob-navigation .mob-menu ul li.lang a {
    padding: 0.8em 1em;
    background-color: #ff7e6d;
    color: #fff;
    border-radius: 1.5em;
    font-size: 16px;
  }
  .header-mob .mob-navigation .mob-menu ul li.lang a:hover {
    color: #fff;
  }
  .header-mob .mob-navigation .mob-menu ul li.lang-no {
    padding: 0;
    text-align: center;
  }
  .header-mob .mob-navigation .mob-menu ul li.lang-no a {
    padding: 0.8em 1em;
    border-radius: 1.5em;
    font-size: 16px;
  }
  .header-mob .mob-navigation .mob-menu ul li.lang-no a:hover {
    color: #fff;
    background-color: #ff7e6d;
  }
  .header-mob .mob-navigation .mob-tel {
    margin-top: 3em;
    text-align: center;
  }
  .header-mob .mob-navigation .mob-tel a {
    color: #fff;
  }
  .header-mob .mob-navigation .mob-tel span svg {
    vertical-align: middle;
  }
}
@media (max-width: 868px) {
  .header-mob .header-mob-icons {
    padding: 1em 2em;
  }
}
.footer {
  background-color: #1f2538;
  color: #fff;
  position: relative;
  overflow: unset;
  margin-right: 5%;
  margin-top: 18em;
}
.footer .footer-wrapper {
  font-family: "chillaxsemibold" !important;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 6em;
  padding-bottom: 6em;
}
.footer .footer-wrapper .footer-top {
  display: flex;
}
.footer .footer-wrapper .footer-top .footer-logo {
  width: 35%;
  padding-bottom: 5em;
}
.footer .footer-wrapper .footer-container {
  display: flex;
  align-items: flex-start;
}
.footer .footer-wrapper .footer-container .footer-col {
  width: 33.33;
  padding-right: 4em;
}
.footer .footer-wrapper .footer-container .footer-col h6 {
  font-size: 18px !important;
  padding-bottom: 1em;
  font-family: "chillaxmedium";
}
.footer .footer-wrapper .footer-container .footer-col ul li {
  font-weight: normal;
  font-family: "chillaxregular" !important;
  color: #fff;
  font-size: 16px;
  padding-bottom: 1em;
}
.footer .footer-wrapper .footer-container .footer-col ul li a {
  font-weight: normal;
  font-family: "chillaxregular" !important;
  color: #fff;
  font-size: 16px;
}
.footer .footer-wrapper .footer-container .footer-col ul li a:hover {
  text-decoration: underline;
}
.footer .footer-wrapper .disclaimer {
  padding-top: 3em;
  font-size: 14px;
  font-family: "stratoslight";
}
.footer .footer-wrapper .disclaimer .disclaimer-title {
  font-weight: bold;
  padding-bottom: 10px;
  font-family: "chillaxsemibold";
}

@media (max-width: 992px) {
  .footer {
    margin-right: 0;
  }
  .footer .footer-wrapper {
    font-family: "stratoslight" !important;
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 3em;
    padding-bottom: 6em;
  }
  .footer .footer-wrapper .footer-top {
    flex-direction: column-reverse;
  }
  .footer .footer-wrapper .footer-top .footer-logo {
    width: 35%;
    padding-bottom: 2em;
    padding-top: 2em;
  }
  .footer .footer-wrapper .footer-container {
    display: block;
  }
  .footer .footer-wrapper .footer-container .footer-col {
    width: auto;
  }
}
/*collab*/
.collab {
  background: rgb(31, 54, 60);
  background: -moz-linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(79, 167, 189) 99%);
  background: -webkit-linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(79, 167, 189) 99%);
  background: linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(79, 167, 189) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f363c",endColorstr="#4fa7bd",GradientType=1);
  margin: 7em 5% 0 5%;
  border-radius: 50px;
  left: 35%;
  height: fit-content;
  padding: 3.5em 2.5em 2em 2.5em;
  color: #fff;
}
.collab .collab__container .collab__title {
  padding-bottom: 1em;
  font-family: "chillaxmedium";
  font-size: 24px;
  max-width: 900px;
  padding-left: 0.6em;
}
.collab .collab__container .collab__form {
  display: flex;
  align-items: stretch;
}
.collab .collab__container .collab__form .collab__form__left {
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 5px;
}
.collab .collab__container .collab__form .collab__form__left label {
  font-size: 14px;
  font-family: "chillaxlight";
}
.collab .collab__container .collab__form .collab__form__left input {
  border: 1px solid #fff;
  color: #fff;
}
.collab .collab__container .collab__form .collab__form__left .form-control {
  position: relative;
}
.collab .collab__container .collab__form .collab__form__right {
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 15px;
  align-self: flex-end;
}
.collab .collab__container .collab__form .collab__form__right .form-control {
  position: relative;
}
.collab .collab__container .collab__form .collab__form__right label {
  font-size: 14px;
  font-family: "chillaxlight";
}
.collab .collab__container .collab__form .collab__form__right textarea {
  border: 1px solid #fff;
  color: #fff;
}
.collab .collab__container .form-last {
  text-align: right;
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 992px) {
  /*collab*/
  .collab {
    margin: 4em 5% 0 5%;
    border-right: 0;
    border-left: 0;
    width: auto;
    position: inherit;
  }
}
@media (max-width: 768px) {
  .collab .collab__container .collab__title {
    padding-left: 0;
  }
  .collab .collab__container .collab__form {
    flex-direction: column;
  }
  .collab .collab__container .collab__form .collab__form__left {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .collab .collab__container .collab__form .collab__form__right {
    width: auto;
    width: -webkit-fill-available;
    padding-left: 0;
    padding-right: 0;
  }
  .collab .collab__container .form-last {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
/*CONTACT*/
.contact {
  width: 65%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 3%, rgb(255, 211, 205) 39%, rgb(255, 126, 109) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 3%, rgb(255, 211, 205) 39%, rgb(255, 126, 109) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 3%, rgb(255, 211, 205) 39%, rgb(255, 126, 109) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff7e6d",GradientType=1);
  position: absolute;
  z-index: 999;
  top: -200px;
  border-radius: 50px;
  left: 35%;
  height: fit-content;
  padding: 3.5em 2.5em 2em 2.5em;
  color: #000000;
}
.contact .contact__container .contact__title {
  padding-bottom: 1em;
  padding-left: 1em;
  font-family: "chillaxmedium";
}
.contact .contact__container .contact__form {
  display: flex;
  align-items: stretch;
}
.contact .contact__container .contact__form .contact__form__left {
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 5px;
}
.contact .contact__container .contact__form .contact__form__left label {
  font-size: 14px;
  font-family: "chillaxlight";
}
.contact .contact__container .contact__form .contact__form__left .form-control {
  position: relative;
}
.contact .contact__container .contact__form .contact__form__right {
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 15px;
  align-self: flex-end;
}
.contact .contact__container .contact__form .contact__form__right .form-control {
  position: relative;
}
.contact .contact__container .contact__form .contact__form__right label {
  font-size: 14px;
  font-family: "chillaxlight";
}
.contact .contact__container .form-last {
  text-align: right;
  padding-left: 2em;
  padding-right: 2em;
}

@media (max-width: 992px) {
  /*CONTACT*/
  .contact {
    margin-right: 0;
    margin-left: 0;
    border-right: 0;
    border-left: 0;
    width: auto;
    position: inherit;
    margin-top: -9em;
  }
}
@media (max-width: 768px) {
  .contact .contact__container .contact__title {
    padding-left: 0;
  }
  .contact .contact__container .contact__form {
    flex-direction: column;
  }
  .contact .contact__container .contact__form .contact__form__left {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .contact .contact__container .contact__form .contact__form__right {
    width: auto;
    width: -webkit-fill-available;
    padding-left: 0;
    padding-right: 0;
  }
  .contact .contact__container .form-last {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.home .home__wrapper {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 248, 255) 55%, rgb(214, 223, 255) 82%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 248, 255) 55%, rgb(214, 223, 255) 82%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 248, 255) 55%, rgb(214, 223, 255) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d6dfff",GradientType=1);
  margin-left: 5%;
  border-radius: 30px 0 0 0;
}
.home .home__wrapper .sential__logo {
  padding: 3.5em 3.5em 0 3.5em;
  max-width: 260px;
}
.home .home__wrapper .home__hero {
  padding: 4em 0 4em 0;
}
.home .home__wrapper .home__hero .home__hero__container {
  display: flex;
  align-items: center;
}
.home .home__wrapper .home__hero .home__hero__container .home__hero__image {
  min-height: 530px;
  height: 50vh;
  width: 50%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 30px 0px 30px;
  box-shadow: -8px 7px 9px 0px rgba(209, 209, 209, 0.75);
  -webkit-box-shadow: -8px 7px 9px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: -8px 7px 9px 0px rgba(209, 209, 209, 0.75);
}
.home .home__wrapper .home__hero .home__hero__container .home__hero__text {
  width: 50%;
}
.home .home__wrapper .home__hero .home__hero__container .home__hero__text .home__hero__text__wraper {
  padding: 3.5em;
}
.home .home__wrapper .home__hero .home__hero__container .home__hero__text .home__hero__text__wraper h1 {
  max-width: 90%;
}
.home .home__wrapper .home__hero .home__hero__container .home__hero__text .home__hero__text__wraper p {
  max-width: 450px;
}
.home .home__wrapper .home__hero .home__hero__container .home__hero__text .home__hero__text__wraper h5 {
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.home .home__wrapper .home__hero small {
  width: 370px;
  display: flex;
  margin-left: auto;
  font-size: 12px;
  font-family: "chillaxlight";
  padding-top: 0.7em;
}
.home .home__wrapper .home__about {
  padding: 3em 3em;
}
.home .home__wrapper .home__about .home__about__container {
  display: flex;
}
.home .home__wrapper .home__about .home__about__images {
  width: 45%;
  position: relative;
}
.home .home__wrapper .home__about .home__about__images .home__about__images__wrapper .home__hero__about__image__one {
  background-repeat: no-repeat;
  background-size: cover;
  width: 63%;
  position: absolute;
  top: 0;
  left: -22%;
  min-height: 350px;
  height: 30vh;
  border-radius: 30px;
  box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
  -webkit-box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
  -moz-box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
}
.home .home__wrapper .home__about .home__about__images .home__about__images__wrapper .home__hero__about__image__one img {
  display: none !important;
}
.home .home__wrapper .home__about .home__about__images .home__about__images__wrapper .home__hero__about__image__two {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 63%;
  position: absolute;
  top: 30%;
  left: 10%;
  min-height: 320px;
  height: 30vh;
  border-radius: 30px;
  box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
  -webkit-box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
  -moz-box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
}
.home .home__wrapper .home__about .home__about__images .home__about__images__wrapper .home__hero__about__image__two img {
  display: none !important;
}
.home .home__wrapper .home__about .home__about__text {
  width: 55%;
}
.home .home__wrapper .home__about .home__about__text__wrapper h2 {
  max-width: 80%;
}
.home .home__wrapper .home__about .home__about__text__wrapper p {
  max-width: 500px;
  padding-top: 2em;
}
.home .home__testimonials .home__testimonials__wrapper {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(175deg, rgb(255, 255, 255) 0%, rgb(250, 251, 255) 40%, rgb(236, 241, 255) 54%, rgb(200, 214, 255) 70%, rgb(153, 180, 255) 94%);
  background: -webkit-linear-gradient(175deg, rgb(255, 255, 255) 0%, rgb(250, 251, 255) 40%, rgb(236, 241, 255) 54%, rgb(200, 214, 255) 70%, rgb(153, 180, 255) 94%);
  background: linear-gradient(175deg, rgb(255, 255, 255) 0%, rgb(250, 251, 255) 40%, rgb(236, 241, 255) 54%, rgb(200, 214, 255) 70%, rgb(153, 180, 255) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#99b4ff",GradientType=1);
  border-radius: 0 0 50px 0;
  margin-right: 5%;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container {
  max-width: 1300px;
  margin: auto;
  padding: 1em;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__title {
  width: 100%;
  flex-wrap: nowrap;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col {
  width: 50%;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card {
  background-color: #99b4ff;
  padding: 2.5em 3em;
  margin: 2em;
  border-radius: 30px;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card h5 {
  padding-bottom: 0.6em;
  text-transform: uppercase;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card p {
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card .testimonials__title {
  font-family: "chillaxregular";
  font-size: 16px;
  text-transform: uppercase;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card .home__testimonial__video {
  height: 165px;
  width: 100%;
  background-color: #000000;
  margin: 1em 0;
  border-radius: 30px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card .home__testimonial__video a {
  background: #000000;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card .home__testimonial__video a .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card .home__testimonial__video a:hover {
  opacity: 0.3;
}
.home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card .home__testimonial__date {
  text-align: right;
}
.home .home__discover .home__discover__wrapper {
  max-width: 1280px;
  padding: 8em 3em;
  margin: auto;
}
.home .home__discover .home__discover__wrapper .home__discover__row {
  display: flex;
  padding: 3.5em;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 251, 255) 40%, rgb(236, 241, 255) 54%, rgb(214, 223, 255) 94%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 251, 255) 40%, rgb(236, 241, 255) 54%, rgb(214, 223, 255) 94%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 251, 255) 40%, rgb(236, 241, 255) 54%, rgb(214, 223, 255) 94%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d6dfff",GradientType=1);
  border-radius: 50px;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col {
  width: 50%;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__title p {
  max-width: 400px;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion {
  position: relative;
  margin-top: -40px;
  margin-right: -30px;
  margin-left: 40px;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card {
  background-color: #fff;
  padding: 1em 2em;
  border-radius: 50px;
  width: 100%;
  min-height: 150px;
  box-shadow: 2px 0px 19px -2px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: 2px 0px 19px -2px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 2px 0px 19px -2px rgba(0, 0, 0, 0.46);
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card:nth-child(2n) {
  background-color: #d6dfff !important;
  position: absolute;
  top: 100px !important;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card:nth-child(3n) {
  background-color: #99b4ff !important;
  position: absolute;
  top: 200px !important;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card:nth-child(4n) {
  background-color: #4fa7bd !important;
  position: absolute;
  top: 300px !important;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card:nth-child(4n) .accordion__content {
  display: block;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title .accordion__header h5 span {
  vertical-align: middle;
  margin-right: 0.8em;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title .accordion__header h5 span img {
  display: inherit;
  max-width: 40px;
}
.home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__content {
  padding: 0.5em 1em 1em 5em;
  display: none;
}
.home .home__why {
  padding-bottom: 8em;
}
.home .home__why .home__why__wrapper {
  position: relative;
  border-radius: 0 50px 50px 50px;
  background: rgb(91, 84, 129);
  background: -moz-linear-gradient(124deg, rgb(91, 84, 129) 0%, rgb(118, 106, 181) 5%, rgb(136, 121, 215) 11%, rgb(143, 126, 227) 17%, rgb(145, 128, 232) 20%, rgb(72, 86, 129) 46%, rgb(59, 78, 110) 58%, rgb(60, 82, 114) 61%, rgb(62, 93, 124) 67%, rgb(79, 167, 189) 100%);
  background: -webkit-linear-gradient(124deg, rgb(91, 84, 129) 0%, rgb(118, 106, 181) 5%, rgb(136, 121, 215) 11%, rgb(143, 126, 227) 17%, rgb(145, 128, 232) 20%, rgb(72, 86, 129) 46%, rgb(59, 78, 110) 58%, rgb(60, 82, 114) 61%, rgb(62, 93, 124) 67%, rgb(79, 167, 189) 100%);
  background: linear-gradient(124deg, rgb(91, 84, 129) 0%, rgb(118, 106, 181) 5%, rgb(136, 121, 215) 11%, rgb(143, 126, 227) 17%, rgb(145, 128, 232) 20%, rgb(72, 86, 129) 46%, rgb(59, 78, 110) 58%, rgb(60, 82, 114) 61%, rgb(62, 93, 124) 67%, rgb(79, 167, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5481",endColorstr="#4fa7bd",GradientType=1);
  margin-right: 5%;
}
.home .home__why .home__why__wrapper .home__why__container {
  margin: 0 5% 0 5%;
  padding: 6em 2em 0 5%;
}
.home .home__why .home__why__wrapper .home__why__container .home__why__title {
  color: #fff !important;
  flex-wrap: nowrap;
  padding-left: 1em;
  padding-right: 1em;
  width: 51%;
}
.home .home__why .home__why__wrapper .home__why__container .home__why__title p {
  max-width: 550px;
  padding-right: 1em;
}
.home .home__why .home__why__wrapper .home__why__container .home__why__image__one {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 28vw;
  height: 38vh;
  min-height: 350px;
  border-radius: 50px;
  margin-top: 2em;
  margin-left: -50px;
}
.home .home__why .home__why__wrapper .home__why__image__two {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 23%;
  left: 54%;
  width: 25vw;
  height: 38vh;
  max-height: 400px;
  min-height: 350px;
  border-radius: 50px;
}
.home .home__why .home__why__wrapper .home__why__image__three {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 6%;
  left: 70%;
  width: 35vw;
  height: 50vh;
  min-height: 450px;
  max-height: 500px;
  border-radius: 50px;
}
.home .home__why .home__why__wrapper .home__why__button {
  position: absolute;
  left: 60%;
  bottom: 10%;
}
.home .home__team {
  padding-bottom: 6em;
}
.home .home__team .home__team__wrapper {
  border-radius: 0 0 0 50px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 252, 253) 14%, rgb(192, 223, 231) 28%, rgb(79, 167, 189) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 252, 253) 14%, rgb(192, 223, 231) 28%, rgb(79, 167, 189) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(249, 252, 253) 14%, rgb(192, 223, 231) 28%, rgb(79, 167, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#4fa7bd",GradientType=1);
  margin-left: 5%;
}
.home .home__team .home__team__wrapper .home__team__container {
  max-width: 1300px;
  margin: auto;
  padding: 2em 5% 2em 2em;
}
.home .home__team .home__team__wrapper .home__team__container .home__team__title {
  max-width: 550px;
  flex-wrap: nowrap;
  padding-left: 1.5em;
}
.home .home__team .home__team__wrapper .home__team__container .home__team__title p {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col {
  width: 50%;
  margin-bottom: 2em;
}
.home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card {
  background-color: #fff;
  padding: 2.5em 3em;
  margin-right: 4em;
  border-radius: 50px;
  position: relative;
}
.home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card .home__team__image {
  width: 80px;
  height: 80px;
  background-color: lightgray;
  position: absolute;
  border-radius: 50%;
  top: 40px;
  left: -50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card h5 {
  text-transform: uppercase;
}
.home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card .team__title {
  font-family: "chillaxregular";
  font-size: 16px;
  padding-top: 0.5em;
  padding-bottom: 2.5em;
  text-transform: uppercase;
}
.home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card .team__content {
  max-height: 70px;
  overflow: hidden;
}
.home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card .home__team__bio {
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.home .home__medical {
  padding-bottom: 12em;
}
.home .home__medical .home__medical__wrapper {
  border-radius: 50px;
  background-color: #1f2638;
  margin-right: 5%;
  margin-left: 5%;
  position: relative;
}
.home .home__medical .home__medical__wrapper .home__medical__container {
  padding: 5em 0 0 5%;
}
.home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title {
  color: #99b4ff !important;
  flex-wrap: nowrap;
  padding-left: 1em;
}
.home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title .home__medical__title__row {
  display: flex;
}
.home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title .home__medical__title__row .home__medical__text {
  width: 72%;
}
.home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title .home__medical__title__row .home__medical__text p {
  max-width: 750px;
  padding-right: 6em;
  color: #99b4ff;
}
.home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title .home__medical__title__row .home__medical__image__one {
  background-repeat: no-repeat;
  background-size: cover;
  width: 28%;
  height: 40vh;
  border-radius: 50px;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 460px;
  max-height: 500px;
}
.home .home__medical .home__medical__wrapper .home__medical__container .home__medical__image__two {
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  height: 25vh;
  border-radius: 50px;
  position: absolute;
  top: 73%;
  left: -15%;
  min-height: 300px;
  max-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home .home__medical .home__medical__wrapper .home__medical__container .home__medical__image__three {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 35vw;
  height: 36vh;
  min-height: 350px;
  max-height: 400px;
  position: absolute;
  top: 74%;
  left: 56%;
  border-radius: 50px;
}
.home .home__medical .home__medical__wrapper .home__medical__container .home__medical__button {
  position: absolute;
  bottom: -18%;
}

@media (max-width: 1600px) {
  .home .home__wrapper .home__about .home__about__images .home__about__images__wrapper .home__hero__about__image__one {
    max-height: 350px;
  }
  .home .home__wrapper .home__about .home__about__images .home__about__images__wrapper .home__hero__about__image__two {
    max-height: 350px;
  }
  .home .home__why .home__why__wrapper .home__why__container .home__why__image__one {
    max-height: 350px;
  }
  .home .home__why .home__why__wrapper .home__why__container .home__why__image__two {
    max-height: 350px;
  }
  .home .home__why .home__why__wrapper .home__why__container .home__why__image__three {
    max-height: 450px;
  }
}
@media (max-width: 1200px) {
  .home .home__discover .home__discover__wrapper {
    padding: 8em 3em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row {
    display: block;
    padding: 3.5em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col {
    width: auto;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__title p {
    max-width: 100%;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion {
    position: relative;
    margin-top: 2em;
    margin-right: 30px;
    margin-left: 0px;
    min-height: 400px;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card {
    background-color: #fff;
    padding: 1em 2em;
    border-radius: 50px;
    width: 100%;
    min-height: 150px;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card:nth-child(2n) {
    background-color: #d6dfff !important;
    position: absolute;
    top: 100px !important;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card:nth-child(3n) {
    background-color: #99b4ff !important;
    position: absolute;
    top: 200px !important;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card:nth-child(4n) {
    background-color: #4fa7bd !important;
    position: absolute;
    top: 300px !important;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card:nth-child(4n) .accordion__content {
    display: block;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title .accordion__header h5 span {
    vertical-align: middle;
    margin-right: 1em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__content {
    padding: 0.5em 1em 1em 6em;
    display: none;
  }
}
@media (max-width: 868px) {
  .home .home__wrapper {
    margin-left: 1em;
  }
  .home .home__wrapper .sential__logo {
    padding: 3.5em 3.5em 0 1em;
    max-width: 160px;
  }
  .home .home__wrapper .home__hero {
    padding: 1em 0 1em 0;
  }
  .home .home__wrapper .home__hero .home__hero__container {
    display: block;
  }
  .home .home__wrapper .home__hero .home__hero__container .home__hero__image {
    min-height: 380px;
    height: 30vh;
    width: 100%;
  }
  .home .home__wrapper .home__hero .home__hero__container .home__hero__text {
    width: auto;
  }
  .home .home__wrapper .home__hero .home__hero__container .home__hero__text .home__hero__text__wraper {
    padding: 1em 1em 4em 1em;
  }
  .home .home__wrapper .home__hero .home__hero__container .home__hero__text .home__hero__text__wraper p {
    max-width: 100%;
  }
  .home .home__wrapper .home__about {
    padding: 2em 1em 2em 0;
  }
  .home .home__wrapper .home__about .home__about__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .home .home__wrapper .home__about .home__about__images {
    width: 100%;
    padding-top: 0.5em;
  }
  .home .home__wrapper .home__about .home__about__images .home__about__images__wrapper {
    text-align: -webkit-right;
    text-align: -webkit-end;
  }
  .home .home__wrapper .home__about .home__about__images .home__about__images__wrapper .home__hero__about__image__one {
    width: 53%;
    position: inherit;
    min-height: 200px;
    height: 20vh;
  }
  .home .home__wrapper .home__about .home__about__images .home__about__images__wrapper .home__hero__about__image__two {
    width: 53%;
    position: inherit;
    min-height: 200px;
    height: 20vh;
    margin-top: -90px;
    margin-right: 70px;
  }
  .home .home__wrapper .home__about .home__about__text {
    width: auto;
  }
  .home .home__wrapper .home__about .home__about__text__wrapper {
    padding-top: 0 !important;
  }
  .home .home__wrapper .home__about .home__about__text__wrapper h2 {
    max-width: 100%;
  }
  .home .home__wrapper .home__about .home__about__text__wrapper p {
    max-width: 100%;
  }
  .home .home__testimonials .home__testimonials__wrapper {
    margin-right: 5%;
  }
  .home .home__testimonials .home__testimonials__wrapper .home__testimonials__container {
    max-width: 1300px;
    margin: auto;
    padding: 1em;
  }
  .home .home__testimonials .home__testimonials__wrapper .home__testimonials__container .home__slider .home__testimonials__col .home__testimonials__card {
    background-color: #99b4ff;
    padding: 1.5em 2em;
    margin: 2em 0.5em;
    border-radius: 25px;
  }
  .home .home__discover .home__discover__wrapper {
    padding: 3em 1em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row {
    padding: 1em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion {
    min-height: 550px;
    margin-top: 3em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card {
    padding: 0.5em 1em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title {
    padding: 0.6em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title .accordion__header h5 {
    padding-bottom: 5px;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title .accordion__header h5 span {
    margin-right: 0;
    display: block;
    padding-bottom: 0.5em;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__title .accordion__header h5 span img {
    width: 30px;
  }
  .home .home__discover .home__discover__wrapper .home__discover__row .home__discover__col .home__discover__accordion .accordion__card .accordion__content {
    padding: 0.5em 1em 1em 0.5em;
  }
  .home .home__why {
    padding-bottom: 12em;
  }
  .home .home__why .home__why__wrapper {
    position: relative;
    margin-right: 5%;
  }
  .home .home__why .home__why__wrapper .home__why__container {
    margin: 0 2em 0 2em;
    padding: 4em 0em 4em 0em;
  }
  .home .home__why .home__why__wrapper .home__why__container .home__why__title {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .home .home__why .home__why__wrapper .home__why__container .home__why__title p {
    max-width: 100%;
  }
  .home .home__why .home__why__wrapper .home__why__container .home__why__image__one {
    display: none;
  }
  .home .home__why .home__why__wrapper .home__why__image__two {
    position: absolute;
    top: 92%;
    left: 62%;
    width: 35vw;
    height: 30vh;
    min-height: 220px;
    max-height: 220px;
    border-radius: 30px;
  }
  .home .home__why .home__why__wrapper .home__why__image__three {
    position: absolute;
    top: 80%;
    left: 32%;
    width: 35vw;
    height: 20vh;
    max-height: 200px;
    min-height: 200px;
    border-radius: 30px;
  }
  .home .home__why .home__why__wrapper .home__why__button {
    position: inherit;
    left: 0;
    width: 100%;
    padding-left: 2em;
    padding-bottom: 2em;
  }
  .home .home__team {
    padding-bottom: 6em;
  }
  .home .home__team .home__team__wrapper {
    border-radius: 0 0 0 50px;
    margin-left: 5%;
  }
  .home .home__team .home__team__wrapper .home__team__container {
    max-width: 1300px;
    margin: auto;
    padding: 2em 1em 2em 1em;
  }
  .home .home__team .home__team__wrapper .home__team__container .home__team__title {
    padding-left: 0;
  }
  .home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col {
    width: 50%;
    margin-bottom: 2.5em;
  }
  .home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card {
    background-color: #fff;
    padding: 1.5em 2em 2.5em 2.5em;
    margin-top: 3em;
    margin-right: 2em;
    margin-left: 2em;
    border-radius: 50px;
    position: relative;
  }
  .home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card .home__team__image {
    width: 80px;
    height: 80px;
    background-color: lightgray;
    position: inherit;
    border-radius: 50%;
    top: inherit;
    left: inherit;
    margin-top: -50px;
    margin-left: -40px;
    margin-bottom: 0.6em;
  }
  .home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card .team__title {
    font-family: "chillaxregular";
    font-size: 16px;
    padding-top: 0.5em;
    padding-bottom: 2.5em;
  }
  .home .home__team .home__team__wrapper .home__team__container .home__slider .home__team__col .home__team__card .home__team__bio {
    position: absolute;
    right: -10px;
    bottom: -10px;
  }
  .home .home__medical {
    padding-bottom: 12em;
  }
  .home .home__medical .home__medical__wrapper {
    border-radius: 50px;
    background-color: #1f2638;
    margin-right: 1em;
    margin-left: 1em;
    position: relative;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container {
    padding: 3em 1em 6em 1em;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title {
    padding-left: 1em;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title .home__medical__title__row {
    display: block;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title .home__medical__title__row .home__medical__text {
    width: auto;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title .home__medical__title__row .home__medical__text p {
    max-width: 100%;
    padding-right: 0;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container .home__medical__title .home__medical__title__row .home__medical__image__one {
    display: none;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container .home__medical__image__two {
    top: 90%;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container .home__medical__image__three {
    top: 88%;
  }
  .home .home__medical .home__medical__wrapper .home__medical__container .home__medical__button {
    position: absolute;
    bottom: -24%;
  }
}
.about .sential__logo {
  padding: 3.5em 10% 0 10%;
  max-width: 260px;
}
.about .about__upper__section {
  margin: 4em 5% 0 5%;
}
.about .about__upper__section h2 {
  padding-left: 5%;
  padding-right: 5%;
}
.about .about__upper__section p {
  padding-top: 2.5em;
  max-width: 1050px;
  padding-bottom: 3em;
  padding-left: 5%;
  padding-right: 5%;
}
.about .about__upper__section .about__upper__image {
  max-height: 550px;
  height: 55vh;
  min-height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.about .about__research .about__research__wrapper {
  display: flex;
  align-items: center;
}
.about .about__research .about__research__wrapper .about__research__image {
  width: 45%;
  min-height: 500px;
  height: 60vh;
  max-height: 650px;
  border-radius: 0px 50px 50px 0px;
  margin-top: -5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.about .about__research .about__research__wrapper .about__research__text__col {
  width: 55%;
}
.about .about__research .about__research__wrapper .about__research__text__col .about__research__text {
  padding: 3em 10% 4em 10%;
  max-width: 500px;
}
.about .about__research .about__research__wrapper .about__research__text__col .about__research__text p {
  padding-top: 2em;
}
.about .about__research .about__research__wrapper .about__research__text__col .about__research__text ul {
  padding-top: 3em;
  font-family: "chillaxmedium";
}
.about .about__our__facility {
  background-color: #1f2538;
  margin: 10em 0 0 10%;
  border-radius: 50px 0 0 0;
}
.about .about__our__facility .about__our__facility__wrapper {
  display: flex;
  align-items: flex-start;
  padding: 6em 0em;
}
.about .about__our__facility .about__our__facility__wrapper .about__our__facility__image {
  width: 50%;
  min-height: 500px;
  height: 50vh;
  max-height: 600px;
  border-radius: 50px;
  margin-left: -5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.about .about__our__facility .about__our__facility__wrapper .about__our__facility__text__col {
  width: 50%;
}
.about .about__our__facility .about__our__facility__wrapper .about__our__facility__text__col .about__our__facility__text {
  padding: 1em 10% 2em 10%;
  max-width: 520px;
}
.about .about__our__facility .about__our__facility__wrapper .about__our__facility__text__col .about__our__facility__text p:nth-child(even) {
  padding-bottom: 3.5em !important;
}
.about .about__our__facility .about__our__facility__button {
  width: 50%;
  margin-left: auto;
}
.about .about__our__facility .about__our__facility__gallery {
  margin-top: 9em;
  margin-left: -5em;
  margin-right: 5%;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper {
  display: flex;
  gap: 1.5%;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__first__section {
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__first__section img {
  opacity: 0;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section {
  --gap: 2%;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  flex: 1 1;
  gap: 2%;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section .gallery_item_two {
  width: calc(60% - var(--gap) / 2);
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section .gallery_item_two img {
  opacity: 0;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section .gallery_item_three {
  width: calc(40% - var(--gap) / 2);
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section .gallery_item_three img {
  opacity: 0;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section .gallery_item_four {
  width: calc(40% - var(--gap) / 2);
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section .gallery_item_four img {
  opacity: 0;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section .gallery_item_five {
  width: calc(60% - var(--gap) / 2);
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about .about__our__facility .about__our__facility__gallery .about__our__facility__gallery__wrapper .gallery__second__section .gallery_item_five img {
  opacity: 0;
}
.about .about__medical .about__medical__wrapper {
  border-radius: 50px;
  background: rgb(29, 38, 57);
  background: -moz-linear-gradient(180deg, rgb(29, 38, 57) 0%, rgb(79, 167, 189) 100%);
  background: -webkit-linear-gradient(180deg, rgb(29, 38, 57) 0%, rgb(79, 167, 189) 100%);
  background: linear-gradient(180deg, rgb(29, 38, 57) 0%, rgb(79, 167, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d2639",endColorstr="#4fa7bd",GradientType=1);
  margin-right: 10%;
  margin-left: 5%;
  margin-top: 10em;
  position: relative;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title {
  flex-wrap: nowrap;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row {
  display: flex;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row .about__medical__text {
  width: 50%;
  color: #fff;
  padding: 5em 5%;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row .about__medical__text ul {
  max-width: 550px;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row .about__medical__text ul li {
  padding-top: 2em;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row .about__medical__image__one {
  width: 60%;
  margin-right: -7%;
  height: 40vh;
  border-radius: 50px;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 450px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images {
  display: flex;
  padding: 0 5%;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images .about__medical__image__two__col {
  width: 50%;
  z-index: 99;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images .about__medical__image__two__col .about__medical__image__two {
  width: 25vw;
  height: 20vh;
  border-radius: 50px;
  min-height: 250px;
  max-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images .about__medical__image__three__col {
  width: 50%;
  margin-top: -100px;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images .about__medical__image__three__col .about__medical__image__three {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 38vw;
  height: 30vh;
  min-height: 300px;
  max-height: 350px;
  border-radius: 50px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second {
  display: flex;
  padding-bottom: 5em;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second .about__medical__image__four__col {
  width: 50%;
  margin-top: -40px;
  margin-left: -6%;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second .about__medical__image__four__col .about__medical__image__four {
  width: 90%;
  height: 50vh;
  border-radius: 50px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second .about__medical__image__five__col {
  width: 50%;
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second .about__medical__image__five__col .about__medical__image__five {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 135%;
  height: 30vh;
  min-height: 300px;
  max-height: 350px;
  border-radius: 50px;
  margin-right: -5%;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.about .about__medical .about__medical__wrapper .about__medical__container .about__medical__button {
  position: absolute;
  bottom: -21%;
}

@media (max-width: 868px) {
  .about .sential__logo {
    padding: 3.5em 2em 0 2em;
    max-width: 160px;
  }
  .about .about__upper__section {
    margin: 4em 2em 0 2em;
  }
  .about .about__upper__section h2 {
    padding-left: 0;
    padding-right: 0;
  }
  .about .about__upper__section p {
    padding-top: 2.5em;
    max-width: 1050px;
    padding-bottom: 3em;
    padding-left: 0;
    padding-right: 0;
  }
  .about .about__upper__section .about__upper__image {
    max-height: 400px;
    height: 45vh;
    min-height: 320px;
  }
  .about .about__research .about__research__wrapper {
    display: block;
  }
  .about .about__research .about__research__wrapper .about__research__image {
    display: none;
  }
  .about .about__research .about__research__wrapper .about__research__text__col {
    width: auto;
  }
  .about .about__research .about__research__wrapper .about__research__text__col .about__research__text {
    padding: 3em 2em 4em 2em;
    max-width: 500px;
  }
  .about .about__research .about__research__wrapper .about__research__text__col .about__research__text ul {
    padding-top: 3em;
    font-family: "chillaxmedium";
  }
  .about .about__our__facility {
    margin: 2em 0 0 1em;
  }
  .about .about__our__facility .about__our__facility__wrapper {
    display: block;
    padding: 4em 0em;
  }
  .about .about__our__facility .about__our__facility__wrapper .about__our__facility__image {
    width: 100%;
    min-height: 350px;
    height: 35vh;
    max-height: 400px;
    border-radius: 50px;
    margin-left: -5em;
  }
  .about .about__our__facility .about__our__facility__wrapper .about__our__facility__text__col {
    width: auto;
  }
  .about .about__our__facility .about__our__facility__wrapper .about__our__facility__text__col .about__our__facility__text {
    padding: 3em 2em 0 2em;
  }
  .about .about__our__facility .about__our__facility__button {
    width: 100%;
    margin-left: 0.5em;
  }
  .about .about__our__facility .about__our__facility__gallery {
    margin-top: 5em;
    margin-left: 0;
  }
  .about .about__medical {
    margin-bottom: -100px;
  }
  .about .about__medical .about__medical__wrapper {
    border-radius: 50px;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 5em;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row {
    display: block;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row .about__medical__text {
    width: auto;
    padding: 4em 2em;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row .about__medical__text ul li {
    padding-top: 2em;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__title .about__medical__title__row .about__medical__image__one {
    width: 80%;
    margin-right: -7%;
    height: 30vh;
    border-radius: 50px;
    min-height: 250px;
    max-height: 300px;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images {
    display: flex;
    padding: 0 2em;
    position: relative;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images .about__medical__image__two__col {
    display: none;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images .about__medical__image__three__col {
    width: 60%;
    margin-top: -100px;
    margin-left: auto;
    z-index: 99;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images .about__medical__image__three__col .about__medical__image__three {
    width: 100%;
    min-height: 200px;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second {
    display: block;
    padding-bottom: 5em;
    position: relative;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second .about__medical__image__four__col {
    display: none;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second .about__medical__image__five__col {
    width: auto;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second .about__medical__image__five__col .about__medical__image__five {
    margin-top: -140px;
    width: 105%;
    margin-right: 0;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second button {
    position: absolute;
    top: 70%;
    left: 5%;
    z-index: 999;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__images__second .button {
    padding-top: 3.5em;
    text-align: center;
    margin: auto;
  }
  .about .about__medical .about__medical__wrapper .about__medical__container .about__medical__button {
    position: absolute;
    bottom: -21%;
  }
}
.services .sential__logo {
  padding: 3.5em 10% 0 10%;
  max-width: 260px;
}
.services .stem__cells {
  margin-left: 5%;
  margin-top: 5em;
  background: rgb(79, 167, 189);
  background: -moz-linear-gradient(180deg, rgb(79, 167, 189) 0%, rgb(29, 38, 57) 100%);
  background: -webkit-linear-gradient(180deg, rgb(79, 167, 189) 0%, rgb(29, 38, 57) 100%);
  background: linear-gradient(180deg, rgb(79, 167, 189) 0%, rgb(29, 38, 57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fa7bd",endColorstr="#1d2639",GradientType=1);
  padding: 0 0 3em 5em;
  border-radius: 50px 0 0 50px;
  color: #fff;
}
.services .stem__cells .stem__cells__wrapper__first {
  display: flex;
}
.services .stem__cells .stem__cells__wrapper__first .stem__cells__first__text__col {
  width: 45%;
}
.services .stem__cells .stem__cells__wrapper__first .stem__cells__first__text__col .stem__cells__first__text {
  padding: 5em 5em 0 0;
  max-width: 480px;
}
.services .stem__cells .stem__cells__wrapper__first .stem__cells__first__text__col .stem__cells__first__text h5 {
  padding-bottom: 1em;
}
.services .stem__cells .stem__cells__wrapper__first .stem__cells__first__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 55%;
  height: 30vh;
  min-height: 300px;
  border-radius: 50px 0 0 50px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.services .stem__cells .stem__cells__wrapper__second {
  display: flex;
  margin-top: 2em;
  align-items: center;
}
.services .stem__cells .stem__cells__wrapper__second .stem__cells__second__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 45%;
  height: 28vh;
  min-height: 280px;
  margin-right: 5em;
  border-radius: 50px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.services .stem__cells .stem__cells__wrapper__second .stem__cells__second__text__col {
  width: 55%;
}
.services .stem__cells .stem__cells__wrapper__second .stem__cells__second__text__col .stem__cells__second__text {
  padding: 0 3em 0 0;
  max-width: 550px;
}
.services .stem__cells .stem__cells__wrapper__second .stem__cells__second__text__col .stem__cells__second__text h5 {
  padding-bottom: 1em;
}
.services .stem__cells .growth__factors {
  padding-top: 2em;
}
.services .stem__cells .growth__factors h5 {
  padding-bottom: 2em;
}
.services .stem__cells .growth__factors__mobile {
  display: none;
}
.services .stem__cells svg {
  margin-right: 5%;
}
.services .stem__cells svg .cls-15 tspan {
  font-family: "stratosregular" !important;
}
.services .stem__cells svg tspan {
  font-family: "stratoslight";
}
.services .services__tabs {
  max-width: 1280px;
  padding: 8em 3em;
  margin: auto;
}
.services .services__tabs .services__tab__wrapper {
  box-shadow: -8px 8px 9px 0px rgba(209, 209, 209, 0.75);
  -webkit-box-shadow: -8px 8px 9px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: -8px 8px 9px 0px rgba(209, 209, 209, 0.75);
  border-radius: 40px;
  /* Go from zero to full opacity */
  /* Style the tab content */
}
.services .services__tabs .services__tab__wrapper .services__tabs__container {
  overflow: hidden;
  border-radius: 40px 40px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* Create an active/current tablink class */
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button {
  position: relative;
  z-index: 99;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2em 0;
  transition: 0.3s;
  font-size: 17px;
  width: 20%;
  border-radius: 40px;
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button:nth-child(1) {
  background-color: #fff;
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button:nth-child(2) {
  background-color: #d6dfff;
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button:nth-child(3) {
  background-color: #99b4ff;
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button:nth-child(4) {
  background-color: #4fa7bd;
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button:nth-child(5) {
  background-color: #ff7e6d;
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button img {
  height: 50px;
  width: auto;
  margin: auto;
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button:hover {
  cursor: pointer;
}
.services .services__tabs .services__tab__wrapper .services__tabs__container button.active {
  border-radius: 40px !important;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.services .services__tabs .services__tab__wrapper .tabcontent {
  display: none;
  border-top: none;
  border-radius: 0px 0px 30px 30px;
  margin-top: -50px;
  animation: fadeEffect 0.5s;
  box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
  -webkit-box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
  -moz-box-shadow: 8px 7px 9px 0px rgba(224, 224, 224, 0.75);
}
.services .services__tabs .services__tab__wrapper .tabcontent:nth-child(2) {
  display: block;
}
.services .services__tabs .services__tab__wrapper .tabcontent .tabcontent__container {
  display: flex;
}
.services .services__tabs .services__tab__wrapper .tabcontent .tabcontent__container .tabcontent__text {
  width: 50%;
  padding: 8em 4em 10em 4em;
}
.services .services__tabs .services__tab__wrapper .tabcontent .tabcontent__container .tabcontent__text h5 {
  padding-bottom: 1em;
}
.services .services__tabs .services__tab__wrapper .tabcontent .tabcontent__container .tabcontent__text p {
  padding-bottom: 1em;
}
.services .services__tabs .services__tab__wrapper .tabcontent .tabcontent__container .tabcontent__image {
  width: 50%;
  border-radius: 50px 50px 50px 0;
  margin-top: 6em;
  margin-right: -4em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services .services__tabs #Wellness {
  background-color: #fff;
}
.services .services__tabs #AutoimmuneDiseases {
  background-color: #d6dfff;
}
.services .services__tabs #SportInjuries {
  background-color: #99b4ff;
}
.services .services__tabs #CardioDiseases {
  background-color: #4fa7bd;
}
.services .services__tabs #Copd {
  background-color: #ff7e6d;
}
.services .services__patient__tracking {
  margin-left: 5%;
  margin-top: 5em;
  background: rgb(29, 38, 57);
  background: -moz-linear-gradient(180deg, rgb(29, 38, 57) 0%, rgb(79, 167, 189) 100%);
  background: -webkit-linear-gradient(180deg, rgb(29, 38, 57) 0%, rgb(79, 167, 189) 100%);
  background: linear-gradient(180deg, rgb(29, 38, 57) 0%, rgb(79, 167, 189) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d2639",endColorstr="#4fa7bd",GradientType=1);
  padding: 0 0 0 6%;
  border-radius: 50px 0 0 50px;
  color: #fff;
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__first {
  position: relative;
  display: flex;
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__first .services__patient__tracking__image {
  width: 47%;
  min-height: 480px;
  height: 57vh;
  max-height: 560px;
  border-radius: 50px;
  margin-left: -13%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__first .services__patient__tracking__image__two {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 37%;
  left: 12%;
  width: 28vw;
  height: 34vh;
  max-height: 400px;
  min-height: 380px;
  border-radius: 50px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__first .services__patient__tracking__col {
  width: 65%;
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__first .services__patient__tracking__col .services__patient__tracking__text {
  padding: 5em 3em 5em 25%;
  max-width: 450px;
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__second {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 2em;
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__second .services__patient__tracking__col {
  width: 50%;
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__second .services__patient__tracking__col .services__patient__tracking__text {
  padding: 5em 3em 5em 5%;
  max-width: 500px;
}
.services .services__patient__tracking .services__patitent__tracking__wrapper__second .services__patient__tracking__image {
  width: 50%;
  min-height: 500px;
  height: 60vh;
  max-height: 600px;
  border-radius: 50px;
  margin-bottom: -6em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.services .services__nano .services__nano__wrapper {
  margin-top: 15em;
  border-radius: 50px;
  background: rgb(255, 109, 61);
  background: -moz-linear-gradient(83deg, rgb(255, 109, 61) 0%, rgb(199, 148, 188) 46%, rgb(152, 209, 252) 100%);
  background: -webkit-linear-gradient(83deg, rgb(255, 109, 61) 0%, rgb(199, 148, 188) 46%, rgb(152, 209, 252) 100%);
  background: linear-gradient(83deg, rgb(255, 109, 61) 0%, rgb(199, 148, 188) 46%, rgb(152, 209, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6d3d",endColorstr="#98d1fc",GradientType=1);
  margin-left: 5%;
  position: relative;
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title {
  flex-wrap: nowrap;
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row {
  display: flex;
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__text {
  width: 40%;
  color: #fff;
  padding: 4em 5%;
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__text h5 {
  max-width: 400px;
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__text p {
  max-width: 500px;
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__text .nano-logo {
  max-width: 350px;
  padding-bottom: 3em;
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__images {
  width: 60%;
  position: relative;
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__images .services__nano__image__one {
  width: 70%;
  height: 45vh;
  border-radius: 50px;
  min-height: 500px;
  max-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__images .services__nano__image__two {
  position: absolute;
  left: 60%;
  top: 4em;
  width: 40%;
  height: 45vh;
  border-radius: 50px;
  min-height: 500px;
  max-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 868px) {
  .services .sential__logo {
    padding: 3.5em 2em 0 2em;
    max-width: 160px;
  }
  .services .stem__cells {
    margin-left: 1em;
    margin-top: 4em;
    padding: 0 0 2em 2em;
  }
  .services .stem__cells .stem__cells__wrapper__first {
    display: block;
  }
  .services .stem__cells .stem__cells__wrapper__first .stem__cells__first__text__col {
    width: auto;
  }
  .services .stem__cells .stem__cells__wrapper__first .stem__cells__first__text__col .stem__cells__first__text {
    padding: 4em 2em 0 0;
  }
  .services .stem__cells .stem__cells__wrapper__first .stem__cells__first__text__col .stem__cells__first__text h5 {
    padding-bottom: 1em;
  }
  .services .stem__cells .stem__cells__wrapper__first .stem__cells__first__image {
    width: auto;
    margin-top: 3em;
  }
  .services .stem__cells .stem__cells__wrapper__second {
    flex-direction: column-reverse;
    margin-top: 3em;
  }
  .services .stem__cells .stem__cells__wrapper__second .stem__cells__second__image {
    width: 110%;
    height: 28vh;
    min-height: 280px;
    margin-left: -2em;
    margin-top: 3em;
    border-radius: 50px;
  }
  .services .stem__cells .stem__cells__wrapper__second .stem__cells__second__text__col {
    width: auto;
  }
  .services .stem__cells .stem__cells__wrapper__second .stem__cells__second__text__col .stem__cells__second__text {
    padding: 0 2em 0 0;
  }
  .services .stem__cells .growth__factors {
    display: none;
  }
  .services .stem__cells .growth__factors__mobile {
    display: block;
    padding-top: 2em;
  }
  .services .stem__cells .growth__factors__mobile h5 {
    padding-bottom: 2em;
  }
  .services .services__tabs {
    max-width: 1280px;
    padding: 5em 1em;
    margin: auto;
  }
  .services .services__tabs h5 {
    padding-left: 0;
  }
  .services .services__tabs .services__tab__wrapper .services__tabs__container {
    border-radius: 20px;
  }
  .services .services__tabs .services__tab__wrapper .services__tabs__container button {
    padding: 1em 0;
    border-radius: 20px;
  }
  .services .services__tabs .services__tab__wrapper .services__tabs__container button img {
    height: 30px;
    width: auto;
    margin: auto;
  }
  .services .services__tabs .services__tab__wrapper .services__tabs__container button.active {
    border-radius: 20px !important;
  }
  .services .services__tabs .services__tab__wrapper .tabcontent {
    border-radius: 0px 0px 20px 20px;
  }
  .services .services__tabs .services__tab__wrapper .tabcontent .tabcontent__container {
    display: block;
  }
  .services .services__tabs .services__tab__wrapper .tabcontent .tabcontent__container .tabcontent__text {
    width: auto;
    padding: 6em 2em 2em 2em;
  }
  .services .services__tabs .services__tab__wrapper .tabcontent .tabcontent__container .tabcontent__image {
    width: 100%;
    border-radius: 20px 20px 20px 0;
    margin-top: 0;
    height: 300px;
  }
  .services .services__patient__tracking {
    margin-left: 1em;
    margin-top: 4em;
    padding: 0 0 0 2em;
    border-radius: 50px 0 0 50px;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__first {
    flex-direction: column-reverse;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__first .services__patient__tracking__image {
    width: 100%;
    min-height: 480px;
    height: 47vh;
    max-height: 360px;
    border-radius: 50px;
    margin-left: -13%;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__first .services__patient__tracking__image__two {
    top: 90%;
    left: 35%;
    width: 60%;
    height: 34vh;
    max-height: 300px;
    min-height: 300px;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__first .services__patient__tracking__col {
    width: auto;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__first .services__patient__tracking__col .services__patient__tracking__text {
    padding: 4em 2em 4em 0;
    max-width: 450px;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__second {
    display: block;
    padding-top: 2em;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__second .services__patient__tracking__col {
    width: auto;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__second .services__patient__tracking__col .services__patient__tracking__text {
    padding: 14em 0 4em 0;
  }
  .services .services__patient__tracking .services__patitent__tracking__wrapper__second .services__patient__tracking__image {
    width: auto;
    min-height: 400px;
    height: 40vh;
    max-height: 450px;
  }
  .services .services__nano .services__nano__wrapper {
    margin-top: 12em;
    margin-left: 1em;
  }
  .services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row {
    display: block;
  }
  .services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__text {
    width: auto;
    padding: 4em 2em;
  }
  .services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__text .nano-logo {
    max-width: 350px;
    padding-bottom: 3em;
  }
  .services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__images {
    width: auto;
    position: relative;
  }
  .services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__images .services__nano__image__one {
    width: 80%;
    height: 40vh;
    min-height: 400px;
    max-height: 450px;
  }
  .services .services__nano .services__nano__wrapper .services__nano__container .services__nano__title .services__nano__title__row .services__nano__images .services__nano__image__two {
    height: 40vh;
    min-height: 400px;
    max-height: 450px;
  }
}
.team {
  background: rgb(79, 167, 189);
  background: -moz-linear-gradient(180deg, rgb(79, 167, 189) 0%, rgb(127, 191, 207) 33%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgb(79, 167, 189) 0%, rgb(127, 191, 207) 33%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(79, 167, 189) 0%, rgb(127, 191, 207) 33%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4fa7bd",endColorstr="#ffffff",GradientType=1);
  padding-bottom: 5em;
}
.team .sential__logo {
  padding: 3.5em 10% 0 10%;
  max-width: 260px;
}
.team .team__wrapper {
  padding: 0 10% 0 10%;
  margin: auto;
  color: #fff;
}
.team .team__wrapper .team__title {
  padding: 3em 0;
}
.team .team__wrapper .team__item {
  background-color: #fff;
  padding: 3em 4em;
  border-radius: 50px;
  color: #000000;
  margin: auto;
  margin-bottom: 6em;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.team .team__wrapper .team__item .team__card {
  display: flex;
}
.team .team__wrapper .team__item .team__card .team__image {
  width: 250px;
  margin-left: -10em;
  margin-right: 4em;
}
.team .team__wrapper .team__item .team__card .team__image .team-thumb {
  width: 100%;
  height: 25vh;
  min-height: 250px;
  max-height: 300px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.team .team__wrapper .team__item .team__card .team__content {
  width: 80%;
}
.team .team__wrapper .team__item .team__card .team__content .team__text {
  max-width: 800px;
}
.team .team__wrapper .team__item .team__card .team__content .team__text h5 {
  text-transform: uppercase;
}
.team .team__wrapper .team__item .team__card .team__content .team__text span {
  text-transform: uppercase;
}
.team .team__wrapper .team__item .team__socials {
  margin-left: 150px;
  margin-top: 5em;
  display: flex;
}
.team .team__wrapper .team__item:nth-child(odd) {
  margin-right: -5em !important;
  margin-left: 5em;
}

.team__legals {
  color: #000000;
}
.team__legals .team__legals__wrapper {
  display: flex;
}
.team__legals .team__legals__wrapper .team__legals__license {
  width: 50%;
}
.team__legals .team__legals__wrapper .team__legals__license h5 {
  margin-left: 20%;
}
.team__legals .team__legals__wrapper .team__legals__license .license__card {
  margin: 3em 0;
  padding: 4em 4em;
  background-color: #fff;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 50px 50px 0px;
}
.team__legals .team__legals__wrapper .team__legals__license .license__card .license__above {
  display: flex;
  border-top: 1px solid #000000;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3em;
}
.team__legals .team__legals__wrapper .team__legals__license .license__card .license__above .licnese__no__title {
  padding-top: 1em;
  width: 35%;
}
.team__legals .team__legals__wrapper .team__legals__license .license__card .license__above .licnese__no {
  padding-top: 1em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 65%;
  font-family: "chillaxmedium";
}
.team__legals .team__legals__wrapper .team__legals__license .license__card .license__bellow {
  display: flex;
  border-top: 1px solid #000000;
  align-items: center;
  justify-content: space-between;
}
.team__legals .team__legals__wrapper .team__legals__license .license__card .license__bellow .license__modality__title {
  width: 35%;
  padding-top: 1em;
}
.team__legals .team__legals__wrapper .team__legals__license .license__card .license__bellow .license__modality {
  padding-top: 1em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 65%;
  font-family: "chillaxmedium";
  text-align: center;
}
.team__legals .team__legals__wrapper .team__legals__collab {
  margin-left: auto;
  margin-right: auto;
}
.team__legals .team__legals__wrapper .team__legals__collab h5 {
  font-family: "chillaxregular";
  text-align: center;
  max-width: 450px;
}
.team__legals .team__legals__wrapper .team__legals__collab .logos {
  max-width: 550px;
  margin-top: 4em;
  margin-left: -10%;
}

@media (max-width: 1200px) {
  .team {
    padding-bottom: 5em;
  }
  .team .sential__logo {
    padding: 3.5em 2em 0 2em;
    max-width: 160px;
  }
  .team .team__wrapper {
    padding: 0 2em 0 2em;
  }
  .team .team__wrapper .team__title {
    margin-bottom: 4em;
  }
  .team .team__wrapper .team__item {
    padding: 8em 2em 4em 2em;
    position: relative;
    margin-bottom: 6em;
  }
  .team .team__wrapper .team__item .team__card {
    display: block;
  }
  .team .team__wrapper .team__item .team__card .team__image {
    width: 150px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: -50px;
    left: -20px;
  }
  .team .team__wrapper .team__item .team__card .team__image .team-thumb {
    width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
  .team .team__wrapper .team__item .team__card .team__content {
    width: 100%;
  }
  .team .team__wrapper .team__item .team__card .team__content .team__text {
    max-width: 800px;
  }
  .team .team__wrapper .team__item .team__socials {
    margin-left: 0;
    margin-top: 3em;
  }
  .team .team__wrapper .team__item:nth-child(odd) {
    margin-right: 0 !important;
    margin-left: 0;
  }
  .team__legals {
    color: #000000;
  }
  .team__legals .team__legals__wrapper {
    display: block;
  }
  .team__legals .team__legals__wrapper .team__legals__license {
    width: auto;
  }
  .team__legals .team__legals__wrapper .team__legals__license h5 {
    margin-left: 2em;
    margin-right: 2em;
  }
  .team__legals .team__legals__wrapper .team__legals__license .license__card {
    margin: 3em 2em 3em 0;
  }
  .team__legals .team__legals__wrapper .team__legals__license .license__card .license__above {
    display: block;
  }
  .team__legals .team__legals__wrapper .team__legals__license .license__card .license__above .licnese__no__title {
    padding-top: 1em;
    width: auto;
  }
  .team__legals .team__legals__wrapper .team__legals__license .license__card .license__above .licnese__no {
    display: block;
    width: auto;
  }
  .team__legals .team__legals__wrapper .team__legals__license .license__card .license__bellow {
    display: block;
  }
  .team__legals .team__legals__wrapper .team__legals__license .license__card .license__bellow .license__modality__title {
    width: auto;
  }
  .team__legals .team__legals__wrapper .team__legals__license .license__card .license__bellow .license__modality {
    width: auto;
    display: block;
    text-align: left;
  }
  .team__legals .team__legals__wrapper .team__legals__collab h5 {
    padding: 0 2em;
    margin-left: auto;
    margin-right: auto;
  }
  .team__legals .team__legals__wrapper .team__legals__collab .logos {
    padding-top: 4em;
    margin: auto;
    padding-right: 2.5em;
    margin-bottom: -5%;
  }
}
.testimonials {
  background: rgb(153, 180, 255);
  background: -moz-linear-gradient(180deg, rgb(153, 180, 255) 0%, rgb(165, 189, 255) 41%, rgb(194, 210, 255) 67%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgb(153, 180, 255) 0%, rgb(165, 189, 255) 41%, rgb(194, 210, 255) 67%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(153, 180, 255) 0%, rgb(165, 189, 255) 41%, rgb(194, 210, 255) 67%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99b4ff",endColorstr="#ffffff",GradientType=1);
  padding-bottom: 25em;
  margin-bottom: -25em;
}
.testimonials .sential__logo {
  padding: 3.5em 10% 0 10%;
  max-width: 260px;
}
.testimonials .testimonials__wrapper {
  padding: 5em 10% 0 10%;
  margin: auto;
  color: #fff;
}
.testimonials .testimonials__wrapper .testimonials__item {
  background-color: #fff;
  padding: 3em 4em;
  border-radius: 50px;
  color: #000000;
  margin: auto;
  margin-bottom: 4em;
  margin-left: 6em;
  width: 40%;
  min-width: 600px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card {
  display: flex;
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__image {
  width: 250px;
  margin-left: -10em;
  margin-right: 4em;
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__image .testimonials-thumb {
  width: 100%;
  height: 25vh;
  min-height: 250px;
  max-height: 300px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content {
  width: 80%;
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content .testimonials__text {
  max-width: 800px;
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content .testimonials__text h5 {
  text-transform: uppercase;
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content .testimonials__text .treatment {
  margin: 1em 0 0.5em 0;
  font-family: "chillaxmedium";
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content .testimonials__text .video {
  height: 250px;
  width: 100%;
  background-color: #000000;
  margin: 2em 0;
  border-radius: 35px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content .testimonials__text .video a {
  background: #000000;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content .testimonials__text .video a .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content .testimonials__text .video a:hover {
  opacity: 0.3;
}
.testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content .testimonials__text .video-time {
  text-align: end;
}
.testimonials .testimonials__wrapper .testimonials__item:nth-child(even) {
  margin-left: 35%;
}

@media (max-width: 1345px) {
  .testimonials .testimonials__wrapper .testimonials__item:nth-child(even) {
    margin-left: 25%;
  }
}
@media (max-width: 1100px) {
  .testimonials .testimonials__wrapper .testimonials__item {
    min-width: 500px;
  }
  .testimonials .testimonials__wrapper .testimonials__item:nth-child(even) {
    margin-left: 6em;
  }
}
@media (max-width: 868px) {
  .testimonials {
    padding-bottom: 25em;
    margin-bottom: -35em;
  }
  .testimonials .sential__logo {
    padding: 3.5em 2em 0 2em;
    max-width: 160px;
  }
  .testimonials .testimonials__wrapper {
    padding: 5em 2.2em 0 2.2em;
    margin: auto;
    color: #fff;
  }
  .testimonials .testimonials__wrapper .testimonials__item {
    background-color: #fff;
    padding: 8em 2em 4em 2em;
    margin-bottom: 7em;
    margin-left: 0;
    width: auto;
    min-width: auto;
    position: relative;
  }
  .testimonials .testimonials__wrapper .testimonials__item .testimonials__card {
    display: block;
  }
  .testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__image {
    width: 150px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: -50px;
    left: -20px;
  }
  .testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__image .testimonials-thumb {
    width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
  .testimonials .testimonials__wrapper .testimonials__item .testimonials__card .testimonials__content {
    width: 100%;
  }
  .testimonials .testimonials__wrapper .testimonials__item:nth-child(even) {
    margin-left: 0%;
  }
}
.why__our__cells {
  padding-bottom: 8em;
}
.why__our__cells .sential__logo {
  padding: 3.5em 10% 0 10%;
  max-width: 260px;
}
.why__our__cells .why__our__cells__wrapper {
  position: relative;
  border-radius: 0 50px 50px 50px;
  background: rgb(31, 54, 60);
  background: -moz-linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(55, 111, 125) 29%, rgb(74, 156, 176) 45%, rgb(79, 167, 189) 57%, rgb(100, 152, 197) 68%, rgb(141, 123, 213) 96%);
  background: -webkit-linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(55, 111, 125) 29%, rgb(74, 156, 176) 45%, rgb(79, 167, 189) 57%, rgb(100, 152, 197) 68%, rgb(141, 123, 213) 96%);
  background: linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(55, 111, 125) 29%, rgb(74, 156, 176) 45%, rgb(79, 167, 189) 57%, rgb(100, 152, 197) 68%, rgb(141, 123, 213) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f363c",endColorstr="#8d7bd5",GradientType=1);
  margin-right: 5%;
  margin-top: 3em;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__container {
  margin: 0 5% 0 5%;
  padding: 6em 2em 0 5%;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__title {
  color: #fff !important;
  flex-wrap: nowrap;
  padding-left: 1em;
  padding-right: 1em;
  width: 51%;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__title p {
  max-width: 550px;
  padding-right: 1em;
  padding-top: 1.5em;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__image__one {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 28vw;
  height: 38vh;
  min-height: 350px;
  border-radius: 50px;
  margin-top: 2em;
  margin-left: -50px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__image__two {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 23%;
  left: 54%;
  width: 25vw;
  height: 38vh;
  max-height: 400px;
  min-height: 350px;
  border-radius: 50px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__image__three {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 6%;
  left: 70%;
  width: 35vw;
  height: 50vh;
  min-height: 450px;
  max-height: 500px;
  border-radius: 50px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__button {
  position: absolute;
  left: 60%;
  bottom: 10%;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper {
  display: flex;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__image {
  width: 45%;
  min-height: 500px;
  height: 60vh;
  max-height: 600px;
  border-radius: 0px 50px 50px 0px;
  margin-top: 8em;
  margin-bottom: -5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__text__col {
  width: 55%;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__text__col .why__our__cells__process__content {
  margin-left: 15%;
  color: #fff;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__text__col .why__our__cells__process__content ul {
  padding-top: 3em;
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__text__col .why__our__cells__process__content ul li {
  line-height: 2em;
  font-size: 20px;
  font-family: "chillaxmedium";
}
.why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__text__col .why__our__cells__process__content ul li span {
  font-family: "chillaxlight";
  display: inline-flex;
  width: 30px;
  margin-right: 1em;
}
.why__our__cells .why__our__cells__steps {
  margin-right: 5%;
  background: rgb(31, 54, 60);
  background: -moz-linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(36, 65, 73) 40%, rgb(43, 81, 91) 57%, rgb(48, 94, 106) 68%, rgb(79, 167, 189) 99%);
  background: -webkit-linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(36, 65, 73) 40%, rgb(43, 81, 91) 57%, rgb(48, 94, 106) 68%, rgb(79, 167, 189) 99%);
  background: linear-gradient(180deg, rgb(31, 54, 60) 0%, rgb(36, 65, 73) 40%, rgb(43, 81, 91) 57%, rgb(48, 94, 106) 68%, rgb(79, 167, 189) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f363c",endColorstr="#4fa7bd",GradientType=1);
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper {
  display: flex;
  margin-top: -3em;
  align-items: flex-end;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col {
  width: 50%;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .why__our__cells__steps__text {
  padding-top: 18em;
  padding-left: 10%;
  padding-right: 10%;
  color: #fff;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .why__our__cells__steps__text .step__items {
  max-width: 500px;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .why__our__cells__steps__text .step__items .step__item {
  padding-bottom: 5em;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .why__our__cells__steps__text .step__items .step__item .steps__title {
  font-size: 24px;
  line-height: 110%;
  font-family: "chillaxmedium";
  padding-bottom: 0.5em;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .why__our__cells__steps__text .step__items .step__item .steps__title span {
  font-family: "chillaxlight";
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .services__nano__images {
  position: relative;
  margin-left: -12%;
  margin-right: 15%;
  padding-top: 2em;
  max-width: 900px;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .services__nano__images .services__nano__image__one {
  width: 70%;
  height: 45vh;
  border-radius: 50px;
  min-height: 500px;
  max-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: -50px;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .services__nano__images .services__nano__image__two {
  position: absolute;
  left: 60%;
  top: 9em;
  width: 40%;
  height: 42vh;
  border-radius: 50px;
  min-height: 430px;
  max-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.05);
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis {
  width: 50%;
  position: relative;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__image__one {
  margin-top: 8em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 80%;
  height: 300px;
  max-width: 450px;
  border-radius: 50px;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__image__two {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -100px;
  height: 300px;
  max-width: 250px;
  width: 40%;
  border-radius: 50px;
  left: 17em;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper {
  background-color: #fff;
  margin-top: 6em;
  margin-right: -11%;
  margin-left: auto;
  border-radius: 50px;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper .why__our__cells__steps__analysis__image img {
  border-radius: 50px;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper .why__our__cells__steps__analysis__content {
  padding-top: 2em;
  padding-left: 10%;
  padding-bottom: 4em;
  padding-right: 5%;
  max-width: 450px;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper .why__our__cells__steps__analysis__content p {
  padding: 2em 0;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper .why__our__cells__steps__analysis__content ul li {
  line-height: 130%;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper .slider__cells .slider__cells__item {
  height: 32vh;
  min-height: 350px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper .slider__cells .slider__cells__item a img {
  opacity: 0;
}
.why__our__cells .why__our__cells__collab {
  margin-bottom: -6em;
}
.why__our__cells .why__our__cells__collab .why__our__cells__collab__title {
  padding-top: 13em;
  margin-left: 10%;
}

@media (max-width: 1600px) {
  .why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__image__one {
    max-height: 350px;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__image__two {
    max-height: 350px;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__image__three {
    max-height: 450px;
  }
}
@media (max-width: 1023px) {
  .why__our__cells {
    padding-bottom: 12em;
  }
  .why__our__cells .sential__logo {
    padding: 3.5em 2em 0 2em;
    max-width: 160px;
  }
  .why__our__cells .why__our__cells__wrapper {
    position: relative;
    margin-right: 1em;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__container {
    margin: 0 2em 0 2em;
    padding: 4em 0em 4em 0em;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__title {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__title p {
    max-width: 100%;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__container .why__our__cells__image__one {
    display: none;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__image__two {
    position: inherit;
    left: 10%;
    width: 40vw;
    height: 30vh;
    min-height: 250px;
    max-height: 250px;
    border-radius: 30px;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__image__three {
    position: inherit;
    left: 35%;
    width: 50vw;
    margin-top: -100px;
    height: 25vh;
    max-height: 200px;
    min-height: 250px;
    border-radius: 30px;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper {
    flex-direction: column-reverse;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__image {
    width: 100%;
    min-height: 450px;
    height: 50vh;
    max-height: 500px;
    margin-top: 4em;
    margin-bottom: -4em;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__text__col {
    width: auto;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__text__col .why__our__cells__process__content {
    margin-left: 2em;
    margin-top: 4em;
    margin-right: 2em;
  }
  .why__our__cells .why__our__cells__wrapper .why__our__cells__process .why__our__cells__process__wrapper .why__our__cells__process__text__col .why__our__cells__process__content ul li {
    font-size: 20px;
  }
  .why__our__cells .why__our__cells__steps {
    margin-right: 1em;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper {
    display: block;
    margin-top: -3em;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col {
    width: auto;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .why__our__cells__steps__text {
    padding-top: 11em;
    padding-left: 2em;
    padding-right: 2em;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .why__our__cells__steps__text .step__items .step__item {
    padding-bottom: 4em;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .why__our__cells__steps__text .step__items .step__item .steps__title {
    font-size: 22px;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .services__nano__images {
    padding-top: 0;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .services__nano__images .services__nano__image__one {
    width: 80%;
    height: 30vh;
    min-height: 300px;
    max-height: 350px;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__col .services__nano__images .services__nano__image__two {
    height: 30vh;
    min-height: 300px;
    max-height: 350px;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis {
    width: auto;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__image__one {
    display: none;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__image__two {
    display: none;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper {
    margin-top: 16em;
    margin-right: -9%;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper .why__our__cells__steps__analysis__content {
    padding-left: 1.5em;
    padding-right: 2em;
  }
  .why__our__cells .why__our__cells__steps .why__our__cells__steps__wrapper .why__our__cells__steps__analysis .why__our__cells__steps__analysis__wrapper .why__our__cells__steps__analysis__content ul li {
    font-size: 15px;
  }
  .why__our__cells .why__our__cells__collab {
    margin-bottom: -18em;
  }
  .why__our__cells .why__our__cells__collab .why__our__cells__collab__title {
    padding-top: 5em;
    margin-left: 3em;
  }
}
.default {
  padding: 3.5em 3.5em 0 3.5em;
}
.default .sential__logo {
  max-width: 260px;
  padding-bottom: 1.5em;
}

@media (max-width: 768px) {
  .default {
    margin-left: 0;
    margin-right: 0;
    padding: 2em;
    border-right: 0;
    border-left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
