@import "../template.css";
.navbar-custom {
  background-color: var(--secondary);
  background-image: radial-gradient(circle at 1px 1px, #0000001a 1.5px, transparent 0);
  background-size: 24px 20px;
  background-position-y: 1px;
}
.page-home .page-top {
  position: relative;
  margin-bottom: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.page-home .page-top-bg {
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-position: right 33px;
  overflow: hidden;
}
.page-home .about-image {
  display: none;
  position: absolute;
  width: 845px;
  bottom: -40px;
  right: 0;
}
@media (min-width: 993px) {
  .page-home .about-image {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .about-image {
    width: 945px;
  }
}
.page-home .page-title {
  position: relative;
  max-width: none;
  font-size: calc(var(--h1Size) + 10px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  z-index: 1;
}
.page-home .page-title span {
  font-size: calc(var(--h1Size) + 15px);
  letter-spacing: -0.04em;
}
.page-home .page-title span::after {
  bottom: 21%;
  left: 20px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .page-home .page-title span::after {
    bottom: 17%;
  }
}
.page-home .page-slogan {
  position: relative;
  max-width: 20rem;
  margin-bottom: 3rem;
  z-index: 1;
}
@media (min-width: 993px) {
  .page-home .page-slogan {
    margin-bottom: 6rem;
  }
}
.page-home .acreditation-info {
  max-width: 55%;
  font-size: 0.7rem;
}
.page-home .acreditation-info img {
  margin-right: 0.5rem;
  mix-blend-mode: multiply;
}
.home-section ul {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.home-section ul li {
  margin-bottom: 0.8rem;
  padding-left: 2.2rem;
  background-image: url('../img/check-circle.svg');
  background-repeat: no-repeat;
  background-position: 5px 6px;
}
.home-news {
  position: relative;
  max-width: 30rem;
  bottom: 0;
  right: 0;
  margin-top: 3rem;
  z-index: 1;
}
.home-news .item-link {
  min-width: 400px;
  display: flex;
  padding: 0.6rem;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home-news .item-link {
    display: block;
    min-width: auto;
  }
}
.home-news .item-img {
  margin-right: 1.1rem;
  flex: 0 0 220px;
}
@media screen and (max-width: 767px) {
  .home-news .item-img {
    margin-right: 0;
  }
}
.home-news .item-desc {
  font-size: 16px !important;
  letter-spacing: 0.02em;
  opacity: 0.7;
}
.home-news .item-date {
  color: var(--primary) !important;
}
@media (min-width: 992px) {
  .home-news {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .home-news {
    bottom: -4rem;
    right: 0;
  }
}
.we-offer {
  margin: 5rem 0;
}
.we-offer .offer-item {
  position: relative;
  border-radius: 15px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.we-offer .offer-item:hover {
  box-shadow: 0px 10px 20px -15px var(--primary);
}
.we-offer .offer-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.we-offer .offer-item h3 {
  position: absolute;
  z-index: 1;
  font-family: var(--fontSecondary);
  font-size: 3.2rem;
  text-transform: lowercase;
  color: var(--white);
}
.we-offer .offer-item h3::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -10px;
  height: 8px;
  width: 200px;
  background-image: url('../img/underline_green.svg');
  background-repeat: no-repeat;
}
.we-offer .img-wrapper {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.we-offer .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.71621622%;
}
.we-offer .img-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.we-offer .img-wrapper img {
  border-radius: 15px;
}
.events {
  margin: 4rem 0;
}
.webinars {
  padding: 4rem 0 6rem;
}
.webinars .img-wrapper {
  max-width: 500px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.webinars .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.webinars .img-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.webinars .img-wrapper img {
  border-radius: 15px;
}
.courses {
  padding: 5.5rem 0;
  background-color: var(--white);
}
.courses .img-wrapper {
  max-width: 500px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.courses .img-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.courses .img-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courses .img-wrapper img {
  border-radius: 15px;
}
.references {
  padding: 3.5rem 0;
  background-color: var(--greyLight2);
}
.references .swiper-bg {
  position: relative;
}
.references .swiper-bg::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  bottom: -50px;
  left: -120px;
  background-image: url('../img/bg_blue.png');
  background-repeat: no-repeat;
  z-index: 0;
}
.references .references-swiper {
  width: 100%;
}
.references .references-swiper .swiper-slide {
  background-color: var(--greenLight);
  border-radius: 15px;
}
.references .references-swiper .swiper-content {
  width: 100%;
  height: 100%;
  padding: 2rem 2rem;
  text-align: center;
}
.references .references-swiper .swiper-content q {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
.references .references-swiper .swiper-content .img-wrapper {
  width: 50px;
  height: 50px;
}
.references .references-swiper .swiper-content .img-wrapper img {
  border-radius: 50%;
}
.references .swiper-navigation {
  position: relative;
  margin-top: 4rem;
}
.references .swiper-button-next,
.references .swiper-button-prev {
  position: relative;
  top: 0;
  padding: 1.6rem;
  border-radius: 100%;
  font-size: 1.4rem;
  color: var(--white);
  background-color: var(--primary);
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.references .swiper-button-next:hover,
.references .swiper-button-prev:hover,
.references .swiper-button-next:focus,
.references .swiper-button-prev:focus,
.references .swiper-button-next:active,
.references .swiper-button-prev:active {
  box-shadow: 0px 10px 20px -15px var(--primary);
}
.references .swiper-button-next::after,
.references .swiper-button-prev::after {
  content: none;
}
.references .swiper-button-next {
  left: 1rem;
}
.references .swiper-button-prev {
  left: 0;
}
