@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Open+Sans:wght@300;400;600;700&display=swap");
.mt-4 {
  margin-top: 20px !important;
}

html, body {
  font-size: 16px;
  color: #707070;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
}

.fade-in, .where .contents .right .brain-list li:hover {
  opacity: 1;
  -webkit-animation-name: leftTransform;
          animation-name: leftTransform;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}

@-webkit-keyframes leftTransform {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@keyframes leftTransform {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.color-primary {
  color: #4DD4B9;
}

h2, h3, h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700 !important;
  color: #565656;
}

h2 {
  font-size: 32px;
}

button:focus, button:active {
  border: 1px solid #2EC0A3;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-color: white;
}

.logo {
  height: 35px;
}

.logo img {
  height: 100%;
}

.what {
  background: radial-gradient(circle, #4dd4b9 0%, #2ec0a3 95%);
  height: calc(100vh - 80px);
}

.what .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.what .left {
  width: 60%;
}

.what .left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  height: 100%;
}

.what .left .content .headings {
  height: 270px;
}

.what .left .content .title {
  font-size: 45;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
}

.what .left .content .sub-title {
  font-size: 18;
  margin-bottom: 20px;
  font-weight: 400;
  padding-right: 20px;
}

.what .left .content .cia {
  background-color: white;
  color: #4DD4B9;
  padding: 14px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  height: 50px;
  border-radius: 6px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
}

.what .left .content .cia:focus, .what .left .content .cia:active {
  border: 1px solid #2EC0A3;
}

.what .right {
  width: 40%;
}

.what .right .img {
  position: relative;
  bottom: -3px;
  margin-left: 45px;
}

.which {
  position: relative;
  width: 1332px;
}

.which .video {
  height: 100%;
  margin: auto;
  display: block;
}

.which .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.which .content .title {
  margin-top: 60px;
  margin-bottom: 15px;
}

.which .content h2, .which .content p {
  text-align: center;
}

.which .chat-msg {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 60px;
  padding: 240px 60px;
}

.which .chat-msg .msg-block {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 30px;
  margin-bottom: 15px;
  color: white;
  background-color: #4DD4B9;
  border-radius: 30px 30px 30px 4px;
  opacity: 0;
  -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
          animation: fadeInUp 1s ease-in-out 0s forwards;
}

.which .chat-msg .msg-block.first {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.which .chat-msg .msg-block.second {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.where {
  background: #F1F1F1;
  height: 768px;
  padding: 80px 0px;
}

.where .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.where .contents .left {
  position: relative;
}

.where .contents .left h2 {
  margin-bottom: 15px;
}

.where .contents .left p {
  width: 400px;
  color: #707070;
}

.where .contents .left .brain {
  height: 450px;
  position: relative;
  top: 0;
  left: 0;
}

.where .contents .left .brain img {
  height: 100%;
}

.where .contents .left .brain .main {
  position: relative;
}

.where .contents .left .brain .visual, .where .contents .left .brain .auditory, .where .contents .left .brain .somatosensory, .where .contents .left .brain .motor {
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
}

.where .contents .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.where .contents .right .brain-list {
  list-style: none;
  width: 350px;
}

.where .contents .right .brain-list li {
  margin: 20px 0px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  color: #707070;
}

.where .contents .right .brain-list li .details {
  font-size: 14px;
  margin-top: 5px;
  width: 300px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Open Sans' sans-serif;
  display: none;
  color: #707070;
}

.where .contents .right .brain-list li:hover {
  color: #464646;
}

.where .contents .right .brain-list li:hover .details {
  display: block;
}

.where .contents .right .brain-list li::before {
  content: "\2192";
  color: #4DD4B9;
  position: absolute;
  top: 0px;
  left: -30px;
}

.who {
  margin: 80px 0;
}

.who .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 0;
}

.who .qna {
  padding-right: 30px;
  width: 60%;
  height: 100%;
}

.who .qna .accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
}

.who .qna .accordion .card .card-header {
  background: white;
  padding: 25px 20px;
  border-bottom: none;
}

.who .qna .accordion .card .card-header h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  -webkit-columns: #707070;
          columns: #707070;
  font-weight: 400;
  color: #707070;
}

.who .qna .accordion .card .card-body {
  padding: 0px 60px 20px;
  color: #8e8e8e;
  font-size: 14px;
}

.who .pic {
  position: -webkit-sticky;
  position: sticky;
}

.mission {
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(white));
  background: linear-gradient(180deg, #f2f2f2 0%, white 100%);
  padding: 80px 0px;
}

.mission .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission .glowing-brain {
  height: 400px;
}

.mission .glowing-brain img {
  height: 100%;
}

.mission .content {
  margin-left: 100px;
  width: 400px;
}

footer {
  background: #4DD4B9;
  padding: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer small {
  color: white;
}

@media screen and (max-width: 575.98px) {
  h2 {
    font-size: 28px;
  }
  .what .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .what .flex .left {
    width: 100%;
  }
  .what .flex .left .content .headings {
    margin-top: 100px;
  }
  .what .flex .right {
    display: none;
  }
  .which {
    width: 100% !important;
  }
  .which .video {
    width: 100%;
    position: relative;
    bottom: -250px;
  }
  .which .content .title, .which .content p {
    padding: 0px 15px;
    text-align: left;
  }
  .which .chat-msg {
    margin-top: 160px;
  }
  .which .chat-msg .msg-block {
    padding: 10px 30px;
  }
  .where {
    position: relative;
  }
  .where .left {
    width: 100%;
  }
  .where .left p {
    width: 100% !important;
  }
  .where .left .brain {
    height: auto !important;
  }
  .where .right {
    position: absolute;
    bottom: 8px;
  }
  .where .right .brain-list li {
    margin: 10px 0px !important;
  }
  .who .qna {
    width: 100% !important;
    padding-right: 0px;
  }
  .who .pic {
    display: none;
  }
  .mission .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .mission .glowing-brain {
    height: 250px;
    margin-top: 20px;
  }
  .mission .content {
    margin-left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 1920px) {
  .what .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .which {
    width: 100vw;
  }
}

@media screen and (max-width: 1366px) {
  .which {
    width: 1332px;
  }
}
/*# sourceMappingURL=main.css.map */