#banner {
  display: flex;
  flex-direction: column;
  position: relative;
}
#banner .swiper {
  width: 100%;
  height: calc(100vh - 130px);
}
@media (max-width: 1250px) {
  #banner .swiper {
    height: calc(65vh - 126px);
  }
}
@media (max-width: 550px) {
  #banner .swiper {
    height: calc(60vh - 122px);
  }
}
#banner .swiper .swiper-wrapper {
  max-width: 1920px;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/images/web/home/cambridge.jpeg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
#banner .swiper .swiper-wrapper .swiper-slide h1 {
  line-height: 1.2;
}
#banner .swiper .swiper-wrapper .swiper-slide h1,
#banner .swiper .swiper-wrapper .swiper-slide h2 {
  text-align: center;
}
#banner .swiper .swiper-wrapper .swiper-slide a {
  text-decoration: none;
}
#banner .swiper .swiper-wrapper .swiper-slide a button {
  text-decoration: none;
}
#banner .swiper .swiper-wrapper .swiper-slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  max-width: 1920px;
  max-width: 80%;
  color: #FFFFFF;
}
#banner .swiper .swiper-button-prev {
  width: 10px;
  height: 20px;
  color: #19462C;
  border-radius: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  border: none;
  transition: all 0.2s;
  margin-left: 20px;
}
@media (max-width: 950px) {
  #banner .swiper .swiper-button-prev {
    display: none;
  }
}
#banner .swiper .swiper-button-prev::after {
  font-size: 25px;
}
#banner .swiper .swiper-button-prev:hover {
  background-color: #FFFFFF;
}
#banner .swiper .swiper-button-next {
  width: 5px;
  height: 26px;
  color: #19462C;
  padding: 30px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  border: none;
  transition: all 0.2s;
  margin-right: 20px;
}
@media (max-width: 950px) {
  #banner .swiper .swiper-button-next {
    display: none;
  }
}
#banner .swiper .swiper-button-next::after {
  font-size: 25px;
}
#banner .swiper .swiper-button-next:hover {
  background-color: #FFFFFF;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: none;
  transition: all 0.2s;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}
#about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
#about-us .swiper {
  max-width: 1920px;
  width: 100%;
  height: 100%;
}
#about-us .swiper .swiper-pagination {
  bottom: 0;
}
#about-us .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #19462C;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: none;
  transition: all 0.2s;
}
#about-us .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #19462C;
  opacity: 1;
}
#about-us .swiper .card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 32px;
  width: 390px;
  height: 400px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  border-radius: 16px;
  transition: all 0.2s;
  color: #19462C;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 35px 0;
}
#about-us .swiper .card img {
  width: 60px;
  height: 60px;
  transition: all 0.2s;
}
#about-us .swiper .card h1 {
  margin: 0;
}
#about-us .swiper .card h3 {
  margin: 0;
}
#about-us .swiper .card .icon {
  font-size: 52px;
}
#about-us .swiper .card:hover {
  background-color: #19462C;
  color: #FFFFFF;
}
#about-us .swiper .card:hover img {
  filter: brightness(0) invert(1);
}
@media (min-width: 1921px) {
  #about-us .swiper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
  #about-us .swiper:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
}
#about-us #about-us-description {
  margin-top: 50px;
  margin-bottom: 50px;
}
#about-us #about-us-description .header {
  text-align: center;
  margin: 50px auto;
}
#about-us #about-us-description .header .headline-2 {
  text-align: center;
  color: #19462C;
  margin-bottom: 15px;
}
#about-us #about-us-description .header .subtitle-2 {
  text-align: center;
  color: #64748B;
}
#about-us #about-us-description .content {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
#about-us #about-us-description .content .content-image {
  margin: 30px;
}
@media (max-width: 700px) {
  #about-us #about-us-description .content .content-image {
    width: 90%;
    margin: 10px;
  }
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content .content-text {
    text-align: center;
  }
}
#about-us #about-us-description .content .content-text h1 {
  text-align: left;
  color: #14171C;
}
@media (max-width: 900px) {
  #about-us #about-us-description .content .content-text h1 {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content .content-text h1 {
    text-align: center;
  }
}
#about-us #about-us-description .content .content-text p {
  color: #3C4653;
}
@media (max-width: 900px) {
  #about-us #about-us-description .content .content-text p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content .content-text p {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  #about-us #about-us-description .content .content-text button {
    margin: auto;
  }
}
#cambridge {
  background-image: url("/images/web/icons/b79612cf8c4d36b21c89815b5f48984b.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  padding: 96px;
}
@media (max-width: 1000px) {
  #cambridge {
    padding: 25px;
  }
}
#cambridge .container {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1366px) {
  #cambridge .container {
    padding: 10px;
  }
}
#cambridge .container .header {
  text-align: center;
  margin: 50px auto;
  margin-top: 0;
}
#cambridge .container .header .headline-2 {
  margin-top: 0;
  text-align: center;
  color: #EFF1F3;
  margin-bottom: 15px;
}
#cambridge .container .header .subtitle-2 {
  text-align: center;
  color: #EFF1F3;
}
#cambridge .container .content {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1366px) {
  #cambridge .container .content {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
#cambridge .container .content div {
  color: #FFFFFF;
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 1366px) {
  #cambridge .container .content div {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-right: 0;
  }
}
#cambridge .container .content div h1 {
  color: #FFFFFF;
  margin-top: 0;
  font-family: Lato;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: left;
}
@media (max-width: 1366px) {
  #cambridge .container .content div h1 {
    text-align: center;
  }
}
@media (max-width: 900px) {
  #cambridge .container .content div h1 {
    text-align: center;
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  #cambridge .container .content div h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
#cambridge .container .content div p {
  font-family: Lato;
  font-size: 21.4px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  #cambridge .container .content div p {
    font-size: 19px;
  }
}
@media (max-width: 1366px) {
  #cambridge .container .content div p {
    text-align: center;
  }
}
@media (max-width: 900px) {
  #cambridge .container .content div p {
    text-align: center;
    font-size: 15px;
  }
}
#cambridge .container .content p img {
  width: 50%;
}
@media (max-width: 1366px) {
  #cambridge .container .content p img {
    max-width: 100%;
  }
}
@media (max-width: 620px) {
  #cambridge .container .content p img {
    width: 300px !important;
    height: 100px !important;
  }
}

#cambridge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/web/icons/b79612cf8c4d36b21c89815b5f48984b.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(3942%) hue-rotate(94deg) brightness(92%) contrast(80%) opacity(60%);
}
#service {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
#service .header {
  text-align: center;
  margin: 50px auto;
}
#service .header .headline-2 {
  text-align: center;
  color: #19462C;
  margin-bottom: 15px;
}
#service .header .subtitle-2 {
  text-align: center;
  color: #64748B;
}
#service .swiper {
  max-width: 1920px;
  width: 100%;
  height: 100%;
}
#service .swiper .swiper-pagination {
  bottom: 0;
}
#service .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #19462C;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: none;
  transition: all 0.2s;
}
#service .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #19462C;
  opacity: 1;
}
#service .swiper .card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 32px;
  width: 390px;
  height: 400px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  border-radius: 16px;
  transition: all 0.2s;
  color: #19462C;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 35px 0;
  text-align: center;
  text-decoration: none;
}
#service .swiper .card img {
  width: 100px;
  height: 100px;
  transition: all 0.2s;
  text-align: center;
  margin: 0 auto;
}
#service .swiper .card h1 {
  margin: 0;
  text-align: center;
}
#service .swiper .card h3 {
  text-align: center;
  margin: 0;
}
#service .swiper .card .icon {
  font-size: 52px;
}
#service .swiper .card:hover {
  background-color: #19462C;
  color: #FFFFFF;
}
@media (min-width: 1921px) {
  #service .swiper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
  #service .swiper:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
}
#news {
  margin-top: 70px;
  margin-bottom: 70px;
}
#news .header {
  text-align: center;
  margin: 50px auto;
}
#news .header .headline-2 {
  text-align: center;
  color: #19462C;
  margin-bottom: 15px;
}
#news .header .subtitle-2 {
  text-align: center;
  color: #64748B;
}
#news .swiper {
  max-width: 1920px;
  width: 100%;
  height: 100%;
}
#news .swiper .swiper-pagination {
  bottom: 0;
}
#news .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #19462C;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: none;
  transition: all 0.2s;
}
#news .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #19462C;
  opacity: 1;
}
#news .swiper .card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0;
  width: 390px;
  height: 400px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  border-radius: 16px;
  transition: all 0.2s;
  color: #14171C;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 35px 0;
  text-align: center;
  overflow: hidden;
}
#news .swiper .card .img {
  width: 100%;
  height: 50%;
  transition: all 0.2s;
  margin: 0 auto;
  border-radius: 16px 16px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
}
#news .swiper .card span {
  color: #64748B;
  margin: 0 20px;
}
#news .swiper .card h1 {
  margin: 0 20px;
}
#news .swiper .card .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px;
}
#news .swiper .card .icon {
  font-size: 52px;
}
@media (min-width: 1921px) {
  #news .swiper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
  #news .swiper:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%);
    width: 70px;
    height: 100%;
  }
}
#schools {
  background-image: url("/images/web/icons/09817eba93f5862786d174d4d734547b.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#schools .wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  #schools .wrapper {
    padding: 10px;
  }
}
#schools .wrapper .header {
  text-align: center;
  margin: 50px auto;
}
#schools .wrapper .header .headline-2 {
  text-align: center;
  color: #EFF1F3;
  margin-bottom: 15px;
}
#schools .wrapper .header .subtitle-2 {
  text-align: center;
  color: #EFF1F3;
}
#schools .wrapper .swiper {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
#schools .wrapper .swiper .swiper-pagination {
  bottom: 0;
}
#schools .wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #EFF1F3;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: none;
  transition: all 0.2s;
}
#schools .wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #EFF1F3;
  opacity: 1;
}
#schools .wrapper .swiper .card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  transition: all 0.2s;
  margin: 35px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#schools .wrapper .swiper .card img {
  transition: all 0.2s;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
  max-width: 350px;
}
#schools .wrapper .swiper .card h1 {
  margin: 0;
  text-align: center;
}
#schools .wrapper .swiper .card h3 {
  text-align: center;
  margin: 0;
}
#schools .wrapper .swiper .card .icon {
  font-size: 52px;
}

#schools::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/web/icons/b79612cf8c4d36b21c89815b5f48984b.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(3942%) hue-rotate(94deg) brightness(92%) contrast(80%) opacity(60%);
}
