.page-title,
.breadcrumbs,
.main-nav .home-btn {
  display: none;
}

.home-link {
  pointer-events: none;
}

/* Slideshow
------------ */
@media (min-width: 981px) {

  .hero {
    overflow: visible;
    border-radius: 1rem;
  }
  
  .img-wrap {
    height: calc(100vh - 21rem);
    border-radius: 1rem;
  }

  .img-wrap:before {
    display: none;
  }
}

@media (max-width: 980px) {
  .img-wrap {
    display: block;
  }
}

/* Video Bg
------------ */
.vimeo-video {
  width: 100%;
  height: 100%;
  background: #000;
  filter: brightness(0.8);
  overflow: hidden;
  border-radius: 1rem;
}

.vimeo-video.is-disabled {
  position: relative;
  z-index: 1;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 981px) {
  
  .video-controls {
    position: absolute;
    bottom: 6rem;
    right: 6rem;
    z-index: 5;
    display: none;
  }

  .video-play-state-button {
    background: none;
    border: none;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    transition: ease 0.2s;
    color: #fff;
    font-size: 1.4rem;
  }

  .video-play-state-button > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-play-state-button .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
    transition: ease 0.2s fill;
  }
  
  .video-play-state-button:not(.is-playing) .pause-state-content {
    display: none;
  }

  .video-play-state-button.is-playing .play-state-content {
    display: none;
  }

  .video-play-state-button:focus-within,
  .video-play-state-button:hover {
    background: #9E9E9E;
    color: #9E9E9E;
  }

  .video-play-state-button:focus-within .svg-icon,
  .video-play-state-button:hover .svg-icon{
    color: #1b1b1b;
  }
  
}

@media (max-width: 980px) {
  .hero {
    width: calc(100% - 12rem);
    margin: 15.2rem auto 0;
  }

  .user-logged-in .hero {
    margin-top: calc(15.2rem + 4.1rem);
  }
  
}

@media (max-width: 720px) {
  .vimeo-video {
    border-radius: 0!important;
  }

  .hero {
    width: 100%;
    margin: 19.3rem auto 0;
  }

  .user-logged-in .hero {
    margin-top: calc(19.3rem + 4.1rem);
  }

  .img-wrap:before {
    display: none;
  }
  
}

/* Scroll Down
-----------------*/
@media (min-width: 981px) {
  .scroll-down {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background: none;
    border: none;
    color: #fff;
    gap: 1rem;
    text-align: left;
  }

  .scroll-down:focus-within .svg-icon,
  .scroll-down:hover .svg-icon{
    background: #fff;
    color: var(--primary-color);
  }

  .scroll-down .svg-icon {
    border: 0.2rem solid #fff;
    border-radius: 100%;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    fill: currentColor;
    transition: ease 0.2s;
  }

  .scroll-down:after {
    /* content: ''; */
    position: absolute;
    top: calc(100% - 0.1rem);
    left: calc(50% - 3.6rem);
    transform: translateX(-50%);
    width: 0.2rem;
    height: 12rem;
    background: #fff;
  }
  
  .scroll-down .text {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
  }
}

/* CTA
----------*/
.cta-wrap {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 4.4rem;
  padding: 1.3rem 2.9rem;
  border: 0;
  border-radius: 50vw;
  font-size: 1.4rem;
  color: var(--primary-color);
  border: 0.3rem solid var(--secondary-color);
  background: var(--secondary-color);
  transition: background 0.2s ease, color 0.2s ease;
  font-weight: bold;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.cta-2 {
  background: none;
  color: var(--secondary-color);
  border: 0.3rem solid var(--secondary-color);
}

.cta:focus,
.cta:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}

.cta-2:focus,
.cta-2:hover {
  color: var(--primary-color);
  background: var(--secondary-color);
}

@media (max-width: 640px) {
  .cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Welcome Block
------------------*/
.welcome-block {
  position: relative;
  background: var(--primary-color);
  padding: 18rem 2rem;
}

.welcome-inner {
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(2rem, 3.1vw, 6rem);
}

.welcome-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 60.6rem;
  width: 100%;
}

.welcome-block .heading {
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 800;
  color: #FAFAFA;
  line-height: 1.2;
}

.welcome-text {
  font-size: 1.4rem;
  color: #9E9E9E;
}

.welcome-slideshow-wrap {
  width: clamp(40.6rem, 31.6vw, 60.6rem);
  height: clamp(36.5rem, 29.5vw, 56.5rem);
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.welcome-slideshow {
  width: 100%;
  height: 100%;
  background: #fff!important;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .welcome-text-wrap {
    max-width: 50.6rem;
  }
}

@media (max-width: 980px) {
  .welcome-block {
    padding: 6rem 2rem;
  }
}

@media (max-width: 600px) {
  .welcome-block .heading br {
    display: none;
  }
}

/* Mindset Block
------------------*/
.mindset-block {
  position: relative;
  background: var(--primary-color);
  padding: 0 2rem;
  overflow: hidden;
}

.mindset-inner {
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(2rem, 3.1vw, 6rem);
}

.mindset-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 60.6rem;
  width: 100%;
  padding-bottom: 6rem;
}

.mindset-block .heading {
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 800;
  color: #FAFAFA;
  line-height: 1.2;
}

.mindset-text {
  font-size: 1.4rem;
  color: #9E9E9E;
}

.mindset-image-wrap {
  width: clamp(40.6rem, 31.6vw, 60.6rem);
  height: clamp(36.5rem, 29.5vw, 56.5rem);
  background: none;
}

.mindset-image-wrap img {
  display: block;
  width: 100%;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .mindset-text-wrap {
    max-width: 50.6rem;
  }
}

@media (max-width: 980px) {
  .mindset-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .mindset-block .heading br {
    display: none;
  }
  
  .mindset-image-wrap {
    width: 100%;
  }
  
}

/* Inspiration Block
----------------------*/
.inspiration-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 9.4vw, 18rem) 2rem 0;
  background: #EBEBEB;
}

.inspiration-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
  gap: clamp(2rem, 4.7vw, 9rem);
}

.inspiration-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(2rem, 3.1vw, 6rem);
}

.inspiration-info .heading {
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.2;
}

.inspiration-wrap {
  display: flex;
  gap: clamp(2rem, 3.2vw, 6rem);
}

.inspiration-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}

.inspiration-item .svg-icon {
  width: 6rem;
  height: 6rem;
  fill: var(--primary-color);
}

.inspiration-heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-color);
}

.inspiration-text {
  font-size: 1.4rem;
}

.inspiration-block .cta {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.inspiration-block .cta-2 {
  background: none;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.inspiration-block .cta:focus-within,
.inspiration-block .cta:hover {
  background: none;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.inspiration-block .cta-2:focus-within,
.inspiration-block .cta-2:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.inspiration-img {
  width: 77.8rem;
}

.inspiration-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 981px) {
  .inspiration-info {
    margin-bottom: 20rem;
  }

  .inspiration-img {
    margin-top: auto;
  }
}

@media (max-width: 980px) {
  .inspiration-inner {
    flex-direction: column;
  }
  
  .inspiration-info {
    justify-content: center;
    align-items: center;
  }
  
  .inspiration-info .heading {
    text-align: center;
  }
  
  .inspiration-info .heading br {
    display: none;
  }
  
  .inspiration-item {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .inspiration-img {
    width: 25rem;
  }
}

@media (max-width: 640px) {
  
  .inspiration-wrap {
    flex-direction: column;
  }
  
  .inspiration-block .cta-wrap {
    justify-content: center;
    align-items: center;
  }
}

/* Swiper Styling
-------------------*/
.cp-controls-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transition: ease 0.2s;
  margin: 0;
  border: 0.2rem solid #fff;
  border-radius: 100%;
  transform: translateY(-50%);
  background: none;
}

.cp-controls-btn:after {
  display: none;
}

.cp-controls-btn .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  transition: ease 0.2s;
}

.cp-controls-btn:focus,
.cp-controls-btn:hover {
  background: #fff;
  color: var(--primary-color);
}

/* Pagination */
.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: 0.2rem solid #9E9E9E;
  opacity: 1;
  transition: ease 0.2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
}


/* News Block
----------------*/
.news-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  padding: clamp(3rem, 9.4vw, 18rem) 2rem;
}

.news-inner {
  position: relative;
  max-width: 150rem;
  padding: 0 10rem;
  width: 100%;
  margin: 0 auto;
}

.news-block .swiper-pagination {
  top: 33.5rem;
  bottom: auto;
  width: auto;
}

/* News Item */

.updates-link {
  display: flex;
  gap: clamp(2rem, 3.2vw, 6rem);
}

.updates-title-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.6vw, 3rem);
  max-width: 61rem;
  width: 100%;
}

.updates-feed-title {
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: ease 0.2s color;
}

.updates-feed-title:focus-within,
.updates-feed-title:hover {
  color: var(--secondary-color);
}

.updates-feed-date {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
}

.updates-feed-list-item-content {
  font-size: 1.4rem;
  color: #9E9E9E;
}

.news-link {
  color: var(--secondary-color);
  font-size: 1.4rem;
  font-weight: 800;
  transition: ease 0.2s color;
}

.news-link:focus-within,
.news-link:hover {
  color: #fff;
}

.updates-feed-image {
  width: clamp(40.6rem, 31.6vw, 60.6rem);
  height: clamp(36.5rem, 32.5vw, 62.4rem);
  border-radius: 1rem;
  overflow: hidden;
  object-fit: cover;
}

.news-block .cta {
  margin: clamp(2rem, 3.1vw, 6rem) auto 0;
}

@media (min-width: 981px) {
  .cp-controls-btn {
    top: calc(50% - 12rem);
  }
}

@media (min-width: 981px) and (max-width: 1250px) {
  .updates-title-wrap {
    max-width: 40rem;
  }

  .cp-controls-btn {
    top: calc(50% - 6rem);
  }
  
}

@media (max-width: 980px) {

  .news-inner {
    padding: 0 6rem;
  }

  .updates-link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .updates-feed-list-item-content {
    display: none;
  }

  .news-block .cp-controls-btn {
    top: calc(50% - 2rem);
  }

  .news-block .swiper-pagination {
    position: relative;
    top: auto;
    margin-top: 2rem;
  }

}

@media (max-width: 600px) {
  .updates-feed-image {
    width: 100%;
    height: auto;
  } 

  .updates-feed-title {
    min-height: 6.7rem;
  }

  .news-block .cp-controls-btn {
    top: 50%;
  }

}

/* Twitter
------------------*/

/* Base Styling */
.twitter-block {
  --twt-primary-color: #1da1f2;
  --twt-secondary-color: #071d49;
  --twt-light-color: #fafafa;
  --twt-dark-color: #333;
}

.twitter-block * {
  box-sizing: border-box;
}

.twitter-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(10rem, 9.4vw, 18rem) 2rem;
  background: url(twitter-background.jpg) center no-repeat;
  background-size: cover;
}

.twitter-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
}

.twitter-block .heading {
  position: relative;
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: clamp(2rem, 2.6vw, 5rem);
  text-align: center;
}

.twitter-inner {
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
}

/* Twitter Container */
.twitter {
  width: 100%;
}

.twitter-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  overflow: hidden;
  gap: clamp(2rem, 3.1vw, 6rem);
}

.twitter-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: var(--twt-light-color);
  border-radius: 1rem;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

/* Tweet Image */
.twitter-image-wrap {
  padding: 2rem;
  width: 100%;
}

.twitter-image {
  display: block;
  width: 100%;
}

/* Tweet Header */
.twitter-item-heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 1.8rem;
}

.twitter-item-avatar {
  width: 5rem;
  height: 5rem;
  margin-right: 1.5rem;
}

.twitter-item-avatar-image {
  display: block;
  width: 100%;
}

.twitter-handle {
  color: var(--twt-primary-color);
  font-weight: bold;
  font-size: 1.4rem;
}

.twitter-handle:focus,
.twitter-handle:hover {
  text-decoration: underline;
}

.twitter-time {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  padding: 2rem 2rem 0;
}

.twitter-time .svg-icon {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
  margin-right: 1rem;
}

/* Tweet Content */
.twitter-item-content {
  padding: 2rem;
  font-size: 1.6rem;
  color: var(--twt-dark-color);
}

.twitter-item-content a {
  color: var(--twt-primary-color);
}

.twitter-item-content a:focus,
.twitter-item-content a:hover {
  text-decoration: underline;
}

/* Tweet CTA */
.twitter-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: auto;
}

.twitter-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--twt-primary-color);
  background: none;
  border-color: var(--twt-primary-color);
  transition: ease 0.2s background, ease 0.2s color;
  margin: 0 0 3rem 3rem;
  font-size: 1.4rem;
  gap: 0.5rem;
  font-weight: bold;
}

.twitter-cta .svg-icon {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}

.twitter-cta:focus,
.twitter-cta:hover {
  background: var(--twt-primary-color);
  color: var(--twt-dark-color);
}

.twitter-feed-empty {
  color: var(--twt-light-color);
}

.twitter-block .cta {
  margin: 6rem auto 0;
}

@media (min-width: 981px) and (max-width: 1380px) {

  .twitter-inner {
    max-width: 86.7rem;
  }

  .twitter-item:nth-of-type(3) {
    display: none;
  }

}

@media (max-width: 980px) {  
  .twitter-block {
    padding: 3rem 2rem;
  }

  .twitter-list {
    grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  }

  .twitter-handle,
  .twitter-username,
  .twitter-time,
  .twitter-item-content {
    font-size: 1.4rem;
  }

  .twitter-item:nth-of-type(3) {
    display: none;
  }

}

@media (max-width: 780px) {  

  .twitter-item:nth-of-type(2),
  .twitter-item:nth-of-type(3) {
    display: none;
  }

}

/* Our Schools 
===================*/
.our-schools-block .swiper-wrap {
  position: relative;
}

.our-schools-block .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin: 6rem auto;
}

.our-schools-block .swiper-pagination-bullet {
  border-color: var(--primary-color);
}

.our-schools-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.our-schools-block .cp-controls-btn {
  top: calc(50% - 8rem);
  color: var(--primary-color);
  border-color: var(--primary-color);
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.2));
}

.our-schools-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18rem 2rem;
  background: url(contents-watermark.png) bottom left -40rem no-repeat #EBEBEB;
}

.our-schools-block .cp-controls-btn:focus,
.our-schools-block .cp-controls-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.our-schools-block .our-schools-block-wrap {
  position: relative;
  width: 100%;
  max-width: 148rem;
}

.our-schools-block .our-schools-block-wrap.is-disabled {
  min-height: 130rem;
}

.our-schools-block .heading-wrap {
  position: relative;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 6rem;
  text-align: left;
}

.our-schools-block .heading-wrap .heading {
  color: var(--primary-color);
  font-size: 4.8rem;
  font-weight: 800;
}

.our-schools-block .our-school-trigger * {
  pointer-events: none;
}

.our-schools-block .our-school-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  transition: ease 0.2s;
  cursor: pointer;
  background: #fff;
  height: 18.8rem;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  border: none;
}

.our-schools-block .our-school-trigger:focus,
.our-schools-block .our-school-trigger:hover {
  filter: brightness(0.8);
}

.our-schools-block .our-school-trigger.cp-trigger-active {
  border-color: #fafafa;
  background: #fff;
}

.our-schools-block .our-school-trigger .st-image {
  width: 100%;
  height: 6rem;
  box-sizing: border-box;
  background: #fff;
  object-fit: contain;
}

.our-schools-block .our-school-trigger .st-name {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 800;
  box-sizing: border-box;
  padding: 1rem 2rem;
  margin-top: 1rem;
}

.our-schools-block .our-school-trigger.cp-trigger-active {
  border: 0.2rem solid var(--primary-color);
}

.our-schools-block .map-block-wrap {
  position: relative;
}

.our-schools-block .swiper-wrapper {
  padding: 1rem 0;
}

.our-schools-block .map-block-wrap .map-block {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 60rem;
  display: none;
  max-width: 130rem;
  margin: 0 auto;
  gap: 6rem;
}

.our-schools-block .map-block-wrap .map-block.cp-content-active {
  display: flex;
}

.our-schools-block .map-block-wrap .google-map {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.our-schools-block .map-block-wrap .contact-block {
  max-width: 56rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: none;
  box-sizing: border-box;
  padding: 2rem;
  z-index: 10;
}

.our-schools-block .contact-block .svg-icon {
  fill: var(--primary-color);
  width: 2rem;
  height: 2rem;
}

.our-schools-block .map-block-wrap .contact-block .heading-wrap {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  color: var(--primary-color);
}

.our-schools-block .map-block-wrap .contact-block .heading-wrap h2 {
  font-size: 2.8rem;
  font-weight: 800;
  display: block;
  color: var(--primary-color);
}

.our-schools-block .map-block-wrap .contact-block .info-block {
  position: relative;
  margin: 0 0 3rem;
}

.our-schools-block .map-block-wrap .contact-block .info-block:not(:nth-child(1)) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.our-schools-block .map-block-wrap .contact-block .info-block:nth-child(4) {
  margin-bottom: 0;
}

.our-schools-block .map-block-wrap .contact-block .info-block .info-title {
  display: block;
}

.our-schools-block .map-block-wrap .contact-block .info-block p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: var(--primary-color);
}

.our-schools-block .map-block-wrap .contact-block .info-block p a{
  transition: ease 0.2s opacity;
  color: var(--primary-color);
}

.our-schools-block .map-block-wrap .contact-block .info-block p.info-email a {
  color: var(--primary-color);
  font-weight: 800;
}

.our-schools-block .map-block-wrap .contact-block .info-block p a:focus,
.our-schools-block .map-block-wrap .contact-block .info-block p a:hover {
  opacity: 0.8;
}

.our-schools-block .map-block-wrap .contact-block .cta {
  margin-top: 2rem;
}

.our-schools-block .cta {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.our-schools-block .cta .svg-icon {
  fill: currentColor;
}

.our-schools-block .cta-2 {
  background: none;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.our-schools-block .cta:focus-within,
.our-schools-block .cta:hover {
  background: none;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.our-schools-block .cta-2:focus-within,
.our-schools-block .cta-2:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

@media (min-width: 981px) {

  .our-schools-block .map-block-wrap .contact-block .heading-wrap {
    margin-bottom: 2rem;
    padding: 0;
  }

  .our-schools-block .swiper-container {
    width: calc(100% - 14rem);
    margin: 0 auto 0;
    z-index: 5;
    padding-bottom: 2rem;
    padding: 0 2rem;
  }

  .our-schools-block .info-phone {
    pointer-events: none;
  }

  .map-block-wrap {
    z-index: 2;
  }

  .our-schools-block .our-school-trigger .st-name {
    max-width: 23rem;
  }

}

@media (min-width: 981px) and (max-width: 1250px) {
  .our-schools-block .map-block-wrap .map-block {
    gap: 0rem;
  }

  .our-schools-block .map-block-wrap .google-map {
    width: 85%;
    height: 85%;
  }
}

@media (max-width: 980px) {
  .our-schools-block {
    padding: 2rem;
  }

  .our-schools-block .heading-wrap {
    flex-direction: column;
    padding: 0;
  }

  .our-schools-block .heading-wrap .heading {
    font-size: 2.8rem;
  }

  .our-schools-block .swiper-container {
    max-width: calc(100% - 12rem);
    padding: 0 1rem;
  }

  .our-schools-block .map-block-wrap {
    padding: 0;
    box-sizing: border-box;
  }

  .our-schools-block .map-block-wrap .map-block {
    height: auto;
  }

  .our-schools-block .map-block-wrap .contact-block .heading-wrap {
    padding: 0;
    margin-bottom: 2rem;
  }

  .our-schools-block .map-block-wrap .contact-block {
    top: auto;
    left: auto;
    position: relative;
    background: none;
    box-shadow: none;
    width: auto;
    margin-top: 2rem;
    box-shadow: none;
  }
}

@media (max-width:640px) {

  .our-schools-block {
    padding: 2rem 2rem;
  }

  .our-schools-block .map-block-wrap .contact-block .heading-wrap h2 {
    font-size: 2.2rem;
  }

  .our-schools-block .map-block-wrap .contact-block .heading-wrap p {
    font-size: 1.8rem;
  }

  .our-schools-block .map-block-wrap .contact-block .info-block p {
    font-size: 1.4rem;
  }

  .our-schools-block .contact-block .svg-icon {
    display: none;
  }

  .our-schools-block .our-school-trigger .st-name {
    font-size: 1.6rem;
  }

}


/* Notice Block
--------------- */
.notice-block {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  top: 50vh;
  right: 50%;
  transform: translate(50%, -50%);
  width: 90%;
  max-width: 70rem;
  max-height: 60vh;
  padding: 2.5rem;
  background: var(--primary-color);
  border: 0.4rem solid var(--secondary-color);
  font-size: 1.6rem;
  text-align:
  center;
  overflow: auto;
  box-sizing:
  border-box;
  z-index: 1103;
  border-radius: 1rem;
}

.screen-lock-active .notice-block {
  display: flex;
}

.notice-block .notice-heading {
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
  text-align:
  center;
}

.notice-block .notice-text {
  display: block;
  font-size: 1.6rem;
  color: #fff;
}

.notice-block .notice-link {
  display: block;
  color: #fff;
}

/* .notice-block .close-notice {
  position:
  relative;
  display: block;
  background: #fafafa;
  text-align:
  center;
  color: var(--primary-color);
  padding: 1rem;
  margin: 1rem;
  border: none;
  cursor:
  pointer;
  transition: background 0.2s, color 0.2s;
  font-size: 2rem;
  border-radius: 50vw;
} */

.notice-block .close-notice:focus,
.notice-block .close-notice:hover {
  background: #000;
  color: #fff; 
}

.notice-link:focus,
.notice-link:hover {
  color: #000;
}

/* Lock Screen */

.screen-lock-active {
  position: fixed;
  height: 100%;
  width: 100%;
}

.screen-lock-active::before {
  position:fixed;
  left:0;
  top:0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index:1101;
}

.screen-lock-active.screen-lock-remove {
  position: relative;
}

.screen-lock-remove.screen-lock-active::before {
  display: none;
}


/* Custom Entry
-------------------------*/
.observable {
  opacity: 0;
  transition: all .5s cubic-bezier(.455,.03,.515,.955) .15s;
  transform: translateY(4rem) translateZ(0);
}

.observable.observed {
  opacity: 1;
  transform: translateZ(0);
}

