.lw-library-hero {
  background: var(--bg-gradient, linear-gradient(259.15deg, #483E8C -13.61%, #1E1361 98.7%));
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .lw-library-hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .lw-library-hero {
    padding-bottom: 40px;
  }
}
.lw-library-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.lw-library-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  .lw-library-hero .container {
    gap: 0;
  }
}
.lw-library-hero .content-col {
  max-width: 100%;
  width: calc(55% - 16px);
  padding: 37px 0;
  position: relative;
  z-index: 20;
}
@media (max-width: 991px) {
  .lw-library-hero .content-col {
    width: 100%;
    margin-bottom: 100px;
    padding: 0;
  }
}
.lw-library-hero .content-col .subtitle {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  color: #EF4A81;
  margin-bottom: 8px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .lw-library-hero .content-col .subtitle {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lw-library-hero .content-col .subtitle {
    font-size: 30px;
    line-height: 1.13;
    margin-bottom: 16px;
  }
}
.lw-library-hero .content-col .title {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.12;
  color: #FFC845;
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .lw-library-hero .content-col .title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .lw-library-hero .content-col .title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lw-library-hero .content-col .title {
    font-size: 36px;
    line-height: 1.22;
  }
}
.lw-library-hero .content-col .desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #E5E5E5;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .lw-library-hero .content-col .desc {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lw-library-hero .content-col .desc {
    font-size: 18px;
    line-height: 1.44;
  }
}
.lw-library-hero .content-col .hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .lw-library-hero .content-col .hero-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lw-library-hero .content-col .hero-actions .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: "SVN-Gilroy", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
}
.lw-library-hero .content-col .hero-actions .btn .btn-icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lw-library-hero .content-col .hero-actions .btn-primary {
  background-color: #FFC845;
  color: #1E1361;
}
.lw-library-hero .content-col .hero-actions .btn-primary:hover {
  background-color: rgb(255, 184.9193548387, 18);
}
.lw-library-hero .content-col .hero-actions .btn-secondary {
  background-color: #F4F4F4;
  color: #1E1361;
}
.lw-library-hero .content-col .hero-actions .btn-secondary:hover {
  background-color: rgb(218.5, 218.5, 218.5);
}
.lw-library-hero .image-col {
  max-width: 100%;
  width: calc(45% - 16px);
  position: relative;
  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;
}
@media (max-width: 991px) {
  .lw-library-hero .image-col {
    width: 100%;
  }
}
.lw-library-hero .main-illustration {
  position: relative;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lw-library-hero .main-illustration img {
  max-width: 100%;
  height: auto;
  display: block;
}
.lw-library-hero .animate-float {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.lw-library-faq {
  padding: 64px 0;
  background-color: #F5F5F5;
}
@media (max-width: 991px) {
  .lw-library-faq {
    background-image: unset !important;
  }
}
@media (max-width: 575px) {
  .lw-library-faq {
    padding: 40px 0;
  }
}
.lw-library-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .lw-library-faq__inner {
    gap: 0;
  }
}
.lw-library-faq__col-content {
  max-width: 100%;
  width: calc(50% - 16px);
}
@media (max-width: 991px) {
  .lw-library-faq__col-content {
    width: 100%;
  }
}
.lw-library-faq__text-content {
  max-width: 100%;
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 991px) {
  .lw-library-faq__text-content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lw-library-faq__text-content {
    margin-bottom: 40px;
  }
}
.lw-library-faq__title {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  color: #241775;
  margin-bottom: 8px;
  letter-spacing: 0;
}
@media (max-width: 575px) {
  .lw-library-faq__title {
    font-size: 30px;
    line-height: 1.27;
    text-align: center;
  }
}
.lw-library-faq__desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0;
  color: #262626;
}
@media (max-width: 991px) {
  .lw-library-faq__desc {
    display: none;
  }
}
.lw-library-faq__image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .lw-library-faq__image {
    display: none;
  }
}
.lw-library-faq__col-faqs {
  max-width: 100%;
  width: calc(50% - 16px);
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #525252;
  -webkit-box-shadow: 0px 87px 35px rgba(0, 0, 0, 0.01), 0px 49px 29px rgba(0, 0, 0, 0.02), 0px 22px 22px rgba(0, 0, 0, 0.04), 0px 5px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 87px 35px rgba(0, 0, 0, 0.01), 0px 49px 29px rgba(0, 0, 0, 0.02), 0px 22px 22px rgba(0, 0, 0, 0.04), 0px 5px 12px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}
@media (max-width: 991px) {
  .lw-library-faq__col-faqs {
    width: 100%;
  }
}
.lw-library-faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lw-library-faq__item {
  border: 1px solid transparent;
  border-bottom: 1px solid #D4D4D4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px;
  margin-bottom: 0;
}
.lw-library-faq__item:last-child {
  border-bottom: none;
}
.lw-library-faq__item.is-active {
  border-bottom: none;
  background-color: #FDF3F6;
  border: 1px solid #EF4A81;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.lw-library-faq__item.is-active .lw-library-faq__question-text,
.lw-library-faq__item.is-active .lw-library-faq__index {
  color: #EF4A81;
}
.lw-library-faq__item.is-active .lw-library-faq__icon {
  color: #EF4A81;
}
.lw-library-faq__question-wrap {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.lw-library-faq__question {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #262626;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 575px) {
  .lw-library-faq__question {
    font-size: 20px;
    line-height: 1.3;
  }
}
.lw-library-faq__index {
  position: absolute;
  left: 0;
  top: 0;
}
.lw-library-faq__icon {
  color: #1A1A1A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
  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;
  position: absolute;
  top: 0;
  right: 0;
}
.lw-library-faq__answer-wrap {
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.lw-library-faq__answer {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.44;
  color: #262626;
  letter-spacing: 0;
  padding-left: 35px;
  padding-top: 16px;
}
@media (max-width: 575px) {
  .lw-library-faq__answer {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}
.lw-library-faq__answer p {
  margin: 0;
}
.lw-library-faq__image--mobile {
  display: none;
}
@media (max-width: 991px) {
  .lw-library-faq__image--mobile {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .lw-library-faq__image--mobile img {
    margin: 0 auto;
  }
}

.lw-library-tabs {
  padding: 80px 0;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .lw-library-tabs {
    padding: 40px 0;
  }
}
.lw-library-tabs .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.lw-library-tabs__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lw-library-tabs__nav-wrapper {
    margin-bottom: 24px;
  }
}
.lw-library-tabs__nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #D4D4D4;
  border-radius: 160px;
  padding: 10px;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .lw-library-tabs__nav {
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.lw-library-tabs__tab-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 160px;
  padding: 12px 24px;
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #262626;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  border: 2px solid transparent;
}
.lw-library-tabs__tab-btn.active {
  background: #241775;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(36, 23, 117, 0.15);
          box-shadow: 0px 4px 10px rgba(36, 23, 117, 0.15);
  border-color: #D4D4D4;
}
.lw-library-tabs__tab-btn:hover:not(.active) {
  background: rgba(36, 23, 117, 0.05);
}
@media (max-width: 767px) {
  .lw-library-tabs__tab-btn {
    padding: 10px 20px;
    width: 100%;
    text-align: center;
  }
}
.lw-library-tabs__content {
  position: relative;
}
.lw-library-tabs__panel {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.lw-library-tabs__panel.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lw-library-tabs__panel-title {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  text-align: center;
  text-transform: capitalize;
  color: #241775;
  margin-bottom: 24px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lw-library-tabs__panel-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.lw-library-tabs__panel-desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  color: #262626;
  max-width: 592px;
  margin: 0 auto 40px auto;
}
@media (max-width: 767px) {
  .lw-library-tabs__panel-desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.lw-library-tabs__graph-wrap {
  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;
  overflow: hidden;
}
.lw-library-tabs__graph-img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.lw-library-tabs__dict-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 991px) {
  .lw-library-tabs__dict-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .lw-library-tabs__dict-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.lw-library-tabs__dict-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lw-library-tabs__dict-letter {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  color: #EF4A81;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .lw-library-tabs__dict-letter {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.lw-library-tabs__dict-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.lw-library-tabs__dict-card {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  padding: 12px;
}
.lw-library-tabs__dict-card:hover {
  -webkit-box-shadow: 0px 8px 24px rgba(36, 23, 117, 0.08);
          box-shadow: 0px 8px 24px rgba(36, 23, 117, 0.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: #241775;
}
.lw-library-tabs__dict-card-header {
  margin-bottom: 12px;
}
.lw-library-tabs__dict-card-title {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #241775;
  margin-bottom: 4px;
}
.lw-library-tabs__dict-card-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lw-library-tabs__dict-card-title a:hover {
  color: #ff5e7e;
  text-decoration: underline;
}
.lw-library-tabs__dict-card-cat {
  font-family: "SVN-Gilroy";
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: #262626;
}
.lw-library-tabs__dict-card-body {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
}
.lw-library-tabs__dict-card-body p {
  margin: 0;
}
.lw-library-tabs__filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .lw-library-tabs__filter-row {
    -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;
    gap: 16px;
  }
}
.lw-library-tabs__filter-label {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  color: #241775;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .lw-library-tabs__filter-label {
    font-size: 28px;
  }
}
.lw-library-tabs__filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lw-library-tabs__filter-btns {
    width: 100%;
    gap: 8px;
  }
}
.lw-library-tabs__filter-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 500;
  color: #262626;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3;
  border: 2px solid transparent;
  min-width: 150px;
  text-align: center;
}
@media (max-width: 767px) {
  .lw-library-tabs__filter-btn {
    padding: 10px 16px;
    font-size: 16px;
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.lw-library-tabs__filter-btn.active {
  background: #241775;
  color: #FFFFFF;
  border-color: #D4D4D4;
}
.lw-library-tabs__filter-btn:hover:not(.active) {
  background: rgba(36, 23, 117, 0.05);
}
.lw-library-tabs__post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .lw-library-tabs__post-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .lw-library-tabs__post-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.lw-library-tabs__post-card {
  border: 1px solid #D4D4D4;
  border-radius: 16px;
  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;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px;
  background: #F5F5F5;
  border: 1px solid #D4D4D4;
}
.lw-library-tabs__post-card:hover {
  -webkit-box-shadow: 0px 8px 24px rgba(36, 23, 117, 0.08);
          box-shadow: 0px 8px 24px rgba(36, 23, 117, 0.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: #241775;
}
.lw-library-tabs__post-img-wrap {
  position: relative;
  aspect-ratio: 352/264;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
}
.lw-library-tabs__post-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: block;
}
.lw-library-tabs__post-img-wrap:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.lw-library-tabs__post-content {
  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;
}
.lw-library-tabs__post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.lw-library-tabs__post-tag {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.57;
  color: #262626;
  padding: 4px 12px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 160px;
}
.lw-library-tabs__post-title {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #171717;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 78px;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .lw-library-tabs__post-title {
    font-size: 18px;
    height: auto;
    margin-bottom: 16px;
  }
}
.lw-library-tabs__post-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.lw-library-tabs__post-title a:hover {
  color: #241775;
}
.lw-library-tabs__post-date {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
}
.lw-library-tabs__pagination {
  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;
  gap: 8px;
  margin-top: 40px;
}
.lw-library-tabs__page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 48px;
  height: 48px;
  padding: 10px;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  border-radius: 8px;
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .lw-library-tabs__page-link {
    min-width: 38px;
    height: 38px;
    padding: 6px;
    font-size: 14px;
  }
}
.lw-library-tabs__page-link:hover:not(.active):not(.disabled) {
  background: #EEEEEE;
}
.lw-library-tabs__page-link.active {
  background: #EF4A81;
  color: #FFFFFF;
  border-color: #EF4A81;
}
.lw-library-tabs__page-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.lw-library-tabs .lw-flashcard-game {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.lw-library-tabs .lw-flashcard-game__score-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 352px;
  margin: 0 auto 16px auto;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 14px;
  color: #737373;
  font-weight: 500;
}
.lw-library-tabs .lw-flashcard-game__score-row strong {
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  margin: 0 4px;
}
.lw-library-tabs .lw-flashcard-game__score-row .check-mark {
  color: #10B981;
  font-weight: 700;
}
.lw-library-tabs .lw-flashcard-game__card-outer {
  margin-bottom: 24px;
}
.lw-library-tabs .lw-flashcard-game__card {
  max-width: 479px;
  min-height: 440px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 32px 24px;
  color: #FFFFFF;
  text-align: left;
  -webkit-box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 0.4s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.4s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
  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: 767px) {
  .lw-library-tabs .lw-flashcard-game__card {
    min-height: 380px;
    padding: 24px 16px;
    border-radius: 16px;
  }
}
.lw-library-tabs .lw-flashcard-game__card.shake {
  -webkit-animation: lw-shake 0.5s ease;
          animation: lw-shake 0.5s ease;
}
.lw-library-tabs .lw-flashcard-game__card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 16px 40px rgba(36, 23, 117, 0.12);
          box-shadow: 0px 16px 40px rgba(36, 23, 117, 0.12);
}
.lw-library-tabs .lw-flashcard-game__card-content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.lw-library-tabs .lw-flashcard-game__card-desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .lw-library-tabs .lw-flashcard-game__card-desc {
    font-size: 16px;
  }
}
.lw-library-tabs .lw-flashcard-game__card-answer {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #FFFFFF;
  text-decoration: underline;
  margin: auto 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .lw-library-tabs .lw-flashcard-game__card-answer {
    font-size: 22px;
  }
}
.lw-library-tabs .lw-flashcard-game__card-answer .arrow {
  font-size: 24px;
  text-decoration: none;
  display: inline-block;
}
.lw-library-tabs .lw-flashcard-game__card-cat {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: auto;
}
@media (max-width: 767px) {
  .lw-library-tabs .lw-flashcard-game__card-cat {
    font-size: 14px;
  }
}
.lw-library-tabs .lw-flashcard-game__feedback {
  min-height: 24px;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lw-library-tabs .lw-flashcard-game__feedback--success {
  color: #10B981;
}
.lw-library-tabs .lw-flashcard-game__feedback--error {
  color: #EF4A81;
}
.lw-library-tabs .lw-flashcard-game__controls {
  max-width: 479px;
  margin: 0 auto;
}
.lw-library-tabs .lw-flashcard-game__input {
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #D4D4D4;
  border-radius: 12px;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 16px;
  color: #262626;
  background: #FFFFFF;
  outline: none;
  margin-bottom: 16px;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .lw-library-tabs .lw-flashcard-game__input {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.lw-library-tabs .lw-flashcard-game__input::-webkit-input-placeholder {
  color: #A3A3A3;
}
.lw-library-tabs .lw-flashcard-game__input::-moz-placeholder {
  color: #A3A3A3;
}
.lw-library-tabs .lw-flashcard-game__input:-ms-input-placeholder {
  color: #A3A3A3;
}
.lw-library-tabs .lw-flashcard-game__input::-ms-input-placeholder {
  color: #A3A3A3;
}
.lw-library-tabs .lw-flashcard-game__input::placeholder {
  color: #A3A3A3;
}
.lw-library-tabs .lw-flashcard-game__input:focus {
  border-color: #241775;
  -webkit-box-shadow: 0 0 0 3px rgba(36, 23, 117, 0.08);
          box-shadow: 0 0 0 3px rgba(36, 23, 117, 0.08);
}
.lw-library-tabs .lw-flashcard-game__actions {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 12px;
}
@media (max-width: 767px) {
  .lw-library-tabs .lw-flashcard-game__actions {
    grid-template-columns: 1fr 100px;
    gap: 8px;
  }
}
.lw-library-tabs .lw-flashcard-game__btn {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  outline: none;
}
@media (max-width: 767px) {
  .lw-library-tabs .lw-flashcard-game__btn {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.lw-library-tabs .lw-flashcard-game__btn--check {
  background: #FFC845;
  color: #262626;
}
.lw-library-tabs .lw-flashcard-game__btn--check:hover {
  background: #e5b33d;
}
.lw-library-tabs .lw-flashcard-game__btn--skip {
  background: #FFFFFF;
  color: #262626;
  border: 1px solid #262626;
}
.lw-library-tabs .lw-flashcard-game__btn--skip:hover {
  background: #F5F5F5;
}
.lw-library-tabs .lw-flashcard-game__btn--next {
  background: #10B981;
  color: #FFFFFF;
}
.lw-library-tabs .lw-flashcard-game__btn--next:hover {
  background: #059669;
}
@-webkit-keyframes lw-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@keyframes lw-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 60% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40%, 80% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.lw-flashcard-game__card--revealed .lw-flashcard-game__card-desc {
  opacity: 0 !important;
  pointer-events: none !important;
}
.lw-flashcard-game__card--revealed .lw-flashcard-game__card-answer {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.lw-library-companies {
  padding: 80px 0;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .lw-library-companies {
    padding: 80px 0 96px;
  }
}
@media (max-width: 575px) {
  .lw-library-companies {
    padding: 56px 0 64px;
  }
}
.lw-library-companies__title {
  margin: 0 0 72px;
  color: #241775;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .lw-library-companies__title {
    margin-bottom: 56px;
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .lw-library-companies__title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.lw-library-companies__carousels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.lw-library-companies__carousel {
  visibility: visible;
}
.lw-library-companies__carousel .splide__track {
  overflow: hidden;
}
.lw-library-companies__carousel .splide__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lw-library-companies__item {
  min-width: 0;
  direction: ltr;
}
.lw-library-companies__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media (max-width: 575px) {
  .lw-library-companies__link {
    height: 112px;
  }
}
.lw-library-companies__logo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
a.lw-library-companies__link:hover .lw-library-companies__logo, a.lw-library-companies__link:focus-visible .lw-library-companies__logo {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.lw-library-cta {
  padding: 80px 0;
  background: #fafafa;
  font-family: "SVN-Gilroy", sans-serif;
}
.lw-library-cta__heading {
  margin: 0 0 40px;
  color: #241775;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}
.lw-library-cta__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: 1216px;
  margin: 0 auto;
}
.lw-library-cta__card {
  position: relative;
  min-width: 0;
  min-height: 592px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 16px;
  background: #241775;
}
.lw-library-cta__pattern {
  position: absolute;
  z-index: 0;
  right: -8%;
  bottom: -8%;
  width: 78%;
  height: 78%;
  opacity: 0.22;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.38) 1.4px, transparent 1.5px);
  background-size: 16px 16px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 72%);
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  pointer-events: none;
}
.lw-library-cta__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 592px;
  padding: 40px;
  -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;
  gap: 24px;
}
.lw-library-cta__art {
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.lw-library-cta__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.lw-library-cta__title {
  margin: 0;
  color: #ffc845;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.lw-library-cta__description {
  margin: 0;
  color: #e5e5e5;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.lw-library-cta__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 48px;
  padding: 12px 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: #ffc845;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.lw-library-cta__button:hover, .lw-library-cta__button:focus-visible {
  background: #ffd66f;
  color: #262626;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.lw-library-cta__button:focus-visible {
  outline: 3px solid rgba(255, 200, 69, 0.35);
  outline-offset: 3px;
}
@media (max-width: 991px) {
  .lw-library-cta__grid {
    gap: 24px;
  }
  .lw-library-cta__content {
    padding: 32px;
  }
  .lw-library-cta__title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .lw-library-cta {
    padding: 56px 0;
  }
  .lw-library-cta__heading {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 38px;
  }
  .lw-library-cta__grid {
    grid-template-columns: 1fr;
  }
  .lw-library-cta__card, .lw-library-cta__content {
    min-height: 0;
  }
}
@media (max-width: 575px) {
  .lw-library-cta__content {
    padding: 24px;
  }
  .lw-library-cta__art {
    width: 152px;
    height: 152px;
  }
  .lw-library-cta__title {
    font-size: 26px;
    line-height: 32px;
  }
  .lw-library-cta__description {
    font-size: 16px;
    line-height: 24px;
  }
}