* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "Noto Sans SC", "Pingfang SC";
}
html {
  --color: #1849fd;
  --p: 10.55vw;
  --p: 2vw;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media all and (max-width: 1401px) {
  html {
    --p: 3vw;
  }
}
body {
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.title .h1,
.h1 {
  font-size: 7.2rem !important;
  font-size: 8rem !important;
}
@media all and (max-width: 768px) {
  .title .h1,
  .h1 {
    font-size: 4rem !important;
  }
}
.description h2,
.h2,
.title h2 {
  font-size: 5.2rem !important;
}
@media all and (max-width: 768px) {
  .description h2,
  .h2,
  .title h2 {
    font-size: 2.4rem !important;
  }
}
.content h3,
.description h3,
.h3 {
  font-size: 2.8rem !important;
}
@media all and (max-width: 768px) {
  .content h3,
  .description h3,
  .h3 {
    font-size: 1.8rem !important;
    font-weight: 600;
  }
}
.h5,
.description p,
.p {
  font-size: 1.8rem !important;
  font-weight: 300;
}
.h5 *,
.description p *,
.p * {
  font-size: inherit;
}
strong,
.bold {
  font-weight: bold;
}
strong *,
.bold * {
  font-size: inherit;
}
a {
  text-decoration: none;
}
.btn {
  font-weight: 600;
  border-radius: 20px;
  padding: 0.4em 1em;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
  background-color: #43f7f3;
  box-sizing: border-box;
  display: block;
  width: fit-content;
  color: var(--color);
}
.btn.blue {
  display: block;
  width: 100%;
  border-radius: 0;
  background-color: var(--color);
  color: #fff;
  text-align: center;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.gt_block[data-block_id] {
  width: auto;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 1441px) {
  .gt_block[data-block_id] {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media all and (max-width: 768px) {
  .gt_block[data-block_id] {
    padding: 30px 20px;
    box-sizing: border-box;
  }
}
#content.site-content {
  padding-top: 110px;
}
.people {
  padding: 20px;
  box-sizing: border-box;
}
.people .pics {
  position: relative;
  padding: 0 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}
.people .pics .icon {
  width: 58px;
  height: 58px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  top: 5%;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.people .pics .icon img {
  width: 50%;
  height: fit-content;
}
.people .pics .head {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.people .content .description {
  color: var(--color);
  line-height: 27px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}
.people .content .description * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.people .content .name_and_region {
  font-size: 1.8rem;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
}
.site_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 var(--p);
  height: 110px;
  box-sizing: border-box;
}
.site_nav .clear {
  clear: both;
}
.site_nav .top_logo {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
.site_nav .top_logo * {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.site_nav .top_logo img {
  width: auto;
  height: 80%;
  height: 70%;
  filter: invert(1);
}
.site_nav .top_menu {
  height: 100%;
  float: right;
  display: flex;
}
.site_nav .top_menu.phone {
  display: none;
}
.site_nav .top_menu .menu-nav-container {
  height: 100%;
}
.site_nav .top_menu .menu-nav-container .menu-top {
  display: flex;
  list-style: none;
  height: 100%;
}
.site_nav .top_menu .menu-nav-container .menu-top .menu-item a {
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 20px;
  line-height: 110px;
  height: 110px;
  font-weight: 800;
}
.site_nav .top_menu .menu-nav-container .menu-top .menu-item a:hover {
  color: #43f7f3;
}
.site_nav .btn-container {
  float: right;
}
.site_nav .btn-container .btn {
  display: inline;
  line-height: 110px;
}
@media all and (max-width: 1281px) {
  .site_nav .top_menu {
    display: block;
    touch-action: none;
    pointer-events: none;
  }
  .site_nav .top_menu .open-nav {
    width: 24px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .site_nav .top_menu .open-nav .open,
  .site_nav .top_menu .open-nav .close {
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    transition: 0.3;
  }
  .site_nav .top_menu .open-nav .close {
    width: 24px;
    height: 24px;
    position: fixed;
    z-index: 1000;
  }
  .site_nav .top_menu .open-nav .close::before,
  .site_nav .top_menu .open-nav .close::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .site_nav .top_menu .open-nav .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site_nav .top_menu .open-nav .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site_nav .top_menu.pc {
    display: none;
  }
  .site_nav .top_menu.phone {
    display: block;
    align-items: center;
  }
  .site_nav .top_menu.phone .open-nav .open {
    opacity: 1;
    pointer-events: auto;
    touch-action: auto;
  }
  .site_nav .top_menu.phone.active .open-nav .close {
    opacity: 1;
    pointer-events: auto;
    touch-action: auot;
  }
  .site_nav .top_menu.phone.active .menu-top {
    opacity: 1;
    touch-action: auto;
    pointer-events: auto;
  }
  .site_nav .top_menu.phone .menu-top {
    transition: 0.3s;
    opacity: 0;
    touch-action: none;
    pointer-events: none;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .site_nav .top_menu.phone .menu-top .menu-item {
    width: 100%;
    height: fit-content;
    text-align: center;
    line-height: 1;
  }
  .site_nav .top_menu.phone .menu-top .menu-item a {
    line-height: 1;
    font-size: 2.4rem;
    padding-top: 12;
    padding-bottom: 12px;
    font-weight: 300;
    display: block;
    height: auto;
  }
  .site_nav .top_menu.phone .menu-top .menu-item .sub-menu {
    width: 100%;
    text-align: center;
    position: static;
    opacity: 1;
    border: none;
  }
  .site_nav .top_menu.phone .menu-top .menu-item .sub-menu li {
    border: none;
  }
  .site_nav .btn-container {
    display: none;
  }
}
.site-footer {
  padding: 0 var(--p);
  box-sizing: border-box;
  background-color: #1f2187;
  display: flex;
  padding: 70px var(--p);
  gap: 6rem;
}
@media all and (max-width: 768px) {
  .site-footer .gt_block[data-block_id] {
    padding-left: 0;
  }
}
.site-footer .left {
  width: 33%;
}
.site-footer .left .title {
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}
.site-footer .left .description {
  margin: 18px 0;
  line-height: 1.8;
  color: #fff;
}
.site-footer .left .privacy-policy {
  line-height: 2.7;
  color: #fff;
}
.site-footer .left .privacy-policy * {
  color: inherit;
}
.site-footer .left .icp {
  color: #fff;
}
.site-footer .center {
  width: 33%;
}
.site-footer .center .menu-bottom {
  list-style: none;
  margin: 1.8rem 0;
  padding-top: 5px;
}
.site-footer .center .menu-bottom .menu-item {
  margin: 8px 0;
  text-align: left;
}
.site-footer .center .menu-bottom .menu-item a {
  font-size: 1.8rem;
  color: #fff;
}
.site-footer .center .menu-bottom .menu-item a:hover {
  text-decoration: underline;
}
.site-footer .right {
  width: 33%;
}
.site-footer .right .title {
  color: #fff;
  text-align: left !important;
}
.site-footer .right .links {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.site-footer .right .links .item {
  background-color: #fff;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 1.8rem;
  transition: all;
}
.site-footer .right .links .item:hover {
  transform: scale(1.1);
}
.site-footer .right .links .item .icon {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .right .links .item .icon img {
  filter: url(#colorFilter);
}
.site-footer .right .links .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .right .links .item a svg,
.site-footer .right .links .item a img {
  width: 60%;
  height: auto;
}
.site-footer .right .join {
  font-size: 1.8rem;
  color: #fff;
}
.site-footer .right .join * {
  font-size: 1.8rem;
  color: #fff;
}
@media all and (max-width: 768px) {
  .site-footer {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    align-items: flex-start;
    gap: 0;
  }
  .site-footer .left,
  .site-footer .center,
  .site-footer .right {
    width: 100%;
  }
  .site-footer .left.center .menu-item,
  .site-footer .center.center .menu-item,
  .site-footer .right.center .menu-item {
    margin: 0 0 0 0;
  }
}
/* Home Banner */
.home_banner .contaniner {
  display: flex;
  padding: 0 30px;
  box-sizing: border-box;
  align-items: center;
}
.home_banner .contaniner.right .left {
  order: 2;
}
.home_banner .contaniner.right .right {
  order: 1;
}
.home_banner .contaniner .left {
  width: 42.4%;
}
.home_banner .contaniner .left .title {
  font-size: 7.2rem;
}
@media all and (max-width: 768px) {
  .home_banner .contaniner .left .title {
    font-size: 4rem;
  }
}
.home_banner .contaniner .left .title * {
  font-size: inherit;
}
.home_banner .contaniner .left .title,
.home_banner .contaniner .left .content {
  color: #fff;
  margin-bottom: 36px;
  line-height: 1.2;
}
.home_banner .contaniner .left .title *,
.home_banner .contaniner .left .content * {
  color: inherit;
  line-height: 1.2;
}
.home_banner .contaniner .left .content {
  margin-bottom: 32px;
}
.home_banner .contaniner .left .btn {
  font-weight: 600;
  border-radius: 20px;
  padding: 0.4em 1em;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  cursor: pointer;
  background-color: #43f7f3;
  box-sizing: border-box;
  display: block;
  width: fit-content;
  color: var(--color);
  margin-bottom: 3rem;
}
.home_banner .contaniner .right {
  width: 57.6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_banner .contaniner .right.circle img {
  border-radius: 50%;
  width: 60%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.home_banner .contaniner .right.top {
  align-items: flex-start;
}
.home_banner .contaniner .right.bottom {
  align-items: flex-end;
}
.home_banner .contaniner .right img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .home_banner .contaniner {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .home_banner .contaniner .left {
    width: 100%;
  }
  .home_banner .contaniner .right {
    width: 100%;
  }
  .home_banner .contaniner .right img {
    width: 100% !important;
  }
}
.text-container .container {
  position: relative;
  z-index: 3;
}
.text-container .container .title {
  color: var(--color);
  text-align: center;
  margin-bottom: 26px;
}
.text-container .container .title * {
  color: inherit;
}
.text-container .container .description {
  text-align: center;
  width: 70%;
  margin: auto;
  line-height: 1.8;
}
.text-container .container .description h3 {
  line-height: 1.3;
}
.text-container .container .description table td {
  padding: 0 15px;
  box-sizing: border-box;
}
.text-container .container .btns-container {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.text-container.background_image {
  z-index: 2;
  position: relative;
}
.text-container.background_image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0.8;
}
.text-container.background_image .title * {
  color: #fff;
}
@media all and (max-width: 768px) {
  .text-container .container .description {
    width: 100%;
  }
}
.video-component .container {
  width: 100%;
  padding: 30px;
  position: relative;
  background-color: var(--color);
  box-sizing: border-box;
}
.video-component .container img {
  border-radius: 10px;
  width: 100%;
  height: fit-content;
  object-fit: contain;
  display: block;
  height: auto;
}
.video-component .container .mask {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-radius: 10px;
  transition: background-color all 0.3s ease-in-out;
}
.video-component .container .mask .play {
  all: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-component .container .mask:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.video-component .mask_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition: all 0.3s ease-in-out;
}
.video-component .mask_video .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 2.4rem;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}
.video-component .mask_video .close::before,
.video-component .mask_video .close::after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.video-component .mask_video .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-component .mask_video .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.video-component .mask_video video {
  width: 60%;
}
@media all and (max-width: 768px) {
  .video-component .mask_video video {
    width: 100%;
  }
}
.video-component .mask_video .video {
  width: 100%;
  height: 100%;
}
.video-component .mask_video .video iframe {
  width: 100%;
  height: 100%;
}
.information-display {
  width: 100vw;
  overflow-x: hidden;
}
.information-display .container .title {
  text-align: center;
  color: var(--color);
  margin-bottom: 24.5px;
}
.information-display .container .title * {
  color: inherit;
}
.information-display .container .school_data {
  padding-top: 24.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  padding-bottom: 8rem;
}
.information-display .container .school_data .item {
  flex: 0 1 30%;
  display: flex;
  gap: 1.5em;
}
@media all and (max-width: 768px) {
  .information-display .container .school_data .item {
    padding-left: 0;
    padding-right: 0;
  }
}
.information-display .container .school_data .item .icon {
  min-width: 100px;
}
.information-display .container .school_data .item .icon img {
  max-width: 100%;
}
.information-display .container .school_data .item .content {
  height: 100%;
}
.information-display .container .school_data .item .content .hon-line,
.information-display .container .school_data .item .content .number,
.information-display .container .school_data .item .content .description {
  color: var(--color);
  line-height: 1;
}
.information-display .container .school_data .item .content .hon-line {
  font-size: 1.8rem;
}
.information-display .container .school_data .item .content .number {
  padding-top: 10px;
  font-size: 3.4rem;
  font-weight: 600;
}
.information-display .container .school_data .item .content .description {
  font-size: 2rem;
}
.information-display .container .school_data.column4 .item {
  flex: 0 1 25%;
}
.information-display .container .people-data {
  overflow: hidden;
  position: relative;
}
.information-display .container .people-data > .mask {
  content: "";
  display: block;
  clear: both;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #ffffff 85%, #ffffff 100%);
  z-index: 8;
  background: #ffffff;
  touch-action: none;
  pointer-events: none;
}
.information-display .container .people-data .people-swiper {
  width: 100%;
  position: relative;
}
.information-display .container .people-data .people-swiper .swiper-button-next,
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-prev {
  background-color: var(--color);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-next
  img,
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-prev
  img {
  width: 50%;
}
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-next.swiper-button-next,
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-prev.swiper-button-next {
  right: 0;
}
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-next.swiper-button-prev,
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-prev.swiper-button-prev {
  left: 0;
}
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-next.swiper-button-prev
  img,
.information-display
  .container
  .people-data
  .people-swiper
  .swiper-button-prev.swiper-button-prev
  img {
  transform: rotate(180deg);
}
.information-display .container .people-data .people-swiper .swiper-slide {
  width: calc(27.5% - 20px) !important;
}
@media all and (max-width: 768px) {
  .information-display .container .people-data .people-swiper .swiper-slide {
    box-sizing: border-box;
    width: 100% !important;
  }
  .information-display
    .container
    .people-data
    .people-swiper
    .swiper-slide
    .people {
    box-sizing: border-box;
    width: 100%;
  }
}
.information-display-1 {
  position: relative;
}
.information-display-1.no-mask .back-mask {
  display: none;
}
.information-display-1.no-mask .container {
  min-height: auto;
}
.information-display-1.no-mask .container .title * {
  color: var(--color);
}
.information-display-1.no-mask .container .school_data {
  justify-content: flex-start;
  gap: 0;
}
.information-display-1.no-mask .container .school_data .item {
  padding: 1.5rem;
  box-sizing: border-box;
}
@media all and (max-width: 768px) {
  .information-display-1.no-mask .container .school_data .item {
    padding-left: 0;
    padding-right: 0;
  }
}
.information-display-1.no-mask .container .school_data .item .pic {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.information-display-1.no-mask .container .school_data .item .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.information-display-1.no-mask .container .school_data .item .content .title {
  color: var(--color);
}
.information-display-1.no-mask .container .school_data .item .content .title * {
  color: inherit;
}
.information-display-1.no-mask
  .container
  .school_data
  .item
  .content
  .description
  * {
  color: #000;
}
.information-display-1.no-mask .container .school_data .item .content ul li {
  list-style: none;
  color: #000;
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.information-display-1.no-mask
  .container
  .school_data
  .item
  .content
  ul
  li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: calc((1.8rem * 1.8 - 5px) / 2);
  left: 10px;
}
.information-display-1.card_blue .card {
  background-color: var(--color);
  color: #fff;
}
.information-display-1.card_blue .card * {
  color: inherit;
}
.information-display-1 .back-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  touch-action: none;
  pointer-events: none;
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(24, 73, 253, 0.45) 1%,
    rgba(24, 73, 253, 0.67) 35%,
    var(--color) 100%
  );
  mix-blend-mode: normal;
  z-index: 2;
}
.information-display-1 .container {
  position: relative;
  z-index: 3;
  min-height: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.information-display-1 .container .title {
  color: #ffffff;
  margin-bottom: 30px;
}
.information-display-1 .container .school_data {
  gap: 0;
}
.information-display-1 .container .school_data .item {
  flex: 0 1 33.33333333%;
  box-sizing: border-box;
  padding: 1.5rem;
}
@media all and (max-width: 768px) {
  .information-display-1 .container .school_data .item {
    width: 100%;
    flex: 0 1 auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.information-display-1 .container .school_data .item .content .title {
  text-align: left;
  margin-bottom: 14px;
  color: #fff;
}
.information-display-1 .container .school_data .item .content .title * {
  color: #fff;
}
.information-display-1 .container .school_data .item .content .description {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}
.information-display-1 .container .school_data .item .content .description * {
  color: #fff;
}
.information-display-1 .btns-container {
  text-align: center;
  display: flex;
  justify-content: center;
}
.images .container {
  display: flex;
  justify-content: space-between;
}
.images .container .item {
  width: 25%;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .images {
    box-sizing: border-box;
  }
  .images .container {
    flex-wrap: wrap;
    width: 100%;
  }
  .images .container .item {
    width: 50%;
  }
  .images .container .item img {
    width: 100%;
    object-fit: contain;
  }
}
.contact-form .container .title {
  text-align: center;
  color: #fff;
}
.contact-form .container .title * {
  color: inherit;
}
.contact-form .container .title .h5 {
  margin-top: 18px;
  margin-bottom: 40px;
}
.contact-form .container .form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.contact-form .container .form-container > .text {
  all: unset;
  width: 100%;
  height: fit-content;
  background-color: #fff;
  border-radius: 15px;
}
.contact-form .container .form-container > .text * {
  all: inherit;
}
.contact-form .container .form-container > .text textarea {
  min-height: 150px;
  line-height: 1.6;
}
.contact-form .container .form-container > .text textarea,
.contact-form .container .form-container > .text input {
  transition: outline-offset 0.15s ease-in-out;
  font-size: 1.8rem;
  text-indent: 1em;
  height: 50px;
}
.contact-form .container .form-container > .text textarea:focus,
.contact-form .container .form-container > .text input:focus {
  outline-color: #44f7f3 !important;
  outline-offset: 3px !important;
  outline-style: solid !important;
  outline-width: 2px !important;
}
.contact-form .container .form-container .checkbox {
  all: unset;
}
.contact-form .container .form-container .checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: #fff;
  border-radius: 5px;
}
.contact-form .container .form-container .checkbox label {
  font-size: 1.4rem;
  color: #fff;
  line-height: 20px;
  display: flex;
  gap: 5px;
}
.contact-form .container .form-container .checkbox label * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.contact-form .container .form-container .btn {
  border: none;
}
.contact-form .container .form-container .btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.contact-form.shadow .container .title {
  color: var(--color);
}
.contact-form.shadow .container .form-container .checkbox * {
  color: #000;
}
.contact-form.shadow .container .form-container > .text * {
  color: #000;
}
.contact-form.shadow .container .form-container > .text input,
.contact-form.shadow .container .form-container > .text textarea {
  box-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
}
.multiple-column-text .container {
  display: flex;
}
.multiple-column-text .container .item {
  flex: 1;
  padding: 6.3% 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.multiple-column-text .container .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1849fd;
  opacity: 0.8;
  z-index: 1;
}
.multiple-column-text .container .item .content {
  position: relative;
  z-index: 3;
  margin: 0 31%;
}
.multiple-column-text .container .item .content .title {
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}
.multiple-column-text .container .item .content .description {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.multiple-column-text .container .item .content .description * {
  line-height: inherit;
}
.multiple-column-text .container .item .content .description p {
  margin-bottom: 30px;
}
.multiple-column-text .container .item .content .btn {
  margin: auto;
}
@media all and (max-width: 768px) {
  .multiple-column-text .container {
    flex-wrap: wrap;
  }
  .multiple-column-text .container .item {
    width: 100%;
    flex: 0 1 auto;
  }
  .multiple-column-text .container .item .content {
    margin: 0 15px;
  }
}
.how-to-study {
  position: relative;
}
.how-to-study .container {
  position: relative;
  z-index: 2;
}
.how-to-study .container .item {
  margin-top: 8.2%;
}
.how-to-study .container .item .title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.how-to-study .container .item > .description {
  color: #fff;
  text-align: center;
  margin-bottom: 6.6%;
}
.how-to-study .container .item > .description * {
  color: inherit;
  text-align: inherit;
}
.how-to-study .container .item > .cards {
  display: flex;
  gap: 3.6rem;
}
.how-to-study .container .item > .cards .card {
  width: 50%;
  background-color: #fff;
  border-radius: 3.6rem;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  padding: 6rem 30px 4.5rem 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.how-to-study .container .item > .cards .card .title {
  color: var(--color);
}
.how-to-study .container .item > .cards .card .time {
  line-height: 1.5;
  color: #1849fd;
  margin-bottom: 10px;
}
.how-to-study .container .item > .cards .card .time * {
  font-weight: 600;
}
.how-to-study .container .item > .cards .card .description {
  line-height: 1.8;
}
.how-to-study .container .item > .cards .card .btn {
  margin-top: 3rem;
}
.how-to-study .back-image {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #1849fd;
}
.how-to-study .back-image .mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #1849fd;
  opacity: 0.8;
}
.how-to-study .back-image img {
  width: 100%;
}
.how-to-study.white .container .item .title {
  color: var(--color);
}
.how-to-study.white .container .item .cards .card {
  background-color: var(--color);
}
.how-to-study.white .container .item .cards .card .title,
.how-to-study.white .container .item .cards .card .description {
  color: #fff;
}
.how-to-study.white .back-image {
  display: none;
}
@media all and (max-width: 768px) {
  .how-to-study {
    padding-left: 15px;
    padding-right: 15px;
  }
  .how-to-study .container .item .cards {
    flex-wrap: wrap;
  }
  .how-to-study .container .item .cards .card {
    width: 100%;
  }
}
.information-display-2 {
  width: auto;
}
.information-display-2 .container .school_data {
  justify-content: flex-start;
  gap: 0;
  margin: 0 -3rem;
  row-gap: 30px;
}
.information-display-2 .container .school_data .item {
  width: 33.3333333%;
  padding: 0 3rem;
  box-sizing: border-box;
  flex: 0 1 auto;
}
.information-display-2 .container .school_data .item .order {
  width: 8rem;
  height: 8rem;
  line-height: 1;
  font-size: 8rem;
  color: var(--color);
  flex-shrink: 0;
  text-align: center;
}
.information-display-2 .container .school_data .item .content {
  flex: 1;
}
.information-display-2 .container .school_data .item .content .title {
  width: 100%;
  text-align: left;
  margin-bottom: 1.4rem;
}
.information-display-2 .container .school_data .item .content .description {
  text-align: left;
  color: #000;
  line-height: 1.8;
}
.information-display-2 .container .footer {
  font-size: 1.8rem;
  color: var(--color);
  text-align: center;
}
@media all and (max-width: 768px) {
  .information-display-2 .container .school_data {
    flex-wrap: wrap;
  }
  .information-display-2 .container .school_data .item {
    width: 100%;
    flex: 0 1 auto;
  }
}
.home_banner-1 {
  position: relative;
}
.home_banner-1 .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    180deg,
    rgba(24, 73, 253, 0.1) 0%,
    #1849fd 100%
  );
  opacity: 0.8;
  pointer-events: none;
  touch-action: none;
  z-index: 1;
}
.home_banner-1 .contaniner {
  position: relative;
  z-index: 2;
  gap: 6rem;
  justify-content: space-between;
}
.home_banner-1 .contaniner.mask-active ul {
  list-style: none;
}
.home_banner-1 .contaniner.mask-active ul li {
  padding-left: 20px;
  position: relative;
}
.home_banner-1 .contaniner.mask-active ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: calc((1.8rem * 1.8) / 2);
  left: 7.5px;
  transform: translateY(-50%);
}
.home_banner-1 .contaniner .left .title {
  color: var(--color);
}
.home_banner-1 .contaniner .left .title * {
  color: inherit;
}
.home_banner-1 .contaniner .left .content {
  color: #000;
  line-height: 1.8;
}
.home_banner-1 .contaniner .left .content h3 {
  line-height: 1.3;
  font-weight: 600;
}
.home_banner-1 .contaniner .left .content * {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.home_banner-1 .contaniner .right {
  width: 45%;
}
.home_banner-1 .contaniner .right img {
  width: 100% !important;
}
.home_banner-1 .btns-container {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .home_banner-1 .contaniner .right {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .home_banner-1 .contaniner .right img {
    width: 100%;
  }
  .home_banner-1 .contaniner .left {
    order: 2;
  }
}
.text-and-banner {
  background-image: none !important;
  position: relative;
}
.text-and-banner .back-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.text-and-banner .back-mask img {
  max-width: 100%;
  mask-image: linear-gradient(#fff 85%, #ffffff00 100%);
}
.text-and-banner .back-mask .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  opacity: 0.8;
}
.text-and-banner .text-container {
  padding: 0% 0 6.6% 0;
  position: relative;
  z-index: 2;
}
.text-and-banner .home_banner {
  position: relative;
  z-index: 2;
}
.text-and-banner .home_banner .contaniner {
  gap: 6em;
}
.text-and-banner .home_banner .contaniner.layout_left .left {
  order: 1;
}
.text-and-banner .home_banner .contaniner.layout_left .right {
  order: 2;
}
.text-and-banner .home_banner .contaniner.layout_right .left {
  order: 2;
}
.text-and-banner .home_banner .contaniner.layout_right .right {
  order: 1;
}
.text-and-banner .home_banner .contaniner .left .content {
  color: #000;
  line-height: 1.8;
  font-weight: 300;
}
.text-and-banner .home_banner .contaniner .left .content h1,
.text-and-banner .home_banner .contaniner .left .content h2,
.text-and-banner .home_banner .contaniner .left .content h3,
.text-and-banner .home_banner .contaniner .left .content h4,
.text-and-banner .home_banner .contaniner .left .content h5 {
  font-weight: 600;
}
.text-and-banner .home_banner .contaniner .left .content * {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.text-and-banner .home_banner .contaniner .right img {
  width: 100%;
}
.student .home_banner {
  padding-bottom: 60px;
}
.student .home_banner .contaniner .left .content {
  color: #000;
}
.student .home_banner .contaniner .left .content .desc {
  margin-bottom: 0.5em;
}
.student .home_banner .contaniner .left .content .desc:first-child {
  font-size: 2.8rem !important;
  font-weight: 600;
  color: var(--color);
}
.student .other-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  padding-top: 60px;
}
.student .other-container .people {
  flex: 0 1 30%;
}
.student .other-container .people .content .description {
  margin-bottom: 20px;
}
.student .other-container .people .btn {
  margin: auto;
  margin-top: 30px;
}
@media all and (max-width: 1441px) {
  .student .other-container {
    gap: 10%;
  }
  .student .other-container .people {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media all and (max-width: 768px) {
  .student .other-container .people {
    flex: 0 1 auto;
    width: 100%;
    max-width: none;
  }
}
.member-structure .container .title {
  text-align: center;
  color: var(--color);
  margin-bottom: 20px;
}
.member-structure .container .description {
  text-align: center;
  color: var(--color);
  margin-bottom: 80px;
}
.member-structure .container .row-container {
  border-top: 1px #000 solid;
}
.member-structure .container .row-container .row {
  --h: 6.6rem;
  border-bottom: 1px #000 solid;
  max-height: var(--h);
  overflow: hidden;
  transition: 0.3s;
}
.member-structure .container .row-container .row .row-title {
  color: var(--color);
  min-height: var(--h);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.4rem;
  cursor: pointer;
}
.member-structure .container .row-container .row .row-title:hover span {
  color: #000;
}
.member-structure .container .row-container .row .row-title span {
  display: block;
  max-width: 80%;
  transition: max-height 0.3s;
}
.member-structure .container .row-container .row .row-title .button {
  width: 24px;
  height: 24px;
  background-color: #43f7f3;
  position: relative;
  border-radius: 50%;
  transform: rotate(45deg);
}
.member-structure .container .row-container .row .row-title .button::before,
.member-structure .container .row-container .row .row-title .button::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  border-radius: 1px;
  background-color: #1849fd;
  position: absolute;
  top: 50%;
  left: 50%;
}
.member-structure .container .row-container .row .row-title .button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.member-structure .container .row-container .row .row-title .button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.member-structure .container .row-container .row .member-container {
  display: flex;
  flex-wrap: wrap;
}
.member-structure .container .row-container .row .member-container .people {
  width: 25%;
  box-sizing: border-box;
  padding: 25px;
}
.member-structure
  .container
  .row-container
  .row
  .member-container
  .people
  .pics
  img {
  max-width: 100%;
}
.member-structure
  .container
  .row-container
  .row
  .member-container
  .people
  .content
  .description {
  color: #000;
  margin-bottom: 10px;
}
.member-structure
  .container
  .row-container
  .row
  .member-container
  .people
  .content
  .name_and_region {
  color: var(--color);
  margin-bottom: 10px;
}
.member-structure
  .container
  .row-container
  .row
  .member-container
  .people
  .contact {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.member-structure
  .container
  .row-container
  .row
  .member-container
  .people
  .contact
  .a {
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-structure
  .container
  .row-container
  .row
  .member-container
  .people
  .contact
  .a
  img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.member-structure .container .row-container .row .row_description {
  padding: 0 14px;
  box-sizing: border-box;
}
.member-structure .container .row-container .row .row_description * {
  line-height: 1.8;
}
.member-structure .container .row-container .row.show {
  max-height: 10000px;
}
.member-structure .container .row-container .row.show .row-title .button {
  transform: rotate(0);
}
@media all and (max-width: 768px) {
  .member-structure .container .row-container .row .member-container .people {
    width: 50%;
  }
  .member-structure
    .container
    .row-container
    .row
    .member-container
    .people
    .pics {
    padding: 0 0 0 0;
  }
}
.locations .title {
  text-align: center;
  color: var(--color);
  margin-bottom: 70px;
}
.locations .location-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.locations .location-container .people {
  flex: 0 1 30%;
}
.locations .location-container .people .pics {
  width: 95%;
  padding: 0 0 0 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: auto;
}
.locations .location-container .people .content {
  width: 95%;
  margin: auto;
}
.locations .location-container .people .content .name_and_region {
  color: var(--color);
  margin: 20px 0;
}
.locations .location-container .people .content .description {
  color: #000;
}
@media all and (max-width: 768px) {
  .locations .location-container {
    flex-wrap: wrap;
  }
  .locations .location-container .people {
    flex: 0 1 auto;
    width: 100%;
  }
}
.ambassadors {
  position: relative;
}
.ambassadors .title {
  position: relative;
  z-index: 4;
  color: #fff;
  text-align: center;
}
.ambassadors .other-container {
  position: relative;
  z-index: 4;
}
.ambassadors .other-container .people {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
}
.ambassadors .other-container .people .name {
  text-align: center;
  color: var(--color);
  line-height: 1.3;
  margin: 15px 0;
}
.ambassadors .other-container .people .name_and_region {
  text-align: center;
  color: var(--color);
  margin-bottom: 32px;
}
.ambassadors .other-container .people .description {
  color: #000;
  font-weight: 300;
}
.ambassadors .other-container .people .link {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #000;
  transition: 0.3s;
}
.ambassadors .other-container .people .link img {
  filter: url(#filterWhite);
}
.ambassadors .other-container .people .link:hover {
  background-color: #fff !important;
}
.ambassadors .other-container .people .link:hover img {
  filter: url(#toBlack) !important;
}
.ambassadors .other-container .people .btn-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.ambassadors .other-container .people .btn-container .link {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
}
.ambassadors .other-container .people .btn-container .link img {
  width: 60%;
  max-height: 60%;
  filter: url(#filterWhite);
}
.ambassadors .back-mask {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color);
}
.ambassadors .back-mask img {
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #ffffff 85%, #ffffff 100%);
}
.text-container-2 .container {
  display: flex;
  flex-wrap: wrap;
}
.text-container-2 .container .description {
  width: 45%;
}
.text-container-2 .container .description h1 {
  font-size: 8rem !important;
  margin-bottom: 40px;
}
.text-container-2 .container .description h2 {
  margin-bottom: 20px;
}
.text-container-2 .container .description h3 {
  margin-bottom: 20px;
}
.text-container-2 .container .description p {
  margin-bottom: 15px;
}
.text-container-2 .container .description ul {
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  .text-container-2 .container .description {
    width: 100% !important;
  }
}
.wow {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-property: opacity, transform, filter;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.wow.content,
.wow.btn {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.wow.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 700px) {
  .information-display .container .school_data .item {
    flex: 0 1 100%;
  }
}
.banner-3 {
  height: 76vh;
  position: relative;
}
.banner-3 .contaniner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.banner-3 .pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner-3 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-3 .title,
.banner-3 .description {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.banner-3 .title *,
.banner-3 .description * {
  color: inherit;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.school-list .container {
  display: flex;
  flex-wrap: wrap;
}
.school-list .container .item {
  width: 50%;
  display: grid;
  grid-template: "a b" "a c";
  grid-template-rows: max-content 1fr;
  grid-template-columns: 80px 1fr;
  padding: 21px 0;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
@media all and (max-width: 800px) {
  .school-list .container .item {
    width: 100%;
  }
}
.school-list .container .item .pic {
  grid-area: a;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.school-list .container .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.school-list .container .item .title,
.school-list .container .item .address {
  padding: 0 20px;
  box-sizing: border-box;
}
.school-list .container .item .title {
  grid-area: b;
  line-height: 1.8;
}
.school-list .container .item .address {
  grid-area: c;
  color: rgba(0, 0, 0, 0.6);
}
.school-list .container .item:hover {
  cursor: pointer;
}
.school-list .container .item:hover .title {
  color: var(--color);
}
.school-banner {
  height: calc(100vh - 110px);
  max-height: 50vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
  background-color: #f6f6f6;
}
.school-banner.full_screen {
  max-height: 100vh;
}
.school-banner .gallery {
  width: 100%;
  height: 100%;
}
.school-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.school-banner .controls {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  display: flex;
  height: 60px;
  width: 100%;
}
.school-banner .controls .thumbnail {
  flex: 1;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  overflow-x: auto;
}
.school-banner .controls .thumbnail .pic {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.school-banner .controls .thumbnail .pic.active {
  border-color: #fff;
}
.school-banner .controls .thumbnail .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.school-banner .controls .all {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  cursor: pointer;
}
.school-banner .controls .all svg {
  width: 67%;
  height: 67%;
}
.header-container {
  padding: 0 10.55vw;
}
@media all and (max-width: 1441px) {
  .header-container {
    padding: 0 8vw;
  }
}
@media all and (max-width: 768px) {
  .header-container {
    padding: 30px 20px;
  }
}
.header-container .school {
  display: grid;
  grid-template: "a b" "a c" "a d";
  grid-template-rows: max-content max-content 1fr;
  grid-template-columns: max-content 1fr;
  column-gap: 20px;
  padding: 30px 0;
}
@media all and (max-width: 768px) {
  .header-container .school {
    grid-template: "a a" "b b" "c c" "d d";
  }
}
.header-container .school .pic {
  grid-area: a;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.header-container .school .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.header-container .school .name {
  grid-area: b;
  padding-bottom: 14px;
}
.header-container .school .address {
  grid-area: c;
  font-size: 1.4rem;
  line-height: 32px;
}
.header-container .school .website {
  grid-area: d;
  font-size: 1.4rem;
  color: #001666;
}
.header-container .school .website * {
  color: inherit;
}
.content-container {
  padding: 0 10.55vw;
  background-position: top center;
  background-image: url(http://www.finestfuture.cn/wp-content/uploads/2025/02/alphasoft.1295bcea6ddcd1dd0635.png);
  background-repeat: no-repeat;
  background-size: 80%;
  padding-top: 35px;
  padding-bottom: 100px;
}
@media all and (max-width: 1441px) {
  .content-container {
    padding: 0 8vw;
    padding-top: 100px;
  }
}
@media all and (max-width: 768px) {
  .content-container {
    padding: 30px 20px;
  }
}
.content-container .title-container {
  margin-bottom: 30px;
}
.content-container .title-container .title {
  display: flex;
  align-items: center;
}
.content-container .title-container .title span {
  padding: 0 20px;
}
.content-container .title-container .title::after,
.content-container .title-container .title::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #dddede;
  flex: 1;
  max-height: 1px;
}
.content-container .description-container {
  margin-bottom: 30px;
  line-height: 1.7;
}
.content-container .description-container ul {
  list-style: inside;
}
.content-container .description-container * {
  font-size: 14px;
  line-height: inherit;
}
.content-container .description-container .video-container {
  background-color: #f6f6f6;
  border-radius: 5px;
  max-width: 100%;
  height: fit-content;
  overflow: hidden;
  margin-bottom: 14px;
}
.content-container .description-container .video-container video {
  max-width: 100%;
  height: fit-content;
  display: block;
}
.text-container-1 .container .title .h1 {
  margin-bottom: 40px;
}
.text-container-1 .container .title .h3 {
  margin-bottom: 20px;
}
.text-container-1 .container .button {
  margin-top: 20px;
}
.is-root-container .gt_block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is-root-container .wp-block {
  max-width: 100% !important;
}
.member-structure
  .container
  .row-container
  .row
  .member-container
  .people
  .pics
  img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
