@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600;700&family=Oswald:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.cdnfonts.com/css/bahnschrift);
@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600;700&family=Oswald:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.cdnfonts.com/css/bahnschrift);
@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600;700&family=Oswald:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.cdnfonts.com/css/bahnschrift);
@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600;700&family=Oswald:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.cdnfonts.com/css/bahnschrift);
@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600;700&family=Oswald:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://fonts.cdnfonts.com/css/bahnschrift);
@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);
@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url(/fonts/icons.eot?f47245141831cf275dbd3eb3daa45abf);
  src: url(/fonts/icons.eot?f47245141831cf275dbd3eb3daa45abf#iefix) format("embedded-opentype"), url(/fonts/icons.woff2?8d6772fc03cbe1fe64d66231f6ed7e8d) format("woff2"), url(/fonts/icons.woff?ae2c8db7017abe84b2f054e13cc0a8ad) format("woff"), url(/fonts/icons.ttf?4f7488285cacf2649f4e7ff6ab7b14fb) format("truetype"), url(/fonts/icons.svg?5ae120212d1a42b620bbc47293071c7b#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?45463712#icons') format('svg');
}
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-fw:before {
  text-align: center;
  width: 1.75rem;
  display: inline-block;
}

.icon-reward:before {
  content: "\e800";
} /* '' */
.icon-suitcase:before {
  content: "\e801";
} /* '' */
.icon-info:before {
  content: "\e802";
} /* '' */
.icon-handshake:before {
  content: "\e803";
} /* '' */
.icon-people:before {
  content: "\e804";
} /* '' */
.icon-job-guy:before {
  content: "\e805";
} /* '' */
.icon-letter:before {
  content: "\e806";
} /* '' */
.icon-chat:before {
  content: "\e807";
} /* '' */
.icon-kids:before {
  content: "\e808";
} /* '' */
.prime-btn {
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  background-color: #25C7FF;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
  outline: none;
  border-radius: 15px;
  display: inline-block;
  text-decoration: none;
}
.prime-btn:hover {
  background-color: #192041;
}

.solid-btn {
  background-color: #3C4B66;
  color: #fff;
  border: 2px solid #3C4B66;
  border-radius: 15px;
  transition: 0.3s;
  text-decoration: none;
  padding: 5px 20px;
  font-weight: bold;
}
.solid-btn:hover {
  color: #3C4B66;
  background-color: #fff;
}

h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-flex;
}
h1 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(20px + 16 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
h1::after {
  content: "";
  display: block;
  width: 50%;
  height: 7px;
  background-color: #193E80;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.card-avatar {
  background: center center/cover url("/img/covers/circle.svg");
  width: 100%;
  height: 0 !important;
  position: relative;
  padding: 50%;
}
.card-avatar img {
  position: absolute;
  border-radius: 0% 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15%;
  margin: 0;
}

.student-card {
  box-shadow: 1px 1px 6px 1px rgb(204, 204, 204);
  display: flex;
  flex-direction: column;
}
.student-card .student-title {
  background-color: #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.student-card .student-title h2,
.student-card .student-title h3 {
  text-align: center;
  margin: 0;
}
.student-card .student-title h2,
.student-card .student-title h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .student-card .student-title h2,
.student-card .student-title h3 {
    font-size: calc(18px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .student-card .student-title h2,
.student-card .student-title h3 {
    font-size: 20px;
  }
}
.student-card .student-title h2:after,
.student-card .student-title h3:after {
  content: "";
  height: 3px;
  background-color: rgba(37, 199, 255, 0.75);
  width: 40%;
  display: block;
  margin: 5px auto;
  min-width: 100px;
  max-width: 100%;
}

header {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  header {
    border-bottom: none;
  }
}

.breadcrumb-wrapper {
  background: #A4C5FF;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0.5rem 0;
}
.breadcrumb-wrapper .breadcrumb {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .breadcrumb-wrapper .breadcrumb {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb-wrapper .breadcrumb {
    font-size: 16px;
  }
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item, .breadcrumb-wrapper .breadcrumb .breadcrumb-item a, .breadcrumb-wrapper .breadcrumb .breadcrumb-item:before {
  color: #193E80;
  font-weight: bold;
  transition: all 0.2s;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

header.main-header .social {
  margin: 0;
}
header.main-header .social a {
  text-decoration: none;
  display: inline-block;
  color: #192041;
  font-weight: bold;
  transition: 0.3s;
}
header.main-header .social a:hover {
  color: #25C7FF;
}
header.main-header .social a + a {
  margin-left: auto;
}
header.main-header .social .social-icon a {
  color: #fff;
  background: #192041;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 10px;
}
header.main-header .social .social-icon a:hover {
  color: #fff;
  background-color: #25C7FF;
}
header.main-header nav.menu {
  background-color: #192041;
}
header.main-header nav.menu {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  header.main-header nav.menu {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  header.main-header nav.menu {
    font-size: 14px;
  }
}
header.main-header nav.menu a {
  display: inline-block;
  text-decoration: none;
}
header.main-header nav.menu .nav-link {
  font-size: 1rem !important;
}
header.main-header nav.menu .nav-link {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  header.main-header nav.menu .nav-link {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  header.main-header nav.menu .nav-link {
    font-size: 14px;
  }
}
header.main-header nav.menu img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  header.main-header nav.menu {
    background-color: #fff;
  }
}
header.main-header nav.menu .navbar-icon {
  font-size: 28px;
}
header.main-header nav.menu.navbar a {
  color: #fff;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  header.main-header nav.menu.navbar a {
    color: #192041;
  }
}
header.main-header nav.menu.navbar a.dropdown-item {
  color: #192041;
}
header.main-header nav.menu.navbar a:focus, header.main-header nav.menu.navbar a:hover {
  color: #25C7FF;
}
header.main-header nav.menu.navbar a.dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  vertical-align: 0;
}
header.main-header nav.menu.navbar a.phone-icon {
  border-radius: 100%;
  padding: 5px;
  transition: 0.3s;
  border-radius: 100%;
  border: 1px solid #192041;
  text-decoration: none;
}
header.main-header nav.menu.navbar a.phone-icon {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  header.main-header nav.menu.navbar a.phone-icon {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  header.main-header nav.menu.navbar a.phone-icon {
    font-size: 20px;
  }
}
header.main-header nav.menu.navbar a.phone-icon:hover {
  border-color: #25C7FF;
  color: #25C7FF;
}
header.main-header nav.menu .dropup .dropdown-toggle::after {
  transform: rotate(180deg);
}
header.main-header nav.menu .navbar-toggler {
  transition: all 0.2s;
  box-shadow: none;
  width: auto;
  height: auto;
}
header.main-header nav.menu .navbar-toggler:active, header.main-header nav.menu .navbar-toggler:not(.collapsed) {
  color: #25C7FF;
}
header.main-header nav.menu i.mobile-nav {
  color: #fff;
}
header.main-header nav.menu .sign-in {
  color: #fff !important;
  background-color: #193E80;
  text-transform: uppercase;
  border-radius: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  transition: 0.3s;
}
header.main-header nav.menu .sign-in > .nav-link {
  color: #fff !important;
}
header.main-header nav.menu .sign-in:hover {
  background-color: #25C7FF;
}
header.main-header nav.menu .sign-in a {
  padding-top: 10px;
}
header.main-header nav.menu .sign-in a:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  header.main-header nav.menu .sign-in {
    display: inline-block;
    width: auto;
    align-self: flex-start;
  }
  header.main-header nav.menu .sign-in .nav-link {
    color: #fff !important;
  }
}
@media screen and (max-width: 991px) {
  header.main-header nav.menu .dropdown-menu.show {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  header.main-header nav.menu .courses {
    background: rgba(255, 255, 255, 0.97);
    left: 50%;
    transform: translateX(-50%);
    width: 768px;
    position: absolute;
    top: 70px;
    width: 940px;
  }
  header.main-header nav.menu .courses:before {
    content: "";
    background: rgba(255, 255, 255, 0.97) url("/img/logo-letter-default.svg") 95% 90% no-repeat;
    background-size: 15%;
    opacity: 15%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  header.main-header nav.menu .courses {
    width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  header.main-header nav.menu .courses {
    width: 1300px;
  }
}
header.main-header nav.menu .courses .main-category {
  line-height: normal;
  color: #707070;
}
header.main-header nav.menu .courses .main-category {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  header.main-header nav.menu .courses .main-category {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  header.main-header nav.menu .courses .main-category {
    font-size: 14px;
  }
}
header.main-header nav.menu .courses .main-category > strong {
  color: #193e80;
}
header.main-header nav.menu .courses .main-category > strong, header.main-header nav.menu .courses .main-category > a {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  header.main-header nav.menu .courses .main-category > strong, header.main-header nav.menu .courses .main-category > a {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  header.main-header nav.menu .courses .main-category > strong, header.main-header nav.menu .courses .main-category > a {
    font-size: 16px;
  }
}
header.main-header nav.menu .courses .main-category .icon {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
  padding-bottom: 3px;
}
header.main-header nav.menu .courses .main-category .icon-kids {
  margin-left: -10px;
  font-size: 1rem;
}
header.main-header nav.menu .courses .main-category img.icon {
  width: 32px;
  margin-left: -8px;
}
header.main-header nav.menu .courses .main-category.category-software .icon {
  color: #691980;
}
header.main-header nav.menu .courses .main-category.category-marketing .icon {
  color: #FD7E74;
}
header.main-header nav.menu .courses .main-category.category-kids .icon {
  color: #F8C300;
}
header.main-header nav.menu .courses .main-category a {
  color: #707070;
}
header.main-header nav.menu .courses .main-category a:hover {
  color: #25C7FF;
}
header.main-header nav.menu .courses .main-category ul.courses-children > li > span,
header.main-header nav.menu .courses .main-category ul.courses-children > li > a {
  display: inline-block;
  border-bottom: 1px solid #aeaeae;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  transition: all 0.2s;
}
header.main-header nav.menu .courses .main-category ul.courses-children > li > a:hover {
  border-color: #25C7FF;
}
header.main-header nav.menu .courses .main-category .courses-children,
header.main-header nav.menu .courses .main-category .courses-list {
  list-style: none outside;
  margin-left: 0;
  padding-left: 5px;
}
@media screen and (max-width: 991px) {
  header.main-header nav.menu .courses .main-category .courses-children,
header.main-header nav.menu .courses .main-category .courses-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
  header.main-header nav.menu .courses .main-category .courses-children,
header.main-header nav.menu .courses .main-category .courses-list {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (max-width: 991px) and (min-width: 1200px) {
  header.main-header nav.menu .courses .main-category .courses-children,
header.main-header nav.menu .courses .main-category .courses-list {
    font-size: 16px;
  }
}
header.main-header nav.menu .courses .main-category .courses-list {
  margin-left: 5px;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
header.main-header nav.menu .courses .main-category .courses-list a {
  color: #ACB0B0;
}
header.main-header nav.menu .courses .main-category .courses-list a:hover {
  color: #25C7FF;
}
@media screen and (max-width: 767px) {
  header.main-header nav.menu .courses .main-category .courses-list {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  header.main-header nav.menu #menuHeaderMenu > .navbar-nav > .nav-item > .nav-link {
    white-space: nowrap;
  }
}

.component-partners {
  text-align: center;
  padding: 40px 0;
}
.component-partners h2 {
  text-align: center;
  color: #192041;
  font-weight: bold;
  padding-bottom: 15px;
}
.component-partners h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .component-partners h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .component-partners h2 {
    font-size: 32px;
  }
}
.component-partners h2::after {
  width: 35%;
}
.component-partners img {
  width: 100%;
  height: auto;
}

/* -------------------------------------------------------------------- *\
    Intro section
\* -------------------------------------------------------------------- */
.intro {
  background: center center/cover url("/img/covers/cover-home.webp");
  color: #fff;
  padding: 70px 0 50px;
}
.intro h1 {
  color: #25C7FF;
  width: 45%;
  line-height: 85px;
  margin-bottom: 5rem;
  position: relative;
  display: block;
  text-transform: initial;
}
.intro h1 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .intro h1 {
    font-size: calc(22px + 24 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .intro h1 {
    font-size: 46px;
  }
}
.intro h1:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .intro h1 {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .intro h1 {
    text-align: center;
  }
}
.intro h1 .academy {
  display: inline-block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0.5%;
  top: 86%;
}
.intro h1 .academy {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .intro h1 .academy {
    font-size: calc(22px + 42 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .intro h1 .academy {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .intro h1 .academy {
    right: 14.5%;
  }
}
@media screen and (max-width: 575px) {
  .intro h1 .academy {
    right: 8%;
  }
}
.intro .intro-content p {
  line-height: 1.3;
  margin-bottom: 50px;
}
.intro .intro-content p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .intro .intro-content p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .intro .intro-content p {
    font-size: 20px;
  }
}
.intro .intro-content .prime-btn {
  padding: 5px 30px;
  text-decoration: none;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
}
.intro .intro-content .prime-btn {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .intro .intro-content .prime-btn {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .intro .intro-content .prime-btn {
    font-size: 24px;
  }
}
.intro .intro-content .prime-btn:hover {
  color: #25C7FF;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .intro .intro-content {
    background-color: #22305D !important;
    padding: 10px;
    max-width: 70%;
  }
}

/* -------------------------------------------------------------------- *\
    Bootcamp section
\* -------------------------------------------------------------------- */
.bootcamp {
  background: center center/cover url("/img/covers/cover-subinfo.webp");
  background-position: bottom center;
  color: #fff;
  text-align: center;
  padding: 25px 20px;
}
.bootcamp h2 {
  font-weight: bold;
}
.bootcamp h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .bootcamp h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .bootcamp h2 {
    font-size: 32px;
  }
}
.bootcamp p {
  font-weight: normal;
}
.bootcamp p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .bootcamp p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .bootcamp p {
    font-size: 20px;
  }
}
.bootcamp a.btn-info {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  background-color: transparent;
  padding: 10px 15px;
  transition: 0.3s;
}
.bootcamp a.btn-info {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .bootcamp a.btn-info {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .bootcamp a.btn-info {
    font-size: 24px;
  }
}
.bootcamp a.btn-info:hover {
  color: #25C7FF;
  background-color: #fff;
  border-color: #25C7FF;
}
.bootcamp a.btn-info:hover::after {
  color: #25C7FF;
}
.bootcamp a.btn-info:after {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border: none;
  vertical-align: 0;
}

/* -------------------------------------------------------------------- *\
    Slider section
\* -------------------------------------------------------------------- */
.course-slider {
  background-color: #F5F5F5;
  text-align: center;
  padding: 70px 0;
}
.course-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.course-slider .carousel-indicators {
  top: 100%;
}
.course-slider .carousel-indicators button {
  background-color: #A4C5FF;
  opacity: 0.25;
}
.course-slider .carousel-indicators button.active {
  opacity: 1;
}
.course-slider h2 {
  color: #192041;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.course-slider h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .course-slider h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course-slider h2 {
    font-size: 32px;
  }
}
.course-slider .course-card-wrapper {
  display: inline-block;
  background-color: #fff;
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1607843137);
  padding: 10px;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.course-slider .course-card-wrapper:hover {
  background: #f5f5f5;
}
.course-slider .course-card-wrapper .course-logo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.course-slider .course-card-wrapper .course-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  font-size: 0.01px;
}
.course-slider .course-card-wrapper .course-info {
  text-align: right;
}
.course-slider .course-card-wrapper .course-info .date {
  color: #192041;
  font-weight: bold;
}
.course-slider .course-card-wrapper .course-info .date {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .course-slider .course-card-wrapper .course-info .date {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course-slider .course-card-wrapper .course-info .date {
    font-size: 16px;
  }
}
.course-slider .course-card-wrapper .course-info .name {
  color: #13375B;
  overflow: hidden;
  line-height: 1.25;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.course-slider .course-card-wrapper .course-info .name {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .course-slider .course-card-wrapper .course-info .name {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course-slider .course-card-wrapper .course-info .name {
    font-size: 16px;
  }
}
.course-slider .course-card-wrapper .course-info .name.fixed-height {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  line-height: 20px;
}
.course-slider .course-card-wrapper .course-info .name.fixed-height .title {
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.course-slider .course-card-wrapper .course-info span {
  color: #192041;
}
.course-slider .course-card-wrapper .course-info span {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .course-slider .course-card-wrapper .course-info span {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course-slider .course-card-wrapper .course-info span {
    font-size: 14px;
  }
}
.course-slider .course-card-wrapper .course-info span i {
  color: #485BB7;
}

/* -------------------------------------------------------------------- *\
    Course section
\* -------------------------------------------------------------------- */
.course {
  position: relative;
}
.course .background-wrapper {
  background: url("/img/covers/cover-left.svg");
}
@media screen and (max-width: 1199px) {
  .course .background-wrapper {
    background: none;
  }
}
.course .background-wrapper a {
  text-decoration: none;
}
.course h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.course h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .course h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course h2 {
    font-size: 32px;
  }
}
.course h2:before {
  content: "";
  display: block;
  width: 72.5%;
  height: 75px;
  background-color: #22305D;
  position: absolute;
  top: 0;
  left: 0;
}
.course h2 > span {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .course h2:before {
    width: 75%;
  }
}
@media screen and (max-width: 1199px) {
  .course h2, .course h2 span {
    color: #003F63;
  }
  .course h2::before {
    display: none;
  }
}
.course .course-card {
  transition: 0.3s;
  background-color: #22305D;
}
.course .course-card:hover {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.course .course-card .course-avatar img {
  width: 100%;
  height: auto;
}
.course .course-card .course-info {
  background-color: #22305D;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 115px;
  text-align: center;
  padding-top: 25px;
}
.course .course-card .course-info {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .course .course-card .course-info {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course .course-card .course-info {
    font-size: 24px;
  }
}
.course .course-card .course-info .course-icon {
  width: 15%;
  height: auto;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}
.course .course-card .course-info h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .course .course-card .course-info h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course .course-card .course-info h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .course .course-card .course-info {
    height: 155px;
  }
  .course .course-card .course-info .course-icon {
    top: -15%;
  }
}
@media screen and (max-width: 991px) {
  .course .course-card {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .course .course-card .course-info {
    height: auto;
    padding-top: 40px;
  }
  .course .course-card .course-info .course-icon {
    width: 12%;
    top: -25%;
  }
}
@media screen and (max-width: 767px) {
  .course .course-card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .course .course-card .course-info .course-icon {
    top: -35px;
  }
}
@media screen and (max-width: 575px) {
  .course .course-card .course-info {
    padding-top: 25px;
  }
}
.course .course-test {
  text-align: right;
  color: #192041;
  padding-bottom: 50px;
  align-items: flex-end;
}
.course .course-test h3 {
  margin-bottom: 20px;
}
.course .course-test h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .course .course-test h3 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course .course-test h3 {
    font-size: 24px;
  }
}
.course .course-test p {
  font-weight: bold;
  width: 63%;
}
.course .course-test p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .course .course-test p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course .course-test p {
    font-size: 20px;
  }
}
.course .course-test .prime-btn {
  text-decoration: none;
  border: 2px solid #25C7FF;
  font-weight: bold;
}
.course .course-test .prime-btn {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .course .course-test .prime-btn {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .course .course-test .prime-btn {
    font-size: 20px;
  }
}
.course .course-test .prime-btn:hover {
  color: #25C7FF;
  background-color: #fff;
}

/* -------------------------------------------------------------------- *\
    Info section
\* -------------------------------------------------------------------- */
.info {
  background-color: #F5F5F5;
  position: relative;
}
.info .info-header {
  color: #fff;
  background-color: #3C4B66;
  text-align: center;
  position: relative;
}
.info .info-header h2 {
  padding: 25px 0 10px;
}
.info .info-header h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .info .info-header h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .info .info-header h2 {
    font-size: 32px;
  }
}
.info .info-content {
  position: relative;
}
.info .info-content .nav-tabs {
  border: none;
}
.info .info-content h3 {
  text-align: right;
  color: #25C7FF;
}
.info .info-content h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .info .info-content h3 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .info .info-content h3 {
    font-size: 24px;
  }
}
.info .info-content img {
  width: 100%;
  height: auto;
}
.info .info-content p {
  font-weight: normal;
  color: #192041;
  line-height: 1.5;
}
.info .info-content p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .info .info-content p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .info .info-content p {
    font-size: 16px;
  }
}
.info .info-content .button div {
  background-color: rgba(36, 200, 255, 0.27);
  color: #3C4B66;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: right;
  transition: 0.3s;
  line-height: 1.2;
  cursor: pointer;
}
.info .info-content .button div {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .info .info-content .button div {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .info .info-content .button div {
    font-size: 24px;
  }
}
.info .info-content .button div.active {
  color: #fff;
  background-color: #25C7FF;
}
.info .info-content .solid-btn {
  text-transform: uppercase;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline-block;
}
.info .info-content .solid-btn {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .info .info-content .solid-btn {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .info .info-content .solid-btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .info .info-content .nav-tabs {
    width: 100%;
  }
  .info .info-content .nav-tabs h4 {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .info .info-content img {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .info .info-content .inner-content {
    text-align: center;
  }
}

/* -------------------------------------------------------------------- *\
    Successful Stories section/slider
\* -------------------------------------------------------------------- */
.successful-stories {
  padding-top: 20px;
  z-index: 10;
  position: relative;
  background: #fff;
}
.successful-stories .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #A4C5FF;
}
.successful-stories .successful-stories-wrapper {
  padding: 35px 0 100px;
  position: relative;
  overflow: hidden;
}
.successful-stories .successful-stories-wrapper:before {
  content: "";
  position: absolute;
  background: center center/cover url("/img/covers/cover-left.svg");
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scaleY(-1) skewX(30deg);
}
.successful-stories .successful-stories-wrapper > .container {
  position: relative;
  z-index: 2;
}
.successful-stories.careers .successful-stories-wrapper:before {
  content: none;
}
.successful-stories .carousel-indicators {
  top: 100%;
}
.successful-stories h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3C4B66;
  margin: 0;
}
.successful-stories h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .successful-stories h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .successful-stories h2 {
    font-size: 32px;
  }
}
.successful-stories h2::after {
  content: "";
  display: block;
  width: 50%;
  height: 7px;
  background-color: #193E80;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.successful-stories.careers h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.successful-stories.careers h2:after {
  background-color: #25C7FF;
  height: 5px;
  width: 110%;
}
.successful-stories .successful-stories-info {
  color: #3C4B66;
  margin-bottom: 50px;
  text-align: center;
}
.successful-stories .successful-stories-info {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .successful-stories .successful-stories-info {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .successful-stories .successful-stories-info {
    font-size: 20px;
  }
}
.successful-stories .card-slider {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .successful-stories .card-slider {
    width: 100%;
  }
}
.successful-stories .card-slider .card-slider-avatar {
  width: 150px;
}
.successful-stories .card-slider .card-content {
  width: 60%;
  margin-right: auto;
  margin-left: 6rem;
}
.successful-stories .card-slider .card-content .question {
  font-weight: bold;
  color: #3C4B66;
  transition: 0.15s;
}
.successful-stories .card-slider .card-content .question {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .successful-stories .card-slider .card-content .question {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .successful-stories .card-slider .card-content .question {
    font-size: 16px;
  }
}
.successful-stories .card-slider .card-content .answer {
  color: #193E80;
  position: relative;
  transition: 0.15s;
}
.successful-stories .card-slider .card-content .answer {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .successful-stories .card-slider .card-content .answer {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .successful-stories .card-slider .card-content .answer {
    font-size: 16px;
  }
}
.successful-stories .card-slider .card-content .answer .more {
  text-decoration: none;
  color: #A4C5FF;
  margin: 1rem 0 0;
  transition: 0.15s;
}
.successful-stories .card-slider .card-content .answer .more {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .successful-stories .card-slider .card-content .answer .more {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .successful-stories .card-slider .card-content .answer .more {
    font-size: 20px;
  }
}
.successful-stories .card-slider .card-slider-photo {
  text-align: center;
}
.successful-stories .card-slider .card-slider-photo .card-slider-avatar {
  text-align: center;
}
.successful-stories .card-slider .card-slider-photo .card-slider-avatar .avatar-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.successful-stories .card-slider .card-slider-photo .card-slider-avatar .avatar-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.successful-stories .card-slider .card-slider-photo h3 {
  color: #193E80;
  font-weight: bold;
  transition: 0.15s;
}
.successful-stories .card-slider .card-slider-photo h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .successful-stories .card-slider .card-slider-photo h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .successful-stories .card-slider .card-slider-photo h3 {
    font-size: 20px;
  }
}
.successful-stories .card-slider:hover .card-content .question {
  color: #22305d;
}
.successful-stories .card-slider:hover .card-content .answer {
  color: #25c7ff;
}
.successful-stories .card-slider:hover .card-content .answer .more {
  color: #25c7ff;
}
.successful-stories .card-slider:hover .card-slider-photo h3 {
  color: #22305d;
}

/* -------------------------------------------------------------------- *\
    Statistics section
\* -------------------------------------------------------------------- */
.statistics {
  background-color: #F5F5F5;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .statistics .statistics-header-wrapper {
    background-color: #22305D;
  }
}
.statistics .statistics-content {
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .statistics .statistics-content {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .statistics .statistics-content .mobile-fill {
    background-color: #25C7FF;
  }
}
.statistics h2 {
  color: #193E80;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  margin-left: 13rem;
  text-align: left;
  white-space: nowrap;
}
.statistics h2 {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  .statistics h2 {
    font-size: calc(25px + 35 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .statistics h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .statistics h2 {
    color: #25C7FF;
    margin-left: 0;
    text-align: center;
    white-space: normal;
  }
}
.statistics h4 {
  min-height: 80px;
}
@media screen and (max-width: 991px) {
  .statistics h4 {
    min-height: 45px;
  }
}
.statistics h3,
.statistics h4 {
  font-weight: bold;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}
.statistics h3,
.statistics h4 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .statistics h3,
.statistics h4 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .statistics h3,
.statistics h4 {
    font-size: 20px;
  }
}
.statistics span {
  font-weight: bold;
  color: #193E80;
  background-color: #25C7FF;
  width: 100%;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.statistics span {
  font-size: 25px;
}
@media screen and (min-width: 320px) {
  .statistics span {
    font-size: calc(25px + 45 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .statistics span {
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  .statistics span.transperant {
    background-color: transparent;
  }
}
.statistics .training {
  position: relative;
  padding: 0 10px;
}
.statistics .training span {
  background-color: transparent;
}
.statistics .training:after {
  content: "";
  display: block;
  width: 100%;
  height: 180%;
  background-color: #C6C3C3;
  position: absolute;
  top: -65%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .statistics .training:after {
    height: 100%;
    top: 0;
  }
}

/* -------------------------------------------------------------------- *\
    Blog section
\* -------------------------------------------------------------------- */
.blog {
  padding: 40px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.blog .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #A4C5FF;
}
@media screen and (max-width: 991px) {
  .blog .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
  }
}
.blog .carousel-indicators {
  top: 100%;
}
.blog h2 {
  font-weight: bold;
  color: #3C4B66;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
}
.blog h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .blog h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .blog h2 {
    font-size: 32px;
  }
}
.blog h2::before {
  content: "";
  display: block;
  width: 50%;
  height: 7px;
  background-color: #193E80;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.blog a {
  text-decoration: none;
}
.blog .blog-card {
  background-color: #22305D;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  min-height: 200px;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.blog .blog-card {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .blog .blog-card {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .blog .blog-card {
    font-size: 16px;
  }
}
.blog .blog-card:hover {
  color: #25C7FF;
}
@media screen and (max-width: 991px) {
  .blog .blog-card {
    width: 85%;
    margin: 0 auto;
  }
}
.blog .blog-card span {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%);
}
.blog .blog-card span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .blog .blog-card span {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .blog .blog-card span {
    font-size: 20px;
  }
}

/* -------------------------------------------------------------------- *\
    Certificates section
\* -------------------------------------------------------------------- */
.certificates {
  position: relative;
  background-color: #F5F5F5;
}
.certificates .certificates-header-wrapper {
  background-color: #193E80;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.certificates .certificates-header-wrapper {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .certificates .certificates-header-wrapper {
    font-size: calc(20px + 30 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .certificates .certificates-header-wrapper {
    font-size: 50px;
  }
}
.certificates .certificates-header-wrapper h2 {
  padding: 20px 0 15px;
  margin: 0;
}
.certificates .certificates-header-wrapper h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .certificates .certificates-header-wrapper h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .certificates .certificates-header-wrapper h2 {
    font-size: 32px;
  }
}
.certificates .certifacate-brand {
  position: relative;
}
.certificates .certifacate-brand img {
  position: absolute;
  width: 115%;
}
@media screen and (max-width: 767px) {
  .certificates .certifacate-brand img {
    width: 195%;
    left: -85%;
  }
}
@media screen and (max-width: 575px) {
  .certificates .certifacate-brand img {
    width: 115%;
    left: 0;
  }
}
.certificates .certificates-cont {
  align-items: flex-start;
}
.certificates p {
  font-weight: bold;
  color: #3C4B66;
  margin: 0;
}
.certificates p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .certificates p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .certificates p {
    font-size: 20px;
  }
}
.certificates .prime-btn {
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  text-decoration: none;
  border: 2px solid #25C7FF;
}
.certificates .prime-btn {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .certificates .prime-btn {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .certificates .prime-btn {
    font-size: 24px;
  }
}
.certificates .prime-btn:hover {
  color: #25C7FF;
  background-color: #fff;
}
.certificates .certificates-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.certificates .certificates-img img {
  width: 47%;
  height: auto;
}

/* -------------------------------------------------------------------- *\
    Teachers section
\* -------------------------------------------------------------------- */
.teachers {
  padding: 40px 0 20px;
  text-align: center;
}
.teachers h2 {
  font-weight: bold;
  color: #192041;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.teachers h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .teachers h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teachers h2 {
    font-size: 32px;
  }
}
.teachers p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .teachers p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teachers p {
    font-size: 20px;
  }
}
.teachers .prime-btn {
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  text-decoration: none;
  border: 2px solid #25C7FF;
}
.teachers .prime-btn {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .teachers .prime-btn {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teachers .prime-btn {
    font-size: 24px;
  }
}
.teachers .prime-btn:hover {
  color: #25C7FF;
  background-color: #fff;
}
.teachers .teachers-cover img {
  width: 100%;
  height: auto;
  filter: saturate(1.2);
}

/* -------------------------------------------------------------------- *\
    Teachers section
\* -------------------------------------------------------------------- */
.testimonials {
  background: center center/cover url("/img/covers/cover-left.svg");
  padding-top: 70px;
}
.testimonials h2 {
  text-align: center;
  color: #192041;
  font-weight: bold;
}
.testimonials h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .testimonials h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .testimonials h2 {
    font-size: 32px;
  }
}
.testimonials .testimonial-slider {
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonial-slider {
    padding: 25px;
  }
}
.testimonials .testimonial-slider .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #A4C5FF;
}
.testimonials .testimonial-slider .carousel-indicators {
  top: 100%;
}
.testimonials .testimonial-slider img {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .testimonials .testimonial-slider img {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .testimonials .testimonial-slider img {
    width: 100%;
  }
}
.testimonials .testimonial-slider::after {
  content: "";
  width: 100px;
  height: 100px;
  background: center center/contain no-repeat url("/img/icons/quote_01.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonial-slider::after {
    width: 50px;
    height: 50px;
  }
}
.testimonials .testimonial-slider::before {
  content: "";
  width: 100px;
  height: 100px;
  background: center center/contain no-repeat url("/img/icons/quote_02.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonial-slider::before {
    width: 50px;
    height: 50px;
  }
}
.testimonials .rating {
  text-align: center;
  padding-bottom: 50px;
}
.testimonials .rating img {
  width: 80%;
  height: auto;
}

.about-us {
  background: center center/cover url("/img/covers/about-cover.webp");
  text-align: center;
  color: #fff;
  padding: 50px 0 30px;
}
.about-us h1 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .about-us h1 {
    font-size: calc(20px + 16 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .about-us h1 {
    font-size: 36px;
  }
}
.about-us h1::after {
  background-color: #266e9e;
}
.about-us .about-us-content {
  margin-bottom: 50px;
}
.about-us .about-us-content p {
  font-weight: lighter;
}
.about-us .about-us-content p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .about-us .about-us-content p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .about-us .about-us-content p {
    font-size: 20px;
  }
}
.about-us .owner-card .avatar-wrapper {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 35px;
}
.about-us .owner-card h2 {
  padding-bottom: 10px;
}
.about-us .owner-card h2 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .about-us .owner-card h2 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .about-us .owner-card h2 {
    font-size: 24px;
  }
}
.about-us .owner-card h2::after {
  width: 20%;
  background-color: #fff;
  height: 3px;
}
.about-us .owner-card h3 {
  color: #23b2ea;
}
.about-us .owner-card h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .about-us .owner-card h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .about-us .owner-card h3 {
    font-size: 20px;
  }
}
.about-us .owner-card .card-content {
  width: 75%;
  margin: 0 auto;
}
.about-us .owner-card .social-icons a {
  color: #1a2042;
  transition: 0.3s;
  background-color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 10px;
}
.about-us .owner-card .social-icons a:hover {
  background-color: #1a2042;
  color: #fff;
}

.about-generic {
  background: center center/cover url("/img/covers/about-cover.webp");
  text-align: left;
  color: #fff;
  padding: 50px 0 30px;
}
.about-generic + section strong {
  font-weight: bold;
}
.about-generic + section h2 {
  margin-top: 1.5rem;
}
.about-generic + section h2 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .about-generic + section h2 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .about-generic + section h2 {
    font-size: 24px;
  }
}
.about-generic + section p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .about-generic + section p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .about-generic + section p {
    font-size: 16px;
  }
}

.page-blog .prime-btn {
  padding: 7px 20px 4px;
}
.page-blog .prime-btn:hover {
  color: #fff;
}
.page-blog .prime-btn.facebook {
  background: #4267b2 !important;
}
.page-blog .prime-btn.facebook:hover {
  background: #31415d !important;
}
.page-blog .prime-btn.linkedin {
  background: #3d9ae2 !important;
}
.page-blog .prime-btn.linkedin:hover {
  background: #31415d !important;
}
.page-blog .headline-wrap {
  background: center center/cover url("/img/covers/cover-blog.webp") no-repeat;
  color: #fff;
  text-align: center;
}
.page-blog .headline-wrap h1:after {
  background-color: rgba(36, 200, 255, 0.39);
}
.page-blog .headline-wrap p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-blog .headline-wrap p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-blog .headline-wrap p {
    font-size: 20px;
  }
}
.page-blog .content-wrap {
  background: center center/cover url("/img/covers/cover-left.svg") no-repeat;
}
.page-blog .blog-post .photo {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.page-blog .blog-post .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-blog .blog-post .content .headline {
  background: #25C7FF;
  color: #3C4B66;
}
.page-blog .blog-post .content .headline.no-bg {
  background: transparent;
}
.page-blog .blog-post .content .headline h2 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-blog .blog-post .content .headline h2 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-blog .blog-post .content .headline h2 {
    font-size: 20px;
  }
}
.page-blog .blog-post .content .headline .date {
  color: #fff;
}
.page-blog .blog-post .content .headline .date {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-blog .blog-post .content .headline .date {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-blog .blog-post .content .headline .date {
    font-size: 16px;
  }
}
.page-blog .blog-post .content .description {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-blog .blog-post.flip .photo {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .page-blog .blog-post.flip .content {
    order: 0;
  }
}
.page-blog .blog-post.flip .content .headline {
  background: #A4C5FF;
  color: #3C4B66;
}
.page-blog .blog-post.flip .content .prime-btn {
  background-color: #A4C5FF;
}
.page-blog .blog-post.flip .content .prime-btn:hover {
  background-color: #0a64ff;
}
.page-blog.single .headline {
  background: #25C7FF;
  padding: 1rem 0;
}
.page-blog.single h1 {
  color: #31415d;
}
.page-blog.single h1 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-blog.single h1 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-blog.single h1 {
    font-size: 32px;
  }
}
.page-blog.single h1:after {
  content: none;
}
.page-blog.single .post .photo {
  background: #25C7FF;
  color: #fff;
  float: left;
}
.page-blog.single .post .photo img {
  width: 600px;
  max-width: 100%;
}
.page-blog.single .post .description strong {
  font-weight: 700 !important;
}
.page-blog #subscribeEmail img,
.page-blog #unsubscribeEmail img {
  max-width: 100%;
  margin: 20px 0;
}
.page-blog #subscribeEmail .modal-content,
.page-blog #unsubscribeEmail .modal-content {
  background: #fff url("/img/blog/subscribe-left.webp") no-repeat -0.75rem center/cover;
  border-top-left-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.page-blog #subscribeEmail h2,
.page-blog #unsubscribeEmail h2 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}
.page-blog #subscribeEmail h2,
.page-blog #unsubscribeEmail h2 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .page-blog #subscribeEmail h2,
.page-blog #unsubscribeEmail h2 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-blog #subscribeEmail h2,
.page-blog #unsubscribeEmail h2 {
    font-size: 24px;
  }
}
.page-blog #subscribeEmail h3,
.page-blog #unsubscribeEmail h3 {
  font-weight: 500;
}
.page-blog #subscribeEmail h3,
.page-blog #unsubscribeEmail h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-blog #subscribeEmail h3,
.page-blog #unsubscribeEmail h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-blog #subscribeEmail h3,
.page-blog #unsubscribeEmail h3 {
    font-size: 20px;
  }
}
.page-blog #subscribeEmail .left,
.page-blog #unsubscribeEmail .left {
  position: relative;
}
.page-blog #subscribeEmail .left img,
.page-blog #unsubscribeEmail .left img {
  position: absolute;
  left: -35px;
  max-width: 110%;
  margin-top: 110px;
}
.page-blog #subscribeEmail .btn-close,
.page-blog #unsubscribeEmail .btn-close {
  float: right;
}
.page-blog #subscribeEmail input[type=submit],
.page-blog #unsubscribeEmail input[type=submit] {
  background: #ffa630;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  height: 40px;
  border: 1px solid #ffa630;
  transition: 0.3s;
}
.page-blog #subscribeEmail input[type=submit]:disabled,
.page-blog #unsubscribeEmail input[type=submit]:disabled {
  cursor: not-allowed;
  filter: grayscale(99%);
}
.page-blog #subscribeEmail input[type=submit]:not(:disabled):hover,
.page-blog #unsubscribeEmail input[type=submit]:not(:disabled):hover {
  background: #fff;
  color: #ffa630;
}
.page-blog #subscribeEmail p,
.page-blog #unsubscribeEmail p {
  line-height: 22px;
}
.page-blog #subscribeEmail p,
.page-blog #unsubscribeEmail p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .page-blog #subscribeEmail p,
.page-blog #unsubscribeEmail p {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-blog #subscribeEmail p,
.page-blog #unsubscribeEmail p {
    font-size: 14px;
  }
}
.page-blog #subscribeEmail input:focus,
.page-blog #subscribeEmail button:focus,
.page-blog #unsubscribeEmail input:focus,
.page-blog #unsubscribeEmail button:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .page-blog #subscribeEmail .modal-content,
.page-blog #unsubscribeEmail .modal-content {
    background: #fff;
  }
  .page-blog #subscribeEmail .modal-content .left,
.page-blog #unsubscribeEmail .modal-content .left {
    display: none;
  }
}
.page-blog #unsubscribeEmail .modal-content {
  background: #fff;
}

.media-intro {
  background: center center/cover url("/img/covers/cover-media.webp");
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.media-intro h1::after {
  background-color: #3587c1;
}
.media-intro p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .media-intro p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .media-intro p {
    font-size: 20px;
  }
}

.media-content {
  background-color: #F5F5F5;
  background: center center/cover url("/img/covers/cover-left.svg");
}
@media screen and (min-width: 768px) {
  .media-content {
    padding: 45px 0px;
  }
}
@media screen and (min-width: 992px) {
  .media-content {
    padding: 75px;
  }
}
.media-content .post {
  color: #000;
}
.media-content .post .media-card {
  border-radius: 26px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transition: 0.2s all;
}
.media-content .post .media-card .media-card-header .date {
  color: #192041;
  margin-bottom: 1rem;
  text-align: right;
}
.media-content .post .media-card .media-card-header .date {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .media-content .post .media-card .media-card-header .date {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .media-content .post .media-card .media-card-header .date {
    font-size: 20px;
  }
}
.media-content .post .media-card .media-card-header h2 {
  color: #193E80;
  margin-bottom: 1rem;
  text-align: right;
  font-weight: bold;
}
.media-content .post .media-card .media-card-header h2 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .media-content .post .media-card .media-card-header h2 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .media-content .post .media-card .media-card-header h2 {
    font-size: 20px;
  }
}
.media-content .post .media-card .card-content .media-info {
  border-right: 2px solid #25C7FF;
}
.media-content .post .media-card .card-content .media-info p {
  color: #192041;
}
.media-content .post .media-card .card-content .media-info p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .media-content .post .media-card .card-content .media-info p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .media-content .post .media-card .card-content .media-info p {
    font-size: 16px;
  }
}
.media-content .post .media-card .photo {
  margin: 2rem 0;
}
.media-content .post .media-card .photo img {
  height: auto;
}
.media-content .post .media-card.flip .media-card-header .date, .media-content .post .media-card.flip .media-card-header h2 {
  text-align: left;
}
.media-content .post .media-card.flip .card-content .media-info {
  border-left: 2px solid #25C7FF;
  border-right: none;
}
@media screen and (min-width: 768px) {
  .media-content .post .media-card.flip .card-content .media-info {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .media-content .post .media-card.flip .photo {
    order: 2;
  }
}

.students {
  background: center center/cover url("/img/covers/cover-media.webp");
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.students h1::after {
  background-color: #3587c1;
}
.students p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .students p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .students p {
    font-size: 20px;
  }
}

.avatar-wrapper {
  width: 100%;
  margin: 0 auto;
}
.avatar-wrapper .student-avatar {
  width: 100%;
  height: 0 !important;
  position: relative;
  padding: 50%;
}
.avatar-wrapper .student-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  font-size: 0.01px;
  background-color: #fefefe;
}

.students-content {
  background: center center/cover url("/img/covers/cover-left.svg");
  padding: 50px 0;
}
.students-content a {
  color: #193E80;
}

.student {
  padding: 40px 0;
  overflow: hidden;
}
.student h1 {
  text-align: left;
  color: #003F63;
}
.student h1 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .student h1 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .student h1 {
    font-size: 32px;
  }
}
.student h1:after {
  content: none;
}
.student .student-main-avatar {
  border-top: 2px solid #3C4B66;
  background: center center/cover url("/img/covers/cover-left.svg");
}
.student .student-main-avatar .avatar-wrapper {
  padding: 10% 0 0;
  width: 60%;
}
.student .student-main-avatar h2 {
  width: 60%;
  text-align: right;
  position: relative;
  margin: 0 auto;
}
.student .student-main-avatar h2 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .student .student-main-avatar h2 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .student .student-main-avatar h2 {
    font-size: 20px;
  }
}
.student .student-main-avatar h2:after {
  content: "";
  display: block;
  width: 45%;
  height: 7px;
  background-color: rgba(37, 199, 255, 0.45);
  position: absolute;
  bottom: 0;
  right: 0;
}
.student .question-card {
  border-bottom: 2px solid #3C4B66;
  text-align: right;
}
.student .question-card.first, .student .question-card.last {
  position: relative;
}
.student .question-card.first::before, .student .question-card.last::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .student .question-card.first::before, .student .question-card.last::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .student .question-card.first::before, .student .question-card.last::before {
    width: 30px;
    height: 30px;
  }
}
.student .question-card.first::before {
  background: center center/contain no-repeat url("/img/icons/quote_02.svg");
  right: -110px;
  top: 0;
}
@media screen and (max-width: 991px) {
  .student .question-card.first::before {
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .student .question-card.first::before {
    right: -40px;
  }
}
.student .question-card.last::before {
  background: center center/contain no-repeat url("/img/icons/quote_01.svg");
  left: -110px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .student .question-card.last::before {
    left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .student .question-card.last::before {
    left: -40px;
  }
}
@media screen and (max-width: 991px) {
  .student .question-card {
    text-align: center;
  }
}
.student .question-card h3 {
  color: #193E80;
  font-weight: bold;
}
.student .question-card h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .student .question-card h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .student .question-card h3 {
    font-size: 20px;
  }
}
.student .question-card p {
  font-weight: bold;
  color: #9CA0A1;
}
.student .question-card p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .student .question-card p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .student .question-card p {
    font-size: 16px;
  }
}
.student .question-card:last-child {
  border-bottom: none;
}

.more-students-wrapper {
  position: relative;
  z-index: 2;
}
.more-students-wrapper .more-student {
  font-weight: bold;
  color: #192041;
}
.more-students-wrapper .more-student {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .more-students-wrapper .more-student {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .more-students-wrapper .more-student {
    font-size: 20px;
  }
}
.more-students-wrapper .more-student p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .more-students-wrapper .more-student p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .more-students-wrapper .more-student p {
    font-size: 16px;
  }
}
.more-students-wrapper .more-student h3 {
  color: #193E80;
  font-weight: bold;
  text-align: center;
}
.more-students-wrapper .more-student h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .more-students-wrapper .more-student h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .more-students-wrapper .more-student h3 {
    font-size: 20px;
  }
}
.more-students-wrapper .more-student h3:after {
  background-color: #25C7FF;
}
.more-students-wrapper .more-student .student-card .student-title {
  min-height: auto;
}
.more-students-wrapper .more-student .student-card .student-title h2,
.more-students-wrapper .more-student .student-card .student-title h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .more-students-wrapper .more-student .student-card .student-title h2,
.more-students-wrapper .more-student .student-card .student-title h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .more-students-wrapper .more-student .student-card .student-title h2,
.more-students-wrapper .more-student .student-card .student-title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .more-students-wrapper .more-student .student-card {
    box-shadow: none;
  }
  .more-students-wrapper .more-student .student-card .student-avatar img {
    border-radius: 50%;
    overflow: hidden;
  }
  .more-students-wrapper .more-student .student-card .student-title {
    display: none;
  }
}

.page-contact-us .prime-btn {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-contact-us .prime-btn {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-contact-us .prime-btn {
    font-size: 20px;
  }
}
.page-contact-us .headline-wrap {
  background: center center/cover url("/img/covers/contact-us-bg.webp") no-repeat;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-contact-us .headline-wrap {
    background: -50% 100%/contain url("/img/covers/contact-us.webp") no-repeat, center center/cover url("/img/covers/contact-us-bg.webp") no-repeat;
  }
}
@media screen and (min-width: 992px) {
  .page-contact-us .headline-wrap {
    background: left bottom/contain url("/img/covers/contact-us.webp") no-repeat, center center/cover url("/img/covers/contact-us-bg.webp") no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .page-contact-us .headline-wrap {
    background: 25% 100%/contain url("/img/covers/contact-us.webp") no-repeat, center center/cover url("/img/covers/contact-us-bg.webp") no-repeat;
  }
}
.page-contact-us .headline-wrap h1:after {
  background-color: rgba(255, 255, 255, 0.39);
}
.page-contact-us .headline-wrap p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-contact-us .headline-wrap p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-contact-us .headline-wrap p {
    font-size: 20px;
  }
}
.page-contact-us .map-wrapper {
  border-top: 18px solid #3C4B66;
  background: #1b2042;
}
.page-contact-us .form-wrapper {
  background: center center/cover url("/img/covers/cover-left.svg") no-repeat;
}
.page-contact-us .form-wrapper .form-control {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 10px;
  opacity: 1;
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
}
.page-contact-us .form-wrapper .form-control {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-contact-us .form-wrapper .form-control {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-contact-us .form-wrapper .form-control {
    font-size: 16px;
  }
}
.page-contact-us .form-wrapper .form-control:not(.is-invalid) {
  border-color: #193E80;
}
.page-contact-us .form-wrapper .form-control::-moz-placeholder {
  color: #192041;
  opacity: 1;
}
.page-contact-us .form-wrapper .form-control::placeholder {
  color: #192041;
  opacity: 1;
}
.page-contact-us .form-wrapper .form-control:-ms-input-placeholder {
  color: #192041;
}
.page-contact-us .form-wrapper .form-control::-ms-input-placeholder {
  color: #192041;
}
.page-contact-us .form-wrapper .g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.page-contact-us .form-wrapper .invalid-feedback {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-contact-us .form-wrapper .invalid-feedback {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-contact-us .form-wrapper .invalid-feedback {
    font-size: 16px;
  }
}
.page-contact-us .follow-us {
  color: #003F63;
  font-weight: bold;
}
.page-contact-us .follow-us {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-contact-us .follow-us {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-contact-us .follow-us {
    font-size: 32px;
  }
}

.teachers-intro {
  padding: 40px 0 20px;
  background: center center/cover url("/img/covers/cover-teachers.webp");
  text-align: center;
  color: #fff;
}
.teachers-intro h1:after {
  background-color: #3587c1;
}
.teachers-intro p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .teachers-intro p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teachers-intro p {
    font-size: 20px;
  }
}
.teachers-intro p a {
  color: #25C7FF;
  transition: 0.3s;
}
.teachers-intro p a:hover {
  color: #7cdeff;
}
.teachers-intro .prime-btn {
  text-transform: uppercase;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  border: 2px solid #25C7FF;
}
.teachers-intro .prime-btn {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .teachers-intro .prime-btn {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teachers-intro .prime-btn {
    font-size: 24px;
  }
}
.teachers-intro .prime-btn:hover {
  color: #25C7FF;
  background-color: #fff;
}

.teacher-content {
  padding: 50px 0 0;
  text-align: center;
}
.teacher-content h2 {
  color: #192041;
  padding-bottom: 20px;
}
.teacher-content h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .teacher-content h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teacher-content h2 {
    font-size: 32px;
  }
}
.teacher-content h2::after {
  background-color: #25C7FF;
  width: 60%;
}
.teacher-content + .teacher-content {
  position: relative;
  background: center center/cover url("/img/covers/cover-left.svg");
}
.teacher-content + .teacher-content .teacher-cards {
  padding-top: 0;
  padding-bottom: 50px;
}
.teacher-content .teacher-cards {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .teacher-content .teacher-cards {
    background: transparent;
  }
}
.teacher-content .teacher-cards a {
  display: inline-block;
}
.teacher-content .teacher-cards a .teacher-card {
  padding: 25px 30px;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  min-height: 425px;
}
@media screen and (max-width: 575px) {
  .teacher-content .teacher-cards a .teacher-card .avatar-wrapper {
    max-width: 60%;
  }
}
@media screen and (max-width: 400px) {
  .teacher-content .teacher-cards a .teacher-card .avatar-wrapper {
    max-width: 80%;
  }
}
.teacher-content .teacher-cards a .teacher-card .teacher-title h3 {
  font-weight: bold;
  color: #192041;
}
.teacher-content .teacher-cards a .teacher-card .teacher-title h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .teacher-content .teacher-cards a .teacher-card .teacher-title h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teacher-content .teacher-cards a .teacher-card .teacher-title h3 {
    font-size: 20px;
  }
}
.teacher-content .teacher-cards a .teacher-card .teacher-title h3::after {
  width: 75%;
  height: 3px;
  background-color: #193E80;
}
.teacher-content .teacher-cards a .teacher-card .teacher-title small {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .teacher-content .teacher-cards a .teacher-card .teacher-title small {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teacher-content .teacher-cards a .teacher-card .teacher-title small {
    font-size: 16px;
  }
}
.teacher-content .teacher-cards a .teacher-card span {
  color: #fff;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  background-color: #3C4B66;
  border-radius: 15px;
  border: 2px solid #3C4B66;
  transition: 0.3s;
  padding: 5px 10px;
}
.teacher-content .teacher-cards a .teacher-card span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .teacher-content .teacher-cards a .teacher-card span {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teacher-content .teacher-cards a .teacher-card span {
    font-size: 20px;
  }
}
.teacher-content .teacher-cards a .teacher-card span:hover {
  color: #3C4B66;
  background-color: #fff;
}
.teacher-content .teacher-cards .teacher-modal h3 {
  color: #192041;
  font-weight: bold;
}
.teacher-content .teacher-cards .teacher-modal h3 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .teacher-content .teacher-cards .teacher-modal h3 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teacher-content .teacher-cards .teacher-modal h3 {
    font-size: 24px;
  }
}
.teacher-content .teacher-cards .teacher-modal h3::after {
  background-color: #25C7FF;
  width: 75%;
}
.teacher-content .teacher-cards .teacher-modal h3 small {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .teacher-content .teacher-cards .teacher-modal h3 small {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teacher-content .teacher-cards .teacher-modal h3 small {
    font-size: 20px;
  }
}
.teacher-content .teacher-cards .teacher-modal p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .teacher-content .teacher-cards .teacher-modal p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .teacher-content .teacher-cards .teacher-modal p {
    font-size: 16px;
  }
}
.teacher-content .teacher-cards .teacher-modal .modal-header {
  border: 0;
}
.teacher-content .teacher-cards .teacher-modal .modal-header .btn-close {
  background-color: #23b4eb;
  border-radius: 50%;
  transform: scale(0.75);
}
.teacher-content .teacher-cards .teacher-modal .modal-body {
  background: url("/img/covers/teacher-bg.webp") no-repeat left bottom;
  background-size: 1200px;
}

.pagination {
  line-height: normal;
  margin: 0;
}
.pagination {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .pagination {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .pagination {
    font-size: 16px;
  }
}
.pagination .page-item {
  margin: 0 4px;
}
.pagination .page-item .page-link {
  background: #fff;
  color: #25C7FF;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-color: transparent;
}
.pagination .page-item:hover .page-link, .pagination .page-item.active .page-link {
  background: #25C7FF;
  color: #fff;
  border-color: #25C7FF;
}
.pagination .page-item.disabled .page-link {
  color: #666;
}
.pagination .page-item.disabled:hover .page-link {
  background-color: #fff;
  border-color: #fff;
}

.gallery {
  background: left/cover url("/img/covers/gallery-cover.webp");
  background-position: 40%;
  height: 450px;
}
@media screen and (min-width: 768px) {
  .gallery {
    background-position: center 30%;
  }
}
@media screen and (min-width: 576px) {
  .gallery {
    background-position: center 25%;
  }
}
.gallery h1 {
  margin-left: auto;
}
.gallery h1:after {
  background-color: #266e9e;
}
@media screen and (max-width: 767px) {
  .gallery h1 {
    position: absolute;
    bottom: 20%;
    left: 0;
    border: 0;
    background: rgba(25, 62, 128, 0.85);
    padding: 15px 25px !important;
    margin: 0 !important;
  }
  .gallery h1:after {
    content: "";
    border: 0;
    position: absolute;
    left: 124.95%;
    top: 0;
    bottom: 0;
    border-radius: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%) !important;
            clip-path: polygon(100% 0, 100% 100%, 0 50%) !important;
    width: 50%;
    height: 100%;
    background: rgba(25, 62, 128, 0.85);
    border: 0;
    -webkit-clip-path: polygon(0 0, 50% 0, 0 100%) !important;
            clip-path: polygon(0 0, 50% 0, 0 100%) !important;
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    position: relative;
  }
}
.gallery p {
  color: #fff;
  text-align: center;
}
.gallery p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .gallery p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .gallery p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .gallery p {
    display: none;
  }
}

.gallery-content {
  position: relative;
}
.gallery-content:before {
  content: "";
  background: center center/cover url("/img/covers/cover-left.svg");
  transform: scaleX(-1);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.gallery-content > .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .gallery-content .header-text {
    display: block !important;
  }
}
.gallery-content .gallery-nav ul li {
  list-style-type: none;
}
.gallery-content .gallery-nav ul li .gallery-btn {
  border: none;
  background-color: #fff;
  color: #003F63;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  transition: 0.3s;
  padding: 5px 25px;
}
.gallery-content .gallery-nav ul li .gallery-btn {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .gallery-content .gallery-nav ul li .gallery-btn {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .gallery-content .gallery-nav ul li .gallery-btn {
    font-size: 24px;
  }
}
.gallery-content .gallery-nav ul li .gallery-btn.active, .gallery-content .gallery-nav ul li .gallery-btn:hover {
  color: #fff;
  background-color: #25C7FF;
}

.page-career .prime-btn:hover {
  color: #fff;
}
.page-career .prime-btn.facebook {
  background: #4267b2 !important;
}
.page-career .prime-btn.facebook:hover {
  background: #31415d !important;
}
.page-career .prime-btn.linkedin {
  background: #3d9ae2 !important;
}
.page-career .prime-btn.linkedin:hover {
  background: #31415d !important;
}
.page-career .headline-wrap {
  background: center center/cover url("/img/covers/cover-career.webp") no-repeat;
  color: #fff;
  text-align: center;
}
.page-career .headline-wrap h1:after {
  background-color: rgba(36, 200, 255, 0.39);
}
.page-career .headline-wrap p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-career .headline-wrap p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .headline-wrap p {
    font-size: 20px;
  }
}
.page-career .shortcuts {
  background: center center/cover url("/img/covers/cover-left.svg") no-repeat;
}
.page-career .shortcuts .card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  color: #3C4B66;
  transition: 0.15s all;
  border: 0;
}
.page-career .shortcuts .card:hover {
  background-color: #f0f0f0;
}
.page-career .shortcuts .card img {
  width: 76px;
  height: 76px;
  display: inline-block;
  margin: 1rem auto 0;
}
.page-career .shortcuts .card .icon-wrapper {
  background: #3d4a66;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: white;
  font-size: 2rem;
  margin: 1rem auto 0;
}
.page-career .shortcuts .card .icon-wrapper i:before {
  width: 2.5rem;
}
.page-career .shortcuts .card .icon-wrapper .bigger {
  font-size: 2.5rem;
}
.page-career .shortcuts .card .card-body {
  font-weight: normal;
  padding: 1rem 0;
}
.page-career .shortcuts .card .card-body {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .page-career .shortcuts .card .card-body {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .shortcuts .card .card-body {
    font-size: 16px;
  }
}
.page-career .job-positions {
  background-color: #F1F2F2;
}
.page-career .job-positions h2 {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-career .job-positions h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-career .job-positions h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .job-positions h2 {
    font-size: 32px;
  }
}
.page-career .job-positions h2:after {
  content: "";
  height: 5px;
  background-color: #25C7FF;
  width: 110%;
  display: block;
  margin: 5px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.page-career .job-positions .card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 24px;
}
.page-career .job-positions .card .published {
  color: #ABB1BD;
}
.page-career .job-positions .card .published {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .page-career .job-positions .card .published {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .job-positions .card .published {
    font-size: 14px;
  }
}
.page-career .job-positions .card .published i {
  color: #9CA0A1;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.page-career .job-positions .card .card-header,
.page-career .job-positions .card .card-footer {
  background: none;
  border: 0;
  padding: 1.25rem;
  padding-bottom: 0;
}
.page-career .job-positions .card .card-header .solid-btn,
.page-career .job-positions .card .card-footer .solid-btn {
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
}
.page-career .job-positions .card .card-header .solid-btn,
.page-career .job-positions .card .card-footer .solid-btn {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-career .job-positions .card .card-header .solid-btn,
.page-career .job-positions .card .card-footer .solid-btn {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .job-positions .card .card-header .solid-btn,
.page-career .job-positions .card .card-footer .solid-btn {
    font-size: 20px;
  }
}
.page-career .job-positions .card .card-header {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3C4B66;
  font-weight: bold;
}
.page-career .job-positions .card .card-header {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-career .job-positions .card .card-header {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .job-positions .card .card-header {
    font-size: 20px;
  }
}
.page-career .job-positions .card .card-header:after {
  content: "";
  height: 3px;
  background-color: #25C7FF;
  width: 110%;
  display: block;
  margin: 5px auto 15px;
}
.page-career .job-positions .card .card-footer {
  padding: 1.25rem;
  padding-top: 0;
}
.page-career .card-slider .card-content .answer {
  line-height: 1.5;
  text-align: center;
  color: #3C4B66;
  transition: 0.15s all;
  display: block;
}
.page-career .card-slider .card-content .answer {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-career .card-slider .card-content .answer {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .card-slider .card-content .answer {
    font-size: 16px;
  }
}
.page-career .card-slider .card-content .answer:hover {
  color: #25C7FF;
}
.page-career .help-you {
  background-color: #3C4B66;
}
@media screen and (min-width: 992px) {
  .page-career .help-you .row {
    background: center right/contain url("/img/icons/academy-cap.svg") no-repeat;
  }
}
.page-career .help-you h2, .page-career .help-you ul i {
  color: #25C7FF;
  vertical-align: middle;
}
.page-career .help-you h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-career .help-you h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .help-you h2 {
    font-size: 32px;
  }
}
.page-career .help-you ul {
  color: white;
}
.page-career .help-you ul {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-career .help-you ul {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .help-you ul {
    font-size: 20px;
  }
}
.page-career .help-you ul li {
  margin: 1.5rem 0;
  clear: both;
}
.page-career .help-you ul li i {
  float: left;
  margin-right: 1.25rem;
  font-size: 1.15rem;
}
.page-career .help-you ul li i:before {
  width: 3rem;
}
@media screen and (min-width: 992px) {
  .page-career .help-you ul li i {
    margin-right: 2rem;
    font-size: 1.75rem;
  }
}
.page-career .component-partners h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.page-career .component-partners h2:after {
  content: "";
  display: block;
  height: 5px;
  width: 110%;
  background-color: #25C7FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-career .company-photo {
  width: 100%;
  height: 0 !important;
  position: relative;
  padding: 0;
  padding-bottom: 42.85%;
}
.page-career .company-photo img {
  filter: drop-shadow(0 0 10px #fff);
  border-radius: 0.25rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-size: 0.01px;
}
.page-career .company-photo + h2 {
  font-weight: bold;
}
.page-career .company-photo + h2 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-career .company-photo + h2 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-career .company-photo + h2 {
    font-size: 20px;
  }
}

.page-code-challenge {
  background: url("/img/code-challenge/blue-bg-right.svg") 50%/cover;
  background-repeat: no-repeat;
}
.page-code-challenge .header {
  background: url("/img/covers/code-challenge.webp") no-repeat top center/cover;
}
@media screen and (max-width: 991px) {
  .page-code-challenge .header {
    background-position: left;
  }
}
.page-code-challenge .header .header-titles {
  position: relative;
}
.page-code-challenge .header .header-titles img {
  float: right;
  width: 90px;
  max-width: 20vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 1rem;
  margin-right: 0.3rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-code-challenge .header .header-titles img {
    display: none;
  }
}
.page-code-challenge .header h1, .page-code-challenge .header span {
  text-transform: uppercase;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  display: block;
}
.page-code-challenge .header h1::after, .page-code-challenge .header span::after {
  position: static;
  display: inline;
}
@media screen and (max-width: 500px) {
  .page-code-challenge .header h1, .page-code-challenge .header span {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0;
  }
}
.page-code-challenge .header span {
  color: #48D5FF;
}
.page-code-challenge .header p {
  line-height: 1.6;
  color: #fff;
}
.page-code-challenge .header p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-code-challenge .header p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-code-challenge .header p {
    font-size: 20px;
  }
}
.page-code-challenge .headline {
  background: url("/img/covers/generic.webp") no-repeat center 45%/cover;
}
.page-code-challenge main {
  position: relative;
  padding: 3rem 0;
  background: url("/img/code-challenge/blue-bg-right.svg") 50%/cover;
}
.page-code-challenge main .article-image-blue,
.page-code-challenge main .article-image-purple {
  position: relative;
  background: url("/img/code-challenge/article-frame-blue.svg") no-repeat center/contain;
  padding: 170px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-code-challenge main .article-image-blue,
.page-code-challenge main .article-image-purple {
    padding: 120px 0;
  }
}
@media screen and (max-width: 575px) {
  .page-code-challenge main .article-image-blue,
.page-code-challenge main .article-image-purple {
    padding: 90px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-code-challenge main .article-image-blue,
.page-code-challenge main .article-image-purple {
    padding: 130px 0;
  }
}
.page-code-challenge main .article-image-blue img,
.page-code-challenge main .article-image-purple img {
  position: absolute;
  top: 0;
  left: 8%;
  width: 22%;
}
@media screen and (max-width: 575px) {
  .page-code-challenge main .article-image-blue img,
.page-code-challenge main .article-image-purple img {
    width: 18%;
  }
}
.page-code-challenge main .article-image-blue .article-title,
.page-code-challenge main .article-image-purple .article-title {
  text-transform: uppercase;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
}
.page-code-challenge main .article-image-blue .article-title,
.page-code-challenge main .article-image-purple .article-title {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-code-challenge main .article-image-blue .article-title,
.page-code-challenge main .article-image-purple .article-title {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-code-challenge main .article-image-blue .article-title,
.page-code-challenge main .article-image-purple .article-title {
    font-size: 32px;
  }
}
.page-code-challenge main .article-image-blue .article-title h2,
.page-code-challenge main .article-image-purple .article-title h2 {
  color: #fff;
  font-size: inherit;
}
.page-code-challenge main .article-image-blue .article-title p,
.page-code-challenge main .article-image-purple .article-title p {
  color: #fff;
  background: url("/img/code-challenge/blue-elipse.svg") no-repeat center/cover;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 3% 14%;
  color: #003F63;
}
.page-code-challenge main p.text-entry {
  line-height: 1.5;
  margin-bottom: 3.5rem;
}
.page-code-challenge main p.text-entry {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-code-challenge main p.text-entry {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-code-challenge main p.text-entry {
    font-size: 18px;
  }
}
.page-code-challenge main .article-image-purple {
  background-image: url("/img/code-challenge/article-frame-purple.svg");
}
.page-code-challenge main .article-image-purple img {
  left: auto;
  right: 8%;
}
.page-code-challenge main .article-image-purple .article-title p {
  background-image: url("/img/code-challenge/yellow-elipse.svg");
}
.page-code-challenge main .article-actions a {
  text-decoration: none;
  color: #fff;
}
.page-code-challenge main .article-actions a:nth-child(1) button {
  background-color: #25C7FF;
}
.page-code-challenge main .article-actions a:last-child button {
  background-color: #4984DB;
}
.page-code-challenge main .article-actions button {
  border-radius: 10px;
  border: none;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  padding: 8px 30px;
  line-height: 1;
  color: #fff;
  transition: 0.4s;
}
.page-code-challenge main .article-actions button {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-code-challenge main .article-actions button {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-code-challenge main .article-actions button {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .page-code-challenge main .article-actions button {
    padding: 5px 20px;
    border-radius: 5px;
  }
}
.page-code-challenge main .article-actions button:hover {
  opacity: 0.7;
}
.page-code-challenge main .article-actions.bigger-students a:first-child button {
  background-color: #f8c300;
}
@media screen and (max-width: 1399px) {
  .page-code-challenge main .article-actions.bigger-students a:first-child button {
    margin: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  .page-code-challenge main .article-actions.bigger-students a:first-child button {
    margin: 0 1rem 1.5rem 0;
  }
}
@media screen and (max-width: 469px) {
  .page-code-challenge main .article-actions.bigger-students a:first-child button {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.page-code-challenge main .article-actions.bigger-students a:nth-child(2) button {
  background-color: #25C7FF;
}
@media screen and (max-width: 767px) {
  .page-code-challenge main .article-actions.bigger-students a:nth-child(2) button {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .page-code-challenge main .article-actions.bigger-students a {
    margin-right: 1rem;
  }
}
.page-code-challenge section .title {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.page-code-challenge section .title h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  color: #193E80;
}
.page-code-challenge section .title h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-code-challenge section .title h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-code-challenge section .title h2 {
    font-size: 32px;
  }
}
.page-code-challenge section .title h2:before, .page-code-challenge section .title h2:after {
  content: none;
}
.page-code-challenge section .title img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  max-width: 95px;
}
@media screen and (max-width: 767px) {
  .page-code-challenge section .title img {
    width: 100%;
    max-width: 70px;
    min-width: 50px;
    margin-right: -6px;
  }
}
.page-code-challenge section .links .section-actions {
  position: relative;
  margin: auto -0.75rem;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  padding: 1.5rem 0;
  background-color: #4984DB;
  height: 100%;
}
.page-code-challenge section .links.orange .section-actions {
  background-color: orange;
  height: 100%;
}
.page-code-challenge section .links.orange .section-actions .months button:hover, .page-code-challenge section .links.orange .section-actions .year:hover {
  color: #4984DB;
}
.page-code-challenge section .links.orange .section-actions .months button:focus, .page-code-challenge section .links.orange .section-actions .months button:active, .page-code-challenge section .links.orange .section-actions .year:focus, .page-code-challenge section .links.orange .section-actions .year:active {
  color: #fff;
}
.page-code-challenge section .links.orange ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.page-code-challenge section .links.orange ul li::before {
  background-image: url("/img/code-challenge/eslgaming.svg");
}
.page-code-challenge section .links.orange ul li:hover::before {
  filter: hue-rotate(-25deg);
}
@media screen and (max-width: 550px) {
  .page-code-challenge section .links.orange ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
.page-code-challenge section .links button {
  border: none;
  background-color: transparent;
  color: #003F63;
  font-weight: bold;
}
.page-code-challenge section .links button:not(.collapsed) {
  color: #fff;
}
.page-code-challenge section .links .year {
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  display: block;
  padding: 0;
  margin: 1.25rem 0 -5px -2px;
  line-height: normal;
}
.page-code-challenge section .links .year {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .page-code-challenge section .links .year {
    font-size: calc(22px + 24 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-code-challenge section .links .year {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .page-code-challenge section .links .year {
    width: 15vw;
    min-width: 55px;
    text-align: right;
  }
}
.page-code-challenge section .links .year:not(.collapsed) + .months {
  border-color: #fff;
}
.page-code-challenge section .links .months {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  border-left: 2px solid #003F63;
}
.page-code-challenge section .links .year, .page-code-challenge section .links .months button {
  transition: 0.4s;
}
.page-code-challenge section .links .year:hover, .page-code-challenge section .links .months button:hover {
  color: orange;
}
.page-code-challenge section .links .year:focus, .page-code-challenge section .links .year:active, .page-code-challenge section .links .months button:focus, .page-code-challenge section .links .months button:active {
  color: #fff;
}
.page-code-challenge section .links .card-body h3 {
  color: #4984DB;
  padding: 2rem 0 1rem;
}
.page-code-challenge section .links .card-body h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-code-challenge section .links .card-body h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-code-challenge section .links .card-body h3 {
    font-size: 20px;
  }
}
.page-code-challenge section .links ul {
  padding: 0;
}
.page-code-challenge section .links ul > li {
  list-style: none;
  display: flex;
  flex-direction: row;
}
.page-code-challenge section .links ul > li a {
  color: #3C4B66;
  transition: 0.4s;
}
.page-code-challenge section .links ul > li a:hover {
  text-decoration: underline;
}
.page-code-challenge section .links ul > li::before {
  font-family: "Font Awesome 6 Free";
  content: " ";
  background: url("/img/code-challenge/network-globe-solid.svg") no-repeat center 3px;
  min-width: 20px;
  width: 1.25em;
  text-align: center;
  margin-right: 0.7rem;
  vertical-align: middle;
  transition: 0.4s;
}
.page-code-challenge section .links ul > li:hover::before {
  filter: contrast(200%);
}
.page-code-challenge .btn-return {
  color: #fff;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  white-space: no-wrap;
  border-radius: 15px;
  padding: 5px 40px;
  background-color: #25C7FF;
  transition: 0.4s;
}
.page-code-challenge .btn-return {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-code-challenge .btn-return {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-code-challenge .btn-return {
    font-size: 24px;
  }
}
.page-code-challenge .btn-return:hover {
  background-color: #8addf8;
}
.page-code-challenge .btn-return i {
  color: #fff;
}

footer.main-footer {
  background-color: #1B2042;
  color: #fff;
  padding: 45px 0 0;
}
@media screen and (max-width: 991px) {
  footer.main-footer {
    text-align: center;
  }
}
footer.main-footer > .container {
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  footer.main-footer > .container {
    border-bottom: 2px solid #A4C5FF;
  }
}
footer.main-footer .footer-contact h2 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: bold;
}
footer.main-footer .footer-contact h2 {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-contact h2 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-contact h2 {
    font-size: 24px;
  }
}
footer.main-footer .footer-contact h3, footer.main-footer .footer-contact h4 {
  font-weight: bold;
}
footer.main-footer .footer-contact h3, footer.main-footer .footer-contact h4 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-contact h3, footer.main-footer .footer-contact h4 {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-contact h3, footer.main-footer .footer-contact h4 {
    font-size: 16px;
  }
}
footer.main-footer .footer-contact .work-time {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  footer.main-footer .footer-contact .work-time {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (min-width: 320px) {
  footer.main-footer .footer-contact .work-time {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  footer.main-footer .footer-contact .work-time {
    font-size: 14px;
  }
}
footer.main-footer .footer-contact ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 25px;
}
footer.main-footer .footer-contact ul {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-contact ul {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-contact ul {
    font-size: 16px;
  }
}
footer.main-footer .footer-contact ul.smaller {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-contact ul.smaller {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-contact ul.smaller {
    font-size: 14px;
  }
}
footer.main-footer .footer-contact ul li i {
  color: #25C7FF;
}
footer.main-footer .footer-contact ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
footer.main-footer .footer-contact ul li a span {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-contact ul li a span {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-contact ul li a span {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  footer.main-footer .footer-contact ul li a span {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (min-width: 320px) {
  footer.main-footer .footer-contact ul li a span {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  footer.main-footer .footer-contact ul li a span {
    font-size: 14px;
  }
}
footer.main-footer .footer-contact ul li a:hover {
  color: #25C7FF;
}
footer.main-footer .footer-contact span {
  margin-bottom: 35px;
}
footer.main-footer .footer-contact span {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-contact span {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-contact span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  footer.main-footer .footer-contact span {
    display: block;
    margin-bottom: 10px;
  }
}
footer.main-footer .footer-contact .social {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-contact .social {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-contact .social {
    font-size: 16px;
  }
}
footer.main-footer .footer-contact .social a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-weight: normal;
  font-family: "Comfortaa", sans-serif;
}
footer.main-footer .footer-contact .social a:hover {
  color: #25C7FF;
  background: transparent;
}
footer.main-footer .footer-contact .social a + a {
  margin-left: 0;
}
footer.main-footer .footer-nav-courses h3 {
  font-weight: bold;
  min-height: 50px;
}
footer.main-footer .footer-nav-courses h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-nav-courses h3 {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-nav-courses h3 {
    font-size: 16px;
  }
}
footer.main-footer .footer-nav-courses h3, footer.main-footer .footer-nav-courses h3 a {
  color: #25C7FF;
  transition: all 0.2s;
}
footer.main-footer .footer-nav-courses h3 a:hover {
  color: #fff;
}
footer.main-footer .footer-nav-courses ul {
  padding: 0;
  list-style-type: none;
  font-weight: bold;
}
footer.main-footer .footer-nav-courses ul {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .footer-nav-courses ul {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .footer-nav-courses ul {
    font-size: 14px;
  }
}
footer.main-footer .footer-nav-courses ul li {
  margin-bottom: 5px;
}
footer.main-footer .footer-nav-courses ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
footer.main-footer .footer-nav-courses ul li a:hover {
  color: #25C7FF;
}
footer.main-footer .mobile-icons {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .mobile-icons {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .mobile-icons {
    font-size: 16px;
  }
}
footer.main-footer .mobile-icons a {
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.3s;
}
footer.main-footer .mobile-icons a:hover {
  color: #25C7FF;
  border: 1px solid #25C7FF;
}
footer.main-footer .cookie-shell {
  display: none;
  width: 100%;
  height: auto;
  background: #192041;
  border-top: 1px solid #111d33;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.6em;
  padding-bottom: 20px;
}
footer.main-footer .cookie-shell {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .cookie-shell {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .cookie-shell {
    font-size: 16px;
  }
}
footer.main-footer .cookie-shell .cookie-btn-success,
footer.main-footer .cookie-shell .cookie-btn-info {
  font-family: Bahnschrift, Comfortaa, sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  border-radius: 9px;
  line-height: 1.6em;
  transition: 0.3s;
  background: #25C7FF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  margin-bottom: 10px;
}
footer.main-footer .cookie-shell .cookie-btn-success,
footer.main-footer .cookie-shell .cookie-btn-info {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  footer.main-footer .cookie-shell .cookie-btn-success,
footer.main-footer .cookie-shell .cookie-btn-info {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  footer.main-footer .cookie-shell .cookie-btn-success,
footer.main-footer .cookie-shell .cookie-btn-info {
    font-size: 16px;
  }
}
footer.main-footer .cookie-shell .cookie-btn-success:hover,
footer.main-footer .cookie-shell .cookie-btn-info:hover {
  background: #fff;
  color: #25C7FF;
}
footer.main-footer .cookie-shell .cookie-btn-info {
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
}
footer.main-footer .cookie-shell .cookie-btn-info:hover {
  background: #25C7FF;
  color: #fff;
  border: 1px solid transparent;
}
footer.main-footer .cookie-shell p {
  padding: 20px 0;
  margin: 0;
  color: #fff;
}

.page-white-label .headline {
  background-color: #192041;
  position: relative;
  z-index: 1;
}
.page-white-label .headline h2 {
  text-transform: uppercase;
  padding: 36px 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.page-white-label .headline h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .headline h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .headline h2 {
    font-size: 32px;
  }
}
.page-white-label .header {
  background: url("/img/white-label/blue-bg.svg") no-repeat center bottom/cover;
  padding-top: 2rem;
}
@media screen and (min-width: 992px) {
  .page-white-label .header {
    margin-bottom: 6.62rem;
  }
}
@media screen and (max-width: 991px) {
  .page-white-label .header {
    background-position: top;
    background-size: contain;
  }
}
.page-white-label .header h1 {
  display: block;
  color: #3C4B66;
  font-family: Bahnschrift, Comfortaa, sans-serif;
}
.page-white-label .header h1 {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .page-white-label .header h1 {
    font-size: calc(22px + 24 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .header h1 {
    font-size: 46px;
  }
}
.page-white-label .header h1 span {
  color: #F8C300;
}
.page-white-label .header h1::after {
  position: static;
  height: 0;
  width: 0;
}
.page-white-label .header h2 {
  color: #3C5EA1;
  font-weight: bold;
}
.page-white-label .header h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .header h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .header h2 {
    font-size: 32px;
  }
}
.page-white-label .header p {
  color: #707070;
  font-family: Comfortaa, sans-serif;
  line-height: 1.2;
}
.page-white-label .header p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-white-label .header p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .header p {
    font-size: 20px;
  }
}
.page-white-label .header .heroes {
  margin-top: -2rem;
  position: relative;
}
.page-white-label .header .heroes img {
  width: 100%;
}
.page-white-label .header .bulb {
  background: url("/img/white-label/bulb-on.svg") center no-repeat;
  background: url("/img/white-label/bulb.svg") center no-repeat;
  width: 70px;
  height: 89px;
  display: inline-block;
  position: absolute;
  right: 18%;
  top: 10%;
  margin: 0 auto;
  -webkit-animation: bulb-blinking 2s steps(1, end) infinite;
          animation: bulb-blinking 2s steps(1, end) infinite;
}
@media screen and (max-width: 1399px) {
  .page-white-label .header .bulb {
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-white-label .header .bulb {
    background-size: 70%;
    top: 0;
    right: 14%;
  }
}
@-webkit-keyframes bulb-blinking {
  0% {
    background-image: url("/img/white-label/bulb.svg");
  }
  50% {
    background-image: url("/img/white-label/bulb-on.svg");
  }
}
@keyframes bulb-blinking {
  0% {
    background-image: url("/img/white-label/bulb.svg");
  }
  50% {
    background-image: url("/img/white-label/bulb-on.svg");
  }
}
.page-white-label .header .gear {
  background: url("/img/white-label/gear.svg") center no-repeat;
  display: inline-block;
  width: 120px;
  height: 120px;
  background-size: 80px;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
  position: absolute;
  bottom: 12%;
  left: 20%;
}
@media screen and (max-width: 1399px) {
  .page-white-label .header .gear {
    bottom: 30%;
  }
}
@media screen and (max-width: 1199px) {
  .page-white-label .header .gear {
    bottom: 48%;
  }
}
@media screen and (max-width: 1075px) {
  .page-white-label .header .gear {
    bottom: 44%;
  }
}
@media screen and (max-width: 1032px) {
  .page-white-label .header .gear {
    bottom: 40%;
  }
}
@media screen and (max-width: 991px) {
  .page-white-label .header .gear {
    bottom: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .page-white-label .header .gear {
    bottom: 5%;
  }
}
@media screen and (max-width: 500px) {
  .page-white-label .header .gear {
    background-size: 50%;
    bottom: 0;
    left: 17%;
  }
}
@-webkit-keyframes rotate {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-white-label .btn-guide {
  color: #fff;
  text-transform: uppercase;
  font-family: Bahnschrift, Comfortaa, sans-serif;
  border-radius: 15px;
  text-decoration: none;
  padding: 8px 30px 5px;
}
.page-white-label .btn-guide {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .btn-guide {
    font-size: calc(20px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .btn-guide {
    font-size: 24px;
  }
}
.page-white-label .our-mission {
  font-weight: bold;
  border-left: 16px solid #F8C300;
  background-color: #fff;
  padding: 20px 40px;
}
.page-white-label .our-mission h2 {
  font-family: Comfortaa, sans-serif;
  text-transform: uppercase;
  color: #3C4B66;
}
.page-white-label .our-mission h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .our-mission h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .our-mission h2 {
    font-size: 32px;
  }
}
.page-white-label .our-mission p {
  color: #707070;
  line-height: 1.5;
}
.page-white-label .our-mission p {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .page-white-label .our-mission p {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .our-mission p {
    font-size: 16px;
  }
}
.page-white-label .requirements h2 {
  text-transform: uppercase;
  color: #3C4B66;
  font-weight: bold;
}
.page-white-label .requirements h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .requirements h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .requirements h2 {
    font-size: 32px;
  }
}
.page-white-label .requirements .sheet {
  border-radius: 15px;
  padding: 20px 33px 26px;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.page-white-label .requirements .sheet .triangle {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 50px solid #c8c8c8;
  border-right: 50px solid transparent;
  box-shadow: 3px -3px 0 3px #fff;
}
.page-white-label .requirements .sheet h3 {
  color: #193E80;
  font-weight: bold;
  text-transform: uppercase;
}
.page-white-label .requirements .sheet h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-white-label .requirements .sheet h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .requirements .sheet h3 {
    font-size: 20px;
  }
}
.page-white-label .requirements .actions {
  margin: 2.5rem 0 3.5rem;
}
.page-white-label .why-us {
  font-weight: bold;
  font-family: "Comfortaa", sans-serif;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .page-white-label .why-us {
    margin-bottom: 5rem;
  }
}
.page-white-label .why-us .from-left {
  grid-column: 2/3;
  transform: translateX(-50%);
}
.page-white-label .why-us .from-right {
  grid-column: 3/4;
  transform: translateX(50%);
}
.page-white-label .why-us .from-left,
.page-white-label .why-us .from-right {
  transition: opacity 250ms ease-in, transform 400ms ease-in;
  opacity: 0;
}
.page-white-label .why-us .from-left.appear,
.page-white-label .why-us .from-right.appear {
  transform: translateX(0);
  opacity: 1;
}
.page-white-label .why-us .headline {
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 991px) {
  .page-white-label .why-us .headline {
    margin-bottom: 2rem;
  }
}
.page-white-label .why-us .article-photo {
  position: relative;
  margin-bottom: 5.62rem;
}
.page-white-label .why-us .article-photo img {
  position: relative;
}
@media screen and (max-width: 991px) {
  .page-white-label .why-us .article-photo img {
    width: 100%;
  }
}
.page-white-label .why-us .article-photo::before {
  content: "";
  position: absolute;
  display: block;
  background: url("/img/white-label/rhombus-yellow.svg") no-repeat;
  width: 387px;
  height: 365px;
  top: -35%;
  z-index: 0;
}
.page-white-label .why-us .article-photo.blue::before {
  background-image: url("/img/white-label/rhombus-blue.svg");
  right: 0;
  top: -33%;
  z-index: 0;
}
.page-white-label .why-us .article-model.article-blue {
  max-width: 80%;
}
.page-white-label .why-us .article-model .title {
  background-color: #FDE79B;
  padding: 12px 20px 12px;
}
.page-white-label .why-us .article-model .title.blue {
  background-color: #D0FBFF;
}
.page-white-label .why-us .article-model .title h3 {
  margin: 0;
  color: #3C4B66;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 90%;
}
.page-white-label .why-us .article-model .title h3 {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-white-label .why-us .article-model .title h3 {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .why-us .article-model .title h3 {
    font-size: 20px;
  }
}
.page-white-label .why-us .article-model p {
  color: #707070;
  padding-left: 20px;
  line-height: 1.5;
}
.page-white-label .why-us .carousel-indicators {
  position: static;
}
@media screen and (max-width: 992px) {
  .page-white-label .why-us #carousel-us .carousel-inner .carousel-item .article-photo {
    margin-bottom: 0;
  }
  .page-white-label .why-us #carousel-us .from-right,
.page-white-label .why-us #carousel-us .from-left {
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .page-white-label .why-us #carousel-us .carousel-inner .carousel-item .article-photo::before {
    content: none;
  }
  .page-white-label .why-us #carousel-us .article-model {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .page-white-label .why-us #carousel-us .carousel-indicators {
    display: none;
  }
  .page-white-label .why-us #carousel-us .carousel-inner {
    display: block;
    overflow: visible !important;
  }
  .page-white-label .why-us #carousel-us .carousel-inner .carousel-item {
    display: block !important;
    position: static !important;
    float: none !important;
    margin: 0 !important;
    transition: opacity 250ms ease-in, transform 400ms ease-in !important;
  }
  .page-white-label .why-us #carousel-us .carousel-inner .carousel-item.carousel-item-next, .page-white-label .why-us #carousel-us .carousel-inner .carousel-item.carousel-item-start {
    transform: none !important;
  }
}
.page-white-label .business-model {
  background-color: #E5E5E5;
  background-position: top;
  position: relative;
}
.page-white-label .business-model .laptop-bg {
  width: 100%;
  height: 0 !important;
  position: relative;
  padding-bottom: 64.5%;
}
@media screen and (min-width: 992px) {
  .page-white-label .business-model .laptop-bg {
    margin-top: -20%;
    margin-bottom: -20%;
  }
}
.page-white-label .business-model .laptop-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/img/white-label/laptop.webp") center/contain no-repeat;
}
.page-white-label .business-model .laptop-bg .display-content {
  position: absolute;
  inset: 12.2% 13.3% 16.5% 15.65%;
  overflow: hidden;
  border-radius: 2px;
}
.page-white-label .business-model .laptop-bg .display-content img {
  width: 100%;
  height: auto;
}
.page-white-label .business-model .laptop-bg .display-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url("/img/white-label/laptop-screen-2x.webp") center 0%/100% no-repeat;
  opacity: 1;
  z-index: 0;
  transition: all 0.2s;
  -webkit-animation: scrolldown 10s cubic-bezier(0, 0, 0.2, 1) 2s infinite;
          animation: scrolldown 10s cubic-bezier(0, 0, 0.2, 1) 2s infinite;
}
@media screen and (-webkit-max-device-pixel-ratio: 1), screen and (max-resolution: 96dpi) {
  .page-white-label .business-model .laptop-bg .display-content::before {
    background-image: url("/img/white-label/laptop-screen.webp");
  }
}
@-webkit-keyframes scrolldown {
  0% {
    background-position: center 0%;
  }
  40%, 60% {
    background-position: center 100%;
  }
  80% {
    background-position: center 0%;
  }
}
@keyframes scrolldown {
  0% {
    background-position: center 0%;
  }
  40%, 60% {
    background-position: center 100%;
  }
  80% {
    background-position: center 0%;
  }
}
@media screen and (max-width: 991px) {
  .page-white-label .business-model .laptop-bg {
    margin-top: 0;
    height: 350px;
    background-position: center;
  }
}
.page-white-label .business-model .text-mobile {
  color: #707070;
}
.page-white-label .business-model .text-mobile {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-white-label .business-model .text-mobile {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .business-model .text-mobile {
    font-size: 16px;
  }
}
.page-white-label .business-model .business-platform .business-title {
  border-left: 16px solid #F8C300;
  background-color: #fff;
  padding: 1.55rem 13% 1.55rem 0.4rem;
  margin-top: -30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  width: 120%;
}
@media screen and (max-width: 991px) {
  .page-white-label .business-model .business-platform .business-title {
    width: 100%;
    border-top: 16px solid #F8C300;
    border-left: none;
  }
}
.page-white-label .business-model .business-platform .business-title h2 {
  text-transform: uppercase;
  color: #3C4B66;
  font-weight: 800;
}
.page-white-label .business-model .business-platform .business-title h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .business-model .business-platform .business-title h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .business-model .business-platform .business-title h2 {
    font-size: 32px;
  }
}
.page-white-label .business-model .business-platform p {
  padding-left: 20px;
  color: #707070;
  font-weight: bold;
  line-height: 1.5;
}
.page-white-label .what-you-get .transparent {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .page-white-label .what-you-get .transparent {
    background-color: #fde79b;
    margin-bottom: 2rem;
  }
}
.page-white-label .what-you-get .transparent h2 {
  color: #193E80;
}
.page-white-label .what-you-get .image-icon {
  background: url("/img/white-label/rhombus.svg") no-repeat center/cover;
  height: 237px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-white-label .what-you-get .image-icon {
    height: 215px;
  }
}
@media screen and (max-width: 359px) {
  .page-white-label .what-you-get .image-icon {
    background-size: 150%;
  }
}
.page-white-label .what-you-get .image-icon img {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .page-white-label .what-you-get .image-icon img {
    width: auto;
    height: 35%;
    margin-top: 12%;
  }
}
.page-white-label .what-you-get .image-icon p {
  max-width: 65%;
  margin: auto;
  color: #193E80;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and (max-width: 359px) {
  .page-white-label .what-you-get .image-icon p {
    max-width: 75%;
    overflow: hidden;
  }
}
.page-white-label .course-slider {
  background-color: transparent;
}
.page-white-label .course-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .page-white-label .course-slider .carousel-indicators {
    margin-left: -0.7rem;
    margin-right: -0.7rem;
  }
}
.page-white-label .course-slider .arrows {
  color: #193E80;
  font-size: 36px;
}
.page-white-label .course-slider .course-card-wrapper {
  position: relative;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.page-white-label .course-slider .course-card-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  inset: 22% 0 10px 0;
  background: #F5F5F5;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
}
.page-white-label .course-slider .course-card-wrapper > div {
  position: relative;
  z-index: 1;
}
.page-white-label .course-slider .course-card-wrapper .course-logo {
  padding-bottom: 0;
  height: 95px;
  width: 95px;
  text-align: center;
}
.page-white-label .course-slider .course-card-wrapper .courses-titles {
  margin-bottom: 20px !important;
}
.page-white-label .course-slider .course-card-wrapper .name {
  margin-top: 0.75rem;
  font-weight: bold;
}
.page-white-label .course-slider .course-card-wrapper .name {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-white-label .course-slider .course-card-wrapper .name {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .course-slider .course-card-wrapper .name {
    font-size: 16px;
  }
}
.page-white-label .course-slider .course-card-wrapper .course-info::after {
  content: "";
  height: 28px;
  background-color: #D0FBFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  z-index: 120;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 2px;
  right: 2px;
  width: auto;
}
.page-white-label .course-slider .course-card-wrapper .course-info span {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-white-label .course-slider .course-card-wrapper .course-info span {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .course-slider .course-card-wrapper .course-info span {
    font-size: 20px;
  }
}
.page-white-label .course-slider .course-card-wrapper .course-info span:first-child {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .page-white-label .course-slider .course-card-wrapper .course-info span:first-child {
    font-size: calc(12px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .course-slider .course-card-wrapper .course-info span:first-child {
    font-size: 14px;
  }
}
.page-white-label .course-slider .category-title {
  font-family: Pacifico, cursive;
  line-height: 1.2;
  display: block;
}
.page-white-label .successful-factors {
  background: linear-gradient(73.86deg, #f8c300 50%, #E5E5E5 50%);
  margin-bottom: 9rem;
}
@media screen and (max-width: 1399px) {
  .page-white-label .successful-factors {
    background: url("/img/white-label/yellow-photo-bg.webp") no-repeat center/cover;
    padding-top: 4rem;
  }
}
.page-white-label .successful-factors .team-image {
  border-bottom-right-radius: 100px;
}
@media screen and (min-width: 1400px) {
  .page-white-label .over {
    position: relative;
    left: 6rem;
  }
}
.page-white-label .factors {
  background-color: #fff;
  border-right: 16px solid #F8C300;
  padding: 32px;
  z-index: 3;
  line-height: 1.25;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1400px) {
  .page-white-label .factors {
    position: absolute;
    top: 5rem;
  }
}
.page-white-label .factors h2 {
  color: #3C4B66;
  font-weight: 600;
  text-transform: uppercase;
}
.page-white-label .factors h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .factors h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .factors h2 {
    font-size: 32px;
  }
}
.page-white-label .factors h3 {
  margin-bottom: 0;
  font-weight: 600;
  color: #485084;
}
.page-white-label .factors h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-white-label .factors h3 {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .factors h3 {
    font-size: 16px;
  }
}
.page-white-label .factors p {
  color: #707070;
  font-weight: 600;
}
.page-white-label .factors p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-white-label .factors p {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .factors p {
    font-size: 16px;
  }
}
.page-white-label .factors p:first-of-type {
  color: #3f4885;
}
.page-white-label .create-it {
  margin-bottom: 77px;
  position: relative;
}
.page-white-label .create-it .bg-aqua {
  background-color: #D0FBFF;
  padding: 18px 41px;
}
.page-white-label .create-it h2 {
  color: #193E80;
  font-weight: 800;
}
.page-white-label .create-it h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .create-it h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .create-it h2 {
    font-size: 32px;
  }
}
.page-white-label .create-it img {
  margin-bottom: 10px;
}
.page-white-label .create-it p {
  line-height: 1.25;
  margin-bottom: 0;
  color: #485084;
  font-weight: 800;
}
.page-white-label .how-it-looks {
  margin-bottom: 100px;
  background: url("/img/white-label/rhombus-yellow-blue.svg") top left no-repeat, url("/img/white-label/rhombus-blue-yellow.svg") right top no-repeat;
}
@media screen and (max-width: 991px) {
  .page-white-label .how-it-looks {
    background: none;
  }
}
@media screen and (min-width: 1400px) {
  .page-white-label .how-it-looks {
    margin: 0 180px 100px 180px;
  }
}
.page-white-label .how-it-looks .headline {
  background-color: transparent;
}
.page-white-label .how-it-looks .headline h2 {
  color: #485084;
}
.page-white-label .how-it-looks img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .page-white-label .how-it-looks img {
    width: 88%;
  }
}
.page-white-label .how-it-looks .carousel {
  padding: 0;
}
.page-white-label .how-it-looks .carousel .carousel-inner {
  margin: 0;
}
.page-white-label .how-it-looks .carousel .carousel-inner .carousel-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-white-label .how-it-looks .carousel .carousel-inner .carousel-item.col-md-6 {
    width: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .how-it-looks .carousel .carousel-inner .carousel-item.col-lg-3 {
    width: 25% !important;
  }
}
.page-white-label .how-it-looks .carousel .carousel-inner .carousel-item img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-white-label .how-it-looks .carousel .carousel-inner {
    display: flex !important;
    overflow: visible !important;
  }
  .page-white-label .how-it-looks .carousel .carousel-inner .carousel-item {
    display: flex !important;
    position: static !important;
    float: none !important;
    margin: 0 !important;
    transition: opacity 250ms ease-in, transform 400ms ease-in !important;
  }
  .page-white-label .how-it-looks .carousel .carousel-inner .carousel-item img {
    width: 90%;
  }
  .page-white-label .how-it-looks .carousel .carousel-inner .carousel-item.carousel-item-next, .page-white-label .how-it-looks .carousel .carousel-inner .carousel-item.carousel-item-start {
    transform: none !important;
  }
}
@media screen and (min-width: 992px) {
  .page-white-label .how-it-looks .carousel .carousel-inner .carousel-item img {
    width: 100%;
  }
}
.page-white-label .carousel-indicators button:not(.active) {
  opacity: 0.25;
}
.page-white-label .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F8C300;
}
.page-white-label .createit-steps {
  margin-bottom: 8.75rem;
}
.page-white-label .createit-steps .steps-path {
  background: url("/img/white-label/path-map.svg") no-repeat center/contain;
}
.page-white-label .createit-steps .steps-path div:first-child, .page-white-label .createit-steps .steps-path div:nth-child(2), .page-white-label .createit-steps .steps-path div:nth-child(3), .page-white-label .createit-steps .steps-path div:nth-child(4), .page-white-label .createit-steps .steps-path div:nth-child(5) {
  margin-bottom: 5.5rem;
}
.page-white-label .createit-steps .steps-path .col {
  position: relative;
}
.page-white-label .createit-steps .steps-path .col h3 {
  position: absolute;
  bottom: -50px;
  font-weight: 600;
  color: #485084;
  left: 50%;
  transform: translateX(-50%);
}
.page-white-label .createit-steps .steps-path .col h3 {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .page-white-label .createit-steps .steps-path .col h3 {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .createit-steps .steps-path .col h3 {
    font-size: 16px;
  }
}
.page-white-label .createit-steps .steps-path .steps {
  margin: 5px 0;
}
.page-white-label .createit-steps .steps-path .yellow-rhombus {
  background: url("/img/white-label/rhombus.svg") no-repeat center;
  text-align: center;
  padding: 35px 10px;
  background-size: 70%;
}
.page-white-label .createit-steps .steps-path .blue-rhombus {
  background: url("/img/white-label/rhombus-blue.svg") no-repeat center;
  text-align: center;
  padding: 35px 10px;
  background-size: 70%;
}
@media screen and (max-width: 1400px) {
  .page-white-label .createit-steps .steps-path .blue-rhombus, .page-white-label .createit-steps .steps-path .yellow-rhombus {
    background-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .page-white-label .createit-steps .steps-path .blue-rhombus, .page-white-label .createit-steps .steps-path .yellow-rhombus {
    background-size: 94%;
  }
}
@media screen and (max-width: 991px) {
  .page-white-label .contact-us {
    border-top: 20px solid #F8C300;
  }
}
.page-white-label .contact-us .text-entry {
  position: relative;
  padding: 0 30px 30px 15px;
}
.page-white-label .contact-us .text-entry::before {
  content: "";
  border-left: 16px solid #F8C300;
  display: inline-block;
  height: 150px;
  position: absolute;
  right: 100%;
}
@media screen and (max-width: 991px) {
  .page-white-label .contact-us .text-entry::before {
    border-left: none;
  }
}
.page-white-label .contact-us .text-entry h2 {
  font-weight: 600;
  color: #3C4B66;
  line-height: 1.25;
}
.page-white-label .contact-us .text-entry h2 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .page-white-label .contact-us .text-entry h2 {
    font-size: calc(20px + 12 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .contact-us .text-entry h2 {
    font-size: 32px;
  }
}
.page-white-label .contact-us .text-entry p {
  color: #707070;
  line-height: 1.3;
  font-weight: 800;
}
.page-white-label .contact-us .text-entry p {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .page-white-label .contact-us .text-entry p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .page-white-label .contact-us .text-entry p {
    font-size: 20px;
  }
}
.page-white-label .contact-us .img-wrapper {
  position: relative;
}
.page-white-label .contact-us .img-wrapper img:last-child {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .page-white-label .contact-us .img-wrapper img:last-child {
    max-width: 70%;
    margin-bottom: 2rem;
  }
}
.page-white-label .contact-us .img-wrapper #orange-rhombus {
  position: absolute;
  top: -80px;
  right: -75px;
}
@media screen and (max-width: 991px) {
  .page-white-label .contact-us .img-wrapper #orange-rhombus {
    width: 20%;
    top: 0;
    right: 20%;
  }
}
.page-white-label .contact-us form {
  background-color: #E5E5E5;
  padding: 2.93rem 2rem 0 4.37rem;
  border-top-left-radius: 15%;
}
@media screen and (max-width: 991px) {
  .page-white-label .contact-us form {
    padding: 37px 44px 30px 44px;
  }
  .page-white-label .contact-us form input {
    height: 44px;
  }
}
@media screen and (max-width: 380px) {
  .page-white-label .contact-us form {
    padding: 37px 1.5rem 30px 1.5rem;
  }
}
.page-white-label .contact-us form input {
  margin-bottom: 10px;
  padding: 12px;
  border-color: transparent;
}
.page-white-label .contact-us form input.is-invalid {
  border-color: #dc3545;
}
.page-white-label .contact-us form .form-control {
  transition: 0.2s box-shadow;
}
.page-white-label .contact-us form .form-control:active, .page-white-label .contact-us form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 195, 0, 0.45);
}
.page-white-label .contact-us form button {
  margin: 10px 0 35px;
}
@media screen and (min-width: 992px) {
  .page-white-label .contact-us form ::-moz-placeholder {
    color: transparent;
  }
  .page-white-label .contact-us form ::placeholder {
    color: transparent;
  }
}
.page-white-label .top-left-radius {
  border-top-left-radius: 100px;
}
.page-white-label .bottom-right-radius {
  border-bottom-right-radius: 100px;
}
.page-white-label .bottom-left-radius {
  border-bottom-left-radius: 100px;
}
@media screen and (max-width: 575px) {
  .page-white-label .g-recaptcha {
    transform: scale(0.7);
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  .page-white-label .g-recaptcha {
    transform-origin: left center;
  }
}

body {
  background-color: #1b2042;
  font-family: "Comfortaa";
}
body {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  body {
    font-size: calc(14px + 2 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
body > #content {
  background-color: #fff;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
}

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