.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -khtml-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=fullpage.min.css.map */

/* Fonts loaded via Google Fonts */

/* Imports  Icons */
@font-face {
  font-family: 'wecare';
  src: url("../fonts/icons/wecare.eot?rg168y");
  src: url("../fonts/icons/wecare.eot?rg168y#iefix") format("embedded-opentype"), url("../fonts/icons/wecare.ttf?rg168y") format("truetype"), url("../fonts/icons/wecare.woff?rg168y") format("woff"), url("../fonts/icons/wecare.svg?rg168y#wecare") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wecare' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
}

.icon-right-diagonal:before {
  content: "\e913";
}

.icon-right-diagonal-v1:before {
  content: "\e914";
}

.icon-right-diagonal-v2:before {
  content: "\e915";
}

.icon-left-arrow:before {
  content: "\e910";
}

.icon-right-arrow:before {
  content: "\e912";
}

.icon-burger:before {
  content: "\e911";
}

.icon-chat:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e90f";
}

.icon-linkedin:before {
  content: "\e90d";
}

.icon-fb:before {
  content: "\e90c";
}

.icon-insta:before {
  content: "\e90b";
}

.icon-logo:before {
  content: "\e90a";
}

.icon-exclamation:before {
  content: "\e909";
}

.icon-video:before {
  content: "\e908";
}

.icon-pie-graph:before {
  content: "\e907";
}

.icon-card:before {
  content: "\e906";
}

.icon-measure:before {
  content: "\e905";
}

.icon-line-graph:before {
  content: "\e904";
}

.icon-file:before {
  content: "\e903";
}

.icon-bell:before {
  content: "\e902";
}

.icon-connection:before {
  content: "\e901";
}

.icon-tick:before {
  content: "\e900";
}

/* Import variables*/
/* font */
/* Font System */
/* Color System */
/* Mixins */
/*
    Example usage:
    @include animation(10s, 5s, changecolour)
*/
/*  Default settings */
::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

h2 {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 15px 0;
}

h3 {
  font-size: 22px;
  margin: 0 0 15px 0;
}

a {
  color: #0F255F;
  text-decoration: none;
  transition: color ease 0.2s;
}

a:hover {
  text-decoration: none;
  color: #16368b;
}

label {
  font-weight: normal;
}

p {
  margin: 0 0 15px 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  padding: 0px;
  list-style-position: inside;
}

ol li {
  margin-bottom: 0px;
  list-style: none;
  position: relative;
}

.app-l-svg--responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/* Component */
.form-control {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border: 1px solid #ffffff;
  padding: 12px 16px;
  height: 42px;
  outline: none;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  transition: border ease 0.2s;
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #d2d2d3;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d2d2d3;
}

.form-control::placeholder {
  color: #d2d2d3;
}

.form-control.form-control--revert {
  border-color: #0e0e0e;
  color: #0e0e0e;
}

.form-control.form-control--revert::-webkit-input-placeholder {
  /* Edge */
  color: rgba(14, 14, 14, 0.5);
}

.form-control.form-control--revert:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(14, 14, 14, 0.5);
}

.form-control.form-control--revert::placeholder {
  color: rgba(14, 14, 14, 0.5);
}

.form-control.form-control--revert:focus {
  color: #0e0e0e;
}

.form-control:focus {
  border-color: #59e4cf;
  background: none;
  color: #ffffff;
  box-shadow: none !important;
}

.form-group .app-l-form--label {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: normal;
  margin: 0;
}

.app-c-btn {
  border: none;
  padding: 16px 42px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 800;
  outline: none;
  line-height: normal;
  border: 2px solid transparent;
  letter-spacing: -0.3px;
  transition: background ease 0.2s, color ease 0.2s, border ease 0.2s;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.app-c-btn:focus {
  outline: none;
}

.app-c-btn--primary {
  background: none;
  color: #5b5b5b;
  border-color: #d7d7d7;
}

.app-c-btn--primary:hover {
  background: #8A75D1;
  border-color: #8A75D1;
  color: #ffffff;
}

.app-c-btn--primary:focus,
.app-c-btn--primary.active {
  border-color: #0F255F;
  background: #0F255F;
  color: #ffffff;
}

.app-c-btn--secondary {
  background: none;
  color: #5b5b5b;
  border-color: #d7d7d7;
}

.app-c-btn--secondary:hover {
  border-color: #59e4cf;
  background: #59e4cf;
  color: #ffffff;
}

.app-c-btn--secondary:focus,
.app-c-btn--secondary.active {
  background: #5ed9d3;
  border-color: #5ed9d3;
  color: #ffffff;
}

.app-c-btn--teritary {
  border-color: transparent;
  background: #010101;
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.28px;
  padding: 15px 25px;
  transition: background 0.3s ease-in-out;
  border-radius: 5px;
}

.app-c-btn--teritary:hover,
.app-c-btn--teritary:focus {
  background: #010101;
  color: #ffffff;
}

.app-c-btn--static {
  background: none;
  color: #5b5b5b;
  border-color: #d7d7d7;
}

.app-c-btn--static i {
  font-size: 9px;
  margin-left: 10px;
  display: block;
  line-height: normal;
}

.app-c-btn--static:hover,
.app-c-btn--static:focus {
  color: inherit;
}

.app-c-btn--sm {
  padding: 8px 30px;
}

.app-c-btn--xs {
  font-size: 14px;
  padding: 6px 31px;
  line-height: 14px;
}

.app-c-btn--block {
  width: 100%;
}

/* Screen component*/
.app-l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.app-l-header select {
  height: 40px;
  background: white;
  border: 1px solid rgba(70, 70, 70, 0.2);
  border-radius: 5px;
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
  padding: 0 10px;
  outline: none;
  margin-left: 10px;
}

.app-l-header nav {
  margin-left: auto;
}

.app-l-header .app-l-logo {
  margin: 0;
  max-width: 141px;
}

.app-l-header h1.app-l-logo {
  max-width: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.app-l-header .app-l-logo a {
  display: block;
}

.app-l-page-slider .app-l-header .app-l-logo a img {
  display: block;
  width: 87px;
}

@media screen and (max-width: 768px) {
  .app-l-header .app-l-logo a .high-res {
    display: none;
  }
}

.app-l-page-slider .app-l-header .app-l-logo a .low-res {
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-page-slider .app-l-header .app-l-logo a .low-res {
    display: block;
    width: 50px;
  }
}


@media (max-width: 768px) {
  .navbar-expand-sm .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-sm .navbar-collapse.show {
    display: block !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: block !important;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: column;
    padding-right: 0;
  }

  .navbar .navbar-collapse {
    flex-direction: column;
    margin-left: auto;
    position: absolute;
    top: 35px;
    right: 12px;
    z-index: 1;
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.25);
    background: #ffffff;
    padding: 10px;
  }

  .navbar .navbar-collapse li a {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }
}

body {
  margin: 0px;
  padding: 0;
  font-family: 'Geist', sans-serif;
  font-size: 15px;
  color: #3B496D;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  overflow-y: auto;
  text-rendering: optimizeLegibility;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  body {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-page-slider {
    touch-action: auto !important;
  }
}

.app-l-page-slider .section {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .app-l-page-slider .section {
    height: auto !important;
    min-height: auto;
  }
}

.app-l-page-slider .section.fp-table {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.app-l-page-slider .section.fp-table .fp-tableCell {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .app-l-page-slider .section.fp-table .fp-tableCell {
    height: auto !important;
    flex-grow: 1;
    justify-content: center;
    padding: 45px 0 20px 0;
  }
}

.app-l-page-slider .section .fp-slides {
  z-index: 2;
}

.app-l-page-slider .section .app-l-navigation-holder {
  position: absolute;
  background: red;
  width: 32px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.app-l-page-slider .section .app-l-navigation-holder.right {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
}

.app-l-page-slider .section .app-l-navigation-holder.left {
  bottom: 0;
  right: auto;
  left: 0;
  top: auto;
}

.app-l-page-slider .section .app-l-navigation-holder i {
  font-size: 16px;
  color: #cccccc;
  line-height: normal;
  cursor: pointer;
}

.app-c-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.app-c-list li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #3B496D;
  padding: 0px 0px 0px 27px;
}

.app-c-list li:before {
  content: "\e900";
  font-family: "wecare";
  width: 20px;
  height: 20px;
  background: #00b176;
  color: #ffffff;
  font-size: 9px;
  position: absolute;
  top: -2px;
  left: 0px;
  line-height: normal;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fp-section .fp-slidesNav {
    z-index: 3;
  }
}

.fp-section .fp-controlArrow {
  top: auto !important;
  bottom: 20px;
  border: none !important;
  position: absolute !important;
  min-width: 52px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  .fp-section .fp-controlArrow {
    display: none !important;
  }
}

.fp-section .fp-controlArrow.fp-prev {
  margin-right: auto;
  left: 16px;
}

.fp-section .fp-controlArrow.fp-prev:after {
  font-family: "wecare" !important;
  content: "\e910";
  font-size: 24px;
}

.fp-section .fp-controlArrow.fp-next {
  margin-left: auto;
  right: 16px;
}

.fp-section .fp-controlArrow.fp-next:after {
  font-family: "wecare" !important;
  content: "\e912";
  font-size: 24px;
}

.app-l-section__2 .fp-controlArrow {
  color: #8a75d1;
}

.app-l-section__3 .fp-controlArrow {
  color: #f6a35a;
}

.app-l-section__4 .fp-controlArrow {
  color: #50c9a0;
}

.app-l-section__5 .fp-controlArrow {
  color: #fe9898;
}

@media screen and (max-width: 768px) {
  .fp-tableCell {
    height: auto !important;
  }

  .fp-slidesContainer {
    display: flex;
    align-items: center;
    padding: 10% 0;
    margin: 20px 0;
  }

  .app-l-page__img-holder {
    margin: 0 auto !important;
  }

  .app-l-fes__slide-2 .app-l-page__img-holder {
    max-width: 100% !important;
  }

  .app-l-fes__slide-2 .low-res {
    width: 100%;
  }

  .app-l-fes__slide-2 .app-l-fes__round-2 {
    display: none;
  }

  .app-l-fes__slide-2 .app-l-page__img-holder {
    width: 100%;
  }

  .app-l-fes__slide-3 .app-l-page__img-holder {
    margin-left: -14px !important;
  }

  .app-l-shr__slide-2 .app-l-fes__round-1 {
    left: -80px !important;
    top: -127px !important;
  }

  .app-l-shr__slide-3 .app-l-page__img-holder {
    width: 90% !important;
  }

  .app-l-shr__slide-3 .app-l-fes__round-1 {
    animation: none !important;
    top: -53px !important;
    left: 40px !important;
    z-index: 1 !important;
  }

  .app-l-shr__slide-3 .app-l-fes__round-1 img {
    width: 310px;
  }

  .app-l-shr__slide-3 .app-l-fes__round-2 {
    top: -102px !important;
    left: -119px !important;
  }

  .app-l-shr__slide-3 .app-l-fes__round-2 img {
    width: 350px;
  }

  .app-l-section__4 .app-l-fdr__slide-2 .app-l-fes__round-1 {
    display: none !important;
  }

  .app-l-section__3 .app-l-shr__slide-1 .app-l-fes__round-1 {
    bottom: -15px !important;
    right: -10px !important;
  }

  .app-l-section__3 .app-l-shr__slide-1 .app-l-fes__round-1 img {
    max-width: 70px !important;
  }

  .app-l-section__6 .app-l-fes__round-green {
    left: 134px !important;
  }

  .app-l-section__6 .app-l-fes__round-green img {
    width: 74px;
  }

  .app-l-section__7 .app-l-page__img-holder {
    width: calc(100% + 95px) !important;
    max-height: 100% !important;
    margin: 0 18px 30px -3px !important;
  }

  .app-l-section__7 .app-l-page__img-holder img {
    max-height: fit-content !important;
  }

  .app-l-section__8 {
    padding: 120px 0;
  }

  .app-l-section__8 .app-l-centered-content h3,
  .app-l-section__8 .app-l-centered-content p {
    text-align: left !important;
  }

  .app-l-section__8 .app-l-centered-content h3 {
    margin-bottom: 13px !important;
  }

  .app-l-section__8 .app-l-centered-content p {
    color: #3b496d;
    font-size: 18px;
    line-height: 25px;
  }

  .app-l-section__9 .app-l-fes__sl-wrap {
    padding: 120px 0;
  }

  .app-l-section__9 .app-l-fes__sl-wrap h5 {
    font-size: 24px;
    line-height: 36px;
  }

  .app-l-section__9 .app-l-fes__sl-wrap span {
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.5;
  }

  .app-l-section__9 .app-l-slide-btn-control {
    margin-left: auto;
    margin-right: auto;
  }

  .app-l-section__9 .app-l-slide-btn-control span {
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
    color: #0f255f;
  }
}

.app-l-slider {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .app-l-slider {
    flex-direction: column;
    height: auto;
  }
}

.app-l-slider .flickity-viewport {
  width: inherit !important;
}

.app-l-slider .card-img-slider {
  width: 100%;
}

.app-l-slider .card-img-slider .flickity-viewport {
  overflow: visible;
}

.app-l-slider .flickity-prev-next-button.previous {
  left: -30px;
}

@media screen and (max-width: 768px) {
  .app-l-slider .flickity-prev-next-button.previous {
    left: 0px;
  }
}

@media screen and (max-width: 640px) {
  .app-l-slider .flickity-prev-next-button.previous {
    width: 30px;
    height: 30px;
    left: -10px !important;
  }
}

@media screen and (max-width: 768px) {
  .app-l-slider .flickity-prev-next-button.next {
    right: 0px !important;
  }
}

@media screen and (max-width: 640px) {
  .app-l-slider .flickity-prev-next-button.next {
    width: 30px;
    height: 30px;
    right: -10px !important;
  }
}

.app-l-slider .flickity-prev-next-button.previous,
.app-l-slider .flickity-prev-next-button.next {
  background: #8a75d1;
  display: flex;
  align-items: center;
  justify-content: Center;
}

.app-l-slider .flickity-prev-next-button.previous svg,
.app-l-slider .flickity-prev-next-button.next svg {
  left: 0;
  width: 14px;
  position: relative;
  top: 0;
}

.app-l-slider .flickity-prev-next-button.previous svg path,
.app-l-slider .flickity-prev-next-button.next svg path {
  fill: #ffffff;
}

.flickity-slider {
  display: flex;
  align-items: center;
}

.app-l-section__3 .app-l-shr__slide-1 .app-l-page__content {
  max-width: 400px;
  padding-left: 20px !important;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-1 .app-l-page__content {
    max-width: 100%;
    text-align: left;
    padding-left: 0 !important;
  }
}

.app-l-section__2 .app-l-fes__slide-1,
.app-l-section__2 .app-l-fes__slide-2,
.app-l-section__2 .app-l-fes__slide-3 {
  width: 100%;
}

.app-l-section__3 .app-l-shr__slide-1,
.app-l-section__3 .app-l-shr__slide-2,
.app-l-section__3 .app-l-shr__slide-3,
.app-l-section__3 .app-l-shr__slide-4 {
  width: 100%;
}

.app-l-section__3 .app-l-slider .flickity-button {
  background: #f6a35a;
}

.app-l-section__3 .app-l-slider .flickity-prev-next-button.previous {
  left: 0;
}

.app-l-section__4 .app-l-fdr__slide-1,
.app-l-section__4 .app-l-fdr__slide-2,
.app-l-section__4 .app-l-fdr__slide-3 {
  width: 100%;
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-slider .flickity-button,
.app-l-section__4 .app-l-fdr__slide-2 .app-l-slider .flickity-button,
.app-l-section__4 .app-l-fdr__slide-3 .app-l-slider .flickity-button {
  background: #50c9a0;
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder {
  width: 60% !important;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder {
    width: 100% !important;
  }
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-fes__sl-wrap .app-l-page__content {
  padding-left: 0;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-fes__sl-wrap .app-l-page__content {
    padding-right: 0;
  }
}

.app-l-section__4 .app-l-slider .flickity-button {
  background: #50c9a0;
}

.app-l-section__5 .app-l-section5-slide1,
.app-l-section__5 .app-l-section5-slide2,
.app-l-section__5 .app-l-section5-slide3 {
  width: 100%;
}

.app-l-section__5 .app-l-slider .flickity-button {
  background: #fe9898;
}

.app-l-section__5 .app-l-slider .flickity-prev-next-button.previous {
  left: 0px;
}

.app-l-section__5 .app-l-slider .flickity-prev-next-button {
  right: -30px;
}

@media (max-width: 1366px) {
  .app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder>img {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .app-l-slider .card-img-slider {
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder>img {
    height: auto;
  }

  .app-l-slider .card-img-slider {
    padding: 0 30px;
  }
}

#fp-nav {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.app-l-sportlight {
  background: #f9fbfd !important;
}

.app-l-sportlight .fp-tableCell {
  position: relative;
  padding: 20px 0 20px 0;
}

.app-l-sportlight .fp-tableCell .container {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .fp-tableCell .container {
    flex-grow: 1;
  }
}

.app-l-sportlight .app-l-sportlight__content {
  margin-top: auto;
  max-width: 434px;
}

@media screen and (max-width: 960px) {
  .app-l-sportlight .app-l-sportlight__content {
    margin-top: 30px;
    max-width: 100%;
    text-align: center;
  }
}

.app-l-sportlight .app-l-sportlight__content h2 {
  color: #0F255F;
  font-family: 'Geist', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-sportlight__content h2 {
    font-size: 28px;
    line-height: 32px;
    text-shadow: 1px 1px 1px #fff;
  }
}

.app-l-sportlight .app-l-sportlight__content p {
  margin: 0;
  color: #3B496D;
  font-size: 16px;
  line-height: 22px;
}

.app-l-sportlight .app-l-sportlight__content p+p {
  margin-top: 15px;
}

.app-l-sportlight .app-l-sportlight__content h6 {
  color: #3067fa;
  font-size: 16px;
  line-height: 16px;
  font-weight: 800;
  margin: 29px 0 15px;
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads {
  display: flex;
}

@media screen and (max-width: 960px) {
  .app-l-sportlight .app-l-sportlight__content .app-l-s__downloads {
    justify-content: center;
  }
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads a {
  display: block !important;
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads a+a {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-sportlight__content .app-l-s__downloads a {
    max-width: 140px;
    justify-content: center;
  }
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads .app-l-store-icon-holder {
  padding-right: 10px;
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads .app-l-store-icon-holder a {
  margin-left: 0;
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads .app-l-store-icon-holder a+a {
  margin-top: 10px;
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads .app-l-store-scan {
  background: #6f7bec;
  padding: 10px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-sportlight__content .app-l-s__downloads .app-l-store-scan {
    padding: 5px;
  }
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads .app-l-store-scan div {
  background: white;
  padding: 10px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-sportlight__content .app-l-s__downloads .app-l-store-scan div {
    padding: 5px;
  }
}

.app-l-sportlight .app-l-sportlight__content .app-l-s__downloads .app-l-store-scan div img {
  height: 74px;
}

.app-l-sportlight .app-l-s__fes {
  padding-top: 10px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 1280px) {
  .app-l-sportlight .app-l-s__fes {
    margin-bottom: 0px !important;
    padding-top: 105px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-s__fes {
    padding-top: 50px;
    gap: 0;
  }
}

.app-l-sportlight .app-l-s__fes .app-l-s__fes-block {
  width: 100%;
  min-width: 0;
  padding: 20px;
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05) !important;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-s__fes .app-l-s__fes-block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-s__fes .app-l-s__fes-block+.app-l-s__fes-block {
    margin-top: 15px;
  }
}

.app-l-sportlight .app-l-s__fes .app-l-s__fes-block .app-l-s__fes-image {
  height: 70px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-l-sportlight .app-l-s__fes .app-l-s__fes-block .app-l-s__fes-image img {
  display: block;
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-s__fes .app-l-s__fes-block .app-l-s__fes-image img {
    max-width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-s__fes .app-l-s__fes-block .app-l-s__fes-image+.app-l-s__fes-content {
    margin: 0 auto 0;
  }
}

.app-l-sportlight .app-l-s__fes .app-l-s__fes-block .app-l-s__fes-content {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 0 0;
}

.app-l-sportlight .app-l-s__fes .app-l-s__fes-block .app-l-s__fes-content h4 {
  color: #0F255F;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Geist', sans-serif;
  margin: 0 0 5px;
}

.app-l-sportlight .app-l-s__fes .app-l-s__fes-block .app-l-s__fes-content p {
  color: #3B496D;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.app-l-sportlight .app-l-s__fes .app-l-s__fes-block .app-l-s__fes-content p+p {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-s__fes {
    flex-direction: column;
  }
}

.app-l-sportlight .app-l-sporlight__img {
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .app-l-sportlight .app-l-sporlight__img {
    max-width: 550px;
  }
}

@media screen and (max-width: 991px) {
  .app-l-sportlight .app-l-sporlight__img {
    max-width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-sporlight__img {
    max-width: 350px;
  }
}

@media screen and (min-width: 1750px) {
  .app-l-sportlight .app-l-sporlight__img>img {
    width: 100%;
  }
}

.app-l-sportlight .app-l-sporlight__img .app-l-ss__c1 {
  position: absolute;
  top: 90px;
  left: 20px;
  animation: Drowrotate 36s linear infinite;
  transform-origin: center;
}

@media screen and (max-width: 991px) {
  .app-l-sportlight .app-l-sporlight__img .app-l-ss__c1 {
    top: auto;
    left: auto;
    bottom: 10px;
    right: -10px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-sporlight__img .app-l-ss__c1>img {
    max-width: 40px;
  }
}

.app-l-sportlight .app-l-ss__c2 {
  position: absolute;
  bottom: 18%;
  left: -90px;
  animation: Drowrotate 36s linear infinite;
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-ss__c2 {
    bottom: auto;
    left: -40px;
    top: 580px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-ss__c2>img {
    max-width: 112px;
    max-height: 110px;
  }
}

.app-l-sportlight .app-l-ss__c3 {
  position: absolute;
  bottom: 37%;
  left: 45px;
  z-index: 1;
  animation: Drowrotate 36s linear infinite;
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-ss__c3 {
    bottom: auto;
    top: 590px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-sportlight .app-l-ss__c3>img {
    max-width: 24px;
    max-height: 25px;
  }
}

.app-l-fes__sl-wrap {
  display: flex;
  align-items: center;
}

.app-l-fes__sl-wrap .app-l-page__content {
  height: auto;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity ease 0.5s, transform ease 0.5s;
}

@media screen and (min-width: 768px) {
  .app-l-fes__sl-wrap .app-l-page__content {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, 100px);
  }
}

@media screen and (max-width: 768px) {
  .app-l-fes__sl-wrap .app-l-page__content {
    padding-left: 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 67px;
  }
}

.app-l-fes__sl-wrap .app-l-page__content.delayed-animate {
  transition-delay: 0.8s;
}

.app-l-fes__sl-wrap .app-l-page__content h6 {
  color: #979eaf;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

.app-l-fes__sl-wrap .app-l-page__content h3 {
  color: #0F255F;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 26px;
  font-family: 'Geist', sans-serif;
}

@media screen and (max-width: 991px) {
  .app-l-fes__sl-wrap .app-l-page__content h3 {
    font-size: 30px;
    line-height: 34px;
  }
}

.app-l-fes__sl-wrap .app-l-page__content p {
  color: #000000;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .app-l-fes__sl-wrap .app-l-page__content p {
    font-size: 18px;
    line-height: 22px;
  }
}

.app-l-fes__sl-wrap .app-l-page__content p+p {
  margin-top: 14px;
}

.app-l-fes__sl-wrap .app-l-page__img-holder {
  position: relative;
  transition: opacity ease 0.5s, transform ease 0.5s;
}

@media screen and (min-width: 768px) {
  .app-l-fes__sl-wrap .app-l-page__img-holder {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, -100px);
  }
}

.app-l-fes__sl-wrap .app-l-page__img-holder.delayed-animate {
  transition-delay: 0.65s;
}

.app-l-fes__sl-wrap.app-l-fes__flip {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .app-l-fes__sl-wrap.app-l-fes__flip {
    flex-direction: column;
    align-items: flex-start;
  }
}

.app-l-fes__sl-wrap.app-l-fes__flip .app-l-page__content {
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .app-l-fes__sl-wrap.app-l-fes__flip .app-l-page__content {
    text-align: left;
  }
}

.app-l-fes__sl-wrap+.app-l-slide-footer {
  margin-top: 40px;
}

.app-l-fes__slide-1 .app-l-page__content {
  max-width: 324px;
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-1 .app-l-page__content {
    max-width: 100%;
    text-align: center;
  }
}

.app-l-fes__slide-1 .app-l-page__img-holder>img {
  position: relative;
  z-index: 1;
}

.app-l-fes__slide-1 .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  top: -140px;
  left: -120px;
  animation: Drowrotate 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-1 .app-l-page__img-holder .app-l-fes__round-1 {
    top: -60px;
    left: -10px;
  }
}

.app-l-fes__slide-1 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  right: 210px;
  bottom: -40px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-1 .app-l-page__img-holder .app-l-fes__round-2 {
    right: -10px;
    bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-1 .app-l-page__img-holder .app-l-fes__round-2>img {
    max-width: 70px;
  }
}

.app-l-fes__slide-2 .app-l-page__content {
  max-width: 324px;
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-2 .app-l-page__content {
    max-width: 100%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-2 .app-l-page__content .app-c-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-2 .app-l-page__content .app-c-list li {
    min-width: calc(33.33% - 8px);
  }
}

@media screen and (max-width: 991px) {
  .app-l-fes__slide-2 .app-l-page__img-holder {
    max-width: 280px;
  }
}

.app-l-fes__slide-2 .app-l-page__img-holder>img {
  position: relative;
  z-index: 1;
}

.app-l-fes__slide-2 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  right: 140px;
  bottom: -40px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-2 .app-l-page__img-holder .app-l-fes__round-2 {
    right: -40px;
    bottom: 70px;
  }
}

.app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__img-holder {
  position: relative;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__img-holder {
    margin: 0 auto;
  }
}

.app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  top: -110px;
  left: -140px;
  animation: Drowrotate 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__img-holder .app-l-fes__round-1 {
    top: -30px;
    left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__img-holder .app-l-fes__round-1>img {
    max-width: 180px;
  }
}

.app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  bottom: -80px;
  left: 60px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__img-holder .app-l-fes__round-2 {
    left: auto;
    bottom: 0px;
    right: -50px;
  }
}

.app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__img-holder>img {
  position: relative;
  z-index: 1;
}

.app-l-fes__slide-3 .app-l-fes__sl-wrap .app-l-page__content {
  margin-right: auto;
}

.app-l-path {
  overflow: hidden;
  pointer-events: none;
  transition: width ease 0.2s, height ease 0.2s;
}

@media screen and (max-width: 991px) {
  .app-l-path {
    display: none !important;
  }
}

.app-l-path svg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}

.app-l-path path {
  fill: none;
  stroke: #f15a29;
  stroke-width: 3;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
  stroke-dasharray: 10;
  stroke-dashoffset: 1000;
  animation: strokeAnimate 17s linear infinite;
}

.app-l-path img {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100vh;
}

.app-l-low-res-path {
  overflow: hidden;
  pointer-events: none;
  transition: width ease 0.2s, height ease 0.2s;
  position: absolute;
  min-width: 100vw;
}

@media screen and (min-width: 767px) {
  .app-l-low-res-path {
    display: none !important;
  }
}

.app-l-low-res-path path {
  fill: none;
  stroke: #f15a29;
  stroke-width: 3;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
  stroke-dasharray: 10;
  stroke-dashoffset: 1000;
  animation: strokeAnimate 17s linear infinite;
}

.app-l-section__2 {
  background: #9d96dc;
  background: linear-gradient(0deg, #9d96dc 0%, #86a7e0 100%);
  background-size: 100% auto;
}

.app-l-section__2 h6 {
  color: white !important;
}

.app-l-section__2:after {
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../images/bg-blue-cloud.svg) no-repeat bottom center;
  position: absolute;
  background-size: 100% auto;
  bottom: 0;
  opacity: 0.35;
}

@media screen and (max-width: 768px) {
  .app-l-section__2:after {
    background-size: cover;
  }
}

.app-l-section__2 .app-l-fes__slide-1 .app-l-page__img-holder {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .app-l-section__2 .app-l-fes__slide-1 .app-l-page__img-holder {
    margin: 0 auto;
  }
}

.app-l-section__2 .app-l-fes__slide-1 .app-l-page__img-holder .app-l-fes__round-1 {
  left: 50px;
}

.app-l-section__2 .app-l-fes__slide-1 .app-l-page__content {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .app-l-section__2 .app-l-fes__slide-1 .app-l-page__content {
    margin: 0 auto 0 0;
  }
}

.app-l-section__2 .app-l-fes__slide-2 {
  position: relative;
}

@media screen and (min-width: 767px) {
  .app-l-section__2 .app-l-fes__slide-2 .app-l-page__content {
    margin-top: 20px;
    padding-left: 30px;
  }
}

.app-l-section__2 .app-l-fes__slide-3 {
  position: relative;
}

.app-l-section__2 .app-l-fes__slide-3 .app-l-page__content {
  margin-right: auto;
}

@media screen and (min-width: 767px) {
  .app-l-section__2 .app-l-fes__slide-3 .app-l-page__content {
    margin-bottom: 100px;
  }
}

.app-l-section__2 .app-l-cloud-1 {
  position: absolute;
  top: 50px;
  right: 0;
  opacity: 0.45;
  animation: cloud 45s linear infinite;
}

.app-l-section__2 .app-l-cloud-2 {
  position: absolute;
  top: 165px;
  right: 30%;
  opacity: 0.45;
  animation: cloud 95s linear infinite;
}

.app-l-section__2 .app-l-path {
  position: absolute;
  top: 0;
  right: 15%;
  width: 0%;
  height: 0%;
}

.app-l-section__2 .app-l-low-res-path {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: none;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .app-l-section__2 .app-l-low-res-path {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__2 .app-l-page__img-holder .high-res {
    display: none;
  }
}

.app-l-section__2 .app-l-page__img-holder .low-res {
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section__2 .app-l-page__img-holder .low-res {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__2 .app-l-fes__sl-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__2 .app-l-fes__sl-wrap .app-l-page__img-holder+.app-l-page__content {
    margin-top: 32px;
  }
}

.app-l-section__2 .app-l-page__content {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1) !important;
  background: white;
  padding: 1.5rem;
  border-top: 2px solid #835be4;
  max-width: 400px !important;
}

@media screen and (max-width: 768px) {
  .app-l-section__2 .app-l-page__content {
    max-width: 100% !important;
    text-align: left !important;
  }
}

.app-l-section__2 .app-l-page__content div {
  border-bottom: 1px solid #f1f4f8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.app-l-section__2 .app-l-page__content div:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.app-l-section__2 .app-l-page__content h3 {
  font-weight: 800 !important;
  margin-bottom: 0.25rem !important;
  font-size: 1.0625rem;
  color: #0F255F;
  line-height: normal;
}

.app-l-section__2 .app-l-page__content p {
  color: #3B496D !important;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
}

.app-l-section__3 {
  background: #fff4eb;
  position: relative;
}

.app-l-section__3 .app-l-cloud-1 {
  position: absolute;
  top: 50px;
  right: 0;
  animation: cloud 45s linear infinite;
}

.app-l-section__3 .app-l-cloud-2 {
  position: absolute;
  top: 30%;
  right: 70%;
  animation: cloud 95s linear infinite;
}

.app-l-section__3 .app-l-cloud-3 {
  position: absolute;
  top: 50%;
  right: 10%;
  animation: cloud 45s linear infinite;
}

.app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder {
  position: relative;
  margin-right: auto;
}

.app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder>img {
  z-index: 1;
  position: relative;
}

.app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  bottom: -110px;
  right: -50px;
  animation: Drowrotate 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder .app-l-fes__round-1 {
    z-index: 2;
    bottom: -80px;
    right: -170px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder .app-l-fes__round-1>img {
    max-width: 200px;
  }
}

.app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  top: -60px;
  right: -50px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder .app-l-fes__round-2 {
    top: -60px;
    right: 10px;
  }
}

.app-l-section__3 .app-l-shr__slide-1 .app-l-page__img-holder .app-l-fes__round-3 {
  position: absolute;
  top: -32px;
  right: 220px;
  animation: Drowrotate2 36s linear infinite;
}

.app-l-section__3 .app-l-shr__slide-1 .app-l-page__content {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-1 .app-l-page__content {
    margin-top: 102px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-2 .app-l-fes__sl-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.app-l-section__3 .app-l-shr__slide-2 .app-l-page__img-holder {
  position: relative;
  margin-right: auto;
  width: 313px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-2 .app-l-page__img-holder {
    max-width: 90%;
    width: auto;
    margin: 0 auto 0 0;
  }
}

.app-l-section__3 .app-l-shr__slide-2 .app-l-page__img-holder>img {
  z-index: 1;
  position: relative;
}

.app-l-section__3 .app-l-shr__slide-2 .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  top: -190px;
  left: 150px;
  right: -150px;
  animation: Drowrotate 36s linear infinite;
}

.app-l-section__3 .app-l-shr__slide-2 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  bottom: -100px;
  left: 0px;
  animation: Drowrotate2 36s linear infinite;
}

.app-l-section__3 .app-l-shr__slide-2 .app-l-page__img-holder .app-l-fes__round-2 img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-2 .app-l-page__img-holder .app-l-fes__round-2 {
    display: none;
  }
}

.app-l-section__3 .app-l-shr__slide-2 .app-l-page__content {
  max-width: 480px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  padding-right: 50px;
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-2 .app-l-page__content {
    margin-top: 32px;
    margin-left: 0;
    text-align: left;
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-3 .app-l-fes__sl-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.app-l-section__3 .app-l-shr__slide-3 .app-l-page__img-holder {
  position: relative;
  width: 450px;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-3 .app-l-page__img-holder {
    margin: 0 auto 0 0;
    width: auto;
    max-width: 100%;
  }
}

.app-l-section__3 .app-l-shr__slide-3 .app-l-page__img-holder>img {
  z-index: 1;
  position: relative;
}

.app-l-section__3 .app-l-shr__slide-3 .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  top: -120px;
  left: 80px;
  animation: Drowrotate 36s linear infinite;
}

.app-l-section__3 .app-l-shr__slide-3 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  bottom: -60px;
  left: 0px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-3 .app-l-page__img-holder .app-l-fes__round-2 {
    bottom: 50px;
    left: -10px;
  }
}

.app-l-section__3 .app-l-shr__slide-3 .app-l-page__content {
  max-width: 480px;
  margin-right: 0;
  text-align: right;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-3 .app-l-page__content {
    text-align: left;
    padding-right: 0;
    margin-top: 32px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-4 .app-l-fes__sl-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.app-l-section__3 .app-l-shr__slide-4 .app-l-page__img-holder {
  position: relative;
  width: 415px;
  margin-right: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .app-l-section__3 .app-l-shr__slide-4 .app-l-page__img-holder {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-4 .app-l-page__img-holder {
    margin: 0 auto 0 0;
    width: auto;
    max-width: 100%;
  }
}

.app-l-section__3 .app-l-shr__slide-4 .app-l-page__img-holder>img {
  z-index: 1;
  position: relative;
}

.app-l-section__3 .app-l-shr__slide-4 .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  top: -50px;
  left: 0px;
  animation: Drowrotate 36s linear infinite;
}

.app-l-section__3 .app-l-shr__slide-4 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  bottom: -70px;
  right: 20px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-4 .app-l-page__img-holder .app-l-fes__round-2 {
    bottom: -20px;
    right: 0px;
  }
}

.app-l-section__3 .app-l-shr__slide-4 .app-l-page__content {
  max-width: 480px;
  margin-right: 10px;
  text-align: right;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-shr__slide-4 .app-l-page__content {
    margin-top: 32px;
    margin-left: 0;
    text-align: left;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .high-res {
    display: none;
  }
}

.app-l-section__3 .low-res {
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .low-res {
    display: block;
  }
}

.app-l-section__3 .app-l-path {
  position: absolute;
  top: 0;
  right: 30%;
  width: 0%;
  height: 0%;
}

.app-l-section__3 .app-l-low-res-path {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section__3 .app-l-low-res-path {
    display: block;
  }
}

.app-l-section__3 .app-l-low-res-path>img {
  margin-top: 139px;
  height: auto;
  width: 100%;
}

.app-l-section__4 {
  background: #ebfff8;
}

.app-l-section__4 .app-l-cloud-1 {
  position: absolute;
  top: 50px;
  right: 0;
  animation: cloud 45s linear infinite;
}

.app-l-section__4 .app-l-cloud-2 {
  position: absolute;
  top: 30%;
  right: 70%;
  animation: cloud 95s linear infinite;
}

.app-l-section__4 .app-l-cloud-3 {
  position: absolute;
  top: 50%;
  right: 10%;
  animation: cloud 45s linear infinite;
}

.app-l-section__4 .app-l-crow-1 {
  position: absolute;
  top: 35%;
  left: 10%;
}

.app-l-section__4 .app-l-crow-2 {
  position: absolute;
  top: 20%;
  right: 10%;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-fes__sl-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder {
  position: relative;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder {
    margin: 0 auto;
  }
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder>img {
  z-index: 1;
  position: relative;
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  top: -120px;
  left: -90px;
  animation: Drowrotate 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .app-l-fes__round-1 {
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .app-l-fes__round-1>img {
    max-width: 140px;
  }
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  bottom: -71px;
  left: 100px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .app-l-fes__round-2 {
    bottom: -31px;
    left: 130px;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .app-l-fes__round-2>img {
    max-width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .high-res {
    display: none;
  }
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .low-res {
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__img-holder .low-res {
    display: block;
  }
}

.app-l-section__4 .app-l-fdr__slide-1 .app-l-page__content {
  max-width: 370px;
  margin-left: 0;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-1 .app-l-page__content {
    margin-top: 102px;
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-2 .app-l-fes__sl-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.app-l-section__4 .app-l-fdr__slide-2 .app-l-page__img-holder {
  width: 376px;
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-2 .app-l-page__img-holder {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}

.app-l-section__4 .app-l-fdr__slide-2 .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  top: -170px;
  left: -190px;
  animation: Drowrotate 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-2 .app-l-page__img-holder .app-l-fes__round-1 {
    top: -100px;
    left: -100px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-2 .app-l-page__img-holder .app-l-fes__round-1>img {
    max-width: 200px;
  }
}

.app-l-section__4 .app-l-fdr__slide-2 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  bottom: -101px;
  left: -10px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-2 .app-l-page__img-holder .app-l-fes__round-2 {
    bottom: -21px;
    right: -60px;
    left: auto;
  }
}

.app-l-section__4 .app-l-fdr__slide-2 .app-l-page__img-holder>img {
  z-index: 1;
  position: relative;
}

.app-l-section__4 .app-l-fdr__slide-2 .app-l-page__content {
  max-width: 480px;
  margin-left: 0;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-2 .app-l-page__content {
    margin-top: 32px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-3 .app-l-fes__sl-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder {
  width: 480px;
  position: relative;
  margin-left: 30px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder {
    max-width: 100%;
    width: auto;
  }
}

.app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder .app-l-fes__round-1 {
  position: absolute;
  top: -160px;
  right: -80px;
  animation: Drowrotate 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder .app-l-fes__round-1 {
    left: auto;
    right: -20px;
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder .app-l-fes__round-1>img {
    max-width: 200px;
  }
}

.app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder .app-l-fes__round-2 {
  position: absolute;
  bottom: -101px;
  left: 130px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder .app-l-fes__round-2 {
    left: -51px;
    top: -40px;
    bottom: auto;
  }
}

.app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder>img {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-3 .app-l-page__img-holder>img {
    max-height: 250px;
  }
}

.app-l-section__4 .app-l-fdr__slide-3 .app-l-page__content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-fdr__slide-3 .app-l-page__content {
    margin-top: 32px;
    margin-left: 0;
  }
}

.app-l-section__4 .app-l-path {
  position: absolute;
  top: 0;
  right: 16%;
  width: 0%;
  height: 0%;
}

@media screen and (min-width: 1366px) {
  .app-l-section__4 .app-l-path {
    right: 26%;
  }
}

.app-l-section__4 .app-l-low-res-path {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section__4 .app-l-low-res-path {
    display: block;
  }
}

.app-l-section__4 .app-l-low-res-path>img {
  height: auto;
  width: 100%;
  margin-top: 139px;
}

.app-l-section__5 .app-l-path {
  position: absolute;
  top: 0;
  right: 30%;
  width: 0%;
  height: 0%;
}

.app-l-section__6 .app-l-path {
  position: absolute;
  top: 0;
  right: 30%;
  width: 0%;
  height: 0%;
}

.app-l-section__6 .app-l-path img {
  min-height: 0;
}

#fp-nav {
  right: 53px;
  margin-top: 0px !important;
  top: 0;
  height: 100%;
  transform: translate(0px, 0px);
}

@media screen and (max-width: 768px) {
  #fp-nav {
    display: none;
  }
}

#fp-nav ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#fp-nav ul li {
  margin: 0;
  width: 13px;
  height: 13px;
}

#fp-nav ul li+li {
  margin-top: 25px;
}

#fp-nav ul li a span {
  width: 100%;
  height: 100%;
  margin: 0;
  position: static;
  display: block;
  background: #dce3f4;
  transition: background ease 0.2s;
}

#fp-nav ul li a span.fp-sr-only {
  display: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li a:hover span {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #8a75d1;
}

#fp-nav ul li a.active+.fp-tooltip,
#fp-nav ul li a:hover+.fp-tooltip {
  opacity: 1 !important;
}

#fp-nav ul li a.over.active+.fp-tooltip {
  opacity: 0 !important;
}

#fp-nav ul li a.over:hover+.fp-tooltip {
  opacity: 1 !important;
}

#fp-nav ul li .fp-tooltip {
  width: 74.29px !important;
  height: 61.23px;
  background-image: url(../images/bg-pagination.svg);
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 800;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
  padding: 10px 12px;
  white-space: normal;
  top: -23px;
  right: 27px;
  opacity: 0 !important;
  line-height: normal;
  cursor: pointer;
  pointer-events: none;
  display: flex;
  align-items: center;
  background-size: cover;
  transform: scale(1.1);
}

#fp-nav ul li:hover a span {
  margin: 0;
  width: 100%;
  height: 100%;
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a:hover span {
  width: 100%;
  height: 100%;
  margin: 0;
}

#fp-nav.app-nav--3 ul li a span {
  background: #fcddc4;
}

#fp-nav.app-nav--3 ul li a.active span,
#fp-nav.app-nav--3 ul li a:hover span {
  background: #f6a35a;
}

#fp-nav.app-nav--3 ul li .fp-tooltip {
  background-image: url(../images/bg-pagination-3.svg);
}

#fp-nav.app-nav--4 ul li a span {
  background: #c6eddf;
}

#fp-nav.app-nav--4 ul li a.active span,
#fp-nav.app-nav--4 ul li a:hover span {
  background: #50c9a0;
}

#fp-nav.app-nav--4 ul li .fp-tooltip {
  background-image: url(../images/bg-pagination-4.svg);
}

#fp-nav.app-nav--5 ul li a span {
  background: #fdd7d7;
}

#fp-nav.app-nav--5 ul li a.active span,
#fp-nav.app-nav--5 ul li a:hover span {
  background: #fe9898;
}

#fp-nav.app-nav--5 ul li .fp-tooltip {
  background-image: url(../images/bg-pagination-5.svg);
}

#fp-nav.app-nav--6 ul li a span {
  background: #becaf7;
}

#fp-nav.app-nav--6 ul li a.active span,
#fp-nav.app-nav--6 ul li a:hover span {
  background: #5175ff;
}

#fp-nav.app-nav--6 ul li .fp-tooltip {
  background-image: url(../images/bg-pagination-6.svg);
}

#fp-nav.app-nav--6 ul li a span {
  background: #cfd5e6;
}

#fp-nav.app-nav--6 ul li a.active span,
#fp-nav.app-nav--6 ul li a:hover span {
  background: #0f255f;
}

#fp-nav.app-nav--6 ul li .fp-tooltip {
  background-image: url(../images/bg-pagination-7.svg);
}

#fp-nav.app-nav--8 ul li a span {
  background: #b8edda;
}

#fp-nav.app-nav--8 ul li a.active span,
#fp-nav.app-nav--8 ul li a:hover span {
  background: #000000;
}

#fp-nav.app-nav--8 ul li .fp-tooltip {
  background-image: url(../images/bg-pagination-8.svg);
}

#fp-nav.app-nav--9 ul li a span {
  background: #354c89;
}

#fp-nav.app-nav--9 ul li a.active span,
#fp-nav.app-nav--9 ul li a:hover span {
  background: #0436b9;
}

#fp-nav.app-nav--9 ul li .fp-tooltip {
  background-image: url(../images/bg-pagination-9.svg);
}

@-webkit-keyframes Drowrotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes Drowrotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes Drowrotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes Drowrotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Drowrotate2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@-moz-keyframes Drowrotate2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@-o-keyframes Drowrotate2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes Drowrotate2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes cloud {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(-100vw, 0px);
  }
}

@-moz-keyframes cloud {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(-100vw, 0px);
  }
}

@-o-keyframes cloud {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(-100vw, 0px);
  }
}

@keyframes cloud {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(-100vw, 0px);
  }
}

@-webkit-keyframes backgroundMove {
  from {
    background-position: bottom center;
  }

  to {
    background-position: 100vw bottom;
  }
}

@-moz-keyframes backgroundMove {
  from {
    background-position: bottom center;
  }

  to {
    background-position: 100vw bottom;
  }
}

@-o-keyframes backgroundMove {
  from {
    background-position: bottom center;
  }

  to {
    background-position: 100vw bottom;
  }
}

@keyframes backgroundMove {
  from {
    background-position: bottom center;
  }

  to {
    background-position: 100vw bottom;
  }
}

@-webkit-keyframes strokeAnimate {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes strokeAnimate {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes strokeAnimate {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes strokeAnimate {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.fp-section .fp-slidesNav {
  width: 100%;
  text-align: center;
  bottom: 8%;
}

@media screen and (max-width: 768px) {
  .fp-section .fp-slidesNav {
    bottom: 0%;
  }
}

.fp-section .fp-slidesNav ul li {
  width: 30px;
  height: 30px;
  margin: 14px;
  position: relative;
  border-radius: 50%;
}

.fp-section .fp-slidesNav ul li a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.fp-section .fp-slidesNav ul li a span {
  display: none;
}

.app-l-section__2 .fp-slidesNav ul li {
  background: #dfd6ff;
}

.app-l-section__2 .fp-slidesNav ul li a {
  background: #dfd6ff;
  position: relative;
}

.app-l-section__2 .fp-slidesNav ul li a:hover {
  box-shadow: 0px 0px 0px 5px #eae5fb;
}

.app-l-section__2 .fp-slidesNav ul li a:before {
  color: #8a75d1;
}

.app-l-section__2 .fp-slidesNav ul li a.active {
  background: #8a75d1;
}

.app-l-section__2 .fp-slidesNav ul li a.active:before {
  color: #fff;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(1) a {
  position: relative;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(1) a:before {
  position: absolute;
  content: "";
  font-family: "wecare" !important;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #8a75d1;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(1) a.active:before {
  border-color: #fff;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(1) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(1) a:hover span:before {
  content: "Capture your activities";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(1) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(1) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(2) a {
  position: relative;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(2) a:before {
  position: absolute;
  content: "\e901";
  font-family: "wecare" !important;
  left: 8px;
  top: 6px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(2) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
  color: #fff;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(2) a:hover span:before {
  content: "Easily track";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(2) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(2) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(3) a {
  position: relative;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(3) a:before {
  position: absolute;
  content: "\e902";
  font-family: "wecare" !important;
  left: 7px;
  top: 6px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(3) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(3) a:hover span:before {
  content: "Reminder cards";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(3) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__2 .fp-slidesNav ul li:nth-child(3) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__2 .fp-slidesNav ul li+li:before {
  position: absolute;
  height: 2px;
  content: "";
  width: 28px;
  left: -28px;
  top: 15px;
  background-color: #cec2f4;
}

.app-l-section__3 .fp-slidesNav ul li {
  background-color: #f6a35a;
}

.app-l-section__3 .fp-slidesNav ul li a {
  background: #fcddc4;
}

.app-l-section__3 .fp-slidesNav ul li a:hover {
  box-shadow: 0px 0px 0px 5px #fbe9da;
}

.app-l-section__3 .fp-slidesNav ul li a:before {
  color: #f6a35a;
}

.app-l-section__3 .fp-slidesNav ul li a.active {
  background: #f6a35a;
}

.app-l-section__3 .fp-slidesNav ul li a.active:before {
  color: #fff;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(1) a {
  position: relative;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(1) a:before {
  position: absolute;
  content: "";
  font-family: "wecare" !important;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #f6a35a;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(1) a.active:before {
  border-color: #fff;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(1) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(1) a:hover span:before {
  content: "Share your concerns";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(1) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(1) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(2) a {
  position: relative;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(2) a:before {
  position: absolute;
  content: "\e903";
  font-family: "wecare" !important;
  left: 8px;
  top: 6px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(2) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(2) a:hover span:before {
  content: "Abnormality reporting";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(2) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(2) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(3) a {
  position: relative;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(3) a:before {
  position: absolute;
  content: "\e904";
  font-family: "wecare" !important;
  left: 8px;
  top: 6px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(3) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(3) a:hover span:before {
  content: "Vitals";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(3) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(3) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(4) a {
  position: relative;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(4) a:before {
  position: absolute;
  content: "\e905";
  font-family: "wecare" !important;
  left: 8px;
  top: 7px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(4) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(4) a:hover span:before {
  content: "Lab reports";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(4) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__3 .fp-slidesNav ul li:nth-child(4) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__3 .fp-slidesNav ul li+li:before {
  position: absolute;
  height: 2px;
  content: "";
  width: 28px;
  left: -28px;
  top: 15px;
  background-color: #ffcda0;
}

.app-l-section__4 .fp-slidesNav ul li {
  background: rgba(36, 208, 151, 0.22);
}

.app-l-section__4 .fp-slidesNav ul li a {
  background: rgba(36, 208, 151, 0.22);
}

.app-l-section__4 .fp-slidesNav ul li a:hover {
  box-shadow: 0px 0px 0px 5px #d1ffef;
}

.app-l-section__4 .fp-slidesNav ul li a:before {
  color: #24d097;
}

.app-l-section__4 .fp-slidesNav ul li a.active {
  background: #24d097;
}

.app-l-section__4 .fp-slidesNav ul li a.active:before {
  color: #fff;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(1) a {
  position: relative;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(1) a:before {
  position: absolute;
  content: "";
  font-family: "wecare" !important;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #24d097;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(1) a.active:before {
  border-color: #fff;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(1) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(1) a:hover span:before {
  content: "Know the reasons";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(1) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(1) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(2) a {
  position: relative;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(2) a:before {
  position: absolute;
  content: "\e906";
  font-family: "wecare" !important;
  left: 8px;
  top: 6px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(2) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(2) a:hover span:before {
  content: "Content cards, blogs";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(2) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(2) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(3) a {
  position: relative;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(3) a:before {
  position: absolute;
  content: "\e907";
  font-family: "wecare" !important;
  left: 8px;
  top: 5px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(3) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(3) a:hover span:before {
  content: "Trend graphs";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(3) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__4 .fp-slidesNav ul li:nth-child(3) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__4 .fp-slidesNav ul li+li:before {
  position: absolute;
  height: 2px;
  content: "";
  width: 28px;
  left: -28px;
  top: 15px;
  background-color: #bff5e3;
}

.app-l-section__5 .fp-slidesNav ul li {
  background: #fdd7d7;
}

.app-l-section__5 .fp-slidesNav ul li a {
  background: #fdd7d7;
}

.app-l-section__5 .fp-slidesNav ul li a:hover {
  box-shadow: 0px 0px 0px 5px #fde2e2;
}

.app-l-section__5 .fp-slidesNav ul li a:before {
  color: #fe9898;
}

.app-l-section__5 .fp-slidesNav ul li a.active {
  background: #fe9898;
}

.app-l-section__5 .fp-slidesNav ul li a.active:before {
  color: #fff;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(1) a {
  position: relative;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(1) a:before {
  position: absolute;
  content: "";
  font-family: "wecare" !important;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fe9898;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(1) a.active:before {
  border-color: #fff;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(1) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(1) a:hover span:before {
  content: "Get expert advice!";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(1) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(1) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(2) a {
  position: relative;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(2) a:before {
  position: absolute;
  content: "\e90e";
  font-family: "wecare" !important;
  left: 7px;
  top: 6px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(2) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(2) a:hover span:before {
  content: "Chat with coach";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(2) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(2) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(3) a {
  position: relative;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(3) a:before {
  position: absolute;
  content: "\e908";
  font-family: "wecare" !important;
  left: 8px;
  top: 6px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(3) a:hover span {
  display: block;
  position: absolute;
  padding: 14px;
  width: 175px;
  border-radius: 4px;
  top: -38px;
  left: -67px;
  background-color: #202842;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(3) a:hover span:before {
  content: "Doctor call";
  position: absolute;
  top: 5px;
  width: 175px;
  color: #fff;
  left: 0px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(3) a:hover span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-top: 8px solid #202842;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 7px solid transparent;
  margin-left: -8px;
}

.app-l-section__5 .fp-slidesNav ul li:nth-child(3) a:hover.active span {
  display: block;
  position: absolute;
  top: -37px;
  left: -66px;
}

.app-l-section__5 .fp-slidesNav ul li+li:before {
  position: absolute;
  height: 2px;
  content: "";
  width: 28px;
  left: -28px;
  top: 15px;
  background-color: #ffd1d1;
}

.flickity-slider {
  transition: opacity ease 0.5s, transform ease 0.5s;
}

@media screen and (min-width: 768px) {
  .flickity-slider .app-l-page__content {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, 100px);
  }
}

@media screen and (min-width: 768px) {
  .flickity-slider .app-l-page__img-holder {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px, -100px);
  }
}

@media screen and (min-width: 768px) {

  .flickity-slider .is-selected .app-l-page__content,
  .flickity-slider .is-selected .app-l-page__img-holder {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0px, 0px);
  }
}

@media screen and (min-width: 768px) {

  .app-l-section__6 .animate,
  .app-l-section__7 .animate,
  .app-l-section__8 .animate,
  .app-l-section__9 .animate {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 768px) {
  .app-l-sporlight__img-holder {
    order: -1;
  }
}

html,
body {
  scroll-behavior: smooth;
  word-break: break-word;
}

.app-l-section__5 {
  background: #fff2f2;
}

.app-l-section__5 .app-l-cloud-1 {
  position: absolute;
  top: 50px;
  right: 0;
  animation: cloud 45s linear infinite;
}

.app-l-section__5 .app-l-cloud-2 {
  position: absolute;
  top: 165px;
  right: 30%;
  animation: cloud 95s linear infinite;
}

.app-l-section__5 .app-l-bird-left {
  position: absolute;
  top: 188px;
  left: 0%;
  animation: birdLeft 45s linear infinite;
}

.app-l-section__5 .app-l-bird-right {
  position: absolute;
  top: 87px;
  right: 0%;
  animation: birdRight 45s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__5 .app-l-fes__sl-wrap .app-l-page__img-holder+.app-l-page__content {
    margin-top: 32px;
    padding-left: 0px;
  }
}

.app-l-section__5 .app-l-fes__sl-wrap .app-l-page__img-holder img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .app-l-section__5 .app-l-fes__sl-wrap .app-l-page__img-holder img {
    max-width: 100%;
  }
}

.app-l-section__5 .app-l-low-res-path {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section__5 .app-l-low-res-path {
    display: block;
  }
}

.app-l-section__5 .app-l-low-res-path>img {
  height: auto;
  width: 100%;
  margin-top: 139px;
}

.app-l-section5-slide1 .app-l-page__content {
  max-width: 480px;
  position: relative;
  z-index: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide1 .app-l-page__content {
    margin-top: 32px;
    text-align: left;
    height: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.app-l-section5-slide1 .app-l-page__img-holder>img {
  position: relative;
  z-index: 1;
}

.app-l-section5-slide1 .app-l-page__img-holder .app-l-fes__round-pink {
  position: absolute;
  top: -10px;
  right: -20px;
  animation: Drowrotate 36s linear infinite;
}

.app-l-section5-slide1 .app-l-page__img-holder .app-l-fes__round-purple {
  position: absolute;
  right: 220px;
  top: -20px;
  animation: Drowrotate2 36s linear infinite;
}

.app-l-section5-slide1 .app-l-page__img-holder .app-l-fes__round-yellow {
  position: absolute;
  right: -50px;
  bottom: -100px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide1 .app-l-page__img-holder .app-l-fes__round-yellow {
    right: -50px;
    bottom: -50px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide1 .app-l-page__img-holder .app-l-fes__round-yellow>img {
    max-width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide1 .app-l-page__img-holder .high-res {
    display: none;
  }
}

.app-l-section5-slide1 .app-l-page__img-holder .low-res {
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide1 .app-l-page__img-holder .low-res {
    display: block;
  }
}

.app-l-section5-slide1 .app-l-fes__sl-wrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide1 .app-l-fes__sl-wrap {
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
  }
}

.app-l-section5-slide2 {
  position: relative;
}

.app-l-section5-slide2 .app-l-page__img-holder {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide2 .app-l-page__img-holder {
    margin: 0 auto 0 0;
    width: auto;
    max-width: 100%;
  }
}

.app-l-section5-slide2 .app-l-page__img-holder>img {
  position: relative;
  z-index: 1;
}

.app-l-section5-slide2 .app-l-page__img-holder .app-l-fes__round-pink-lg {
  position: absolute;
  right: -10px;
  top: -80px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide2 .app-l-page__img-holder .app-l-fes__round-pink-lg {
    right: -10px;
    top: -80px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide2 .app-l-page__img-holder .app-l-fes__round-pink-lg>img {
    max-width: 220px;
  }
}

.app-l-section5-slide2 .app-l-page__img-holder .app-l-fes__round-yellow-sm {
  position: absolute;
  right: 140px;
  bottom: -100px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide2 .app-l-page__img-holder .app-l-fes__round-yellow-sm {
    margin-top: 32px;
    right: auto;
    left: -50px;
    bottom: -40px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide2 .app-l-page__img-holder+.app-l-page__content {
    margin-top: 32px;
  }
}

.app-l-section5-slide2 .app-l-page__content {
  max-width: 480px;
  position: relative;
  z-index: 1;
  text-align: right;
  padding-right: 50px;
  margin-left: auto;
}

@media screen and (max-width: 1366px) {
  .app-l-section5-slide2 .app-l-page__content {
    max-width: 490px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide2 .app-l-page__content {
    margin-top: 32px;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
    text-align: left;
    padding-right: 0;
  }
}

.app-l-section5-slide2 .app-l-fes__sl-wrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide2 .app-l-fes__sl-wrap {
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
  }
}

.app-l-section5-slide3 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide3 {
    margin: 0 auto 0 0;
    width: auto;
    max-width: 100%;
  }
}

.app-l-section5-slide3 .app-l-page__img-holder {
  margin-right: auto;
  margin-left: 0;
}

.app-l-section5-slide3 .app-l-page__img-holder>img {
  position: relative;
  z-index: 1;
}

.app-l-section5-slide3 .app-l-page__img-holder .app-l-fes__round-pink-lg {
  position: absolute;
  right: -60px;
  top: -60px;
  animation: Drowrotate2 36s linear infinite;
}

.app-l-section5-slide3 .app-l-page__img-holder .app-l-fes__round-yellow-sm {
  position: absolute;
  right: 140px;
  bottom: -20px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide3 .app-l-page__img-holder .app-l-slide-img {
    margin-right: auto;
    max-width: 80%;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide3 .app-l-page__img-holder+.app-l-page__content {
    margin-top: 32px;
  }
}

.app-l-section5-slide3 .app-l-page__content {
  max-width: 480px;
  text-align: right;
  padding-right: 50px;
  margin-left: 50px;
}

@media screen and (max-width: 1366px) {
  .app-l-section5-slide3 .app-l-page__content {
    max-width: 474px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide3 .app-l-page__content {
    height: auto;
    margin-right: auto;
    padding-left: 0;
    max-width: 100%;
    text-align: left;
    padding-right: 0;
    margin-top: 32px;
  }
}

.app-l-section5-slide3 .app-l-fes__sl-wrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .app-l-section5-slide3 .app-l-fes__sl-wrap {
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
  }
}

.app-l-section__6 {
  background: #86a7e0;
  background: linear-gradient(0deg, #86a7e0 0%, #9d96dc 100%);
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.app-l-section__6 .app-l-particles,
.app-l-section__6 .app-l-cloud-1,
.app-l-section__6 .app-l-cloud-2 {
  opacity: 0.45;
}

.app-l-section__6:after {
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../images/bg-mountain.svg) no-repeat bottom center;
  position: absolute;
  background-size: 100% auto;
  bottom: 0;
  opacity: 0.25;
}

@media screen and (max-width: 768px) {
  .app-l-section__6:after {
    background-size: cover;
  }
}

.app-l-section__6 .app-l-cloud-1 {
  position: absolute;
  top: 50px;
  right: 0;
  animation: cloud 45s linear infinite;
}

.app-l-section__6 .app-l-cloud-2 {
  position: absolute;
  top: 165px;
  right: 30%;
  animation: cloud 95s linear infinite;
}

.app-l-section__6 .app-l-particles {
  position: absolute;
  bottom: 165px;
  left: 0%;
  animation: particles 95s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section__6 .app-l-particles {
    bottom: 0;
  }
}

.app-l-section__6 .app-l-low-res-path {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section__6 .app-l-low-res-path {
    display: block;
  }
}

.app-l-section__6 .app-l-low-res-path>img {
  height: auto;
  width: 100%;
  margin-top: 139px;
}

.app-l-section__6 .app-l-page__img-holder img {
  max-width: 100%;
}

.app-l-section__6 .app-l-page__content {
  max-width: 480px;
  margin-right: 80px;
}

.app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap {
  display: flex;
  flex-direction: column;
}

.app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__content {
  max-width: 100% !important;
  text-align: right !important;
}

.app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder {
  display: flex;
  width: 100%;
  padding-top: 50px;
  height: 100vh !important;
}

@media screen and (max-width: 768px) {
  .app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder {
    height: auto !important;
  }
}

.app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder .flickity-prev-next-button.previous {
  left: -20px;
}

.app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder .flickity-prev-next-button.next {
  right: -20px;
}

.app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder div {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder div {
    text-align: center !important;
  }
}

.app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder div img {
  height: 700px;
}

@media screen and (max-width: 1200px) {
  .app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder div img {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__6 .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder div img {
    margin-top: 50px;
    display: block;
    height: auto;
    max-width: 100%;
  }
}

.app-l-section6-slide1 {
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.app-l-section6-slide1 .container {
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.app-l-section6-slide1 .app-l-fes__sl-wrap {
  height: 100%;
  min-height: 0;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .app-l-section6-slide1 .app-l-fes__sl-wrap {
    flex-direction: column;
  }
}

.app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder+.app-l-page__content {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .app-l-section6-slide1 .app-l-fes__sl-wrap .app-l-page__content {
    padding-left: 0;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: -20px;
  }
}

.app-l-section6-slide1 .app-l-page__content {
  max-width: 480px;
}

.app-l-section6-slide1 .app-l-page__img-holder>img {
  position: relative;
  z-index: 1;
}

.app-l-section6-slide1 .app-l-page__img-holder .app-l-fes__round-purple {
  position: absolute;
  top: -110px;
  left: -70px;
  animation: Drowrotate 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section6-slide1 .app-l-page__img-holder .app-l-fes__round-purple {
    top: 0px;
    left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section6-slide1 .app-l-page__img-holder .app-l-fes__round-purple>img {
    max-width: 132px;
  }
}

.app-l-section6-slide1 .app-l-page__img-holder .app-l-fes__round-green {
  position: absolute;
  left: 180px;
  bottom: -30px;
  animation: Drowrotate2 36s linear infinite;
}

@media screen and (max-width: 768px) {
  .app-l-section6-slide1 .app-l-page__img-holder .app-l-fes__round-green {
    z-index: 2;
    left: 140px;
    bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section6-slide1 .app-l-page__img-holder .high-res {
    display: none;
  }
}

.app-l-section6-slide1 .app-l-page__img-holder .low-res {
  display: none;
}

@media screen and (max-width: 768px) {
  .app-l-section6-slide1 .app-l-page__img-holder .low-res {
    display: block;
  }
}

.app-l-section__7 {
  background: #ffffff;
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.app-l-section__7 .app-l-section7-slide1 {
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.app-l-section__7 .app-l-section7-slide1 .container {
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.app-l-section__7 .app-l-section7-slide1 .app-l-fes__sl-wrap {
  height: 100%;
  min-height: 0;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .app-l-section__7 .app-l-section7-slide1 .app-l-fes__sl-wrap {
    padding-top: 40px;
    flex-direction: column;
  }
}

.app-l-section__7 .app-l-section7-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .app-l-section__7 .app-l-section7-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder {
    max-height: 200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__7 .app-l-section7-slide1 .app-l-fes__sl-wrap .app-l-page__img-holder>img {
    max-height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__7 .app-l-section7-slide1 .app-l-fes__sl-wrap .app-l-page__content {
    padding-left: 0;
    margin-right: auto;
    height: auto;
  }
}

.app-l-section__8 {
  background: #4dc7ff;
  background: radial-gradient(circle, #4dc7ff 0%, #9e73e7 100%);
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.app-l-section__8 h3,
.app-l-section__8 p {
  color: white !important;
}

.app-l-section__8 .app-l-section8-slide1 {
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.app-l-section__8 .app-l-section8-slide1 .container {
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.app-l-section__8 .app-l-section8-slide1 .app-l-fes__sl-wrap {
  height: 100%;
  min-height: 0;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .app-l-section__8 .app-l-section8-slide1 .app-l-fes__sl-wrap .app-l-page__content {
    padding-left: 0;
    margin-right: auto;
  }
}

.app-l-section__9 {
  background: #0f255f;
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.app-l-section__9:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(10%);
  right: auto;
  bottom: auto;
  left: 0;
  width: calc(60%);
  height: calc(80%);
  background: url(../images/img-circle-blue-bg.svg) no-repeat;
  background-size: contain;
}

.app-l-section__9 .container {
  height: 100%;
  min-height: 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.app-l-section__9 .app-l-section9-slide1 {
  min-height: 0;
  height: 100%;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .app-l-section__9 .app-l-section9-slide1 {
    flex-grow: 1;
  }
}

.app-l-section__9 .app-l-section9-slide1 .app-l-fes__sl-wrap {
  height: 100%;
  min-height: 0;
  justify-content: center;
}

.app-l-section__9 .app-l-section9-slide1 .app-l-page__content {
  max-width: 444px;
  width: 100%;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .app-l-section__9 .app-l-section9-slide1 .app-l-page__content {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .app-l-section__9 .app-l-section9-slide1 .app-l-page__content {
    margin-bottom: 0;
  }

  .app-l-section__9 .app-l-section9-slide1 .app-l-page__content .app-l-btn-group {
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
  }

  .app-l-section__9 .app-l-section9-slide1 .app-l-page__content .app-l-btn-group img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__9 .app-l-section9-slide1 .app-l-page__img-holder {
    display: none;
  }
}

.app-l-section__9 .app-l-section9-slide1 .app-l-page__img-holder>img {
  position: relative;
  z-index: 1;
}

.app-l-section__9 .app-l-section9-slide1 .app-l-page__img-holder .app-l-fes__round-blue-md {
  position: absolute;
  top: -100px;
  right: -100px;
  animation: Drowrotate 36s linear infinite;
}

.app-l-section__9 .app-l-section9-slide1 .app-l-page__img-holder .app-l-fes__round-blue-sm {
  position: absolute;
  right: -90px;
  bottom: 120px;
  animation: Drowrotate2 36s linear infinite;
}

.app-l-centered-content {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.app-l-centered-content .app-l-centered-data {
  min-width: 0;
  margin: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.app-l-centered-content h3 {
  color: #0F255F;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  margin: 0 0 26px;
  font-family: 'Geist', sans-serif;
  text-align: center;
}

.app-l-centered-content p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #3b496d;
  font-family: 'Geist', sans-serif;
  max-width: 400px;
  margin: auto;
}

@media screen and (max-width: 576px) {
  .app-l-centered-content p {
    max-width: 100%;
  }
}

.app-l-centered-content .app-l-btn-group {
  min-width: 0;
  max-width: 100%;
  margin: -5px;
  display: flex;
  align-items: center;
}

.app-l-centered-content .app-l-btn-group .app-l-btn-holder {
  margin: 5px;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  max-width: calc(50% - 8px);
  flex-shrink: 0;
}

.app-l-centered-content .app-l-btn-group .app-l-btn-holder>img {
  max-width: 100%;
  max-height: 51px;
  width: auto;
}

.app-l-tile-container {
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .app-l-tile-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.app-l-tile-container .app-l-tile-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .app-l-tile-container .app-l-tile-holder {
    width: calc(50% - 16px);
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  .app-l-tile-container .app-l-tile-holder {
    width: calc(100%);
  }
}

.app-l-tile-container .app-l-tile-holder .app-l-tile-symbol {
  min-width: 0;
  width: 48px;
  height: 48px;
  margin: 0 8px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

.app-l-tile-container .app-l-tile-holder .app-l-tile-text {
  font-family: 'Geist', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  margin: 0;
  width: 100%;
}

.app-l-notification-box {
  z-index: 999;
  bottom: 19%;
  right: 24px;
  top: auto;
  left: auto;
}

@media screen and (max-width: 768px) {
  .app-l-notification-box {
    bottom: 32px;
    display: none;
  }
}

.app-l-notification-box .app-l-notification-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 9px;
  padding: 12px 13px;
  background: #fde6e6;
  border: solid 1px #fde6e6;
}

.app-l-notification-box .app-l-notification-content .app-l-notification-symbol {
  margin: 0 10px 0 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.app-l-notification-box .app-l-notification-content .app-l-notification-symbol.pink i {
  color: #ff8c8c;
}

.app-l-notification-box .app-l-notification-content .app-l-notification-symbol i {
  font-size: 20px;
  line-height: normal;
  color: #cccccc;
  cursor: default;
}

.app-l-notification-box .app-l-notification-content>p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Geist', sans-serif;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .app-l-notification-box .app-l-notification-content {
    justify-content: flex-start;
  }
}

.app-l-slide-footer {
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-l-slide-footer .app-l-footer-controls {
  min-width: 0;
  margin: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  padding: 2px;
  width: 30px;
  height: 30px;
  border: solid 1px transparent;
  margin: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.pink {
  background: #fdd7d7;
  border-color: #fdd7d7;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.pink i {
  color: #fe9898;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.pink:hover,
.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.pink:focus {
  background: #fe9898;
  border-color: #fe9898;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.pink:hover i,
.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.pink:focus i {
  color: #ffffff;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.pink-select {
  background: #fe9898;
  border-color: #fe9898;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.pink-select i {
  color: #ffffff;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.green {
  background: rgba(36, 208, 151, 0.22);
  border-color: rgba(36, 208, 151, 0.22);
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.green i {
  color: #24d097;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.green:hover,
.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.green:focus {
  background: #24d097;
  border-color: #24d097;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.green:hover i,
.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.green:focus i {
  color: #ffffff;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.green-select {
  background: #24d097;
  border-color: #24d097;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.green-select i {
  color: #ffffff;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.orange {
  background: #fcddc4;
  border-color: #fcddc4;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.orange i {
  color: #f6a35a;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.orange:hover,
.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.orange:focus {
  background: #f6a35a;
  border-color: #f6a35a;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.orange:hover i,
.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.orange:focus i {
  color: #ffffff;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.orange-select {
  background: #f6a35a;
  border-color: #f6a35a;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn.orange-select i {
  color: #ffffff;
}

.app-l-slide-footer .app-l-footer-controls .app-l-footer-btn i {
  font-size: 15px;
  color: #cccccc;
  line-height: normal;
  cursor: default;
  transition: color 0.2s ease-in-out;
}

.app-l-page__content .app-l-subtext {
  font-family: 'Geist', sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 32px;
  line-height: 40px;
  color: #a8b0c6;
}

.app-l-page__content .app-l-subtext+.app-l-tile-container {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .app-l-page__content .app-l-subtext {
    font-size: 18px;
    line-height: 22px;
  }
}

.app-l-page__content .app-l-slide-header {
  font-family: 'Geist', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
}

.app-l-page__content .app-l-slide-sub-text {
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.7;
  font-family: 'Geist', sans-serif;
  max-width: 300px;
  padding-top: 10px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .app-l-page__content .app-l-slide-sub-text {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
  }
}

.app-l-page__content .app-l-slide-sub-text+.app-l-slide-control {
  margin-top: 16px;
}

.app-l-slide-control {
  min-width: 0;
  flex-shrink: 0;
  display: flex;
}

.app-l-slide-control .app-l-slide-widget {
  position: relative;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: flex;
}

@media screen and (max-width: 768px) {
  .app-l-slide-control .app-l-slide-widget {
    flex-direction: column;
  }
}

.app-l-slide-control .app-l-slide-widget .app-l-btn-group {
  display: flex;
  flex-direction: column;
}

.app-l-slide-control .app-l-slide-widget .app-l-btn-group a+a {
  margin-top: 10px;
}

.app-l-slide-control .app-l-slide-widget .app-l-store-scan {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}

.app-l-slide-control .app-l-slide-widget .app-l-store-scan div {
  background: white;
  padding: 0;
  border-radius: 5px;
}

.app-l-slide-control .app-l-slide-widget .app-l-store-scan div img {
  height: 92px;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-input {
  width: 100%;
  padding: 22px 163px 22px 22px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Geist', sans-serif;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .app-l-slide-control .app-l-slide-widget .app-l-slide-input {
    padding: 22px;
  }
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-input:hover,
.app-l-slide-control .app-l-slide-widget .app-l-slide-input:focus {
  border: 1px solid white;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-input::-webkit-input-placeholder {
  opacity: 0.5;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-input::-moz-placeholder {
  opacity: 0.5;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-input:-ms-input-placeholder {
  opacity: 0.5;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-input:-moz-placeholder {
  opacity: 0.5;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control {
  background: #3e65ff;
  width: 157px;
  height: 55px;
  vertical-align: middle;
  outline: none;
  padding: 8px 16px;
  border: solid 1px #3e65ff;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease-in-out, all 0.2s ease-in-out;
  flex-shrink: 0;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control:hover,
.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control:focus {
  background: #2551ff;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control:hover .app-l-slide-btn-text>p,
.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control:focus .app-l-slide-btn-text>p {
  color: #ffffff;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control:hover .app-l-slide-btn-text>i,
.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control:focus .app-l-slide-btn-text>i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control {
    position: relative;
    margin-top: 32px;
    top: auto;
    left: auto;
    right: auto;
  }
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control .app-l-slide-btn-text {
  min-width: 0;
  margin: auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control .app-l-slide-btn-text>p {
  font-family: 'Geist', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #0f255f;
  margin: 0;
  transition: color 0.2s ease-in-out;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control .app-l-slide-btn-text>p+i {
  margin-left: 10px;
}

.app-l-slide-control .app-l-slide-widget .app-l-slide-btn-control .app-l-slide-btn-text>i {
  font-size: 18px;
  line-height: normal;
  cursor: pointer;
  color: #0f255f;
  transition: color 0.2s ease-in-out;
}

.bird {
  background-image: url(../images/bird-fly.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
}

.bird.pink-bird {
  background-image: url(../images/pink-bird-fly.svg);
}

.bird.orange-bird {
  background-image: url(../images/orange-bird-fly.svg);
}

.bird.green-bird {
  background-image: url(../images/green-bird-fly.svg);
}

.bird--one {
  animation-duration: 1s;
  animation-delay: -0.5s;
}

.bird--two {
  animation-duration: 0.9s;
  animation-delay: -0.75s;
}

.bird-container {
  position: absolute;
  top: 10%;
  left: -10%;
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: scale(0.3) translateX(-10vw);
}

.bird-container--one {
  animation-duration: 15s;
  animation-delay: 0;
}

.bird-container--two {
  animation-duration: 16s;
  animation-delay: 3s;
}

@-webkit-keyframes birdLeft {
  100% {
    left: 100%;
  }
}

@-moz-keyframes birdLeft {
  100% {
    left: 100%;
  }
}

@-o-keyframes birdLeft {
  100% {
    left: 100%;
  }
}

@keyframes birdLeft {
  100% {
    left: 100%;
  }
}

@-webkit-keyframes birdRight {
  100% {
    right: 100%;
  }
}

@-moz-keyframes birdRight {
  100% {
    right: 100%;
  }
}

@-o-keyframes birdRight {
  100% {
    right: 100%;
  }
}

@keyframes birdRight {
  100% {
    right: 100%;
  }
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@-moz-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@-o-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }

  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.3);
  }

  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.3);
  }

  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.3);
  }

  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.3);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.3);
  }

  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.3);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.3);
  }
}

@-moz-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }

  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.3);
  }

  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.3);
  }

  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.3);
  }

  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.3);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.3);
  }

  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.3);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.3);
  }
}

@-o-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }

  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.3);
  }

  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.3);
  }

  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.3);
  }

  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.3);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.3);
  }

  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.3);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.3);
  }
}

@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }

  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.3);
  }

  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.3);
  }

  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.3);
  }

  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.3);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.3);
  }

  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.3);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.3);
  }
}

@-webkit-keyframes particles {
  100% {
    left: 100%;
  }
}

@-moz-keyframes particles {
  100% {
    left: 100%;
  }
}

@-o-keyframes particles {
  100% {
    left: 100%;
  }
}

@keyframes particles {
  100% {
    left: 100%;
  }
}




.app-l-app-store-holder {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  margin: 10px;
  box-shadow: 0 0.2rem 1.25rem 0 rgba(0, 0, 0, 0.2) !important;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity .6s;
  max-width: 390px;
  visibility: hidden;
  pointer-events: none;
}

.app-l-app-store-holder.sticky {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.app-l-app-store-holder.stickyRemove {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

.app-l-app-store-holder .app-l-header-session {
  background: #7a65e7;
  height: 230px;
  background-image: url("../images/barCodeScanMobileView.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  background-size: 230px;
}

.app-l-app-store-holder .app-l-header-session button {
  position: absolute;
  right: 0;
  background: transparent;
  border: navajowhite;
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin: 15px;
  background: rgba(0, 0, 0, 0.17);
  border-radius: 50px;
  width: 26px;
  height: 26px;
  padding: 0;
}

.app-l-app-store-holder .app-l-header-session .app-l-store-scan {
  width: auto;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 8px;
  border-radius: 10px;
  box-shadow: none;
}

.app-l-app-store-holder .app-l-header-session .app-l-store-scan img {
  width: 120px;
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.app-l-app-store-holder .app-l-content-session {
  padding: 20px;
  background: white;
}

.app-l-app-store-holder .app-l-content-session h1 {
  font-size: 20px;
  margin: 0 0 0 0;
}

.app-l-app-store-holder .app-l-content-session p {
  font-size: 16px;
  margin: 10px auto 10px;
  font-weight: 500;
  line-height: normal;
}

.app-l-app-store-holder .app-l-content-session .app-l-available-in {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}

.app-l-app-store-holder .app-l-content-session .app-l-available-in h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.app-l-app-store-holder .app-l-content-session .app-l-available-in img {
  height: 26px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .app-l-app-store-holder .app-l-content-session a img {
    max-width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .app-l-section__9 .app-l-slide-control .app-l-slide-widget {
    flex-direction: row !important;
  }

  .app-l-section__9 .app-l-btn-group {
    gap: 0 !important;
    grid-auto-flow: row !important;
  }
}

/* Utilities */
.u-min-width-100 {
  min-width: 100px;
}

@media (max-width: 1366px) {
  .container {
    max-width: 900px;
  }
}

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