* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #a1a1a1;
  padding: 5px 10px;
}
table th {
  font-weight: 700;
}
button {
  outline: 0;
}
html {
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4258;
  font-weight: 400;
  color: #0a0a0a;
  background-color: #f7f7f7;
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}
.dark body {
  background-color: #202020;
  color: #e0e0e0;
}
.vh80 {
  min-height: 80vh;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 8px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 32px;
  }
}
.flex {
  display: flex;
}
.hidden {
  display: none !important;
}
.mg-10 {
  margin: 10px 0;
}
.mg-20 {
  margin: 20px 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border: 0px;
}
.huge {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .huge {
    font-size: 20px;
  }
}
.massive {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .massive {
    font-size: 24px;
  }
}
.fw-200 {
  font-weight: 200;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16 / 9;
  animation: fadeIn 0.5s ease-in;
}
img.lazy {
  background-image: url(/assets/loading.dot.svg);
  background-size: auto 80px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.text-as-image {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  background-color: #f7f7f7;
  color: #565656;
  text-shadow: 0 0 10px #000;
}
.dark .text-as-image {
  background-color: #27282a;
  color: #e0e0e0;
  text-shadow: 0 0 10px #e0e0e0;
}
a {
  text-decoration: none;
  color: #565656;
}
a:hover {
  color: #00bc98;
}
.dark a {
  color: #e0e0e0;
}
.dark a:hover {
  color: #00bc98;
}
.sec-title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  color: #565656;
}
@media (min-width: 768px) {
  .sec-title {
    font-size: 24px;
    margin: 20px 0;
  }
}
.dark .sec-title {
  color: #e0e0e0;
}
.video {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
  position: relative;
  background-color: #dcdcdc;
}
.video.short {
  padding-top: 175%;
  margin-top: 0;
}
.video.short .video-facade img {
  height: 100%;
  object-fit: contain;
}
.video iframe,
.video video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  outline: 0;
  z-index: 99;
}
.video .video-facade {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #000;
}
.video .video-facade img {
  object-fit: cover;
}
.video .video-facade .icon-yt-play-button {
  width: 68px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video .video-facade .icon-yt-play-button.grey {
  display: block;
}
.video .video-facade .icon-yt-play-button.light {
  display: none;
}
.video .video-facade .icon-vimeo-play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #172223bf;
  border-radius: 5px;
  width: 65px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video .video-facade:hover .icon-yt-play-button.grey {
  display: none;
}
.video .video-facade:hover .icon-yt-play-button.light {
  display: block;
}
.video .video-facade:hover .icon-vimeo-play-button {
  background-color: #00adef;
}
.social-list {
  display: flex;
}
.social-list .icon {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.icon-facebook {
  fill: #3b5998;
}
.icon-twitter {
  fill: #55acee;
}
.icon-instagram {
  fill: #c92bb7;
}
.icon-linkedin {
  fill: #0a66c2;
}
.page-404 {
  height: 80vh;
  padding: 25vh 0;
}
.page-404 .back-home {
  font-size: 20px;
  display: block;
  margin: 50px 0;
  text-align: center;
  color: #00bc98;
  font-weight: 700;
  text-decoration: underline;
}
.page-header {
  max-width: 100%;
  position: relative;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}
.page-header.sticky {
  position: sticky;
  top: 0;
  background-color: #f7f7f7;
  box-shadow: 0 2px 4px #22242626, 0 2px 4px #2224260d;
}
.dark .page-header.sticky {
  background-color: #202020;
  box-shadow: 0 2px 4px #eaecee26, 0 2px 4px #eaecee0d;
}
.page-header-container {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-header-container {
    height: 80px;
  }
}
.site-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-logo-icon {
  display: block;
  text-indent: -9999px;
  background-image: url(/assets/logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  height: 100%;
  width: 200px;
}
@media screen and (min-width: 1024px) {
  .site-logo-icon {
    width: 320px;
  }
}
.site-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
}
.nav {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 30px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav {
    display: flex;
  }
}
.nav > ul {
  display: flex;
}
.menu-btn {
  font-size: 16px;
  color: #0a0a0a;
  padding: 0 10px;
  margin: 0 15px;
  position: relative;
  background: transparent;
  cursor: pointer;
}
.menu-btn:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 10px;
  height: 1px;
  width: 0;
  background-color: #0a0a0a;
  transition: all 0.2s ease-in-out;
}
.menu-btn.active:after {
  width: calc(100% - 20px);
}
.menu-content {
  background-color: #fff;
  position: fixed;
  z-index: 99;
  inset: 80px 0 0;
  border-top: 1px solid #e0e0e0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
}
.menu-content.active {
  opacity: 1;
  visibility: visible;
}
.dark .menu-content {
  background-color: #0a0a0a;
  border-top-color: transparent;
}
.sub-menu {
  width: 25%;
  padding: 24px 16px 24px 0;
  border-right: 1px solid #e0e0e0;
}
.sub-menu .sub-menu-title {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #0a0a0a;
}
.dark .sub-menu {
  border-right-color: #565656;
}
.dark .sub-menu-title {
  color: #e0e0e0;
}
.sub-menu-btn,
.mobile-sub-menu-btn {
  cursor: pointer;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #646568;
  border: 1px solid transparent;
  background-color: transparent;
  transition: all 0.1s linear;
}
.sub-menu-btn.active,
.mobile-sub-menu-btn.active {
  border-color: #e0e1e9;
  background-color: #f4f5f9;
}
.sub-menu-btn .icon,
.mobile-sub-menu-btn .icon {
  fill: #565656;
  height: 14px;
  width: 14px;
}
.sub-menu-content {
  position: relative;
  width: 75%;
  padding: 40px 0 44px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .sub-menu-content {
    padding-left: 32px;
    padding-right: 56px;
  }
}
.sub-menu-content .sub-menu-close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 24px;
  transition: all 0.1s linear;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.sub-menu-content .sub-menu-close-btn .icon {
  fill: #565656;
}
.sub-menu-content .sub-menu-close-btn:hover .icon {
  fill: #0a0a0a;
}
.dark .sub-menu-close-btn .icon {
  fill: #a1a1a1;
}
.dark .sub-menu-close-btn:hover .icon {
  fill: #e0e0e0;
}
.sub-menu-panel {
  padding: 0;
  margin: 0;
  list-style: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  display: none;
}
@media screen and (min-width: 768px) {
  .sub-menu-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .sub-menu-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sub-menu-panel.active {
  display: grid;
}
.sub-menu-panel a {
  display: block;
  padding: 16px;
  font-size: 14px;
  line-height: 1.4;
}
.sub-menu-panel a:hover strong {
  color: #00bc98;
}
.sub-menu-panel .bg-image {
  height: 100px;
  width: 100%;
  margin-bottom: 10px;
  background-position: 50% 50%;
  background-size: cover;
}
.sub-menu-panel strong {
  display: block;
  font-weight: 700;
}
.sub-menu-panel span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sub-menu-panel.index-page {
  display: grid;
}
.sub-menu-panel.index-page .bg-image {
  height: 200px;
}
.dark .nav-item .menu-btn {
  color: #e0e0e0;
}
.dark .nav-item .menu-btn:after {
  background-color: #e0e0e0;
}
.nav-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 20px;
  background: none;
  border: none;
  outline: none;
  height: 60px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 1px;
  background-color: #000;
  transition: all 0.2s ease-in-out;
}
.nav-toggle-icon:before,
.nav-toggle-icon:after {
  content: "";
  width: 24px;
  height: 1px;
  display: block;
  position: absolute;
  backface-visibility: hidden;
  background-color: #000;
  transition: all 0.2s ease-in-out;
}
.nav-toggle-icon:before {
  transform: translateY(-7px);
}
.nav-toggle-icon:after {
  transform: translateY(7px);
}
.nav-toggle-icon.active {
  background-color: transparent !important;
}
.nav-toggle-icon.active:before {
  transform: translateY(0) rotate(-45deg);
}
.nav-toggle-icon.active:after {
  transform: translateY(0) rotate(45deg);
}
.dark .nav-toggle-icon {
  background-color: #fff;
}
.dark .nav-toggle-icon:before,
.dark .nav-toggle-icon:after {
  background-color: #fff;
}
.nav-mobile {
  position: fixed;
  z-index: 99;
  inset: 60px 0 0;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  overflow-y: scroll;
}
.nav-mobile.active {
  opacity: 1;
  visibility: visible;
}
.dark .nav-mobile {
  background-color: #000;
}
.mobile-sub-menu {
  display: none;
}
.mobile-sub-menu.active {
  display: block;
}
.mobile-sub-menu-btn .icon {
  transform: rotate(90deg);
  transition: all 0.3s linear;
}
.mobile-sub-menu-btn.active .icon {
  transform: rotate(-90deg);
}
.mobile-sub-menu {
  padding: 10px 0 10px 20px;
}
.mobile-sub-menu li {
  margin: 12px 0;
}
.mobile-sub-menu strong {
  display: block;
  font-weight: 700;
}
.mobile-sub-menu span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.theme-toggle {
  background: none;
  cursor: pointer;
}
.sun,
.moon {
  width: 30px;
  height: 30px;
}
.sun {
  display: block;
  fill: #000;
}
.moon,
.dark .sun {
  display: none;
}
.dark .moon {
  display: block;
  fill: #fff;
}
.page-footer {
  box-shadow: #0003 0 0 9px;
  padding: 20px 0;
  text-align: center;
  line-height: 2;
  width: 100%;
  overflow: hidden;
}
.page-footer-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (min-width: 1024px) {
  .page-footer-link {
    margin: 0;
    justify-content: flex-start;
  }
}
.page-footer-link strong {
  font-weight: 700;
  text-align: left;
  margin-right: 20px;
}
.page-footer-link a {
  text-align: left;
  margin-right: 20px;
}
.page-footer-link a:last-child {
  margin-right: 0;
}
.page-footer-link a:hover {
  text-decoration: underline;
}
.page-footer-copyright {
  color: #a1a1a1;
  padding-top: 5px;
}
.footer-slogan-sub {
  text-align: left;
  line-height: 1.28;
}
.page-footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "logo-area logo-area" "link-reviews link-guides" "social-share social-share";
  gap: 30px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .page-footer-container {
    grid-template-columns: 3fr 2fr 2fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "logo-area link-reviews link-guides social-share";
  }
}
.page-footer-container .social-share {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .page-footer-container .social-share {
    flex-direction: column;
  }
}
.page-footer-container .social-share a {
  margin: 10px 20px;
}
.page-footer-container .social-share .icon {
  width: 24px;
  height: 24px;
}
.page-footer-container .logo-area {
  grid-area: logo-area;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-footer-container .link-reviews {
  grid-area: link-reviews;
}
.page-footer-container .link-guides {
  grid-area: link-guides;
}
.page-footer-container .social-share {
  grid-area: social-share;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-animation {
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
  background-color: #0a0a0a;
}
.banner-item {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: background-position 0.8s ease-in-out;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-item.active {
  z-index: 1;
}
.banner-item.active .banner-item-info {
  transform: translateY(38px);
}
@media screen and (min-width: 1024px) {
  .banner-item.active .banner-item-info {
    transform: translateY(20px);
  }
}
.banner-item-info {
  color: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 0.8s ease-in-out;
}
.banner-item-title {
  font-size: 42px;
  font-weight: 600;
}
.banner-item-desc {
  font-size: 24px;
  font-weight: 200;
  margin-top: 20px;
}
.banner-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 10;
}
.banner-dot {
  display: block;
  width: 20px;
  height: 24px;
  padding: 10px 0;
  background-color: #c2c8cc80;
  background-clip: content-box;
  text-indent: -9999px;
  margin: 0 10px;
  cursor: pointer;
}
.banner-dot.active {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .banner-dot {
    width: 45px;
  }
}
.banner-paddles {
  display: none;
}
@media screen and (min-width: 1024px) {
  .banner-paddles {
    display: block;
  }
}
.banner-paddle {
  position: absolute;
  width: 64px;
  height: 128px;
  top: 50%;
  transform: translateY(-64px);
  background-color: #c2c8cc80;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
  cursor: pointer;
  outline: 0;
}
.banner-paddle:before,
.banner-paddle:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.banner-paddle.prev {
  left: 0;
  border-radius: 0 64px 64px 0;
}
.banner-paddle.prev:before,
.banner-paddle.prev:after {
  left: 10px;
}
.banner-paddle.prev:before {
  transform: translateY(-6px) rotate(-45deg);
}
.banner-paddle.prev:after {
  transform: translateY(6px) rotate(45deg);
}
.banner-paddle.next {
  right: 0;
  border-radius: 64px 0 0 64px;
}
.banner-paddle.next:before,
.banner-paddle.next:after {
  right: 10px;
}
.banner-paddle.next:before {
  transform: translateY(-6px) rotate(45deg);
}
.banner-paddle.next:after {
  transform: translateY(6px) rotate(-45deg);
}
.banner-paddle-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  background-color: transparent;
  z-index: 9;
}
.banner-paddle-cover.prev {
  left: 0;
}
.banner-paddle-cover.next {
  right: 0;
}
.banner-paddle:hover,
.banner-paddle-cover.prev:hover + .banner-paddle,
.banner-paddle-cover.next:hover + .banner-paddle {
  opacity: 1;
}
.blog-article.container {
  max-width: 920px;
}
.blog-article {
  font-size: 18px;
  line-height: 2;
}
.blog-article h1 {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  text-transform: capitalize;
  padding-top: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .blog-article h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-article h1 {
    font-size: 40px;
  }
}
.blog-article h2 {
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.4;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .blog-article h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-article h2 {
    font-size: 38px;
  }
}
.blog-article h3,
.blog-article h4,
.blog-article h5,
.blog-article h6 {
  font-weight: 500;
  line-height: 1.4;
  margin: 1rem 0;
}
.blog-article h3,
.blog-article h4 {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .blog-article h3,
  .blog-article h4 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-article h3,
  .blog-article h4 {
    font-size: 28px;
  }
}
.blog-article h5,
.blog-article h6 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .blog-article h5,
  .blog-article h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-article h5,
  .blog-article h6 {
    font-size: 24px;
  }
}
.blog-article strong {
  font-weight: 700;
}
.blog-article p {
  margin: 1rem 0;
}
.blog-article ul {
  list-style-type: disc;
  padding-left: 30px;
}
.blog-article li {
  margin: 1rem 0;
}
.blog-article a {
  font-weight: 500;
  text-decoration: underline;
}
.blog-article image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 1rem 0%;
}
.blog-byline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  margin: 20px 0;
}
.blog-byline .byline {
  font-size: 14px;
}
.blog-byline .social-share {
  text-align: right;
}
.blog-byline .social-share .icon {
  width: 36px;
  height: 36px;
  margin-left: 20px;
}
.more-blogs {
  margin: 10px 0;
}
.more-blogs a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.more-blogs a:before {
  content: "←";
}
.blog-card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-card-item {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px #22242626, 0 2px 4px #2224260d;
}
@media screen and (min-width: 1024px) {
  .blog-card-item {
    width: 24%;
  }
}
.blog-card-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.blog-card-description {
  height: 4.8rem;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.divide-line {
  width: 100%;
  height: 2px;
  border: none;
  background: linear-gradient(
    90deg,
    red,
    orange,
    #ff0,
    green,
    #00f,
    indigo,
    violet
  );
  margin: 20px 0;
}
.blog-article .call-to-action {
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(45deg, #ff6b6b, #f94d6a);
  border: none;
  border-radius: 50px;
  box-shadow: 0 5px 15px #0003;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
}
.blog-article .call-to-action:hover {
  background: linear-gradient(45deg, #f94d6a, #ff6b6b);
  box-shadow: 0 10px 20px #0006;
  transform: translateY(-5px);
  color: #fff;
}
.blog-article .call-to-action:active {
  transform: translateY(0);
  box-shadow: 0 5px 10px #0003;
}
.blog-card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
}
.blog-card-item {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px #22242626, 0 2px 4px #2224260d;
  list-style: none;
}
.blog-card-item a {
  text-decoration: none;
}
.blog-card-item:hover {
  box-shadow: 2px 4px 6px 2px #22242659, 2px 4px 6px 2px #22242640;
}
.blog-card-item:hover a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .blog-card-item {
    width: 48%;
  }
}
.blog-card-item .cover-image {
  position: relative;
  height: 200px;
  width: 100%;
  background-color: #fafafa;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-card-item .cover-image img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  inset: 0;
}
.dark .blog-card-item {
  background-color: #27282a;
}
.dark .blog-card-item:hover {
  background-color: #181818;
}
.blog-card-content {
  padding: 10px;
}
.blog-card-title {
  font-weight: 500;
  font-size: 24px !important;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.blog-card-description {
  height: 4.8rem;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
