.faculty_pages ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.faq_list .image_inner img, .member_list .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.faq_list li.opened .drop_button:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.member_list .image_block > img {
  object-fit: cover;
}

.member_list .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.member_list .image_block {
  position: relative;
  overflow: hidden;
}
.member_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.faq_list .drop_button, .faculty_page .name_block {
  font-size: 240%;
  line-height: 29px;
  font-family: "montserrat-semibold", "montserratarm-medium";
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .faq_list .drop_button, .faculty_page .name_block {
    font-size: 220%;
    line-height: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .faq_list .drop_button, .faculty_page .name_block {
    font-size: 200%;
    line-height: 27px;
  }
}
@media screen and (max-width: 575px) {
  .faq_list .drop_button, .faculty_page .name_block {
    font-size: 180%;
    line-height: 24px;
  }
}

.faq_list .image_info {
  font-size: 1.8rem;
  line-height: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .faq_list .image_info {
    font-size: 1.6rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .faq_list .image_info {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.faculty_page .info_description {
  font-size: 160%;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .faculty_page .info_description {
    font-size: 140%;
    line-height: 24px;
  }
}

.faq_list .drop_info, .faculty_pages a, .faculty_page .mail_block {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .faq_list .drop_info, .faculty_pages a, .faculty_page .mail_block {
    font-size: 130%;
    line-height: 22px;
  }
}

.faculty_page .mail_block {
  color: #2D368F;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "montserrat-semibold", "montserratarm-medium";
}
.faculty_page .mail_block:before {
  margin-right: 10px;
  font-size: 2.4rem;
}
.faculty_page .name_block {
  color: #02155A;
}
.faculty_page .breadcrumbs {
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
}
.faculty_page .breadcrumbs li {
  color: #EAEEF7;
}
.faculty_page .breadcrumbs li:last-child {
  color: #ffffff;
}

.founder_section {
  padding-top: 50px;
  position: relative;
}
.founder_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 260px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.founder_section .popup_btn {
  cursor: pointer;
}

.section_title {
  text-align: center;
  position: relative;
  z-index: 2;
}

.founder_info {
  background: #ffffff;
  position: relative;
  padding: 40px 50px;
  display: flex;
  margin-top: 40px;
}
.founder_info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 135px;
  width: 100%;
  background: #F4F8FC;
}
.founder_info .image_block {
  max-width: 26%;
  flex: 0 0 26%;
  position: relative;
  z-index: 2;
}
.founder_info .image_block img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.founder_info .info_block {
  max-width: 74%;
  flex: 0 0 74%;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.founder_info .info_description {
  padding-top: 52px;
}
.founder_info .mail_block {
  margin-top: 10px;
}

.faculty_pages {
  padding-top: 50px;
  position: relative;
}
.faculty_pages ul {
  display: flex;
  justify-content: center;
}
.faculty_pages a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #02155A;
  padding: 15px 25px;
  border-radius: 20px;
  font-family: "montserrat-semibold", "montserratarm-medium";
  text-align: center;
}
.faculty_pages a:hover {
  background: #ffffff;
}
.faculty_pages a.selected {
  pointer-events: none;
  background: #2D368F;
  color: #ffffff;
}

.faculty_main {
  background: #ffffff;
  padding: 50px 30px 0;
  margin-top: 40px;
}
.faculty_main.drop_section {
  padding: 50px 80px 0;
}
.faculty_main.all_members .member_list {
  justify-content: unset;
}
.faculty_main.all_members .member_list li:first-child, .faculty_main.all_members .member_list li:nth-child(2) {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.member_list {
  list-style-type: none;
  padding: 40px 0 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.member_list .popup_btn {
  cursor: pointer;
}
.member_list li {
  padding: 0 10px 70px;
  max-width: 33.3%;
  flex: 0 0 33.3%;
  text-align: center;
}
.member_list li:first-child, .member_list li:nth-child(2) {
  flex: 0 0 34%;
  max-width: 34%;
}
.member_list .image_block {
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
}
.member_list .name_block {
  margin-top: 20px;
}
.member_list .mail_block {
  justify-content: center;
  margin-top: 10px;
}
.member_list .info_description {
  padding-top: 7px;
}

.faq_list {
  list-style-type: none;
  padding: 60px 0 0;
  margin: 0;
}
.faq_list li {
  padding: 0 0 60px;
}
.faq_list .drop_button {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  color: #02155A;
  font-family: "montserrat-semibold", "montserratarm-medium";
  background: transparent;
  padding: 0;
  border: none;
  width: 100%;
}
.faq_list .drop_button:before {
  display: block;
  margin-left: 10px;
  font-size: 170%;
  color: #2D368F;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_list .drop_info {
  display: none;
}
.faq_list .drop_inner {
  padding-top: 40px;
}
.faq_list .image_block {
  margin-bottom: 60px;
  position: relative;
}
.faq_list .image_block:last-child {
  margin-bottom: 0;
}
.faq_list .image_inner {
  position: relative;
  overflow: hidden;
}
.faq_list .image_inner:before {
  display: block;
  content: "";
  padding-bottom: 64.7%;
}
.faq_list .image_inner img {
  object-fit: cover;
}
.faq_list .image_info {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -80px;
  bottom: 34px;
  z-index: 2;
  background: #F4F8FC;
  padding: 12px 50px 12px 80px;
  border-radius: 0px 30px 30px 0px;
  color: #02155A;
  font-family: "montserrat-semibold", "montserratarm-medium";
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .founder_section {
    padding-top: 40px;
  }
  .founder_info {
    padding: 30px;
    margin-top: 30px;
  }
  .founder_info:before {
    height: 110px;
  }
  .founder_info .info_block {
    padding-left: 20px;
  }
  .founder_info .info_description {
    padding-top: 40px;
  }
  .faculty_pages {
    padding-top: 40px;
  }
  .faculty_pages ul {
    flex-wrap: wrap;
  }
  .faculty_pages li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .faculty_pages a {
    padding: 10px 20px;
  }
  .member_list li {
    padding: 0 10px 60px;
  }
  .faculty_main.drop_section {
    padding: 50px 50px 0;
  }
  .drop_list {
    padding-top: 50px;
  }
  .drop_list .drop_inner {
    padding-top: 30px;
  }
  .drop_list li {
    padding-bottom: 50px;
  }
  .drop_list .image_info {
    left: -50px;
    padding: 12px 50px;
  }
  .drop_list .image_block {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .founder_info {
    padding: 20px;
    margin-top: 20px;
  }
  .founder_info:before {
    height: 100px;
  }
  .founder_info .info_description {
    padding-top: 30px;
  }
  .faculty_pages {
    padding-top: 35px;
  }
  .faculty_pages a {
    padding: 7px 15px;
  }
  .faculty_main {
    padding: 40px 20px 0;
    margin-top: 30px;
  }
  .faculty_main.all_members .member_list li:first-child, .faculty_main.all_members .member_list li:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .faculty_main.drop_section {
    padding: 40px 20px 0;
  }
  .member_list {
    padding-top: 30px;
  }
  .member_list li {
    padding: 0 10px 50px;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .member_list li:first-child, .member_list li:nth-child(2) {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .drop_list {
    padding-top: 40px;
  }
  .drop_list .drop_inner {
    padding-top: 20px;
  }
  .drop_list li {
    padding-bottom: 40px;
  }
  .drop_list .image_info {
    left: -20px;
    padding: 12px 20px;
  }
  .drop_list .image_block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .founder_section {
    padding-top: 30px;
  }
  .founder_info {
    padding: 20px;
    margin-top: 20px;
  }
  .founder_info:before {
    height: 90px;
  }
  .founder_info .image_block {
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
  .founder_info .info_block {
    max-width: 66.6%;
    flex: 0 0 66.6%;
  }
  .faculty_pages {
    padding-top: 30px;
  }
  .member_list li {
    padding: 0 10px 40px;
  }
  .drop_list {
    padding-top: 30px;
  }
  .drop_list .drop_button:before {
    font-size: 150%;
  }
  .drop_list li {
    padding-bottom: 30px;
  }
  .drop_list .image_block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 639px) {
  .faculty_main {
    padding: 30px 20px 0;
    margin: 30px 0 0;
  }
  .faculty_main.all_members .member_list li:first-child, .faculty_main.all_members .member_list li:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .member_list li {
    padding: 0 0 40px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .member_list li:first-child, .member_list li:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 575px) {
  .founder_section {
    padding-top: 24px;
  }
  .founder_info {
    flex-wrap: wrap;
  }
  .founder_info:before {
    height: 120px;
  }
  .founder_info .image_block {
    max-width: 280px;
    flex: 0 0 100%;
  }
  .founder_info .info_block {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px 0 0;
  }
  .founder_info .info_description {
    padding-top: 20px;
  }
  .faculty_pages {
    padding-top: 24px;
  }
  .faculty_pages li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .faculty_pages a {
    padding: 10px 20px;
  }
  .drop_list .image_info {
    bottom: 20px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 399px) {
  .founder_section {
    padding-top: 24px;
  }
  .founder_info {
    padding: 20px 15px;
  }
  .faculty_main {
    padding: 30px 15px 0;
    margin: 20px 0 0;
  }
  .faculty_main.drop_section {
    padding: 30px 15px 0;
  }
  .member_list {
    padding-top: 20px;
  }
  .member_list li {
    padding: 0 0 30px;
  }
  .drop_list .image_info {
    left: -15px;
    padding: 8px 15px;
    bottom: 15px;
  }
}
.web .founder_section .popup_btn, .founder_section .web .popup_btn, .web .member_list .popup_btn, .member_list .web .popup_btn {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .faculty_page .mail_block, .faculty_page .web .mail_block {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.faculty_pages a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.touch .founder_section .popup_btn, .founder_section .touch .popup_btn, .touch .member_list .popup_btn, .member_list .touch .popup_btn {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .faculty_page .mail_block, .faculty_page .touch .mail_block {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .founder_section .popup_btn:hover, .founder_section .web .popup_btn:hover, .web .member_list .popup_btn:hover, .member_list .web .popup_btn:hover {
  opacity: 0.7;
}
.web .faculty_page .mail_block:hover, .faculty_page .web .mail_block:hover {
  color: #F78D1F;
}
.touch .founder_section .popup_btn:active, .founder_section .touch .popup_btn:active, .touch .member_list .popup_btn:active, .member_list .touch .popup_btn:active {
  opacity: 0.7;
}
.touch .faculty_page .mail_block:active, .faculty_page .touch .mail_block:active {
  color: #F78D1F;
}

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