/* Minification failed. Returning unminified contents.
(1684,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1685,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1687,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1689,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1697,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1703,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1708,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1715,26): run-time error CSS1039: Token not allowed after unary operator: '-img'
(1719,17): run-time error CSS1039: Token not allowed after unary operator: '-fade'
(1725,40): run-time error CSS1039: Token not allowed after unary operator: '-offset'
(1725,62): run-time error CSS1039: Token not allowed after unary operator: '-scale'
(1728,30): run-time error CSS1039: Token not allowed after unary operator: '-offset'
(1728,51): run-time error CSS1039: Token not allowed after unary operator: '-scale'
(1735,26): run-time error CSS1039: Token not allowed after unary operator: '-img'
(1853,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1854,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1857,19): run-time error CSS1039: Token not allowed after unary operator: '-star-size'
(1859,24): run-time error CSS1039: Token not allowed after unary operator: '-star-gap'
(1860,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1871,15): run-time error CSS1039: Token not allowed after unary operator: '-percent'
 */
.module {
  line-height: normal;
}
.module .module-body-content {
  padding: 0;
}
@media (min-width: 992px) {
  .module .module-body-content {
    padding: unset;
  }
}
@media screen and (min-width: 1340px) {
  .module .module-body-content {
    padding: 0;
  }
}
.page-wrapper {
  overflow: visible;
}
body {
  overflow-x: hidden;
}
.scroll-to-top-btn {
  z-index: -1;
}
@media (min-width: 992px) {
  .scroll-to-top-btn {
    z-index: 1;
  }
}
.page-wrapper {
  background-color: #252328;
}
.module {
  /*&-content {
        overflow: hidden;

        @media @for-tablets {
            max-width: 720px;
            overflow: visible;
            display: flex;
            flex-flow: column wrap;
        }

        @media @for-desktop-small {
            max-width: 570px;
        }

        @media screen and (min-width: 1320px) {
            max-width: 790px;
            align-content: stretch;
        }

        &.cannot-apply {
            @media @for-desktop-small {
                max-width: 790px
            }
        }
    }*/
}
@media (min-width: 768px) {
  .module {
    margin-bottom: 92px;
  }
}
.module:before,
.module:after {
  content: none;
}
.module.can-apply {
  /* https: //caniuse.com/?search=overflow solves header scrollbar, but not supported by all browsers - for some media queries it will be a little bit broken. The header must be totally refactored */
  overflow-x: clip;
  overflow-x: -moz-hidden-unscrollable;
  gap: 45px;
}
@media (min-width: 992px) {
  .module.can-apply {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 365px;
  }
}
@media screen and (min-width: 1340px) {
  .module.can-apply {
    grid-template-columns: 1fr 365px;
  }
}
.module.can-apply .module-header-section {
  position: relative;
}
.module.can-apply .module-header-section:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  display: none;
}
@media (min-width: 992px) {
  .module.can-apply .module-header-section:after {
    width: 100vw;
    display: block;
  }
}
.module-card-section {
  padding-right: 24px;
}
.module-video-wrapper {
  display: flex;
  justify-content: center;
  justify-self: end;
  position: relative;
  max-width: 665px;
  width: 100%;
}
.module-video-wrapper.clickable::before {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: linear-gradient(to right, #00BA96, #3D0791);
  cursor: pointer;
}
.module-video-wrapper.clickable::after {
  content: '';
  position: absolute;
  left: 50.7%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-left: solid 15px #FFF;
  border-top: solid 11px transparent;
  border-bottom: solid 11px transparent;
}
.module-video-wrapper.mobile {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  max-width: 316px;
  min-height: 183px;
  margin: 32px 20px 0;
  display: grid;
  justify-content: normal;
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .module-video-wrapper.mobile {
    margin: 32px auto 0;
  }
}
@media (min-width: 992px) {
  .module-video-wrapper.mobile {
    display: none;
  }
}
.module-video-wrapper.desktop {
  min-height: 183px;
}
.module-video-wrapper.desktop.clickable {
  min-height: 223px;
}
.module-video-wrapper .module-video-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  max-height: 183px;
}
.module-video-wrapper .module-video-image-wrapper.clickable {
  max-height: 223px;
}
.module-video-wrapper .module-video-image {
  width: 100%;
  height: 100%;
}
.module-video-wrapper .module-video-inner-wrapper {
  width: 100%;
  height: 100%;
  max-width: 517px;
  max-height: 291px;
  z-index: -1;
}
.module-video-wrapper .embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
}
.module-video-wrapper .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.module-courses-cards-as-slider,
.module-trainers-as-slider {
  display: none;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 1340px) {
  .module-courses-cards-as-slider,
  .module-trainers-as-slider {
    left: -6px;
  }
}
.module-courses-cards-as-slider.slick-initialized,
.module-trainers-as-slider.slick-initialized {
  display: block;
}
.module-courses-cards-as-slider .slick-prev,
.module-trainers-as-slider .slick-prev,
.module-courses-cards-as-slider .slick-next,
.module-trainers-as-slider .slick-next {
  width: 48px;
  height: 48px;
}
.module-courses-cards-as-slider .slick-prev::before,
.module-trainers-as-slider .slick-prev::before,
.module-courses-cards-as-slider .slick-next::before,
.module-trainers-as-slider .slick-next::before {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'FontAwesome';
  background: #FFF;
  font-size: 16px;
  color: #00BA96 !important;
  opacity: 1;
}
.module-courses-cards-as-slider .slick-prev:hover:before,
.module-trainers-as-slider .slick-prev:hover:before,
.module-courses-cards-as-slider .slick-next:hover:before,
.module-trainers-as-slider .slick-next:hover:before {
  border: 1px solid #676781;
}
.module-courses-cards-as-slider .slick-prev,
.module-trainers-as-slider .slick-prev {
  left: -21px;
}
.module-courses-cards-as-slider .slick-prev::before,
.module-trainers-as-slider .slick-prev::before {
  content: '\f053';
}
.module-courses-cards-as-slider .slick-next::before,
.module-trainers-as-slider .slick-next::before {
  content: '\f054';
}
.module-courses-cards-as-slider .slick-disabled,
.module-trainers-as-slider .slick-disabled {
  display: none !important;
}
.module-courses-cards-as-slider .slick-disabled::before,
.module-trainers-as-slider .slick-disabled::before {
  color: transparent !important;
}
.module-courses {
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .module-courses {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1340px) {
  .module-courses {
    padding: 0;
  }
}
.module-courses .module-courses-title {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .module-courses .module-courses-title {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.module-courses-cards {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .module-courses-cards {
    grid-template-columns: repeat(2, max-content);
  }
}
.module-courses .slick-next {
  right: -27px;
}
.module-courses .slick-prev,
.module-courses .slick-next {
  top: 48%;
}
.module-courses .course-card-wrapper {
  display: flex;
}
.module-courses .course-card {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  width: 276px;
  background-color: #18151C;
}
.module-courses .course-card .course-card-header img {
  max-width: 100%;
  height: 145px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.module-courses .course-card .course-card-content {
  padding-top: 4px;
  min-height: 88px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.module-courses .course-card .course-card-content-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.module-courses .course-card-date,
.module-courses .course-card-time {
  display: grid;
  grid-template-columns: min-content max-content;
  align-items: center;
  gap: 5px;
}
.module-courses-cards-as-slider:after {
  width: 100px;
  height: 290px;
  display: inline-block;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(270deg, #252328 0%, rgba(24, 21, 28, 0) 100%);
}
@media (min-width: 768px) {
  .module-courses-cards-as-slider:after {
    content: '';
  }
}
.module-courses-cards-as-slider .course-card {
  max-width: 295px;
  margin: 0 18px 6px 6px;
}
.head-section {
  padding-bottom: 24px !important;
}
@media (min-width: 992px) {
  .head-section {
    padding-bottom: 0 !important;
    margin-bottom: 24px !important;
  }
}
.module.can-apply .module-header {
  padding: 24px 20px;
}
.module.can-apply .redesigned-instance-container {
  margin: 0;
}
@media (min-width: 992px) {
  .module.can-apply .redesigned-instance-container {
    max-width: 60vw;
  }
}
@media screen and (min-width: 1280px) {
  .module.can-apply .redesigned-instance-container {
    max-width: 850px;
  }
}
@media screen and (min-width: 1340px) {
  .module.can-apply .redesigned-instance-container {
    margin: auto;
  }
}
.module.can-apply .redesigned-instance-container .course-link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #00BA96;
  display: block;
  margin: 24px;
}
@media (min-width: 768px) {
  .module.can-apply .redesigned-instance-container .course-link {
    margin: 24px 0 0 0;
  }
}
.module.cannot-apply .module-header {
  padding: 24px 20px;
}
@media screen and (min-width: 1340px) {
  .module.cannot-apply .module-header {
    padding: 24px 0px;
  }
}
.module.cannot-apply .redesigned-instance-container {
  margin: 0;
}
@media (min-width: 992px) {
  .module.cannot-apply .redesigned-instance-container {
    max-width: 850px;
    margin: auto;
  }
}
.module.cannot-apply .redesigned-instance-container .course-link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #00BA96;
  display: block;
  margin: 24px;
}
@media (min-width: 768px) {
  .module.cannot-apply .redesigned-instance-container .course-link {
    margin: 24px 0 0 0;
  }
}
.module-header-background {
  background: linear-gradient(to bottom, #4B4A4F, #252328);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding-right: 100px;
  position: relative;
  padding: 24px 0;
  border-radius: 8px;
  display: grid;
}
@media (min-width: 768px) {
  .module-header-background {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .module-header-background {
    width: 96.5vw;
    padding: 36px 36px 32px 36px;
    grid-template-columns: 1fr 380px;
    box-shadow: none;
  }
}
@media screen and (min-width: 1340px) {
  .module-header-background {
    left: -20px;
    width: 1280px;
  }
}
.cannot-apply .module-header-background {
  grid-template-columns: unset;
}
@media (min-width: 992px) {
  .cannot-apply .module-header-background {
    left: unset;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1340px) {
  .cannot-apply .module-header-background {
    left: unset;
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.cannot-apply .instance-header-additional-container {
  margin-top: 16px;
}
.module-header-description {
  max-width: 768px;
}
.module-header-section.can-apply:after {
  background: linear-gradient(to bottom, #6028E9, 30%, #340782, #252328);
}
.module-header-section {
  position: relative;
  max-width: 100%;
  background: linear-gradient(to bottom, #6028E9, 30%, #340782, #252328);
}
@media (min-width: 992px) {
  .module-header-section {
    padding-bottom: 0;
  }
}
.module-header-section.can-apply:before {
  /*added % instead of px since the bundle optimizator removes the px and the property becomes invalid*/
}
@media (min-width: 768px) {
  .module-header-section.can-apply:before {
    left: calc(0% - ((100vw - 850px) / 2 + 66px));
  }
}
@media (min-width: 992px) {
  .module-header-section.can-apply:before {
    left: calc(0% - ((100vw - 850px) / 2 - 44px));
  }
}
@media screen and (min-width: 1320px) {
  .module-header-section.can-apply:before {
    left: calc(0% - ((100vw - 850px) / 2 - 204px));
  }
}
@media (min-width: 768px) {
  .module-header-section.cannot-apply:before {
    left: calc(0% - ((100vw - 850px) / 2 + 74px));
  }
}
@media (min-width: 992px) {
  .module-header-section.cannot-apply:before {
    left: calc(0% - ((100vw - 850px) / 2 + 9px));
  }
}
.module .module-header {
  /*padding: @sp-32 0 @sp-32;*/
}
.module .module-header,
.module .module-header-see-more-btn {
  position: relative;
  z-index: 1;
}
.module .module-header-title,
.module .module-header-btn-mobile,
.module .module-header-description-and-button,
.module .module-header-see-more-btn {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .module .module-header-title,
  .module .module-header-btn-mobile,
  .module .module-header-description-and-button,
  .module .module-header-see-more-btn {
    padding: 0;
  }
}
.module .module-header .module .module-header-title,
.module .module-header-description {
  color: #C3BBC7;
}
.module .module-header .module .module-header-title a,
.module .module-header-description a {
  color: #E7E3E8;
}
.module .module-header .module .module-header-title a:hover,
.module .module-header-description a:hover {
  color: #F4F2F5;
  text-decoration: underline;
}
.module .module-header-labels {
  margin-bottom: 8px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .module .module-header-labels {
    margin-bottom: 8px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .module .module-header-labels {
    margin-bottom: 0;
  }
}
.module .module-header-labels-item {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  font-weight: 700;
  border-radius: 2px;
  padding: 4px 8px;
  color: #252328;
  background: #B183D4;
  text-transform: uppercase;
  margin: 0 8px 8px 0;
}
@media (min-width: 992px) {
  .module .module-header-labels-item {
    margin: 0 8px 16px 0;
  }
}
.module .module-header-labels-item.participation-type {
  background-color: #EDDFF5;
  color: #252328;
}
.module .module-header-labels-item.status {
  background-color: #E7E3E8;
  color: #0F0B14;
}
.module .module-header-title {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #FFF;
}
@media (min-width: 768px) {
  .module .module-header-title {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .module .module-header-title {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
  }
}
.module .module-header-administration-button {
  margin-bottom: 24px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .module .module-header-administration-button {
    margin-left: unset;
  }
}
@media (min-width: 992px) {
  .module .module-header-timer-and-intro {
    gap: 16px;
    grid-template-rows: repeat(2, min-content);
  }
}
@media screen and (min-width: 1320px) {
  .module .module-header-timer-and-intro {
    gap: 48px;
    grid-template: min-content / repeat(2, min-content);
  }
}
.module .module-header-timer-and-intro-wrapper {
  display: grid;
  grid-gap: 32px;
  padding-top: 8px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1320px) {
  .module .module-header-timer-and-intro-wrapper {
    grid-template-columns: repeat(2, min-content);
    grid-gap: 64px;
    grid-template-rows: none;
  }
}
.module .module-header-timer-container {
  display: grid;
  gap: 12px;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 576px) {
  .module .module-header-timer-container {
    gap: 24px;
    grid-template-columns: 110px min-content;
  }
}
@media (min-width: 768px) {
  .module .module-header-timer-container {
    padding: 0;
  }
}
.module .module-header-timer-description {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #3ECFB6;
}
.module .module-header-timer {
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-template-columns: repeat(4, 33px);
  justify-items: center;
  column-gap: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #FFF;
  background: #3D0791;
  max-width: 228px;
}
.module .module-header-timer-digit {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.module .module-header-timer-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.module .module-header .module-header-additional-container {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .module .module-header .module-header-additional-container {
    padding: 0;
  }
}
.module .module-header .additional-main-info {
  display: grid;
  gap: 32px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  color: #FFF;
}
@media (min-width: 992px) {
  .module .module-header .additional-main-info {
    grid-template-columns: max-content max-content;
    justify-content: unset;
  }
}
.module .module-header .additional-main-info-item {
  display: grid;
  gap: 8px;
}
@media (min-width: 992px) {
  .module .module-header .additional-main-info-item {
    margin-top: 32px;
  }
}
.module .module-header .additional-main-info-item-content {
  display: flex;
  align-items: center;
}
.module .module-header .additional-main-info-item img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.module .module-header .additional-main-info-item span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-weight: bold;
}
@media (min-width: 576px) {
  .module .module-header .additional-main-info-item span {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .module .module-header .additional-main-info-item span {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
  }
}
.module .module-header .additional-main-info-item-more {
  color: #C3BBC7;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.module .module-header .additional-more-info {
  display: flex;
  gap: 4px;
}
@media (min-width: 576px) {
  .module .module-header .additional-more-info {
    gap: 8px;
  }
}
.module .module-header .additional-more-info #credits-info {
  position: relative;
  cursor: pointer;
}
.module .module-header .additional-more-info .credits-popover {
  position: absolute;
  top: 50%;
  left: calc(100% + 4px);
  transform: translateY(-50%);
  width: 138px;
  padding: 8px;
  background: #FFF;
  border: 2px solid #140142;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: #18151C;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease;
  z-index: 10;
}
@media screen and (min-width: 480px) {
  .module .module-header .additional-more-info .credits-popover {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px;
    width: 218px;
    left: calc(100% + 10px);
  }
}
@media (min-width: 768px) {
  .module .module-header .additional-more-info .credits-popover {
    width: 418px;
  }
}
@media (min-width: 992px) {
  .module .module-header .additional-more-info .credits-popover {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .module .module-header .additional-more-info .credits-popover {
    width: 400px;
  }
}
.module .module-header .additional-more-info .credits-popover:before,
.module .module-header .additional-more-info .credits-popover:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-style: solid;
}
.module .module-header .additional-more-info .credits-popover:before {
  border-width: 11px;
  border-color: transparent #140142 transparent transparent;
}
.module .module-header .additional-more-info .credits-popover:after {
  border-width: 11px;
  border-color: transparent #FFF transparent transparent;
  margin-right: -3px;
}
.module .module-header .additional-more-info #credits-info.credits-are-visible .credits-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.module .module-header .additional-more-info .module-header-intro-text-mobile-hide {
  display: none;
}
@media screen and (min-width: 420px) {
  .module .module-header .additional-more-info .module-header-intro-text-mobile-hide {
    display: initial;
  }
}
.module .module-header .additional-more-info-item {
  background-color: #4B4A4F;
  padding: 4px 6px;
  color: #E7E3E8;
  border-radius: 2px;
  margin-top: 16px;
  line-height: normal;
}
@media (min-width: 576px) {
  .module .module-header .additional-more-info-item {
    padding: 4px 8px;
  }
}
@media (min-width: 992px) {
  .module .module-header .additional-more-info-item {
    margin-top: 32px;
  }
}
.module .module-header .additional-more-info-item img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
@media (min-width: 576px) {
  .module .module-header .additional-more-info-item img {
    margin-right: 8px;
  }
}
.module .module-header .additional-more-info-item span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .module .module-header .additional-more-info-item span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }
}
.module .module-header-description {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
}
.module .module-header-card-mobile {
  display: grid;
  gap: 1px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .module .module-header-card-mobile {
    border-radius: 6px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .module .module-header-card-mobile {
    display: none;
  }
}
.module .module-header-card-mobile .module-card-footer-education-info {
  padding: 16px 20px;
}
.module .module-header-card-mobile .module-card-footer-education-info.exam-info {
  padding: 12px 20px;
  background: #E7E3E8;
}
@media screen and (min-width: 1320px) {
  .module .module-header-card-mobile .module-card-footer-education-info.exam-info {
    background: #E7E3E8;
  }
}
.module .module-header-btn-mobile {
  display: flex;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .module .module-header-btn-mobile {
    display: none;
  }
}
.module .module-header-btn {
  flex: 1;
  text-align: center;
  line-height: 18px;
  margin-top: 16px;
}
.module .module-header-see-more-btn {
  display: inline-flex;
  flex-flow: row-reverse;
  color: #3ECFB6;
  font-weight: 600;
  padding: 16px 20px 16px;
}
@media (min-width: 768px) {
  .module .module-header-see-more-btn {
    padding: 16px 20px 16px 0;
  }
}
@media (min-width: 992px) {
  .module .module-header-see-more-btn {
    padding: 16px 32px 0 0;
  }
}
.module .module-header-see-more-btn .fa-caret-down,
.module .module-header-see-more-btn .fa-caret-up {
  position: relative;
  bottom: 2px;
  padding-left: 12px;
}
.module .module-header-see-more-btn .fa-caret-down:before {
  content: '\f078';
}
.module .module-header-see-more-btn .fa-caret-up:before {
  content: '\f077';
}
.module-video-wrapper-modal {
  min-width: 70vw;
  max-width: 665px;
  min-height: unset;
  display: none;
}
@media (min-width: 768px) {
  .module-video-wrapper-modal {
    min-width: 475px;
  }
}
@media (min-width: 768px) {
  .module-video-wrapper-modal {
    min-width: 665px;
  }
}
.module-video-wrapper-modal .module-video-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.module-video-wrapper-modal .module-video-wrapper:after {
  left: 50.4%;
}
.module-video-wrapper-modal .module-video-image-wrapper {
  max-height: 375px;
}
.module-video-wrapper-modal .module-video-inner-wrapper {
  max-width: unset;
  max-height: unset;
}
.module-video-wrapper-modal-title-and-button {
  display: grid;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .module-video-wrapper-modal-title-and-button {
    grid-template-columns: repeat(2, 1fr);
  }
}
.module-video-wrapper-modal-title {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
  font-weight: 600;
}
.module-video-wrapper-modal .module-video-wrapper-modal-btn {
  text-align: center;
  line-height: 18px;
}
.k-widget {
  background-color: #18151C;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  max-width: 100% !important;
  border: none !important;
  overflow: visible !important;
  margin: 0 32px 0 0;
  padding: 32px 24px 24px !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.k-widget .k-header {
  left: 0;
  border-color: transparent;
  background-color: transparent;
}
.k-widget .k-window-actions {
  right: 0;
}
.k-widget .k-window-actions .k-link {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: -18px;
  left: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
  padding: 4px;
  background-color: #FFF;
  border-radius: 50%;
}
.k-widget .k-window-actions .k-link:before {
  display: none;
}
.k-widget .k-window-actions .k-link.k-state-hover {
  border: none;
}
.k-widget .k-window-actions .k-i-close {
  background: #FFF url(/Content/images/icons/close-icon.svg) no-repeat center !important;
  width: 14px;
  height: 14px;
  opacity: unset;
}
.k-widget .module-video-wrapper:before,
.k-widget .module-video-wrapper:after {
  content: none;
}
p {
  margin-bottom: 0;
}
.instance-page-wrapper .additional-resources {
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 32px 18px;
  background-color: #340782;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .instance-page-wrapper .additional-resources {
    margin-bottom: 32px;
    margin-top: 0;
    padding: 32px 40px;
  }
}
@media (min-width: 992px) {
  .instance-page-wrapper .additional-resources {
    margin-bottom: 48px;
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .instance-page-wrapper .additional-resources {
    padding: 48px;
  }
}
@media (min-width: 1340px) {
  .instance-page-wrapper .additional-resources {
    margin-left: 0;
    margin-right: 0;
  }
}
.instance-page-wrapper .additional-resources-card {
  display: grid;
  align-items: center;
  gap: 24px;
  justify-items: center;
}
@media (min-width: 1200px) {
  .instance-page-wrapper .additional-resources-card {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
    justify-items: unset;
  }
}
.instance-page-wrapper .additional-resources-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1C0357;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 42%, 0 58%);
}
@media (min-width: 1200px) {
  .instance-page-wrapper .additional-resources-card::before {
    clip-path: polygon(0 0, 60% 0, 40% 100%, 0 100%);
  }
}
.instance-page-wrapper .additional-resources-card > * {
  position: relative;
  z-index: 1;
}
.instance-page-wrapper .additional-resources-title {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .instance-page-wrapper .additional-resources-title {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.instance-page-wrapper .additional-resources-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #FFF;
}
.instance-page-wrapper .additional-resources-logo {
  max-width: 300px;
}
@media (min-width: 576px) {
  .instance-page-wrapper .additional-resources-logo {
    max-width: unset;
  }
}
.instance-page-wrapper .suitable-for-section {
  background-color: #98D8CB;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 0 20px 24px;
  padding: 24px;
}
@media (min-width: 768px) {
  .instance-page-wrapper .suitable-for-section {
    margin: 0 20px 32px;
  }
}
@media (min-width: 992px) {
  .instance-page-wrapper .suitable-for-section {
    margin: 0 20px 48px;
  }
}
@media screen and (min-width: 1340px) {
  .instance-page-wrapper .suitable-for-section {
    margin: 0 0px 48px;
  }
}
.instance-page-wrapper .suitable-for-section h2,
.instance-page-wrapper .suitable-for-section h3,
.instance-page-wrapper .suitable-for-section h4,
.instance-page-wrapper .suitable-for-section h5,
.instance-page-wrapper .suitable-for-section h6 {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #252328;
  margin-top: 0;
}
@media (min-width: 992px) {
  .instance-page-wrapper .suitable-for-section h2,
  .instance-page-wrapper .suitable-for-section h3,
  .instance-page-wrapper .suitable-for-section h4,
  .instance-page-wrapper .suitable-for-section h5,
  .instance-page-wrapper .suitable-for-section h6 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.instance-page-wrapper .suitable-for-section p {
  color: #252328;
}
.instance-page-wrapper .suitable-for-section a {
  color: #18151C;
}
.instance-page-wrapper .suitable-for-section a:hover {
  text-decoration: underline;
}
.requirements-info-section {
  margin: 0 20px 24px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .requirements-info-section {
    margin: 0 20 32px;
  }
}
@media (min-width: 992px) {
  .requirements-info-section {
    margin: 0 20 48px;
  }
}
@media screen and (min-width: 1340px) {
  .requirements-info-section {
    margin: 0 0 48px;
  }
}
.requirements-info-section-top {
  background: #340782;
  padding: 24px 24px 16px 24px;
}
.requirements-info-section-top h2,
.requirements-info-section-top h3,
.requirements-info-section-top h4,
.requirements-info-section-top h5,
.requirements-info-section-top h6 {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  color: #FFF;
}
@media (min-width: 992px) {
  .requirements-info-section-top h2,
  .requirements-info-section-top h3,
  .requirements-info-section-top h4,
  .requirements-info-section-top h5,
  .requirements-info-section-top h6 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.requirements-info-section-top p {
  color: #FFF;
}
.requirements-info-section-content {
  background-color: #4B4A4F;
  padding: 16px 24px 24px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #C3BBC7;
}
.requirements-info-section-content h2,
.requirements-info-section-content h3,
.requirements-info-section-content h4,
.requirements-info-section-content h5,
.requirements-info-section-content h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 8px;
  color: #FFF;
}
.requirements-info-section-content strong {
  color: #E7E3E8;
}
.requirements-info-section-content p {
  color: #C3BBC7;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.requirements-info-section-content a {
  color: #E7E3E8;
}
.requirements-info-section-content a:hover {
  color: #F4F2F5;
  text-decoration: underline;
}
.boxes-section {
  padding: 32px 20px;
  background: linear-gradient(to bottom, #6028E9, 30%, #3d1f84, #18151C);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .boxes-section {
    padding: 32px 24px;
    margin: 0 0 32px;
  }
}
@media (min-width: 992px) {
  .boxes-section {
    margin: 0 20px 48px;
    border-radius: 0;
  }
}
@media screen and (min-width: 1340px) {
  .boxes-section {
    margin: 0 0 48px;
  }
}
.boxes-section-item {
  min-height: 104px;
  border-radius: 8px;
  display: flex;
  align-items: start;
  gap: 16px;
  padding: 18px 20px;
  background-color: #FFF;
  padding: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 12px;
  grid-template-columns: 50px 1fr;
  align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  .boxes-section-item {
    align-items: center;
    flex: 0 1 250px;
  }
}
.boxes-section-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
}
.boxes-section-item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #4B4A4F;
}
.instance-page-wrapper .prices-wrapper h2 {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .instance-page-wrapper .prices-wrapper h2 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .instance-page-wrapper .prices-wrapper h2 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.instance-page-wrapper .prices-wrapper h2 span {
  display: block;
}
@media screen and (min-width: 410px) {
  .instance-page-wrapper .prices-wrapper h2 span {
    display: inline;
  }
}
.instance-page-wrapper .prices-section {
  margin-bottom: 24px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .instance-page-wrapper .prices-section {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .instance-page-wrapper .prices-section {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1340px) {
  .instance-page-wrapper .prices-section {
    padding: 0;
  }
}
.instance-page-wrapper .prices-section .prices-section-item:not(:last-child) {
  margin-bottom: 16px;
  /* whatever you need */
}
.instance-page-wrapper .prices-section .block-item {
  display: block;
  margin-bottom: 0;
}
@media screen and (min-width: 460px) {
  .instance-page-wrapper .prices-section .block-item {
    display: inline-block;
  }
}
.instance-page-wrapper .prices-section-item {
  border-radius: 4px;
  padding: 24px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .instance-page-wrapper .prices-section-item {
    padding: 24px;
  }
}
.instance-page-wrapper .prices-section-item-labels-main {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .instance-page-wrapper .prices-section-item-labels-main {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
}
.instance-page-wrapper .prices-section-item-labels-sub {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.instance-page-wrapper .prices-section-item-values {
  display: grid;
}
.instance-page-wrapper .prices-section-item-values p {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: end;
  white-space: nowrap;
}
.instance-page-wrapper .prices-section-item-values p .prices-devider {
  display: none;
}
@media (min-width: 576px) {
  .instance-page-wrapper .prices-section-item-values p .prices-devider {
    display: initial;
  }
}
.instance-page-wrapper .prices-section-item-values p .prices-item-value {
  display: block;
}
@media (min-width: 576px) {
  .instance-page-wrapper .prices-section-item-values p .prices-item-value {
    display: initial;
  }
}
.instance-page-wrapper .prices-section-item.light {
  background-color: #4B4A4F;
}
.instance-page-wrapper .prices-section-item.light .prices-section-item-labels-sub {
  color: #C3BBC7;
}
.instance-page-wrapper .prices-section-item.light p {
  color: #FFF;
}
.instance-page-wrapper .prices-section-item.dark {
  background: #98D8CB;
}
.instance-page-wrapper .prices-section-item.dark .prices-section-item-labels-main {
  color: #252328;
}
.instance-page-wrapper .prices-section-item.dark .prices-section-item-labels-sub {
  color: #C3BBC7;
}
.instance-page-wrapper .prices-section-item.dark .prices-section-item-values p {
  color: #252328;
}
.instance-page-wrapper .prices-section .prices-section-discount {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 2px 16px;
  font-weight: 700;
  color: #98D8CB !important;
  background-color: #3D0791;
  border-radius: 4px;
  margin-bottom: 6px;
  width: fit-content;
  justify-self: end;
  font-family: 'Lato', sans-serif;
}
.instance-page-wrapper .prices-section .prices-section-initial-price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-decoration: line-through;
}
.instance-page-wrapper .prices-section .prices-section-current-price {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-weight: 700;
}
@media (min-width: 576px) {
  .instance-page-wrapper .prices-section .prices-section-current-price {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
}
.certificates-section {
  margin: 0 20px 24px;
}
@media (min-width: 768px) {
  .certificates-section {
    margin: 0 20px 32px;
  }
}
@media (min-width: 992px) {
  .certificates-section {
    background: linear-gradient(to bottom, #4B4A4F, #18151C);
    padding: 24px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 0 20px 48px;
  }
}
@media screen and (min-width: 1340px) {
  .certificates-section {
    margin: 0 0 48px;
  }
}
.certificates-section-images {
  overflow: hidden;
}
.certificates-section-items {
  display: grid;
  justify-items: center;
  padding-top: 8px;
  /* side copies (behind) */
}
@media (min-width: 992px) {
  .certificates-section-items.cpe {
    gap: 16px;
    grid-template-rows: 1fr max-content;
    grid-template-columns: unset;
  }
}
@media screen and (min-width: 1280px) {
  .certificates-section-items.cpe {
    grid-template-rows: unset;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .certificates-section-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .certificates-section-items {
    padding-top: 0;
  }
}
.certificates-section-items .cert-stack {
  --img: url(/Content/images/trainings/details/certificate.webp);
  --offset: 95px;
  /* distance of side copies */
  --scale: 0.9;
  /* size of side copies */
  --fade: 0.32;
  /* opacity of side copies */
  position: relative;
  width: 140px;
  height: 192px;
}
@media (min-width: 992px) {
  .certificates-section-items .cert-stack {
    --offset: 55px;
    /* distance of side copies */
  }
}
@media screen and (min-width: 1280px) {
  .certificates-section-items .cert-stack {
    --offset: 95px;
    /* distance of side copies */
  }
}
.certificates-section-items .cert-stack.honorable-mention {
  --img: url(/Content/images/trainings/details/honrable-mention.webp);
}
.certificates-section-items .cert-stack::before,
.certificates-section-items .cert-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: var(--fade);
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  z-index: 0;
  pointer-events: none;
}
.certificates-section-items .cert-stack::before {
  transform: translateX(calc(-1 * var(--offset))) scale(var(--scale));
}
.certificates-section-items .cert-stack::after {
  transform: translateX(var(--offset)) scale(var(--scale));
}
.certificates-section-items .cert-stack__main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: var(--img);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
  pointer-events: none;
}
.certificates-section-items-text {
  align-content: space-evenly;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .certificates-section-items-text {
    margin-top: 0;
  }
}
.certificates-section-items-text h2 {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
  color: #FFF;
}
@media (min-width: 992px) {
  .certificates-section-items-text h2 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 24px;
  }
}
.certificates-section-items-text p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #C3BBC7;
}
.certificates-section-items-text a {
  color: #E7E3E8;
  text-decoration: underline;
}
.instance-page-wrapper .feedbacks-section {
  background-color: #18151C;
  padding: 20px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .instance-page-wrapper .feedbacks-section {
    margin: 0 20px 48px;
  }
}
@media screen and (min-width: 1340px) {
  .instance-page-wrapper .feedbacks-section {
    margin: 0 0 48px;
  }
}
@media (min-width: 768px) {
  .instance-page-wrapper .feedbacks-section {
    padding: 32px 62px;
  }
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-head {
  display: grid;
  grid-template-columns: 24px max-content;
  gap: 8px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #005431;
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-head-rate {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #00BA96;
}
@media (min-width: 992px) {
  .instance-page-wrapper .feedbacks-section .feedbacks-item-head-rate {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-info {
  display: grid;
  grid-template-columns: 40px max-content;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-info-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00BA96;
  overflow: hidden;
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-info-avatar img {
  width: 100%;
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-info-name {
  font-weight: 700;
  color: #FFF;
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-info-rate {
  --star-size: 16px;
  --star-gap: 1px;
  position: relative;
  display: inline-block;
  font-size: var(--star-size);
  line-height: 1;
  letter-spacing: var(--star-gap);
  --percent: 0%;
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-info-rate:before {
  content: "★★★★★";
  color: #C3BBC7;
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-info-rate:after {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--percent);
  overflow: hidden;
  white-space: nowrap;
  color: #00BA96;
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-content {
  border-bottom: 1px solid #005431;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .instance-page-wrapper .feedbacks-section .feedbacks-item-content {
    margin-bottom: 0;
  }
}
.instance-page-wrapper .feedbacks-section .feedbacks-item-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #C3BBC7;
  padding-bottom: 24px;
}
.instance-page-wrapper #feedbacks-section-slider .slick-prev,
.instance-page-wrapper #feedbacks-section-slider .slick-next {
  width: 42px;
  height: 42px;
  background-color: #00BA96;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.instance-page-wrapper #feedbacks-section-slider .slick-prev:before,
.instance-page-wrapper #feedbacks-section-slider .slick-next:before {
  font-size: 16px;
  color: #FFF !important;
}
.instance-page-wrapper #feedbacks-section-slider.slick-slider {
  margin-bottom: 0;
}
.instance-page-wrapper #feedbacks-section-slider .slick-disabled {
  visibility: hidden;
}
.instance-page-wrapper #feedbacks-section-slider .slick-prev {
  position: absolute;
  bottom: -35px;
  top: auto;
  left: 50%;
  margin-left: -44px;
}
@media (min-width: 768px) {
  .instance-page-wrapper #feedbacks-section-slider .slick-prev {
    left: -50px;
    top: 44%;
    bottom: unset;
    margin-right: 0;
    margin-left: 0;
  }
}
.instance-page-wrapper #feedbacks-section-slider .slick-prev:before {
  top: 2px;
  position: relative;
  display: block;
}
.instance-page-wrapper #feedbacks-section-slider .slick-next {
  right: 50%;
  top: auto;
  position: absolute;
  bottom: -35px;
  margin-right: -44px;
}
@media (min-width: 768px) {
  .instance-page-wrapper #feedbacks-section-slider .slick-next {
    right: -50px;
    top: 44%;
    bottom: unset;
    margin-right: 0;
  }
}
.instance-page-wrapper #feedbacks-section-slider .slick-next:before {
  top: 2px;
  position: relative;
  display: block;
}
.quality-section {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 24px 20px;
  display: grid;
  gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  border-radius: 8px;
  margin: 0 20px 24px 20px;
  background: linear-gradient(to bottom, #4B4A4F, #18151C);
}
@media (min-width: 768px) {
  .quality-section {
    grid-template-columns: max-content 1fr;
    padding: 16px 24px;
    margin: 0 20px 32px 20px;
    border-radius: 42px;
  }
}
@media (min-width: 992px) {
  .quality-section {
    margin: 0 20px 48px 20px;
  }
}
@media screen and (min-width: 1340px) {
  .quality-section {
    margin: 0 0 48px;
  }
}
.quality-section img {
  display: none;
}
@media (min-width: 768px) {
  .quality-section img {
    display: initial;
  }
}
.quality-section p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #C3BBC7;
}
.instance-page-wrapper .faq-section {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .instance-page-wrapper .faq-section {
    margin: 0 20px 12px;
  }
}
@media screen and (min-width: 1340px) {
  .instance-page-wrapper .faq-section {
    margin: 0 0 12px;
  }
}
.instance-page-wrapper .faq-section h2 {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .instance-page-wrapper .faq-section h2 {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .instance-page-wrapper .faq-section h2 {
    padding-left: 0;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.instance-page-wrapper .faq-section-list {
  display: grid;
  gap: 8px;
}
@media (min-width: 768px) {
  .instance-page-wrapper .faq-section-list {
    gap: 12px;
  }
}
.instance-page-wrapper .faq-section-list-item-question {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #C3BBC7;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  padding-right: 56px;
  cursor: pointer;
  background-color: #3E3D41;
}
.instance-page-wrapper .faq-section-list-item-question:after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #C3BBC7;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.instance-page-wrapper .faq-section-list-item-question[aria-expanded="true"]:after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
  /* small animation */
}
.instance-page-wrapper .faq-section-list-item-question[aria-expanded="false"]:after {
  content: "+";
  transform: translateY(-50%) rotate(0deg);
}
.instance-page-wrapper .faq-section-list-item-answer {
  padding: 12px 16px;
  color: #C3BBC7;
  background-color: #4B4A4F;
}
.instance-page-wrapper .faq-section-list-item-answer p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #C3BBC7;
}
.instance-page-wrapper .faq-section-list-item-answer a {
  color: #E7E3E8;
}
.instance-page-wrapper .faq-section-list-item-answer a:hover {
  text-decoration: underline;
}
.module-skills-section {
  max-width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .module-skills-section {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .module-skills-section {
    margin-bottom: 48px;
  }
}
.module-skills {
  background-color: #4B4A4F;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 24px 20px;
  border-radius: 8px;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .module-skills {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 24px;
  }
}
@media screen and (min-width: 1340px) {
  .module-skills {
    margin: 0;
  }
}
.module-skills .module-skills-title {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .module-skills .module-skills-title {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
.module-skills-list {
  display: grid;
  gap: 16px;
  color: #0F0B14;
}
.module-skills-list-item {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 12px;
  color: #C3BBC7;
}
.module-skills-list-item .fa {
  color: #00BA96;
}
.module-skills-more-skills-list {
  padding-top: 16px;
}
.module-skills .module-skills-btn {
  display: inline-block;
  padding: 24px 32px 0 0;
  font-weight: 600;
}
.module-skills .module-skills-btn.show-more-btn:after,
.module-skills .module-skills-btn.hide-btn:after {
  font-family: 'FontAwesome';
  position: relative;
  bottom: 1px;
  padding-left: 12px;
}
.module-skills .module-skills-btn.show-more-btn:after {
  content: '\f078';
}
.module-skills .module-skills-btn.hide-btn:after {
  content: '\f077';
}
.sticky-section-wrapper {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-color: #252328;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.14), 0px -3px 4px rgba(0, 0, 0, 0.12), 0px -1px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.95;
  z-index: 9995;
  min-height: unset;
}
@media (min-width: 768px) {
  .sticky-section-wrapper {
    padding: 24px 18px;
  }
}
@media screen and (min-width: 1320px) {
  .sticky-section-wrapper {
    display: none;
  }
}
.sticky-section-wrapper .sticky-section {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .sticky-section-wrapper .sticky-section {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
}
.sticky-section-wrapper .sticky-section-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 12px;
  text-align: left;
  color: #FFF;
}
@media (min-width: 576px) {
  .sticky-section-wrapper .sticky-section-title {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .sticky-section-wrapper .sticky-section-title {
    padding: 0 24px 0 0;
  }
}
.sticky-section-wrapper .sticky-button-container .sticky-btn {
  display: inline-flex;
  justify-content: center;
  line-height: 18px;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .sticky-section-wrapper .sticky-button-container .sticky-btn {
    margin: 0;
  }
}
.module-card-section {
  display: none;
  grid-row: 1;
  grid-column: 2;
  align-self: baseline;
  width: 374px;
  position: sticky;
  right: 20px;
  top: 100px;
  z-index: 1;
  border-radius: 8px;
  margin: 68px 0 4px;
}
@media (min-width: 992px) {
  .module-card-section {
    display: block;
  }
}
.module-card {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background-color: #252328;
  display: none;
}
.module-card-header .module-card-header-title {
  background-color: #4B4A4F;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.module-card-header .module-card-header-hidden-title-wrapper {
  opacity: 0;
  max-height: 0;
}
.module-card-main {
  display: grid;
  gap: 12px;
  padding: 24px;
  color: #0F0B14;
  background-color: #18151C;
}
.module-card-main-content {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: center;
  line-height: normal;
}
.module-card-main-content-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #FFF;
}
.module-card-main-btn-wrapper {
  display: flex;
  margin-top: 12px;
}
.module-card .module-card-btn {
  flex: 1;
  text-align: center;
  line-height: 18px;
}
.module-card-footer {
  display: grid;
  gap: 1px;
  color: #0F0B14;
}
.module-card-footer-education-info {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  background: #4B4A4F;
  align-items: center;
  gap: 12px;
}
@media (min-width: 992px) {
  .module-card-footer-education-info {
    background: #4B4A4F;
  }
}
.module-card-footer-education-info-type {
  display: flex;
  align-items: center;
}
.module-card-footer-education-info-type-img {
  padding-right: 12px;
}
.module-card-footer-education-info-type-img-discount,
.module-card-footer-education-info-type-img-installments {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.module-card-footer-education-info-type-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'LatoBold', sans-serif;
  color: #FFF;
}
.module-card-footer-education-info-type-installments {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'LatoBold', sans-serif;
  color: #FFF;
}
.module-card-footer-education-info-type-original-price {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'LatoBold', sans-serif;
  color: #FFF;
}
.module-card-footer-education-info-type-original-price-discount {
  margin-left: 8px;
  color: #FC4C50;
  text-decoration: none;
  display: inline-block;
}
.module-card-footer-education-info-price {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  font-family: 'LatoBold', sans-serif;
  color: #FFF;
  text-align: end;
  display: grid;
}
@media screen and (min-width: 460px) {
  .module-card-footer-education-info-price {
    display: block;
  }
}
@media (min-width: 992px) {
  .module-card-footer-education-info-price {
    display: grid;
  }
}
.module-card-footer-education-info-price .prices-divider {
  display: none;
}
@media screen and (min-width: 460px) {
  .module-card-footer-education-info-price .prices-divider {
    display: initial;
  }
}
.module-card-footer-education-info-price-installments {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'LatoBold', sans-serif;
  color: #FFF;
  text-align: end;
  display: grid;
}
.module-trainers-section {
  margin: 0 20px 24px;
}
@media (min-width: 768px) {
  .module-trainers-section {
    margin: 0 20px 32px;
  }
}
@media (min-width: 992px) {
  .module-trainers-section {
    margin: 0 20px 48px;
  }
}
@media screen and (min-width: 1340px) {
  .module-trainers-section {
    margin: 0 0 48px;
  }
}
.module-trainers {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .module-trainers {
    display: grid;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .module-trainers.two-trainers {
    grid-template-columns: repeat(2, 1fr);
  }
}
.module-trainers-section {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .module-trainers-section {
    margin-top: unset;
  }
}
.module-trainer {
  display: grid;
  grid-template-rows: min-content 1fr;
  gap: 16px;
  position: relative;
  padding: 24px;
  background-color: #4B4A4F;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .module-trainer {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    height: 398px;
    gap: 18px;
    padding: 70px 24px 24px;
    margin-top: 48px;
    border-radius: 8px;
  }
}
.module-trainer-info {
  display: grid;
  grid-template: repeat(5, min-content) / max-content 1fr;
  gap: 8px 14px;
  color: #FFF;
}
@media (min-width: 768px) {
  .module-trainer-info {
    grid-template: repeat(3, min-content) / auto;
    justify-items: center;
    gap: 8px;
  }
}
.module-trainer-info-img-container {
  grid-row: 1 / span 5;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 96px;
  max-height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .module-trainer-info-img-container {
    grid-row: unset;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
.module-trainer-info-img {
  width: 100%;
}
.module-trainer-info .module-trainer-info-name {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
.module-trainer-info .module-trainer-info-role {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #00BA96;
}
.module-trainer-description {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  /*max-height: 220px;*/
  color: #C3BBC7;
}
.module-trainer .see-more,
.module-trainer .see-less {
  color: #00BA96;
  font-weight: 600;
}
.module-single-trainer-info {
  padding: 24px;
}
@media (min-width: 768px) {
  .module-single-trainer-info {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    grid-template: repeat(4, min-content) / max-content 1fr;
    gap: 8px 24px;
    justify-items: left;
    border-radius: 8px;
    margin-bottom: 4px;
    background-color: #4B4A4F;
  }
}
.module-single-trainer-info-img-container {
  grid-row: 1 / span 4;
}
@media (min-width: 768px) {
  .module-single-trainer-info-img-container {
    grid-row: 1 / span 3;
    position: static;
    transform: none;
  }
}
.module-single-trainer-info .module-single-trainer-description {
  grid-row: 5;
  grid-column: 1 / span 2;
  padding-top: 8px;
  color: #C3BBC7;
}
@media (min-width: 768px) {
  .module-single-trainer-info .module-single-trainer-description {
    padding-top: 0;
    grid-row: 3 / span 2;
    grid-column: unset;
  }
}
.module-trainers-as-slider {
  max-width: 870px;
  /*@media @for-tablets {
        max-width: 740px;
    }*/
  /*@media @for-desktop-small {
        max-width: 590px;
    }*/
}
@media screen and (min-width: 1320px) {
  .module-trainers-as-slider {
    max-width: 870px;
  }
}
.module-trainers-as-slider .slick-track {
  display: flex;
}
.module-trainers-as-slider .slick-prev,
.module-trainers-as-slider .slick-next {
  top: 54.5%;
}
.module-trainers-as-slider .slick-next {
  right: -8px;
}
@media (min-width: 992px) {
  .module-trainers-as-slider .slick-next {
    right: -24px;
  }
}
.module-trainers-as-slider .module-trainer-wrapper {
  height: unset;
  margin-bottom: 4px;
}
.module-trainers-as-slider .module-trainer {
  margin: 0;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .module-trainers-as-slider .module-trainer {
    max-width: 412px;
    margin: 48px 18px 4px 6px;
  }
}
@media (min-width: 992px) {
  .module-trainers-as-slider .module-trainer {
    max-width: unset;
    margin-right: auto;
  }
}
@media screen and (min-width: 1320px) {
  .module-trainers-as-slider .module-trainer {
    max-width: 412px;
  }
}
.module-trainers-as-slider .module-trainer-description {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .module-trainers-as-slider .module-trainer-description {
    padding-top: 0;
  }
}
