@charset "UTF-8";
@font-face {
  font-family: 'CalibreMd';
  src: url("../webfonts/calibre/Calibre_Medium.woff2") format("woff2"), url("../webfonts/calibre/Calibre_Medium.woff") format("woff"); }
@font-face {
  font-family: 'avenirblack';
  src: url("../webfonts/avenir/avenir_black.woff2") format("woff2"), url("../webfonts/avenir/avenir_black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avenirmedium';
  src: url("../webfonts/avenir/avenir_medium.woff2") format("woff2"), url("../webfonts/avenir/avenir_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avenirroman';
  src: url("../webfonts/avenir/avenir-roman.woff2") format("woff2"), url("../webfonts/avenir/avenir-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.t-0 {
  top: 0 !important; }

.r-0 {
  right: 0 !important; }

.b-0 {
  bottom: 0 !important; }

.l-0 {
  left: 0 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-900 {
  font-weight: 900 !important; }

.text-black {
  color: #18181A !important; }

.text-none {
  text-transform: none !important; }

.bg-black {
  background: #18181A !important; }

.cursor {
  cursor: pointer; }

.flex-1 {
  flex: 1; }

.line-height-small {
  line-height: 1.1 !important; }

.overflow-hidden {
  overflow: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url("../images/icons/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../webfonts/slick/slick.eot");
  src: url("../webfonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../webfonts/slick/slick.woff") format("woff"), url("../webfonts/slick/slick.ttf") format("truetype"), url("../webfonts/slick/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

@font-face {
  font-family: "CalibreMd";
  src: url("../webfonts/calibre/Calibre_Medium.woff2") format("woff2"), url("../webfonts/calibre/Calibre_Medium.woff") format("woff"); }
@font-face {
  font-family: "avenirblack";
  src: url("../webfonts/avenir/avenir_black.woff2") format("woff2"), url("../webfonts/avenir/avenir_black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "avenirmedium";
  src: url("../webfonts/avenir/avenir_medium.woff2") format("woff2"), url("../webfonts/avenir/avenir_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "avenirroman";
  src: url("../webfonts/avenir/avenir-roman.woff2") format("woff2"), url("../webfonts/avenir/avenir-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
section {
  display: block;
  font-weight: normal; }

.section-title.methodology {
  margin-bottom: 1.5rem !important; }

.fz-24 {
  font-size: 18px !important; }

.px-methodology {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1440px) {
    .px-methodology {
      padding-right: 25px !important; } }
  @media (max-width: 550px) {
    .px-methodology {
      padding: 0; } }
  .px-methodology .i-text {
    max-width: 400px; }
    @media (max-width: 550px) {
      .px-methodology .i-text {
        max-width: 100%; } }

a.text-dark:hover {
  color: #006ca9 !important; }

.spacing-2 {
  letter-spacing: 2px; }

.text-start {
  text-align: start !important; }

.mt-55 {
  margin-top: 5.5rem; }

.mt-32 {
  margin-top: 2rem; }

.mb-55 {
  margin-bottom: 5.5rem; }

.w-60 {
  width: 60%; }

.w-62 {
  width: 62%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-55 {
  width: 55%; }

.w-40 {
  width: 40%; }

.top-70 {
  top: 70%; }

.start-50 {
  left: 50%; }

.h-150 {
  height: 150px; }

.gap-1 {
  gap: 4px; }

.gap-5 {
  gap: 20px; }

.translate-middle {
  max-width: 80%; }

.text-xl {
  font-size: 45px !important;
  font-weight: 900 !important; }

.text-sm {
  font-size: 16px !important; }

.text-edition {
  color: #d6b184 !important; }

.text-usa {
  color: #452060 !important; }

.text-europe {
  color: #95c120 !important; }

.text-africa {
  color: #f39300 !important; }

.text-asian {
  color: #920762 !important; }

.text-oceania {
  color: #026faf !important; }

.event {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.event .btn {
  border-color: var(--white);
  color: var(--white);
  transition: all 0.4s linear;
  border-radius: 20px; }

.event .btn:hover {
  border-color: var(--dark);
  background-color: var(--white);
  color: #212529; }

.btn-article {
  border: 1px solid #fff;
  background: #000;
  color: var(--white);
  transition: all 0.4s linear;
  border-radius: 20px;
  padding: 4px 20px; }
  .btn-article:hover {
    color: #000;
    background: var(--white);
    border-color: #000; }

.event-content {
  margin: 2.7rem auto; }

.event-content ul {
  list-style: disc; }

.event-content .btn {
  background: var(--dark);
  color: var(--white);
  transition: all 0.4s linear;
  border-radius: 20px;
  padding: 8px 20px; }

.event-content .btn:hover {
  background-color: var(--white);
  color: #212529;
  border: 1px solid #212529; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item.owl-item.scrollable {
  overflow-y: auto; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: var(--dark);
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 40px; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/icons/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  padding-left: 10px;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 0.5;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: start;
  margin-left: 50px;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 2px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 2px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

@media (max-width: 768px) {
  .event {
    min-height: unset !important; }

  .h1 {
    font-size: 2rem !important; }

  .h2 {
    font-size: 1.5rem; }

  .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }

  .mb-5 {
    margin-bottom: 2rem !important; }

  .mt-5 {
    margin-top: 2rem !important; } }
@media (max-width: 567px) {
  .event {
    display: none !important; }

  .event-content h2 {
    text-align: start;
    padding: 0 15px; }
  .event-content .container div {
    padding: 0 !important; }
  .event-content .container p {
    text-align: justify; }
  .event-content .h2 {
    width: 100% !important; }
  .event-content div {
    display: block !important;
    width: 100% !important; }
    .event-content div > p:has(a) {
      text-align: start !important; }
    .event-content div p {
      width: 100% !important;
      text-align: justify; }
  .event-content .btn {
    display: inline-block;
    width: fit-content;
    margin: auto;
    padding: 10px 0; }
  .event-content h3 {
    max-width: 100%;
    text-align: center !important;
    font-size: 1.5rem; }
  .event-content .h-150 {
    height: unset !important;
    padding: 10px; }
  .event-content .count {
    display: flex !important;
    justify-content: space-between !important; }
    .event-content .count div {
      text-align: center !important; } }
.testimonial-container {
  max-width: 75%; }
  @media (max-width: 998px) {
    .testimonial-container {
      max-width: 100%; } }

.testimonial-wrapper {
  min-height: fit-content !important; }

.testimonial-slider-2 .owl-stage-outer {
  border-radius: 8px; }

.testimonial-slider .owl-stage-outer .owl-stage .owl-item {
  max-height: 300px;
  overflow-y: auto; }

.testimonial-quote {
  font-size: 1.5rem !important;
  font-weight: 600;
  max-width: 80%; }
  @media (max-width: 998px) {
    .testimonial-quote {
      max-width: 100%; } }

.title-impact {
  width: 75% !important; }
  @media (max-width: 1200px) {
    .title-impact {
      width: 100% !important;
      text-align: justify; } }

.testimonial-author {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: #333; }

.testimonial-progress-bar,
.testimonial-progress-bar-2 {
  width: 60%;
  height: 3px;
  background: #ebe8e8;
  position: relative;
  padding: 0;
  margin: 0; }

.testimonial-progress,
.testimonial-progress-2 {
  width: 0%;
  height: 100%;
  background: #000;
  transition: width 0.3s ease; }

.testimonial-nav,
.testimonial-nav-2 {
  display: flex;
  justify-content: space-between; }

.testimonial-nav button,
.testimonial-nav-2 button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer; }

.testimonial-nav button.prev,
.testimonial-nav-2 button.prev-2,
.testimonial-nav button.next,
.testimonial-nav-2 button.next-2 {
  display: flex;
  width: 38px;
  height: 20px; }

.grid-container {
  display: grid;
  max-width: 1440px;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  /* mobile 2 item */ }

.countdown-container {
  background: #202020; }

.d-bg-black {
  background: #18181A;
  height: 340px; }
  .d-bg-black .d-line::before {
    background: #ffffff; }
  .d-bg-black .d-title {
    text-align: center;
    font-size: 45px;
    color: #18181A;
    font-family: "avenirblack", sans-serif;
    margin-bottom: 0.5rem; }
    @media (max-width: 992px) {
      .d-bg-black .d-title {
        font-size: 2rem; } }
    @media (max-width: 567px) {
      .d-bg-black .d-title {
        font-size: 1.8rem;
        display: flex;
        justify-content: center;
        flex-direction: column; } }
    .d-bg-black .d-title span {
      font-size: 14px;
      font-weight: 400 !important;
      font-family: "avenirroman", sans-serif; }

.d-line {
  height: 200px;
  position: relative; }
  .d-line::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 170px;
    background-color: #000; }
  .d-line::after {
    content: "";
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #18181A;
    background: #fff; }

/* Tablet ≥768px: 3 item */
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr); } }
/* Desktop ≥992px: 5 item */
@media (min-width: 1025px) {
  .grid-container {
    grid-template-columns: repeat(5, 1fr); } }
.i-item {
  padding: 10px;
  text-align: start;
  border-radius: 8px; }
  .i-item .i-title {
    font-size: 45px;
    color: #18181A;
    font-weight: 400 !important;
    font-family: "avenirblack", sans-serif;
    margin-bottom: 0.5rem; }
    .i-item .i-title .count.about-us-text {
      font-family: "avenirmedium", sans-serif;
      color: #9a1f61; }
    @media (max-width: 992px) {
      .i-item .i-title {
        font-size: 2rem; } }
    @media (max-width: 567px) {
      .i-item .i-title {
        font-size: 1.8rem; } }
  .i-item .card-line {
    margin: 12px 0;
    width: 97%;
    height: 1px;
    background: #18181A; }

.block-hero .i-item .i-title {
  color: #fff;
  font-size: 2rem; }

.testimonial-item h2 {
  font-size: 1.5rem !important; }

.zoom-out {
  transform: scale(0.5);
  transform-origin: center; }

.selected-school.section-banner::after {
  opacity: 0.1 !important; }

@media (max-width: 1200px) {
  .testimonial-slider,
  .testimonial-item,
  .testimonial-nav-container {
    width: 100% !important; } }
@media (max-width: 567px) {
  .about-us .i-title {
    padding: 0; } }

/*# sourceMappingURL=event.css.map */
