@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Quicksand:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "British Council Sans";
  src: url("../fonts/BritishCouncilSansW08-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "British Council Sans";
  src: url("../fonts/BritishCouncilSansW08-It.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "British Council Sans";
  src: url("../fonts/BritishCouncilSansW08-Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "British Council Sans";
  src: url("../fonts/BritishCouncilSansW08-Lt.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Manrope", sans-serif;
  color: rgb(34, 34, 34);
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #23085a;
  line-height: 1.5em;
  font-weight: 700;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p {
  font-size: 1em;
}

a {
  color: rgb(34, 34, 34);
}

img {
  display: inline-block;
  width: auto;
  height: auto;
}

form {
  font-size: 1em;
}

blockquote {
  padding: 0.5em 1em;
  border-left: 5px solid #5EBDB0;
  font-size: 1.4em;
  line-height: 2em;
}

.bc-button {
  min-width: 120px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 162, 198, 0.5)), color-stop(40%, rgba(244, 162, 198, 0.5)), color-stop(60%, #23085a), to(#23085a));
  background-image: linear-gradient(90deg, rgba(244, 162, 198, 0.5) 0%, rgba(244, 162, 198, 0.5) 40%, #23085a 60%, #23085a 100%);
  background-size: 300%;
  background-position: 0% 100%;
}
.bc-button:hover {
  background-position: 100% 100%;
  color: #fff;
}

.bc-button-light {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  background-color: #5EBDB0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bc-button-light:hover {
  background-color: #fff;
  color: #23085a;
}

.bc-button-title {
  font-weight: 400;
  text-align: center;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bc-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bc-1-column {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.bc-2-column {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .bc-2-column {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

.bc-3-column {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .bc-3-column {
    grid-template-columns: 1fr;
  }
}

.bc-4-column {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .bc-4-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .bc-4-column {
    grid-template-columns: 1fr;
  }
}

.bc-title-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #23085a;
  font-weight: 700;
}

.bc-see-all {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}
.bc-see-all::after {
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-left: 10px;
  font-weight: 900;
  content: "\f061";
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-see-all:hover {
  color: #5EBDB0;
}
.bc-see-all:hover::after {
  margin-left: 20px;
}

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

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

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

#main-wrap {
  padding-top: 2rem;
  -webkit-box-shadow: 0 -1px 0 0 rgba(34, 34, 34, 0.2);
          box-shadow: 0 -1px 0 0 rgba(34, 34, 34, 0.2);
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}
@media screen and (max-width: 767px) {
  #main-wrap {
    padding-top: 1rem;
  }
}

#section-title {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-end: 1;
  grid-row-start: 1;
}
@media screen and (max-width: 767px) {
  #section-title {
    grid-column-end: 3;
  }
}

#see-all {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  justify-self: end;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #see-all {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-self: start;
  }
}

#section-title-course {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media screen and (max-width: 991px) {
  #section-title-course {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

#main-wrap-course {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}
@media screen and (max-width: 991px) {
  #main-wrap-course {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 3;
  }
}

#course-description {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media screen and (max-width: 991px) {
  #course-description {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}

#see-all-course {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  justify-self: start;
  align-self: flex-end;
}
@media screen and (max-width: 991px) {
  #see-all-course {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 4;
    justify-self: start;
  }
}

.hide {
  display: none;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-pagination-next,
.w-pagination-previous {
  margin-top: 1.5rem;
  display: block;
  padding: 0.5em 1em;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 100px;
}

.w-pagination-previous {
  margin-right: 10px;
}

.w-pagination-next-icon {
  display: none;
  margin-left: 4px;
}

.w-pagination-previous-icon {
  display: none;
  margin-right: 4px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  -webkit-box-shadow: 0px 0px 3px 1px #3898ec;
          box-shadow: 0px 0px 3px 1px #3898ec;
}

.bc-comingsoon {
  background-color: #f7f8ff;
  padding: 0.5em 1.2em;
  width: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#cookie-law-info-bar {
  font-size: 15px;
  margin: 0 auto;
  padding: 12px 10px;
  position: absolute;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  display: none;
  left: 0px;
  font-weight: 300;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
          box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
  background-image: linear-gradient(165deg, rgba(244, 162, 198, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
}
#cookie-law-info-bar span {
  vertical-align: middle;
}

.cli-bar-container {
  float: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.cli-bar-btn_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.cli-bar-btn_container a {
  white-space: nowrap;
}

.cli-style-v2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}
.cli-style-v2 a {
  cursor: pointer;
}
.cli-style-v2 .cli-bar-message {
  margin-right: 1em;
  text-align: left;
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
  padding: 0.6rem 1.2rem;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button:hover,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link:hover,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button:hover {
  opacity: 0.9 !important;
}

.gdpr-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.gdpr-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gdpr-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.gdpr-col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.gdpr-align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.gdpr-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.gdpr-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-open {
  overflow: hidden;
}

.modal-open .gdpr-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.gdpr-modal.fade .gdpr-modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.gdpr-modal.show .gdpr-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1039;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.gdpr-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.gdpr-modal a {
  text-decoration: none;
}

.gdpr-modal .gdpr-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .gdpr-modal .gdpr-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 992px) {
  .gdpr-modal .gdpr-modal-dialog {
    max-width: 900px;
  }
}
.gdpr-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.gdpr-modal .row {
  margin: 0 -15px;
}

.gdpr-modal .modal-body {
  padding: 0;
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.gdpr-modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.gdpr-modal .close:focus {
  outline: 0;
}

.gdpr-switch {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 70px;
  font-size: 14px;
}

.gdpr-switch input[type=checkbox] {
  display: none;
}

.gdpr-switch .gdpr-slider {
  background-color: #e3e1e8;
  height: 24px;
  width: 50px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gdpr-switch .gdpr-slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 20px;
}

.gdpr-switch input:checked + .gdpr-slider {
  background-color: rgb(99, 179, 95);
}

.gdpr-switch input:checked + .gdpr-slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

.gdpr-switch .gdpr-slider {
  border-radius: 34px;
}

.gdpr-switch .gdpr-slider:before {
  border-radius: 50%;
}

.gdpr-tab-content > .gdpr-tab-pane {
  display: none;
}

.gdpr-tab-content > .active {
  display: block;
}

.gdpr-fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.gdpr-nav-pills {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -ms-align-items: stretch !important;
}

.nav.gdpr-nav-pills, .gdpr-tab-content {
  width: 100%;
  padding: 30px;
}

.nav.gdpr-nav-pills {
  background: #f3f3f3;
}

.nav.gdpr-nav-pills .gdpr-nav-link {
  border: 1px solid #0070ad;
  margin-bottom: 10px;
  color: #0070ad;
  font-size: 14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show > .gdpr-nav-link {
  background-color: #0070ad;
  border: 1px solid #0070ad;
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
  color: #ffffff;
}

.gdpr-tab-content .gdpr-button-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
  background-color: #0070ad;
  border-color: #0070ad;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.gdpr-tab-content p {
  color: #343438;
  font-size: 14px;
  margin-top: 0;
}

.gdpr-tab-content h4 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.cli-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cli-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cli-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cli-col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.cli-align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.cli-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.cli-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.cli-btn {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.cli-read-more-link {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.cli-btn:focus {
  outline: 0;
}

.cli-modal-backdrop.cli-show {
  opacity: 0.8;
}

.cli-modal-open {
  overflow: hidden;
}

.cli-barmodal-open {
  overflow: hidden;
}

.cli-modal-open .cli-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.cli-modal.cli-fade .cli-modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.cli-modal.cli-show .cli-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cli-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: none;
}

.cli-modal-backdrop.cli-fade {
  opacity: 0;
}

.cli-modal-backdrop.cli-show {
  opacity: 0.5;
  display: block;
}

.cli-modal.cli-show {
  display: block;
}

.cli-modal a {
  text-decoration: none;
}

.cli-modal .cli-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .cli-modal .cli-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 992px) {
  .cli-modal .cli-modal-dialog {
    max-width: 900px;
  }
}
.cli-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.cli-modal .row {
  margin: 0 -15px;
}

.cli-modal .modal-body {
  padding: 0;
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.cli-modal .cli-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding: 0;
  background-color: transparent !important;
  border: 0;
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.cli-modal .cli-modal-close:focus {
  outline: 0;
}

.cli-switch {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 70px;
  font-size: 14px;
}

.cli-switch input[type=checkbox] {
  display: none;
}

.cli-switch .cli-slider {
  background-color: #e3e1e8;
  height: 24px;
  width: 50px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cli-switch .cli-slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 20px;
}

.cli-switch input:checked + .cli-slider {
  background-color: #00acad;
}

.cli-switch input:checked + .cli-slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

.cli-switch .cli-slider {
  border-radius: 34px;
}

.cli-switch .cli-slider:before {
  border-radius: 50%;
}

.cli-tab-content {
  background: #ffffff;
}

.cli-tab-content > .cli-active {
  display: block;
}

.cli-fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.cli-nav-pills {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cli-nav-pills, .cli-tab-content {
  width: 100%;
  padding: 30px;
}

@media (max-width: 767px) {
  .cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
  }
}
.cli-nav-pills {
  background: #f3f3f3;
}

.cli-nav-pills .cli-nav-link {
  border: 1px solid #00acad;
  margin-bottom: 10px;
  color: #00acad;
  font-size: 14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show > .cli-nav-link {
  background-color: #00acad;
  border: 1px solid #00acad;
}

.cli-nav-pills .cli-nav-link.cli-active {
  color: #ffffff;
}

.cli-tab-content .cli-button-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}

.cli-tab-content p {
  color: #343438;
  font-size: 14px;
  margin-top: 0;
}

.cli-tab-content h4 {
  font-size: 20px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* Settings Popup */
.cli-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cli-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cli-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cli-col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cli-align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.cli-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.cli-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.cli-btn {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.cli-read-more-link {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.cli-btn:focus {
  outline: 0;
}

.cli-modal-backdrop.cli-show {
  opacity: 0.8;
}

.cli-modal-open {
  overflow: hidden;
}

.cli-barmodal-open {
  overflow: hidden;
}

.cli-modal-open .cli-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.cli-modal.cli-fade .cli-modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.cli-modal.cli-show .cli-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cli-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity ease-in-out 0.5s;
  transition: opacity ease-in-out 0.5s;
}

.cli-modal-backdrop.cli-fade {
  opacity: 0;
}

.cli-modal-backdrop.cli-show {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cli-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
  outline: 0;
}

.cli-modal a {
  text-decoration: none;
}

.cli-modal .cli-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .cli-modal .cli-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
  }
}
.cli-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

.cli-modal .row {
  margin: 0 -15px;
}

.cli-modal .modal-body {
  padding: 0;
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.cli-modal .cli-modal-close:focus {
  outline: 0;
}

.cli-switch {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 38px;
  font-size: 14px;
}

.cli-switch input[type=checkbox] {
  display: none;
}

.cli-switch .cli-slider {
  background-color: #e3e1e8;
  height: 20px;
  width: 38px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cli-switch .cli-slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 15px;
  left: 3px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 15px;
}

.cli-switch input:checked + .cli-slider {
  background-color: #61a229;
}

.cli-switch input:checked + .cli-slider:before {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}

.cli-switch .cli-slider {
  border-radius: 34px;
  font-size: 0;
}

.cli-switch .cli-slider:before {
  border-radius: 50%;
}

.cli-tab-content {
  background: #ffffff;
}

.cli-nav-pills {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.cli-nav-pills, .cli-tab-content {
  width: 100%;
  padding: 5px 30px 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
  }
}
.cli-nav-pills {
  background: #fff;
}

.cli-nav-pills .cli-nav-link {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  color: #2a2a2a;
  font-size: 14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show > .cli-nav-link {
  background-color: #f6f6f9;
  border: 1px solid #cccccc;
}

.cli-nav-pills .cli-nav-link.cli-active {
  color: #2a2a2a;
}

.cli-tab-content .cli-button-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d6d6d6;
}

.cli-tab-content p {
  color: #343438;
  font-size: 14px;
  margin-top: 0;
}

.cli-tab-content h4 {
  font-size: 20px;
  margin-bottom: 1.5rem;
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills, #cookie-law-info-bar .cli-tab-content, #cookie-law-info-bar .cli-nav-pills .cli-show > .cli-nav-link, #cookie-law-info-bar a.cli-nav-link.cli-active {
  background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active, #cookie-law-info-bar .cli-nav-link, #cookie-law-info-bar .cli-tab-container p, #cookie-law-info-bar span.cli-necessary-caption, #cookie-law-info-bar .cli-switch .cli-slider:after {
  color: inherit;
}

#cookie-law-info-bar .cli-tab-header a:before {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

#cookie-law-info-bar .cli-row {
  margin-top: 20px;
}

#cookie-law-info-bar .cli-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

#cookie-law-info-bar .cli-col-8 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.cli-wrapper {
  max-width: 90%;
  float: none;
  margin: 0 auto;
}

#cookie-law-info-bar .cli-tab-content h4 {
  margin-bottom: 0.5rem;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
  padding: 0.2rem 0.5rem;
}

#cookie-law-info-bar .cli-tab-container {
  display: none;
  text-align: left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
  background-color: #00acad;
  padding: 10px 15px;
  text-decoration: none;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #e2d6f6;
  color: #23085a;
  border-radius: 10px;
  padding: 0.6em 1.2em;
  letter-spacing: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  opacity: 1 !important;
  background-color: #23085a;
  color: white;
}

.cli-tab-footer {
  width: 100%;
  text-align: right;
  padding: 20px 0;
}

/* version 2.0 */
.cli-col-12 {
  width: 100%;
}

.cli-tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cli-tab-header a:before {
  width: 10px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}

.cli-tab-header a:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: calc(50% - 5px);
  -webkit-transform: none;
  transform: none;
}

.cli-tab-header a:before {
  width: 7px;
  height: 7px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  content: " ";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: 10px;
}

.cli-tab-header a.cli-nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cli-tab-header {
  border-radius: 5px;
  padding: 12px 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
  background-color: #f2f2f2;
}

.cli-modal .cli-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  padding: 10px;
  background: transparent;
  border: none;
  min-width: 40px;
}

.cli-tab-container h4, .cli-tab-container h1 {
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  margin: 10px 0;
}

#cliSettingsPopup .cli-tab-section-container {
  padding-top: 12px;
}

.cli-tab-container p,
.cli-privacy-content-text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
  padding: 0;
  color: #000;
}

.wt-cli-privacy {
  display: none;
}

.cli-tab-content {
  display: none;
}

.cli-tab-section .cli-tab-content {
  padding: 10px 20px 5px 20px;
}

.cli-tab-section {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .cli-modal .cli-modal-dialog {
    max-width: 645px;
  }
}
.cli-switch .cli-slider:after {
  content: attr(data-cli-disable);
  position: absolute;
  right: 50px;
  color: #000;
  font-size: 12px;
  text-align: right;
  min-width: 80px;
}

.cli-switch input:checked + .cli-slider:after {
  content: attr(data-cli-enable);
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
  max-height: 60px;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

a.cli-privacy-readmore {
  font-size: 12px;
  margin-top: 12px;
  display: inline-block;
  padding-bottom: 0;
  cursor: pointer;
  color: #000;
  text-decoration: underline;
}

.cli-modal-footer {
  position: relative;
}

a.cli-privacy-readmore:before {
  content: attr(data-readmore-text);
}

.cli-collapsed a.cli-privacy-readmore:before {
  content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content {
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.cli-privacy-content p {
  margin-bottom: 0;
}

.cli-modal-close svg {
  fill: #000;
}

span.cli-necessary-caption {
  color: #000;
  font-size: 12px;
}

.cli-tab-section.cli-privacy-tab {
  display: none;
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
  display: block;
}

#cookie-law-info-bar .cli-privacy-overview {
  display: none;
}

.cli-tab-container .cli-row {
  max-height: 500px;
  overflow-y: auto;
}

.cli-modal.cli-blowup.cli-out {
  z-index: -1;
}

.cli-modal.cli-blowup {
  z-index: 999999;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cli-modal.cli-blowup .cli-modal-dialog {
  -webkit-animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
  -webkit-animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@-webkit-keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
  font-size: 12px;
}

.cli_settings_button {
  cursor: pointer;
}

/* Accessibility Fix */
.wt-cli-sr-only {
  display: none;
  font-size: 16px;
}

/* Changes for CCPA 
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
  text-decoration: none;
  color: #333333;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

/* GDPR Bar Version 2 */
.cli-style-v2 .cli-plugin-main-link {
  font-weight: inherit;
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-container, #cookie-law-info-bar[data-cli-type=popup] .cli-bar-container {
  display: block;
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-message, #cookie-law-info-bar[data-cli-type=popup] .cli-bar-message {
  width: 100%;
}

#cookie-law-info-bar[data-cli-type=widget] .cli-style-v2 .cli-bar-btn_container {
  margin-top: 8px;
  margin-left: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
    text-align: center;
} */
#cookie-law-info-bar[data-cli-type=popup] .cli-style-v2 .cli-bar-btn_container {
  margin-top: 8px;
  margin-left: 0px;
}

#cookie-law-info-bar[data-cli-style=cli-style-v2] .cli_messagebar_head {
  text-align: left;
  /* padding-left: 15px; */
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 16px;
}

/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
    padding-left: 0px;
    padding-right: 0px;
} */
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element, .cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
  margin-top: 5px;
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
  margin-left: 5px;
}

.wt-cli-ccpa-checkbox label {
  font-size: inherit;
  cursor: pointer;
  margin: 0px 0px 0px 5px;
}

/* .cli-bar-container.cli-style-v2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style=cli-style-v2] {
  padding: 14px 25px;
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget] {
  padding: 32px 30px;
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
  padding: 32px 45px;
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
  text-decoration: underline;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 5px;
  margin-bottom: 5px;
}

a.wt-cli-ccpa-opt-out {
  white-space: nowrap;
  text-decoration: underline;
}

.wt-cli-necessary-checkbox {
  display: none !important;
}

@media (max-width: 985px) {
  .cli-style-v2 .cli-bar-message {
    width: 100%;
  }
  .cli-style-v2.cli-bar-container {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cli-style-v2 .cli-bar-btn_container {
    margin-left: 0px;
    margin-top: 10px;
  }
  #cookie-law-info-bar[data-cli-style=cli-style-v2], #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget], #cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=popup] {
    padding: 25px 25px;
  }
}
/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9px;
  color: #111111;
  font-weight: normal;
}

.wt-cli-ckyes-brand-logo img {
  width: 65px;
  margin-left: 2px;
}

.wt-cli-privacy-overview-actions {
  padding-bottom: 0;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  .cli-style-v2 .cli-bar-btn_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
  color: #000;
}

#cookie-law-info-again {
  font-size: 10pt;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  -webkit-box-shadow: #161616 2px 2px 5px 2px;
          box-shadow: #161616 2px 2px 5px 2px;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
  display: inline-block;
  padding: 9px 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  text-decoration: none;
}

.cli-plugin-main-link {
  margin-left: 0px;
  font-weight: 550;
  text-decoration: underline;
}

.cli-plugin-button:hover {
  background-color: #111;
  color: #fff;
  text-decoration: none;
}

.small.cli-plugin-button, .small.cli-plugin-button:visited {
  font-size: 11px;
}

.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}

.super.cli-plugin-button, .super.cli-plugin-button:visited {
  font-size: 34px;
  padding: 8px 14px 9px;
}

.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
  background-color: #e22092;
}

.pink.cli-plugin-button:hover {
  background-color: #c81e82;
}

.green.cli-plugin-button, .green.cli-plugin-button:visited {
  background-color: #91bd09;
}

.green.cli-plugin-button:hover {
  background-color: #749a02;
}

.red.cli-plugin-button, .red.cli-plugin-button:visited {
  background-color: #e62727;
}

.red.cli-plugin-button:hover {
  background-color: #cf2525;
}

.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
  background-color: #ff5c00;
}

.orange.cli-plugin-button:hover {
  background-color: #d45500;
}

.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
  background-color: #2981e4;
}

.blue.cli-plugin-button:hover {
  background-color: #2575cf;
}

.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
  background-color: #ffb515;
}

.yellow.cli-plugin-button:hover {
  background-color: #fc9200;
}

.cli-plugin-button {
  margin-top: 5px;
}

.cli-bar-popup {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 30px;
  padding: 1.2em 2em;
}

.cli-powered_by_p {
  width: 100% !important;
  display: block !important;
  color: #333;
  clear: both;
  font-style: italic !important;
  font-size: 12px !important;
  margin-top: 15px !important;
}

.cli-powered_by_a {
  color: #333;
  font-weight: 600 !important;
  font-size: 12px !important;
}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
  text-decoration: none;
}

.cli-plugin-main-link.cli-plugin-button {
  margin-left: 5px;
}

/**
 Responsive table courtesy of Mark Wiltshire: mark@bamboorocketapps.com (thanks!)

 For more styles try: http://icant.co.uk/csstablegallery/
 ----
 Generic styles:
 Here you could e.g. customise width of column 1 and 2,
 or add a generic roll-over effect on table rows
*/
.cookielawinfo-column-1 {
  width: 25%;
}

.cookielawinfo-column-2 {
  width: 10%;
}

.cookielawinfo-column-3 {
  width: 15%;
}

.cookielawinfo-column-4 {
  width: 50%;
}

/** Simple style */
.cookielawinfo-simple thead {
  width: 100%;
}

.cookielawinfo-simple td {
  padding: 5px 5px 5px 0;
  vertical-align: top;
}

.cookielawinfo-simple thead th {
  padding-right: 10px;
  text-align: left;
}

/** Modern style */
.cookielawinfo-modern {
  border: 1px solid #e3e3e3;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.cookielawinfo-modern td, .cookielawinfo-modern th {
  padding: 5px;
  color: #333;
}

.cookielawinfo-modern thead {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: 0.2em 0 0.2em 0.5em;
  text-align: left;
  color: #4B4B4B;
  background-color: #C8C8C8;
  background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
  border-bottom: solid 1px #999;
}

.cookielawinfo-modern th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-shadow: white 1px 1px 1px;
}

.cookielawinfo-modern td {
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.cookielawinfo-modern tr.cookielawinfo-row:hover {
  background-color: #fff;
}

/** Elegant style */
.cookielawinfo-elegant {
  border: 1px solid #DFDFDF;
  background-color: #F9F9F9;
  width: 100%;
  border-radius: 3px;
  font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
  color: #333;
}

.cookielawinfo-elegant tr {
  border-top-color: white;
  border-bottom: 1px solid #DFDFDF;
  color: #555;
}

.cookielawinfo-elegant th {
  text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-weight: normal;
  padding: 7px 7px 8px;
  text-align: left;
  line-height: 1.3em;
  font-size: 14px;
}

.cookielawinfo-elegant td {
  font-size: 12px;
  padding: 4px 7px 2px;
  vertical-align: top;
}

/** Rounded style */
.cookielawinfo-rounded {
  background-color: #f5f5f5;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ebebeb;
}

.cookielawinfo-rounded td, .rounded th {
  padding: 1px 5px;
}

.cookielawinfo-rounded thead {
  text-shadow: 0 1px 0 white;
  color: #999;
}

.cookielawinfo-rounded th {
  text-align: left;
  text-transform: uppercase;
  font-size: 11pt;
  border-bottom: 1px solid #fff;
  padding: 1px 5px;
}

.cookielawinfo-rounded td {
  font-size: 10pt;
  padding: 5px;
}

.cookielawinfo-rounded tr.cookielawinfo-row:hover {
  background-color: #fff;
}

/** Classic Style */
table.cookielawinfo-classic {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
}

table.cookielawinfo-classic thead tr th {
  text-transform: uppercase;
  background: #e2e2e2;
}

table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

table.cookielawinfo-classic tfoot tr th {
  width: 20%;
}

table.cookielawinfo-classic tfoot tr td {
  width: 80%;
}

table.cookielawinfo-classic td, table.cookielawinfo-classic th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  line-height: 1.8em;
  font-size: 0.8em;
  vertical-align: top;
  width: 20%;
}

table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {
  background: #efefef;
}

/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */
table.cookielawinfo-winter {
  font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  padding: 0;
  margin: 10px 0 20px;
  border-collapse: collapse;
  color: #333;
  background: #F3F5F7;
}

table.cookielawinfo-winter a {
  color: #3A4856;
  text-decoration: none;
  border-bottom: 1px solid #C6C8CB;
}

table.cookielawinfo-winter a:visited {
  color: #777;
}

table.cookielawinfo-winter a:hover {
  color: #000;
}

table.cookielawinfo-winter caption {
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

table.cookielawinfo-winter thead th {
  background: #3A4856;
  padding: 15px 10px;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

table.cookielawinfo-winter tbody {
  border-left: 1px solid #EAECEE;
  border-right: 1px solid #EAECEE;
}

table.cookielawinfo-winter tbody {
  border-bottom: 1px solid #EAECEE;
}

table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {
  padding: 10px;
  background: url("../../images/td_back.gif") repeat-x;
  text-align: left;
}

table.cookielawinfo-winter tbody tr {
  background: #F3F5F7;
}

table.cookielawinfo-winter tbody tr.odd {
  background: #F0F2F4;
}

table.cookielawinfo-winter tbody tr:hover {
  background: #EAECEE;
  color: #111;
}

table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {
  text-align: left;
  font: 120% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  background: #fff;
  padding: 10px;
}

/** 27/05/2013: responsive table by Mark Wiltshire */
@media (max-width: 800px) {
  table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th {
    width: 23%;
    font-size: 12px;
    word-wrap: break-word;
  }
  table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4 {
    width: 45%;
  }
}
.cookielawinfo-row-cat-title {
  border-bottom: 1px solid #eee;
  text-align: center;
}

.cookielawinfo-row-cat-title-head {
  text-align: center;
}

.cookielawinfo-row-cat-table {
  width: 99%;
  margin-left: 5px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type=button],
input[type=reset] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type=search] {
  -webkit-appearance: none;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=w-icon-],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

.w-icon-file-upload-remove:before {
  content: "\e900";
}

.w-icon-file-upload-icon:before {
  content: "\e903";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-file-upload {
  display: block;
  margin-bottom: 10px;
}

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}

.w-file-upload-error {
  display: block;
  margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
          box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
          box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  display: block;
}

.w-dropdown-link.w--current {
  color: #5EBDB0;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable=true]:before,
.w-richtext[contenteditable=true]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type=video] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.w-nav[data-animation=over-left] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.w-nav[data-animation=over-right] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

.w--nav-dropdown-open {
  display: block;
}

.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 480px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.empty-state w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-hide {
  display: none !important;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

@font-face {
  font-family: "British Council Sans";
  src: url("../fonts/BritishCouncilSansW08-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "British Council Sans";
  src: url("../fonts/BritishCouncilSansW08-It.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "British Council Sans";
  src: url("../fonts/BritishCouncilSansW08-Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "British Council Sans";
  src: url("../fonts/BritishCouncilSansW08-Lt.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Manrope", sans-serif;
  color: rgb(34, 34, 34);
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #23085a;
  line-height: 1.5em;
  font-weight: 700;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

p {
  font-size: 1em;
}

a {
  color: rgb(34, 34, 34);
}

img {
  display: inline-block;
  width: auto;
  height: auto;
}

form {
  font-size: 1em;
}

blockquote {
  padding: 0.5em 1em;
  border-left: 5px solid #5EBDB0;
  font-size: 1.4em;
  line-height: 2em;
}

.bc-button {
  min-width: 120px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 162, 198, 0.5)), color-stop(40%, rgba(244, 162, 198, 0.5)), color-stop(60%, #23085a), to(#23085a));
  background-image: linear-gradient(90deg, rgba(244, 162, 198, 0.5) 0%, rgba(244, 162, 198, 0.5) 40%, #23085a 60%, #23085a 100%);
  background-size: 300%;
  background-position: 0% 100%;
}
.bc-button:hover {
  background-position: 100% 100%;
  color: #fff;
}

.bc-button-light {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  background-color: #5EBDB0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bc-button-light:hover {
  background-color: #fff;
  color: #23085a;
}

.bc-button-title {
  font-weight: 400;
  text-align: center;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bc-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bc-1-column {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.bc-2-column {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .bc-2-column {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}

.bc-3-column {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .bc-3-column {
    grid-template-columns: 1fr;
  }
}

.bc-4-column {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .bc-4-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .bc-4-column {
    grid-template-columns: 1fr;
  }
}

.bc-title-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #23085a;
  font-weight: 700;
}

.bc-see-all {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}
.bc-see-all::after {
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-left: 10px;
  font-weight: 900;
  content: "\f061";
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-see-all:hover {
  color: #5EBDB0;
}
.bc-see-all:hover::after {
  margin-left: 20px;
}

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

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

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

#main-wrap {
  padding-top: 2rem;
  -webkit-box-shadow: 0 -1px 0 0 rgba(34, 34, 34, 0.2);
          box-shadow: 0 -1px 0 0 rgba(34, 34, 34, 0.2);
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 2;
}
@media screen and (max-width: 767px) {
  #main-wrap {
    padding-top: 1rem;
  }
}

#section-title {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-end: 1;
  grid-row-start: 1;
}
@media screen and (max-width: 767px) {
  #section-title {
    grid-column-end: 3;
  }
}

#see-all {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  justify-self: end;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #see-all {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-self: start;
  }
}

#section-title-course {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media screen and (max-width: 991px) {
  #section-title-course {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

#main-wrap-course {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}
@media screen and (max-width: 991px) {
  #main-wrap-course {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 3;
  }
}

#course-description {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media screen and (max-width: 991px) {
  #course-description {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}

#see-all-course {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  justify-self: start;
  align-self: flex-end;
}
@media screen and (max-width: 991px) {
  #see-all-course {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 4;
    justify-self: start;
  }
}

.hide {
  display: none;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-pagination-next,
.w-pagination-previous {
  margin-top: 1.5rem;
  display: block;
  padding: 0.5em 1em;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-radius: 100px;
}

.w-pagination-previous {
  margin-right: 10px;
}

.w-pagination-next-icon {
  display: none;
  margin-left: 4px;
}

.w-pagination-previous-icon {
  display: none;
  margin-right: 4px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: " ";
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  -webkit-box-shadow: 0px 0px 3px 1px #3898ec;
          box-shadow: 0px 0px 3px 1px #3898ec;
}

.bc-comingsoon {
  background-color: #f7f8ff;
  padding: 0.5em 1.2em;
  width: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bc-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.bc-navbar-top {
  height: 50px;
  background-color: #23085a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bc-navbar-top {
    height: 40px;
  }
}
.bc-navbar-top .bc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bc-fixed {
  position: fixed;
  z-index: 10000;
}

.bc-navbar-bottom {
  width: 100%;
  background-color: white;
  height: 100px;
  -webkit-box-shadow: 0 1px 0 0 #dadada;
          box-shadow: 0 1px 0 0 #dadada;
}
@media screen and (max-width: 767px) {
  .bc-navbar-bottom {
    height: 80px;
  }
}
.bc-navbar-bottom .bc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bc-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}
@media screen and (max-width: 991px) {
  .bc-social-media {
    display: none;
  }
}

.bc-social-icon {
  font-size: 2em;
  display: inline-block;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #A5A5A5;
}
.bc-social-icon:hover {
  color: #5EBDB0;
}

.bc-social-icon-nav {
  font-size: 2em;
  display: inline-block;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
}
.bc-social-icon-nav:hover {
  color: #5EBDB0;
}

.bc-top-right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.bc-nav-link-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}
.bc-nav-link-top:hover {
  color: #5EBDB0;
}

.bc-nav-link-top.w--current {
  border-bottom: 3px solid #23085a;
}
.bc-nav-link-top.w--current:hover {
  color: #23085a;
}

.arrow-icon {
  position: static;
  margin-right: 0px;
  padding-left: 10px;
  color: #fff;
}

.bc-dropdown-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}
.bc-dropdown-text:hover {
  color: #5EBDB0;
}

.bc-lang-text {
  padding: 0.5em 1em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-lang-text:hover {
  background-color: #f8f8f8;
  color: #5EBDB0;
}
.bc-lang-text.current {
  color: #5EBDB0;
}

.bc-logo {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .bc-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bc-logo-image-2 {
  display: block;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .bc-logo-image-2 {
    display: none;
  }
}

.bc-logo-image-mobile {
  display: none;
  max-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .bc-logo-image-mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .bc-logo-image-mobile {
    max-height: 50px;
  }
}

.bc-middle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .bc-middle-menu {
    display: none;
  }
}

.bc-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1em;
  text-decoration: none;
}
.bc-nav-link:hover {
  border-bottom: 3px solid #5EBDB0;
  color: #5EBDB0;
}

.bc-nav-link.w--current {
  border-bottom: 3px solid #5EBDB0;
}

.bc-log-menu {
  color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .bc-log-menu {
    display: none;
  }
}

.bc-login, .bc-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bc-menu-mobile {
  position: relative;
  z-index: 10000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .bc-menu-mobile {
    left: 0%;
    right: 0%;
    bottom: auto;
  }
}

.bc-mobile-menu-container {
  margin-top: 1px;
  background-color: #fff;
}

.bc-nav-link-mobile {
  color: #23085a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}
.bc-nav-link-mobile:hover {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 4px 0px 0px 0 #65d0fd;
          box-shadow: inset 4px 0px 0px 0 #65d0fd;
}

.bc-nav-link-mobile.w--current {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 4px 0px 0px 0 #65d0fd;
          box-shadow: inset 4px 0px 0px 0 #65d0fd;
}

.bc-mobile-bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  background-color: #23085a;
}

.bc-hamburger {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background-color: #e2d6f6;
}
@media screen and (max-width: 991px) {
  .bc-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .bc-hamburger {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.bc-burgerline-1, .bc-burgerline-2, .bc-burgerline-3 {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  background-color: #23085a;
}

.bc-icon-menu {
  height: 100%;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-icon-menu:hover {
  border-bottom: 3px solid #5EBDB0;
}
.bc-icon-menu .dropdown-list {
  z-index: 100;
  position: absolute;
  margin-top: -10px;
  right: 0px;
  width: 200px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}
.bc-icon-menu .dropdown-list.w--open {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bc-nav-icon {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bc-dropdown-toggle {
  width: 20px;
  margin: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-dropdown-toggle:hover {
  color: #5EBDB0;
}
.bc-dropdown-toggle a, .bc-dropdown-toggle i:before {
  color: inherit;
}

.bc-fas {
  font-size: 20px;
  color: inherit;
}

.bc-icon-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bc-lang-wrap {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bc-lang-wrap .bc-lang {
  padding-right: 1.5em;
  color: white;
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-lang-wrap .bc-lang:hover {
  color: #5EBDB0;
}
.bc-lang-wrap .bc-lang.w--current {
  color: #5EBDB0;
}

.bc-footer .bc-container {
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bc-footer .bc-footer-grid {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .bc-footer .bc-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.bc-footer-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bc-footer-menu-container {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .bc-footer-menu-container {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.bc-footer-menu-container .bc-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bc-footer-menu-container .bc-footer-menu .social-media-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bc-footer-menu-container .bc-footer-menu .menu-grid {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .bc-footer-menu-container .bc-footer-menu .menu-grid {
    grid-template-columns: 1fr;
  }
}

.bc-footer-menu-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #65d0fd;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bc-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2rem;
  -webkit-box-shadow: 0 -1px 0 0 rgba(34, 34, 34, 0.2);
          box-shadow: 0 -1px 0 0 rgba(34, 34, 34, 0.2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bc-footer-bottom {
    padding-top: 1rem;
  }
}

.bc-backtotop {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #e2d6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23085a;
}
.bc-backtotop:hover {
  background-color: #23085a;
  color: white;
}

.image {
  height: 80px;
}

.bc-nav-link-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}
.bc-nav-link-footer:hover {
  color: #5EBDB0;
}

.bc-hero {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.bc-hero .bc-container {
  padding: 4rem 1.2rem;
}

.bc-hero {
  background-color: #23085a;
}
.bc-hero .blur {
  width: 100%;
  height: 100%;
}
.bc-hero span {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: blob;
          animation-name: blob;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.bc-hero span:nth-child(1) {
  -webkit-box-shadow: 0 0 200px 200px #5EBDB0, 0 0 100px 20px #5EBDB0;
          box-shadow: 0 0 200px 200px #5EBDB0, 0 0 100px 20px #5EBDB0;
  background: #5EBDB0;
  top: 2rem;
  right: 10vw;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.bc-hero span:nth-child(2) {
  -webkit-transform-origin: -100% 30%;
          transform-origin: -100% 30%;
  -webkit-box-shadow: 0 0 200px 200px #DFA88F, 0 0 100px 20px #DFA88F;
          box-shadow: 0 0 200px 200px #DFA88F, 0 0 100px 20px #DFA88F;
  background: #DFA88F;
  top: 5rem;
  left: 20vw;
}
.bc-hero span:nth-child(3) {
  -webkit-transform-origin: 100% -30%;
          transform-origin: 100% -30%;
  -webkit-box-shadow: 0 0 200px 200px #F4A2C6, 0 0 100px 20px #F4A2C6;
          box-shadow: 0 0 200px 200px #F4A2C6, 0 0 100px 20px #F4A2C6;
  background: #F4A2C6;
  top: 0rem;
  right: 50vw;
}
.bc-hero span:nth-child(4) {
  -webkit-transform-origin: -30% 60%;
          transform-origin: -30% 60%;
  -webkit-box-shadow: 0 0 200px 200px #65d0fd, 0 0 100px 20px #65d0fd;
          box-shadow: 0 0 200px 200px #65d0fd, 0 0 100px 20px #65d0fd;
  background: #65d0fd;
  top: 1rem;
  right: 30vw;
}

@-webkit-keyframes blob {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes blob {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes hero-gradient {
  0% {
    background-position: 63% 0%;
  }
  50% {
    background-position: 38% 100%;
  }
  100% {
    background-position: 63% 0%;
  }
}
@keyframes hero-gradient {
  0% {
    background-position: 63% 0%;
  }
  50% {
    background-position: 38% 100%;
  }
  100% {
    background-position: 63% 0%;
  }
}
.bc-hero-textwrap {
  -webkit-box-shadow: inset 0px 2px 5px 0px white, 0 0 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 2px 5px 0px white, 0 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), white);
  border-radius: 30px;
  height: 100%;
  max-width: 640px;
  padding: 4rem;
  margin: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .bc-hero-textwrap {
    padding: 2rem;
  }
}
.bc-hero-textwrap .bc-hero-title {
  color: #23085a;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}
.bc-hero-textwrap .bc-hero-paragraph {
  font-size: 1em;
  text-align: center;
}
.bc-hero-textwrap .bc-button {
  margin-top: 2em;
}

.hero-heading {
  letter-spacing: -0.03em;
  line-height: 0.95;
  font-size: clamp(20px, 12vw, 150px);
  padding: 100px 0px;
  margin: 0px;
  margin-right: 50px;
  color: white;
  font-weight: 800;
  width: 100%;
  font-family: "Quicksand", sans-serif;
}

.bc-about-home .bc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .bc-about-home .bc-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bc-about-text {
  padding: 2rem;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f8ff), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f7f8ff, #f8f8f8);
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 991px) {
  .bc-about-text {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

.bc-image-wrap {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.featured-grid {
  grid-column-start: 3;
  grid-column-end: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .featured-grid {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .featured-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.featured-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: clamp(8pt, 16pt, 4vw);
}
.featured-category span {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1em;
  font-size: 1em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23085a;
  text-align: center;
}
.featured-category span i {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1em;
  width: 2.5em;
  color: black;
  min-height: 2.5em;
  background-color: white;
  border-radius: 100px;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: screen;
}
.featured-category:nth-child(1) {
  background-image: linear-gradient(135deg, rgb(202, 236, 172) 0%, #5EBDB0 100%);
}
.featured-category:nth-child(2) {
  background-image: linear-gradient(135deg, rgb(255, 239, 184) 0%, #DFA88F 100%);
}
.featured-category:nth-child(3) {
  background-image: linear-gradient(135deg, rgb(255, 200, 143) 0%, #F4A2C6 100%);
}
.featured-category:nth-child(4) {
  background-image: linear-gradient(135deg, rgb(255, 232, 188) 0%, #65d0fd 100%);
}
.featured-category:hover {
  background-image: linear-gradient(135deg, #23085a 0%, #e2d6f6 100%);
}
.featured-category:hover span {
  color: white;
}
.featured-category:hover i {
  background-color: #e2d6f6;
  color: #23085a;
  mix-blend-mode: normal;
}

.cta .bc-container {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cta .bc-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cta #blob {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 200px 200px #65d0fd, 0 0 100px 20px #65d0fd;
          box-shadow: 0 0 200px 200px #65d0fd, 0 0 100px 20px #65d0fd;
  background: #65d0fd;
  z-index: 1;
  left: 80%;
  top: 100%;
}
.cta .bc-cta {
  padding: 2rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #23085a;
}
.cta .bc-textwrap {
  height: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
.cta .bc-button-light {
  position: relative;
  z-index: 3;
}
.cta .bc-button-light:hover ~ #blob {
  -webkit-box-shadow: 0 0 200px 200px #F4A2C6, 0 0 100px 20px #F4A2C6;
          box-shadow: 0 0 200px 200px #F4A2C6, 0 0 100px 20px #F4A2C6;
  background: #F4A2C6;
}

.bc-white-text {
  color: white;
}

.bc-latest-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-latest-news-item * {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-latest-news-item .bc-cover-image-container {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-latest-news-item .bc-img-gradient {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-bottom: 56.25%;
  transition: all 200ms ease;
  background-size: 100%;
  background-position: 50% 50%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, #23085a));
  background-image: linear-gradient(90deg, black 0%, #23085a 50%);
  background-blend-mode: screen;
}
.bc-latest-news-item .bc-news-category-tag {
  font-size: 1em;
  font-weight: 400;
}
.bc-latest-news-item .bc-latest-news-cover {
  width: 100%;
  padding-bottom: 56.25%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.bc-latest-news-item .bc-latest-news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em 0em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bc-latest-news-item .bc-news-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #23085a;
  font-weight: 700;
}
.bc-latest-news-item:hover .bc-latest-news-cover {
  background-size: 110%;
}
.bc-latest-news-item:hover .bc-news-title {
  color: #65d0fd;
}
.bc-latest-news-item:hover .bc-img-gradient {
  background-size: 110%;
}

.bc-podcast-style .bc-container {
  padding-top: 4rem;
  padding-bottom: 0rem;
}

.bc-podcast-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}

.bc-podcast-episode {
  font-weight: 400;
}

.bc-podcast-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #23085a;
  font-weight: 700;
}

.bc-podcast-topic {
  font-weight: 400;
}

.left-arrow,
.right-arrow {
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e2d6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23085a;
}
.left-arrow:hover,
.right-arrow:hover {
  background-color: #23085a;
  color: white;
}

.left-arrow {
  border-right: 0.5px solid white;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.right-arrow {
  border-left: 0.5px solid white;
  border-radius: 0px 100px 100px 0px;
}

.bc-podcast-style .bc-podcast-h {
  overflow: hidden;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-size: 300%;
  background-position: 0% 100%;
  transition: all 200ms ease;
  -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.bc-podcast-style .bc-podcast-h:hover {
  background-position: 100% 100%;
}
.bc-podcast-style .bc-podcast-h:hover .play-icon {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .bc-podcast-style .bc-podcast-h {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .bc-podcast-style .bc-podcast-h {
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }
}
.bc-podcast-style .bc-podcast-image {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  padding-top: 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bc-podcast-style .pad {
  padding: 1.2rem;
}
.bc-podcast-style .bc-podcast-info {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 1.2rem 2rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .bc-podcast-style .bc-podcast-info {
    padding: 0rem 1.2rem 1.2rem 1.2rem;
  }
}
.bc-podcast-style .bc-podcast-episode {
  margin: 0px;
}
.bc-podcast-style .bc-podcast-title {
  color: #23085a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.bc-podcast-style .bc-podcast-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.bc-podcast-style .bc-podcast-description-home {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.bc-podcast-style .bc-podcast-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.play-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  color: white;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media screen and (max-width: 767px) {
  .play-icon {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.info-container {
  margin-bottom: 1.5em;
}

.arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 3;
}
@media screen and (max-width: 991px) {
  .arrow-container {
    grid-column-start: 1;
    grid-column-end: 4;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.bc-section-description {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 991px) {
  .bc-section-description {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

.bc-podcast-featured-style .bc-container {
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.bc-podcast-featured-style .bc-podcast-h {
  overflow: hidden;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-size: 200%;
  background-position: 0% 0%;
  transition: all 200ms ease;
  -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.bc-podcast-featured-style .bc-podcast-h:hover {
  background-position: 100% 100%;
}
.bc-podcast-featured-style .bc-podcast-h:hover .play-icon {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .bc-podcast-featured-style .bc-podcast-h {
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .bc-podcast-featured-style .bc-podcast-h {
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
}
.bc-podcast-featured-style .bc-podcast-h .bc-podcast-image {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  padding-top: 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bc-podcast-featured-style .bc-podcast-h .pad {
  padding: 1.2rem;
}
.bc-podcast-featured-style .bc-podcast-h .bc-podcast-info {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4em 5em 4em 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .bc-podcast-featured-style .bc-podcast-h .bc-podcast-info {
    padding: 1.5em 4em 2em 4em;
  }
}
@media screen and (max-width: 767px) {
  .bc-podcast-featured-style .bc-podcast-h .bc-podcast-info {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
.bc-podcast-featured-style .bc-podcast-h .bc-podcast-info .bc-podcast-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bc-podcast-featured-style .bc-podcast-h .bc-podcast-info .bc-podcast-title {
  text-align: center;
  color: #23085a;
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .bc-podcast-featured-style .bc-podcast-h .bc-podcast-info .bc-podcast-title {
    font-size: 1.5rem;
  }
}
.bc-podcast-featured-style .bc-podcast-h .bc-podcast-info .w-button {
  margin-top: 2rem;
}
.bc-podcast-featured-style .bc-podcast-h .bc-podcast-episode {
  margin: 0px;
}
.bc-podcast-featured-style .bc-podcast-h .bc-podcast-topic {
  margin: 0px;
  font-weight: 400;
  color: #000;
}
.bc-podcast-featured-style .bc-podcast-h .bc-podcast-description-home {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.bc-podcast-featured-style .bc-podcast-h .bc-button {
  margin-top: 1em;
  margin-bottom: 0px;
}

.bc-testimonial .bc-solid-wrapper {
  width: 100%;
  background-color: #cae7f3;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media screen and (max-width: 767px) {
  .bc-testimonial .bc-solid-wrapper {
    padding: 1.5rem;
  }
}

.bc-testimonial-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background-color: transparent;
}
@media screen and (max-width: 480px) {
  .bc-testimonial-slider {
    width: 100%;
  }
}

.testimonial-slider-mask {
  margin: 0 auto;
  width: 400px;
  overflow: visible;
}
@media screen and (max-width: 480px) {
  .testimonial-slider-mask {
    width: 100%;
  }
}

.testimonial-slide {
  width: 100%;
  padding: 0.75em;
  height: auto;
}
@media screen and (max-width: 480px) {
  .testimonial-slide {
    width: 100%;
  }
}

.bc-testimonial-card {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
}
.bc-testimonial-wrap {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  width: auto;
  height: auto;
  font-size: 12pt;
  left: 0%;
  bottom: 0%;
  top: 0%;
  right: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em;
  margin: 0.65em;
}
@media screen and (max-width: 991px) {
  .bc-testimonial-wrap {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .bc-testimonial-wrap {
    font-size: 4vw;
    margin: 0.2em;
  }
}

.bc-testimonial-text {
  font-size: clamp(0.8em, 3vw, 1em);
  margin: 0px;
  width: 100%;
  text-align: left;
  line-height: 1.8em;
}

.bc-person-name {
  margin: 0px;
  color: #23085a;
  font-size: clamp(0.8em, 3vw, 1em);
  font-weight: 700;
  text-align: left;
  line-height: 1.8em;
}

.bc-person-title {
  margin: 0px;
  font-size: clamp(0.5em, 3vw, 0.8em);
  text-align: left;
  line-height: 1.5em;
}

.bc-person-wrap {
  margin-top: 1.5rem;
}

.bc-left-arrow {
  position: absolute;
  z-index: 10;
  width: 10%;
  min-width: 50px;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #cae7f3), to(rgba(202, 231, 243, 0)));
  background-image: linear-gradient(90deg, #cae7f3 10%, rgba(202, 231, 243, 0));
}
@media screen and (max-width: 767px) {
  .bc-left-arrow {
    display: none;
  }
}
.bc-left-arrow .bc-arrow-left {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #e2d6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23085a;
}
.bc-left-arrow .bc-arrow-left:hover {
  background-color: #23085a;
  color: white;
}

.bc-right-arrow {
  position: absolute;
  z-index: 10;
  width: 10%;
  min-width: 50px;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #cae7f3), to(rgba(202, 231, 243, 0)));
  background-image: linear-gradient(-90deg, #cae7f3 10%, rgba(202, 231, 243, 0));
}
@media screen and (max-width: 767px) {
  .bc-right-arrow {
    display: none;
  }
}
.bc-right-arrow .bc-arrow-right {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #e2d6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23085a;
}
.bc-right-arrow .bc-arrow-right:hover {
  background-color: #23085a;
  color: white;
}

button .owl-dot > span {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

button .owl-dot .active > span {
  background-color: white;
}

.bc-resource .bc-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bc-resource-accordion {
  width: 100%;
  margin: 0.5rem 0px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.bc-resource-dropdown {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(#f2f3ff));
  background-image: linear-gradient(0deg, #f8f8f8, #f2f3ff);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  width: 100%;
  padding: 1.2rem;
  color: #23085a;
}
.bc-resource-dropdown:hover {
  opacity: 0.9;
  color: #5EBDB0;
}

.bc-resource-name {
  font-weight: 700;
}

.bc-resource-dropdown-list {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f8f8f8;
}

.bc-resource-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .bc-resource-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bc-resource-description {
  -ms-flex-negative: 100;
      flex-shrink: 100;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .bc-resource-description {
    margin-top: 1.2em;
  }
}

.bc-resource-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: 0 1px 0 0 rgba(35, 8, 90, 0.1);
          box-shadow: 0 1px 0 0 rgba(35, 8, 90, 0.1);
}
@media screen and (max-width: 767px) {
  .bc-resource-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bc-resource-image {
  width: 200px;
  height: 200px;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  margin-right: 1.2em;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-position: 50% 50%;
  background-size: cover;
}

.link-attach {
  background-image: url("../images/link_attach.svg");
}

.file-attach {
  background-image: url("../images/file_attach.svg");
}

.bc-resource-info-group {
  width: 100%;
  padding: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .bc-resource-info-group {
    width: 100%;
  }
}

.bc-resource-dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 1.2rem 0rem 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bc-resource-download-container {
  border-radius: 100px;
  background-color: #e2d6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23085a;
}
.bc-resource-download-container:hover {
  background-color: #23085a;
  color: white;
}

.bc-download-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .resource .bc-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bc-resource {
  position: relative;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #23085a;
}
.bc-resource .bc-textwrap {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 4rem 2rem;
  height: 100%;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .bc-resource .bc-textwrap {
    max-width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -6rem;
  }
}

.bc-resource-home-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 50px 0px 50px 5px #23085a, inset 100px 0px 100px -5px #23085a;
          box-shadow: inset 50px 0px 50px 5px #23085a, inset 100px 0px 100px -5px #23085a;
}
@media screen and (max-width: 991px) {
  .bc-resource-home-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 75%;
    -webkit-box-shadow: inset 0px -50px 50px 5px #23085a, inset 0px -100px 100px -5px #23085a;
            box-shadow: inset 0px -50px 50px 5px #23085a, inset 0px -100px 100px -5px #23085a;
  }
}

.bc-campaign-form {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f8ff), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f7f8ff, #f8f8f8);
  padding: 2rem;
  margin-top: 2rem;
  width: 100%;
}
.bc-campaign-form h1 {
  margin: 0;
}
.bc-campaign-form label {
  font-size: 1rem;
}
.bc-campaign-form .bc-container {
  padding: 1em !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.input-text {
  border-radius: 2px;
  color: #333;
  border: 1px solid #ccc;
  padding: 1.2em;
  width: 100%;
  font-size: 1rem;
}

.bc-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1em 0;
}

.iIDDUy {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.consent-text {
  font-size: 1rem;
  padding-left: 0.5rem;
  overflow-wrap: break-word;
  word-break: break-word;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
}

.jMsntP {
  color: rgb(221, 54, 42);
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 0.125rem;
}

.eKOoKL {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  position: relative;
  top: 0.2rem;
  width: 1rem;
}

.dEVaGV {
  color: #333;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.iFTUZ {
  color: rgb(221, 54, 42);
}

.dshyOS {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgb(67, 77, 93);
  font-size: 1rem;
  line-height: 1.5;
  min-height: 2.8125rem;
  padding: 0.75rem 1rem;
  -webkit-transition: -webkit-box-shadow 0.2s ease 0s;
  transition: -webkit-box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s;
  width: 100%;
}

.dshyOS:focus {
  -webkit-box-shadow: transparent 0px 0px 0px 0px inset, rgb(80, 156, 246) 0px 0px 0px 1px inset, rgba(80, 156, 246, 0.25) 0px 0px 0px 2px;
          box-shadow: transparent 0px 0px 0px 0px inset, rgb(80, 156, 246) 0px 0px 0px 1px inset, rgba(80, 156, 246, 0.25) 0px 0px 0px 2px;
}

.bjYfes {
  background-color: white;
  border-radius: 0.1875rem;
  display: block;
  position: relative;
  color: #333;
  border: 1px solid #ccc;
}

.jMAAaa {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgb(67, 77, 93);
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  min-height: 2.8125rem;
  outline: 0px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  text-align: left;
  -webkit-transition: -webkit-box-shadow 0.2s ease 0s;
  transition: -webkit-box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s;
  width: 100%;
}

.jMAAaa:focus {
  -webkit-box-shadow: transparent 0px 0px 0px 0px inset, rgb(80, 156, 246) 0px 0px 0px 1px inset, rgba(80, 156, 246, 0.25) 0px 0px 0px 2px;
          box-shadow: transparent 0px 0px 0px 0px inset, rgb(80, 156, 246) 0px 0px 0px 1px inset, rgba(80, 156, 246, 0.25) 0px 0px 0px 2px;
}

.liGfFV {
  color: rgb(142, 154, 173);
  height: 1rem;
  line-height: 0;
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
}

.jZSLFe {
  margin-bottom: 1.5rem;
}

.kXIIFK {
  margin-bottom: 1rem;
}

.gIFfJb {
  margin-bottom: 0rem;
}

.jslhpj {
  margin: 0;
}

.iclkhW {
  -webkit-font-smoothing: antialiased;
  color: #23085a;
}

.jCvNiK {
  font-size: 2em;
  margin: 0.67em 0px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.dEZbAS {
  display: block;
  margin: 0px auto;
  max-width: 100%;
  max-height: 7.5rem;
}

.kGKhzg {
  border-bottom: 1px solid rgb(210, 215, 223);
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.line {
  border-bottom: 1px solid rgb(210, 215, 223);
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  width: 100%;
}

.iWwGmW {
  margin-bottom: 0.25rem;
}

@-webkit-keyframes iECmZH {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes iECmZH {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.XLzvN {
  font-size: 1rem;
  color: #ccc;
}

button,
label,
p {
  overflow-wrap: break-word;
  word-break: break-word;
}

.bc-sponsors {
  background-color: white;
}
.bc-sponsors .bc-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.bc-sponsor-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 2rem;
}

.bc-logo-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  max-width: 150px;
}
.bc-logo-link img {
  width: auto;
  max-height: 80px;
}

.bc-page-top {
  background-color: #23085a;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 300px;
  color: #fff;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .bc-page-top {
    min-height: 200px;
  }
}
.bc-page-top .bc-container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
}
.bc-page-top .bc-container .bc-text-container {
  margin-left: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 10;
  margin: 1em 0em;
}

.bc-page-title {
  color: inherit;
  font-weight: 700;
  text-transform: none;
  font-size: clamp(16pt, 4vw, 24pt);
}

.bc-breadcrumbs-section {
  border-bottom: 1px solid #eeebe6;
}
.bc-breadcrumbs-section .bc-container {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.bc-breadcrumb-link,
.bc-breadcrumb-text,
.bc-dot,
.bc-breadcrumb {
  display: inline-block;
  vertical-align: middle;
  padding: 0%;
  margin-right: 0.5rem;
  height: 100%;
}

.bc-breadcrumb-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}
.bc-breadcrumb-link:hover {
  color: #5EBDB0;
}

.blob-container {
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  height: 500px;
  width: 1200px;
  z-index: 4;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagetop-blob {
  overflow: visible;
  border-radius: 100%;
  background-size: 200% 200%;
  -webkit-animation: gradient-animated 20s infinite;
          animation: gradient-animated 20s infinite;
  background-attachment: fixed;
}
.pagetop-blob.first {
  margin-top: 500px;
  width: 200px;
  height: 200px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  position: relative;
  z-index: 4;
}
.pagetop-blob.second {
  margin-top: 400px;
  margin-right: -200px;
  width: 400px;
  height: 400px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  animation-direction: reverse;
  -webkit-box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
          box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
  background: #65d0fd;
}

@-webkit-keyframes gradient-animated {
  0% {
    -webkit-box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
            box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
    background: #65d0fd;
  }
  25% {
    -webkit-box-shadow: 0 0 200px 200px #5EBDB0, 0 0 50px 20px #5EBDB0;
            box-shadow: 0 0 200px 200px #5EBDB0, 0 0 50px 20px #5EBDB0;
    background: #5EBDB0;
  }
  50% {
    -webkit-box-shadow: 0 0 200px 200px #DFA88F, 0 0 50px 20px #DFA88F;
            box-shadow: 0 0 200px 200px #DFA88F, 0 0 50px 20px #DFA88F;
    background: #DFA88F;
  }
  75% {
    -webkit-box-shadow: 0 0 200px 200px #F4A2C6, 0 0 50px 20px #F4A2C6;
            box-shadow: 0 0 200px 200px #F4A2C6, 0 0 50px 20px #F4A2C6;
    background: #F4A2C6;
  }
  100% {
    -webkit-box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
            box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
    background: #65d0fd;
  }
}

@keyframes gradient-animated {
  0% {
    -webkit-box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
            box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
    background: #65d0fd;
  }
  25% {
    -webkit-box-shadow: 0 0 200px 200px #5EBDB0, 0 0 50px 20px #5EBDB0;
            box-shadow: 0 0 200px 200px #5EBDB0, 0 0 50px 20px #5EBDB0;
    background: #5EBDB0;
  }
  50% {
    -webkit-box-shadow: 0 0 200px 200px #DFA88F, 0 0 50px 20px #DFA88F;
            box-shadow: 0 0 200px 200px #DFA88F, 0 0 50px 20px #DFA88F;
    background: #DFA88F;
  }
  75% {
    -webkit-box-shadow: 0 0 200px 200px #F4A2C6, 0 0 50px 20px #F4A2C6;
            box-shadow: 0 0 200px 200px #F4A2C6, 0 0 50px 20px #F4A2C6;
    background: #F4A2C6;
  }
  100% {
    -webkit-box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
            box-shadow: 0 0 200px 200px #65d0fd, 0 0 50px 20px #65d0fd;
    background: #65d0fd;
  }
}
.bc-content .bc-container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .bc-content .bc-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.bc-cover {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 10px;
}

.bc-guterberg {
  width: 100%;
}
.bc-guterberg img {
  width: auto;
  height: auto;
}

.columns {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.column {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.bc-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}

.bc-side-bar {
  padding-left: 1.5em;
  position: sticky;
  top: 150px;
  bottom: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .bc-side-bar {
    position: static;
    margin-bottom: 1.2rem;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .bc-side-bar.mobile {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.bc-filter {
  background-color: #f7f8ff;
  padding: 1em 1.5em 0.5em 1.5em;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.media-container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.media-container iframe, .media-container image, .media-container figure, .media-container p {
  width: 100%;
}

.bc-article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #f7f8ff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .bc-article-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bc-meta-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.5em;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1254901961);
          box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1254901961);
}
@media screen and (max-width: 480px) {
  .bc-meta-text-block {
    padding: 1em;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1254901961);
            box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1254901961);
  }
}

.bc-meta-text-block-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.5em;
}
@media screen and (max-width: 480px) {
  .bc-meta-text-block-first {
    padding: 1em;
    width: 100%;
  }
}

.bc-meta-text {
  font-weight: 400;
  margin: 0px;
}

.bc-meta-text-bold {
  color: #23085a;
  font-weight: 700;
  margin: 0px;
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 1.5em;
  background-color: #f7f8ff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.social-share .social-share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.social-share .social-share-title {
  margin-top: 0px;
}
.social-share .social-icons {
  width: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-right: 0.4em;
  font-size: 2em;
  color: #A5A5A5;
}
.social-share .social-icons:hover {
  color: #5EBDB0;
}
@media screen and (max-width: 991px) {
  .social-share .social-icons {
    margin-right: 0px;
  }
}

.bc-form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bc-form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bc-text-field {
  margin-bottom: 0.5rem;
  padding: 1.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #898a8d;
  color: #23085a;
}

.bc-text-field.bc-text-field-question {
  padding-bottom: 10rem;
}

.bc-text-field.bc-text-field-margin {
  margin-right: 0.5rem;
}

.checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.terms-link {
  color: #23085a;
  font-weight: 700;
}

.bc-checkbox {
  margin-top: 0.5em;
  margin-right: 0.5em;
}

.checkbox-label {
  margin-bottom: 0px;
  font-size: 12px;
}

.bc-checkbox-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: auto;
      align-self: auto;
}

.bc-text-field-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 991px) {
  .bc-text-field-column {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .bc-text-field-column {
    grid-row-gap: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .bc-text-field-column {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.empty-state {
  padding: 20px;
  border-radius: 10px;
  background-color: #e2d6f6;
}

.bc-success-message {
  border-radius: 10px;
  background-color: #5EBDB0;
}

.bc-error-message {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #e2d6f6;
}

.wpforms-one-half {
  width: 49% !important;
  margin-left: 2% !important;
}

.wpforms-form > input {
  padding: 0.5em !important;
  height: 60px !important;
}

/** WPFORMS SUBMIT BUTTON **/
button.wpforms-submit {
  min-width: 120px !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: 100px !important;
  color: #23085a !important;
  -webkit-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border: 0 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 162, 198, 0.5)), color-stop(40%, rgba(244, 162, 198, 0.5)), color-stop(60%, #23085a), to(#23085a)) !important;
  background-image: linear-gradient(90deg, rgba(244, 162, 198, 0.5) 0%, rgba(244, 162, 198, 0.5) 40%, #23085a 60%, #23085a 100%) !important;
  background-size: 300% !important;
  background-position: 0% 100% !important;
}
button.wpforms-submit:hover {
  background-position: 100% 100% !important;
  color: #fff !important;
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
  padding: 1.2em !important;
  height: auto !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 220px !important;
}

.forms-link {
  text-decoration: underline !important;
  color: #23085a;
}

.has-text-align-center {
  width: 100%;
  text-align: center;
}
.has-text-align-center a {
  color: #23085a;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

.bc-temporary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(225deg, #e2d6f6 37%, #5EBDB0);
  min-height: 500px;
}

.bc-temp-logo {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.bc-temp-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  min-height: 400px;
  margin: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  background-color: white;
}

.bc-temp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.bc-temp-heading {
  color: #23085a;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.bc-search-results-item {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2d6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.bc-search-results-item:hover {
  opacity: 0.6;
}

.bc-search-input {
  height: 45px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1rem;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.bc-button-search {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 0px 100px 100px 0px;
  background-color: #e2d6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23085a;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bc-button-search:hover {
  background-color: #23085a;
  color: #fff;
}

.bc-result-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #23085a;
  font-weight: 700;
  text-decoration: underline;
}

.bc-result-link {
  text-decoration: underline;
}

.bc-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.embed-container {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.embed-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.accordion-wrapper {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bc-accordion-name {
  font-size: 1em;
  font-weight: 700;
}

.bc-accordion {
  width: 100%;
  margin: 0.05rem 0px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bc-accordion-dropdown {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#EEE), to(white));
  background-image: linear-gradient(0deg, #EEE, white);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0.5em 1em;
}
.bc-accordion-dropdown:hover {
  opacity: 0.5;
}

.bc-accordion-number {
  border-radius: 100%;
  margin-right: 1em;
  height: 30px;
  width: 30px;
  background-color: #23085a;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bc-accordion-dropdown-list {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
}

.bc-accordion-info {
  width: 100%;
  max-width: 800px;
  padding: 1.2em;
}
.bc-accordion-info img {
  width: 100%;
  height: auto;
}

.media-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}

.bc-slideshow-container {
  width: 100%;
}

.bc-media-container {
  position: relative;
  width: 100%;
}

.image-container {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.flex-wrapper {
  display: block;
  width: 100%;
}

.inline-pad {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  margin: 0px;
}
.inline-pad img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  transition: all 200ms ease;
}

.h25 {
  width: 24.5%;
}
@media screen and (max-width: 767px) {
  .h25 {
    width: 49.5%;
  }
}
@media screen and (max-width: 480px) {
  .h25 {
    width: 100%;
  }
}

.h50 {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  .h50 {
    width: 100%;
  }
}

.h75 {
  width: 74.5%;
}
@media screen and (max-width: 767px) {
  .h75 {
    width: 100%;
  }
}

.h100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .h100 {
    width: 100%;
  }
}

.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .two-column {
    grid-template-columns: 1fr;
  }
}

.one-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

/* Search */
.sf-field-search > label {
  width: 100%;
}

.sf-field-search > label > .sf-input-text {
  border-width: 1px;
  padding: 10px;
  font-weight: normal;
  width: 100%;
}

.sf-input-radio {
  display: none;
}

li[data-sf-field-type=taxonomy] > ul {
  margin: 0px;
  padding: 0px;
  margin-left: -1.5em !important;
  margin-right: -1.5em !important;
}
li[data-sf-field-type=taxonomy] > ul > li {
  padding: 0px;
}
li[data-sf-field-type=taxonomy] > ul .sf-option-active > .sf-input-radio {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-box-shadow: inset 5px 0 0px #65d0fd;
          box-shadow: inset 5px 0 0px #65d0fd;
  background-color: #f8f8f8;
}

li[data-sf-field-type=post_meta] > ul {
  margin: 0px;
  padding: 0px;
  margin-left: -1.5em !important;
  margin-right: -1.5em !important;
}
li[data-sf-field-type=post_meta] > ul .sf-option-active > .sf-input-radio {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-box-shadow: inset 5px 0 0px #65d0fd;
          box-shadow: inset 5px 0 0px #65d0fd;
  background-color: #f8f8f8;
}
li[data-sf-field-type=post_meta] > ul > li {
  padding: 0px !important;
}

li[data-sf-field-input-type=radio] label {
  padding: 5px 1.5em !important;
  cursor: pointer;
}

li[data-sf-field-input-type=radio] label {
  width: 100%;
  font-weight: normal;
  padding: 5px 1.5em;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-box-shadow: inset 0px 0 0px #65d0fd;
          box-shadow: inset 0px 0 0px #65d0fd;
}
li[data-sf-field-input-type=radio] label:hover {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-box-shadow: inset 5px 0 0px #65d0fd;
          box-shadow: inset 5px 0 0px #65d0fd;
  background-color: #f8f8f8;
}

/* Submit */
.searchandfilter > ul {
  width: 100%;
}

.sf-field-submit > input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  min-width: 120px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 162, 198, 0.5)), color-stop(40%, rgba(244, 162, 198, 0.5)), color-stop(60%, #23085a), to(#23085a));
  background-image: linear-gradient(90deg, rgba(244, 162, 198, 0.5) 0%, rgba(244, 162, 198, 0.5) 40%, #23085a 60%, #23085a 100%);
  background-size: 300%;
  background-position: 0% 100%;
}
.sf-field-submit > input:hover {
  background-position: 100% 100%;
  color: #fff;
}

.searchandfilter > ul > li {
  padding: 0px;
  padding-bottom: 10px;
}

.searchandfilter > h4 {
  padding: 0px;
  padding-bottom: 10px;
}

.um {
  font-size: 1em;
  line-height: 2em;
}

.um .um-field-label {
  color: black;
}

.um-account-main div.um-account-heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-size: 1.6em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #23085a;
  font-weight: 700;
}

.um-field-area > .um-form-field {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #898a8d;
  color: #23085a;
}

.um-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  min-width: 120px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 162, 198, 0.5)), color-stop(40%, rgba(244, 162, 198, 0.5)), color-stop(60%, #23085a), to(#23085a));
  background-image: linear-gradient(90deg, rgba(244, 162, 198, 0.5) 0%, rgba(244, 162, 198, 0.5) 40%, #23085a 60%, #23085a 100%);
  background-size: 300%;
  background-position: 0% 100%;
}
.um-button:hover {
  background-position: 100% 100%;
  color: #fff;
}
.um-button.um-alt {
  min-width: 120px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0.5)), color-stop(40%, rgba(248, 248, 248, 0.5)), color-stop(60%, #23085a), to(#23085a));
  background-image: linear-gradient(90deg, rgba(248, 248, 248, 0.5) 0%, rgba(248, 248, 248, 0.5) 40%, #23085a 60%, #23085a 100%);
  background-size: 300%;
  background-position: 0% 100%;
}
.um-button.um-alt:hover {
  background-position: 100% 100%;
  color: #fff;
}

.um-account-tab > div > i {
  display: none;
}

.um-tip-text {
  padding-left: 1.5rem;
}

.um-request-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  color: black;
  padding: 0.6rem 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #23085a;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  justify-self: end;
  -ms-flex-item-align: center;
      align-self: center;
}
.um-request-button:hover {
  background-color: #23085a;
}

.um-field > label > input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  margin: 0;
  display: block;
  width: 100%;
  height: 38px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #898a8d;
  color: #23085a;
}

.um-field > div > input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  margin: 0;
  display: block;
  width: 100%;
  height: 38px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 0.5rem;
  padding: 1.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #898a8d;
  color: #23085a;
}

.um-account-profile-link {
  display: none;
}

.um-account-link {
  list-style-type: none !important;
  background-color: transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-font-smoothing: antialiased !important;
  background-attachment: scroll !important;
  border-bottom: 0 !important;
  display: block;
  padding: 4px 0px;
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  position: relative;
  color: black;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #e2d6f6;
}

.um-account-main div.um-account-heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  font-size: 1.6em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #23085a;
  font-weight: 700;
}

.um-account-meta {
  display: none;
}

.um-7.um {
  margin-left: auto;
  margin-right: auto;
}

.um-6.um {
  margin-left: auto;
  margin-right: auto;
}

.um-password {
  margin-left: auto;
  margin-right: auto;
}

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

.um-field-checkbox-option {
  font-weight: 400;
}

.um-account-side {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .um-account-side {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .um-account-main {
    padding: 0%;
    width: 100%;
    margin-left: 0em;
    margin-top: 1.5em;
  }
}

.um-account-meta-img, .um-account-name {
  display: none;
}

.um-account-profile-link {
  display: none;
}

.dark-main {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#23085a), color-stop(55%, #5EBDB0), color-stop(90%, #F4A2C6));
  background-image: linear-gradient(0deg, #23085a 0%, #5EBDB0 55%, #F4A2C6 90%);
}

.light-grey {
  background-image: linear-gradient(165deg, #EEE, #FFF);
}

.quote-orange {
  background-image: linear-gradient(165deg, rgba(223, 168, 143, 0.4) 0%, rgba(255, 255, 255, 0) 50%), url("../images/testimonial-orange.svg");
}

.quote-blue {
  background-image: linear-gradient(165deg, rgba(101, 208, 253, 0.4) 0%, rgba(255, 255, 255, 0) 50%), url("../images/testimonial-blue.svg");
}

.quote-teal {
  background-image: linear-gradient(165deg, rgba(94, 189, 176, 0.4) 0%, rgba(255, 255, 255, 0) 50%), url("../images/testimonial-teal.svg");
}

.quote-pink {
  background-image: linear-gradient(165deg, rgba(244, 162, 198, 0.4) 0%, rgba(255, 255, 255, 0) 50%), url("../images/testimonial-pink.svg");
}

.light-orange {
  background-image: linear-gradient(50deg, rgba(226, 214, 246, 0.4) 0%, rgba(226, 214, 246, 0.4) 10%, rgba(223, 168, 143, 0.5) 50%, rgba(223, 168, 143, 0.5) 70%);
}

.light-green {
  background-image: linear-gradient(135deg, rgba(222, 235, 221, 0.4) 0%, rgba(169, 223, 175, 0.4) 100%);
}

.light-blue {
  background-image: linear-gradient(135deg, rgba(246, 235, 230, 0.4) 0%, rgba(174, 225, 249, 0.4) 100%);
}

.light-pink {
  background-image: linear-gradient(135deg, rgba(238, 192, 198, 0.4) 0%, rgba(229, 140, 138, 0.4) 100%);
}

.dark-orange {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(223, 168, 143, 0.4)), color-stop(70%, #5ebdb0));
  background-image: linear-gradient(0deg, rgba(223, 168, 143, 0.4) 0%, #5ebdb0 70%);
}

.dark-green {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(94, 189, 176, 0.4)), color-stop(70%, #65d0fd));
  background-image: linear-gradient(0deg, rgba(94, 189, 176, 0.4) 0%, #65d0fd 70%);
}

.dark-blue {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(101, 208, 253, 0.4)), color-stop(70%, #23085a));
  background-image: linear-gradient(0deg, rgba(101, 208, 253, 0.4) 0%, #23085a 70%);
}

.dark-pink {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 162, 198, 0.4)), color-stop(70%, #5ebdb0));
  background-image: linear-gradient(0deg, rgba(244, 162, 198, 0.4) 0%, #5ebdb0 70%);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
 * Mixin
 */
@-webkit-keyframes rotating4 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating4 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animation4 {
  from {
    left: -40%;
    width: 40%;
  }
  to {
    left: 100%;
    width: 10%;
  }
}
@keyframes animation4 {
  from {
    left: -40%;
    width: 40%;
  }
  to {
    left: 100%;
    width: 10%;
  }
}
.learn-press-message {
  position: relative;
  margin: 1.5em 0em;
  padding: 10px 12px 10px 15px;
  border-top: 5px solid #00adff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #f8f8f8;
}

.learn-press-message.icon {
  padding-left: 45px;
}

.learn-press-message.icon::before {
  background: #00adff;
}

.learn-press-message.icon::after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background: #00adff;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  vertical-align: baseline;
  content: "\f129";
}

.learn-press-message::before, .learn-press-message::after {
  position: absolute;
  top: 0;
  content: "";
}

.learn-press-message::before {
  right: 20px;
  width: 20px;
  height: 30px;
  background: #00adff;
}

.learn-press-message::after {
  top: 10px;
  right: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #f8f8f8;
}

.learn-press-message.error {
  border-top: 5px solid #d85554;
}

.learn-press-message.error::before {
  background: #d85554;
}

.learn-press-message.error.icon::before {
  background: #d85554;
}

.learn-press-message.error.icon::after {
  background: #d85554;
  content: "\f00d";
}

.learn-press-message.warning {
  border-top: 5px solid #ffc107;
}

.learn-press-message.warning::before {
  background: #ffc107;
}

.learn-press-message.warning.icon::before {
  background: #ffc107;
}

.learn-press-message.warning.icon::after {
  background: #ffc107;
  content: "\f00d";
}

.learn-press-message.success {
  border-top: 5px solid #5EBDB0;
}
.learn-press-message.success a:hover {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.learn-press-message.success::before {
  background: #5EBDB0;
}

.learn-press-message.success.icon::before {
  background: #5EBDB0;
}

.learn-press-message.success.icon::after {
  background: #5EBDB0;
  content: "\f129";
}

@keyframes lp-rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lp-rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ajaxload {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #7b7b7b;
  content: "";
  border-radius: 50%;
  -webkit-animation: lp-rotating 1s linear infinite;
          animation: lp-rotating 1s linear infinite;
}

.ajaxload::after {
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background: #dedede;
  content: "";
}

.lp-ajaxload-style-1 {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.lp-ajaxload-style-1::before, .lp-ajaxload-style-1::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ddd;
  content: "";
}

.lp-ajaxload-style-1::after {
  clip: rect(0, 32px, 16px, 16px);
  border-color: #2fa7ff;
  border-radius: 50%;
  -webkit-animation: lp-rotating 1s linear infinite;
          animation: lp-rotating 1s linear infinite;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) {
  border-bottom: 0;
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) label {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) label a {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4)::before {
  background: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) {
  border-bottom: 0;
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) label {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) label a {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5)::before {
  background: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) {
  border-bottom: 0;
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) label {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) label a {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6)::before {
  background: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) {
  border-bottom: 0;
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) label {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) label a {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7)::before {
  background: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) {
  border-bottom: 0;
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) label {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) label a {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8)::before {
  background: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) {
  border-bottom: 0;
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) label {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) label a {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9)::before {
  background: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) {
  border-bottom: 0;
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) label {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) label a {
  color: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10)::before {
  background: #ffb606;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10)::after {
  background: #fff;
}

.learn-press-tabs.stretch .learn-press-tabs__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.learn-press-tabs.stretch .learn-press-tabs__tab > label {
  padding: 18px 10px;
}

@media (max-width: 767px) {
  .learn-press-filters > li::after {
    display: none;
  }
}
.learn-press-filters > li:last-child::after {
  display: none;
}

.lp-checkout-form__before,
.lp-checkout-form__after {
  width: 45%;
  width: calc(50% - 30px);
  margin: 0 15px 40px 15px;
}

.lp-checkout-form__before .lp-checkout-block h4,
.lp-checkout-form__after .lp-checkout-block h4 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 815px) {
  .lp-checkout-form__before,
  .lp-checkout-form__after {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.lp-checkout-form__before {
  float: right;
}

.lp-checkout-form__before #checkout-order {
  width: 100%;
}

#learn-press-checkout-form .lp-checkout-form__after {
  float: left;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields {
  padding: 0 0 14px 0;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:not([type=checkbox]) {
  width: 100%;
  height: 43px;
  padding: 0 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 43px;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:not([type=checkbox]):focus {
  border-color: #23085a;
  outline: 0;
  color: #222;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::-moz-placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input :-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input :-ms-input-placeholder {
  color: #999;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::-ms-input-placeholder {
  color: #999;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill,
#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill:hover,
#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #999 !important;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember {
  letter-spacing: 0;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label {
  width: auto;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox] {
  position: relative;
  top: 3px;
  width: 19px;
  height: 19px;
  margin: 0 4px 0 0;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-appearance: none;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox]:focus {
  outline: 0;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox]:checked::after {
  position: absolute;
  top: 2px;
  left: 2px;
  color: #41abec;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  content: "\f00c";
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember a {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
  text-decoration-color: #ccc;
}

#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember a:hover {
  color: #23085a;
  text-decoration-color: #23085a;
}

#learn-press-checkout-form {
  margin: 0 -15px;
}

@media (max-width: 815px) {
  #learn-press-checkout-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}
#learn-press-checkout-form #btn-checkout-account-switch-to-guest {
  margin-bottom: 60px;
}

#learn-press-checkout-form .description {
  float: left;
}

#learn-press-checkout-form a {
  color: #41abec;
}

#learn-press-checkout-form a label {
  display: inline-block;
  color: inherit;
  font-weight: normal;
  cursor: pointer;
}

#learn-press-checkout-form a:hover {
  color: #ffb606;
}

#learn-press-checkout-form #checkout-account-guest {
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

#learn-press-checkout-form #checkout-account-guest .lp-form-fields,
#learn-press-checkout-form #checkout-account-guest .form-field {
  margin-bottom: 0;
  padding-bottom: 0;
}

#learn-press-checkout-form div.lp-guest-checkout-output {
  margin-top: 10px;
  padding: 8px 20px;
  border: 2px solid #41abec;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#learn-press-checkout-form label.lp-guest-checkout-output {
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#learn-press-checkout-form .lp-guest-checkout-notice {
  margin: 30px 0 0 0;
}

#learn-press-checkout-form .lp-guest-switch-login {
  margin-top: 1em;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

#learn-press-checkout-form input[name=checkout-account-switch-form] {
  display: none;
}

#learn-press-checkout-form input[name=checkout-account-switch-form]:not(:checked) + .lp-checkout-block {
  display: none;
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}

#learn-press-checkout-form input[name=checkout-account-switch-form]:not(:checked) + .lp-checkout-block > * {
  overflow: hidden;
  height: 0;
}

#learn-press-checkout-form input[name=checkout-account-switch-form]:checked + .lp-checkout-block {
  display: block;
  overflow: auto;
  height: auto;
}

#learn-press-checkout-form input[name=checkout-account-switch-form][value=guest]:checked ~ #btn-checkout-account-switch-to-guest {
  display: none;
}

#learn-press-checkout-form::after {
  display: block;
  clear: both;
  content: "";
}

#learn-press-checkout-form:focus {
  outline: 0;
}

#checkout-order .lp-checkout-order__inner {
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#checkout-order .lp-checkout-order__inner table {
  width: 100%;
  margin: 0;
  border: 0;
}

#checkout-order .lp-checkout-order__inner td,
#checkout-order .lp-checkout-order__inner th {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: unset;
  line-height: 1;
  text-align: left;
  vertical-align: inherit;
}

#checkout-order .lp-checkout-order__inner td:last-child,
#checkout-order .lp-checkout-order__inner th:last-child {
  padding-right: 0;
}

#checkout-order .lp-checkout-order__inner .course-thumbnail {
  width: 100px;
  padding: 20px 13px 18px 0;
}

#checkout-order .lp-checkout-order__inner .course-thumbnail > img {
  width: 100px;
  max-width: 100% !important;
  height: auto !important;
}

#checkout-order .lp-checkout-order__inner .course-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

#checkout-order .lp-checkout-order__inner .course-name a {
  display: -webkit-box;
  overflow: hidden;
  color: #666;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#checkout-order .lp-checkout-order__inner .course-name a:hover {
  color: #23085a;
}

#checkout-order .lp-checkout-order__inner .col-number {
  min-width: 50px;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: right;
}

#checkout-order .lp-checkout-order__inner .order-total > th {
  padding: 24px 20px 24px 0;
}

#checkout-order .lp-checkout-order__inner .order-total .col-number {
  color: #333;
  font-size: 26px;
}

#checkout-order .lp-checkout-order__inner tfoot .cart-subtotal {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

#checkout-order .lp-checkout-order__inner tfoot .cart-subtotal > th {
  padding: 20px 20px 17px 0;
}

#checkout-order .lp-checkout-order__inner tfoot .order-total th {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

#checkout-order .lp-checkout-order__inner tfoot tr:last-child {
  border-width: 0;
}

#checkout-order .lp-checkout-order__inner tfoot tr:last-child td,
#checkout-order .lp-checkout-order__inner tfoot tr:last-child th {
  border-width: 0;
}

#checkout-account-register,
#checkout-account-login {
  width: 100%;
  margin-bottom: 35px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

#checkout-account-register .form-field .rwmb-label,
#checkout-account-register .form-field .rwmb-input .description,
#checkout-account-login .form-field .rwmb-label,
#checkout-account-login .form-field .rwmb-input .description {
  display: none;
}

#checkout-account-register .lp-checkout-remember label,
#checkout-account-login .lp-checkout-remember label {
  display: inline-block;
  /*font-weight: normal;
            color: inherit;*/
}

#checkout-account-register .lp-checkout-remember a,
#checkout-account-login .lp-checkout-remember a {
  float: right;
}

#checkout-account-register .lp-checkout-sign-in-link,
#checkout-account-register .lp-checkout-sign-up-link,
#checkout-account-login .lp-checkout-sign-in-link,
#checkout-account-login .lp-checkout-sign-up-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

#checkout-account-register .lp-checkout-sign-in-link a,
#checkout-account-register .lp-checkout-sign-up-link a,
#checkout-account-login .lp-checkout-sign-in-link a,
#checkout-account-login .lp-checkout-sign-up-link a {
  margin-left: 5px;
  color: #41abec;
  cursor: pointer;
}

#checkout-account-register .lp-checkout-sign-in-link a:hover,
#checkout-account-register .lp-checkout-sign-up-link a:hover,
#checkout-account-login .lp-checkout-sign-in-link a:hover,
#checkout-account-login .lp-checkout-sign-up-link a:hover {
  color: #23085a;
}

#checkout-account-register .lp-checkout-sign-in-link a label,
#checkout-account-register .lp-checkout-sign-up-link a label,
#checkout-account-login .lp-checkout-sign-in-link a label,
#checkout-account-login .lp-checkout-sign-up-link a label {
  display: inline-block;
  float: right;
  color: inherit;
  font-weight: normal;
  cursor: pointer;
}

#checkout-payment {
  width: 100%;
  margin-bottom: 25px;
}

#checkout-payment h4 {
  margin-bottom: 24px;
}

#checkout-payment .secure-connection {
  float: right;
  margin-top: 5px;
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

#checkout-payment .secure-connection i {
  margin-right: 5px;
  color: #ccc;
  font-size: 18px;
}

@media (max-width: 767px) {
  #checkout-payment .secure-connection {
    margin-top: 0;
  }
}
#checkout-payment .payment-methods {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
}

#checkout-payment .payment-methods .lp-payment-method {
  position: relative;
  margin: 0;
}

#checkout-payment .payment-methods .lp-payment-method > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#checkout-payment .payment-methods .lp-payment-method .gateway-input,
#checkout-payment .payment-methods .lp-payment-method .gateway-icon {
  vertical-align: middle;
}

#checkout-payment .payment-methods .lp-payment-method .gateway-icon {
  max-height: 32px;
}

#checkout-payment .payment-methods .lp-payment-method .gateway-input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 50%;
}

#checkout-payment .payment-methods .lp-payment-method .gateway-input::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #41abec;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

#checkout-payment .payment-methods .lp-payment-method .gateway-input:checked::before {
  content: "";
}

#checkout-payment .payment-methods .lp-payment-method .gateway-input:focus {
  outline: 0;
}

#checkout-payment #checkout-order-action button {
  width: 100%;
  border-color: #23085a;
  color: #fff;
  background: #23085a;
  font-weight: 500;
}

#checkout-payment #checkout-order-action button:hover {
  border-color: #23085a;
  opacity: 0.5;
  background: #23085a;
}

#checkout-payment #checkout-order-action button.loading::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f110";
  -webkit-animation: lp-rotating 1s linear infinite;
  animation: lp-rotating 1s linear infinite;
}

.lp-terms-and-conditions {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.lp-terms-and-conditions a {
  color: #41abec;
}

.lp-terms-and-conditions a:hover {
  color: #23085a;
}

.learn-press-checkout.guest-checkout {
  display: none;
}

.button-continue-guest-checkout {
  clear: both;
}

#learn-press-checkout .payment-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

#learn-press-checkout .payment-methods .lp-payment-method {
  margin-bottom: 20px;
}

#learn-press-checkout .payment-methods .lp-payment-method > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 10px 20px;
  background: #f8f8f8;
  line-height: 40px;
  cursor: pointer;
}

#learn-press-checkout .payment-methods .lp-payment-method > label img {
  vertical-align: middle;
}

#learn-press-checkout .payment-methods .lp-payment-method.selected > label {
  background: #d4d4d4;
}

#learn-press-checkout .payment-methods .payment-method-form {
  display: none;
  padding: 15px 20px;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
}

#learn-press-checkout-login,
#learn-press-checkout-register {
  margin-bottom: 1.5em;
  padding: 20px 20px 0 20px;
  border: 1px solid #ddd;
  background: #fff;
}

#learn-press-order-review,
.learn-press-checkout-comment {
  margin-bottom: 20px;
}

#checkout-form-login,
#checkout-form-register {
  _display: none;
}

#checkout-form-login .learn-press-form-register,
#checkout-form-login .learn-press-form-login,
#checkout-form-register .learn-press-form-register,
#checkout-form-register .learn-press-form-login {
  display: none;
}

#checkout-guest-email {
  margin: 0 0 20px 0;
}

#checkout-guest-email .form-heading {
  margin: 0;
}

#checkout-guest-email #checkout-guest-options {
  margin: 0;
  list-style: none;
}

#checkout-guest-email #checkout-existing-account,
#checkout-guest-email #checkout-new-account {
  display: none;
  margin: 0;
}

#checkout-guest-email.email-exists #checkout-existing-account {
  display: block;
}

#checkout-guest-email.email-exists #checkout-new-account {
  display: none;
}

.lp-list-table {
  width: 100%;
  margin-bottom: 20px;
}

.lp-list-table th,
.lp-list-table td {
  padding: 20px;
  border: 0 solid rgba(204, 204, 204, 0.3);
  border-bottom-width: 1px;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}

@media (max-width: 767px) {
  .lp-list-table th,
  .lp-list-table td {
    padding: 15px;
  }
}
.lp-list-table thead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e7f2;
}

.lp-list-table tbody,
.lp-list-table tfoot {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-top: 0;
}

.lp-list-table tbody tr:nth-child(odd),
.lp-list-table tfoot tr:nth-child(odd) {
  background: #f8f8f8;
}

.learn-press-form .form-fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

.learn-press-form .form-fields .form-field {
  margin: 0 0 20px 0;
}

.learn-press-form .form-fields .form-field label {
  display: block;
  margin: 0 0 10px 0;
}

.learn-press-form .form-fields .form-field input[type=text],
.learn-press-form .form-fields .form-field input[type=email],
.learn-press-form .form-fields .form-field input[type=number],
.learn-press-form .form-fields .form-field input[type=password],
.learn-press-form .form-fields .form-field textarea {
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.learn-press-form .form-fields .form-field .description {
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
}

.learn-press-form .form-fields .form-field .asterisk {
  color: #f00;
}

.learn-press-form-login,
.learn-press-form-register {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.learn-press-form-login h3,
.learn-press-form-register h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.4;
}

.learn-press-form-login .form-fields .form-field label,
.learn-press-form-register .form-fields .form-field label {
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.learn-press-form-login .form-fields .form-field input[type=text],
.learn-press-form-login .form-fields .form-field input[type=password],
.learn-press-form-login .form-fields .form-field input[type=tel],
.learn-press-form-login .form-fields .form-field input[type=url],
.learn-press-form-login .form-fields .form-field input[type=number],
.learn-press-form-register .form-fields .form-field input[type=text],
.learn-press-form-register .form-fields .form-field input[type=password],
.learn-press-form-register .form-fields .form-field input[type=tel],
.learn-press-form-register .form-fields .form-field input[type=url],
.learn-press-form-register .form-fields .form-field input[type=number] {
  height: 42px;
  border: 1px solid #bbb;
  border-radius: 4px;
  line-height: 42px;
}

.learn-press-form-login .form-fields .form-field input[type=text]:focus,
.learn-press-form-login .form-fields .form-field input[type=password]:focus,
.learn-press-form-login .form-fields .form-field input[type=tel]:focus,
.learn-press-form-login .form-fields .form-field input[type=url]:focus,
.learn-press-form-login .form-fields .form-field input[type=number]:focus,
.learn-press-form-register .form-fields .form-field input[type=text]:focus,
.learn-press-form-register .form-fields .form-field input[type=password]:focus,
.learn-press-form-register .form-fields .form-field input[type=tel]:focus,
.learn-press-form-register .form-fields .form-field input[type=url]:focus,
.learn-press-form-register .form-fields .form-field input[type=number]:focus {
  border: none;
  outline: 2px solid transparent !important;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 2px #666 !important;
          box-shadow: 0 0 0 2px #666 !important;
}

.learn-press-form-login .form-fields .form-field.required label::after,
.learn-press-form-register .form-fields .form-field.required label::after {
  content: " *";
  display: inline;
}

.learn-press-form-login form[name=learn-press-login] > p > label,
.learn-press-form-register form[name=learn-press-login] > p > label {
  color: #666;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.learn-press-form-login form[name=learn-press-login] > p > a,
.learn-press-form-register form[name=learn-press-login] > p > a {
  color: #666;
  font-size: 16px;
  line-height: 1;
}

.learn-press-form-login form[name=learn-press-login] > p:last-child,
.learn-press-form-register form[name=learn-press-login] > p:last-child {
  margin-bottom: 0;
}

.learn-press-form-login button[type=submit],
.learn-press-form-register button[type=submit] {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  outline: none;
  color: #fff;
  background: #23085a;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
}

.required label {
  font-weight: bold;
}

.required label:after {
  content: " *";
  display: inline;
}

.lp-password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.lp-password-input input[type=password] {
  padding-right: 2.5rem;
}

.lp-password-input input::-ms-reveal {
  display: none;
}

.lp-password-input .lp-show-password-input {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

.lp-password-input .lp-show-password-input::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06e";
}

.lp-password-input .lp-show-password-input.display-password::after {
  color: #585858;
  content: "\f070";
}

.form-desc {
  font-size: smaller;
  font-style: italic;
}

.become-teacher-form {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.become-teacher-form .form-field input[type=text],
.become-teacher-form .form-field input[type=email],
.become-teacher-form .form-field input[type=number],
.become-teacher-form .form-field input[type=password] {
  width: 100%;
}

body div.entry-content > div.learnpress {
  --responsive--aligndefault-width: 100%;
  max-width: var(--lp-content-width, 100%);
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel {
  display: none;
  padding-top: 1.5rem;
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel.active {
  display: block;
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-instructor, #learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-faqs {
  padding-top: 1.5rem;
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-reviews {
  padding: 56px 0 0 0;
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description h4 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#learn-press-course-tabs.show-all .course-tab-panel {
  margin-bottom: 40px;
}

#learn-press-course .lp-course-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #learn-press-course .lp-course-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}
#learn-press-course .lp-course-author .course-author__pull-left {
  margin-right: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #learn-press-course .lp-course-author .course-author__pull-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#learn-press-course .lp-course-author .course-author__pull-left img {
  width: 100%;
  max-width: 96px;
  margin-bottom: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#learn-press-course .lp-course-author .course-author__pull-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  #learn-press-course .lp-course-author .course-author__pull-right {
    width: 100%;
    text-align: center;
  }
}
#learn-press-course .lp-course-author .course-author__pull-right .author-title {
  margin-bottom: 18px;
}

#learn-press-course .lp-course-author .course-author__pull-right .author-title a {
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

#learn-press-course .lp-course-author .course-author__pull-right .author-title a:hover {
  color: #23085a;
}

#learn-press-course .lp-course-author .course-author__pull-right .author-description {
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

#learn-press-course .lp-course-author .author-socials {
  display: grid;
  grid-template-columns: repeat(4, 33px);
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#learn-press-course .lp-course-author .author-socials > a {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #878787;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#learn-press-course .lp-course-author .author-socials > a:hover {
  border-color: #23085a;
  color: #fff;
  background: #23085a;
}

#learn-press-course .lp-course-author .author-socials .fa-googleplus::before {
  content: "\f0d5";
}

#learn-press-course div.lp-list-co-instructor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

#learn-press-course div.lp-list-co-instructor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

@media (max-width: 767px) {
  #learn-press-course div.lp-list-co-instructor__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
  }
}
#learn-press-course div.lp-list-co-instructor__avatar > img {
  width: 100%;
  max-width: 96px;
  border-radius: 999px;
}

#learn-press-course div.lp-list-co-instructor__bio {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#learn-press-course div.lp-list-co-instructor__bio__top > a {
  font-size: 18px;
  font-weight: 600;
}

#learn-press-course div.lp-list-co-instructor__bio__description {
  font-size: 1rem;
}

#learn-press-course .course-price {
  margin-bottom: 0.5em;
  display: none;
}
#learn-press-course .course-price .origin-price, #learn-press-course .course-price .price {
  vertical-align: middle;
}
#learn-press-course .course-price .origin-price {
  margin-right: 10px;
  font-size: 18px;
  font-style: italic;
  text-decoration: line-through;
}
#learn-press-course .course-price .price {
  font-size: 24px;
}

#learn-press-course .lp-course-buttons {
  margin-bottom: 20px;
}

.course-featured-review {
  padding: 1.5em;
}
.course-featured-review .featured-review__stars {
  padding-bottom: 0.5em;
  color: #F4A2C6;
}
.course-featured-review .featured-review__content {
  position: relative;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 24px;
}
.course-featured-review .featured-review__content::after {
  position: absolute;
  top: -42px;
  right: -15px;
  color: rgba(102, 102, 102, 0.1);
  font-size: 180px;
  font-weight: 700;
  font-style: normal;
  content: "‘‘";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#learn-press-course .course-tags a {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  color: #fff;
  background: #9aa5ab;
  font-size: 12px;
  line-height: 1;
}

.edit-content {
  margin-left: 5px;
}

ul.learn-press-nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-bottom: 0;
  background: #f1f2f8;
  list-style: none;
}

ul.learn-press-nav-tabs .course-nav {
  float: left;
  position: relative;
  margin: 0;
  border-right: 1px solid rgba(204, 204, 204, 0.3);
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  list-style: none;
}

ul.learn-press-nav-tabs .course-nav:first-child.active::after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}

ul.learn-press-nav-tabs .course-nav:last-child {
  border-right: 0;
}

ul.learn-press-nav-tabs .course-nav:last-child.active::after {
  position: absolute;
  top: -1px;
  right: -2px;
  width: 2px;
  height: 100%;
  background: #fff;
  content: "";
}

ul.learn-press-nav-tabs .course-nav.active {
  border-bottom: 0;
}

ul.learn-press-nav-tabs .course-nav.active::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #5EBDB0;
  content: "";
}

ul.learn-press-nav-tabs .course-nav.active label {
  color: #23085a;
}

ul.learn-press-nav-tabs .course-nav a {
  display: inline-block;
  padding: 10px 20px;
  border-bottom: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.learn-press-nav-tabs .course-nav a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.learn-press-nav-tabs[data-tabs] .course-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul.learn-press-nav-tabs[data-tabs] .course-nav a {
  width: 100%;
  text-align: center;
}

ul.learn-press-nav-tabs::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  ul.learn-press-nav-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: none;
  }
}
.course-item-popup #tab-curriculum {
  display: block;
}

.course-curriculum ul.curriculum-sections {
  position: relative;
  z-index: 100;
  margin: 0.5em 0em;
  padding: 0;
}

.course-curriculum ul.curriculum-sections .section {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  background: #fff;
  list-style: none;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.course-curriculum ul.curriculum-sections .section:last-child {
  padding: 0;
}

.course-curriculum ul.curriculum-sections .section.section-empty .section-header {
  margin: 0.5em 0em;
}

.course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message {
  margin-right: 15px;
  margin-left: 15px;
}

.course-curriculum ul.curriculum-sections .section-header {
  display: table;
  width: 100%;
  padding: 1.5em;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.course-curriculum ul.curriculum-sections .section-header .section-left {
  vertical-align: top;
}

.course-curriculum ul.curriculum-sections .section-header .section-left .section-title {
  padding: 0;
}

.course-curriculum ul.curriculum-sections .section-header .section-title,
.course-curriculum ul.curriculum-sections .section-header .section-desc {
  margin: 0 0 10px 0;
}

.course-curriculum ul.curriculum-sections .section-header .section-title {
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc::before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  content: "\f107";
}

.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc:hover::before {
  border-top-color: #ccc;
}

.course-curriculum ul.curriculum-sections .section-header .section-desc {
  font-family: inherit;
  margin: 0.5em 0em;
  line-height: 1.5;
}

.course-curriculum ul.curriculum-sections .section-header .section-meta {
  display: block;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.course-curriculum ul.curriculum-sections .section-content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-curriculum ul.curriculum-sections .section-content .course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0px;
  padding: 0em 1.5em;
  background: white;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: padding-left linear 0.15s;
  transition: padding-left linear 0.15s;
}

.course-curriculum ul.curriculum-sections .section-content .course-item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name {
  color: #23085a;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .item-name::before {
  margin-right: 1em;
  color: #23085a;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
  line-height: 1.5;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon,
.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
  padding: 1em 0em;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon::before {
  font-size: 18px;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon.icon-lock {
  float: right;
  margin-top: 15px;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  text-align: right;
}
@media (max-width: 767px) {
  .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
  padding: 0.5em 1em;
  border-radius: 50px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  margin: 0.5em;
  line-height: 1.5;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.final-quiz {
  background: #5EBDB0;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.trans {
  padding: 0;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions {
  background: #23085a;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
  background: #c0c0c0;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status {
  padding: 0;
  color: #999;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status::before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  content: "\f00c";
}

.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link .item-name::before {
  content: "\f059";
  color: #23085a;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link .item-name::before {
  content: "\f15b";
  color: #23085a;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-video .section-item-link .item-name::before {
  content: "\f03d";
}

.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-audio .section-item-link .item-name::before {
  content: "\f028";
}

.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview {
  background: #65d0fd;
  font-style: normal;
  border-radius: 3px;
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.5em 1em;
  min-width: 90px;
  border-radius: 50px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before {
  color: #65d0fd;
  content: "\f023";
}

.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status::before, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-evaluated .course-item-status::before {
  color: #3bb54a;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.item-failed .course-item-status::before, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status::before {
  border-color: #f02425;
  color: #f02425;
  content: "\f00d";
}

.course-curriculum ul.curriculum-sections .section-content .course-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 0;
  background: #00adff;
  content: "";
  -webkit-transition: height linear 0.15s, top linear 0.15s;
  transition: height linear 0.15s, top linear 0.15s;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.current {
  background: #f9f9f9;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.current a::before {
  left: 10px;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.current::before {
  top: 0;
  height: 100%;
}

.course-curriculum ul.curriculum-sections .section-item-link {
  color: #777;
  text-decoration: none;
}

.course-curriculum ul.curriculum-sections .section-desc {
  color: #000;
}

.course-curriculum ul.curriculum-sections .section-title.c + .section-desc {
  display: block;
}

.course-curriculum ul.curriculum-sections .section-title.c span.show-desc::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
}

.course-curriculum ul.curriculum-sections .item-meta.duration {
  background: #d9e0f1;
}

body.course-item-popupx {
  overflow: hidden;
  _opacity: 0;
}

body.course-item-popupx {
  overflow: auto;
  position: fixed;
  z-index: 100;
  top: 32px;
  bottom: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid #ddd;
  background: #fff;
}

body.course-item-popupx .section-header {
  padding: 0 15px;
}

body.course-item-popupx .section-header .section-desc {
  margin: -10px 0 5px;
}

body.course-item-popupx .course-item {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

body.course-item-popupx .course-item a::before {
  left: 15px;
}

body.course-item-popupx #learn-press-content-item {
  overflow: hidden;
  position: fixed;
  z-index: 100;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 400px;
  background: #fff;
}

body.course-item-popupx #learn-press-content-item .content-item-wrap {
  max-width: 900px;
  margin: 10px auto;
}

body.course-item-popupx #learn-press-content-item .course-item-title {
  font-size: 1.4rem;
}

body.course-item-popupx #learn-press-content-item .content-question-summary .review-heading {
  text-align: center;
}

body.course-item-popupx #learn-press-content-item .content-question-summary .question-title {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

body.course-item-popupx #content-item-nav {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 400px;
  height: 60px;
  border-top: 1px solid #ddd;
  background: #f8f8f8;
}

body.course-item-popupx #content-item-nav .content-item-nav-wrap {
  max-width: 900px;
  margin: 10px auto;
}

body.course-item-popupx #content-item-nav button {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
}

body.course-item-popupx .comment-form-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.course-item-popupx.wpadminbar,
body.course-item-popupx.wpadminbar #learn-press-content-item {
  top: 92px;
}

body.course-item-popupx.wpadminbar #course-item-content-header {
  top: 32px;
}

body.course-item-popupx.wpadminbar .content-item-description {
  margin-bottom: 20px;
}

body.course-item-popupx .content-item-summary {
  margin-bottom: 50px;
}

body.course-item-popupx .content-item-summary > h3 {
  margin-bottom: 20px;
}

body.course-item-popupx .content-item-summary.content-item-video .entry-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  line-height: 1;
}

body.course-item-popupx .content-item-summary.content-item-video .entry-video iframe {
  width: 100%;
  max-width: 900px;
  margin-bottom: 0;
  vertical-align: top;
}

body.course-item-popupx .learn-press-content-protected-message {
  margin-bottom: 50px;
  padding: 20px;
  background: #ffe0e0;
}

body.course-item-popupx.content-only #learn-press-content-item {
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
}

body.course-item-popupx.content-only #learn-press-content-item #course-item-content-header,
body.course-item-popupx.content-only #learn-press-content-item #course-item-content-footer {
  display: none;
}

body.course-item-popupx.content-only #learn-press-content-item .content-item-scrollable {
  bottom: 0;
}

body #ifr-course-item {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

body.full-screen-content-item #course-item-content-header .toggle-content-item::before {
  font: 28px/60px "Font Awesome 5 Free";
  content: "\f066";
}

body .content-item-summary .form-button-finish-course,
body .lp-quiz-buttons .form-button-finish-course {
  float: right;
}

#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item::before,
#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item::before,
#wpadminbar #wp-admin-bar-edit-lp_question .ab-item::before {
  top: 2px;
  font-family: "Font Awesome 5 Free";
}

#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item::before {
  content: "\f017";
}

#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item::before {
  content: "\f15c";
}

#wpadminbar #wp-admin-bar-edit-lp_question .ab-item::before {
  content: "\f29c";
}

.scroll-wrapper {
  overflow: hidden;
  opacity: 0;
}

.scroll-wrapper .scroll-element {
  background: transparent;
}

.scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.scroll-wrapper:hover .scroll-element.scroll-y.scroll-scrolly_visible {
  opacity: 0.7;
}

.course-remaining-time .lp-label.label-enrolled {
  font-size: inherit;
}

.learn-press-course-results-progress {
  margin-right: -4%;
}

.learn-press-course-results-progress .items-progress,
.learn-press-course-results-progress .course-progress {
  float: left;
  width: 46%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.learn-press-course-results-progress .items-progress .items-progress__heading,
.learn-press-course-results-progress .course-progress .items-progress__heading {
  margin: 0.5em 0em;
}

.learn-press-course-results-progress .items-progress .lp-progress-bar,
.learn-press-course-results-progress .course-progress .lp-progress-bar {
  overflow: hidden;
  position: relative;
  height: 10px;
  border-radius: 5px;
}

.learn-press-course-results-progress .items-progress .lp-progress-bar .lp-progress-value,
.learn-press-course-results-progress .course-progress .lp-progress-bar .lp-progress-value {
  position: absolute;
  width: 100%;
  height: 10px;
  margin-left: -100%;
  border-radius: 5px;
}

.learn-press-course-results-progress .items-progress .lp-course-status .grade.failed,
.learn-press-course-results-progress .course-progress .lp-course-status .grade.failed {
  background: #f00;
}

.learn-press-course-results-progress .items-progress .lp-course-status .grade.passed,
.learn-press-course-results-progress .course-progress .lp-course-status .grade.passed {
  background: #3eadff;
}

.learn-press-course-results-progress::after {
  display: block;
  clear: both;
  content: "";
}

#course-item-content-header,
#course-item-content-footer {
  position: fixed;
  right: 0;
  height: 60px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#course-item-content-header {
  z-index: 100;
  top: 0;
  left: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  background: #e7f7ff;
}

#course-item-content-header .course-item-search {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  padding: 15px;
}

#course-item-content-header .course-item-search input {
  float: left;
  width: 385px;
  height: 30px;
  padding: 0;
  border: none;
  color: #aaa;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: italic;
}

#course-item-content-header .course-item-search input:focus {
  outline: none;
  color: #777;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#course-item-content-header .course-item-search button {
  position: absolute;
  z-index: 99;
  right: 15px;
  height: 30px;
  margin-left: -30px;
  padding: 0;
  border: none;
  color: #777;
  background: transparent;
  font-size: 15px;
  line-height: 30px;
}

#course-item-content-header .course-item-search button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
}

#course-item-content-header .course-item-search.has-keyword button::after {
  content: "\f00d";
}

#course-item-content-header .course-title {
  float: left;
  clear: none;
  height: 60px;
  margin: 0;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 60px;
}

#course-item-content-header .course-title a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#course-item-content-header .course-title::before {
  display: none;
  content: "";
}

#course-item-content-header .form-button.lp-button-back {
  float: right;
  margin-right: 15px;
}

#course-item-content-header .toggle-content-item {
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  border-left: 1px solid #ddd;
  text-align: center;
}

#course-item-content-header .toggle-content-item::before {
  font: 28px/60px "Font Awesome 5 Free";
  content: "\f065";
}

#course-item-content-footer {
  display: none;
  bottom: 0;
  left: 400px;
  padding: 15px;
  border-top: 1px solid #ddd;
}

#course-item-content-footer button,
#course-item-content-footer .lp-button {
  height: 35px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
}

.learn-press-form.completed button::before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  content: "\f00c";
}

.viewing-course-item .section-header .section-desc {
  display: none;
}

.course-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-meta .course-meta__pull-left {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .course-meta .course-meta__pull-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.course-meta .course-meta__pull-left .meta-item {
  display: inline-block;
  margin-right: 1.5em;
}

/***********/
@media screen and (max-width: 1300px) {
  body.course-item-popup #course-item-content-header .course-item-search {
    width: 300px;
  }
  body.course-item-popup #course-item-content-header .course-item-search input {
    width: 285px;
  }
  body.course-item-popup #course-item-content-header .course-item-search button {
    left: 300px;
  }
  body.course-item-popup {
    width: 300px;
  }
  body.course-item-popup .progress-bg {
    width: 40px;
  }
  body.course-item-popup #content-item-nav,
  body.course-item-popup #learn-press-content-item,
  body.course-item-popup #course-item-content-footer {
    left: 300px;
  }
  body.course-item-popup .section-desc {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body.course-item-popupx #course-item-content-header .course-item-search {
    width: 300px;
  }
  body.course-item-popupx #course-item-content-header .course-item-search input {
    width: 285px;
  }
  body.course-item-popupx #course-item-content-header .course-item-search button {
    left: 300px;
  }
  body.course-item-popupx {
    width: 300px;
  }
  body.course-item-popupx #content-item-nav,
  body.course-item-popupx #learn-press-content-item,
  body.course-item-popupx #course-item-content-footer {
    left: 300px;
  }
  body.course-item-popupx #learn-press-content-item .content-item-nav-wrap,
  body.course-item-popupx #learn-press-content-item .content-item-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body.course-item-popup #course-item-content-header .course-item-search {
    width: 200px;
  }
  body.course-item-popup #course-item-content-header .course-item-search input {
    width: 185px;
  }
  body.course-item-popup #course-item-content-header .course-item-search button {
    left: 200px;
  }
  body.course-item-popup {
    width: 200px;
  }
  body.course-item-popup #content-item-nav,
  body.course-item-popup #learn-press-content-item,
  body.course-item-popup #course-item-content-footer {
    left: 200px;
  }
  body.course-item-popup #learn-press-content-item .content-item-nav-wrap,
  body.course-item-popup #learn-press-content-item .content-item-wrap {
    width: 90%;
  }
  body.course-item-popup.wpadminbar #learn-press-content-item,
  body.course-item-popup.wpadminbar {
    top: 106px;
  }
  body.course-item-popup.wpadminbar #course-item-content-header {
    top: 46px;
  }
  .learn-press-course-results-progress {
    margin-right: 0%;
  }
  .learn-press-course-results-progress .items-progress,
  .learn-press-course-results-progress .course-progress {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
button[data-counter] {
  position: relative;
}

button[data-counter]::after {
  padding-left: 5px;
  content: "(+" attr(data-counter) ")";
}

.circle-bar {
  position: relative;
  width: 300px;
  height: 300px;
  border-color: #ddd;
}

.circle-bar::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 10px solid #ddd;
  border-radius: 50%;
  content: "";
}

.circle-bar .before,
.circle-bar .after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 10px solid #65d0fd;
  border-radius: 50%;
}

.circle-bar .before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.circle-bar .after {
  border-color: #14c4ff;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.circle-bar.bg50 .after {
  z-index: 10;
  border-bottom-color: inherit;
  border-left-color: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lp-sort-bg label.option-title {
  background: rgba(255, 182, 6, 0.68) !important;
}

.learn-press-message.fixed {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  background: rgba(0, 173, 255, 0.6);
  text-align: center;
  z-index: 100;
  color: #FFF;
  padding: 10px;
}

.learn-press-message.fixed[data-delay-in] {
  display: none;
}

/**
 * CSS for overriding some style defaults of themes
 */
/**/
.learn-press-tip {
  display: none;
  margin: 0 5px;
  color: #444;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  cursor: pointer;
}

.learn-press-tip.ready {
  display: inline-block;
}

.learn-press-tip::before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
}

.learn-press-tip:hover {
  opacity: 0.8;
}

.learn-press-tip-floating {
  position: absolute;
  z-index: 10000;
  min-width: 20px;
  margin-left: -1px;
  padding: 0.618em 1em;
  color: #fff;
  background: #383838;
  font-size: 12px;
  line-height: 1.5em;
  border-radius: 3px;
}

.learn-press-tip-floating > * {
  font-size: 12px;
}

.learn-press-tip-floating .close {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  color: #fff;
  background: #468fbc;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.learn-press-tip-floating .close::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
}

.learn-press-tip-floating p {
  margin: 0;
}

.learn-press-tip-floating::before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top-color: #383838;
  border-bottom-width: 0;
  content: "";
}

body.lp-preview.admin-bar #learn-press-content-item {
  top: 32px !important;
}

body.lp-preview {
  display: none;
}

body.lp-preview #learn-press-content-item {
  top: 0 !important;
  left: 0 !important;
}

body.lp-preview #course-item-content-header {
  display: none;
}

/**
 * CSS for jAlerts
 */
/**
 * Mixin
 */
@-webkit-keyframes rotating4 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating4 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animation4 {
  from {
    left: -40%;
    width: 40%;
  }
  to {
    left: 100%;
    width: 10%;
  }
}
@keyframes animation4 {
  from {
    left: -40%;
    width: 40%;
  }
  to {
    left: 100%;
    width: 10%;
  }
}
#popup_container {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

body.confirm #popup_overlay {
  z-index: 10000 !important;
}

body.confirm #popup_container {
  z-index: 10000 !important;
  max-width: 90% !important;
  min-width: 300px !important;
  padding: 10px !important;
  background: #f8f8f8;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  border-radius: 3px;
}

body.confirm #popup_container #popup_title {
  display: none !important;
}

body.confirm #popup_container #popup_message {
  margin: -10px;
  background: #FFF;
  padding: 20px;
  border-radius: 3px;
}

body.confirm #popup_container .close {
  position: absolute;
  top: 3px;
  right: 10px;
}

body.confirm #popup_container #popup_panel {
  margin-top: 20px;
  text-align: center;
}

body.confirm #popup_container #popup_panel button, body.confirm #popup_container #popup_panel input[type=button], body.confirm #popup_container #popup_panel input[type=submit] {
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
}

body.confirm #popup_container #popup_cancel {
  display: none;
}

body.confirm #popup_container.ready {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
 * Archive courses page.
 */
a {
  text-decoration: none;
}

.lp-content-area {
  max-width: 100%;
  margin: 0 auto;
}

.lp-archive-courses.loading ul.learn-press-courses {
  position: relative;
}

.lp-archive-courses.loading ul.learn-press-courses::after {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(190, 190, 190, 0.2)), color-stop(37%, rgba(129, 129, 129, 0.24)), color-stop(63%, rgba(190, 190, 190, 0.2)));
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  list-style: none;
  content: "";
  -webkit-animation: lp-skeleton-loading 1.4s ease infinite;
          animation: lp-skeleton-loading 1.4s ease infinite;
}

.lp-archive-courses.loading ul.learn-press-courses::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8%;
  background: #fff;
  content: "";
}

.lp-archive-courses form[name=search-course] {
  position: relative;
  margin-bottom: 20px;
}

.lp-archive-courses form[name=search-course] .search-course-input {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lp-archive-courses form[name=search-course] .search-course-button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  height: auto;
  padding: 15px;
  line-height: 1px;
}

.lp-archive-courses .learn-press-courses-header {
  float: left;
  padding-top: 4px;
}

.lp-archive-courses .learn-press-courses-header h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses-header {
    margin-bottom: 20px;
  }
}
.lp-archive-courses .learn-press-courses[data-layout=list] {
  margin: 0;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course {
    padding: 15px;
  }
}
.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-wrap-thumbnail {
  float: left;
  width: 35.8%;
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-wrap-thumbnail {
    width: 100%;
  }
}
.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content {
  float: right;
  width: calc(64.2% - 76px);
  padding-top: 5px;
}

@media (max-width: 1200px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content {
    width: calc(64.2% - 40px);
  }
}
@media (max-width: 1200px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content {
    width: calc(64.2% - 25px);
  }
}
@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content {
    width: 100%;
    padding-top: 20px;
  }
}
.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-categories a {
  position: relative;
  padding: 2px 20px 2px 15px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%);
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink {
  overflow: hidden;
  height: 25px;
  margin-bottom: 5px;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink .course-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink .course-title:hover {
  color: #23085a;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 18px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item {
  padding-right: 28px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item {
    padding-right: 20px;
  }
}
.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item::before {
  position: relative;
  top: -1px;
  margin-right: 8px;
  color: #5EBDB0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.meta-item-level::before {
  content: "\f012";
}

.meta-item-duration::before {
  content: "\f017";
}

.meta-item-lesson::before {
  content: "\f0c5";
}

.meta-item-quiz::before {
  content: "\f12e";
}

.meta-item-student::before {
  content: "\f501";
}

@media (max-width: 815px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-tags a {
  margin: 0 10px 10px 0;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
  background: #e4a2a2;
  line-height: 1;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer {
  float: left;
  margin-right: 20px;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer .course-students {
  display: none;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer .course-price {
  float: unset;
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer {
    margin-bottom: 30px;
  }
}
.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore {
  float: right;
  position: relative;
  right: 4px;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore a {
  padding: 9px 24px;
  border-radius: 3px;
  color: #fff;
  background: #23085a;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore a:hover {
  opacity: 0.5;
  background: #23085a;
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: unset;
    clear: both;
  }
}
@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-size="3"] .course {
    width: 100%;
  }
}
.lp-courses-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .lp-courses-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lp-courses-bar .search-courses {
  position: relative;
  width: 306px;
  max-width: 100%;
  margin-right: 20px;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lp-courses-bar .search-courses input[type=text] {
  width: 100%;
  height: 44px;
  padding: 6px 32px 6px 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 1;
}

.lp-courses-bar .search-courses input[type=text]:focus {
  border-color: #23085a;
  outline: 0;
}

.lp-courses-bar .search-courses button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  color: #333;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.lp-courses-bar .search-courses button:focus {
  border: 0;
  outline: 0;
}

.lp-courses-bar .search-courses button.loading > i::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f110";
  -webkit-animation: lp-rotating 1s linear infinite;
  animation: lp-rotating 1s linear infinite;
}

.lp-courses-bar .search-courses ::-webkit-input-placeholder {
  color: #999;
}

.lp-courses-bar .search-courses :-ms-input-placeholder {
  color: #999;
}

.lp-courses-bar .search-courses ::-moz-placeholder {
  color: #999;
}

.lp-courses-bar .search-courses ::-ms-input-placeholder {
  color: #999;
}

.lp-courses-bar .search-courses ::placeholder {
  color: #999;
}

@media (max-width: 767px) {
  .lp-courses-bar .search-courses {
    width: 100%;
  }
}
.lp-courses-bar .switch-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  line-height: 1;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-courses-bar .switch-layout input[type=radio] {
  display: none;
}

.lp-courses-bar .switch-layout .switch-btn {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  text-align: center;
  cursor: pointer;
}

.lp-courses-bar .switch-layout .switch-btn::before {
  display: inline-block;
  margin: 8px 6px;
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}

.lp-courses-bar .switch-layout .switch-btn.grid::before {
  content: "\f00a";
}

.lp-courses-bar .switch-layout .switch-btn.list {
  margin-left: 3px;
}

.lp-courses-bar .switch-layout .switch-btn.list::before {
  content: "\f03a";
}

input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2)::before {
  color: #23085a;
}

input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4)::before {
  color: #23085a;
}

input[type=radio]:nth-child(5):checked ~ .switch-btn:nth-child(6) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(5):checked ~ .switch-btn:nth-child(6)::before {
  color: #23085a;
}

input[type=radio]:nth-child(7):checked ~ .switch-btn:nth-child(8) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(7):checked ~ .switch-btn:nth-child(8)::before {
  color: #23085a;
}

input[type=radio]:nth-child(9):checked ~ .switch-btn:nth-child(10) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(9):checked ~ .switch-btn:nth-child(10)::before {
  color: #23085a;
}

input[type=radio]:nth-child(11):checked ~ .switch-btn:nth-child(12) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(11):checked ~ .switch-btn:nth-child(12)::before {
  color: #23085a;
}

input[type=radio]:nth-child(13):checked ~ .switch-btn:nth-child(14) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(13):checked ~ .switch-btn:nth-child(14)::before {
  color: #23085a;
}

input[type=radio]:nth-child(15):checked ~ .switch-btn:nth-child(16) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(15):checked ~ .switch-btn:nth-child(16)::before {
  color: #23085a;
}

input[type=radio]:nth-child(17):checked ~ .switch-btn:nth-child(18) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(17):checked ~ .switch-btn:nth-child(18)::before {
  color: #23085a;
}

input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20) {
  background: #f8f8f8;
}

input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
  color: #23085a;
}

/**
 *  End Archive courses page.
 */
/**
 *  Single course page
*/
.lp-archive-courses .course-summary .course-summary-content .course-detail-info {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f7f8ff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left {
  width: 100%;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-title {
  margin: 1.5em 0em;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-primary .course-meta__pull-left .meta-item-categories::before {
  font-weight: 400;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary {
  margin-bottom: 0;
}

.course-meta__pull-left .meta-item span {
  padding-right: 4px;
}

.course-meta__pull-left .meta-item::before {
  margin-right: 8px;
  color: #65d0fd;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__image {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__image img {
  overflow: hidden;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value label {
  margin: 0;
  color: #999;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value > div {
  line-height: 1.5;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value > div a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value > div a:hover {
  color: #23085a;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories::before {
  margin-right: 10px;
  font-size: 36px;
  content: "\f02e";
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories .meta-item__value div span {
  padding: 0 5px;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories .meta-item__value div a:hover {
  color: #23085a;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-review .meta-item__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-review .meta-item__value .review-stars-rated {
  margin-bottom: 0;
  line-height: 1;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-duration::before {
  content: "\f017";
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-level::before {
  content: "\f012";
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-lesson::before {
  content: "\f0c5";
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-quiz::before {
  content: "\f12e";
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-student::before {
  content: "\f501";
}

.lp_allow_repuchase_select {
  padding: 20px;
  background: #f7f7f7;
}

.lp_allow_repuchase_select > ul {
  padding: 0;
  list-style: none;
}

.lp_allow_repuchase_select > a {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  background-color: #222;
}

.learnpress-page .lp-button.secondary {
  background: #9198ab;
}

.learnpress-page .lp-button.secondary:hover {
  background: #9ba6c5;
}

.learnpress-page .lp-button:disabled, .learnpress-page .lp-button[disabled] {
  background: #ddd;
  pointer-events: none;
}

.learnpress-page:hover {
  text-decoration: none;
}

.section-title {
  position: relative;
  margin-bottom: 0;
}

.section-title span.show-desc {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.section-title span.show-desc::before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  content: "\f107";
}

.section-title span.show-desc:hover::before {
  border-top-color: #ccc;
}

.lp-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(209, 213, 219, 0.8);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header {
  padding: 2em;
}

.wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
  font-size: 1.4em;
}

.lp-modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-modal-dialog .lp-modal-content {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
  width: auto;
  max-width: 600px;
  border-radius: 8px;
  text-align: left;
  vertical-align: middle;
  background: white;
  color: black;
}

.lp-modal-dialog .lp-modal-content .lp-modal-header {
  border-bottom: 1px solid #eee;
  background: #23085a;
  padding: 1.5em;
  text-transform: capitalize;
}

.lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
  margin: 0;
  color: white;
  font-size: inherit;
}

.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content {
  max-height: 500px;
  overflow: auto;
}

.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em {
  padding: 2em 2em;
}

.lp-modal-dialog .lp-modal-header {
  padding: 0 20px;
}

.lp-modal-dialog .lp-modal-footer {
  padding: 1em;
  text-align: right;
}

.lp-modal-dialog .btn-yes {
  background-color: white;
  border: solid 1px #23085a;
  color: #23085a;
  padding: 0.2em 1.5em;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.lp-modal-dialog .btn-yes:hover {
  background-color: #23085a;
  color: white;
}

.lp-modal-dialog .btn-no {
  background-color: white;
  border: solid 1px #23085a;
  color: #23085a;
  padding: 0.2em 1.5em;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-right: 0.5em;
}
.lp-modal-dialog .btn-no:hover {
  background-color: #23085a;
  color: white;
}

#lp-modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

#lp-modal-window {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  padding: 35px 60px 28px 60px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
}

#lp-modal-window #lp-modal-content {
  margin: 0 0 24px 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

#lp-modal-window #lp-modal-content > * {
  margin: 0 0 0.5em;
}

#lp-modal-window #lp-modal-content #lp-modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#lp-modal-window #lp-modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#lp-modal-window #lp-modal-buttons .lp-button {
  position: relative;
  margin: 0 10px 0 10px;
}

.learn-press-comments {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5em;
}

.course-curriculum .section-header .section-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-curriculum .section-header .section-left .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.course-curriculum .section-header .section-left .section-toggle {
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
}

.course-curriculum .section-header .section-left .section-toggle .fa-caret-down {
  display: none;
}

.course-curriculum .section-header .learn-press-progress {
  width: 80px;
}

.course-curriculum .section.closed .section-toggle .fa-caret-down {
  display: inline-block;
}

.course-curriculum .section.closed .section-toggle .fa-caret-up {
  display: none;
}

.course-curriculum .section.closed .section-content {
  overflow: hidden;
  height: 0;
}

.lp-skeleton-animation {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-skeleton-animation > li {
  width: 100%;
  height: 16px;
  margin-top: 15px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(190, 190, 190, 0.2)), color-stop(37%, rgba(129, 129, 129, 0.24)), color-stop(63%, rgba(190, 190, 190, 0.2)));
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  list-style: none;
  -webkit-animation: lp-skeleton-loading 1.4s ease infinite;
          animation: lp-skeleton-loading 1.4s ease infinite;
}

@-webkit-keyframes lp-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

@keyframes lp-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
input[type=text],
input[type=email],
input[type=number],
input[type=password] {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*  start reset css */
body {
  background: #fff;
}

body.learnpress-page {
  overflow-x: hidden;
}

.wrap-fullwidth {
  margin-right: -1000px;
  margin-left: -1000px;
}

.wrap-fullwidth a:focus,
.wrap-fullwidth button:focus,
.wrap-fullwidth input:focus,
.wrap-fullwidth textarea:focus {
  border: 0;
  outline: 0;
}

.wrap-fullwidth a:hover {
  text-decoration: none;
}

.wrap-fullwidth p {
  word-break: break-word;
}

.wrap-fullwidth p:last-child {
  margin-bottom: 0;
}

.wrap-fullwidth label {
  display: block;
  margin: 0;
  outline: none;
}

.wrap-fullwidth img {
  max-width: 100%;
  height: auto;
}

.wrap-fullwidth form {
  margin: 0;
}

.wrap-fullwidth .col-full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0;
}

.wrap-fullwidth .col-full .woocommerce-breadcrumb {
  display: none;
}

/*  end reset css */
footer {
  clear: both;
}

.margin-bottom {
  margin-bottom: 20px;
}

.hide-if-js {
  display: none !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.lp-form-fields {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-form-fields .form-field {
  margin: 0 0 20px 0;
  list-style: none;
}

.lp-content-wrap {
  width: 1170px;
  max-width: 90%;
  margin: 0 auto;
}

.lp-content-wrap > h2 {
  margin-top: 0;
  margin-bottom: 26px;
  color: #333;
  font-size: 30px;
  font-weight: 600;
}

.learn-press-breadcrumb {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto 45px auto;
  padding: 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
}

.learn-press-breadcrumb li {
  display: inline-block;
  margin: 0;
}

.learn-press-breadcrumb li a {
  color: #666;
  font-weight: 300;
}

.learn-press-breadcrumb li a:hover {
  color: #23085a;
}

.learn-press-breadcrumb i {
  margin: 0 5px;
  color: #666;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .learn-press-breadcrumb {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.learn-press-breadcrumb a {
  color: #666;
  font-weight: 300;
}

.learnpress-page .lp-button,
.learnpress-page #lp-button {
  padding: 16px 24px;
  border: 1px solid #ccc;
  color: #333;
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.learnpress-page .lp-button.large,
.learnpress-page #lp-button.large {
  height: 52px;
  padding: 18px 30px;
  font-size: 18px;
}

.learnpress-page .lp-button.gray,
.learnpress-page #lp-button.gray {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 5px;
  padding: 0;
  border: 0;
}

.learnpress-page .lp-button.gray:hover,
.learnpress-page #lp-button.gray:hover {
  background: transparent;
  text-decoration: none;
}

.learnpress-page .lp-button.gray:focus,
.learnpress-page #lp-button.gray:focus {
  border: 0;
  outline: 0;
}

.learnpress-page .lp-button:hover,
.learnpress-page #lp-button:hover {
  border-color: #23085a;
  color: #fff;
  background: #23085a;
}

.learnpress-page .lp-button.btn-ajax-off .icon,
.learnpress-page #lp-button.btn-ajax-off .icon {
  display: none;
}

.learnpress-page .lp-button.btn-ajax-on .icon,
.learnpress-page #lp-button.btn-ajax-on .icon {
  display: inline-block;
  margin-right: 5px;
  -webkit-animation: lp-rotating 1s linear infinite;
  animation: lp-rotating 1s linear infinite;
}

.learnpress-page .lp-button:focus,
.learnpress-page #lp-button:focus {
  outline: 0;
}

.learnpress-page .lp-button.loading::before,
.learnpress-page #lp-button.loading::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f110";
  -webkit-animation: lp-rotating 1s linear infinite;
          animation: lp-rotating 1s linear infinite;
}

.learnpress-page .rwmb-field .description {
  margin-top: 8px;
  color: #999;
  font-size: smaller;
  font-style: italic;
}

.lp-ajax-message {
  display: none;
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #5EBDB0;
  border-radius: 9px;
  font-size: 15px;
  line-height: 1.4;
}

.lp-ajax-message.error {
  border-color: #d85554;
}

.course-meta {
  margin-bottom: 0px;
}

.course-meta .course-students::before {
  font-family: "Font Awesome 5 Free";
  content: "";
}

#learn-press-course-tabs {
  margin-bottom: 40px;
}

#learn-press-course-tabs.course-tabs {
  margin-top: 0px;
}

/* Archive */
.learn-press-checkout-comment h4 {
  display: none;
}

.order-comments {
  width: 100%;
  min-height: 150px;
}

/**
 * Forms
 */
.retake-course,
.enroll-course,
.purchase-course {
  display: inline-block;
  width: 100%;
}

/* */
.table-orders {
  font-size: 16px;
}

.table-orders th,
.table-orders td {
  padding: 5px 10px;
}

.form-button {
  margin: 0px;
}

.learn-press-pagination {
  padding-bottom: 20px;
  text-align: center;
}

.learn-press-pagination .page-numbers {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  list-style: none;
}

.learn-press-pagination .page-numbers > li {
  display: inline-block;
  margin: 0;
  padding: 0 14px;
}

.learn-press-pagination .page-numbers > li .page-numbers {
  float: unset;
  padding: 0;
  color: #666;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
}

.learn-press-pagination .page-numbers > li .page-numbers.current {
  color: #23085a;
  font-weight: 400;
}

.learn-press-pagination .page-numbers > li .page-numbers:hover {
  color: #23085a;
}

ul.list-table-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  list-style: none;
}

ul.list-table-nav .nav-text {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul.list-table-nav .nav-pages {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul.list-table-nav .nav-pages .learn-press-pagination {
  display: inline-block;
  margin-bottom: 0;
}

.primary-color {
  color: #00adff;
}

.primary-color-before::before {
  color: #00adff;
}

.primary-color-after::after {
  color: #00adff;
}

.primary-background-color {
  background: #00adff;
}

.primary-background-color {
  background: #00adff;
}

.course-origin-price {
  margin-right: 5px;
  font-size: 85%;
  text-decoration: line-through;
}

.content-item-wrap #comments {
  margin-right: 0;
  margin-left: 0;
}

.content-item-wrap #comments #comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.course-summary .course-summary-sidebar {
  position: relative;
}

.course-summary .course-summary-sidebar.slide-down .course-summary-sidebar__inner {
  position: fixed;
  top: 0;
}

.course-summary .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
  position: absolute;
}

.course-graduation span {
  color: #999;
}

.course-graduation .icon {
  margin-right: 5px;
  font-size: 20px;
}

.course-graduation.passed .icon {
  color: #5EBDB0;
}

.course-graduation.error .icon {
  color: #d85554;
}

.learn-press-template-warning::before {
  color: #ffc107;
  font-family: "Font Awesome 5 Free";
  content: "\f071";
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio],
#learn-press-course-tabs .course-tab-panel {
  display: none;
}

#learn-press-course-tabs .course-nav label {
  display: block;
  margin: 0;
  padding: 18px 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .course-tab-panels .course-tab-panel:nth-child(1) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label {
  color: #23085a;
  background: #fff;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .course-tab-panels .course-tab-panel:nth-child(2) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label {
  color: #23085a;
  background: #fff;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .course-tab-panels .course-tab-panel:nth-child(3) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label {
  color: #23085a;
  background: #fff;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .course-tab-panels .course-tab-panel:nth-child(4) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label {
  color: #23085a;
  background: #fff;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .course-tab-panels .course-tab-panel:nth-child(5) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label {
  color: #23085a;
  background: #fff;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .course-tab-panels .course-tab-panel:nth-child(6) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) label {
  color: #23085a;
  background: #fff;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .course-tab-panels .course-tab-panel:nth-child(7) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) label {
  color: #23085a;
  background: #fff;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .course-tab-panels .course-tab-panel:nth-child(8) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) label {
  color: #23085a;
  background: #fff;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .course-tab-panels .course-tab-panel:nth-child(9) {
  display: block;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) {
  border-bottom: 0;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) label {
  color: #23085a;
  background: #fff;
}

.learnpress {
  width: 100%;
}

.bc-profile-content-area {
  width: 100%;
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

#learn-press-profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#learn-press-profile .lp-user-profile-avatar img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#learn-press-profile .lp-user-profile-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#learn-press-profile .lp-user-profile-socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  border: 1px solid #cfcfcf;
  color: #666;
  background: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#learn-press-profile .lp-user-profile-socials a:hover {
  border-color: #23085a;
  color: #fff;
  background: #23085a;
}

.bc-profile-info {
  grid-column: 1/span 4;
  grid-row: 1/span 1;
  padding: 1.5em;
  background-color: #f7f8ff;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .bc-profile-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bc-profile-info .lp-user-profile-avatar {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .bc-profile-info .lp-user-profile-avatar {
    width: 100%;
    margin-bottom: 1em;
  }
}
.bc-profile-info .lp-profile-left {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bc-profile-info .lp-profile-left {
    width: 100%;
  }
}
.bc-profile-info .lp-profile-right {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .bc-profile-info .lp-profile-right {
    padding: 0px;
  }
}
.bc-profile-info .lp-profile-right .lp-profile-username {
  text-transform: capitalize;
  font-weight: 700;
  color: #23085a;
}
#profile-sidebar {
  grid-column: 1/span 1;
  grid-row: 2/3;
}
@media screen and (max-width: 991px) {
  #profile-sidebar {
    grid-column: 1/span 4;
  }
}
#profile-sidebar .bc-profile-sidebar {
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 0em;
}
#profile-sidebar .lp-profile-nav-tabs > li:first-child {
  margin-top: 15px;
}
#profile-sidebar .lp-profile-nav-tabs > li:last-child {
  margin-bottom: 15px;
}

#profile-content {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 1.5em;
  overflow: hidden;
  grid-column: 2/span 3;
  grid-row: 2/3;
}
@media screen and (max-width: 991px) {
  #profile-content {
    grid-column: 1/span 4;
    grid-row: 3/4;
  }
}

#learn-press-profile #profile-nav .lp-profile-nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li {
  position: relative;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover {
  -webkit-box-shadow: inset 5px 0 0px #65d0fd;
          box-shadow: inset 5px 0 0px #65d0fd;
  background-color: #f8f8f8;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover a::after {
  content: "\f053";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active {
  -webkit-box-shadow: inset 5px 0 0px #65d0fd;
          box-shadow: inset 5px 0 0px #65d0fd;
  background-color: #f8f8f8;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active a::after {
  content: "\f053";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li a {
  display: block;
  padding: 1em 1.5em;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li a i {
  display: inline-block;
  width: 1.5em;
  margin-right: 0.5em;
  color: #23085a;
  text-align: left;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li a::after {
  float: right;
  margin-right: 4px;
  color: #999;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  content: "\f054";
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.has-child ul {
  display: none;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.has-child.active ul {
  display: block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.has-child.active ul li {
  -webkit-box-shadow: inset 0px 0 0px #65d0fd;
          box-shadow: inset 0px 0 0px #65d0fd;
  background-color: white;
  padding-left: 0em;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.has-child.active ul li.active {
  background-color: rgba(248, 248, 248, 0.2);
  -webkit-box-shadow: inset 5px 0 0px #F4A2C6;
          box-shadow: inset 5px 0 0px #F4A2C6;
}
#learn-press-profile #profile-nav .lp-profile-nav-tabs li.has-child.active ul li:hover {
  background-color: rgba(248, 248, 248, 0.2);
  -webkit-box-shadow: inset 5px 0 0px #F4A2C6;
          box-shadow: inset 5px 0 0px #F4A2C6;
}

#learn-press-profile #profile-content .lp-button {
  display: block;
  margin: 0px;
  padding: 0.5em 1em;
  font-size: 14px;
  font-weight: 500;
  border-radius: 9px;
  border-radius: 30px;
}
#learn-press-profile #profile-content .lp-button:hover {
  border-color: #23085a;
}

#learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course {
  margin: 0px;
}
#learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-categories {
  padding: 0;
}
#learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-instructor {
  margin-bottom: 14px;
}

#learn-press-profile #profile-content #profile-content-orders .profile-orders table {
  margin-top: 0;
}

#learn-press-profile #profile-content #profile-content-orders .column-order-actions a {
  margin-right: 6px;
}

#learn-press-profile #dashboard-general-statistic {
  margin-bottom: 55px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#learn-press-profile .dashboard-general-statistic__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#learn-press-profile .dashboard-general-statistic__row .statistic-box {
  width: 270px;
  margin: 0 15px 40px 15px;
  padding: 27px 25px 15px 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f9fafc;
  text-align: center;
}

@media (max-width: 990px) {
  #learn-press-profile .dashboard-general-statistic__row .statistic-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #learn-press-profile .dashboard-general-statistic__row .statistic-box {
    width: 100%;
    margin: 0 15px 20px 15px;
  }
}
#learn-press-profile .dashboard-general-statistic__row .statistic-box .statistic-box__text {
  margin: 0 0 7px 0;
  padding: 0;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

#learn-press-profile .dashboard-general-statistic__row .statistic-box .statistic-box__number {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

#learn-press-profile .dashboard-general-statistic__row .statistic-box:hover {
  background: #eaeaea;
}

#learn-press-profile .dashboard-general-statistic__row[data-col="2"] .statistic-box {
  width: 50%;
}

#learn-press-profile .dashboard-general-statistic__row[data-col="4"] .statistic-box {
  width: 25%;
}

#learn-press-profile .dashboard-general-statistic__row[data-col="5"] .statistic-box {
  width: 20%;
}

#learn-press-profile .profile-courses > h3 {
  margin-top: 0;
  margin-bottom: 36px;
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}

#learn-press-profile-basic-information .form-field,
form[name=profile-change-password] .form-field {
  margin: 0 10px 24px 10px;
}

#learn-press-profile-basic-information .form-field > label,
form[name=profile-change-password] .form-field > label {
  margin: 0 0 12px 0;
  color: #23085a;
  font-size: 16px;
  font-weight: 700;
}

#learn-press-profile-basic-information .form-field .form-field-input input,
form[name=profile-change-password] .form-field .form-field-input input {
  height: 43px;
  padding: 8px 20px;
  font-weight: 400;
}

#learn-press-profile-basic-information .form-field .form-field-input input[type=password],
form[name=profile-change-password] .form-field .form-field-input input[type=password] {
  padding: 8px 20px;
}

#learn-press-profile-basic-information .form-field .form-field-input textarea,
form[name=profile-change-password] .form-field .form-field-input textarea {
  padding: 9px 20px 16px 20px;
  font-weight: 500;
  line-height: 24px;
}

#learn-press-profile-basic-information .form-field .form-field-input input,
#learn-press-profile-basic-information .form-field .form-field-input textarea,
form[name=profile-change-password] .form-field .form-field-input input,
form[name=profile-change-password] .form-field .form-field-input textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

#learn-press-profile-basic-information .form-field .form-field-input input:focus,
#learn-press-profile-basic-information .form-field .form-field-input textarea:focus,
form[name=profile-change-password] .form-field .form-field-input input:focus,
form[name=profile-change-password] .form-field .form-field-input textarea:focus {
  border: 2px solid #5EBDB0;
  outline: 0;
  color: #222;
}

#learn-press-profile-basic-information .form-field .form-field-input ::-webkit-input-placeholder, form[name=profile-change-password] .form-field .form-field-input ::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-profile-basic-information .form-field .form-field-input ::-moz-placeholder, form[name=profile-change-password] .form-field .form-field-input ::-moz-placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-profile-basic-information .form-field .form-field-input :-ms-input-placeholder, form[name=profile-change-password] .form-field .form-field-input :-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-profile-basic-information .form-field .form-field-input ::-ms-input-placeholder, form[name=profile-change-password] .form-field .form-field-input ::-ms-input-placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-profile-basic-information .form-field .form-field-input ::placeholder,
form[name=profile-change-password] .form-field .form-field-input ::placeholder {
  opacity: 1;
  color: #999;
}

#learn-press-profile-basic-information .form-field .form-field-input :-ms-input-placeholder,
form[name=profile-change-password] .form-field .form-field-input :-ms-input-placeholder {
  color: #999;
}

#learn-press-profile-basic-information .form-field .form-field-input ::-ms-input-placeholder,
form[name=profile-change-password] .form-field .form-field-input ::-ms-input-placeholder {
  color: #999;
}

#learn-press-profile-basic-information .form-field .form-field-input .description,
form[name=profile-change-password] .form-field .form-field-input .description {
  margin-top: 15px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #learn-press-profile-basic-information .form-field,
  form[name=profile-change-password] .form-field {
    margin: 0 0 24px 0;
  }
}
#learn-press-profile-basic-information .form-field__50,
form[name=profile-change-password] .form-field__50 {
  float: left;
  width: calc(50% - 20px);
  margin-right: 10px;
}

@media (max-width: 767px) {
  #learn-press-profile-basic-information .form-field__50,
  form[name=profile-change-password] .form-field__50 {
    float: unset;
    width: 100%;
    margin: 0 0 24px 0;
  }
}
#learn-press-profile-basic-information .form-field__clear,
form[name=profile-change-password] .form-field__clear {
  clear: both;
}

#learn-press-profile-basic-information button,
form[name=profile-change-password] button {
  min-width: 200px;
  padding: 12px 29px;
  margin-top: 0.5em;
  border: 0;
  border-radius: 100px;
  color: #23085a;
  background: #e2d6f6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
  text-align: center;
}

#learn-press-profile-basic-information button:hover,
form[name=profile-change-password] button:hover {
  color: white;
  background: #23085a;
}

#learn-press-profile-basic-information p,
form[name=profile-change-password] p {
  margin: 0;
}

#learn-press-profile-basic-information .form-fields {
  margin: 0 -10px;
}

#learn-press-profile-basic-information .form-fields::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  #learn-press-profile-basic-information .form-fields {
    margin: 0;
  }
}
#lp-user-edit-avatar {
  position: relative;
  margin-bottom: 50px;
}

#lp-user-edit-avatar img {
  vertical-align: top;
}

#lp-user-edit-avatar .lp-avatar-preview {
  position: relative;
  margin: 0 auto;
}

#lp-user-edit-avatar .lp-avatar-crop-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#lp-user-edit-avatar .lp-avatar-crop-image .crop-container {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

#lp-user-edit-avatar .lp-avatar-crop-image .crop-container img {
  position: absolute;
  left: 0 !important;
  max-width: none;
  margin-left: 50%;
  line-height: 1;
  vertical-align: middle;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  opacity: 0;
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls::before {
  display: block;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.89);
  content: "";
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
  position: absolute;
  top: 50%;
  right: 100px;
  left: 20px;
  margin-top: -1px;
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #6d6d6d;
  cursor: move;
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  margin-left: -10px;
  border-radius: 50%;
  background: #23085a;
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-save-upload,
#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-cancel-upload {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  color: #f02425;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-save-upload:hover,
#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-cancel-upload:hover {
  opacity: 1;
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-controls .lp-save-upload {
  right: 40px;
  color: #3db748;
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-area {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px dashed #999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-area::before,
#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-area::after {
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 1000px;
  opacity: 0.6;
  background: #000;
  content: "";
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-area::before {
  left: -2px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#lp-user-edit-avatar .lp-avatar-crop-image .lp-crop-area::after {
  left: 100%;
  margin-left: 2px;
}

#lp-user-edit-avatar:hover .lp-crop-controls {
  opacity: 1;
}

#lp-user-edit-avatar .profile-picture {
  display: none;
  width: 100%;
  margin-right: -100%;
}

#lp-user-edit-avatar .profile-picture img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

#lp-user-edit-avatar .profile-picture.profile-avatar-current {
  display: block;
}

#lp-user-edit-avatar #lp-avatar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#lp-user-edit-avatar #lp-avatar-actions a {
  display: inline-block;
  width: 100%;
  z-index: 10;
  height: 40px;
  margin: 0 1px 0 0;
  padding: 0 25px;
  border: 1px solid #eee;
  border-radius: 20px;
  color: #444;
  background: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#lp-user-edit-avatar #lp-avatar-actions a:hover {
  color: white;
  background-color: #23085a;
}

#lp-user-edit-avatar #lp-avatar-actions a i {
  margin-right: 6px;
  font-size: 14px;
}

#lp-user-edit-avatar #lp-avatar-actions a#lp-remove-upload-photo {
  display: none;
}

#lp-user-edit-avatar[data-custom=yes] #lp-avatar-actions #lp-remove-upload-photo {
  display: block;
  width: 100%;
}

.recover-order__title {
  margin-bottom: 5px;
}

.recover-order__description {
  margin-bottom: 20px;
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}

div.order-recover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.order-recover > .button-recover-order {
  margin: 0;
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

div.order-recover > .button-recover-order.loading::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f110";
  -webkit-animation: lp-rotating 1s linear infinite;
          animation: lp-rotating 1s linear infinite;
}

div.order-recover input[type=text] {
  width: 100%;
  height: 43px;
  margin-right: 10px;
  padding: 0 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  line-height: 43px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.learn-press-profile-course__progress .lp_profile_course_progress {
  border: 1px solid #eee;
}

.learn-press-profile-course__progress .lp_profile_course_progress__item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-top: 1px solid #eee;
  grid-template-columns: 1fr 1fr 0.5fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item a {
  font-weight: 500;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item a:hover {
  opacity: 0.7;
}

.learn-press-profile-course__progress .lp_profile_course_progress__header {
  background-color: #f1f2f8;
  font-weight: 700;
}

.lp_profile_course_progress__nav button.loading::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f110";
  -webkit-animation: lp-rotating 1s linear infinite;
  animation: lp-rotating 1s linear infinite;
}

.learn-press-profile-course__tab__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  background: #f1f2f8;
  list-style: none !important;
  border-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .learn-press-profile-course__tab__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.learn-press-profile-course__tab__inner > li {
  list-style: none;
}

.learn-press-profile-course__tab__inner a {
  display: inline-block;
  padding: 15px 30px;
  font-weight: 600;
  border-top: 4px solid transparent;
}
@media screen and (max-width: 480px) {
  .learn-press-profile-course__tab__inner a {
    width: 100%;
  }
}

.learn-press-profile-course__tab__inner a.active {
  border-top: 4px solid #5EBDB0;
  color: #23085a;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .learn-press-profile-course__tab__inner a.active {
    width: 100%;
    border: 1px solid #f1f2f8;
    border-left: 5px solid #5EBDB0;
  }
}

.learn-press-course-tab-filters .learn-press-filters {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

.learn-press-course-tab-filters .learn-press-filters a.active {
  color: #23085a;
}

.lp-archive-courses .learn-press-courses[data-size="3"] .course {
  width: 100%;
}

.lp-archive-courses .learn-press-courses .course .course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail {
  overflow: hidden;
  position: relative;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail a {
  display: block;
  overflow: hidden;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-thumbnail .thumbnail {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: unset;
  line-height: unset;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-thumbnail .thumbnail::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-thumbnail .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lp-archive-courses .learn-press-courses .course .course-item:hover .course-thumbnail .thumbnail::before {
  opacity: 0;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-tags {
  display: block;
  font-size: 14px;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories {
  display: block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-left: 0px;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a {
  display: inline-block;
  display: none;
  text-decoration: none;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:first-child {
  display: block;
  margin-left: 0;
  color: #23085a;
}
.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:hover {
  opacity: 1.5;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content {
  padding: 15px 20px 12px 20px;
  border: 1px solid #f0f0f0;
  border-top: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories {
  position: relative;
}
.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories::after {
  display: none;
}
.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories a {
  position: relative;
  margin: 0;
}
.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories a:hover {
  opacity: 0.7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-permalink {
  height: 48px;
  margin-bottom: 20px;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-wrap-meta {
  display: none;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-excerpt {
  display: none;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer .course-students {
  float: left;
  text-transform: capitalize;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer .course-students::before {
  position: relative;
  top: -1px;
  margin-right: 8px;
  color: #23085a;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f501";
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-readmore {
  display: none;
}

@media (max-width: 767px) {
  .lp-archive-courses .learn-press-courses[data-layout=grid] .course {
    width: 100%;
  }
}
.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .lp-badge {
  display: none;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  opacity: 0;
  color: #fff;
  cursor: pointer;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f004";
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist .course-wishlist__btn {
  display: none;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist:hover {
  color: #23085a;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail:hover::before {
  opacity: 1;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail:hover .course-wishlist {
  opacity: 1;
}

.lp-archive-courses .learn-press-courses .course .course-item:hover .course-thumbnail .thumbnail::before {
  opacity: 0;
}

.lp-archive-courses .learn-press-courses .course .course-item:hover .course-wishlist {
  opacity: 1;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wishlist.filled {
  opacity: 1;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content {
  position: relative;
  border-top: 0;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink {
  display: -webkit-box;
  clear: both;
  overflow: hidden;
  position: relative;
  border: none;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink .course-title {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink .course-title:hover {
  color: #23085a;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-review {
  display: none;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 1px;
  height: 12px;
  opacity: 0.5;
  background: #999;
  content: "";
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor {
  float: left;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info {
  color: #666;
  font-size: 14px;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info > span {
  display: block;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price {
  float: right;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .origin-price,
.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .price {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .origin-price {
  margin-right: 10px;
  color: #666;
  font-size: 14px;
  text-decoration: line-through;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-instructor {
  float: right;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info::after {
  display: block;
  clear: both;
  content: "";
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 28px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .separator {
  display: none;
}

.learn-press-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  margin-left: 0px;
  list-style: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .learn-press-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5em;
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .learn-press-filters {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5em;
    padding: 0px;
  }
}

.learn-press-filters > li > a,
.learn-press-filters > li > span {
  display: inline-block;
  font-weight: 600;
}

.learn-press-filters > li > span.count {
  font-weight: 400;
}

.learn-press-filters > li > span.count::before, .learn-press-filters > li > span.count::after {
  display: inline-block;
}

.learn-press-filters > li > span.count::before {
  content: "(";
}

.learn-press-filters > li > span.count::after {
  content: ")";
}

.learn-press-filters > li span {
  color: #23085a;
}

.learn-press-filters > li span + span {
  color: #23085a;
}

.learn-press-filters > li span + span::before, .learn-press-filters > li span + span::after {
  color: #23085a;
}

.learn-press-filters > li a {
  color: #999;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.learn-press-filters > li a:hover {
  color: #23085a;
}

.learn-press-filters > li a + span {
  color: #999;
}

.learn-press-filters > li a + span::before, .learn-press-filters > li a + span::after {
  color: #999;
}

.learn-press-filters > li::after {
  margin: 0 35px;
  color: #ccc;
  content: "|";
}

.lp-list-table thead tr th {
  height: 60px;
  border-bottom: none;
  color: #000;
  background: #f1f2f8;
  font-size: 18px;
}

.lp-list-table .list-table-nav td {
  font-size: 14px;
  font-style: italic;
}
.lp-list-table .list-table-nav td .nav-text {
  text-align: left;
}
.lp-list-table .list-table-nav td .nav-pages {
  text-align: right;
}
.lp-list-table .list-table-nav td .nav-pages .learn-press-pagination {
  text-align: right;
}
.lp-list-table .list-table-nav td .nav-pages .page-numbers {
  margin-bottom: 0;
}

.lp-list-table tbody tr td,
.lp-list-table tbody tr th,
.lp-list-table tfoot tr td,
.lp-list-table tfoot tr th {
  height: 62px;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}

.lp-list-table tbody tr td a,
.lp-list-table tbody tr th a,
.lp-list-table tfoot tr td a,
.lp-list-table tfoot tr th a {
  border-bottom: none;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lp-list-table tbody tr td a:hover,
.lp-list-table tbody tr th a:hover,
.lp-list-table tfoot tr td a:hover,
.lp-list-table tfoot tr th a:hover {
  opacity: 0.6;
}

.lp-list-table tbody tr .column-status .result-percent,
.lp-list-table tfoot tr .column-status .result-percent {
  color: #000;
  font-weight: 500;
}

.lp-list-table tbody tr .column-status .lp-label,
.lp-list-table tfoot tr .column-status .lp-label {
  color: #000;
  font-weight: 500;
}

.learn-press-tabs {
  margin-bottom: 34px;
  background: #f1f2f8;
}

.learn-press-tabs .learn-press-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e7f2;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .learn-press-tabs .learn-press-tabs__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: initial;
  }
}

.learn-press-tabs .learn-press-tabs__tab {
  position: relative;
  margin: 0;
  border-right: 1px solid #e5e7f2;
  background: #f1f2f8;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .learn-press-tabs .learn-press-tabs__tab {
    border-bottom: 1px solid #e5e7f2;
  }
}
.learn-press-tabs .learn-press-tabs__tab:last-child {
  border-right: 0;
}
.learn-press-tabs .learn-press-tabs__tab::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  content: "";
}
.learn-press-tabs .learn-press-tabs__tab::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  content: "";
}

.learn-press-tabs .learn-press-tabs__tab > label {
  display: block;
  margin: 0;
  padding: 20px 65px 14px 65px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
}
.learn-press-tabs .learn-press-tabs__tab > label a {
  color: #333;
}
.learn-press-tabs .learn-press-tabs__tab > label a:focus {
  outline: 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .learn-press-tabs .learn-press-tabs__tab > label {
    padding: 20px 0px 14px 30px;
    text-align: left;
    font-size: 14px;
  }
}

.learn-press-tabs .learn-press-tabs__checker {
  display: none;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) {
  border-bottom: 0;
  background: #fff;
  border-top: 4px solid #5EBDB0;
}
@media screen and (max-width: 767px) {
  .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) {
    border-top: none;
    border-left: 5px solid #5EBDB0;
  }
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label {
  color: #23085a;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a {
  color: #23085a;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) {
  border-bottom: 0;
  background: #fff;
  border-top: 4px solid #5EBDB0;
}
@media screen and (max-width: 767px) {
  .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) {
    border-top: none;
    border-left: 5px solid #5EBDB0;
  }
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label {
  color: #23085a;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a {
  color: #23085a;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) {
  border-bottom: 0;
  background: #fff;
  border-top: 4px solid #5EBDB0;
}
@media screen and (max-width: 767px) {
  .learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) {
    border-bottom: 1px solid #e5e7f2;
    border-top: none;
    border-left: 5px solid #5EBDB0;
  }
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label {
  color: #23085a;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a {
  color: #23085a;
}

.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::after {
  background: #fff;
}

.learn-press-tabs .learn-press-tabs__tab:first-child.active label {
  position: relative;
}

.learn-press-tabs .learn-press-tabs__tab:first-child.active label::before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}

.lp-label {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

ul.learn-press-courses.profile-certificates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
}
@media screen and (max-width: 767px) {
  ul.learn-press-courses.profile-certificates {
    grid-template-columns: 1fr;
  }
}

#profile-content-certificates .course {
  width: 100%;
  margin: 0px;
}

#profile-content-certificates .certificate-result {
  height: auto;
  border-radius: 14px;
}

.profile-certificates {
  margin-top: 1.5em;
  margin: 0px !important;
}

.profile-certificates li.course .course-thumbnail {
  border: none;
}

#profile-content-certificates .course .course-title > a {
  color: #23085a;
}

.bc-course-tab {
  border-radius: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 1.5em 0em;
  margin-top: 0.5em;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

.bc-tab-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  padding: 0.5em 1.5em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-tab-items:hover {
  -webkit-box-shadow: inset 5px 0 0px #65d0fd;
          box-shadow: inset 5px 0 0px #65d0fd;
  opacity: 0.7;
}
.bc-tab-items.w--current {
  -webkit-box-shadow: inset 5px 0 0px #65d0fd;
          box-shadow: inset 5px 0 0px #65d0fd;
  background-color: rgba(128, 128, 128, 0.05);
  color: #23085a;
  font-weight: 700;
}

.bc-tab-content {
  margin-left: 1.5em;
}
@media screen and (max-width: 991px) {
  .bc-tab-content {
    margin-left: 0em;
    margin-top: 1.5em;
  }
}

.bc-rich-text > :first-child {
  margin-top: 0px;
}
.bc-rich-text > :last-child {
  margin-bottom: 0px;
}
.bc-rich-text span {
  float: none;
}
.bc-rich-text .alignleft {
  float: left;
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .bc-rich-text .alignleft {
    width: 100%;
  }
}
.bc-rich-text .alignright {
  float: right;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .bc-rich-text .alignright {
    width: 100%;
  }
}
.bc-rich-text .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .bc-rich-text .aligncenter {
    width: 100%;
  }
}
.bc-rich-text .alignnone {
  width: 100%;
}
.bc-rich-text img {
  margin-top: 1em;
  margin-bottom: 1em;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab-prev,
.tab-next {
  text-decoration: none;
}

.bc-latest-course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 200ms ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 214, 246, 0.4)), color-stop(50%, white), to(#f7f8ff));
  background-image: linear-gradient(180deg, rgba(226, 214, 246, 0.4) 0%, white 50%, #f7f8ff 100%);
}
.bc-latest-course-item:hover {
  -webkit-box-shadow: 0 0px 0px 2px #5EBDB0, 0 10px 20px -11px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 0px 2px #5EBDB0, 0 10px 20px -11px rgba(0, 0, 0, 0.2);
}
.bc-latest-course-item:hover .bc-latest-course-info {
  background-size: 300%;
  background-position: 100% 100%;
}
.bc-latest-course-item:hover .bc-course-title {
  color: #5EBDB0;
}
@media screen and (max-width: 991px) {
  .bc-latest-course-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bc-course-image-container {
  padding: 1.2rem 1.2rem 0rem 1.2rem;
  position: relative;
  width: 100%;
}

.bc-latest-course-cover {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 10px;
}

.bc-latest-course-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-size: 100%;
  background-position: 0% 100%;
}

.bc-course-type {
  margin: 0px;
}

.bc-course-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #23085a;
  font-weight: 700;
}

.bc-course-divider {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 480px) {
  .bc-course-divider {
    display: none;
  }
}

.bc-latest-course-info-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 480px) {
  .bc-latest-course-info-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .bc-course-duration {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .bc-course-teacher {
    margin-top: 0px;
  }
}

#teacher-info {
  width: 100%;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 1.5em;
  margin: 4em 0em;
}

.video-container {
  width: 100%;
  margin: 0.5em 0em;
}
.video-container iframe,
.video-container image,
.video-container figure,
.video-container p {
  width: 100%;
}

.rich-text-container {
  width: 100%;
  margin: 0px;
}

.two-column {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.5em;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .two-column {
    grid-template-columns: 1fr;
  }
}

.bc-course-sidebar {
  padding: 0px;
  width: 300px;
  -webkit-box-flex: 300;
      -ms-flex-positive: 300;
          flex-grow: 300;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  .bc-course-sidebar {
    width: 100%;
  }
}

.course-sidebar-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 214, 246, 0.4)), color-stop(50%, white), to(#f7f8ff));
  background-image: linear-gradient(180deg, rgba(226, 214, 246, 0.4) 0%, white 50%, #f7f8ff 100%);
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 1.5em;
}

.bc-course-sidebar-info {
  padding: 1.5em;
}
.bc-course-sidebar-info .form-button {
  width: 100%;
}
.bc-course-sidebar-info .course-time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bc-course-sidebar-info .items-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bc-course-sidebar-info button {
  width: 100%;
}

.media-preview {
  position: relative;
  overflow: hidden;
  padding: 1em;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.media-preview img {
  width: 100% !important;
}
.media-preview .lp-badge.featured-course {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: -110px;
  width: 300px;
  background: #23085a;
  text-align: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.media-preview .lp-badge.featured-course::before {
  font-size: 12px;
  text-transform: uppercase;
  content: attr(data-text);
}

.lp-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 0;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-badge::before, .lp-badge::after {
  content: "";
}

.lp-badge::before {
  display: inline-block;
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.lp-button {
  min-width: 120px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
  color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 162, 198, 0.5)), color-stop(40%, rgba(244, 162, 198, 0.5)), color-stop(60%, #23085a), to(#23085a));
  background-image: linear-gradient(90deg, rgba(244, 162, 198, 0.5) 0%, rgba(244, 162, 198, 0.5) 40%, #23085a 60%, #23085a 100%);
  background-size: 300%;
  background-position: 0% 100%;
}
.lp-button:hover {
  background-position: 100% 100%;
  color: #fff;
}

.learn-press-progress {
  position: relative;
}
.learn-press-progress .lp-passing-conditional {
  position: absolute;
  top: 0;
  width: 0.2em;
  height: 1em;
  background: #23085a;
}
.learn-press-progress .progress-bg {
  overflow: hidden;
  position: relative;
  height: 0.5em;
  width: 100%;
  background: #f8f8f8;
  border-radius: 5px;
}
.learn-press-progress .progress-bg .progress-active {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  background: #5EBDB0;
  border-radius: 5px;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 991px) {
  .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
  -ms-flex-negative: 1000;
      flex-shrink: 1000;
  width: 100%;
  margin: 0;
  padding-right: 1.5em;
}
@media (max-width: 991px) {
  .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
    padding-right: 0;
    margin-bottom: 1.5em;
  }
}

.course-tab-panel-faqs .course-faqs-box {
  background-color: #f8f8f8;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  margin-top: 0.5em;
}

.course-tab-panel-faqs .course-faqs-box__title {
  display: block;
  position: relative;
  margin: 0;
  padding: 1.5em;
  cursor: pointer;
}

.course-tab-panel-faqs .course-faqs-box__title::after {
  position: absolute;
  top: 50%;
  right: 28px;
  color: #6c6c6c;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  content: "\f078";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.course-tab-panel-faqs .course-faqs-box .course-faqs-box__content {
  display: none;
}

.course-tab-panel-faqs .course-faqs-box .course-faqs-box__content .course-faqs-box__content-inner {
  padding: 0 1.5em 1.5em 1.5em;
  -webkit-animation-name: course-faqs-box__content-inner-transform;
          animation-name: course-faqs-box__content-inner-transform;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.course-tab-panel-faqs .course-faqs-box:last-child {
  margin-bottom: 2rem;
}

.course-tab-panel-faqs .course-faqs-box:hover {
  background: white;
}

.course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title {
  color: #23085a;
}

input[name=course-faqs-box-ratio] {
  display: none;
}

input[name=course-faqs-box-ratio]:checked + .course-faqs-box .course-faqs-box__content {
  display: block;
}

input[name=course-faqs-box-ratio]:checked + .course-faqs-box {
  background: white;
}

input[name=course-faqs-box-ratio]:checked + .course-faqs-box .course-faqs-box__title {
  color: #23085a;
}

input[name=course-faqs-box-ratio]:checked + .course-faqs-box .course-faqs-box__title::after {
  content: "\f077";
}

@-webkit-keyframes course-faqs-box__content-inner-transform {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes course-faqs-box__content-inner-transform {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.bc-lastest-course-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bc-excerpt {
  display: none;
}

.bc-home-course-grid {
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media screen and (max-width: 767px) {
  .bc-home-course-grid {
    grid-template-columns: 1fr;
  }
}
.bc-home-course-grid .bc-home-course-item .bc-latest-course-item {
  height: 100%;
}
.bc-home-course-grid .bc-home-course-item .bc-latest-course-info {
  height: 100%;
}
.bc-home-course-grid .bc-home-course-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.bc-home-course-grid .bc-home-course-item:nth-child(1) .bc-excerpt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .bc-home-course-grid .bc-home-course-item:nth-child(1) .bc-excerpt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bc-home-course-grid .bc-home-course-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.bc-home-course-grid .bc-home-course-item:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media screen and (max-width: 767px) {
  .bc-home-course-grid .bc-home-course-item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.bc-home-course-grid .bc-home-course-item:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}
@media screen and (max-width: 767px) {
  .bc-home-course-grid .bc-home-course-item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

.lp-archive-courses .learn-press-courses {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-archive-courses .learn-press-courses {
    grid-template-columns: 1fr;
  }
}
.lp-archive-courses .learn-press-courses .course {
  padding: 0px;
  list-style: none;
}
.lp-archive-courses .learn-press-courses .course .course-item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(226, 214, 246, 0.4)), color-stop(50%, white), to(#f7f8ff));
  background-image: linear-gradient(180deg, rgba(226, 214, 246, 0.4) 0%, white 50%, #f7f8ff 100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 200ms ease;
}
.lp-archive-courses .learn-press-courses .course .course-item:hover {
  -webkit-box-shadow: 0 0px 0px 2px #5EBDB0;
          box-shadow: 0 0px 0px 2px #5EBDB0;
}
.lp-archive-courses .learn-press-courses .course .course-item:hover .course-title {
  color: #5EBDB0;
}

#popup-course {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  z-index: 100;
  background: #fff;
}
#popup-course #popup-sidebar {
  position: relative;
  background-color: white;
  z-index: 120;
}
#popup-course #popup-sidebar #popup-sidebar-wrap {
  overflow: scroll;
  height: 100vh;
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (max-width: 991px) {
  #popup-course #popup-sidebar #popup-sidebar-wrap {
    max-width: 80vw;
  }
}
#popup-course #popup-sidebar #bc-sidebar-toggle {
  position: absolute;
  top: 240px;
  z-index: 120;
  right: -2em;
  height: 80px;
  width: 2em;
  background-color: white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 20px 0px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 20px 0px 30px 0 rgba(0, 0, 0, 0.1);
}
#popup-course #bc-popup-content-wrap {
  width: 100%;
  position: relative;
  -webkit-box-flex: 200;
      -ms-flex-positive: 200;
          flex-grow: 200;
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  #popup-course #bc-popup-content-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
#popup-course #popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #23085a;
}
#popup-course #popup-content {
  width: 100%;
  left: auto;
  right: auto;
  height: 100%;
  overflow: scroll;
}
#popup-course #popup-footer {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #23085a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
}
#popup-header .popup-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  #popup-header .popup-header__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#popup-header .popup-header__inner .course-title {
  margin: 0;
  padding: 0;
}
#popup-header .popup-header__inner .course-title a {
  overflow: hidden;
  color: #23085a;
  text-overflow: ellipsis;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
#popup-header .popup-header__inner .course-title a:hover {
  opacity: 0.5;
}
#popup-header .lp-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 40px;
  margin: 9px;
  border: none;
  color: #fff;
  background: #23085a;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup-header .lp-button:hover {
  opacity: 0.8;
}
#popup-header .lp-button-back {
  float: right;
  margin: 9px 10px;
}
#popup-header .lp-button-back button::before {
  content: "";
  border: 1px solid #ddd;
}
#popup-header .lp-button-back button::after {
  content: "";
  border: 1px solid #ddd;
}

.learn-press-progress {
  overflow: hidden;
  position: relative;
  height: 6px;
  border-radius: 3px;
  width: 100%;
}
.learn-press-progress .learn-press-progress__active {
  position: absolute;
  z-index: 1;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #23085a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.learn-press-progress::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  content: "";
}

.bc-page-top-course {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e2d6f6;
}
.bc-page-top-course .bc-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  padding: 0 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 10;
  margin: 1em 0em;
}

.bc-navcourse {
  width: 100%;
  margin: 0 auto;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: inset 0 -1px 0 0 #f8f8f8;
          box-shadow: inset 0 -1px 0 0 #f8f8f8;
}
.bc-navcourse .bc-back-arrow {
  background-color: #e2d6f6;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bc-navcourse .bc-back-arrow:hover {
  color: white;
  background-color: #23085a;
}
.bc-navcourse .bc-container {
  max-width: 800px;
}
@media (max-width: 991px) {
  .bc-navcourse .bc-container {
    max-width: 100%;
  }
}

#popup-sidebar .course-item-lp_quiz .section-item-link {
  position: relative;
  height: 120px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#popup-sidebar .course-item-lp_quiz .section-item-link .course-item-meta {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup-sidebar .course-item-lp_quiz .section-item-link .item-meta:last-child {
  position: absolute;
  right: 0;
  top: 15px;
}
#popup-sidebar .items-progress {
  width: 100%;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup-sidebar .items-progress .number {
  font-size: initial;
  font-weight: initial;
}
#popup-sidebar .items-progress .learn-press-progress {
  width: 150px;
}
#popup-sidebar .items-progress .learn-press-progress::before {
  background-color: rgba(128, 128, 128, 0.2);
}
#popup-sidebar .section {
  border-radius: 0;
}
#popup-sidebar .curriculum-sections {
  margin-top: 0;
}

#popup-sidebar .course-curriculum {
  overflow: auto;
}
#popup-sidebar .course-curriculum .section {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
#popup-sidebar .course-curriculum .section .circle-progress {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: 3px solid #d9e0f1;
  border-radius: 50%;
}

#bc-popup-content-wrap {
  position: relative;
}

#popup-content {
  width: 100%;
  left: auto;
  right: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#popup-content .lp-button {
  position: relative;
  border-radius: 100px;
  margin: 0.5em 0 0.5em 0;
  padding: 12px 29px;
  border-color: #65d0fd;
  font-size: 14px;
  text-transform: uppercase;
  color: #23085a;
  background-color: #e2d6f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 1px;
}
#popup-content .lp-button:hover {
  background-color: #23085a;
  color: white;
}

#popup-course #popup-content .lp-button.instant-check .instant-check__icon {
  margin-right: 5px;
}

#popup-course #popup-content .lp-button.instant-check .instant-check__icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
}

#popup-course #popup-content .lp-button.instant-check .instant-check__info {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  padding: 11px 20px;
  border-radius: 3px;
  background: #eee;
  white-space: nowrap;
  text-transform: none;
}

#popup-content .lp-button.instant-check:hover .instant-check__info {
  visibility: visible;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  padding: 11px 11px;
  border-radius: 3px;
  color: #333;
  background: #eee;
  white-space: nowrap;
}

#popup-course #popup-content .lp-button.instant-check.loading .instant-check__icon {
  display: inline-block;
  -webkit-animation: lp-rotating 1s linear infinite;
          animation: lp-rotating 1s linear infinite;
}

#popup-course #popup-content .lp-button.instant-check.loading .instant-check__icon::before {
  font-weight: 800;
  content: "\f110";
}

#popup-course #popup-content .lp-button:hover {
  border-color: #23085a;
}

#popup-course #popup-content .lp-button.completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 0.5em;
  border-color: transparent;
  color: #23085a;
  background: #e2d6f6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#popup-course #popup-content .lp-button.completed i {
  margin-left: 9px;
  font-size: 14px;
}

#learn-press-content-item .content-item-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 1.5em 200px 1.5em;
}

#popup-course #popup-content #learn-press-quiz-app {
  margin-bottom: 150px;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-content {
  margin-bottom: 2rem;
  line-height: 1.5em;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .button-right .lp-button {
  margin: 0 0 0 15px;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav] {
  margin: 0;
  border: 1px solid #d9e0f1;
  color: #777;
  background: #fbfcff;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav]::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #d9e0f1;
  border-top-color: transparent;
  border-left-color: transparent;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].prev::before {
  margin-left: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].next {
  margin-left: -1px;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].next::before {
  margin-right: 7px;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav]:hover {
  background: #fff;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center {
  display: block;
  text-align: center;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left {
  text-align: center;
  margin-bottom: 2rem;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.nav-center {
  margin-left: 0 !important;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.infinity).is-first .prev {
  display: none;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.infinity).is-last .next {
  display: none;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.is-first):not(.is-last) .prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.is-first):not(.is-last) .next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#popup-course #popup-content #learn-press-quiz-app .questions-pagination {
  text-align: center;
}

#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links {
  text-align: center;
}

#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers {
  display: inline-block;
  margin: 0;
  padding: 10px 16px;
  color: #000;
  background-color: transparent;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.next, #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.prev {
  display: inline-block;
  padding: 8px;
  background: transparent;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.current, #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers:hover {
  color: #23085a;
}

#popup-course #popup-content.fixed-quiz-status .quiz-status {
  background: #23085a;
}

#popup-course #popup-content.fixed-quiz-status .quiz-status > div {
  padding: 0;
}

.lp-quiz-buttons {
  margin-bottom: 20px;
  display: block;
  clear: both;
  content: "";
}

.quiz-progress {
  margin-bottom: 30px;
  background: #e7f7ff;
}

.quiz-progress .progress-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz-progress .progress-items .progress-item {
  position: relative;
  color: #777;
  font-size: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quiz-progress .progress-items .progress-item .progress-number,
.quiz-progress .progress-items .progress-item .progress-label {
  display: block;
  line-height: 1;
  text-align: center;
}

.quiz-progress .progress-items .progress-item .progress-number {
  margin: 15px 0 10px 0;
  font-size: 20px;
}

.quiz-progress .progress-items .progress-item .progress-label {
  margin-bottom: 15px;
  font-size: 14px;
}

.quiz-progress .progress-items .progress-item i {
  display: none;
  float: left;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #00adff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
}

.quiz-progress .progress-items .progress-item::after {
  display: block;
  clear: both;
  content: "";
}

.quiz-result {
  max-width: 320px;
  margin: 20px auto 48px;
  text-align: center;
}

.quiz-result .result-heading {
  display: none;
}

.quiz-result.passed .result-message {
  background: #3bb54a;
}

.quiz-result.passed .result-message::after {
  content: "\f00c";
}

.quiz-result .result-message {
  margin-bottom: 30px;
  padding: 10px 0;
  color: #fff;
  background: #f02425;
  border-radius: 4px;
}

.quiz-result .result-message::after {
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
}

.quiz-result .result-grade .result-achieved,
.quiz-result .result-grade .result-require {
  display: inline-block;
  margin: 0 auto;
}

.quiz-result .result-grade .result-achieved {
  padding-bottom: 7px;
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 28px;
  line-height: 1;
}

.quiz-result .result-grade .result-require {
  display: block;
  padding-top: 5px;
  color: #666;
  font-size: 16px;
  line-height: 1;
}

.quiz-result .result-grade .result-message {
  font-size: 14px;
}

.quiz-result.failed {
  /*.result-achieved {
            color: #c55757;
        }
        .result-message {
            strong {
                color: #c55757;
            }
        }*/
}

.quiz-result.passed .result-achieved {
  color: #04adff;
}

.quiz-result.passed .result-message strong {
  color: #04adff;
}

.quiz-result .result-statistic {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.quiz-result .result-statistic .result-statistic-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.quiz-result .result-statistic .result-statistic-field span,
.quiz-result .result-statistic .result-statistic-field p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quiz-result .result-statistic .result-statistic-field span {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}

.quiz-result .result-statistic .result-statistic-field span::before {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
  color: #23085a;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}

.quiz-result .result-statistic .result-statistic-field p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  text-align: right;
}

.quiz-result .result-statistic .result-statistic-field.result-time-spend label::before {
  font-weight: 400;
  content: "\f017";
}

.quiz-result .result-statistic .result-statistic-field.result-point label::before {
  font-weight: 400;
  content: "\f005";
}

.quiz-result .result-statistic .result-statistic-field.result-questions label::before {
  font-weight: 400;
  content: "\f059";
}

.quiz-result .result-statistic .result-statistic-field.result-questions-correct label::before {
  color: #3db748;
  content: "\f00c";
}

.quiz-result .result-statistic .result-statistic-field.result-questions-wrong label::before {
  color: #f02425;
  content: "\f00d";
}

.quiz-result .result-statistic .result-statistic-field.result-questions-skipped label::before {
  color: #ddd;
  content: "\f2f5";
}

.quiz-status {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 0 1em 0;
}

.quiz-status > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 792px;
  height: 70px;
  margin: 0 auto;
  padding: 5px 10px 5px 30px;
  border-radius: 4px;
  background: #f1f2f8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .quiz-status > div {
    display: block;
    height: auto;
    text-align: center;
  }
}
.quiz-status > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz-status > div .current-point {
  display: none;
}

.quiz-status .questions-index {
  display: inline-block;
  color: #23085a;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.quiz-status .questions-index span {
  color: #23085a;
  font-weight: 500;
}

.quiz-status .countdown {
  position: relative;
  min-width: 120px;
  margin-right: 5px;
  padding: 12px 29px;
  color: #23085a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.quiz-status .countdown .fas {
  position: absolute;
  top: 50%;
  left: 10px;
  color: #23085a;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quiz-status .countdown .clock {
  display: none;
  width: 40px;
  height: 40px;
}

.quiz-status .countdown .clock::before {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid #b1c1e6;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quiz-status .countdown .clock .circle-progress-bar {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  stroke: #5383f7;
}

.quiz-status .countdown .clock .circle-progress-bar .circle-progress-bar__circle {
  -webkit-transition: 0.35s stroke-dashoffset;
  transition: 0.35s stroke-dashoffset;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.quiz-status .countdown .clock.x .circle-progress-bar__circle {
  stroke: #f00;
}

.quiz-status .submit-quiz button {
  margin: 0 0 0 10px;
  border: none;
  border-radius: 0;
  background: #fff;
  text-transform: uppercase;
}

.quiz-status .submit-quiz button:hover {
  background: #e2d6f6;
}

.quiz-status.submitting .submit-quiz button {
  background: #ddd;
}

.quiz-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 768px) {
  .quiz-intro {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.quiz-intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 40px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .quiz-intro-item {
    margin: 0 20px 0 0;
  }
}
.quiz-intro-item::before {
  position: relative;
  top: -2px;
  margin-right: 10px;
  color: #23085a;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
}

.quiz-intro-item--passing-grade {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.quiz-intro-item--passing-grade::before {
  content: "\f012";
}

.quiz-intro-item--questions-count {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.quiz-intro-item--questions-count::before {
  content: "\f12e";
}

.quiz-intro-item--duration {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.quiz-intro-item--duration::before {
  content: "\f017";
}

.quiz-intro-item__title {
  margin: 0;
  padding: 0 8px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.quiz-intro-item__content {
  color: #222;
  font-size: 16px;
  font-weight: 400;
}

.redo-quiz button[type=submit] {
  content: attr(data-counter);
}

.quiz-result .result-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
  margin-bottom: 30px;
  padding: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz-result .result-grade::before,
.quiz-result .result-grade svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  border-radius: 50%;
}

.quiz-result .result-grade::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border: 10px solid #ccc;
  content: "";
}

.quiz-result .result-grade svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quiz-result .result-grade svg circle {
  stroke: #23085a;
}

.quiz-result.passed .result-grade svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quiz-result.passed .result-grade .result-achieved {
  color: #333;
}

.quiz-result.passed .result-grade .result-message strong {
  color: #4caf50;
}

#popup-course .lp-quiz-buttons .complete-quiz,
#popup-course .lp-quiz-buttons .back-quiz,
#popup-course .lp-quiz-buttons .review-quiz {
  float: right;
}

#popup-course .quiz-attempts .quiz-attempts__questions,
#popup-course .quiz-attempts .quiz-attempts__spend,
#popup-course .quiz-attempts .quiz-attempts__marks,
#popup-course .quiz-attempts .quiz-attempts__grade,
#popup-course .quiz-attempts .quiz-attempts__result {
  padding-top: 0.5em;
  padding-right: 2em;
}

#popup-course .quiz-result .result-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
  margin-bottom: 30px;
  padding: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup-course .quiz-result .result-grade::before,
#popup-course .quiz-result .result-grade svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  border-radius: 50%;
}

#popup-course .quiz-result .result-grade::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border: 10px solid #ccc;
  content: "";
}

#popup-course .quiz-result .result-grade svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#popup-course .quiz-result .result-grade svg circle {
  stroke: #65d0fd;
}

#popup-course .quiz-result.passed .result-grade svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#popup-course .quiz-result.passed .result-grade .result-achieved {
  color: #333;
}

#popup-course .quiz-result.passed .result-grade .result-message strong {
  color: #4caf50;
}

#popup-course .quiz-questions .question {
  margin-bottom: 60px;
}

#popup-course .quiz-questions .lp-fib-content {
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #f8f8f8;
  border-radius: 6px;
  line-height: 1.6;
}

#popup-course .quiz-questions .lp-fib-content .lp-fib-input {
  display: inline-block;
  width: auto;
  max-width: none;
}

#popup-course .quiz-questions .lp-fib-content .lp-fib-input > input {
  height: 36px;
  padding: 6px 16px;
  border: 1px solid #222;
  line-height: 36px;
}

#popup-course .quiz-questions .lp-fib-content .lp-fib-answered {
  padding: 0 10px;
  background: #ececec;
  white-space: nowrap;
}

#popup-course .quiz-questions .lp-fib-content .lp-fib-answered.fail {
  border: 2px solid #d85554;
}

#popup-course .quiz-questions .lp-fib-content .lp-fib-answered.fail .lp-fib-answered__answer {
  text-decoration: line-through;
}

#popup-course .quiz-questions .lp-fib-content .lp-fib-answered.correct {
  border: 2px solid #00adff;
}

#popup-course .quiz-questions .lp-fib-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup-course .quiz-questions .lp-fib-note > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}

#popup-course .quiz-questions .lp-sorting-choice__check-answer {
  padding: 5px 20px;
  border: 2px solid #5EBDB0;
  border-radius: 5px;
  font-size: 1rem;
}

.lp-quiz-buttons .complete-quiz,
.lp-quiz-buttons .back-quiz,
.lp-quiz-buttons .review-quiz {
  float: right;
}

.answer-options {
  margin: 0;
  padding: 0;
  list-style: none;
}

.answer-options .answer-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 0 0 18px 0;
  padding: 10px;
  color: #777;
  background: #f8f8f8;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: background linear 0.25s;
  transition: background linear 0.25s;
}

.answer-options .answer-option .option-title {
  display: table-cell;
  font-size: smaller;
}

.answer-options .answer-option .option-title .option-title-content {
  display: inline-block;
  vertical-align: middle;
}

.answer-options .answer-option .option-title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #ddd;
  content: "";
  -webkit-transition: background linear 0.25s;
  transition: background linear 0.25s;
}

.answer-options .answer-option input[type=checkbox],
.answer-options .answer-option input[type=radio] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  position: relative;
  z-index: 10;
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin: 0 10px 0 3px;
  border: 1px solid #cfcfcf;
  background: #f9fafc;
  border-radius: 100px;
}

.answer-options .answer-option input[type=checkbox]:focus,
.answer-options .answer-option input[type=radio]:focus {
  outline: none;
}

.answer-options .answer-option input[type=checkbox]::after,
.answer-options .answer-option input[type=radio]::after {
  position: absolute;
  top: 16px;
  left: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: -10px;
  opacity: 0;
  color: #3db748;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}

.answer-options .answer-option input[type=checkbox]:checked ~ .option-title .option-title-content,
.answer-options .answer-option input[type=radio]:checked ~ .option-title .option-title-content {
  position: relative;
}

.answer-options .answer-option input[type=checkbox]:checked ~ .option-title::before,
.answer-options .answer-option input[type=radio]:checked ~ .option-title::before {
  background: #00adff;
}

.answer-options .answer-option input[type=checkbox]:checked::after,
.answer-options .answer-option input[type=radio]:checked::after {
  opacity: 1;
}

.answer-options .answer-option input[type=radio] {
  border-radius: 50%;
}

.answer-options .answer-option input[type=radio]::before {
  border-radius: 50%;
}

.answer-options .answer-option .option-title {
  margin: 0;
}

.answer-options .answer-option:hover {
  background: #e1f5ff;
}

.answer-options .answer-option.answer-correct {
  background: #e1f5ff;
}

.answer-options .answer-option.answer-correct input[type=radio]:checked ~ .option-title::before,
.answer-options .answer-option.answer-correct input[type=checkbox]:checked ~ .option-title::before {
  background: #e1f5ff;
}

.answer-options .answer-option.answered-correct input[type=radio]:checked ~ .option-title::before,
.answer-options .answer-option.answered-correct input[type=checkbox]:checked ~ .option-title::before {
  background: #00adff;
}

.answer-options .answer-option.answered-wrong input[type=radio]::before, .answer-options .answer-option.answered-wrong input[type=radio]::after,
.answer-options .answer-option.answered-wrong input[type=checkbox]::before,
.answer-options .answer-option.answered-wrong input[type=checkbox]::after {
  border-color: #f00;
}

.answer-options .answer-option.answered-wrong input[type=radio]:checked ~ .option-title::before,
.answer-options .answer-option.answered-wrong input[type=checkbox]:checked ~ .option-title::before {
  background: #f00;
}

#popup-course .question .answer-option {
  padding: 0;
  _border: 2px solid #d9e0f1;
  background: #fff;
}

#popup-course .question .answer-option input[type=radio],
#popup-course .question .answer-option input[type=checkbox] {
  position: absolute;
  top: 50%;
  margin: -19px 0 0 10px;
  border-color: #d9e0f1;
  border-radius: 100px;
}

#popup-course .question .answer-option input[type=radio]::after,
#popup-course .question .answer-option input[type=checkbox]::after {
  border-color: #d9e0f1;
}

#popup-course .question .answer-option input[type=radio]:disabled,
#popup-course .question .answer-option input[type=checkbox]:disabled {
  border-color: #ddd;
  background: #f9f9f9;
}

#popup-course .question .answer-option input[type=radio]:disabled::after,
#popup-course .question .answer-option input[type=checkbox]:disabled::after {
  border-color: #ddd;
}

#popup-course .question .answer-option input[type=radio]:checked:not(:disabled)::after,
#popup-course .question .answer-option input[type=checkbox]:checked:not(:disabled)::after {
  border-color: #99aee4;
}

#popup-course .question .answer-option input[type=radio] {
  border-radius: 50%;
}

#popup-course .question .answer-option input[type=radio]::before {
  border-radius: 50%;
}

#popup-course .question .answer-option .option-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0.5em 1.5em 0.5em 4em;
  border: 1px solid #ccc;
  color: #000;
  background: #fff;
  font-weight: normal;
  line-height: 1.5em;
  border-radius: 10px;
}

#popup-course .question .answer-option .option-title::after {
  display: inline-block;
  visibility: hidden !important;
  content: ".";
}

#popup-course .question .answer-option .option-title:hover {
  background: #f9f9f9;
}

#popup-course .question .answer-option .option-title::before {
  display: none;
}

#popup-course .question .answer-option.answer-correct .option-title {
  border-color: #4caf50;
}

#popup-course .question .answer-option.answered-wrong .option-title {
  border-color: #ff6423;
}

#popup-course .question .question-title {
  display: block;
  margin-top: 0;
  margin-bottom: 18px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

#popup-course .question .question-title .edit-link {
  float: right;
  font-size: 14px;
  font-weight: 700;
}

#popup-course .question .question-content {
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

#popup-course .question .question-response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
}

#popup-course .question .question-response .label {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 8px 10px;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
}

#popup-course .question .question-response .point {
  display: inline-block;
}

#popup-course .question .question-response.correct .label {
  background: #4caf50;
}

#popup-course .question .question-response.incorrect .label {
  background: #ff6423;
}

#popup-course .question .question-index {
  display: inline-block;
  margin: 0 5px 0 0;
}

#popup-course .question .btn-show-hint {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
  border: none;
  outline: none;
  color: #00adff;
  background: transparent;
  font-size: 0;
  text-decoration: none;
}

#popup-course .question .btn-show-hint::before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  content: "\f059";
}

#popup-course .question .btn-show-hint:hover span {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: auto;
  padding: 6px 9px;
  border-radius: 2px;
  color: #333;
  background: #eee;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-transform: none;
}

#popup-course .question.question-fill_in_blanks .blanks .blank-input-wrap {
  display: inline-block;
}

#popup-course .question.question-fill_in_blanks .blanks .blank-block {
  margin-bottom: 20px;
}

#popup-course .question.question-fill_in_blanks .blanks .blank-input {
  display: inline-block;
  width: auto;
  min-width: 50px;
  margin: 0 10px;
  padding: 0 10px;
  border: none;
  border-bottom: 1px dashed #ddd;
  text-align: center;
  white-space: nowrap;
}

#popup-course .question.question-fill_in_blanks .blanks .blank-input br {
  display: none;
}

#popup-course .question.question-fill_in_blanks .blanks .blank-input > * {
  display: inline;
  white-space: nowrap;
}

#popup-course .question.question-fill_in_blanks .blanks .blank-select {
  display: inline-block;
  height: 30px;
  margin-left: 4px;
  padding: 1px;
}

#popup-course .question.question-fill_in_blanks .blanks .blank-fills {
  display: inline-block;
}

#popup-course .question.question-fill_in_blanks .blanks .blank-fills code {
  margin: 0 5px;
  padding: 0 6px;
  background: #ddd;
  line-height: 1;
  border-radius: 4px;
}

#popup-course .question.question-fill_in_blanks .blanks.ordered {
  list-style-position: inside;
}

#popup-course .question.question-fill_in_blanks .blanks.one-paragraph {
  line-height: 3;
}

#popup-course .scrollbar-light > .scroll-element {
  z-index: 19;
}

#popup-course .scrollbar-light > .scroll-element.scroll-y {
  display: none;
}

#popup-course .scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#popup-footer .course-item-nav {
  width: 100%;
  margin: 0 auto;
  padding: 1.5em;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#popup-footer .course-item-nav .prev,
#popup-footer .course-item-nav .next {
  color: #65d0fd;
  font-weight: 700;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#popup-footer .course-item-nav .next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#popup-footer .course-item-nav .prev a,
#popup-footer .course-item-nav .next a {
  display: block;
  color: #65d0fd;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#popup-footer .course-item-nav .prev::before,
#popup-footer .course-item-nav .next::before {
  font-family: "Font Awesome 5 Free";
  color: white;
  font-size: 12px;
  font-weight: 900;
}

#popup-footer .course-item-nav .prev:hover a,
#popup-footer .course-item-nav .next:hover a {
  opacity: 0.7;
}

#popup-footer .course-item-nav .next .course-item-nav__name {
  text-align: right;
}

#popup-footer .course-item-nav .course-item-nav__name {
  display: block;
  width: auto;
  color: white;
  line-height: 1.5;
  font-weight: 400;
}

#popup-footer .course-item-nav[data-nav=next] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fade-in {
  position: relative;
  opacity: 0;
  top: 100px;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
.trigger {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}