/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./pages/home/scss/style.scss ***!
  \*********************************************************************************************************************/
:root {
  --background-color: #fff;
  --text-color: #000;
  --grey-color: #656488;
}

[data-theme=dark] {
  --background-color: #1f1b4e;
  --text-color: #fff;
  --grey-color: #bec4d0;
}

.modal-video__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-video__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.group-links {
  display: flex;
  justify-content: space-between;
}
.group-links .common-btn {
  width: 48.5%;
}
@media (max-width: 767.98px) {
  .group-links .common-btn {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 40px;
  }
}

.home-banner {
  position: relative;
  color: #fff;
}
.home-banner .bg {
  display: block;
  background: #2e236d;
  min-height: 650px;
}
.home-banner__content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home-banner__content {
    padding: 0 15px 15px;
    top: auto;
    transform: none;
    bottom: 10%;
    left: 0;
    right: 0;
  }
}
.home-banner .bg img {
  width: 100%;
}
.home-banner__title {
  font-weight: 800;
  margin-bottom: 28px;
  font-size: 3.125rem;
}
@media (max-width: 767.98px) {
  .home-banner__title {
    margin-bottom: 0;
    font-size: 2.1875rem;
  }
}
.home-banner__subtitle {
  font-size: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .home-banner__subtitle {
    font-size: 1.125rem;
  }
  .home-banner__subtitle .text-highlight {
    font-size: 2rem;
  }
}
.home-banner .common-btn {
  margin-top: 1.5rem;
}
.home-banner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner .slick-next {
  right: 15px;
}
.home-banner .slick-prev {
  left: 15px;
}

.about-elsa {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .about-elsa {
    padding: 60px 0;
  }
}
.about-elsa .section-title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about-elsa .section-title {
    text-align: left;
  }
}
.about-elsa__desc {
  margin-bottom: 25px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .about-elsa__desc {
    font-size: 1.125rem;
  }
}
.about-elsa__video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  cursor: pointer;
}
.about-elsa__video::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/btn-youtube-play.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .about-elsa__video::before {
    width: 100px;
    height: 100px;
  }
}
.about-elsa__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-elsa__video img {
  border-radius: 20px;
  width: 100%;
}

.elsa-feature__item {
  display: flex;
  margin-top: 20px;
}
.elsa-feature__img {
  width: 96px;
}
.elsa-feature__content {
  flex: 1;
  padding-left: 15px;
}
.elsa-feature__title {
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.elsa-feature {
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .elsa-feature {
    padding: 60px 0 40px;
  }
}
@media (min-width: 768px) {
  .elsa-feature__container {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    flex-direction: row-reverse;
    margin-bottom: 30px;
  }
}

.feature-slider {
  width: 220px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .feature-slider {
    width: 320px;
    margin: 0;
  }
}
.feature-slider .slick-arrow {
  width: 32px;
  height: 32px;
  background: transparent url(../images/slide-arrow.svg);
  z-index: 990;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
}
.feature-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.feature-slider .slick-prev {
  left: -50px;
}
.feature-slider .slick-next {
  right: -50px;
}
.feature-nav {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .feature-nav {
    margin-bottom: 0;
    flex: 1 0 0;
    max-width: 675px;
  }
}
.feature-nav li {
  background: inherit;
  margin: 1px;
  position: absolute;
}
@media (max-width: 767px) {
  .feature-nav li {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s;
  }
}
@media (min-width: 768px) {
  .feature-nav li {
    margin-bottom: 14px;
    position: relative;
  }
  .feature-nav li:last-child {
    margin-bottom: 0;
  }
}
.feature-nav li::before {
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  position: absolute;
  pointer-events: none;
}
.feature-nav li.active {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.feature-nav li.active::before {
  background: linear-gradient(97.9deg, #55ffad -10.96%, #14b9ff 105.47%);
}
.feature-nav__icon {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.active .feature-nav__icon {
  background-position: 0 -64px;
}
.feature-nav__icon--user {
  background-image: url(../images/icon-user-edit.png);
}
.feature-nav__icon--gamming {
  background-image: url(../images/icon-gamming.png);
}
.feature-nav__icon--sound {
  background-image: url(../images/icon-sound-chart.png);
}
.feature-nav__icon--translate {
  background-image: url(../images/icon-translate.png);
}
.feature-nav__icon--messages {
  background-image: url(../images/icon-messages.png);
}
.feature-nav__wrap {
  background: #1c173e;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}
.feature-nav__wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  z-index: -1;
  pointer-events: none;
}
.feature-nav__content {
  flex: 1 0 0;
  padding-left: 10px;
}
.feature-title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: bold;
}
.active .feature-title {
  background: linear-gradient(151deg, #55ffad 0%, #14b9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-description, .feature-detail {
  color: #bec4d0;
}
.feature-description {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
.feature-detail {
  font-style: italic;
}
@media (min-width: 768px) {
  .feature-detail {
    max-height: 0;
    transform: scaleY(0);
    transition: transform 0.5s, max-height 0.3s;
  }
  .active .feature-detail {
    margin-top: 10px;
    max-height: 7em;
    transform: scaleY(1);
    transition-delay: 0.3s, 0;
  }
}

.elsa-flow {
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .elsa-flow {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .elsa-flow__container {
    width: 250px;
    margin: 300px auto 220px;
    position: relative;
  }
}
.elsa-flow__item {
  margin-bottom: 15px;
  text-align: center;
}
.elsa-flow__item::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .elsa-flow__item::after {
    display: block;
    width: 9px;
    height: 54px;
    margin: 14px auto 20px;
    background-image: url(../images/line-arrow.png);
  }
}
@media (min-width: 768px) {
  .elsa-flow__item::after {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .elsa-flow__item {
    min-width: 380px;
    position: absolute;
    z-index: 2;
  }
  .elsa-flow__item:nth-child(even) {
    left: 50%;
    transform: translateX(-50%);
  }
  .elsa-flow__item:nth-child(3), .elsa-flow__item:nth-child(5) {
    top: 50%;
    transform: translateY(-50%);
  }
  .elsa-flow__item:nth-child(2) {
    bottom: calc(100% + 10px);
  }
  .elsa-flow__item:nth-child(2)::after {
    width: 320px;
    height: 198px;
    background-image: url(../images/line-top-right.png);
    left: calc(50% + 70px);
    top: 60px;
  }
  .elsa-flow__item:nth-child(4) {
    top: calc(100% + 10px);
  }
  .elsa-flow__item:nth-child(3) {
    left: calc(100% + 80px);
  }
  .elsa-flow__item:nth-child(3)::after {
    width: 183px;
    height: 197px;
    background-image: url(../images/line-bottom-right.png);
    right: 50%;
    top: calc(100% + 10px);
  }
  .elsa-flow__item:nth-child(5) {
    right: calc(100% + 80px);
  }
  .elsa-flow__item:nth-child(5)::after {
    width: 188px;
    height: 165px;
    background-image: url(../images/line-bottom-left.png);
    left: 50%;
    top: calc(100% + 10px);
  }
}
@media (max-width: 767px) {
  .elsa-flow__item:last-child::after {
    display: none;
  }
}
.elsa-flow__thumb {
  width: 120px;
  margin: 0 auto 10px;
}
.elsa-flow__title {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.333;
  font-weight: bold;
}
.elsa-flow__desc {
  font-size: 1.125rem;
  color: #bec4d0;
}

.comparison {
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .comparison {
    padding: 40px 0 60px;
  }
}
.comparison-table {
  margin-bottom: 32px;
  border-radius: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .comparison-table {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }
}
.comparison-row {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 140px;
  background: #fff;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .comparison-row {
    display: table;
    table-layout: fixed;
    min-height: 105px;
    font-size: 1.25rem;
  }
}
.comparison-row:nth-child(odd) {
  background: #e0e8f3;
}
.comparison-row--head {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .comparison-row--head {
    font-size: 1.5rem;
  }
}
.comparison-col {
  display: table-cell;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .comparison-col {
    padding: 15px;
  }
}
.comparison-col span {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comparison-col--free span {
  background-image: linear-gradient(180deg, #e558e7 1.25%, #6773f8 101.25%);
}
.comparison-col--free1 {
  color: #333;
}
.comparison-col--premium {
  width: 35%;
}
@media (min-width: 768px) {
  .comparison-col--premium {
    width: 33%;
  }
}
.comparison-col--premium span {
  background-image: linear-gradient(180deg, #29f4ff -46.11%, #5257ff 151.97%);
}
.comparison-col--name {
  width: 35%;
  color: #413e9d;
  font-weight: bold;
}
@media (min-width: 768px) {
  .comparison-col--name {
    width: 33%;
  }
}

.nova {
  color: #fff;
  background: #1c173e;
}
.nova p {
  margin-bottom: 0;
}
.nova ul {
  list-style: none;
}
.nova .title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .nova .title {
    font-size: 3rem;
  }
}
.nova .common-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 70px;
  max-width: 100%;
  border-radius: 123px;
  background: linear-gradient(180deg, #55ffad 0%, #14b9ff 100%);
  font-size: 1.25rem;
  font-weight: bold;
  color: #1f1d44;
  line-height: 1.333;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  transition: opacity 0.5s;
}
.nova .common-btn:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .nova .common-btn {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 535px;
  }
}
.nova .text-center .common-btn {
  margin-left: auto;
  margin-right: auto;
}

.practice {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .practice {
    padding-bottom: 30px;
  }
}
.practice .section-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .practice .section-title {
    font-size: 3.4375rem;
  }
}
.practice__intro {
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .practice__intro {
    margin-bottom: 50px;
    margin-top: -50px;
  }
}
.practice__intro-link {
  font-size: 0.75rem;
  color: #8181a5 !important;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .practice__intro-link {
    font-size: 1.5625rem;
    text-decoration: none !important;
  }
}
.practice__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
@media (min-width: 768px) {
  .practice__list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.practice__item {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
  width: 33.33%;
}
@media (min-width: 768px) {
  .practice__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 25%;
  }
  .practice__item:nth-child(5) {
    display: none;
  }
}

.fb-post {
  font-size: 0.875rem;
}
.fb-post__header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.fb-post__header-profile {
  width: 42px;
  border-radius: 21px;
  overflow: hidden;
}
.fb-post__header-info {
  flex: 1;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
}
.fb-post__header-info .fb-action {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fb-post__header-time {
  color: rgba(30, 30, 30, 0.6);
  font-size: 0.75rem;
}
.fb-post__header-time img {
  display: inline-block;
}
.fb-post__header .fb-name {
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .fb-post__header .fb-name {
    margin-right: 4px;
  }
}
.fb-post__header .fb-name.is-recommend {
  padding-right: 20px;
  background: url(../images/icon-recommend.png) no-repeat right center/16px auto;
}
.fb-post__header .recommendation {
  color: rgba(30, 30, 30, 0.6);
}
.fb-post__header .recommendation strong {
  color: #000;
}
.fb-post__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.fb-post__body-content {
  line-height: 1.3;
}
.fb-post__body-statistic {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.fb-post__body-statistic::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background: #129bf7;
}
.fb-post__body-statistic .counter {
  display: inline-block;
  margin-left: 5px;
}
.fb-post__body-statistic .comments {
  color: rgba(30, 30, 30, 0.6);
}
.fb-post__body-statistic img {
  display: inline-block;
}
.fb-post__footer {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  padding: 0 10px;
}
.fb-post__footer-btn {
  position: relative;
}
.fb-post__footer-btn::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}
.fb-post__footer-btn.like {
  color: #129bf7;
}
.fb-post__footer-btn.like::before {
  background-image: url(../images/icon-like.svg);
}
.fb-post__footer-btn.comment::before {
  background-image: url(../images/icon-comment.svg);
}
.fb-post__footer-btn.share::before {
  background-image: url(../images/icon-share.svg);
}

.user-review {
  padding: 50px 0 20px;
  margin-bottom: 40px;
}
.user-review .section-title {
  font-size: 3rem;
}
.user-review__item {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 218px;
}
@media (min-width: 768px) {
  .user-review__item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .user-review .slick-list {
    padding: 10px 0;
  }
}
.user-review .slick-dots {
  width: 100%;
  margin: 0;
}
.user-review .slick-dots .slick-active button {
  background: linear-gradient(180deg, #8445ea 0%, #5445ea 100%);
}

.modal-video__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-video__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .modal-video .modal-dialog {
    max-width: 680px;
  }
}
.modal-video__wrapper {
  height: 0;
}
.modal-video .close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9;
  background: #fff;
  border: 0;
  border-radius: 15px;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .modal-video .close {
    top: -24px;
    right: -24px;
  }
}
.modal-video .close::before, .modal-video .close::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  padding: 0;
}
.modal-video .close::before {
  transform: rotate(45deg) translate(-7px, 7px);
}
.modal-video .close::after {
  transform: rotate(-45deg) translate(-7px, -7px);
}

.kol-video {
  font-family: "Noto Sans TC", sans-serif;
  padding-block: 85px;
  background: url(../images/bg-planet-1.png) no-repeat top 5% right 5%, url(../images/bg-planet-2.png) no-repeat bottom right, url(../images/bg-planet-3.png) no-repeat bottom left;
}
@media (max-width: 991.98px) {
  .kol-video {
    background-position: top right 5%, bottom 40% right -82px, bottom 40% left -300px;
  }
}
.kol-video .section-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  background: linear-gradient(180deg, #e558e7 1.25%, #6773f8 101.25%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (min-width: 768px) {
  .kol-video .section-title {
    text-align: left;
  }
}
.kol-video__item {
  cursor: pointer;
}
@media (min-width: 768px) {
  .kol-video__item {
    padding-inline: 35px;
  }
}
.kol-video__item a {
  text-decoration: none;
}
.kol-video__thumbnail {
  position: relative;
}
.kol-video__thumbnail img {
  border-radius: 15px;
  z-index: 1;
}
.kol-video__thumbnail::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #e558e7 1.25%, #6773f8 101.25%);
  border-radius: 15px;
  z-index: -1;
}
.kol-video__title {
  display: flex;
  align-self: center;
  gap: 10px;
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #4a4aba;
}
@media (max-width: 991.98px) {
  .kol-video__title {
    font-size: 14px;
  }
}
.kol-video__title img {
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .kol-video__title img {
    width: 14px;
    height: 14px;
  }
}

.elsa-partners {
  padding: 40px 0;
}
.elsa-partners .section-title {
  margin-bottom: 30px;
}
.elsa-partners__intro {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .elsa-partners__intro {
    font-size: 1.25rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.elsa-partners__logos {
  margin-bottom: 0;
}
.elsa-partners__logos img {
  display: block;
  margin-inline: auto;
}

.register-packages {
  padding: 40px 0;
}
@media (min-width: 1440px) {
  .register-packages .container {
    max-width: 1200px;
  }
}
.register-packages .text-intro {
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .register-packages .text-intro {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .register-packages .box-packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
}
.register-packages .box-packages__item {
  margin-inline: 8px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.0823529412);
}
@media (max-width: 767.98px) {
  .register-packages .box-packages__item {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .register-packages .box-packages__item {
    width: 36%;
  }
}
@media (min-width: 768px) {
  .register-packages .box-packages__content {
    padding-bottom: 25px;
  }
}
.register-packages .box-packages__promotion {
  max-width: 250px;
  margin: 12px auto;
}
.register-packages .box-packages__image {
  height: 180px;
  overflow: hidden;
}
.register-packages .box-packages__image img {
  transition: transform 0.3s;
  top: -2px;
}
.register-packages .box-packages__image:hover img {
  transform: scale(1.07);
}
.register-packages .slick-list {
  width: 100%;
}
.register-packages .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.register-packages .slick-prev {
  left: -50px;
}
.register-packages .slick-next {
  right: -50px;
}

.card-news {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .card-news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.card-news .thumbnail {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  height: 182px;
  border-radius: 10px;
  overflow: hidden;
  background: #aaa;
}
.card-news .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.card-news:hover .thumbnail img {
  transform: scale(1.1);
}
.card-news .post-excerpt {
  color: #2a2a2a;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 3rem;
}
.card-news .post-excerpt p {
  margin-bottom: 0;
}
.card-news .post-title {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
}
.card-news .post-title a {
  color: inherit;
  text-decoration: none;
}
.card-news .btn-readmore {
  margin-top: 15px;
}

.section-libraries {
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .section-libraries {
    padding: 50px 0 80px;
  }
}
.section-libraries .section-title {
  font-size: 2rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-libraries .section-title {
    font-size: 2.5rem;
  }
}
.section-libraries .slick-arrow {
  top: 75px;
}
@media (min-width: 992px) {
  .section-libraries .slick-prev {
    margin-left: -40px;
  }
}
@media (min-width: 992px) {
  .section-libraries .slick-next {
    margin-right: -40px;
  }
}

.btn-readmore {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding: 2px;
  background: linear-gradient(84.41deg, #5346a3 9.02%, #8162e3 93.84%);
  min-width: 130px;
  border-radius: 30px;
}
.btn-readmore .btn-inner {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  height: 42px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.btn-readmore:hover {
  color: #fff;
  text-decoration: none;
}
.btn-readmore:hover .btn-inner {
  background-color: transparent;
}

.device-support {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .device-support {
    font-size: 1.125rem;
  }
}
.device-support__icon {
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .device-support__icon {
    background-size: 20px auto;
  }
}
@media (min-width: 768px) {
  .device-support__icon {
    width: 40px;
    height: 40px;
  }
}
.device-support__icon--mobile {
  background-image: url(../images/mobile-app.svg);
}
.device-support__icon--desktop {
  background-image: url(../images/desktop.svg);
}

/*# sourceMappingURL=home.css.map*/