.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 0 !important;
  max-height: 100vh;
  height: 0 !important;
  overflow: visible;
  background: #fff;
  margin: 0 !important; }
  .hero:after {
    display: none; }
  .hero .hero__slideshow {
    position: absolute;
    width: 586px;
    height: 586px;
    border-radius: 100%;
    overflow: hidden;
    top: 226px;
    right: calc(50% - 332px);
    -webkit-transform: translateX(50%) !important;
    -ms-transform: translateX(50%) !important;
    transform: translateX(50%) !important; }

.hero__media__ctrls {
  display: none; }

@media (max-width: 1300px) {
  .hero .hero__slideshow {
    width: 486px;
    height: 486px;
    right: calc(50% - 25.7vw); } }

@media (max-width: 1049px) {
  .hero .hero__slideshow {
    right: 50%;
    top: 60px;
    width: 280px;
    height: 280px; } }

.welcome__block {
  padding: 60px 20px 140px;
  background: #fff; }

@media (min-width: 1050px) {
  .welcome__block {
    margin-top: 166px; } }

.welcome__inner {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px; }

.welcome__block .welcome__item__img {
  width: 586px;
  height: 586px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0 !important; }

.welcome__block.inview .welcome__item__img {
  opacity: 0 !important; }

.welcome__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 50px;
  z-index: 1; }

.welcome__item__logo {
  max-width: 516px;
  width: 100%;
  display: block; }

.welcome__item__motto {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  max-width: 580px;
  width: 100%;
  margin: 0; }

@media (max-width: 1300px) {
  .welcome__item__img {
    width: 486px;
    height: 486px; }
  .welcome__item__logo {
    max-width: 416px; }
  .welcome__item__motto {
    max-width: 450px;
    font-size: 34px; } }

@media (max-width: 1049px) {
  .welcome__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 20px; }
  .welcome__item__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .welcome__item__img {
    width: 280px !important;
    height: 280px !important; }
  .welcome__item__logo {
    max-width: 280px; }
  .welcome__item__motto {
    max-width: 450px;
    font-size: 26px; } }

.schools__block {
  padding: 0px 30px 100px; }
  .schools__block .swiper {
    overflow: visible; }

.heading__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 50px; }
  .heading__wrap .preheading {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 0; }
  .heading__wrap .heading {
    margin: 0;
    font-size: 40px;
    color: #000; }

.our__schools__wrap {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto; }

.our__schools__item {
  opacity: 0.5;
  -webkit-transition: ease 0.4s opacity;
  -o-transition: ease 0.4s opacity;
  transition: ease 0.4s opacity;
  pointer-events: none; }
  .our__schools__item.swiper-slide-visible {
    opacity: 1;
    pointer-events: all; }

.our__schools__item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 384px;
  border-radius: 50px;
  overflow: hidden;
  padding: 30px 40px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  background: var(--col-pri); }
  .our__schools__item__link:focus-within .our__schools__item__img__wrap img, .our__schools__item__link:hover .our__schools__item__img__wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.our__schools__item__img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px; }
  .our__schools__item__img__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    border-radius: 50px; }
  .our__schools__item__img__wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.our__schools__item__title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #fff; }

.swiper__navigation {
  position: unset;
  margin: 0; }
  .swiper__navigation .swiper__navigation__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3; }
    .swiper__navigation .swiper__navigation__button.our__schools__navigation__prev {
      left: -30px; }
    .swiper__navigation .swiper__navigation__button.our__schools__navigation__next {
      right: -30px; }

@media (max-width: 850px) {
  .our__schools__item__link {
    height: 284px; } }

.testimonials__block {
  padding: 100px 30px;
  background: var(--col-pri); }
  .testimonials__block .heading__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 50px; }
    .testimonials__block .heading__wrap .preheading {
      color: #fff; }
    .testimonials__block .heading__wrap .heading {
      color: #fff; }

.testimonials__wrap {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto; }

.testimonials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px; }

.testimonials__item__text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
  max-width: 880px;
  width: 100%; }

.testimonials__item__author {
  font-size: 20px;
  margin: 0;
  color: #fff;
  text-align: center;
  max-width: 550px;
  width: 100%; }

.testimonials__block .swiper__navigation {
  position: unset;
  margin: 0; }
  .testimonials__block .swiper__navigation .swiper__navigation__button {
    position: absolute;
    top: calc(50% - 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    border-color: #fff;
    color: #fff; }
    .testimonials__block .swiper__navigation .swiper__navigation__button.testimonials__navigation__prev {
      left: -30px; }
    .testimonials__block .swiper__navigation .swiper__navigation__button.testimonials__navigation__next {
      right: -30px; }
    .testimonials__block .swiper__navigation .swiper__navigation__button:focus-within, .testimonials__block .swiper__navigation .swiper__navigation__button:hover {
      background: #fff;
      color: #000; }

.testimonials__block .swiper__pagination > span {
  background: #fff; }

@media (max-width: 1050px) {
  .testimonials__block {
    padding: 50px 30px; }
  .testimonials__wrap {
    padding: 0 30px; }
  .testimonials__item__text {
    font-size: 24px; } }

@media (max-width: 640px) {
  .testimonials__item__text {
    font-size: 18px; }
  .testimonials__item__author {
    font-size: 14px; } }

.quicklinks__block {
  padding: 100px 30px; }

.quicklinks__wrap {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto; }

.quick__links__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  gap: 20px; }

.quick__links__item {
  position: relative;
  border-radius: 50px;
  overflow: hidden; }

@media (min-width: 1050px) {
  .quick__links__item:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 3 / 3; }
  .quick__links__item:nth-of-type(2) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4 / 3; }
  .quick__links__item:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1 / 3 / 2 / 5; }
  .quick__links__item:nth-of-type(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 2 / 3 / 4 / 5;
    height: 500px; } }

.quick__links__item__link {
  position: relative;
  padding: 40px;
  border-radius: 50px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: var(--col-pri);
  min-height: 200px; }
  .quick__links__item__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.7;
    z-index: 1; }
  .quick__links__item__link:focus-within .quick__links__item__image img, .quick__links__item__link:hover .quick__links__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.quick__links__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .quick__links__item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: ease 0.4s transform;
    -o-transition: ease 0.4s transform;
    transition: ease 0.4s transform; }

.quick__links__item__text {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  z-index: 2; }

@media (max-width: 1050px) {
  .quicklinks__block {
    padding: 50px 30px; }
  .quick__links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .quick__links__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    min-width: 280px; }
  .quick__links__item__text {
    font-size: 28px; } }

.contact__map {
  height: 600px;
  width: 100%; }

@media (min-width: 1480px) {
  .contact__map {
    height: 770px; } }

@media (max-width: 1049px) {
  .contact__map {
    height: 400px; } }

.welcome__block .welcome__item__text {
  opacity: 0 !important;
  -webkit-transform: translateX(-30%) !important;
  -ms-transform: translateX(-30%) !important;
  transform: translateX(-30%) !important;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.welcome__block .welcome__item__img {
  opacity: 0 !important;
  -webkit-transform: translateX(30%) !important;
  -ms-transform: translateX(30%) !important;
  transform: translateX(30%) !important;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.hero .hero__slideshow {
  opacity: 0 !important;
  -webkit-transform: translateX(100%) !important;
  -ms-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.welcome__block.inview .welcome__item__text {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.welcome__block.inview .welcome__item__img {
  opacity: 0 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.hero.inview .hero__slideshow {
  opacity: 1 !important;
  -webkit-transform: translateX(50%) !important;
  -ms-transform: translateX(50%) !important;
  transform: translateX(50%) !important; }

.schools__block .swiper__pagination,
.schools__block .heading__wrap {
  opacity: 0;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.schools__block .our__schools__item:nth-of-type(1) .our__schools__item__link {
  opacity: 0;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.schools__block .our__schools__item:nth-of-type(2) .our__schools__item__link {
  opacity: 0;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.schools__block .our__schools__item:nth-of-type(3) .our__schools__item__link {
  opacity: 0;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.schools__block .our__schools__item:nth-of-type(4) .our__schools__item__link {
  opacity: 0;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s; }

.schools__block .swiper__pagination {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

.schools__block.inview .swiper__pagination,
.schools__block.inview .heading__wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.schools__block.inview .our__schools__item .our__schools__item__link {
  opacity: 1 !important; }

.testimonials__block .heading__wrap {
  opacity: 0 !important;
  -webkit-transform: translateY(30%) !important;
  -ms-transform: translateY(30%) !important;
  transform: translateY(30%) !important;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.testimonials__block .testimonials__wrap {
  opacity: 0 !important;
  -webkit-transform: translateY(30%) !important;
  -ms-transform: translateY(30%) !important;
  transform: translateY(30%) !important;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.testimonials__block .swiper__pagination {
  opacity: 0 !important;
  -webkit-transform: translateY(30%) !important;
  -ms-transform: translateY(30%) !important;
  transform: translateY(30%) !important;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.testimonials__block.inview .swiper__pagination,
.testimonials__block.inview .testimonials__wrap,
.testimonials__block.inview .heading__wrap {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.quicklinks__block .heading__wrap {
  opacity: 0 !important;
  -webkit-transform: translateY(30%) !important;
  -ms-transform: translateY(30%) !important;
  transform: translateY(30%) !important;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.quicklinks__block .quick__links__item:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.quicklinks__block .quick__links__item:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.quicklinks__block .quick__links__item:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.quicklinks__block .quick__links__item:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.quicklinks__block.inview .heading__wrap {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.quicklinks__block.inview .quick__links__item {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.map__block .heading__wrap {
  opacity: 0 !important;
  -webkit-transform: translateY(30%) !important;
  -ms-transform: translateY(30%) !important;
  transform: translateY(30%) !important;
  -webkit-transition: ease 2s opacity, ease 2s transform;
  -o-transition: ease 2s opacity, ease 2s transform;
  transition: ease 2s opacity, ease 2s transform;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.map__block .map__container {
  opacity: 0 !important;
  -webkit-transition: ease 2s opacity;
  -o-transition: ease 2s opacity;
  transition: ease 2s opacity;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.map__block.inview .heading__wrap {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.map__block.inview .map__container {
  opacity: 1 !important; }
