body {
  font-family: 'Zilla Slab', sans-serif;
  color: #040505;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

a {
  -webkit-transition: all 228ms ease;
  transition: all 228ms ease;
  text-decoration: underline;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-video_content {
  width: 70%;
}

.bg-video_content_h1 {
  margin-top: 50px;
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 63px;
  font-weight: 400;
  text-transform: uppercase;
}

.bg-video_content_p {
  font-family: 'Zilla Slab', sans-serif;
  font-size: 16px;
}

.home-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_links_item {
  margin-left: 15px;
  color: #040505 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar_links_item:hover {
  opacity: 0.5;
}

.navbar_links_item.white {
  color: #fff !important;
}

.navbar_links_item_divisor {
  margin-right: 12px;
  margin-left: 20px;
}

.navbar_links_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_links_socials_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-form_block {
  width: 75%;
  max-width: 440px;
}

.home-form_block.lp-form {
  width: auto;
  max-width: none;
}

.home-form_block_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-form_block_form.lp {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-form_block_h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.home-form_block_h2.lp-form-title {
  font-size: 26px;
}

.input-box {
  position: relative;
}

.input-box.lp-input {
  width: 48%;
}

.label {
  margin-bottom: 6px;
  font-size: 14px;
  text-transform: uppercase;
}

.input {
  height: 52px;
  margin-bottom: 25px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 5, 5, 0.15) !important;
  border-radius: 7px;
  -webkit-transition: all 228ms ease;
  transition: all 228ms ease;
  color: #040505 !important;
}

.input:focus {
  border-color: #040505 !important;
}

.input::-webkit-input-placeholder {
  color: rgba(4, 5, 5, 0.45) !important;
}

.input:-ms-input-placeholder {
  color: rgba(4, 5, 5, 0.45) !important;
}

.input::-ms-input-placeholder {
  color: rgba(4, 5, 5, 0.45) !important;
}

.input::placeholder {
  color: rgba(4, 5, 5, 0.45) !important;
}

.button {
  padding: 18px 35px;
  border-radius: 7px;
  background-color: transparent !important;
  background-image: url('../images/graph-curves-bg.png');
  background-position: 0% 50%;
  background-size: 210%;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.button.dark {
  border-style: solid;
  border-width: 1px;
  border-color: #040505 !important;
  background-color: #040505 !important;
  background-image: none;
  background-size: auto;
}

.button.dark:hover {
  border-color: #fff !important;
  background-color: transparent !important;
}

.home-form_block_add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-form_block_add_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.home-form_block_add_checkbox_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #040505 !important;
  border-radius: 4px;
}

.home-form_block_add_checkbox_box_txt {
  margin-left: 8px;
  color: #040505 !important;
  font-size: 14px;
  line-height: 21px;
}

.home-form_block_add_link {
  color: rgba(4, 5, 5, 0.6) !important;
  text-decoration: none;
}

.home-form_block_add_link:hover {
  text-decoration: underline;
}

.home-form_block_infos {
  margin-top: 35px;
}

.home-form_block_infos.create {
  margin-top: 20px;
}

.home-form_block_infos_title {
  margin-bottom: 8px;
  font-size: 16px;
}

.home-form_block_infos_p {
  margin-bottom: 0px;
  opacity: 0.5;
  font-size: 13px;
  line-height: 17px;
}

.input-box_password-trigger {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 19px;
  margin-bottom: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-link {
  color: #040505 !important;
  font-weight: 700;
}

.bold-link:hover {
  opacity: 0.75;
}

.create-account-box {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 150;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff !important;
  box-shadow: -6px 0 20px 0 rgba(0, 0, 0, 0.19);
}

.create-account-box_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 25px;
}

.dark-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 120;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 5, 5, 0.72) !important;
}

.create-account-box_line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 3px;
  height: 100%;
  background-image: url('../images/graph-curves-bg.png');
  background-position: 0px 0px;
  background-size: auto;
}

.home-resume-section {
  margin-top: 135px;
  padding-bottom: 210px;
}

.container {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.container.small {
  width: 960px;
}

.home-resume-section_header {
  overflow: hidden;
}

.home-resume-section_header_graph-scrollbox {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-resume-section_header_graph_img {
  width: 675px;
  margin-right: 20px;
}

.home-resume-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -125px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-resume-section_content_left {
  padding-top: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 59%;
  -ms-flex: 0 59%;
  flex: 0 59%;
}

.home-resume-section_content_left_h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 57px;
}

.home-resume-section_content_left_p {
  margin-bottom: 25px;
  color: rgba(4, 5, 5, 0.6) !important;
  font-size: 16px;
  line-height: 22px;
}

.button-obs {
  margin-top: 10px;
  color: rgba(4, 5, 5, 0.5) !important;
  font-size: 12px;
}

.home-resume-section_content_right {
  position: relative;
}

.home-resume-section_content_right_graph1 {
  position: relative;
  right: -70px;
  z-index: 20;
}

.home-resume-section_content_right_graph2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 85px;
  bottom: -55px;
}

.home-resume-section_content_right_graph3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -130px;
  z-index: 25;
}

.sec {
  height: 200vh;
}

.home-type-section_column_scrollbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-type-section_column_scrollbox_graph {
  margin-right: 15px;
}

.home-type-section_column_scrollbox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #fff !important;
}

.footer_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.footer_links_item {
  margin-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
  color: rgba(4, 5, 5, 0.6) !important;
  font-weight: 700;
  text-decoration: none;
}

.footer_links_item:hover {
  color: #040505 !important;
}

.footer_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_infos_left_link {
  font-size: 18px;
}

.footer_infos_left_copy {
  margin-top: 2px;
  color: rgba(4, 5, 5, 0.7) !important;
  font-size: 12px;
}

.number {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.number-link {
  color: #040505 !important;
  text-decoration: none;
}

.number-link:hover {
  opacity: 0.6;
}

.dashboard-header {
  height: 75vh;
}

.main-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 28px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav_left_logo {
  position: relative;
}

.main-nav_search {
  margin-left: 35px;
}

.main-nav_search_icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 15px;
}

.main-nav_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav_links_item {
  margin-left: 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.main-nav_links_item:hover {
  opacity: 0.75;
}

.main-nav_links_user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}

.main-nav_links_user:hover {
  opacity: 0.75;
}

.main-nav_links_user_icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-nav_links_user_txt {
  margin-left: 8px;
}

.dashboard-header_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 115px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dashboard-header_h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Anton, sans-serif;
  font-size: 52px;
  line-height: 62px;
  font-weight: 400;
  text-transform: uppercase;
}

.dashboard-header_p {
  width: 50%;
  line-height: 18px;
}

.main-nav_search_form-block {
  margin-bottom: 0px;
}

.main-nav_search_form-block_form {
  position: relative;
}

.main-nav_search_form-block_form_input {
  width: 260px;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff !important;
  background-color: transparent !important;
  color: #040505 !important;
}

.main-nav_search_form-block_form_input:focus {
  color: #040505 !important;
}

.main-nav_search_form-block_form_input::-webkit-input-placeholder {
  color: #fff !important;
}

.main-nav_search_form-block_form_input:-ms-input-placeholder {
  color: #fff !important;
}

.main-nav_search_form-block_form_input::-ms-input-placeholder {
  color: #fff !important;
}

.main-nav_search_form-block_form_input::placeholder {
  color: #fff !important;
}

.search-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 110;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  padding-top: 125px;
  padding-right: 175px;
  padding-left: 175px;
  background-color: #fff !important;
}

.search-box_tag {
  margin-bottom: 10px;
  font-size: 18px;
}

.search-box_preview {
  font-size: 62px;
  line-height: 45px;
  font-weight: 500;
  text-transform: uppercase;
}

.search-box_tags {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 18px;
  text-transform: uppercase;
}

.search-box_tags_item {
  margin-right: 15px;
  opacity: 0.35;
  color: #040505 !important;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.search-box_tags_item:hover {
  opacity: 0.75;
}

.main-h2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.search-box_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.journey-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 0px 45px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85))), url('../images/placeholderImg5.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.85)), url('../images/placeholderImg5.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.journey-item.search-list_item {
  height: 310px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
  box-shadow: 0 0 20px 0 #00000024;
}

.journey-item.slider-full-box_item {
  height: 350px;
  width: 100%;
  border-radius: 0px;
}

.journey-item.slider-full-box_item.img1 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85))), url('../images/placeholderImg2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.85)), url('../images/placeholderImg2.png');
}

.journey-item.slider-full-box_item.img2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85))), url('../images/placeholderImg4.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.85)), url('../images/placeholderImg4.png');
}

.journey-item.slider-full-box_item.img3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85))), url('../images/placeholderImg3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.85)), url('../images/placeholderImg3.png');
}

.journey-item.recommendation-section_item {
  height: 380px;
  max-width: none;
  margin-right: 15px;
  border-radius: 8px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.12);
}

.journey-item.recommendation-section_item.img1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85))), url('../images/placeholderImg2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.85)), url('../images/placeholderImg2.png');
}

.journey-item.recommendation-section_item.img2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85))), url('../images/placeholderImg4.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.85)), url('../images/placeholderImg4.png');
}

.journey-item.recommendation-section_item.img3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85))), url('../images/placeholderImg3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.85)), url('../images/placeholderImg3.png');
}

.journey-item_h3 {
  margin-top: 0px;
  font-family: Anton, sans-serif;
  color: #fff !important;
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
}

.journey-item_h3.highlight {
  font-size: 42px;
}

.journey-item_p {
  overflow: hidden;
  height: auto;
  margin-bottom: 15px;
  color: #fff !important;
}

.journey-item_p.journey-page {
  width: 60%;
}

.journey-item_p.class-list-box_content_left_p {
  width: auto;
}

.journey-item_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.journey-item_infos_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.journey-item_infos_item_txt {
  margin-left: 6px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.journey-item_infos_item_txt.dark {
  color: #040505 !important;
}

.journey-item_infos_item_txt.dark.type {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.journey-item_h3_small {
  font-size: 17px;
  line-height: 30px;
}

.journey-item_h3_small.journey-page_header_h1-small {
  display: inline-block;
  font-size: 23px;
  line-height: 44px;
}

.journey-item_h3_small.class-list-box_title-small {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
}

.journey-item_h3_small.highlight {
  font-size: 21px;
  line-height: 46px;
}

.journey-item_infos_item_txt_number {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.search-box_list_classes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.class_item.search-list_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
}

.class_item.class-list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
}

.class_item.class-list-box_content_class-list_item {
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
}

.class_item.testimonial {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
}

.class_item_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
  text-decoration: none;
}

.class_item_image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  background-image: url('../images/placeholderImg2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.class_item_image.testimonial {
  min-height: 370px;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-image: url('../images/placeholderTestimonial.png');
}

.class_item_content {
  padding: 50px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #040505 !important;
}

.class_item_content.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.class_item_content_title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 24px;
}

.class_item_content_p {
  margin-bottom: 25px;
  color: rgba(4, 5, 5, 0.6) !important;
}

.class_item_content_p.testiomonial {
  color: rgba(4, 5, 5, 0.7) !important;
  font-size: 16px;
  line-height: 21px;
}

.class_item_check {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 100%;
}

.class_item_check.complete {
  border-color: #af8fff !important;
  background-color: #af8fff !important;
}

.class_item_link_line-complete {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 4px;
  background-image: url('../images/graph-curves-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.class_item_link_line-complete.show {
  display: block;
}

.class_item_teacher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class_item_teacher_photo {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-image: url('../images/placeholderProfile2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.class_item_teacher_content {
  margin-left: 12px;
}

.class_item_teacher_content_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}

.class_item_teacher_content_title.white {
  color: #fff !important;
}

.class_item_teacher_content_txt {
  color: rgba(4, 5, 5, 0.7) !important;
  font-size: 12px;
  line-height: 17px;
}

.class_item_teacher_content_txt.white {
  color: hsla(0, 0%, 100%, 0.7) !important;
}

.class_item_content_title_number {
  font-size: 18px;
  font-weight: 500;
}

.main-nav_left_logo_dark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.main-nav_search_icon_img_dark {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 6px;
  opacity: 0;
}

.main-nav_links_user_icon_dark {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  opacity: 0;
}

.search-box_close {
  margin-bottom: 30px;
}

.slider-full-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.slider-full-box.class-list {
  padding-top: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-full-box.open-articles {
  padding-top: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-full {
  width: 90%;
  height: auto;
  background-color: #040505 !important;
}

.slider-full.open-articles {
  background-color: #fff !important;
}

.slider-full_mask {
  overflow: visible;
  height: auto;
}

.slider-full_mask_slide {
  background-color: #040505 !important;
}

.slider-full_mask_slide.class-list {
  background-color: transparent !important;
}

.slider-full_mask_slide.white {
  background-color: #fff !important;
}

.slider-full_left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-full_right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-full_nav {
  display: none;
}

.icon {
  margin-right: 11px;
}

.slider-full_right-arrow_icon {
  position: relative;
}

.slider-full_right-arrow_icon-box {
  position: relative;
  padding: 14px 30px 14px 28px;
  background-color: #040505 !important;
}

.slider-full_right-arrow_icon-box.left {
  padding-right: 28px;
  padding-left: 30px;
}

.slider-full_right-arrow_icon-box_img.left {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slider-full-section {
  background-color: #040505 !important;
}

.slider-full-section.seccondary {
  overflow: hidden;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.slider-full-section.seccondary.class-list {
  margin-top: -25px;
  margin-left: -25px;
}

.slider-full-section.seccondary.open-articles {
  margin-top: -25px;
  margin-left: -25px;
  background-color: #fff !important;
}

.slider-full-section.seccondary.white {
  background-color: #fff !important;
}

.small-letters_section {
  overflow: hidden;
  padding-bottom: 70px;
  background-color: #fff !important;
}

.small-letters_section.dark {
  background-color: #040505 !important;
}

.small-letters_section_scroll-box {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  margin-bottom: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-letters_section_scroll-box_graph {
  margin-right: 15px;
}

.recommendation-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 370px;
  background-color: #fff !important;
}

.recommendation-section_txt-box {
  width: 30%;
}

.recommendation-section_txt-box.testimonial {
  margin-top: 120px;
}

.recommendation-section_txt-box_h2 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 58px;
}

.recommendation-section_txt-box_p {
  color: rgba(4, 5, 5, 0.6) !important;
  font-size: 16px;
  line-height: 20px;
}

.recommendation-section_slider-box {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 55%;
  margin-top: -50px;
  padding-top: 50px;
}

.recommendation-section_slider-box.testimonial {
  margin-top: 50px;
}

.recommendation-section_slider-box_slider {
  width: 80%;
  height: auto;
  background-color: transparent !important;
}

.recommendation-section_slider-box_slider_mask {
  overflow: visible;
}

.recommendation-section_slider-box_slider_arrow {
  display: none;
}

.recommendation-section_slider-box_slider_nav {
  position: relative;
  margin-top: 15px;
  font-size: 10px;
  text-align: left;
}

.recommendation-section_graph {
  position: absolute;
  left: auto;
  top: 200px;
  right: 0%;
  bottom: auto;
}

.categories-section {
  padding-top: 125px;
  padding-bottom: 150px;
  background-color: #040505 !important;
}

.categories-section_h2 {
  margin-top: 0px;
  margin-bottom: 37px;
  color: #fff !important;
  font-size: 42px;
  line-height: 50px;
}

.categories-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories-section_list_item {
  margin-right: 26px;
  margin-bottom: 20px;
  color: #fff !important;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.categories-section_list_item:hover {
  color: #0ec483 !important;
}

.categories-section_list_item.grey {
  opacity: 0.5;
}

.categories-section_list_item.grey:hover {
  opacity: 1;
  color: #bb08a6 !important;
}

.categories-section_p {
  width: 40%;
  margin-bottom: 0px;
  opacity: 0.7;
  color: #fff !important;
  line-height: 19px;
}

.journey-highlight {
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.75))), url('../images/placeholderImg6.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.75)), url('../images/placeholderImg6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.journey-highlight_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.journey-highlight_link_headbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.journey-highlight_link_headbox_h2 {
  margin-top: 0px;
  margin-right: 36px;
  margin-bottom: 0px;
  color: #fff !important;
  font-size: 38px;
  line-height: 46px;
}

.journey-highlight_link_headbox_process {
  position: relative;
  top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff !important;
  border-radius: 100%;
  text-align: center;
}

.journey-highlight_link_headbox_process.profile-page {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  margin: 25px;
}

.journey-highlight_link_headbox_process_box {
  position: relative;
  top: 5px;
  z-index: 15;
}

.journey-highlight_link_headbox_process_box_number {
  font-family: Montserrat, sans-serif;
  color: #fff !important;
  font-size: 29px;
  font-weight: 700;
}

.journey-highlight_link_headbox_process_box_number.profile-page {
  font-size: 23px;
}

.journey-highlight_link_headbox_process_box_txt {
  color: #fff !important;
  font-size: 14px;
  line-height: 22px;
}

.journey-highlight_link_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.journey-highlight_link_content.journey-page_header_content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.journey-highlight_link_content_left {
  width: 40%;
}

.journey-highlight_link_content_left.journey-page_header_content {
  width: 70%;
}

.journey-highlight_link_content_right_txt {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.journey-highlight_link_headbox_process_fill {
  position: absolute;
  left: -4%;
  top: -4%;
  right: auto;
  bottom: auto;
  width: 108%;
  height: 108%;
  background-image: url('../images/progress25.svg');
  background-position: 1px 1px;
  background-size: 63px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.journey-highlight_link_headbox_process_fill.profile-page {
  background-size: 49px;
}

.journey-list-seccondary {
  padding-top: 55px;
  padding-left: 55px;
  background-color: #fff !important;
}

.journey-list-seccondary.class-list {
  margin-bottom: 55px;
  padding-top: 95px;
  padding-left: 110px;
  background-color: #040505 !important;
}

.journey-list-seccondary.open-articles {
  margin-bottom: 55px;
  padding-top: 95px;
  padding-left: 110px;
  background-color: #fff !important;
}

.journey-list-seccondary.profile {
  padding-top: 140px;
  padding-bottom: 85px;
}

.journey-list-seccondary_h2 {
  position: relative;
  z-index: 15;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 25px;
}

.journey-list-seccondary_h2.white {
  position: relative;
  z-index: 15;
  color: #fff !important;
}

.main-content-box {
  position: relative;
}

.page-transition-in {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 300;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #040505 !important;
}

.page-transition-out {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 300;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #040505 !important;
}

.black-body {
  background-color: #040505 !important;
}

.journey-page_header {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 5, 5, 0.5)), to(#040505)), url('../images/placeholderImg6.png');
  background-image: linear-gradient(180deg, rgba(4, 5, 5, 0.5), #040505), url('../images/placeholderImg6.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.journey-page_header_h1 {
  margin-top: 0px;
  font-family: Anton, sans-serif;
  color: #fff !important;
  font-size: 68px;
  line-height: 61px;
  font-weight: 400;
  text-transform: uppercase;
}

.journey-page_class-list {
  position: relative;
  z-index: 15;
  padding-bottom: 75px;
  background-color: #040505 !important;
}

.journey-page_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.journey-page_content_h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Zilla Slab', sans-serif;
  color: #fff !important;
  font-size: 119px;
  line-height: 102px;
  text-align: center;
}

.journey-page_content_h2.sans {
  font-family: Anton, sans-serif;
  font-size: 109px;
  line-height: 130px;
}

.journey-page_content_p {
  margin-top: 45px;
  color: hsla(0, 0%, 100%, 0.75) !important;
  font-size: 16px;
  line-height: 22px;
}

.journey-page_content_img-box {
  margin-top: 45px;
}

.journey-page_content_img-box.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.journey-page_content_img-box.right.class-page {
  margin-bottom: 70px;
}

.journey-page_content_img-box_item {
  padding-top: 45px;
  padding-left: 45px;
}

.journey-page_content_img-box_item.right {
  padding-right: 45px;
  padding-left: 0px;
}

.journey-page_content_img-box_item_img {
  width: 410px;
  height: 350px;
  margin-bottom: 20px;
  background-image: url('../images/placeholderImg7.png');
  background-position: 50% 50%;
  background-size: cover;
}

.journey-page_content_img-box_item_img.large {
  width: 650px;
}

.journey-page_content_img-box_item_tag {
  display: inline-block;
  margin-right: 30px;
  color: #fff !important;
  font-size: 20px;
  text-transform: uppercase;
}

.journey-page_content_img-box_item_tag.right {
  margin-right: 0px;
  margin-left: 30px;
}

.journey-page_content_img-box_item_tag.dark {
  color: #040505 !important;
}

.journey-page_content_img-box_item_tags.right {
  text-align: right;
}

.class-page_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  padding: 30px 30px 30px 33px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/icon-play.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.65))), url('../images/placeholderImg9.png');
  background-image: url('../images/icon-play.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.65)), url('../images/placeholderImg9.png');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  text-decoration: none;
}

.class-page_header.text-page {
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.65))), url('../images/placeholderImg8.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.65)), url('../images/placeholderImg8.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.main-nav_left_class_back {
  margin-left: 35px;
}

.main-nav_left_class_list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  text-decoration: none;
}

.class-page_side-line {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 3px;
  height: 100%;
  background-image: url('../images/graph-curves-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.main-nav_left_class_list-link_txt {
  margin-left: 10px;
  font-family: Anton, sans-serif;
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.class-list-box {
  position: fixed;
  z-index: 300;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(4, 5, 5, 0.65) !important;
}

.class-list-box_title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Anton, sans-serif;
  color: #fff !important;
  font-size: 38px;
  line-height: 47px;
  font-weight: 400;
  text-transform: uppercase;
}

.class-list-box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.class-list-box_content_left {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.class-list-box_content_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 55%;
  -ms-flex: 0 55%;
  flex: 0 55%;
}

.class-list-box_content_right_h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #fff !important;
  font-size: 18px;
  line-height: 24px;
}

.class-list-box_content_class-list {
  padding-bottom: 25px;
}

.class-list-box_header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.class-list-box_mask {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.65));
}

.class-page_content {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #fff !important;
}

.class-page_content_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class-page_content_header_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
}

.class-page_content_header_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
}

.class-page_content_header_left_h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Zilla Slab', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-transform: none;
}

.class-page_content_header_left_p {
  margin-bottom: 0px;
  color: rgba(4, 5, 5, 0.7) !important;
  font-size: 16px;
  line-height: 22px;
}

.class-page_content_header_right_title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class-page_content_header_right_title-box_icon {
  margin-bottom: 7px;
}

.class-page_content_header_right_title-box_txt {
  font-size: 18px;
}

.class-page_content_header_right_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(4, 5, 5, 0.2);
}

.class-page_content_header_right_list_item_icon_txt {
  position: relative;
  bottom: 0px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 14px;
}

.class-list-box_close {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 30px;
  margin-left: 30px;
}

.class-page_content_header_left_h2_bold {
  font-size: 26px;
}

.class-page_content_header_right_list_item_icon_txt_number {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.class-page_teacher {
  padding-bottom: 90px;
  background-color: #040505 !important;
}

.class-page_teacher_header {
  position: relative;
  top: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.class-page_teacher_header_photo {
  width: 168px;
  height: 168px;
  border-radius: 100%;
  background-image: url('../images/placeholderProfile2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.class-page_teacher_header_content {
  margin-top: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 78%;
  -ms-flex: 0 78%;
  flex: 0 78%;
}

.class-page_teacher_header_content_title {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Zilla Slab', sans-serif;
  color: #fff !important;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-transform: none;
}

.class-page_teacher_header_content_subtitle {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.8) !important;
  font-size: 16px;
  font-weight: 500;
}

.class-page_teacher_header_content_p {
  color: hsla(0, 0%, 100%, 0.7) !important;
  line-height: 19px;
}

.class-page_teacher_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class-page_teacher_tags_item {
  margin-right: 15px;
  margin-left: 15px;
  color: #fff !important;
  font-size: 33px;
  line-height: 43px;
  text-transform: uppercase;
}

.class-page_teacher_tags_item.grey {
  opacity: 0.5;
}

.testimonial-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 225px;
  background-color: #fff !important;
}

.testimonial_quote {
  margin-bottom: 20px;
}

.testimonial_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial_infos_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.testimonial_infos_left_h3 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 15px;
}

.testimonial_infos_left_subtitle {
  line-height: 14px;
}

.testimonial_infos_rate_item {
  margin-left: 3px;
}

.class-page_content_page_h2 {
  font-family: 'Zilla Slab', sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-transform: none;
}

.open-articles_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 270px;
  padding-bottom: 55px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/graph-curves-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.open-articles_header.default {
  padding-top: 205px;
  padding-bottom: 45px;
}

.open-articles_header_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  color: #fff !important;
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.open-articles_header_txt {
  width: 35%;
  color: #fff !important;
  line-height: 18px;
}

.profile-page_content {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #fff !important;
}

.profile-page_content_block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(4, 5, 5, 0.15);
}

.profile-page_content_block.last {
  margin-bottom: 15px;
  border-bottom-style: none;
}

.profile-page_content_block_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-page_content_block_header_item {
  margin-right: 80px;
  margin-bottom: 2px;
  font-weight: 500;
}

.profile-page_content_block_header_item_subtitle {
  font-size: 22px;
  font-weight: 700;
}

.profile-page_content_block_header_item_subtitle.number {
  font-size: 18px;
}

.profile-page_content_block_link {
  display: inline-block;
  margin-top: 25px;
  margin-right: 20px;
  color: #040505 !important;
}

.profile-page_content_block_link:hover {
  opacity: 0.7;
}

.profile-page_content_block_link.cancel {
  opacity: 0.6;
}

.journey-item_download {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.journey-item_download_txt {
  position: relative;
  top: -1px;
  margin-left: 6px;
  color: #fff !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.complete-page {
  height: 100vh;
}

.background-video {
  height: 100%;
}

.complete-page_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.complete-page_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.complete-page_content_txt {
  margin-left: 35px;
}

.complete-page_content_txt_h1 {
  margin-top: 0px;
  font-family: Anton, sans-serif;
  font-size: 62px;
  line-height: 57px;
  font-weight: 400;
  text-transform: uppercase;
}

.complete-page_content_txt_subtitle {
  margin-bottom: 30px;
  color: #fff !important;
  font-size: 24px;
  text-transform: uppercase;
}

.complete-page_content_txt_p {
  margin-bottom: 30px;
  color: #fff !important;
  font-size: 16px;
  line-height: 22px;
}

.complete-page_content_txt_links_item {
  margin-right: 20px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.complete-page_content_txt_links_item:hover {
  opacity: 0.6;
}

.default-page_content {
  padding-top: 10px;
  padding-bottom: 45px;
  background-color: #fff !important;
}

.default-page_content_h2 {
  margin-top: 45px;
  margin-bottom: 10px;
  font-family: 'Zilla Slab', sans-serif;
  font-size: 24px;
  line-height: 17px;
  font-weight: 700;
  text-transform: none;
}

.default-page_content_p {
  color: rgba(4, 5, 5, 0.6) !important;
  font-size: 14px;
}

.mobile-class-list {
  display: none;
}

.journey-list-mobile {
  display: none;
}

.journey-progress-mobile {
  display: none;
}

.lp-header {
  height: auto;
  padding-top: 205px;
  padding-bottom: 86px;
}

.lp-header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-header_content_h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Anton, sans-serif;
  color: #fff !important;
  font-size: 52px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.lp-header_content_p {
  width: 75%;
  margin-bottom: 60px;
  font-size: 16px;
  text-align: center;
}

.lp-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1920px) {
  .bg-video_content {
    width: 55%;
  }
  .home-form_block_h2 {
    margin-bottom: 35px;
  }
  .dashboard-header {
    height: 65vh;
  }
  .class_item_image {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .journey-highlight_link_headbox {
    margin-bottom: 60px;
  }
  .journey-highlight_link_headbox_h2 {
    font-size: 42px;
    line-height: 54px;
  }
  .journey-page_header {
    height: 70vh;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bg-video {
    width: auto;
    height: auto;
    padding-top: 185px;
    padding-bottom: 130px;
  }
  .bg-video_content {
    width: 85%;
  }
  .bg-video_content_h1 {
    margin-top: 0px;
    font-size: 48px;
    line-height: 58px;
  }
  .bg-video_content_p {
    margin-bottom: 0px;
  }
  .home-form {
    width: 85%;
    margin-top: -55px;
    padding: 45px;
    border-radius: 6px;
    background-color: #fff !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.22);
  }
  .navbar_links {
    display: none;
  }
  .home-form_block {
    width: 100%;
    max-width: none;
  }
  .home-resume-section {
    margin-top: 50px;
    padding-bottom: 90px;
  }
  .container {
    width: 85%;
  }
  .container.small {
    width: 90%;
  }
  .home-resume-section_content {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-resume-section_content_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .home-resume-section_content_right {
    max-width: 100%;
  }
  .home-resume-section_content_right_graph1 {
    right: 0px;
  }
  .home-type-section_column_scrollbox {
    margin-bottom: -15px;
  }
  .footer {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .footer_links {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }
  .footer_links_item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .footer_infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_infos_left {
    margin-bottom: 25px;
    text-align: center;
  }
  .footer_infos_left_link {
    font-size: 14px;
  }
  .dashboard-header {
    height: auto;
  }
  .main-nav_search {
    display: none;
  }
  .main-nav_links_item {
    display: none;
  }
  .dashboard-header_bg {
    height: auto;
    padding-top: 140px;
    padding-bottom: 45px;
  }
  .dashboard-header_h1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 51px;
  }
  .dashboard-header_p {
    width: auto;
  }
  .journey-item.slider-full-box_item {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
  .class_item.class-list-item.mobile {
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .class_item_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .class_item_image {
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .class_item_content {
    padding: 20px 25px;
  }
  .class_item_content_title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }
  .class_item_content_p {
    margin-bottom: 15px;
  }
  .class_item_content_title_number {
    font-size: 16px;
  }
  .slider-full.open-articles {
    width: 95%;
  }
  .slider-full-section {
    display: none;
  }
  .slider-full-section.seccondary.open-articles {
    display: none;
  }
  .journey-highlight_link_headbox_process {
    top: 0px;
  }
  .journey-list-seccondary.open-articles {
    padding-top: 40px;
    padding-left: 30px;
  }
  .open-articles_header {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .open-articles_header_txt {
    width: auto;
  }
  .mobile-class-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    margin-top: -25px;
    margin-bottom: -25px;
    margin-left: -25px;
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .journey-list-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lp-header {
    background-image: url('../images/graph-curves-bg.png');
    background-position: 0px 0px;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .bg-video {
    width: 100%;
    padding-top: 155px;
    padding-bottom: 160px;
  }
  .bg-video_content_h1 {
    font-size: 34px;
    line-height: 30px;
    text-align: center;
  }
  .bg-video_content_p {
    display: none;
  }
  .home-form {
    position: relative;
    z-index: 15;
    margin-top: -130px;
    padding: 30px 25px 15px;
  }
  .home-form_block_form.lp {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .home-form_block_h2 {
    font-size: 24px;
  }
  .home-form_block_h2.lp-form-title {
    font-size: 22px;
    text-align: center;
  }
  .input-box.lp-input {
    width: auto;
  }
  .input {
    font-size: 16px;
  }
  .home-form_block_add {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-form_block_add_checkbox {
    margin-bottom: 12px;
  }
  .home-form_block_infos_title {
    font-size: 14px;
  }
  .home-form_block_infos_p {
    font-size: 12px;
    line-height: 18px;
  }
  .create-account-box {
    overflow: scroll;
    padding: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .create-account-box_line {
    position: fixed;
  }
  .home-resume-section {
    margin-top: 30px;
  }
  .container.small {
    width: 88%;
  }
  .home-resume-section_content {
    margin-top: 20px;
  }
  .home-resume-section_content_left {
    position: relative;
    z-index: 15;
  }
  .home-resume-section_content_left_h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .home-resume-section_content_left_p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-resume-section_content_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .home-resume-section_content_right_graph1 {
    width: 330px;
    max-width: none;
  }
  .home-resume-section_content_right_graph2 {
    right: 68px;
    bottom: -29px;
    width: 140px;
  }
  .home-resume-section_content_right_graph3 {
    bottom: -81px;
    width: 170px;
  }
  .home-type-section {
    overflow: hidden;
  }
  .home-type-section_column_scrollbox {
    margin-bottom: 15px;
  }
  .home-type-section_column_scrollbox_graph.symbol {
    height: 50px;
  }
  .number {
    font-size: 13px;
  }
  .main-nav {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), transparent);
  }
  .dashboard-header_h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .journey-item.slider-full-box_item {
    height: auto;
    padding: 75px 20px 25px 25px;
  }
  .journey-item.recommendation-section_item {
    height: auto;
    max-width: none;
    margin-left: 15px;
    padding-top: 75px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .journey-item_h3 {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 30px;
  }
  .journey-item_h3.highlight {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 17px;
  }
  .journey-item_p {
    line-height: 19px;
  }
  .journey-item_p.journey-page {
    width: auto;
  }
  .journey-item_infos {
    margin-bottom: 0px;
  }
  .journey-item_infos_item_txt {
    font-size: 14px;
    line-height: 16px;
  }
  .journey-item_h3_small.journey-page_header_h1-small {
    font-size: 18px;
    line-height: 30px;
  }
  .journey-item_h3_small.highlight {
    font-size: 17px;
    line-height: 37px;
  }
  .journey-item_infos_item_txt_number {
    font-size: 13px;
  }
  .class_item.class-list-item {
    overflow: scroll;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 96%;
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
  }
  .class_item.class-list-item.mobile {
    overflow: visible;
    margin-right: 20px;
  }
  .class_item.testimonial {
    margin-right: 20px;
    margin-left: 20px;
  }
  .class_item_image {
    height: 110px;
  }
  .class_item_image.testimonial {
    height: 280px;
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .class_item_content {
    padding: 15px 20px 20px;
  }
  .class_item_content_p {
    font-size: 13px;
    line-height: 19px;
  }
  .class_item_teacher_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .slider-full_left-arrow {
    display: none;
  }
  .slider-full_right-arrow {
    display: none;
  }
  .slider-full_right-arrow_icon-box {
    display: none;
  }
  .slider-full_right-arrow_icon-box.left {
    display: none;
  }
  .slider-full-section.seccondary.open-articles {
    display: none;
  }
  .small-letters_section {
    padding-bottom: 20px;
  }
  .small-letters_section_scroll-box {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .small-letters_section_scroll-box_graph.symbol {
    height: 50px;
  }
  .recommendation-section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .recommendation-section_txt-box {
    width: auto;
  }
  .recommendation-section_txt-box.testimonial {
    margin-top: 40px;
  }
  .recommendation-section_txt-box_h2 {
    font-size: 30px;
    line-height: 41px;
  }
  .recommendation-section_slider-box {
    position: relative;
    width: auto;
    margin-top: -15px;
    padding-top: 30px;
  }
  .recommendation-section_slider-box.testimonial {
    margin-top: 10px;
  }
  .recommendation-section_slider-box_slider {
    width: auto;
  }
  .recommendation-section_slider-box_slider_nav {
    text-align: center;
  }
  .recommendation-section_graph {
    display: none;
  }
  .categories-section {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .categories-section_h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }
  .categories-section_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .categories-section_list_item {
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 31px;
  }
  .categories-section_p {
    width: auto;
  }
  .journey-highlight {
    height: auto;
  }
  .journey-highlight_link {
    padding-bottom: 40px;
  }
  .journey-highlight_link_headbox {
    display: none;
    margin-top: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .journey-highlight_link_headbox_h2 {
    margin-right: 6px;
    font-size: 21px;
  }
  .journey-highlight_link_headbox_process {
    display: none;
    width: 100px;
    height: 100px;
  }
  .journey-highlight_link_headbox_process_box_number {
    font-size: 26px;
  }
  .journey-highlight_link_headbox_process_box_txt {
    line-height: 18px;
  }
  .journey-highlight_link_content {
    margin-top: 115px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .journey-highlight_link_content_left {
    width: auto;
  }
  .journey-highlight_link_content_left.journey-page_header_content {
    width: auto;
  }
  .journey-highlight_link_content_right_txt {
    text-align: center;
  }
  .journey-highlight_link_headbox_process_fill {
    background-size: 51px;
  }
  .journey-list-seccondary {
    padding-top: 40px;
    padding-left: 30px;
  }
  .journey-list-seccondary.class-list {
    margin-bottom: 15px;
    padding-top: 40px;
    padding-left: 30px;
  }
  .journey-list-seccondary.open-articles {
    margin-bottom: 0px;
  }
  .journey-page_header {
    height: auto;
    padding-bottom: 10px;
  }
  .journey-page_header_h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .journey-page_content {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .journey-page_content_h2 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 32px;
  }
  .journey-page_content_h2.sans {
    font-size: 26px;
    line-height: 40px;
  }
  .journey-page_content_p {
    margin-top: 25px;
  }
  .journey-page_content_img-box.right {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .journey-page_content_img-box_item {
    padding-top: 0px;
    padding-left: 0px;
  }
  .journey-page_content_img-box_item.right {
    padding-right: 0px;
  }
  .journey-page_content_img-box_item_img {
    width: auto;
  }
  .journey-page_content_img-box_item_img.large {
    width: auto;
  }
  .journey-page_content_img-box_item_tags {
    padding-right: 10px;
    padding-left: 10px;
  }
  .class-page_header {
    height: 460px;
  }
  .class-page_header.text-page {
    height: 250px;
  }
  .main-nav_left_class_list-link {
    display: none;
  }
  .class-page_content {
    padding-top: 35px;
  }
  .class-page_content_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .class-page_content_header_right {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .class-page_content_header_left_h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .class-page_content_header_left_h2_bold {
    font-size: 20px;
  }
  .class-page_teacher {
    padding-bottom: 49px;
  }
  .class-page_teacher_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .class-page_teacher_header_content {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .class-page_teacher_tags {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .class-page_teacher_tags_item {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 30px;
  }
  .testimonial-section {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .testimonial_infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial_infos_left {
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .open-articles_header.default {
    padding-top: 130px;
    padding-bottom: 25px;
  }
  .open-articles_header_h1 {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 34px;
  }
  .profile-page_content {
    padding-top: 40px;
  }
  .profile-page_content_block {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .profile-page_content_block_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .profile-page_content_block_header_item {
    margin-right: 0px;
  }
  .profile-page_content_block_header_item_subtitle {
    margin-bottom: 15px;
  }
  .profile-page_content_block_link {
    margin-top: 5px;
    margin-right: 0px;
  }
  .journey-item_download {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .complete-page {
    height: auto;
  }
  .complete-page_content {
    width: auto;
    margin-top: 120px;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .complete-page_content_txt {
    margin-top: 25px;
    margin-left: 0px;
    text-align: center;
  }
  .complete-page_content_txt_h1 {
    margin-bottom: 5px;
    font-size: 38px;
    line-height: 44px;
  }
  .complete-page_content_txt_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .complete-page_content_txt_links_item {
    margin-right: 0px;
    margin-bottom: 12px;
    text-align: center;
  }
  .slab-mobile {
    font-family: 'Zilla Slab', sans-serif;
    font-size: 27px;
  }
  .mobile-class-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    margin-top: -25px;
    margin-bottom: 0px;
    margin-left: -25px;
    padding: 25px;
  }
  .journey-progress-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff !important;
    font-size: 16px;
  }
  .journey-progress-mobile_txt {
    margin-bottom: 2px;
  }
  .journey-progress-mobile_bar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #fff !important;
  }
  .journey-progress-mobile_bar_fill {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 5%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/graph-curves-bg.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .journey-progress-mobile_bar_fill._10 {
    width: 10%;
  }
  .journey-progress-mobile_bar_fill._15 {
    width: 15%;
  }
  .journey-progress-mobile_bar_fill._20 {
    width: 20%;
  }
  .journey-progress-mobile_bar_fill._25 {
    width: 25%;
  }
  .journey-progress-mobile_bar_fill._30 {
    width: 30%;
  }
  .journey-progress-mobile_bar_fill._35 {
    width: 35%;
  }
  .journey-progress-mobile_bar_fill._40 {
    width: 40%;
  }
  .journey-progress-mobile_bar_fill._45 {
    width: 45%;
  }
  .journey-progress-mobile_bar_fill._50 {
    width: 50%;
  }
  .journey-progress-mobile_bar_fill._55 {
    width: 55%;
  }
  .journey-progress-mobile_bar_fill._60 {
    width: 60%;
  }
  .journey-progress-mobile_bar_fill._65 {
    width: 65%;
  }
  .journey-progress-mobile_bar_fill._70 {
    width: 70%;
  }
  .journey-progress-mobile_bar_fill._75 {
    width: 75%;
  }
  .journey-progress-mobile_bar_fill._80 {
    width: 80%;
  }
  .journey-progress-mobile_bar_fill._85 {
    width: 85%;
  }
  .journey-progress-mobile_bar_fill._90 {
    width: 90%;
  }
  .journey-progress-mobile_bar_fill._95 {
    width: 95%;
  }
  .journey-progress-mobile_bar_fill._100 {
    width: 100%;
  }
  .lp-header {
    padding-top: 125px;
    padding-bottom: 30px;
  }
  .lp-header_content_h1 {
    font-size: 34px;
    line-height: 39px;
  }
  .lp-header_content_p {
    width: auto;
    margin-bottom: 40px;
  }
  .lp-form-block {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.apos-image-widget-image-title {
  display: none !important;
}

@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('../fonts/ZillaSlab-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}