:root {
  --font-pri: "UTM Avo", sans-serif;
  --font-title: "Albula Pro", sans-serif;
  --header-height: 10rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
  --pi-40: 4rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(4890%) hue-rotate(196deg) brightness(98%) contrast(103%);
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
}

.swiper-control {
  gap: 4.8rem;
  user-select: none;
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .swiper-control {
    gap: 2.4rem;
  }
}

.swiper-navigation {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-navigation > * {
  cursor: pointer;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #0D1432;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .swiper-navigation > *:hover, .swiper-navigation > *:focus-visible {
    background-color: #0D1432;
  }
  .swiper-navigation > *:hover img, .swiper-navigation > *:focus-visible img {
    filter: unset;
  }
}
.swiper-navigation > * img {
  width: 2rem;
  height: 2rem;
  filter: var(--filter-pri);
}
.swiper-navigation .prev img {
  transform: rotate(90deg);
}
.swiper-navigation .next img {
  transform: rotate(-90deg);
}

.swiper-pagination {
  max-width: 66rem;
  position: static !important;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination {
    margin: 0 auto;
    max-width: 35rem;
  }
}
@media screen and (max-width: 576px) {
  .swiper-pagination {
    max-width: 25rem;
  }
}
.swiper-pagination-progressbar-fill {
  background: #0D1432 !important;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.other {
  padding: 12rem 0rem 12rem;
}
@media screen and (max-width: 991px) {
  .other {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .other {
    padding: 4rem 0rem;
  }
}
.other-img .img {
  padding-top: 92.5159235669%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .other-img .img:hover img, .other-img .img:focus-visible img {
    transform: scale(1.05);
  }
}
.other-box {
  height: 100%;
}
.other-content {
  height: 100%;
  text-align: center;
}
.other-content .view-link {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .other-content .view-link {
    font-size: 1.4rem;
  }
}
.other-content .view-link {
  line-height: 135%;
  width: fit-content;
  transition: 0.4s ease-in-out;
  margin: auto auto 0;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .other-content .view-link:hover, .other-content .view-link:focus-visible {
    color: #ec1d23;
  }
}
.other-content .title-24 {
  line-height: 135%;
  font-size: 1.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .other-content .title-24:hover, .other-content .title-24:focus-visible {
    text-decoration: underline;
  }
}
.other-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-24));
}
.other-swiper .swiper-slide {
  height: auto;
  width: 31.25%;
  padding: 0 var(--pi-24);
}
@media screen and (max-width: 1200px) {
  .other-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .other-swiper .swiper-slide {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 576px) {
  .other-swiper .swiper-slide {
    width: 100%;
  }
}

.hero {
  position: relative;
}
.hero-bn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-bn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(13, 20, 50, 0.2) 0%, rgba(13, 20, 50, 0.2) 100%);
}
.hero-bn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pos {
  z-index: 5;
  position: relative;
  padding: 20rem 0 10rem;
}
@media screen and (max-width: 991px) {
  .hero-pos {
    padding: 10rem 0;
  }
}
.hero-pos > .container {
  max-width: 140rem;
}
.hero-content {
  gap: 16rem;
  color: white;
}
@media screen and (max-width: 991px) {
  .hero-content {
    gap: 10rem;
  }
}
.hero-content .view-link {
  opacity: 0;
  gap: 0.4rem;
  line-height: 125%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.224rem;
  text-transform: uppercase;
  animation: opacityAni 1.5s ease-in-out 3.75s forwards;
}
.hero-content .view-link .icon {
  user-select: none;
  width: 1.6rem;
  height: 1.6rem;
}
.hero-title {
  max-width: 108rem;
}
@media screen and (max-width: 991px) {
  .hero-title {
    gap: 0.8rem;
  }
}
.hero-title > * {
  line-height: 135%;
}
.hero-title .text-16 {
  opacity: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .hero-title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .hero-title .text-16 {
    font-size: 1.6rem;
  }
}
.hero-title .text-16 {
  animation: opacityAni 1.5s ease-in-out forwards;
}
.hero-title .title-48 span {
  opacity: 0;
}
.hero-title .title-48 span:nth-child(1) {
  animation: opacityAni 1.5s ease-in-out 0.75s forwards;
}
.hero-title .title-48 span:nth-child(2) {
  animation: opacityAni 1.5s ease-in-out 1.5s forwards;
}
.hero-title .title-48 span:nth-child(3) {
  animation: opacityAni 1.5s ease-in-out 2.25s forwards;
}
.hero-title .title-48 span:nth-child(4) {
  animation: opacityAni 1.5s ease-in-out 3s forwards;
}
.hero-title .title-48 span:nth-child(5) {
  animation: opacityAni 1.5s ease-in-out 3.75s forwards;
}
.hero-title .title-48 span:nth-child(6) {
  animation: opacityAni 1.5s ease-in-out 4.5s forwards;
}
.hero-title .title-48 span:nth-child(7) {
  animation: opacityAni 1.5s ease-in-out 5.25s forwards;
}
.hero-title .title-48 span:nth-child(8) {
  animation: opacityAni 1.5s ease-in-out 6s forwards;
}
.hero-title .title-48 span:nth-child(9) {
  animation: opacityAni 1.5s ease-in-out 6.75s forwards;
}
.hero-title .title-48 span:nth-child(10) {
  animation: opacityAni 1.5s ease-in-out 7.5s forwards;
}
.hero-title .t-up {
  letter-spacing: 0.256rem;
}
.hero-title .calendar {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 576px) {
  .hero-title .title-48 {
    font-size: 2.8rem;
  }
}

.banner {
  position: relative;
  height: calc(100dvh - 8rem);
}
@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
  }
}
.banner .swiper {
  height: 100%;
}
.banner .swiper-slide-active .banner-content_title .text-16 {
  animation: opacityAni 1.75s ease-in-out 0.5s forwards;
}
.banner .swiper-slide-active .banner-content_title .tt-main {
  animation: opacityAni 1.75s ease-in-out 1.5s forwards;
}
.banner .swiper-slide-active .banner-content_desc {
  animation: opacityAni 1.75s ease-in-out 2.25s forwards;
}
.banner .swiper-pagination {
  top: unset;
  left: 50%;
  height: 0.1rem;
  bottom: 6.4rem;
  max-width: 20rem;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  .banner .swiper-pagination {
    bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .banner .swiper-pagination {
    bottom: 3rem;
  }
}
.banner .swiper-pagination-progressbar-fill {
  background-color: white;
}
.banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  position: absolute;
  will-change: transform;
}
.banner-bg::before {
  height: 100%;
  width: inherit;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 29, 0) 25%, rgba(12, 18, 29, 0.6) 75%, var(--blackened-blue-20, #0D1432) 100%);
}
.banner-bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.banner-home {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.banner-home::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .banner-home::before {
    padding-top: 80%;
  }
}
@media screen and (max-width: 576px) {
  .banner-home::before {
    padding-top: 120%;
  }
}
.banner-pos {
  inset: 0;
  z-index: 5;
  position: absolute;
  color: white;
}
.banner-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 109rem;
}
.banner-content {
  gap: 2.4rem;
  height: 100%;
  display: flex;
  padding-bottom: 16rem;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .banner-content {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-content {
    gap: 1.2rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .banner-content {
    padding-bottom: 6rem;
  }
}
.banner-content > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .banner-content > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-content_title {
    gap: 1.2rem;
  }
}
.banner-content_title .tt-main {
  opacity: 0;
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_title .tt-main {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_title .tt-main {
    font-size: 3.3rem;
  }
}
.banner-content_title .tt-main {
  color: white;
}
@media screen and (max-width: 767px) {
  .banner-content_title .tt-main br {
    display: none;
  }
}
.banner-content_title .text-16 {
  opacity: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_title .text-16 {
    font-size: 1.6rem;
  }
}
.banner-content_title .text-16 {
  line-height: 135%;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
}
.banner-content_desc {
  opacity: 0;
}
.banner-content_desc .text-16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_desc .text-16 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_desc .text-16 {
    font-size: 1.5rem;
  }
}
.banner-content_desc .text-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.article {
  height: 100%;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article:hover .img img, .article:focus-visible .img img {
    transform: scale(1.05);
  }
}
.article-img {
  position: relative;
}
.article-img .img {
  height: 100%;
  padding-top: 61.25%;
}
.article-content {
  z-index: 5;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .article-title {
    gap: 1.2rem;
  }
}
.article-title .title-24,
.article-title .cate {
  line-height: 135%;
}
.article-title .calendar {
  line-height: 160%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article-title .title-24:hover, .article-title .title-24:focus-visible {
    text-decoration: underline;
  }
}
@media screen and (max-width: 576px) {
  .article-title .title-24 {
    font-size: 1.6rem;
  }
}
.article-title .title-24 > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.article-title .cate {
  letter-spacing: 0.256rem;
  color: rgba(13, 20, 50, 0.5);
}

.last {
  margin: 12rem 0rem 12rem;
}
@media screen and (max-width: 991px) {
  .last {
    margin: 6rem 0rem;
  }
}
.last .article-title .title-24 {
  font-size: 1.4rem;
}
.last-heading {
  gap: 2.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .last-heading {
    gap: 1.2rem;
  }
}
.last-heading .tt-main {
  width: 100%;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.last-heading .tt-main:after {
  content: "";
  width: 100%;
  display: block;
  height: 0.1rem;
  margin-left: 2.4rem;
  background-color: #0D1432;
}
@media screen and (max-width: 576px) {
  .last-heading .tt-main:after {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .last-heading .btn {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .last-row {
    --rg: 4.8rem;
    --cg: 4.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .last-col {
    width: 100%;
  }
}
.last-swiper {
  position: relative;
}
.last-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-20));
}
@media screen and (min-width: 1201px) {
  .last-swiper .swiper-wrapper {
    flex-wrap: wrap;
    transform: unset !important;
    row-gap: calc(2 * var(--pi-20));
  }
}
.last-swiper .swiper-slide {
  width: 100%;
  padding: 0 var(--pi-20);
}
@media screen and (max-width: 1200px) {
  .last-swiper .swiper-slide {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 577px) {
  .last-swiper .swiper-slide .article {
    padding-bottom: 4rem;
    border-bottom: 0.1rem solid rgba(13, 20, 50, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .last-swiper .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .last-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1201px) {
  .last-swiper .swiper-slide:not(:last-child) .article {
    padding-bottom: 4rem;
    border-bottom: 0.1rem solid rgba(13, 20, 50, 0.1);
  }
}
@media screen and (min-width: 577px) {
  .last-swiper .article {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 577px) and (max-width: 1200px) {
  .last-swiper .article {
    flex-direction: row;
  }
}
.last-swiper .article-img {
  width: 100%;
}
@media screen and (min-width: 577px) {
  .last-swiper .article-img {
    max-width: 24rem;
  }
}
.last-swiper .article-img .img {
  padding-top: 66.6666666667%;
}

.community {
  overflow: hidden;
  margin: 12rem 0rem 12rem;
}
@media screen and (max-width: 991px) {
  .community {
    margin: 6rem 0rem;
  }
}
.community .article-title .title-24 {
  font-size: 1.4rem;
}
.community-swiper {
  position: relative;
}
.community-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-24));
}
.community-swiper .swiper-slide {
  height: auto;
  width: 25%;
  padding: 0 var(--pi-24);
}
@media screen and (max-width: 1200px) {
  .community-swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .community-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .community-swiper .swiper-slide {
    width: 100%;
  }
}
@media screen and (min-width: 577px) {
  .community-swiper .swiper-slide:not(.swiper-large) .article-img .img {
    padding-top: 130.3191489362%;
  }
}
.community-swiper .swiper-img .article {
  height: auto;
}
.community-swiper .swiper-img .article-img::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background-color: #F7F5F1;
}
.community-swiper .swiper-img .article-content {
  width: 100%;
  padding: 2.4rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .community-swiper .swiper-img .article-content {
    padding: 1.6rem;
  }
}
.community-swiper .swiper-large {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .community-swiper .swiper-large {
    width: 100%;
  }
}

.author {
  margin: 12rem 0rem 12rem;
}
@media screen and (max-width: 991px) {
  .author {
    margin: 6rem 0rem;
  }
}
@media screen and (min-width: 1201px) {
  .author-row {
    --rg: 10rem;
    --cg: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .author-col {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .author-img {
    max-width: 40rem;
  }
}
.author-img .img {
  padding-top: 130.303030303%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .author-img .img:hover img, .author-img .img:focus-visible img {
    transform: scale(1.05);
  }
}
.author-text .text-16 {
  line-height: 135%;
  letter-spacing: 0.256rem;
  color: rgba(13, 20, 50, 0.5);
}
.author-review .title-56 {
  line-height: 135%;
  font-size: clamp(2.3rem, 0.4066rem + 2.7049vw, 4rem);
}
.author-review .text-16 {
  line-height: 160%;
  color: rgba(13, 20, 50, 0.5);
}

.inter {
  margin: 12rem 0rem 12rem;
}
@media screen and (max-width: 991px) {
  .inter {
    margin: 6rem 0rem;
  }
}
.inter .article-title .title-24 {
  font-size: 1.4rem;
}
@media screen and (min-width: 577px) {
  .inter-inner > .btn {
    display: none;
  }
}
.inter-swiper {
  position: relative;
}
.inter-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-24));
}
.inter-swiper .swiper-slide {
  width: 28.5714285714%;
  padding: 0 var(--pi-24);
}
@media screen and (max-width: 1200px) {
  .inter-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .inter-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1201px) {
  .inter-swiper .swiper-normal .article-img .img {
    padding-top: 106.8669527897%;
  }
}
@media screen and (min-width: 1201px) {
  .inter-swiper .swiper-medium {
    width: 20.8333333333%;
  }
  .inter-swiper .swiper-medium .article-img .img {
    padding-top: 123.5294117647%;
  }
}
@media screen and (min-width: 1201px) {
  .inter-swiper .swiper-large {
    width: 50%;
  }
}
.inter-swiper .swiper-pagination {
  margin-top: 4rem;
}
@media screen and (min-width: 1201px) {
  .inter-swiper .swiper-pagination {
    display: none;
  }
}

@media screen and (min-width: 577px) {
  .architect .inter-swiper .swiper-slide {
    width: 50%;
  }
}
/*# sourceMappingURL=blog.css.map */
