body {
  font-family: 'Nunito', sans-serif;
}
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sports-clubs .img-cover {
  object-position: center 36%;
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: black;
}

@media (max-width: 767.98px) {
  .page-wrapper {
    background-color: #f4f0f1;
  }
  .page-wrapper.corporate {
    background-color: #ede2dc;
  }
  .page-wrapper.login .order-0.order-md-1 {
    background-image: url("../images/bg-home-mobile.png");
    background-position: bottom;
    background-size: cover;
    padding-bottom: 2rem;
  }
  .corporate.page-wrapper.login .order-0.order-md-1 {
    background-image: url("../images/bg-corporate-mobile.png");
  }
}
@media (min-width: 768px) {
  .page-wrapper.login {
    background-image: url("../images/bg-home.jpg");
    background-position: center;
    background-size: cover;
  }
  .corporate.page-wrapper.login {
    background-image: url("../images/bg-corporate.jpg");
  }
}

/* bootstrap overrides */
.container-fluid {
  max-width: 1440px;
}
.form-label {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375;
  color: #1C1E52;
}
.form-control,
.form-control::placeholder {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: .875rem;
  line-height: 1.143;
  color: #757575;
}
.form-control:focus {
	color: #757575;
	background-color: transparent;
	border-color: #757575;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(117,117,117,.25);
}
.form-control {
  background-color: transparent;
  border-color: #757575;
  padding: 1.0625rem 1.25rem;
}
.form-check-input {
	width: .9375rem;
	height: .9375rem;
	vertical-align: top;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 2px solid #1c1e52;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check-input[type="checkbox"] {
	border-radius: 50%;
}
.form-check-input:checked {
	background-color: #1c1e52;
	border-color: #1c1e52;
}
.form-check-input:focus {
	border-color: #1c1e52;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(117,117,117,.25);
}
/* // bootstrap overrides */

.login-footer .img-fluid {
  width: 15rem;
}
.login-title {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3636;
  color: #1A202C;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.login-title span {
  color: #2BAD70;
}
.corporate .login-title {
  width: auto;
  text-align: center;
  color: #ab3b61;
}
.corporate .login-title span {
  color: #123d6a;
}
.login-col {
  max-width: 28.5rem;
}
.login-form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.36667;
  text-align: center;
  color: #1A202C;
}
.home-rounded {
  max-height: 66vh;
  border-radius: 1.25rem;
}
.btn-submit {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  background: #3CEB97;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.login-footer {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.login > .container-fluid {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.header {
  position: relative;
  padding-top: 6.9375rem;
  padding-bottom: 42px;
  overflow: hidden;
}
.page-img {
  width: 102%;
  height: calc(100% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page-titlebox {
  width: 29.6875rem;
  max-width: 100%;
  background-color: #F7FAFC;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  border-radius: .3125rem;
  padding: 2.25rem 3.25rem;
  position: relative;
  z-index: 2;
}
.page-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.36667;
  text-align: center;
  color: #1C1E52;
}
.page-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  text-align: center;
}
.lesson-wrapper {
  max-width: 69.375rem;
}
.lesson-nav {
  padding-left: 0;
}
.lesson-nav li {
  list-style: none;
  display: inline-block;
  margin-right: 3.125rem;
}
.lesson-nav a {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375;
  color: #1C1E52;
  text-decoration: none;
}
.lesson-nav a.active {
  font-weight: 700;
}
.lesson-nav .tablink {
  cursor: pointer;
}
.lesson-nav .tablink:hover {
  opacity: 0.9;
}
.lesson-logout {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  color: #E74124;
  text-decoration: none;
}
.materials-wrapper {
  background-color: #f4f0f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-green .materials-detail-wrapper,
.page-peach .materials-detail-wrapper,
.page-blue .materials-detail-wrapper {
  background-color: #f4f0f1;
}
.intro {
  text-align: justify;
  -webkit-box-shadow: 0px .5em .75em .3125em rgba(0,0,0,0.15);
  box-shadow: 0px .5em .75em .3125em rgba(0,0,0,0.15);
  padding: 3rem;
}
.materials-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.35;
  text-align: right;
  color: #1C1E52;
  padding: 12px 30px;
  margin: 0;
}
.materials-detail-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 36px 20px;
}
.materials-detail-wrapper {
	display: none;
}

.materials-detail-wrapper.active {
	display: flex;
}
.materials-detail {
  width: 100%;
  max-width: 21.875rem;
  background-color: #F7FAFC;
  border-radius: 5px;
  padding: 14px;
  margin-bottom: 45px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.materials-detail h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
  margin: 0 0 13px;
}
.materials-detail p,
.materials-detail a {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  color: #858585;
  margin: 0 0 7px;
}
.materials-detail p strong,
.materials-detail a strong {
  font-style: normal;
  font-weight: 700;
  color: #1C1E52;
}
.materials-detail p img,
.materials-detail a img {
  margin-right: 1.875rem;
}
.materials-video-wrapper {
  max-width: 15.25rem;
  margin: auto;
}
.materials-detail-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.materials-detail p.descr {
  color: #212529;
}
footer {
  width: 100%;
  background-color: #F3F0F0;
  margin-top: 2rem;
}
footer .lesson-wrapper {
  margin-left: auto;
  margin-right: auto;
}
footer p {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.375;
  color: #000000;
}
@media (max-width: 767.98px) {
  footer .img-fluid {
  	max-width: calc(100% / 3 * 2);
  	max-height: 180px;
  	width: auto !important;
  }
  .lesson-wrapper .align-items-baseline {
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
  .lesson-nav {
  	display: flex;
    flex-direction: column;
    order: 2;
    padding: 0;
    background-color: #f4f0f1;
    position: absolute;
    top: calc(100% - .5rem);
    left: calc(var(--bs-gutter-x)/ 2);
    right: calc(var(--bs-gutter-x)/ 2);
    transition: .4s all ease-in-out;
    -webkit-box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.50);
    -o-box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.50);
  }
  .lesson-nav li {
    margin: 0;
  }
  .lesson-nav li:first-child {
    margin-top: .5rem;
  }
  .lesson-nav li:last-child {
    margin-bottom: .5rem;
  }
  .lesson-nav a {
    display: block;
    padding: .5rem 1rem;
  }
  .collapse-lesson {
    min-width: 6rem;
    color: #1C1E52;
  }
}
@media (min-width: 768px) {
  footer .img-fluid {
    width: auto !important;
    max-height: 180px;
  }
  .login-title {
    font-size: 2.75rem;
  }
}

/* custom video */
.custom-video, .custom-audio {
  margin-bottom: calc(2.375rem + 4px);
}
.video-js .vjs-big-play-button {
	font-size: 6rem;
	line-height: 1;
	height: 4rem;
	width: 4rem;
	top: calc(50% - 2rem);
	left: calc(50% - 2rem);
	padding: 0;
	border: none;
	background-color: transparent;
	border-radius: 0;
	transition: all 0.4s;
}
.video-js .vjs-big-play-button {
	font-size: 4rem;
	line-height: 1;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.48);
	border: none;
	background-color: transparent;
	transition: all 0s;
}
.video-js .vjs-control-bar {
	top: calc(100% + 4px);
	height: 2.375rem;
  color: #1d1f52;
  border-radius: 5px;
}
.vjs-button > .vjs-icon-placeholder::before {
	font-size: 1.5rem;
	line-height: 2.375rem;
}
.video-js .vjs-time-control {
	font-size: .75rem;
	line-height: 2.375rem;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
	height: 2.375rem;
}
.video-js .vjs-volume-bar {
	margin: calc(2.375rem / 2 - .15em) 0.45em;
}
.video-js .vjs-control-bar {
	display: flex;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
}
.custom-video .vjs-remaining-time.vjs-time-control {
  display: none;
}
.custom-audio.video-js {
  background-color: transparent;
}
.custom-audio.video-js .vjs-progress-control {
  width: 100%;
  position: absolute;
  bottom: calc(100% + 1rem);
}
.custom-audio.video-js .vjs-big-play-button {
  display: none;
}
.custom-audio.video-js .vjs-slider,
.custom-audio.video-js .vjs-play-progress,
.custom-audio.video-js .vjs-load-progress,
.custom-audio.video-js .vjs-load-progress div {
  border-radius: 1rem;
}
.custom-audio.video-js .vjs-progress-holder {
	height: .5rem;
}
.custom-audio.video-js .vjs-play-progress::before,
.custom-audio.video-js .vjs-fullscreen-control {
  display: none;
}
.custom-audio.video-js .vjs-time-control {
  margin-left: auto;
}
.glt-CTA-btn-LDV,
.glt-CTA-btn-IMM {
  text-align: center;
  max-width: 340px;
  border-radius: 12px;
  padding: 12px 12px;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin: auto;
}
.glt-CTA-btn-LDV a,
.glt-CTA-btn-IMM a {
  color: white;
  text-decoration: none;
}
.glt-CTA-btn-LDV:hover,
.glt-CTA-btn-IMM:hover {
  opacity: 0.9;
}
.glt-CTA-btn-LDV {
  background-color: #da6601;
}
.glt-CTA-btn-IMM {
  background-color: #00b34b;
}
@media (min-width: 720px) {
  .materials-detail {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .header::before {
    content: "";
    clip-path: ellipse(75% 33% at 50% 50%);
    width: 50%;
    height: 100%;
    background-color: white;
    position: absolute;
    display: block;
    z-index: 1;
    top: 50%;
    left: -2%;
    transform: rotate(8deg);
  }
  .page-img {
    border-bottom-right-radius: 50%;
  }
}
@media (min-width: 1024px) {
  .login .container-fluid {
    padding-left: 5rem;
  }
  .login-col {
    padding-left: 2.5rem;
  }
  .materials-detail-wrapper {
    padding: 36px calc(15% - 5rem) 86px;
  }
}
@media (min-width: 1127px) {
  .materials-detail {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .login .container-fluid {
    padding-left: 10.375rem;
  }
  .login-col {
    padding-left: 5.875rem;
  }
}
