:root {
  --image-url: url("../../../images/training/banner/receipt-management.jpg");
}

body {
  background-color: #fbfbfb;
}

@keyframes fadeInSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes imageFlipIn {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.tutorial-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-bottom: 48px;
  color: #fff;
}
@media all and (max-width: 1250px) {
  .tutorial-banner {
    min-height: 800px;
  }
}
@media all and (max-width: 1150px) {
  .tutorial-banner {
    min-height: 700px;
  }
}
@media all and (max-width: 1070px) {
  .tutorial-banner {
    min-height: 600px;
  }
}
@media all and (max-width: 1000px) {
  .tutorial-banner {
    min-height: 500px;
  }
}
@media all and (max-width: 900px) {
  .tutorial-banner {
    min-height: 450px;
  }
}
.tutorial-banner.tutorial-banner-info-main-landing {
  padding-bottom: 16px;
}
@media all and (max-width: 2200px) {
  .tutorial-banner.course-view {
    min-height: 750px;
  }
}
@media all and (max-width: 1100px) {
  .tutorial-banner.course-view {
    min-height: 580px;
  }
}
.tutorial-banner.course-view.tutorial-banner-intro-app-receipt-management, .tutorial-banner.course-view.tutorial-banner-intro-app-advisory-notices, .tutorial-banner.course-view.tutorial-banner-intro-app-budget-app, .tutorial-banner.course-view.tutorial-banner-intro-app-purchase-order-approval, .tutorial-banner.course-view.tutorial-banner-intro-app-risk-assessment, .tutorial-banner.course-view.tutorial-banner-intro-app-vessel-non-conformities-observations, .tutorial-banner.course-view.tutorial-banner-intro-app-vessel-accident-reporting {
  min-height: 487px;
}
.tutorial-banner.course-view .app-image-content {
  width: 100%;
  min-height: 100%;
  padding: 24px;
  border-radius: 0;
}
@media all and (max-width: 833px) {
  .tutorial-banner.course-view .app-image-content {
    position: relative;
  }
}
.tutorial-banner.course-view .app-image-content::before {
  content: none;
}
.tutorial-banner.course-view .app-image-content svg {
  display: none;
}
.tutorial-banner.course-view .app-image-content img {
  position: relative;
  top: 40px;
  right: -10%;
  transform: rotateY(90deg);
  max-height: 350px;
  width: unset;
  animation: imageFlipIn;
  animation-duration: 0.8s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  backface-visibility: hidden;
  transform-origin: center;
}
@media all and (max-width: 1250px) {
  .tutorial-banner.course-view .app-image-content img {
    right: -4%;
  }
}
@media all and (max-width: 1100px) {
  .tutorial-banner.course-view .app-image-content img {
    max-height: 300px;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 900px) {
  .tutorial-banner.course-view .app-image-content img {
    max-height: 250px;
  }
}
@media all and (max-width: 833px) {
  .tutorial-banner.course-view .app-image-content img {
    transform: unset;
    inset: unset;
    max-width: unset;
    margin-top: 24px;
    width: 50%;
    max-height: unset;
  }
}
.tutorial-banner.course-view .app-icon-title-container {
  max-width: 550px;
  height: max-content;
  margin-top: 60px;
  font-size: 38px;
  line-height: 1.5;
}
@media all and (max-width: 1250px) {
  .tutorial-banner.course-view .app-icon-title-container {
    font-size: 30px;
  }
}
@media all and (max-width: 1100px) {
  .tutorial-banner.course-view .app-icon-title-container {
    font-size: 26px;
  }
}
.tutorial-banner.course-view .app-icon-title-container > i {
  width: 90px;
  height: 90px;
  font-size: 54px;
  border: 2px solid;
  border-radius: 8px;
}
@media all and (max-width: 1250px) {
  .tutorial-banner.course-view .app-icon-title-container > i {
    width: 70px;
    height: 70px;
    font-size: 44px;
  }
}
@media all and (max-width: 1250px) {
  .tutorial-banner.course-view .app-icon-title-container > i {
    width: 60px;
    height: 60px;
    font-size: 38px;
  }
}
.tutorial-banner.course-view .app-icon-title-container [class*=seg-button] {
  position: unset;
  height: 48px;
  font-size: 18px;
  padding-inline: 12px;
}
@media all and (max-width: 1250px) {
  .tutorial-banner.course-view .app-icon-title-container [class*=seg-button] {
    height: 38px;
    font-size: 14px;
  }
}
.tutorial-banner.course-view .app-icon-title-container .training-app-header {
  opacity: 0;
  animation: fadeInSlideIn;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.tutorial-banner.course-view .app-icon-title-container .app-description {
  opacity: 0;
  font-size: 16px;
  line-height: 1.5;
  animation: fadeInSlideIn;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
@media all and (max-width: 1100px) {
  .tutorial-banner.course-view .app-icon-title-container .app-description {
    font-size: 12px;
  }
}
.tutorial-banner .parent-nav {
  display: flex;
  align-items: center;
  position: relative;
  width: max-content;
  padding-block: 6px;
  padding-left: 24px;
  color: #fff;
  z-index: 4;
}
.tutorial-banner .parent-nav::before {
  content: "\ede0";
  font-family: "seg";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-45%);
}
.tutorial-banner .parent-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s linear;
}
.tutorial-banner .parent-nav:hover::after {
  transform: scaleX(1);
}
.tutorial-banner .parent-nav span {
  text-transform: uppercase;
}
.tutorial-banner .sibling-nav {
  display: flex;
  position: absolute;
  bottom: 204px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  z-index: 5;
}
.tutorial-banner .sibling-nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-size: 18px;
  padding-block: 6px;
}
@media all and (max-width: 1250px) {
  .tutorial-banner .sibling-nav a {
    font-size: 14px;
  }
}
.tutorial-banner .sibling-nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  height: 12px;
  width: 12px;
  border-left: 1px solid;
  border-top: 1px solid;
  transform: translateY(-40%) rotate(-45deg);
}
.tutorial-banner .sibling-nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 33px;
  height: calc(100% - 12px);
  border-right: 1px solid;
  transform: translateY(-48%);
}
.tutorial-banner .sibling-nav a:hover {
  border-radius: 6px;
  box-shadow: 0 0 5px #fff;
}
.tutorial-banner .sibling-nav a.previous {
  color: #fff;
  padding-inline: 45px 12px;
}
.tutorial-banner .sibling-nav a.next {
  margin-left: auto;
  padding-inline: 12px 45px;
  color: #323232;
  text-align: end;
}
.tutorial-banner .sibling-nav a.next::before {
  left: unset;
  right: 15px;
  transform: translateY(-40%) rotate(135deg);
}
.tutorial-banner .sibling-nav a.next::after {
  right: 33px;
}
.tutorial-banner .sibling-nav a.next:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.tutorial-banner .sibling-nav a span:last-of-type {
  font-weight: 700;
  text-transform: uppercase;
  max-width: 250px;
}
.tutorial-banner .check-list-items {
  list-style: none;
}
.tutorial-banner .check-list-item {
  position: relative;
}
.tutorial-banner .check-list-item::before {
  content: "\f288";
  font-family: "Seg";
  position: absolute;
  top: 0;
  left: -12px;
  font-size: 20px;
}
.tutorial-banner.has-previous-sibling .app-icon-title-container [class*=seg-button] {
  left: 320px;
}
@media all and (max-width: 1250px) {
  .tutorial-banner.has-previous-sibling .app-icon-title-container [class*=seg-button] {
    left: 240px;
  }
}
@media all and (max-width: 1070px) {
  .tutorial-banner.has-previous-sibling .app-icon-title-container [class*=seg-button] {
    left: 230px;
  }
}
@media all and (max-width: 1024px) {
  .tutorial-banner.has-previous-sibling .app-icon-title-container [class*=seg-button] {
    background-color: var(--app-colour);
  }
}
.tutorial-banner .nav-buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 24px;
  right: 50%;
  transform: translateX(50%);
  z-index: 4;
  width: 100%;
  max-width: 1348px;
  margin-inline: auto;
  padding-inline: 24px;
}
.tutorial-banner .nav-buttons [class*=seg-button] {
  min-width: 270px;
  min-height: 42px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 1530px) {
  .tutorial-banner .nav-buttons [class*=seg-button] {
    min-width: max-content;
  }
}
@media all and (max-width: 833px) {
  .tutorial-banner .nav-buttons [class*=seg-button] {
    min-height: 34px;
    font-size: 10px;
  }
}
@media all and (max-width: 415px) {
  .tutorial-banner .nav-buttons [class*=seg-button] {
    height: 30px;
    min-height: 30px;
    font-size: 8px;
    line-height: 30px;
  }
}
.tutorial-banner .nav-buttons .auth-buttons {
  gap: 24px;
}
@media all and (max-width: 530px) {
  .tutorial-banner .nav-buttons .auth-buttons {
    flex-direction: column;
    position: absolute;
    top: 2px;
    right: 24px;
    gap: 12px;
  }
}
@media all and (max-width: 350px) {
  .tutorial-banner .nav-buttons .auth-buttons {
    top: 50px;
  }
}
.tutorial-banner .nav-buttons .auth-buttons a:nth-of-type(2) button {
  background-color: #fff;
  box-shadow: none;
}
.tutorial-banner .background-image-container {
  background-image: var(--image-url);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.tutorial-banner .banner-content-container {
  position: relative;
  z-index: 4;
  justify-content: start;
  padding: 24px;
}
.tutorial-banner .banner-content-container img {
  opacity: 0;
  width: 100%;
  max-width: 520px;
  animation: imageFlipIn;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  backface-visibility: hidden;
  transform-origin: center;
}
@media all and (max-width: 1250px) {
  .tutorial-banner .banner-content-container img {
    width: 80%;
  }
}
@media all and (max-width: 900px) {
  .tutorial-banner .banner-content-container img {
    display: none;
  }
}
.tutorial-banner .banner-content-container svg {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.tutorial-banner svg.left-corner {
  position: absolute;
  top: 0;
  left: 0;
  height: 150%;
  transform: translate(-20%, -20%);
}
.tutorial-banner .banner-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 700px;
  z-index: 1;
}
.tutorial-banner .banner-content h2 {
  opacity: 0;
  animation: fadeInSlideIn;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.tutorial-banner .banner-content p {
  opacity: 0;
  animation: fadeInSlideIn;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.tutorial-banner .banner-content ul {
  opacity: 0;
  animation: fadeInSlideIn;
  animation-duration: 0.8s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
@media all and (max-width: 1200px) {
  .tutorial-banner .banner-content {
    max-width: 600px;
  }
}
@media all and (max-width: 1000px) {
  .tutorial-banner .banner-content {
    max-width: 500px;
  }
}
@media all and (max-width: 900px) {
  .tutorial-banner .banner-content {
    max-width: 700px;
  }
}
.tutorial-banner .banner-inner-content {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  align-items: start;
  gap: 36px;
}
.tutorial-banner .banner-inner-content h4 {
  padding: 12px;
  width: max-content;
  font-size: 24px;
  background-color: #014679;
  border-radius: 0 6px 6px 0;
}
@media all and (max-width: 1200px) {
  .tutorial-banner .banner-inner-content h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 1000px) {
  .tutorial-banner .banner-inner-content h4 {
    font-size: 18px;
  }
}
.tutorial-banner .banner-inner-content h2 {
  font-size: 38px;
}
@media all and (max-width: 1200px) {
  .tutorial-banner .banner-inner-content h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 1000px) {
  .tutorial-banner .banner-inner-content h2 {
    font-size: 30px;
  }
}
.tutorial-banner .banner-inner-content p {
  max-width: 600px;
  font-size: 20px;
  margin: 0;
}
@media all and (max-width: 1200px) {
  .tutorial-banner .banner-inner-content p {
    font-size: 18px;
  }
}
@media all and (max-width: 1000px) {
  .tutorial-banner .banner-inner-content p {
    font-size: 16px;
  }
}
.tutorial-banner .banner-inner-content h2, .tutorial-banner .banner-inner-content p {
  line-height: 1.5;
}
@media all and (max-width: 1200px) {
  .tutorial-banner .banner-inner-content h2, .tutorial-banner .banner-inner-content p {
    line-height: 1.3;
  }
}

.banner-background {
  position: absolute;
  top: 0;
  height: 80%;
  min-height: calc(var(--tutorial-banner-height) * 1px);
  width: 100%;
  background-color: #4e87b9;
  overflow: hidden;
}
@media all and (max-width: 833px) {
  .banner-background {
    height: 100%;
  }
}
.banner-background.course-view {
  background-color: #fbfbfb;
}
.banner-background.course-view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  transform: translate(-22%, -20%);
  aspect-ratio: 1/1;
  background-color: var(--app-colour);
  border-radius: 50%;
}
.banner-background.tutorial-banner-bg-main-landing {
  min-height: 1000px;
}
.banner-background.tutorial-banner-bg-app-receipt-management {
  min-height: 872px;
}
.banner-background svg {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 70%;
  transform: translateX(-45%) translateY(-35%);
}
@media all and (max-width: 833px) {
  .banner-background svg {
    width: 85%;
    transform: translateX(-60%) translateY(-50%);
  }
}
.banner-background svg.left-corner {
  top: 0;
  left: 0;
  height: 200%;
  transform: translate(-20%, -20%);
}
@media all and (max-width: 833px) {
  .banner-background svg.left-corner {
    height: unset;
    transform: translate(-40%, -20%);
  }
}

.apps-tray .app-grouping {
  display: none;
  max-height: 350px;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
}
.apps-tray .app-grouping:not(:first-of-type) {
  margin-top: 48px;
}
@media all and (max-width: 1000px) {
  .apps-tray .app-grouping {
    flex-direction: column;
    max-height: 800px;
  }
}
.apps-tray .app-grouping.active {
  display: flex;
}
.apps-tray .app-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  width: 420px;
  max-width: 420px;
  color: #323232;
  border-radius: 6px 0 0 6px;
  background-color: #fff;
}
@media all and (max-width: 1000px) {
  .apps-tray .app-panel {
    width: 100%;
    max-width: unset;
    border-radius: 6px 6px 0 0;
  }
}
.apps-tray .app-panel .app-image-content {
  min-height: 250px;
}
@media all and (max-width: 1000px) {
  .apps-tray .app-panel .app-image-content {
    min-height: 400px;
  }
}
@media all and (max-width: 750px) {
  .apps-tray .app-panel .app-image-content {
    min-height: 300px;
  }
}
@media all and (max-width: 600px) {
  .apps-tray .app-panel .app-image-content {
    min-height: 250px;
  }
}
@media all and (max-width: 500px) {
  .apps-tray .app-panel .app-image-content {
    min-height: 200px;
  }
}
@media all and (max-width: 450px) {
  .apps-tray .app-panel .app-image-content {
    min-height: 150px;
  }
}
.apps-tray .app-panel .app-image-content::before {
  transform: translate(-25%, -18%);
}
.apps-tray .app-panel .app-image-content svg.left-corner {
  transform: translate(-25%, -14%);
}
@media all and (max-width: 460px) {
  .apps-tray .app-panel .app-image-content img {
    width: 50%;
  }
}
.apps-tray .app-panel .toggle-platform-container {
  gap: 18px;
}
@media all and (max-width: 380px) {
  .apps-tray .app-panel .toggle-platform-container {
    gap: 8px;
  }
}
.apps-tray .app-panel .toggle-platform-container .platform {
  font-size: 12px;
}
@media all and (max-width: 380px) {
  .apps-tray .app-panel .toggle-platform-container .platform {
    font-size: 11px;
  }
}
.apps-tray .app-panel .toggle-platform-container .platform.desktop::before {
  content: "\f2b3";
  font-size: 20px;
}
@media all and (max-width: 380px) {
  .apps-tray .app-panel .toggle-platform-container .platform.desktop::before {
    font-size: 18px;
  }
}
.apps-tray .app-panel .toggle-platform-container .platform.mobile::before {
  content: "\f2b4";
  font-size: 22px;
}
@media all and (max-width: 380px) {
  .apps-tray .app-panel .toggle-platform-container .platform.mobile::before {
    font-size: 20px;
  }
}
.apps-tray .app-panel .value {
  display: none;
}
.apps-tray .app-panel .value.active {
  display: flex;
}
.apps-tray .child-apps-container {
  flex-grow: 1;
  padding-inline: 30px;
  background-color: #fff;
  border-radius: 0 6px 6px 0;
  border-left: 1px solid #c5c5c5;
  overflow-y: auto;
}
@media all and (max-width: 1000px) {
  .apps-tray .child-apps-container {
    border-top: 1px solid #c5c5c5;
    border-left: none;
    border-radius: 0 0 6px 6px;
  }
}
@media all and (max-width: 750px) {
  .apps-tray .child-apps-container {
    padding-inline: 12px;
  }
}
.apps-tray .child-apps-container .child-apps-inner {
  display: none;
}
.apps-tray .child-apps-container .child-apps-inner.active {
  display: block;
}
.apps-tray .child-apps-container .child-apps-inner.active .child-app + .child-app {
  border-top: 1px solid #e6e6e6;
}
.apps-tray .child-apps-container .child-app {
  display: flex;
  align-items: center;
  position: relative;
  padding-block: 18px;
  color: #323232;
}
@media all and (max-width: 750px) {
  .apps-tray .child-apps-container .child-app {
    padding-bottom: 24px;
  }
}
.apps-tray .child-apps-container .child-app.platform-Mobile .platform::after {
  content: "\f2b4";
  font-size: 18px;
}
.apps-tray .child-apps-container .child-app.platform-Desktop .platform::after {
  content: "\f2b3";
}
.apps-tray .child-apps-container .child-app .platform::after,
.apps-tray .child-apps-container .child-app .duration::after {
  font-family: "seg";
}
.apps-tray .child-apps-container .child-app .duration::after {
  content: "\f2b8";
}
.apps-tray .child-apps-container .child-app .platform::after {
  margin-left: 8px;
}
.apps-tray .child-apps-container .child-app > div:nth-of-type(1) {
  padding-right: 24px;
  text-transform: uppercase;
}
@media all and (max-width: 380px) {
  .apps-tray .child-apps-container .child-app > div:nth-of-type(1) {
    font-size: 12px;
  }
}
.apps-tray .child-apps-container .child-app > div:nth-of-type(2) {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
  padding-right: 24px;
  font-size: 12px;
  text-align: end;
}
@media all and (max-width: 750px) {
  .apps-tray .child-apps-container .child-app > div:nth-of-type(2) {
    position: absolute;
    bottom: 8px;
  }
}
.apps-tray .child-apps-container .child-app > div:nth-of-type(2) .platform {
  display: flex;
  align-items: center;
}
@media all and (max-width: 750px) {
  .apps-tray .child-apps-container .child-app > div:nth-of-type(3) {
    margin-left: auto;
  }
}
@media all and (max-width: 380px) {
  .apps-tray .child-apps-container .child-app .value {
    min-width: 60px;
    font-size: 12px;
  }
}
.apps-tray .app-title {
  width: 100%;
  align-items: center;
  gap: 12px;
  padding-block: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.apps-tray .app-title .title {
  font-size: 18px;
}
@media all and (max-width: 1500px) {
  .apps-tray .app-title .title {
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  .apps-tray .app-title .title {
    font-size: 14px;
  }
}
.apps-tray .value {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-width: 100px;
  padding: 2px 12px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #27C152;
}
.apps-tray .value::after {
  content: "%";
  z-index: 1;
}
.apps-tray .value::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--animator-value);
  height: 100%;
  z-index: -1;
  background-color: #27C152;
  transition: width 3s;
}
.apps-tray .value.coming-soon {
  color: #fff;
  border: none;
  background-color: #B5B5B5;
}
.apps-tray .value.coming-soon::before, .apps-tray .value.coming-soon::after {
  content: none;
}
.apps-tray [data-animator-value="64%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="65%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="66%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="67%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="68%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="69%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="70%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="71%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="72%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="73%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="74%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="75%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="76%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="77%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="78%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="79%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="80%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="81%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="82%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="83%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="84%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="85%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="86%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="87%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="88%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="89%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="90%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="91%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="92%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="93%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="94%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="95%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="96%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="97%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="98%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="99%"].value {
  color: #FFFFFF;
}
.apps-tray [data-animator-value="100%"].value {
  color: #FFFFFF;
}

.tutorial-list {
  flex-grow: 1;
}
.tutorial-list ul {
  height: 100%;
  margin: 0;
  padding: 0;
}
.tutorial-list .list-item {
  padding-block: 12px;
  padding-inline: 24px;
  font-size: 18px;
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item {
    row-gap: 8px;
    font-size: 14px;
  }
}
.tutorial-list .list-item a {
  color: #323232;
  cursor: pointer;
}
.tutorial-list .list-item.Exam {
  background-color: #f8f8f8;
  color: #0362BB;
}
.tutorial-list .list-item.Exam a {
  color: #0362BB;
}
.tutorial-list .list-item div:nth-of-type(1) {
  width: 50%;
  padding-left: 36px;
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item div:nth-of-type(1) {
    width: 100%;
    padding-left: 26px;
  }
}
.tutorial-list .list-item div:nth-of-type(1) a {
  position: relative;
}
.tutorial-list .list-item div:nth-of-type(1) a::before {
  content: "\ea1e";
  font-family: seg;
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  font-size: 24px;
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item div:nth-of-type(1) a::before {
    left: -26px;
    font-size: 21px;
  }
}
.tutorial-list .list-item div:nth-of-type(1) a.has-course::before {
  content: "\e986";
  color: var(--app-colour);
  font-size: 18px;
  left: -34px;
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item div:nth-of-type(1) a.has-course::before {
    left: -24px;
    font-size: 15px;
  }
}
.tutorial-list .list-item div:nth-of-type(2), .tutorial-list .list-item div:nth-of-type(3), .tutorial-list .list-item div:nth-of-type(4) {
  position: relative;
  width: 16.6666666667%;
  text-align: center;
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item div:nth-of-type(2), .tutorial-list .list-item div:nth-of-type(3), .tutorial-list .list-item div:nth-of-type(4) {
    display: flex;
    flex-direction: column;
    width: 33.3333333333%;
    text-align: start;
  }
}
.tutorial-list .list-item div:nth-of-type(2)::before, .tutorial-list .list-item div:nth-of-type(3)::before, .tutorial-list .list-item div:nth-of-type(4)::before {
  content: none;
  position: relative;
  font-size: 12px;
  text-decoration: none;
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item div:nth-of-type(2)::before {
    content: "Price";
  }
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item div:nth-of-type(3)::before {
    content: "Percentage";
  }
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item div:nth-of-type(4)::before {
    content: "Action";
  }
}
@media all and (max-width: 833px) {
  .tutorial-list .list-item div:nth-of-type(2)::before {
    content: "Price";
  }
}
.tutorial-list .list-item div:nth-of-type(4) {
  cursor: pointer;
}
.tutorial-list .list-item div:nth-of-type(4) a {
  color: #0362BB;
  text-decoration: underline;
}
.tutorial-list.coming-soon ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tutorial-list.coming-soon ul .coming-soon {
  list-style: none;
  margin-inline: auto;
  background-color: #eaeaea;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.tutorial-info-items {
  flex-wrap: wrap;
  gap: 24px;
  height: max-content;
}

.info-item {
  display: flex;
  gap: 12px;
  position: relative;
  width: calc(50% - 12px);
}
@media all and (max-width: 760px) {
  .info-item {
    width: 100%;
  }
}
.info-item > i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  font-size: 30px;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.info-item > div {
  width: 87%;
  color: #323232;
  font-size: 16px;
}
.info-item > div {
  position: relative;
}
.info-item > div::after {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.info-item:nth-of-type(1) > div, .info-item:nth-of-type(2) > div {
  padding-bottom: 24px;
}
.info-item:nth-of-type(1) > div::after, .info-item:nth-of-type(2) > div::after {
  content: "";
}
@media all and (max-width: 760px) {
  .info-item:nth-of-type(3) > div {
    padding-bottom: 24px;
  }
}
@media all and (max-width: 760px) {
  .info-item:nth-of-type(3) > div::after {
    content: "";
  }
}

.app-image-content {
  position: relative;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  min-height: 300px;
  padding: 52px 18px 0;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
@media all and (max-width: 2320px) {
  .app-image-content {
    min-height: 280px;
  }
}
@media all and (max-width: 2170px) {
  .app-image-content {
    min-height: 260px;
    padding: 36px 18px 0;
  }
}
@media all and (max-width: 2040px) {
  .app-image-content {
    min-height: 240px;
  }
}
@media all and (max-width: 1880px) {
  .app-image-content {
    min-height: 220px;
  }
}
@media all and (max-width: 1780px) {
  .app-image-content {
    min-height: 200px;
    padding: 24px 18px 0;
  }
}
@media all and (max-width: 1630px) {
  .app-image-content {
    min-height: 180px;
  }
}
@media all and (max-width: 1500px) {
  .app-image-content {
    min-height: 220px;
  }
}
@media all and (max-width: 1380px) {
  .app-image-content {
    min-height: 200px;
  }
}
@media all and (max-width: 1220px) {
  .app-image-content {
    min-height: 180px;
    padding: 18px 18px 0;
  }
}
@media all and (max-width: 1090px) {
  .app-image-content {
    min-height: 160px;
  }
}
@media all and (max-width: 1024px) {
  .app-image-content {
    min-height: 220px;
  }
}
@media all and (max-width: 980px) {
  .app-image-content {
    min-height: 200px;
  }
}
.app-image-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 150%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--app-colour);
  z-index: 3;
  transform: translate(-25%, -25%);
}
.app-image-content svg {
  position: absolute;
  top: -36%;
  right: -5%;
  width: 80%;
}
.app-image-content svg.left-corner {
  top: 0;
  left: 0;
  height: 150%;
  z-index: 3;
  transform: translate(-25%, -25%);
}
.app-image-content img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  right: 10%;
  z-index: 4;
}

.app-icon-title-container {
  z-index: 6;
  gap: 8px;
  max-width: 200px;
  font-size: 18px;
  color: #fff;
}
@media all and (max-width: 2300px) {
  .app-icon-title-container {
    max-width: 150px;
  }
}
@media all and (max-width: 1930px) {
  .app-icon-title-container {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .app-icon-title-container {
    font-size: 16px;
  }
}
.app-icon-title-container > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 34px;
  /*background-color: var(--app-colour);*/
  border: 1px solid;
  border-radius: 6px;
}
.app-icon-title-container [class*=seg-button] {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 3;
  flex-direction: row-reverse;
  width: max-content;
  padding-inline: 24px;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: 1px solid;
  box-shadow: none;
}
.app-icon-title-container [class*=seg-button]:hover .button-text {
  color: #fff;
}

.marketing-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 50%;
  gap: 12px;
  height: 100%;
  color: #fff;
}
.marketing-links .career-path-container,
.marketing-links .courses-container {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 7px;
  flex-basis: 50%;
  gap: 12px;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 1024px) {
  .marketing-links .career-path-container,
.marketing-links .courses-container {
    justify-content: space-between;
  }
}
.marketing-links .career-path-container::before,
.marketing-links .courses-container::before {
  --gradient-fill: rgba(66, 123, 199, 0.6);
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, var(--gradient-fill) 40%, rgba(38, 50, 78, 0) 100%);
}
.marketing-links .career-path-container > div,
.marketing-links .courses-container > div {
  z-index: 1;
}
.marketing-links .career-path-container > div:first-of-type,
.marketing-links .courses-container > div:first-of-type {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.marketing-links .career-path-container > div:last-of-type,
.marketing-links .courses-container > div:last-of-type {
  display: flex;
}
.marketing-links .career-path-container > div .visit-store,
.marketing-links .career-path-container > div .visit-courses,
.marketing-links .courses-container > div .visit-store,
.marketing-links .courses-container > div .visit-courses {
  display: inline-block;
  height: fit-content;
  min-width: 100px;
  min-height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  background-color: #fff;
}
@media all and (max-width: 1570px) {
  .marketing-links .career-path-container > div .visit-store,
.marketing-links .career-path-container > div .visit-courses,
.marketing-links .courses-container > div .visit-store,
.marketing-links .courses-container > div .visit-courses {
    min-width: 80px;
    font-size: 10px;
  }
}
@media all and (max-width: 1305px) {
  .marketing-links .career-path-container > div .visit-store,
.marketing-links .career-path-container > div .visit-courses,
.marketing-links .courses-container > div .visit-store,
.marketing-links .courses-container > div .visit-courses {
    min-width: 65px;
  }
}
@media all and (max-width: 1024px) {
  .marketing-links .career-path-container > div .visit-store,
.marketing-links .career-path-container > div .visit-courses,
.marketing-links .courses-container > div .visit-store,
.marketing-links .courses-container > div .visit-courses {
    min-width: 100px;
    font-size: 13px;
  }
}
.marketing-links .career-path-container > div .visit-store,
.marketing-links .courses-container > div .visit-store {
  color: #315496;
}
.marketing-links .career-path-container > div .visit-courses,
.marketing-links .courses-container > div .visit-courses {
  color: #676767;
}
.marketing-links .career-path-container h3,
.marketing-links .career-path-container p,
.marketing-links .courses-container h3,
.marketing-links .courses-container p {
  margin-bottom: 0;
}
.marketing-links .career-path-container h3,
.marketing-links .courses-container h3 {
  font-size: 20px;
  font-weight: 700;
}
@media all and (max-width: 1735px) {
  .marketing-links .career-path-container h3,
.marketing-links .courses-container h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 1485px) {
  .marketing-links .career-path-container h3,
.marketing-links .courses-container h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 1240px) {
  .marketing-links .career-path-container h3,
.marketing-links .courses-container h3 {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .marketing-links .career-path-container h3,
.marketing-links .courses-container h3 {
    font-size: 20px;
  }
}
.marketing-links .career-path-container p,
.marketing-links .courses-container p {
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 1405px) {
  .marketing-links .career-path-container p,
.marketing-links .courses-container p {
    font-size: 14px;
  }
}
@media all and (max-width: 1024px) {
  .marketing-links .career-path-container p,
.marketing-links .courses-container p {
    font-size: 16px;
  }
}
.marketing-links .career-path-container {
  background-image: url("../../../images/training/marketing/career-path.jpg");
}
.marketing-links .courses-container {
  background-image: url("../../../images/training/marketing/careers.jpg");
}

@media all and (max-width: 833px) {
  .mdl-header-vessel-description,
.mdl-header-breadcrumbs,
.mdl-header-nav {
    display: none !important;
  }
}

.image-inner-content,
.tutorial-content,
.banner-inner-content {
  max-width: 1300px;
  margin-inline: auto;
  flex-grow: 1;
}

.tutorial-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 3;
  padding-bottom: 24px;
}
@media all and (max-width: 1348px) {
  .tutorial-content {
    padding-inline: 24px;
  }
}

.image-inner-content {
  display: flex;
}
@media all and (max-width: 833px) {
  .image-inner-content {
    flex-direction: column;
  }
}

.ephemeris-factor,
.courses-grid,
.tutorial-info-items {
  background-color: #fff;
  border-radius: 6px;
}

.tutorial-info-items {
  padding: 18px 24px;
}
@media all and (max-width: 1024px) {
  .tutorial-info-items {
    padding: 12px 18px;
  }
}

@media all and (max-width: 800px) {
  .ephemeris-factor-content .ephemeris-factor-header .title {
    font-size: 14px;
  }
}
@media all and (max-width: 650px) {
  .ephemeris-factor-content .widget:last-of-type::after {
    content: none;
  }
}
@media all and (max-width: 571px) {
  .ephemeris-factor-content .widget:last-of-type::after {
    content: "";
  }
}
@media all and (max-width: 352px) {
  .ephemeris-factor-content .widget:last-of-type::after {
    content: none;
  }
}
@media all and (max-width: 346px) {
  .ephemeris-factor-content .widget:last-of-type::after {
    content: "";
  }
}
@media all and (max-width: 571px) {
  .ephemeris-factor-content .widget:nth-of-type(4)::after {
    content: none;
  }
}
@media all and (max-width: 460px) {
  .ephemeris-factor-content .widget:nth-of-type(4)::after {
    content: "";
  }
}
@media all and (max-width: 346px) {
  .ephemeris-factor-content .widget:nth-of-type(4)::after {
    content: none;
  }
}
@media all and (max-width: 460px) {
  .ephemeris-factor-content .widget:nth-of-type(3)::after {
    content: none;
  }
}
@media all and (max-width: 346px) {
  .ephemeris-factor-content .widget:nth-of-type(3)::after {
    content: "";
  }
}
@media all and (max-width: 346px) {
  .ephemeris-factor-content .widget:nth-of-type(2)::after {
    content: none;
  }
}
@media all and (max-width: 1000px) {
  .ephemeris-factor-content .widget .denominator {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  .ephemeris-factor-content .widget .denominator {
    font-size: 14px;
  }
}
@media all and (max-width: 1000px) {
  .ephemeris-factor-content .widget .your-tally .value,
.ephemeris-factor-content .widget .your-tally .inline-denominator,
.ephemeris-factor-content .widget .avg-tally .value,
.ephemeris-factor-content .widget .avg-tally .inline-denominator {
    font-size: 16px;
  }
}
@media all and (max-width: 800px) {
  .ephemeris-factor-content .widget .your-tally .value,
.ephemeris-factor-content .widget .your-tally .inline-denominator,
.ephemeris-factor-content .widget .avg-tally .value,
.ephemeris-factor-content .widget .avg-tally .inline-denominator {
    font-size: 14px;
  }
}
@media all and (max-width: 1000px) {
  .ephemeris-factor-content .widget .tally-label {
    font-size: 12px;
  }
}
@media all and (max-width: 800px) {
  .ephemeris-factor-content .widget .tally-label {
    font-size: 10px;
  }
}
@media all and (max-width: 1000px) {
  .ephemeris-factor-content .icon-label span {
    font-size: 12px;
  }
}
@media all and (max-width: 800px) {
  .ephemeris-factor-content .icon-label span {
    font-size: 10px;
  }
}
@media all and (max-width: 1000px) {
  .ephemeris-factor-content .icon-label i {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}
@media all and (max-width: 800px) {
  .ephemeris-factor-content .icon-label i {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.auxiliary-links .marketing-links {
  flex-direction: row;
}
@media all and (max-width: 833px) {
  .auxiliary-links .marketing-links {
    flex-direction: column;
  }
}
.auxiliary-links .marketing-links .courses-button,
.auxiliary-links .marketing-links .pro-gear-button {
  padding: 24px;
}
.auxiliary-links .marketing-links .courses-button > div .visit-courses,
.auxiliary-links .marketing-links .courses-button > div .visit-store,
.auxiliary-links .marketing-links .pro-gear-button > div .visit-courses,
.auxiliary-links .marketing-links .pro-gear-button > div .visit-store {
  min-width: 135px;
  min-height: 45px;
  line-height: 45px;
  font-size: 15px;
}
@media all and (max-width: 833px) {
  .auxiliary-links .marketing-links .courses-button > div .visit-courses,
.auxiliary-links .marketing-links .courses-button > div .visit-store,
.auxiliary-links .marketing-links .pro-gear-button > div .visit-courses,
.auxiliary-links .marketing-links .pro-gear-button > div .visit-store {
    min-width: 100px;
    min-height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
}
.auxiliary-links .marketing-links .courses-button > div:last-of-type,
.auxiliary-links .marketing-links .pro-gear-button > div:last-of-type {
  max-width: 400px;
}
.auxiliary-links .marketing-links .courses-button h3,
.auxiliary-links .marketing-links .pro-gear-button h3 {
  font-size: 18px;
}
@media all and (max-width: 833px) {
  .auxiliary-links .marketing-links .courses-button h3,
.auxiliary-links .marketing-links .pro-gear-button h3 {
    font-size: 16px;
  }
}
.auxiliary-links .marketing-links .courses-button p,
.auxiliary-links .marketing-links .pro-gear-button p {
  font-size: 15px;
}
@media all and (max-width: 833px) {
  .auxiliary-links .marketing-links .courses-button p,
.auxiliary-links .marketing-links .pro-gear-button p {
    font-size: 13px;
  }
}

.tutorial-info-items {
  position: relative;
  overflow: hidden;
}
.tutorial-info-items::before {
  content: "";
  display: block;
  position: absolute;
  left: -1200px;
  top: -10%;
  background-image: linear-gradient(#FFFFFF 0%, #868686 75%, #FFFFFF 100%);
  width: 200%;
  height: 400px;
  transform: rotate(-45deg);
  animation-name: tutorialReflection;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 10s;
}

.grey-header-bar {
  position: relative;
  width: 100%;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #323232;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
  background-color: #f1f1f1;
}
.grey-header-bar div:nth-of-type(1) {
  width: 50%;
}
@media all and (max-width: 880px) {
  .grey-header-bar div:nth-of-type(1) {
    font-size: 16px;
  }
}
@media all and (max-width: 833px) {
  .grey-header-bar div:nth-of-type(1) {
    width: 100%;
    font-size: 14px;
  }
}
.grey-header-bar div:nth-of-type(2), .grey-header-bar div:nth-of-type(3), .grey-header-bar div:nth-of-type(4) {
  width: 16.6666666667%;
  text-align: center;
}
@media all and (max-width: 833px) {
  .grey-header-bar div:nth-of-type(2), .grey-header-bar div:nth-of-type(3), .grey-header-bar div:nth-of-type(4) {
    display: none;
  }
}
.grey-header-bar i {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 24px;
}

@media all and (max-width: 833px) {
  .seg-info.seg-tooltip {
    display: none;
  }
}

.in-frame {
  /*.tutorial-banner .nav-buttons {
      top: 30px;
      right: 98px;
  }*/
}
.in-frame .mdl-header.top-bar-active,
.in-frame .top-bar-active ~ #headerOffset {
  display: none;
}

.apps-suites-title {
  text-align: center;
}
.apps-suites-title h1 {
  font-size: 44px;
  color: #3e3e3e;
}
@media all and (max-width: 1200px) {
  .apps-suites-title h1 {
    font-size: 38px;
  }
}
@media all and (max-width: 900px) {
  .apps-suites-title h1 {
    font-size: 34px;
  }
}
@media all and (max-width: 700px) {
  .apps-suites-title h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 550px) {
  .apps-suites-title h1 {
    font-size: 26px;
  }
}

.toggle-platform-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
.toggle-platform-container .platform {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #323232;
  text-transform: uppercase;
  cursor: pointer;
}
@media all and (max-width: 1200px) {
  .toggle-platform-container .platform {
    font-size: 18px;
  }
}
@media all and (max-width: 900px) {
  .toggle-platform-container .platform {
    font-size: 16px;
  }
}
@media all and (max-width: 700px) {
  .toggle-platform-container .platform {
    font-size: 14px;
  }
}
@media all and (max-width: 550px) {
  .toggle-platform-container .platform {
    font-size: 12px;
  }
}
.toggle-platform-container .platform:hover, .toggle-platform-container .platform.active {
  color: #0288FC;
}
.toggle-platform-container .platform::before {
  font-family: "seg";
  margin-right: 8px;
  font-size: 30px;
}
@media all and (max-width: 1200px) {
  .toggle-platform-container .platform::before {
    font-size: 28px;
  }
}
@media all and (max-width: 900px) {
  .toggle-platform-container .platform::before {
    font-size: 24px;
  }
}
@media all and (max-width: 700px) {
  .toggle-platform-container .platform::before {
    font-size: 20px;
  }
}
@media all and (max-width: 550px) {
  .toggle-platform-container .platform::before {
    font-size: 18px;
  }
}
.toggle-platform-container .platform.desktop::before {
  content: "\f2b3";
  font-size: 30px;
}
@media all and (max-width: 1200px) {
  .toggle-platform-container .platform.desktop::before {
    font-size: 28px;
  }
}
@media all and (max-width: 900px) {
  .toggle-platform-container .platform.desktop::before {
    font-size: 24px;
  }
}
@media all and (max-width: 700px) {
  .toggle-platform-container .platform.desktop::before {
    font-size: 20px;
  }
}
@media all and (max-width: 550px) {
  .toggle-platform-container .platform.desktop::before {
    font-size: 18px;
  }
}
.toggle-platform-container .platform.mobile::before {
  content: "\f2b4";
  font-size: 34px;
}
@media all and (max-width: 1200px) {
  .toggle-platform-container .platform.mobile::before {
    font-size: 32px;
  }
}
@media all and (max-width: 900px) {
  .toggle-platform-container .platform.mobile::before {
    font-size: 28px;
  }
}
@media all and (max-width: 700px) {
  .toggle-platform-container .platform.mobile::before {
    font-size: 24px;
  }
}
@media all and (max-width: 550px) {
  .toggle-platform-container .platform.mobile::before {
    font-size: 22px;
  }
}

@keyframes tutorialReflection {
  0%, 1% {
    left: -1200px;
  }
  1%, 100% {
    left: 1200px;
  }
}
/*# sourceMappingURL=training-tutorials-layout.css.map */
