@charset "UTF-8";
/*----------------------------------
---------------Variables------------
------------------------------------*/
/*
$color-ultralight: #;
$color-light: #;
$color-semilight: #;
$color-medium: #;
$color-semidark:#;
$color-dark: #;
$color-ultradark: #;
*/
/*----------------------------------
-----------------Mixins-------------
------------------------------------*/
/*----------------------------------
-----------------Fonts--------------
------------------------------------*/
@font-face {
  font-family: "akzidenz-grotesk-condensed-bold";
  font-style: normal;
  font-weight: 900;
  src: url("../resources/fonts/akzidenzgrotesk/akzidenz-grotesk-condensed-bold.otf");
}
@font-face {
  font-family: "akzidenz-grotesk-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/akzidenzgrotesk/akzidenz-grotesk-bold.ttf");
}
@font-face {
  font-family: "akzidenz-grotesk-italic";
  font-style: italic;
  font-weight: 400;
  src: url("../resources/fonts/akzidenzgrotesk/akzidenz-grotesk-italic.ttf");
}
@font-face {
  font-family: "akzidenz-grotesk-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../resources/fonts/akzidenzgrotesk/akzidenz-grotesk-regular.ttf");
}
@font-face {
  font-family: "futura-pt-book";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/futura/futura-pt-book.otf");
}
@font-face {
  font-family: "futura-pt-heavy";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/futura/futura-pt-heavy.otf");
}
@font-face {
  font-family: "futura-pt-light";
  font-style: normal;
  src: url("../resources/fonts/futura/futura-pt-light.otf");
}
@font-face {
  font-family: "futura-pt-medium";
  font-style: normal;
  src: url("../resources/fonts/futura/futura-pt-medium.otf");
}
@font-face {
  font-family: "futura-std-heavy";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/futura/futura-std-heavy.otf");
}
@font-face {
  font-family: "lato-medium";
  font-style: normal;
  font-weight: 400;
  src: url("../resources/fonts/lato/lato-medium.ttf");
}
@font-face {
  font-family: "lato-thin";
  font-style: normal;
  font-weight: 200;
  src: url("../resources/fonts/lato/lato-thin.ttf");
}
@font-face {
  font-family: "print-bold-ot";
  font-style: normal;
  font-weight: 700;
  src: url("../resources/fonts/lato/print-bold-ot.otf");
}
/*----------------------------------
----------------General--------------
------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "akzidenz-grotesk-regular";
  color: #2D2F69;
  margin: 0;
  overscroll-behavior: contain;
  font-size: 14px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

.disable {
  opacity: 0.8;
  pointer-events: none;
}

.main-slide {
  display: none;
}

.main-slide.current {
  display: flex;
  width: 100%;
  margin: 0;
}

.btn-audio {
  max-width: 100px;
  cursor: pointer;
}

.collapsed {
  cursor: pointer;
}

ul.slide-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 30px;
}
ul.slide-list.blue-light li::before {
  color: #00B5E2;
}
ul.slide-list.purple li::before {
  color: #3F3C83;
}
ul.slide-list.orange li::before {
  color: #DD2512;
}
ul.slide-list.green li::before {
  color: #009F51;
}
ul.slide-list.yellow li::before {
  color: #FF9F00;
}
ul.slide-list li {
  position: relative;
  margin-bottom: 20px;
}
ul.slide-list li:last-child {
  margin-bottom: 0;
}
ul.slide-list li::before {
  content: "●";
  width: 15px;
  font-size: 1em;
  position: absolute;
  top: -3px;
  left: -20px;
}

.step-title .step-1.step-heading .step-logo, .step-1.btn.btn-step .step-logo {
  background: url("../resources/images/img_btn_step_1.png") no-repeat center 150%/90%;
}
.step-title .step-2.step-heading .step-logo, .step-2.btn.btn-step .step-logo {
  background: url("../resources/images/img_btn_step_2.png") no-repeat center center/80%;
}
.step-title .step-3.step-heading .step-logo, .step-3.btn.btn-step .step-logo {
  background: url("../resources/images/img_btn_step_3.png") no-repeat center 145%/90%;
}
.step-title .step-4.step-heading .step-logo, .step-4.btn.btn-step .step-logo {
  background: url("../resources/images/img_btn_step_4.png") no-repeat -14px 5px/105%;
}
.step-title .step-5.step-heading .step-logo, .step-5.btn.btn-step .step-logo {
  background: url("../resources/images/img_btn_step_5.png") no-repeat center center/85%;
}

.phase-title .phase-0.phase-heading .phase-logo, .phase-0.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, .phase-0.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, .phase-0.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, .phase-0.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_phase_0_blue.png") no-repeat center center/80%;
}
.phase-title .phase-0.phase-heading .phase-logo.white-icon, .phase-0.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo.white-icon, .phase-0.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo.white-icon, .phase-0.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo.white-icon, .phase-0.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo.white-icon {
  background: url("../resources/images/img_btn_phase_0_white.png") no-repeat center center/80%;
}
.phase-title .phase-1.phase-heading .phase-logo, .phase-1.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, .phase-1.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, .phase-1.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, .phase-1.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_side_1.png") no-repeat center center/80%;
}
.phase-title .phase-1.phase-heading .phase-logo.white-icon, .phase-1.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo.white-icon, .phase-1.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo.white-icon, .phase-1.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo.white-icon, .phase-1.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo.white-icon {
  background: url("../resources/images/img_btn_phase_1_white.png") no-repeat center center/80%;
}
.phase-title .phase-2.phase-heading .phase-logo, .phase-2.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, .phase-2.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, .phase-2.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, .phase-2.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_side_2.png") no-repeat center center/80%;
}
.phase-title .phase-2.phase-heading .phase-logo.white-icon, .phase-2.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo.white-icon, .phase-2.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo.white-icon, .phase-2.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo.white-icon, .phase-2.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo.white-icon {
  background: url("../resources/images/img_btn_phase_1_white.png") no-repeat center center/80%;
}
.phase-title .phase-3.phase-heading .phase-logo, .phase-3.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, .phase-3.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, .phase-3.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, .phase-3.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_side_3.png") no-repeat center center/80%;
}
.phase-title .phase-3.phase-heading .phase-logo.white-icon, .phase-3.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo.white-icon, .phase-3.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo.white-icon, .phase-3.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo.white-icon, .phase-3.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo.white-icon {
  background: url("../resources/images/img_btn_phase_1_white.png") no-repeat center center/80%;
}
.phase-title .phase-6.phase-heading .phase-logo, .phase-6.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, .phase-6.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, .phase-6.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, .phase-6.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_phase_6_blue.png") no-repeat center center/80%;
}
.phase-title .phase-6.phase-heading .phase-logo.white-icon, .phase-6.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo.white-icon, .phase-6.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo.white-icon, .phase-6.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo.white-icon, .phase-6.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo.white-icon {
  background: url("../resources/images/img_btn_phase_6_white.png") no-repeat center center/80%;
}
.phase-title .phase-7.phase-heading .phase-logo, .phase-7.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, .phase-7.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, .phase-7.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, .phase-7.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_phase_7_blue.png") no-repeat center center/80%;
}

.phase-title [type*=button].phase-0.phase-heading .phase-logo, [type*=button].phase-0.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, [type*=button].phase-0.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, [type*=button].phase-0.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, [type*=button].phase-0.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_phase_0_blue.png") no-repeat center center/90%;
  width: 5rem;
  height: 5rem;
  border: 2px solid #071D49;
}
.phase-title [type*=button].phase-0.phase-heading .phase-logo.white-icon, [type*=button].phase-0.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-0.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-0.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-0.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo.white-icon {
  background: url("../resources/images/img_btn_phase_0_white.png") no-repeat center center/80%;
}
.phase-title [type*=button].phase-1.phase-heading .phase-logo, [type*=button].phase-1.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, [type*=button].phase-1.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, [type*=button].phase-1.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, [type*=button].phase-1.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_phase_1_blue.png") no-repeat center center/90%;
  width: 5rem;
  height: 5rem;
  border: 2px solid #071D49;
}
.phase-title [type*=button].phase-1.phase-heading .phase-logo.white-icon, [type*=button].phase-1.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-1.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-1.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-1.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo.white-icon {
  background: url("../resources/images/img_btn_phase_1_white.png") no-repeat center center/80%;
}
.phase-title [type*=button].phase-6.phase-heading .phase-logo, [type*=button].phase-6.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, [type*=button].phase-6.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, [type*=button].phase-6.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, [type*=button].phase-6.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_phase_6_blue.png") no-repeat center center/90%;
  width: 5rem;
  height: 5rem;
  border: 2px solid #071D49;
}
.phase-title [type*=button].phase-6.phase-heading .phase-logo.white-icon, [type*=button].phase-6.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-6.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-6.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo.white-icon, [type*=button].phase-6.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo.white-icon {
  background: url("../resources/images/img_btn_phase_6_white.png") no-repeat center center/80%;
}
.phase-title [type*=button].phase-7.phase-heading .phase-logo, [type*=button].phase-7.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, [type*=button].phase-7.btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, [type*=button].phase-7.btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, [type*=button].phase-7.btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background: url("../resources/images/img_btn_phase_7_blue.png") no-repeat center center/90%;
  width: 5rem;
  height: 5rem;
  border: 2px solid #071D49;
}

.btn-step-menu {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-step-menu .normal {
  display: block;
}
.btn-step-menu .hover {
  display: none;
}
.btn-step-menu:hover .normal {
  display: none;
}
.btn-step-menu:hover .hover {
  display: block;
}
.btn-step-menu:focus .normal {
  display: none;
}
.btn-step-menu:focus .hover {
  display: block;
}

.phase {
  margin-top: 5rem !important;
}

.btn[class*="btn btn-phase phase-0 btn-block"], .btn[class*="btn btn-phase phase-1 btn-block"], .btn[class*="btn btn-phase phase-6 btn-block"], .btn[class*="btn btn-phase phase-7 btn-block"] {
  font-size: 1.4rem;
  font-family: none !important;
  border: none !important;
  border-radius: none !important;
  box-shadow: none !important;
  padding: none !important;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase h1, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase h1, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase h1, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase h1 {
  color: #2D2F69;
  font-family: "akzidenz-grotesk-regular";
  text-align: left;
  line-height: 1.1;
  margin: 0 0 0 20px;
  font-size: 1.4em;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase b, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase b, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase b, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase b {
  font-family: "futura-pt-heavy";
  display: block;
  line-height: 1.1;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase .phase-logo, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase .phase-logo, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase .phase-logo, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase .phase-logo {
  background-color: #ffffff !important;
  border-radius: 50%;
  min-width: 50px;
  height: 50px;
  transition: 0.3s all;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase:hover, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase:hover, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase:hover, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase:hover .phase-logo, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase:hover .phase-logo, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase:hover .phase-logo, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase:hover .phase-logo {
  background-color: #071D49 !important;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase:hover.phase-0 .phase-logo, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase:hover.phase-0 .phase-logo, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase:hover.phase-0 .phase-logo, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase:hover.phase-0 .phase-logo {
  background: url("../resources/images/img_btn_phase_0_white.png") no-repeat center center/80%;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase:hover.phase-1 .phase-logo, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase:hover.phase-1 .phase-logo, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase:hover.phase-1 .phase-logo, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase:hover.phase-1 .phase-logo {
  background: url("../resources/images/img_btn_phase_1_white.png") no-repeat center center/80%;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase:hover.phase-6 .phase-logo, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase:hover.phase-6 .phase-logo, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase:hover.phase-6 .phase-logo, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase:hover.phase-6 .phase-logo {
  background: url("../resources/images/img_btn_phase_6_white.png") no-repeat center center/80%;
}
.btn[class*="btn btn-phase phase-0 btn-block"].btn-phase:hover.phase-7 .phase-logo, .btn[class*="btn btn-phase phase-1 btn-block"].btn-phase:hover.phase-7 .phase-logo, .btn[class*="btn btn-phase phase-6 btn-block"].btn-phase:hover.phase-7 .phase-logo, .btn[class*="btn btn-phase phase-7 btn-block"].btn-phase:hover.phase-7 .phase-logo {
  background: url("../resources/images/img_btn_phase_7_white.png") no-repeat center center/80%;
}

.btn {
  font-family: "akzidenz-grotesk-bold";
  border: 2px solid #ffffff;
  border-radius: 100px;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
}
.btn.btn-success {
  background-color: #17CB82;
}
.btn.btn-success:hover {
  background-color: #009F51;
}
.btn.btn-success:focus {
  background-color: #009F51;
}
.btn.btn-blue-dark {
  color: #ffffff;
  background-color: #1B1D3C;
}
.btn.btn-blue-dark:hover {
  background-color: #4E57A3;
}
.btn.btn-blue-dark:focus, .btn.btn-blue-dark.focused {
  background-color: #00B5E2;
}
.btn.btn-purple-light {
  color: #ffffff;
  background-color: #4E57A3;
}
.btn.btn-purple-light:hover {
  background-color: #1B1D3C;
}
.btn.btn-purple-light:focus {
  background-color: #00B5E2;
}
.btn.btn-blue-light {
  color: #ffffff;
  background-color: #00B5E2;
}
.btn.btn-blue-light:hover {
  background-color: #4E57A3;
}
.btn.btn-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  color: #2D2F69;
  text-decoration: underline;
  font-size: 1.75em !important;
  font-family: "futura-pt-heavy";
}
.btn.btn-step:focus {
  background-color: #E6E8EF;
}
.btn.btn-step .step-logo {
  height: 150px;
  width: 150px;
  border: 2px solid #071D49;
  border-radius: 50%;
  margin-top: 20px;
  background-color: #6EC7E4 !important;
  transition: 0.3s all;
}
.btn.btn-step .step-logo:hover {
  background-color: #4E57A3 !important;
}
.btn.btn-icon {
  display: flex;
  align-items: center;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  font-size: 0.9em;
  background-color: #E6E8EF;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 5px 10px;
  line-height: 1.2;
  color: #2D2F69;
}
.btn.btn-icon:hover {
  background-color: #00B5E2;
}
.btn.btn-icon .icon {
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}
.btn.btn-icon.btn-pdf .icon {
  background: url("../resources/images/img_btn_pdf.png") no-repeat center center/contain;
}
.btn.btn-icon.btn-doc .icon {
  background: url("../resources/images/img_btn_doc.png") no-repeat center center/contain;
}

.btn-side-menu {
  border-radius: unset;
  box-shadow: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  text-align: left;
}
.btn-side-menu .btn-image {
  border-radius: 50%;
  border: 2px solid #071D49;
  background-color: #ffffff;
  padding: 15px;
}
.btn-side-menu .btn-image.round {
  width: max-content;
  padding: 1em;
}
.btn-side-menu .btn-image img {
  max-width: 40px;
}
.btn-side-menu h2 {
  font-size: 1.6em !important;
  font-family: "futura-pt-heavy";
  color: #071D49;
  margin-left: 20px;
}
.btn-side-menu:hover .btn-image {
  background-color: #00B5E2;
}

.btn-resource {
  line-height: 1;
  margin: 0 auto;
  width: 100%;
}

.content-frame {
  border: 1em solid #ffffff;
  border-radius: 15px;
}

.bg-left-25,
.bg-left-50,
.bg-right-25,
.bg-right-50 {
  position: absolute;
  width: 100%;
  left: 0;
}

.bg-left-25,
.bg-right-25 {
  height: 25%;
}

.bg-left-50,
.bg-right-50 {
  height: 50%;
}

.bg-left-25,
.bg-left-50 {
  top: 0;
}

.bg-right-25,
.bg-right-50 {
  bottom: 0;
}

.bg-orange-semilight {
  background-color: #EE5F3E !important;
}

.bg-orange-light {
  background-color: #F0765A !important;
}

.bg-yellow-light {
  background-color: #F8D94F !important;
}

.bg-yellow-semilight {
  background-color: #FFCB00 !important;
}

.bg-yellow-medium {
  background-color: #FDB300 !important;
}

.bg-green-semilight {
  background-color: #39CC79 !important;
}

.bg-green-medium {
  background-color: #22C668 !important;
}

.bg-green-dark {
  background-color: #009F51 !important;
}

.bg-blue-light {
  background-color: #00B5E2 !important;
}

.bg-blue-light-2 {
  background-color: #20D2EF !important;
}

.btn-yellow-semidark {
  background-color: #FF9F00 !important;
}

.bg-blue-semilight {
  background-color: #E6E8EF !important;
}

.bg-orange-medium {
  background-color: #EE3E23 !important;
}

.bg-purple-light {
  background-color: #4E57A3 !important;
}

.bg-purple-medium {
  background-color: #2D2F69 !important;
}

.bg-purple-semilight {
  background-color: #3F3C83 !important;
}

.bg-contain {
  background-size: contain !important;
}

.ag-bold {
  font-family: "akzidenz-grotesk-bold";
}

.ag-regular {
  font-family: "akzidenz-grotesk-regular";
}

.futura-pt {
  font-family: "futura-pt-book";
}

.futura-pt-light {
  font-family: "futura-pt-light";
}

.lh-1 {
  line-height: 1;
}

.slide-content {
  margin: 0 2vw 4vw;
  max-width: calc(100% - 4vw);
  position: relative;
  border-radius: 5px;
  box-shadow: 0 9px 7px -1px rgba(0, 0, 0, 0.1);
}
.slide-content::before {
  position: absolute;
  content: "";
  background-color: #C6EFF9;
  left: 0;
  right: 0;
  height: 5px;
  width: 98%;
  top: 100%;
  margin: auto;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card {
  border: 2px solid #071D49;
  border-radius: 15px;
}
.card.purple .card-body {
  background-color: #2D2F69;
  color: #ffffff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card.purple .card-footer {
  background-color: #E6E8EF;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.card .card-header {
  font-size: 1.1em;
  background-color: #22C668;
  border-bottom: 2px solid #071D49;
  text-align: center;
}
.card .card-header-offset {
  font-size: 1.1em;
  background-color: #22C668;
  border-radius: 15px;
  border: 2px solid #071D49;
  text-align: center;
  margin-top: -5%;
  width: 70%;
  margin-left: 15%;
  color: #071D49;
}
.card .card-body p {
  line-height: 1.3;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}

.related-accordion .card {
  border-radius: 0;
  border: none;
}
.related-accordion .card .card-header {
  cursor: pointer;
  background-color: #071D49;
  border-radius: 0;
  transition: 0.3s all;
  border-bottom: none;
}
.related-accordion .card .card-header .card-title {
  transition: 0.3s all;
  font-family: "futura-pt-heavy";
  font-size: 1.1em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-accordion .card .card-header .arrow {
  transition: 0.3s all;
  margin-left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #00B5E2 transparent transparent transparent;
}
.related-accordion .card .card-header[aria-expanded=true] {
  background-color: #61E394;
}
.related-accordion .card .card-header[aria-expanded=true] .card-title {
  color: #071D49;
}
.related-accordion .card .card-header[aria-expanded=true] .arrow {
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.img-step {
  max-width: 200px;
}

.img-arrow,
.img-xs-w-60 {
  max-width: 60vw;
  min-width: 275px;
}

.img-xs-w-70 {
  max-width: 70vw;
}

.z-index .layer-0 {
  z-index: 0;
}
.z-index .layer-10 {
  z-index: 10;
}

.p-info {
  font-family: "futura-pt-heavy";
  font-size: 1.4em !important;
  line-height: 1.2;
  padding: 0.5em 1em;
  position: relative;
  margin-bottom: 40px;
}
.p-info.text-block {
  font-size: 1em !important;
  font-family: "akzidenz-grotesk-regular";
  padding: 1em;
}
.p-info:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to left bottom, rgba(7, 29, 73, 0.3) 0%, rgba(7, 29, 73, 0.3) 47%, transparent 50%);
  width: 100%;
  height: 20px;
  top: 100%;
  left: 0;
}

.credit-description {
  font-family: "futura-pt-medium";
  text-align: center;
  font-size: 1.3rem;
}
.credit-description h3 {
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 1rem;
}
.credit-description p {
  padding-bottom: 2rem;
}

.book {
  text-align: center;
  color: white;
  font-family: "futura-pt-light";
  font-size: 1.1em;
  margin-bottom: 2em;
}

.btn-download {
  background: #2D2F69;
  margin-left: 1em;
  margin-right: 1em;
  border: 3px white solid;
  border-radius: 0.5em;
  padding: 0;
  box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.3);
}
.btn-download img {
  max-width: 50px;
  padding: 0;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.btn-s5 {
  margin-left: 2.4rem;
}

#OcultoCasoI {
  display: none;
}

.mb-40px {
  margin-bottom: 40px;
}

/*----------------------------------
---------------Controls-------------
------------------------------------*/
#controls {
  display: none;
  background-color: #2D2F69;
  padding: 15px 10px;
}
#controls.item-visible {
  display: flex;
}
#controls.hidden {
  display: none;
}
#controls.disabled {
  pointer-events: none;
}
#controls .menu,
#controls .next,
#controls .prev {
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s ease;
  user-select: none;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1;
}
#controls .menu:hover,
#controls .next:hover,
#controls .prev:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
#controls .navbar {
  justify-content: flex-start !important;
  flex-flow: row nowrap !important;
}
#controls .navbar-expand-md {
  justify-content: flex-start !important;
  flex-flow: row nowrap !important;
}
#controls .navbar-collapse {
  justify-content: flex-end;
  flex-basis: auto;
}
#controls .breadcrumb {
  background-color: unset;
  font-family: "akzidenz-grotesk-regular";
  margin: 0;
  padding: 0;
}
#controls .breadcrumb .breadcrumb-item {
  display: none;
  justify-content: center;
  align-items: center;
}
#controls .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
#controls .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "❯";
  display: none;
}
#controls .breadcrumb .breadcrumb-item:last-child {
  display: flex;
}
#controls .breadcrumb .breadcrumb-item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#controls .breadcrumb .breadcrumb-item,
#controls .breadcrumb .breadcrumb-item a,
#controls .breadcrumb .breadcrumb-item span {
  color: #ffffff;
  font-size: 1.5em;
}
#controls .navbar-brand {
  font-size: 0.9em;
}
#controls .navbar-nav {
  justify-content: center;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
}
#controls .slide-direction-buttons {
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  background-color: #2D2F69;
  padding: 10px;
}

/*----------------------------------
----------------Header--------------
------------------------------------*/
.intro-header h1 {
  font-size: 2.5em !important;
}

/*----------------------------------
----------------Footer--------------
------------------------------------*/
/*----------------------------------
----------------Modal--------------
------------------------------------*/
.modal-open {
  overflow: auto;
}

#activityModal .modal-header {
  color: #ffffff;
}
#activityModal.help .modal-header {
  background-color: #0066CF;
}
#activityModal.correct .modal-header {
  background-color: #3bbb2a;
}
#activityModal.incorrect .modal-header {
  background-color: #c22c15;
}

.modalMenu .modal-title {
  color: #00B5E2;
}
.modalMenu .list-group-item {
  color: #2D2F69;
  border: none;
}
.modalMenu .list-group-item:nth-child(odd) {
  background-color: rgba(78, 87, 163, 0.4);
}
.modalMenu .list-group-item:nth-child(even) {
  background-color: #E6E8EF;
}
.modalMenu .list-group-item:hover {
  background-color: #4E57A3;
  color: #ffffff;
}

/* -Modelo Modal boostrap 4-
.modalContainer {
  .modal-dialog {
    .modal-content {
      .modal-header {
        .close {
          &:hover {
          }
        }
        .modal-title {
        }
      }
      .modal-body {
      }
      .modal-footer {
      }
    }
  }
}
*/
/*-----------------------------------
---------------Animation-------------
------------------------------------*/
.animations {
  border: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.minh-300 {
  min-height: 300px;
}

/*----------------------------------
-------------Main Content-----------
------------------------------------*/
.slideshow-container {
  /*padding-top: 1.5em;
  padding-bottom: 1.5em;*/
  padding: 0;
  margin-bottom: 70px;
}
.slideshow-container p {
  font-size: 1.3em;
}
.slideshow-container .p-img {
  text-align: center;
  align-items: center;
}
.slideshow-container li {
  font-size: 1.2em;
}
.slideshow-container h1 {
  font-size: 2.35em;
  font-family: "futura-pt-heavy";
  line-height: 1;
}
.slideshow-container h2 {
  font-size: 2em;
}
.slideshow-container .btn-lg {
  font-size: 1.3em;
}
.slideshow-container .main-title {
  font-size: 2em;
  line-height: 1em;
}
.slideshow-container .main-subtitle {
  text-align: center;
  font-size: 1.4em;
}
.slideshow-container .content-subtitle {
  color: #00B5E2;
  font-size: 2.5em;
  text-align: center;
  font-family: "futura-pt-heavy";
}
.slideshow-container .img-v-center {
  align-self: baseline;
}
.slideshow-container .square-icon {
  display: flex;
  align-items: flex-start;
}
.slideshow-container .square-icon .icon {
  height: 50px;
  min-width: 50px;
  margin-right: 10px;
  margin-left: -15px;
  display: flex;
  position: relative;
  background: url("../resources/images/logo_ansv_title.png") no-repeat center center/cover;
}
.slideshow-container .square-icon .icon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 40px 0 0;
  border-color: rgba(7, 29, 73, 0.3) transparent transparent transparent;
  top: 100%;
  left: 0;
}
.slideshow-container .square-icon .icon.bg-blue-light {
  background: url("../resources/images/logo_ansv_title_bg.png") no-repeat center center/cover;
}
.slideshow-container .square-icon .icon-bg {
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  margin-left: -15px;
  display: flex;
  position: relative;
  background: url("../resources/images/logo_ansv_title_bg.png") no-repeat center center/cover;
}
.slideshow-container .square-icon .icon-bg:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 40px 0 0;
  border-color: rgba(7, 29, 73, 0.3) transparent transparent transparent;
  top: 100%;
  left: 0;
}

.main-cover-title {
  background: #2D2F69;
  text-align: center;
}
.main-cover-title .logo-container {
  justify-content: center;
  margin: 50px 0;
}
.main-cover-title h1 {
  color: #ffffff;
  line-height: 1;
  margin: 10px 0;
}
.main-cover-title h1.small-text {
  margin: 0;
}
.main-cover-title h1 small {
  line-height: 1.2;
  font-family: "futura-pt-book";
  color: #00B5E2;
  font-size: 64%;
  display: block;
}
.main-cover-title h1.microlesson-title {
  font-family: "futura-pt-book";
  font-size: 1.5em;
  letter-spacing: 5px;
}

.main-cover-footer .hashtag-container {
  background-color: #4E57A3;
}
.main-cover-footer .cover-hashtag {
  color: #ffffff;
  font-family: "futura-pt-book";
  margin: 0;
}
.main-cover-footer .button-container {
  background-color: #CDD1D4;
}

.step-title {
  margin: 15px 0;
}
.step-title .step-heading {
  display: flex;
  align-items: center;
  background-color: #00B5E2;
  padding-right: 40px;
  position: relative;
  max-width: calc(100% - 60px);
  font-size: 2em;
}
.step-title .badge-secondary {
  background-color: transparent;
  color: #071D49;
  border-right: 3px solid #2D2F69;
  border-radius: 0;
  margin-right: 0.4em;
}
.step-title small {
  font-size: 60%;
  padding: 10px 0;
}
.step-title .step-logo {
  height: 60px;
  width: 60px;
  border: 2px solid #071D49;
  border-radius: 50%;
  background-color: #6EC7E4 !important;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.step-subtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.step-subtitle.step-1 .step-logo {
  background: url("../resources/images/img_slide_10_1.png") no-repeat center center/101% auto;
}
.step-subtitle.step-1 .step-heading {
  background-color: #3F3C83;
}
.step-subtitle.step-2 .step-logo {
  background: url("../resources/images/img_slide_10_2.png") no-repeat center center/101% auto;
}
.step-subtitle.step-2 .step-heading {
  background-color: #DD2512;
}
.step-subtitle.step-3 .step-logo {
  background: url("../resources/images/img_slide_10_3.png") no-repeat center center/101% auto;
}
.step-subtitle.step-3 .step-heading {
  background-color: #009F51;
}
.step-subtitle.step-4 .step-logo {
  background: url("../resources/images/img_slide_10_4.png") no-repeat center center/101% auto;
}
.step-subtitle.step-4 .step-heading {
  background-color: #FF9F00;
}
.step-subtitle .step-logo {
  min-width: 200px;
  min-height: 68px;
}
.step-subtitle .step-heading {
  color: #ffffff;
  font-family: "futura-pt-book";
  margin: 0;
  padding: 8px 15px;
  font-size: 1.4em;
  line-height: 1.1;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.step-subtitle small {
  display: block;
  font-size: 65%;
  margin-top: 5px;
}

.phase-title {
  margin: 15px 0;
}
.phase-title .phase-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2D2F69;
  font-family: "akzidenz-grotesk-regular";
  text-align: left;
  line-height: 1.1;
  margin: 0;
  min-height: 70px;
  font-size: 1.6em;
  padding: 5px 75px 5px 15px;
  background-color: #00B5E2;
  position: relative;
}
.phase-title .phase-heading.transparent-6 {
  background-color: rgba(255, 255, 255, 0.4);
}
.phase-title .phase-heading.transparent-7 {
  background-color: rgba(255, 255, 255, 0.3);
}
.phase-title .phase-heading b {
  font-family: "futura-pt-heavy";
  display: block;
  line-height: 1.1;
}
.phase-title .phase-logo {
  height: 100%;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

.content-educationV {
  font-weight: 600;
  text-align: justify !important;
  font-size: 1.2em;
}

/*----------------------------------
---------------Main Menu------------
------------------------------------*/
.nav-tabs {
  border-bottom: none;
  padding: 0 15px;
}
.nav-tabs .nav-item {
  padding: 0;
  margin-bottom: -10px;
}
.nav-tabs .nav-item .nav-link {
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #071D49;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs .nav-item .nav-link:hover {
  border-color: #2D2F69;
  background-color: #2D2F69;
}
.nav-tabs .nav-item .nav-title {
  color: #ffffff;
  font-family: "futura-pt-heavy";
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}
.nav-tabs .nav-item .active.nav-link {
  border-color: #ffffff;
  background-color: #ffffff;
}
.nav-tabs .nav-item .active .nav-title {
  color: #2D2F69;
}

.tab-content {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
.tab-content .tab-description {
  font-family: "futura-pt-book";
  line-height: 1;
  font-size: 1em;
}
.tab-content .tab-video-info {
  background-color: #009F51;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
}
.tab-content .tab-video-info .tab-video-title {
  font-family: "futura-pt-heavy";
  line-height: 1.2;
  font-size: 1.3em;
  padding-right: 15px;
  min-width: 22%;
  width: 100%;
}
.tab-content .tab-video-info .tab-video-description {
  font-family: "futura-pt-book";
  line-height: 1.2;
  font-size: 1em;
  border-left: 1px solid #ffffff;
  padding-left: 30px;
  margin-bottom: 0;
}
.tab-content .tab-video-info ul.tab-video-description {
  padding-left: 40px;
}
.tab-content .tab-video-info ul.tab-video-description li {
  font-size: 1em;
}

/*-----------------------------------
-------------Accesibility------------
------------------------------------*/
.btn-accesibility {
  background-color: #071D49;
  width: 50px;
  height: 50px;
  padding: 0;
}
.btn-accesibility:hover, .btn-accesibility:focus {
  background-color: #00B5E2;
}

.main-slide-container {
  display: block !important;
  position: relative;
}
.main-slide-container .main-ac-slide {
  position: absolute;
  right: 0px;
  top: 10px;
}
.main-slide-container .accesibility-menu {
  right: -5px !important;
  top: 70px !important;
}
.main-slide-container .speechPlayer-container {
  right: -5px !important;
  top: 70px !important;
}

.accesibility-container {
  display: none;
  z-index: 1;
}
.accesibility-container .accesibility-menu {
  position: absolute;
  right: 10px;
  top: 80px;
  width: 60px;
}
.accesibility-container .accesibility-menu .accesibility-options {
  display: none;
}
.accesibility-container .accesibility-menu .accesibility-options .btn-read {
  display: none;
}
.accesibility-container .accesibility-menu .accesibility-options .btn-accesibility-option {
  background-color: #00B5E2;
  color: #ffffff;
  border-radius: 5%;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
}
.accesibility-container .accesibility-menu .accesibility-options .btn-accesibility-option:hover {
  background-color: #4E57A3;
}
.accesibility-container .accesibility-menu .accesibility-options .btn-accesibility-option:focus {
  background-color: #4E57A3;
}
.accesibility-container .speechPlayer-container {
  position: absolute;
  right: 10px;
  top: 80px;
  width: 60px;
  display: none;
}
.accesibility-container .speechPlayer-container .speechPlayer-menu .btn-speechPlayer {
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: #00B5E2;
}
.accesibility-container .speechPlayer-container .speechPlayer-menu .btn-speechPlayer img {
  vertical-align: baseline;
}
.accesibility-container .speechPlayer-container .speechPlayer-menu .btn-speechPlayer:hover {
  background-color: #4E57A3;
}
.accesibility-container .speechPlayer-container .speechPlayer-menu .btn-speechPlayer:focus {
  background-color: #4E57A3;
}
.accesibility-container .speechPlayer-container .speechPlayer-menu .disable {
  background-color: #CDD1D4;
  opacity: 1;
}
.accesibility-container .speechPlayer-container .speechPlayer-menu .btn-pauseText {
  display: none;
}

.readerHighlight {
  text-decoration: underline;
  text-decoration-color: #EE3E23;
}

/*color themes*/
.highContrast {
  filter: invert(100%);
  background-color: #000000;
}

.highContrastHalfColor {
  filter: invert(100%) hue-rotate(180deg);
  background-color: #000000;
}

.highContrastHalfColorBright {
  filter: invert(100%) hue-rotate(180deg) brightness(4);
  background-color: #000000;
}

.grayScale {
  filter: grayscale(1);
}

/*----------------------------------
--------------Media Query-----------
------------------------------------*/
@media (min-width: 576px) {
  body {
    font-size: 16px;
  }

  .step-subtitle {
    flex-direction: row;
    align-items: flex-start;
  }
  .step-subtitle .step-logo {
    min-width: 258px;
    min-height: 90px;
  }
  .step-subtitle .step-heading {
    max-width: 400px;
    align-items: flex-start;
  }

  .p-img {
    text-align: left !important;
  }

  .book img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .bg-left-25,
.bg-left-50,
.bg-right-25,
.bg-right-50 {
    height: 100%;
  }

  .bg-left-50,
.bg-right-50 {
    width: 50%;
  }

  .bg-left-25,
.bg-right-25 {
    width: 25%;
  }

  .bg-left-25,
.bg-left-50 {
    left: 0;
  }

  .bg-right-25,
.bg-right-50 {
    right: 0;
    left: initial;
  }

  .slideshow-container {
    margin-bottom: 0;
    border: calc(2.2vw) solid #2D2F69;
    border-top: 0;
  }
  .slideshow-container .main-title {
    text-align: left !important;
    font-size: 2.5em;
    line-height: 0.8em;
  }
  .slideshow-container .main-subtitle {
    font-size: 1.4em;
  }
  .slideshow-container .square-icon .icon {
    height: 70px;
    min-width: 70px;
    margin-right: 15px;
  }
  .slideshow-container .square-icon .icon:before {
    border-width: 10px 60px 0 0;
  }

  .slide-content {
    margin: 0 2vw 2vw;
  }

  .main-cover-title {
    background: url("../resources/images/bg_main_slide.jpg") no-repeat center center/cover;
    min-height: 70%;
    text-align: left;
  }
  .main-cover-title h1 {
    text-shadow: 0 0 5px #000000;
  }
  .main-cover-title .logo-container {
    margin: 0;
    justify-content: flex-start;
  }

  .main-cover-footer .hashtag-container {
    background-color: transparent;
  }
  .main-cover-footer .cover-hashtag {
    color: #2D2F69;
  }
  .main-cover-footer .button-container {
    background-color: transparent;
  }

  .h-md-33 {
    min-height: 33.33%;
  }

  #controls {
    padding: 15px 20px;
  }
  #controls .navbar-brand {
    font-size: 0.8em;
  }
  #controls .slide-direction-buttons {
    position: relative;
    background-color: transparent;
    padding: 0;
  }
  #controls .breadcrumb {
    padding: 0;
    justify-content: flex-start;
    font-size: 1em;
  }
  #controls .breadcrumb .breadcrumb-item {
    display: flex;
  }
  #controls .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  #controls .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
  }
  #controls .breadcrumb .breadcrumb-item,
#controls .breadcrumb .breadcrumb-item a,
#controls .breadcrumb .breadcrumb-item span {
    font-size: 1em;
  }

  .step-title .step-heading {
    max-width: 100%;
    padding-right: 60px;
    min-height: 60px;
    font-size: 2.5em;
  }
  .step-title .step-logo {
    height: 120px;
    width: 120px;
    right: -80px;
  }

  .img-v-center {
    align-self: center !important;
  }

  .step-subtitle .step-heading small {
    font-size: 70%;
  }

  .img-step {
    max-width: 100%;
  }

  .img-xs-w-60 {
    max-width: 100%;
  }

  .img-xs-w-70 {
    max-width: 100%;
  }

  .book {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }

  .main-subtitle {
    text-align: left !important;
  }

  .img-v-center {
    align-self: baseline !important;
  }

  .tab-content .tab-video-info {
    display: flex;
  }
  .tab-content .tab-video-info .tab-video-title {
    width: 22%;
  }

  .book {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .main-cover-title h1 small {
    font-size: 75%;
  }

  .content-educationV {
    margin-left: 3.5rem !important;
    margin-top: 4rem;
  }
}
@media (min-width: 1930px) {
  body {
    font-size: 22px;
    max-width: 1920px;
    background-color: #2D2F69;
    margin: 0 auto;
  }

  #controls {
    min-width: 1920px;
    max-width: 1920px;
    font-size: 1.2em;
    margin: 0 auto;
  }

  .main-slide.current {
    background-color: #ffffff;
    border: 0;
  }

  .main-cover-title {
    min-height: auto !important;
  }
}

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