.stats-container {
  background-color: #5463d5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 12%;
}

.stats-graphics {
  width: 40%;
  max-width: 615px;
  padding: 5em 8em 5em 0;
  flex-shrink: 0;
}
.stats-graphics img {
  width: 100%;
  height: auto;
}

.stats-report {
  max-width: 743px;
}

.stats {
  display: flex;
  width: 100%;
}

.universitites, .countries {
  background: url(/images/globe.svg?04b3c8857a11a0f49e8190691039b124) no-repeat center 20%;
  background-color: #1d2777;
  width: 14em;
  color: #FFF;
  padding: 7.5em 2.5em 3.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  flex: 1;
}
.universitites .figures, .countries .figures {
  font-size: 5.15em;
  font-weight: bold;
  line-height: 1.5em;
  color: #FFF;
}
.universitites .text, .countries .text {
  font-size: 2em;
  font-weight: 400;
}

.universitites {
  background: url(/images/library.svg?28d62e67bbc840bf8449ad8b01f0749b) no-repeat center 20%;
  background-color: #1d2777;
}

.middle {
  margin: auto 1em 0 1em;
  color: #FFF;
  padding-bottom: 2rem;
  font-size: 2em;
}

.tag-line {
  color: #d4d8f5;
  font-size: 1.714em;
  text-align: center;
}

.stats-container {
  /* mobile */
  /* tablets adjust sizes in bigger tablets */
  /* tablet */
}
@media screen and (max-width: 576px) {
  .stats-container {
    flex-wrap: wrap;
  }
  .stats-container .stats-graphics {
    padding: 0;
    width: 100%;
    margin-bottom: 1em;
  }
  .stats-container .stats {
    flex-direction: column;
    align-items: center;
  }
  .stats-container .stats .middle {
    padding: 1em 0;
    font-size: 1.125em;
  }
  .stats-container .stats .universitites, .stats-container .stats .countries {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1.5em 3em;
    width: 70%;
    background-position: 20% center;
  }
  .stats-container .stats .universitites .figures, .stats-container .stats .countries .figures {
    line-height: 1.2;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
    font-size: 3.125em;
  }
  .stats-container .stats .universitites .text, .stats-container .stats .countries .text {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    font-size: 1.125em;
  }
  .stats-container .tag-line {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1100px) and (min-width: 999px) {
  .stats-container .stats-graphics {
    padding: 6em 2em 6em 0;
    width: 35%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 577px) {
  .stats-container {
    flex-wrap: wrap;
  }
  .stats-container .stats-graphics {
    flex: auto;
    padding: 1em 0 0 0;
  }
  .stats-container .stats-report {
    flex: auto;
  }
  .stats-container .universitites, .stats-container .countries {
    padding: 7.5em 1em 3.5em;
  }
  .stats-container .middle {
    margin: auto 0.5em 0 0.5em;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1001px) {
  .stats-container .stats-graphics {
    padding: 6em 2em 6em 0;
  }
  .stats-container .universitites, .stats-container .countries {
    width: 12em;
  }
}
@media screen and (max-width: 1920px) {
  .stats-container {
    padding: 3em 6%;
  }
}

.request-demo {
  background-color: #FFF;
  padding: 7em 12%;
  text-align: center;
  /* mobile */
}
.request-demo h2 {
  color: #181c47;
}
.request-demo a {
  color: #218380;
  text-decoration: underline;
}
.request-demo a.button {
  background-color: #218380;
  color: #FFF;
  text-decoration: none;
}
.request-demo a.button:hover, .request-demo a.button:focus {
  background-color: #1f7370;
}
.request-demo a.button:active {
  background-color: #185957;
}
.request-demo p {
  font-size: 1.25em;
  color: #374957;
}
.request-demo.inverse {
  background-color: #218380;
  color: #FFF;
  padding: 9em 6% 7em 6%;
}
.request-demo.inverse h2 {
  color: inherit;
}
.request-demo.inverse p {
  color: inherit;
}
.request-demo.inverse a {
  color: inherit;
}
.request-demo.inverse a.button {
  background-color: #7b1fa2;
}
.request-demo.inverse a.button:hover, .request-demo.inverse a.button:focus {
  background-color: #651b85;
}
.request-demo.inverse a.button:active {
  background-color: #4e1466;
}
@media screen and (max-width: 1920px) {
  .request-demo {
    padding: 7em 6%;
  }
}
@media screen and (max-width: 576px) {
  .request-demo {
    padding: 4em 6%;
  }
  .request-demo h2 {
    font-size: 2em;
  }
  .request-demo.inverse {
    padding: 6em 6% 4em;
  }
}
.request-demo.signup-page p:last-child {
  display: none;
}

.lms-integration {
  color: #FFF;
  background-color: #ce7b91;
  padding: 7em 12%;
  text-align: center;
}
.lms-integration .title {
  color: inherit;
}
.lms-integration p {
  color: inherit;
  margin-bottom: 0;
}
.lms-integration ul.lms-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 3em;
}
.lms-integration ul.lms-list li {
  display: inline;
}
.lms-integration .graphics {
  height: 100%;
  position: relative;
  margin: auto;
  display: block;
}
.lms-integration .graphics.small {
  width: 60%;
}
.lms-integration img {
  max-width: 16em;
  width: 80%;
  padding-top: 3em;
}
.lms-integration a.button {
  background-color: #782d41;
}
.lms-integration a.button:hover, .lms-integration a.button:focus {
  background-color: #5e2333;
}
.lms-integration a.button:active {
  background-color: #5c2735;
}
@media screen and (max-width: 1920px) {
  .lms-integration {
    padding: 7em 6%;
  }
}
@media screen and (max-width: 576px) {
  .lms-integration {
    padding: 4em 6%;
  }
  .lms-integration .title {
    font-size: 2em;
  }
  .lms-integration ul.lms-list {
    -moz-column-count: 2;
    column-count: 2;
    display: block;
  }
  .lms-integration ul.lms-list li {
    display: block;
    margin-right: 1em;
    height: 7em;
  }
  .lms-integration ul.lms-list li img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.testimonials {
  background-color: #49416d;
  padding: 7em 2em;
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  z-index: 1;
  max-width: 1440px;
  margin: auto;
}

.carousel::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.carousel::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}

.carousel::-webkit-scrollbar-track {
  background: transparent;
}

.carousel-item {
  scroll-snap-align: start;
  flex-shrink: 0;
  border-radius: 4px;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex: none;
  height: 100%;
}
.carousel-item > .carousel-graphics {
  margin-left: 2em;
  width: 40%;
  max-width: 60em;
  flex-shrink: 0;
}
.carousel-item img {
  width: 100%;
  margin-right: 2em;
}
.carousel-item > .carousel-content {
  width: 60%;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 0.5em 0 4em;
  padding: 3em;
  position: relative;
  z-index: 1;
  height: 100%;
  flex-shrink: 1;
}
.carousel-item > .carousel-content:before {
  width: 140px;
  height: 79px;
  fill: #ffffff;
  stroke-width: 5;
  transform: rotate(-22deg);
  content: "";
  background: url(/frontpage/testimonials/Path.svg) no-repeat center;
  position: absolute;
  right: 94%;
  top: 20%;
  z-index: -1;
}
.carousel-item > .carousel-content .review {
  display: flex;
  margin-bottom: 2em;
}
.carousel-item > .carousel-content .review:before {
  font-family: "Permanent Marker", sans-serif;
  font-size: 4.5em;
  content: '"';
  margin-right: 0.5em;
  color: #374957;
  line-height: 1;
}
.carousel-item > .carousel-content .review p {
  color: #374957;
  font-size: 1.25em;
  line-height: 1.9em;
  margin: 0;
}

.customer-detail p {
  line-height: 1.9em;
  color: #374957;
  font-style: italic;
  font-size: 1.25em;
  margin: 0;
}
.customer-detail .name {
  font-weight: 600;
}

.carousel-nav {
  position: absolute;
  right: 0;
  bottom: 2.5em;
  left: 0;
  text-align: center;
}
.carousel-nav .carousel-nav-list,
.carousel-nav .carousel-nav-item {
  display: inline-block;
  padding: 0;
}
.carousel-nav .carousel-nav-list:focus,
.carousel-nav .carousel-nav-item:focus {
  background-color: #000;
}
.carousel-nav .carousel-nav-button {
  display: inline-block;
  width: 0.85rem;
  height: 0.85rem;
  background-color: #988dcc;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}
.carousel-nav .carousel-nav-button.active {
  background-color: #FFF;
}

/* tablet */
@media screen and (max-width: 1300px) {
  .testimonials {
    padding: 6em 0;
  }
  .carousel .carousel-item {
    display: flex;
    flex-direction: column;
  }
  .carousel .carousel-item > .carousel-graphics {
    width: 50%;
    margin-bottom: 1em;
    margin-left: 0;
  }
  .carousel .carousel-item > .carousel-content {
    width: 87%;
    text-align: left;
    margin-left: 0;
    padding: 0.9em;
  }
  .carousel .carousel-item .carousel-content:before {
    content: none;
  }
  .carousel .carousel-item .review:before {
    font-size: 2.5em;
  }
}
/* mobile */
@media screen and (max-width: 576px) {
  .testimonials {
    padding: 4em 6%;
  }
  .testimonials .carousel .carousel-item > .carousel-graphics {
    margin-left: 0;
  }
  .testimonials .carousel .carousel-item > .carousel-content .review p, .testimonials .carousel .carousel-item > .carousel-content .customer-detail p {
    font-size: 16px;
  }
  .testimonials .carousel-nav {
    bottom: calc(2em - 28px);
  }
}
.features {
  text-align: center;
  background-color: #FFF;
  padding: 6em 12%;
  max-width: 1440px;
  margin: auto;
}
.features .title {
  color: #374957;
  text-align: center;
  color: #181c47;
}

.feature-item {
  display: flex;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 6em;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.feature-info, .feature-graphics {
  flex-basis: 50%;
  flex-shrink: 0;
  width: 50%;
}

.feature-info .subtitle {
  color: #181c47;
  text-align: left;
}
.feature-info a {
  color: #5463d5;
  font-weight: 700;
}
.feature-info a.button {
  color: #fff;
}
.feature-info a.button:hover, .feature-info a.button:focus {
  text-decoration: none;
}
.feature-info a:not(.link):after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 0.3em;
  font-weight: 200;
}
.feature-info a:focus, .feature-info a:hover {
  text-decoration: underline;
}
.feature-info p {
  line-height: 2em;
  color: #374957;
}
.feature-info p button[data-toggle=modal] {
  border: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  background: transparent;
  font: inherit;
  outline: none;
  cursor: pointer;
  color: #5463d5;
  font-weight: 700;
}
.feature-info p button[data-toggle=modal]:hover {
  text-decoration: underline;
}
.feature-info p button[data-toggle=modal]:focus-visible {
  text-decoration: underline;
  outline: 3px solid #0059ff;
  outline-offset: 2px;
}

.feature-graphics.order-1 {
  text-align: left;
}
.feature-graphics.order-2 {
  text-align: center;
}
.feature-graphics video {
  width: 80%;
}
.feature-graphics video.need-shrink {
  width: 70%;
}

/* tablet */
@media screen and (max-width: 1300px) {
  .features {
    padding: 6em 6%;
  }
}
/*mobile*/
@media screen and (max-width: 746px) {
  .features {
    padding: 4em 6%;
  }
  .features .title {
    font-size: 2em;
  }
  .feature-item {
    flex-direction: column;
    text-align: center;
  }
  .feature-item > .feature-info {
    order: 2;
    width: 100%;
  }
  .feature-item > .feature-info .subtitle {
    text-align: center;
  }
  .feature-item > .feature-info p {
    font-size: 1em;
  }
  .feature-item > .feature-graphics {
    order: 1;
    width: 100%;
    margin-bottom: 1em;
  }
  .feature-item > .feature-graphics.order-1 {
    text-align: center;
  }
}
