@font-face {
  font-family: Monbaiti;
  src: url('../fonts/monbaiti.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optima;
  src: url('../fonts/fonnts.com-Optima_Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Optima;
  src: url('../fonts/fonnts.com-Optima.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #fbf9f6;
  --dark-grey: #2e2e2e;
  --white: white;
  --purple: #32163f;
  --purple-bg: #efedf0;
  --line: #cbc4cf;
  --black: #00000059;
  --beige-bg: #f6f0e8;
  --beige: #f2e9dd;
  --light-purple: #e6e3e8;
  --purple-hover: #51395c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--bg);
  color: var(--dark-grey);
  font-family: Optima, Verdana, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monbaiti, Georgia, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monbaiti, Georgia, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 140%;
}

h3 {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Monbaiti, Georgia, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 5%;
}

.section-content {
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
}

.section-content.bg-purple {
  background-color: var(--purple-bg);
}

.section-content.overflow-visible {
  overflow: visible;
}

.container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.news-details-banner-b {
  max-width: 960px;
}

.business-intro-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.business-intro-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.section-line {
  background-color: #cbc4cf;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.section-line._02 {
  background-color: var(--white);
}

.section-line.no-margin {
  margin-bottom: 0;
}

.section-title-b {
  margin-bottom: 50px;
}

.section-title-b.news-title-b {
  z-index: 2;
  width: 50%;
  position: relative;
}

.business-temp01-row {
  flex-flow: row-reverse wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.business-temp01-col {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.business-temp-img {
  border-radius: 10px;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.img.section-bg {
  z-index: -2;
}

.business-temp03-row {
  flex-flow: wrap;
  align-items: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.business-temp03-col {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.business-temp03-col._01 {
  align-self: flex-start;
  align-items: flex-end;
}

.business-temp03-col._03 {
  align-self: flex-end;
  padding-top: 100px;
}

.business-temp02-txt-b {
  width: 50%;
  margin-bottom: 100px;
}

.txt-color-white {
  color: var(--white);
}

.btn-b {
  margin-top: 30px;
}

.btn {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #32163f;
  border-radius: 100px;
  padding: 10px 30px;
  text-decoration: none;
  transition: all .5s;
}

.btn:hover {
  background-color: #51395c;
}

.btn.desktop-hidden {
  display: none;
}

.section-bg-mask {
  z-index: -1;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.section-banner {
  height: 500px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.section-banner.news-details {
  background-color: var(--purple);
  background-image: url('../images/news-details-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner-txt-b {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-sticky {
  z-index: -3;
  background-image: url('../images/bg-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.footer {
  background-color: var(--purple);
  color: var(--white);
  text-align: center;
  padding-bottom: 70px;
}

.footer-img {
  background-image: url('../images/bottom-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  position: relative;
}

.footer-align {
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-line {
  flex: 1;
  height: 1px;
  position: relative;
}

.footer-line-l {
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-logo {
  width: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-line-r {
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.footer-col {
  width: 33.33%;
  margin-bottom: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footer-title {
  color: var(--beige);
  margin-bottom: 10px;
}

.txt-link-white {
  color: var(--white);
  text-decoration: none;
  transition: all .5s;
}

.txt-link-white:hover {
  opacity: .65;
}

.txt-link-white.txt-underline {
  text-decoration: underline;
}

.footer-btn-social {
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity .5s;
  position: relative;
}

.footer-btn-social:hover {
  opacity: .65;
}

.business-temp03-txt-b-mobile {
  display: none;
}

.section-title-in-bg {
  color: var(--white);
}

.section-bg-img {
  position: absolute;
  inset: 0%;
}

.section-banner-mask {
  z-index: -1;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.all {
  position: relative;
}

.all.news-details {
  margin-top: -200px;
}

.all.home {
  z-index: 1;
  background-color: var(--bg);
  margin-top: 100vh;
}

.contact-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-info-b {
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 45px;
  position: relative;
}

.contact-info-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.txt-link {
  color: var(--dark-grey);
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.txt-link:hover {
  opacity: .65;
}

.txt-link.txt-underline {
  text-decoration: underline;
}

.contact-btn-social {
  margin-right: 20px;
  transition: opacity .5s;
}

.contact-btn-social:hover {
  opacity: .65;
}

.header {
  z-index: 1000;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  padding: 15px 0;
  text-decoration: none;
  transition: opacity .5s;
}

.nav-link:hover {
  opacity: .6;
}

.nav-b {
  justify-content: space-between;
  width: 80%;
  max-width: 700px;
}

.form-col {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.contact-form {
  margin-top: 30px;
  margin-bottom: 0;
}

.input {
  z-index: 2;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--line);
  color: var(--dark-grey);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--purple);
}

.input::placeholder {
  color: #0000;
}

.input.long {
  height: 120px;
}

.form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.news-row {
  flex-flow: wrap;
  margin-top: -30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.news-col {
  width: 33.33%;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.news-link {
  border: 1px solid var(--line);
  color: var(--dark-grey);
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-link:hover {
  background-color: var(--white);
}

.news-link.desktop-no-border {
  border-color: #cbc4cf00;
}

.news-link.desktop-no-border:hover {
  border-color: var(--line);
}

.news-link.desktop-txt-color-white {
  color: var(--white);
}

.news-link-img {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.news-link-img.desktop-hidden {
  display: none;
}

.news-link-img.desktop-radius {
  border-radius: 10px;
}

.news-link-content-b {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.news-link-content-b.desktop-absolute {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.news-link-title {
  color: var(--purple);
  margin-top: 5px;
  font-size: 21px;
}

.news-link-title.desktop-txt-color-white {
  color: var(--white);
}

.news-link-tag {
  background-color: var(--light-purple);
  color: var(--purple);
  border-radius: 100px;
  padding: 5px 15px;
  display: inline-block;
}

.news-link-bottom-b {
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}

.link-arrow-b {
  position: absolute;
  inset: 50% 0% auto auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.link-arrow-b.margin-r {
  margin-right: 20px;
}

.link-arrow {
  width: 14px;
}

.link-arrow.desktop-hidden, .link-arrow.desktop-mobile-hidden {
  display: none;
}

.align-center {
  text-align: center;
}

.news-filter {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: right;
  background-color: #fbf9f6b3;
  width: 100%;
  margin-top: -120px;
  margin-bottom: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  inset: 0 0% auto auto;
}

.news-filter-btn {
  border: 1px solid var(--white);
  background-color: var(--light-purple);
  color: var(--purple);
  border-radius: 100px;
  margin-left: 15px;
  padding: 10px 30px;
  text-decoration: none;
  transition: all .5s;
}

.news-filter-btn:hover, .news-filter-btn.active {
  background-color: var(--purple);
  color: var(--white);
}

.news-details-heading {
  text-transform: none;
  margin-top: 5px;
  font-size: 45px;
  line-height: 120%;
}

.news-details-heading-b {
  color: var(--white);
  text-align: center;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.news-details-banner-img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

.container-news-details {
  text-align: justify;
  max-width: 800px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.news-details-content-title {
  color: var(--purple);
  text-decoration: underline;
}

.news-details-others {
  margin-top: 100px;
}

.news-details-others-btn-b {
  margin-top: 45px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-more {
  color: var(--dark-grey);
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .5s;
  position: relative;
}

.btn-more:hover {
  opacity: .65;
}

.about-intro-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about-intro-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-story-row {
  flex-flow: wrap;
  align-items: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about-story-col {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-businesses-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -7%;
  display: flex;
}

.about-businesses-col-l {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-businesses-col-r {
  width: 66.66%;
  padding-left: 2.5%;
}

.home-business-list {
  margin-bottom: 50px;
}

.home-intro-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.home-intro-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.home-business-row {
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.home-business-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.home-business-img {
  border-radius: 10px;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.home-business-content-b {
  padding-left: 60px;
  position: relative;
}

.home-business-number {
  opacity: .5;
  width: 60px;
  font-family: Monbaiti, Georgia, sans-serif;
  font-size: 30px;
  line-height: 140%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-business-list-all {
  margin-bottom: -100px;
}

.home-business-b {
  overflow: hidden;
}

.news-col02 {
  width: 66.66%;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-form-success-message {
  background-color: var(--purple);
  color: var(--white);
}

.btn-more-txt {
  padding-top: 4px;
}

.about-intro-b {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.about-intro-img {
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.about-intro-txt-b {
  z-index: 1;
  color: var(--white);
  background-image: linear-gradient(#0000 50%, #000000bf);
  flex-flow: column;
  justify-content: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-intro-b-col {
  width: 50%;
  margin-top: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-intro-b-title {
  color: var(--white);
}

.home-intro-subrow {
  flex-flow: wrap;
  margin-top: 30px;
  margin-left: -5%;
  margin-right: -5%;
  display: flex;
  position: relative;
}

.home-intro-subcol {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}

.home-stat-txt {
  color: #32163f;
  font-family: Monbaiti, Georgia, sans-serif;
  font-size: 90px;
  line-height: 100%;
}

.swiper-slide {
  grid-row-gap: 10px;
  color: #fff;
  background-color: #1a1a1a80;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.swiper-nav-wrapper {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 30px;
  display: flex;
}

.paragraph-small {
  letter-spacing: .25px;
  font-size: 14px;
  line-height: 2;
}

.paragraph-small.is-bold {
  letter-spacing: .2px;
  font-weight: 700;
}

.swiper-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-nav {
  background-color: var(--purple);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .5s;
  display: flex;
}

.swiper-nav:hover {
  background-color: var(--purple-hover);
}

.swiper-embed {
  display: none;
}

.about-businesses-img {
  padding-top: 120%;
  position: relative;
}

.about-businessees-img-mask {
  z-index: 1;
  background-image: linear-gradient(#0000 70%, #000000bf);
  position: absolute;
  inset: 0%;
}

.about-businesses-txt-b {
  z-index: 2;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.about-businesses-txt {
  color: var(--white);
  margin-bottom: 0;
  padding-right: 60px;
}

.about-businesses-row-mobile {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -7%;
  display: none;
}

.section-home-banner {
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section-home-banner.news-details {
  background-color: var(--purple);
  background-image: url('../images/news-details-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-banner-h1 {
  text-transform: none;
  max-width: 345px;
  font-family: Optima, Verdana, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.home-banner-row {
  flex-flow: wrap;
  display: flex;
}

.home-banner-col-l {
  width: 50%;
  position: relative;
}

.home-banner-links-all {
  width: 100%;
  max-width: 435px;
}

.home-banner-col-r {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.home-banner-link-b {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000000b3;
  border-radius: 10px;
  flex: 1;
  padding: 10px;
}

.home-banner-links-row {
  flex-flow: wrap;
  margin-bottom: 15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  display: flex;
}

.home-banner-links-col {
  width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home-banner-links-col.vertical-align {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.home-banner-content {
  padding: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-link-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-banner-link {
  color: var(--white);
  border-radius: 5px;
  height: 100%;
  display: block;
  overflow: hidden;
}

.home-banner-businesses-slider {
  background-color: #fff0;
  height: auto;
}

.home-banner-businesses-slide-link {
  color: var(--white);
  border-radius: 5px;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-banner-link-txt {
  background-image: linear-gradient(#0000, #000000d9);
  padding: 20px 10px 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-btn-contact {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--white);
  text-align: center;
  background-color: #ffffff40;
  border-radius: 100px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.home-banner-btn-contact:hover {
  background-color: var(--purple);
}

.home-banner-news-slider {
  background-color: #fff0;
  height: auto;
}

.home-banner-news-link {
  color: var(--white);
  flex-flow: wrap;
  text-decoration: none;
  display: flex;
}

.home-banner-news-link-img {
  border-radius: 5px;
  width: 50%;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.home-banner-news-link-txt-b {
  width: 50%;
  padding: 10px 10px 10px 20px;
  position: relative;
}

.home-banner-news-link-title {
  color: var(--beige);
  margin-bottom: 10px;
  font-weight: 500;
}

.home-banner-news-link-arrow-b {
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.home-banner-news-link-arrow-b.margin-r {
  margin-right: 20px;
}

.home-banner-video {
  background-image: linear-gradient(#00000059, #00000059);
  width: 100%;
  height: 100%;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-b {
  background-color: #fff0;
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dropdown-content {
  background-color: #ffffff4d;
  border-radius: 10px;
  padding: 10px;
}

.nav-dropdown-row {
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.nav-dropdown-col {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-dropdown-link {
  color: var(--white);
  border-radius: 5px;
  padding-top: 55%;
  font-size: 21px;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-txt-b {
  z-index: 2;
  background-image: linear-gradient(#0000, #000000bf);
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-dropdown-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  display: none;
  position: fixed;
  inset: 0%;
}

.header-container {
  z-index: 2;
  max-width: 100%;
  padding: 12px 30px;
  position: relative;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-contact {
  display: none;
}

.menu-btn {
  z-index: 10;
  border: 1px solid var(--white);
  background-color: var(--purple);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: none;
}

.menu-btn-line01 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.menu-btn-align {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-btn-line02 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.header-logo {
  width: 216px;
  position: relative;
}

.header-logo-img {
  width: 216px;
}

.header-logo-img-scroll {
  z-index: 1;
  opacity: 0;
  width: 216px;
  position: absolute;
  inset: 0%;
}

.header-lang {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff4d;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
}

.header-lang-btn {
  color: var(--white);
  background-image: url('../images/arrow-dropdown.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10px 30px 10px 15px;
}

.header-lang-arrow {
  position: absolute;
}

.header-lang-dropdown-list {
  background-color: #fff0;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}

.header-lang-dropdown-link {
  color: var(--white);
  text-align: center;
  transition: opacity .5s;
}

.header-lang-dropdown-link:hover {
  opacity: .65;
}

.header-lang-dropdown-ink-b {
  border: 1px solid var(--white);
  background-color: var(--purple);
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu-logo-mobile {
  display: none;
}

.menu-btn-close {
  z-index: 10;
  border: 1px solid var(--white);
  background-color: var(--purple);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: none;
}

.home-intro-stat-line {
  background-color: var(--line);
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.home-about-logo {
  margin-bottom: 100px;
  margin-left: 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pop-wechat {
  z-index: 2000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000004d;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.wechat-img {
  z-index: 1;
  background-color: var(--white);
  border-radius: 10px;
  width: 140px;
  max-width: none;
  margin-bottom: 40px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.social-b-align {
  display: inline-block;
  position: relative;
}

.home-logo {
  width: 100%;
  max-width: 660px;
  position: absolute;
  inset: auto auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .section-content, .container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .section-title-b.news-title-b {
    width: 100%;
  }

  .business-temp01-col {
    width: 50%;
  }

  .business-temp02-txt-b {
    margin-bottom: 0;
  }

  .section-banner {
    height: 400px;
  }

  .section-banner.news-details, .banner-txt-b {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-img {
    height: 300px;
  }

  .footer-btn-social {
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav-link {
    color: var(--dark-grey);
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 120%;
    display: block;
  }

  .nav-b {
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff0;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 15px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .input {
    color: #28313b;
    border-bottom-color: #28313b;
    font-size: 1rem;
  }

  .news-col {
    width: 50%;
  }

  .news-col.responsive-full {
    width: 100%;
  }

  .news-col.responsive-hidden {
    display: none;
  }

  .news-link.desktop-no-border {
    border-color: var(--line);
  }

  .news-link-img.desktop-hidden {
    display: block;
  }

  .news-link-img.desktop-radius {
    border-radius: 0;
  }

  .news-link-content-b.desktop-absolute {
    color: var(--dark-grey);
    background-color: #0000;
    position: relative;
  }

  .news-link-content-b.responsive-absolute {
    background-color: var(--black);
    color: var(--white);
    position: absolute;
    inset: 0%;
  }

  .news-link-title.desktop-txt-color-white {
    color: var(--purple);
  }

  .news-link-title.responsive-txt-color-white {
    color: var(--white);
  }

  .link-arrow.desktop-hidden {
    display: block;
  }

  .link-arrow.desktop-visible {
    display: none;
  }

  .link-arrow.desktop-mobile-hidden {
    display: block;
  }

  .link-arrow.desktop-mobile-visible {
    display: none;
  }

  .news-filter {
    text-align: left;
    margin-top: -50px;
  }

  .news-filter-btn {
    margin-left: 0;
    margin-right: 15px;
  }

  .news-details-heading-b {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .news-details-banner-img {
    padding-top: 40%;
  }

  .container-news-details {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .about-story-row {
    margin-bottom: -30px;
  }

  .about-story-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-businesses-row {
    margin-right: -5.5%;
  }

  .about-businesses-col-l {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 5%;
  }

  .about-businesses-col-r {
    width: 100%;
  }

  .home-intro-row {
    margin-bottom: -15px;
  }

  .home-intro-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .home-business-row {
    margin-bottom: 20px;
  }

  .home-business-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .news-col02 {
    width: 50%;
  }

  .about-intro-b {
    border: 1px solid var(--line);
    background-color: var(--white);
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .about-intro-txt-b {
    color: var(--dark-grey);
    background-image: none;
    flex: 1;
    justify-content: flex-start;
    position: relative;
  }

  .about-intro-b-title {
    color: var(--purple);
  }

  .swiper-nav-wrapper {
    margin-top: 30px;
  }

  .about-businesses-row-mobile {
    display: block;
  }

  .section-home-banner {
    height: 95vh;
  }

  .section-home-banner.news-details {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-col-l {
    width: 100%;
  }

  .home-banner-col-r {
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .home-banner-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown-b {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .nav-dropdown-content {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    padding-top: 120%;
  }

  .header-container {
    padding: 18px 5%;
  }

  .nav-menu {
    float: right;
    background-color: var(--white);
    text-align: left;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 30px 5%;
    display: block;
    position: relative;
    inset: 0%;
    overflow: auto;
  }

  .nav-menu-contact {
    text-align: left;
    margin-top: 30px;
    display: block;
  }

  .nav-menu-social {
    margin-top: 15px;
  }

  .menu-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: inline-block;
    position: absolute;
    inset: 50% 0% auto auto;
    transform: translate(0, -50%);
  }

  .menu-btn.w--open {
    background-color: var(--purple);
  }

  .header-logo {
    z-index: -1;
  }

  .header-lang {
    display: none;
  }

  .image {
    display: inline-block;
  }

  .nav-menu-logo-mobile {
    margin-bottom: 15px;
    display: block;
  }

  .nav-lang-mobile {
    margin-bottom: 15px;
  }

  .menu-btn-close {
    float: right;
    background-image: url('../images/btn-close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-btn-close.w--open {
    background-color: var(--purple);
  }

  .nav-link-b {
    overflow: hidden;
  }

  .home-about-logo {
    margin-bottom: 0;
    margin-left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .home-logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 100%;
  }

  h2 {
    font-size: 32px;
    line-height: 120%;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-content.txt-color-white {
    color: var(--dark-grey);
  }

  .business-intro-row {
    margin-bottom: -15px;
  }

  .business-intro-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .section-line._02 {
    background-color: var(--line);
  }

  .section-title-b {
    margin-bottom: 30px;
  }

  .business-temp01-row {
    margin-bottom: -30px;
    display: block;
  }

  .business-temp01-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .business-temp03-row {
    margin-top: 30px;
  }

  .business-temp03-col {
    width: 50%;
  }

  .business-temp03-col._03 {
    padding-top: 0;
  }

  .business-temp03-col._02 {
    display: none;
  }

  .business-temp02-txt-b {
    width: 100%;
  }

  .btn.desktop-hidden {
    display: inline-block;
  }

  .section-bg-mask {
    z-index: -2;
    background-color: var(--beige-bg);
  }

  .section-banner {
    height: 300px;
  }

  .section-banner.news-details {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .bg-sticky {
    background-size: 200px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer-img {
    height: 200px;
  }

  .footer-align {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .business-temp03-txt-b-mobile {
    display: block;
  }

  .section-title-in-bg {
    color: var(--purple);
  }

  .section-bg-img {
    border-radius: 10px;
    margin-top: 30px;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
  }

  .all.news-details {
    margin-top: -150px;
  }

  .all.home {
    margin-top: 0;
  }

  .contact-row {
    margin-top: -30px;
  }

  .contact-col {
    width: 100%;
    margin-top: 30px;
  }

  .nav-link {
    font-size: 30px;
  }

  .form-col {
    width: 100%;
  }

  .news-filter {
    margin-top: -30px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news-filter-btn {
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-details-heading {
    font-size: 32px;
  }

  .news-details-heading-b {
    padding-left: 0%;
  }

  .news-details-banner-img {
    margin-bottom: 30px;
  }

  .news-details-others {
    margin-top: 60px;
  }

  .news-details-others-btn-b {
    text-align: center;
    margin-top: 30px;
    margin-right: 0;
    position: relative;
  }

  .btn-more.mobile-hidden {
    display: none;
  }

  .about-intro-row {
    margin-bottom: -15px;
  }

  .about-intro-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .about-story-row {
    display: block;
  }

  .about-story-col {
    width: 100%;
  }

  .about-businesses-col-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-businesses-col-r {
    width: 100%;
  }

  .home-intro-row {
    margin-bottom: -15px;
  }

  .home-intro-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .home-business-content-b {
    padding-left: 35px;
  }

  .home-business-number {
    width: 35px;
    font-size: 24px;
  }

  .about-intro-b-col {
    width: 100%;
    margin-top: 30px;
  }

  .home-stat-txt {
    font-size: 60px;
  }

  .swiper-nav-wrapper {
    margin-top: 25px;
  }

  .paragraph-small {
    font-size: 12px;
  }

  .about-businesses-row-mobile {
    margin-bottom: -30px;
    display: block;
  }

  .section-home-banner {
    position: relative;
  }

  .section-home-banner.news-details {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-banner-col-r {
    display: none;
  }

  .nav-dropdown-link-txt-b {
    padding: 10px;
  }

  .header-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo, .header-logo-img, .header-logo-img-scroll, .nav-menu-logo-mobile {
    width: 190px;
  }

  .home-about-logo {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .news-col {
    width: 100%;
  }

  .news-col.responsive-hidden {
    display: block;
  }

  .news-link-content-b.responsive-absolute {
    color: var(--dark-grey);
    background-color: #0000;
    position: relative;
  }

  .news-link-title.responsive-txt-color-white {
    color: var(--purple);
  }

  .link-arrow.desktop-mobile-hidden {
    display: none;
  }

  .link-arrow.desktop-mobile-visible {
    display: block;
  }

  .news-details-banner-img {
    padding-top: 50%;
  }

  .news-col02 {
    width: 100%;
  }

  .section-home-banner {
    height: 60vh;
  }

  .nav-dropdown-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-dropdown-link {
    padding-top: 40%;
  }

  .home-about-logo {
    width: 200px;
  }
}


@font-face {
  font-family: 'Monbaiti';
  src: url('../fonts/monbaiti.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/fonnts.com-Optima_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/fonnts.com-Optima.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}