@import url(https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Readex+Pro:wght@400;700&display=swap);
:root {
  --bs-blue: #00A9AF;
  --bs-pink: #FFB3A6;
  --bs-orange: #FF6645;
  --bs-teal: #B8D9B8;
  --bs-white: #fff;
  --bs-dark: #191919;
}

body {
  color: var(--bs-dark);
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
a,
p {
  font-family: "Be Vietnam Pro", sans-serif;
}

p {
  font-weight: normal;
  font-size: 2.063rem;
  line-height: 2.813rem;
  max-width: 630px;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

ul li a {
  text-decoration: none;
}

p span {
  text-decoration: underline;
}

h1, h2 {
  font-family: "El Messiri", sans-serif;
  font-weight: bold;
  font-size: 4.375rem;
  line-height: 4.063rem;
  max-width: 465px;
  text-align: center;
  margin: 0;
}

a {
  color: var(--bs-dark);
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  body, p {
    font-size: 1.563rem;
    line-height: 2rem;
  }
  h1, h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
.flex-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 13.75rem;
}

.pt-col {
  padding-top: 8.75rem !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.flex-center.reverse {
  flex-direction: row-reverse;
}

.flex-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 6.25rem 0;
}

.logo {
  margin-top: 160px;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

/* Container Media Query */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .btn-menu, .header-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
/*  */
@media (max-width: 992px) {
  .flex-center {
    flex-direction: column;
    gap: 2.5rem;
    margin: 3.75rem 0;
  }
  .flex-center.reverse {
    flex-direction: column;
  }
  .arrow-bottom {
    margin: 2.25rem 0;
  }
  .flex-col {
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }
  .pt-col {
    padding-top: 2.5rem !important;
  }
  .header {
    display: none !important;
  }
  .header-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .header-mobile {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background-color: var(--bs-white);
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
  }
  .header-mobile .btn-menu_close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .logo {
    margin-top: 54px;
  }
  .header-mobile .logo-head {
    margin-top: 54px;
  }
  .header-mobile ul {
    display: flex;
    flex-direction: column;
  }
  .header-mobile, .header-mobile ul {
    flex-direction: column;
    gap: 31px !important;
  }
  .header-mobile ul li a {
    font-family: "El Messiri";
    font-weight: 700;
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .foot-links {
    flex-direction: column;
    gap: 20px !important;
    margin-top: 60px !important;
    padding-top: 80px;
    border-top: 2px solid #000;
  }
}
.section img {
  width: 100%;
  height: auto;
}

/********** patterns style ****************/
.section-coliving {
  position: relative;
}

/* .section-coliving h1{
	max-width: 300px;
}
.section-coliving p{
	max-width: 400px;
} */
.section-coliving .bg {
  position: relative;
  transition: background-color 1s ease-in-out;
}
.section-coliving .bg img {
  position: relative;
  z-index: 2;
}

.section-coliving.anime .bg {
  background-color: var(--bs-teal);
}

.section-coliving .bg-top img,
.section-coliving .bg-bottom img {
  transform: translateY(0px);
}

.section-coliving .bg-bottom-after img {
  z-index: 1;
  display: block;
  position: absolute;
  transform: translateY(0px);
}

.section-coliving .bg-top img {
  display: block;
  position: absolute;
  z-index: 1;
}

.section-coliving .bg-bottom img {
  display: block;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
  z-index: 2;
}

.note {
  font-family: "Be Vietnam", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.section-coliving.anime .bg-bottom img {
  opacity: 1;
}

/********** pattern-coliving End ***********/
.section-neutral h1 {
  margin: 6.25rem auto;
}

/* pattern-general */
.section-general span {
  display: block;
  width: 20px;
  height: 20px;
  background: var(--bs-dark);
  transform: rotate(-45deg);
  margin: 6.25rem auto;
}

.section-general .foot p {
  max-width: 500px;
}

/* section coworking */
.section-coworking {
  position: relative;
}

.section-coworking h1,
.section-activities h1 {
  order: 1;
}

.section-coworking p,
.section-activities p {
  order: 0;
}

.section-coworking .bg img {
  position: relative;
  z-index: 2;
  transform: translateY(1px);
}

.section-coworking .bg-top img {
  transition: all 0.9s ease-in-out;
  position: absolute;
  display: block;
}

.section-coworking .bg-bottom-after img {
  z-index: 1;
  display: block;
  position: absolute;
}

.section-coworking .bg-bottom img {
  opacity: 0;
  position: absolute;
  z-index: 2;
  display: block;
  transition: opacity 1s ease-in-out;
}

.section-coworking .bg-bottom img,
.section-coworking .bg-top img {
  transform: translateY(0px);
}

.section-coworking.anime .bg-bottom img {
  opacity: 1;
}

.section-coworking .bg {
  transition: background-color 0.9s ease-in-out;
}

.section-coworking.anime .bg {
  background-color: var(--bs-pink);
}

/* section coworking end */
/* section community */
.section-community .bg-top img {
  transform: translateY(-1px);
}

.section-community .bg-bottom-after img {
  z-index: 1;
  display: block;
  position: absolute;
}

.section-community .bg-bottom img {
  transform: translateY(0px);
}

.section-community .bg-top img,
.section-community .bg-bottom img {
  position: absolute;
  display: block;
  opacity: 0;
  z-index: 2;
}

.section-community .bg img {
  position: relative;
  z-index: 2;
  transform: translateY(1px);
}

.section-community .bg {
  transition: background-color 1s ease-in-out;
}

.section-community.anime .bg {
  background-color: var(--bs-orange);
}

.section-community .bg-top img {
  transition: opacity 1s ease-in-out;
}

.section-community.anime .bg-top img {
  opacity: 1;
}

.section-community .bg-bottom img {
  transition: opacity 1s ease-in-out;
}

.section-community.anime .bg-bottom img {
  opacity: 1;
}

/* section community end */
/* section activities */
.section-activities .bg-top img,
.section-activities .bg-bottom img {
  position: absolute;
  display: block;
  opacity: 0;
}

.section-activities .bg-top img {
  z-index: 0;
}

.section-activities .bg-bottom img {
  z-index: -1;
}

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

.section-activities .bg {
  transition: background-color 1s ease-in-out;
}

.section-activities.anime .bg {
  background-color: var(--bs-blue);
}

.section-activities .bg-top img {
  transition: opacity 1s ease-in-out;
}

.section-activities.anime .bg-top img {
  opacity: 1;
}

.section-activities .bg-bottom img {
  transition: opacity 1s ease-in-out;
}

.section-activities.anime .bg-bottom img {
  opacity: 1;
}

.coworking-pattern {
  background-color: var(--bs-pink);
  position: relative;
}
.coworking-pattern .bg-top img {
  z-index: 0;
  display: block;
  position: absolute;
  transform: translateY(-1px);
}
.coworking-pattern .bg-bottom {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(0px);
  width: 100%;
}
.coworking-pattern .bg-bottom img {
  display: block;
  transform: translateY(1px);
}
.coworking-pattern .pattern-b img {
  transform: translateY(4px);
}
@media screen and (max-width: 576px) {
  .coworking-pattern .pattern-b img {
    transform: translateY(8px);
  }
}
.coworking-pattern img {
  width: 100%;
  height: auto;
}
.coworking-pattern .bg img {
  position: relative;
  z-index: 1;
}
.coworking-pattern .ns-coworking_options p {
  margin-top: 4.688rem;
  margin-bottom: 8.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .coworking-pattern .ns-coworking_options p.p-t {
    border-bottom: 2px solid #000000;
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.coworking-pattern .ns-coworking_options .ns-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  place-items: center;
  place-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .coworking-pattern .ns-coworking_options .ns-options {
    gap: 0;
    grid-template-columns: none;
  }
}
.coworking-pattern .ns-coworking_options .ns-options .ns-option {
  text-align: center;
}
.coworking-pattern .ns-coworking_options .ns-options .ns-option h3 {
  font-family: "El Messiri";
  font-weight: 700;
  font-size: 70px;
  line-height: 65px;
  color: var(--bs-dark);
  margin-bottom: 20px;
  margin-top: 0;
}
.coworking-pattern .ns-coworking_options .ns-options .ns-option small {
  margin: 20px auto;
  display: block;
  font-family: "Be Vietnam", sans-serif;
}
.coworking-pattern .ns-coworking_options .ns-options .ns-option small, .coworking-pattern .ns-coworking_options .ns-options .ns-option p > span {
  font-weight: 400;
  font-size: 25px;
  text-decoration: none;
}
.coworking-pattern .ns-coworking_options .ns-options .ns-option p {
  font-weight: 400;
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .coworking-pattern .ns-coworking_options .ns-options .ns-option {
    border-bottom: 2px solid #000000;
    padding-bottom: 60px;
    margin-bottom: 60px;
    width: 100%;
  }
  .coworking-pattern .ns-coworking_options .ns-options .ns-option h3 {
    font-size: 50px;
    line-height: 50px;
  }
  .coworking-pattern .ns-coworking_options .ns-options .ns-option:nth-child(1) > h3 {
    margin-bottom: 0;
  }
}

.activities-pattern {
  background-color: var(--bs-blue);
  position: relative;
}
.activities-pattern .bg-top img {
  z-index: 0;
  display: block;
  position: absolute;
  transform: translateY(0px);
}
.activities-pattern .bg-bottom img {
  z-index: 1;
  display: block;
  position: relative;
  bottom: 0;
  transform: translateY(1px);
}
@media screen and (max-width: 576px) {
  .activities-pattern .bg-bottom img {
    transform: translateY(2.4px);
  }
}
.activities-pattern .bg-bottom_after {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(5px);
}
@media screen and (max-width: 576px) {
  .activities-pattern .bg-bottom_after {
    transform: translateY(10px);
  }
}
.activities-pattern img {
  width: 100%;
  height: auto;
}
.activities-pattern .bg img {
  position: relative;
  z-index: 1;
}
.activities-pattern .content-top {
  padding-top: 5rem;
  text-align: center;
  margin: 0 auto;
}
.activities-pattern .content-top p {
  margin: 0 auto 8.75rem;
}
.activities-pattern .content-top h2 {
  margin: 0 auto 3.75rem;
}

.community-pattern {
  background-color: var(--bs-orange);
  position: relative;
}
.community-pattern .bg-top img {
  z-index: 0;
  display: block;
  position: absolute;
  transform: translateY(0px);
}
.community-pattern .bg-bottom img {
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(0px);
}
.community-pattern img {
  width: 100%;
  height: auto;
}
.community-pattern .bg img {
  position: relative;
  z-index: 1;
}

.coliving-pattern {
  background-color: var(--bs-teal);
  position: relative;
}
.coliving-pattern .bg-top img {
  z-index: 0;
  display: block;
  position: absolute;
  transform: translateY(0px);
}
.coliving-pattern .bg-bottom_after {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(5px);
}
@media screen and (max-width: 576px) {
  .coliving-pattern .bg-bottom_after {
    transform: translateY(10px);
  }
}
.coliving-pattern img {
  width: 100%;
  height: auto;
}
.coliving-pattern .bg img {
  position: relative;
  z-index: 1;
}
.coliving-pattern .ns-coliving_rooms p {
  margin: 4.688rem auto 8.75rem;
}
@media (max-width: 768px) {
  .coliving-pattern .ns-coliving_rooms p.p-t {
    border-bottom: 2px solid #000000;
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.coliving-pattern .ns-coliving_rooms .ns-rooms {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  place-items: center;
  place-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .coliving-pattern .ns-coliving_rooms .ns-rooms {
    gap: 0;
    grid-template-columns: none;
  }
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room {
  text-align: center;
  display: block;
  width: 100%;
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room h3 {
  font-family: "El Messiri";
  font-weight: 700;
  font-size: 70px;
  line-height: 65px;
  color: var(--bs-dark);
  margin-bottom: 20px;
  margin-top: 0;
  white-space: nowrap;
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room small {
  font-family: "Be Vietnam", sans-serif;
  margin: 20px auto;
  display: block;
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room small, .coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room p > span {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 25px;
  text-decoration: none;
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room p {
  font-weight: 400;
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room {
    border-bottom: 2px solid #000000;
    padding-bottom: 60px;
    margin-bottom: 60px;
    width: 100%;
  }
  .coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room h3 {
    font-size: 50px;
    line-height: 50px;
    white-space: normal;
  }
  .coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room:nth-child(3) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room .room-img {
  position: relative;
  display: block;
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room .room-img img {
  width: 100%;
  height: auto;
  display: block;
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room .room-img .overlay-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: rgba(25, 25, 25, 0.3);
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room .room-img .overlay-card span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  color: var(--bs-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
}
.coliving-pattern .ns-coliving_rooms .ns-rooms .ns-room .room-img:hover .overlay-card {
  opacity: 1;
}

@media (min-width: 992px) {
  .show-in-mb {
    display: none;
  }
}

@media (max-width: 992px) {
  .show-in-ds {
    display: none;
  }
}

/* section activities end */
@media (max-width: 1200px) {
  .flex-section {
    padding-top: 3.25rem;
    padding-bottom: 5.25rem;
  }
  .section-neutral h1 {
    margin: 60px auto 40px !important;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .section h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  body p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
  }
  /* pattern-coworking */
  .section-coworking h1,
.section-activities h1 {
    order: 0;
  }
  .section-coworking p,
.section-activities p {
    order: 1;
  }
  /* pattern-coworking End */
}
/*************** Noqta v2 *************/
.btn-menu {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 55px;
  background-color: var(--bs-white);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: top 0.75s;
}

.header a.logo-head {
  width: 150px;
  height: auto;
}

.header a.logo-head img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.header ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header ul li a:hover {
  font-weight: 700;
}

.header ul li a.active {
  font-weight: 700;
}

.header ul li a {
  display: inline-block;
  transition: all 0.3s;
  font-style: normal;
  font-size: 20px;
  padding: 0 20px;
  line-height: 45px;
  color: var(--bs-dark);
}

.ns-full-bg {
  position: relative;
}
.ns-full-bg .logo, .ns-full-bg h1 {
  position: absolute;
  top: 0;
  z-index: 1;
}
.ns-full-bg picture img {
  width: 100%;
  height: auto;
}

.arrow-bottom {
  margin: 6.25rem 0;
}

.foot-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-top: 160px;
}

.foot-links a {
  font-size: 1rem;
  font-weight: 700;
}

.show {
  display: block !important;
}

.modal {
  display: none;
  background-color: var(--bs-white);
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal .close {
  position: fixed;
  top: 0;
  right: 1em;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .modal .close {
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .modal .modal-header {
    display: flex;
  }
  .modal .modal-header h1 {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.modal h3.list-title {
  font-family: "Be Vietnam", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: var(--bs-dark);
}
.modal .detail-list {
  font-family: "Readex Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  max-width: 38rem;
  margin: 5rem auto;
  border-bottom: 2px solid #000000;
  padding-bottom: 5rem;
  padding-left: 2rem;
}
.modal .detail-list li {
  list-style: disc;
}
@media screen and (max-width: 640px) {
  .modal .prices .ta-c.my-15 {
    margin-top: 0 !important;
  }
}
.modal .prices h3 {
  font-family: "Be Vietnam", sans-serif;
  font-weight: 700;
  font-size: 33px;
  text-align: center;
  margin-bottom: 10px;
}
.modal .prices p {
  font-weight: 400;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto 60px;
}
.modal .modal-footer p {
  margin: 80px auto 100px;
  text-align: center;
}
.modal .modal-footer .buttons-arrea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6.25rem;
}
@media screen and (max-width: 640px) {
  .modal .modal-footer .buttons-arrea {
    gap: 20px;
  }
}
.modal .modal-footer .buttons-arrea a {
  background-color: var(--bs-dark);
  color: var(--bs-white);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}
.modal .modal-footer .buttons-arrea a span {
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.modal .modal-footer .buttons-arrea a p {
  margin: 0;
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}
.modal .modal-footer .see-more {
  font-weight: 400;
  font-size: 33px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 7.5rem;
  margin-bottom: 1.25rem;
}
.modal .modal-footer .other-rooms {
  max-width: 605px;
  margin: 0 auto 6.25rem;
}
.modal .modal-footer .other-rooms hr {
  border: 2px solid #000000;
}
.modal .modal-footer .other-rooms p {
  font-family: "El Messiri";
  font-weight: 700;
  font-size: 70px;
  line-height: 65px;
  margin: 20px auto;
}
.modal .modal-footer .other-rooms p:hover {
  background-color: #fbfbfb;
  cursor: pointer;
}

hr.hr-40 {
  border: 2px solid #000000;
  margin-bottom: 40px;
  margin-top: 40px;
}

.scroll-x-auto {
  overflow-x: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.scroll-x-auto::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.about-content p.d-a {
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 20px auto 0;
}
.about-content .d-a-info {
  text-align: center;
}
.about-content .d-a-info h3 {
  font-family: "Be Vietnam", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  margin: 0 auto 10px;
}
.about-content .d-a-info p {
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto;
}
.about-content .google-wrapper {
  position: relative;
}
.about-content iframe {
  width: 100%;
  height: 380px;
}
.about-content #google-map-overlay {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(255, 102, 69, 0.2), rgba(255, 102, 69, 0.2));
  background-blend-mode: multiply, normal;
  position: absolute;
  inset: 0;
  z-index: 5;
}
.about-content .contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.about-content .contact-info a.tel {
  font-family: "Be Vietnam", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
}
.about-content .contact-info a.mail {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.85em;
  max-width: 38rem;
  margin: 0 auto;
  font-family: "Be Vietnam Pro", sans-serif;
}
table .table-head {
  border-bottom: 2px solid #000;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  color: #000000;
}
table .table-head th {
  padding: 10px 8px;
  text-align: start;
}
table tr.tr-table {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  text-align: start;
  color: #000000;
  border-bottom: 1px solid #000;
}
table tr.tr-table td {
  padding: 10px 8px;
}
table tr.tr-table td span {
  white-space: nowrap;
}

.accordions {
  max-width: 645px;
  margin: 0 auto;
}
.accordions .acc-title {
  font-family: "Be Vietnam", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  text-align: center;
}
.accordions .accordion {
  margin: 20px auto;
  width: 100%;
}
.accordions .accordion .acc-label {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.accordions .accordion .acc-label p {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin: 0;
}
.accordions .accordion .acc-label span {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Be Vietnam", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
}
.accordions .accordion .acc-label span::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNyAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjk5OTQgMTQuNjY2NUwxNC45OTc5IDEzLjY2ODFMMjcuMDAxIDEuNjY0OTVMMjYuMDAyNSAwLjY2NjUwNEwxMy45OTk0IDEyLjY2OTZMMS45OTYzMyAwLjY2NjUwMkwwLjk5Nzg3NyAxLjY2NDk1TDEzLjAwMSAxMy42NjgxTDEzLjk5OTQgMTQuNjY2NVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
  position: absolute;
  right: 12px;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.4s ease;
  transform: translateY(-50%);
}
.accordions .accordion .acc-content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0 1em;
  transition: all 0.4s ease-in-out;
}
.accordions .accordion .acc-content p {
  margin: 20px auto;
}
.accordions .accordion .acc-content .curr {
  font-family: "Be Vietnam", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.accordions .accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordions .accordion input:checked + .acc-label span::after {
  transform: rotate(180deg);
}
.accordions .accordion input:checked ~ .acc-content {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}
.accordions hr {
  border: 2px solid #000000;
  background-color: #000;
  margin-top: 100px;
  margin-bottom: 100px;
}

.d-f {
  display: flex;
}

.d-b {
  display: block;
}

.d-n {
  display: none;
}

.jc-c {
  justify-content: center;
}

.fd-c {
  flex-direction: column;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.as-fe {
  align-self: flex-end;
}

.as-fs {
  align-self: flex-start;
}

.as-c {
  align-self: center;
}

.fw-w {
  flex-wrap: wrap;
}

.fw-n {
  flex-wrap: nowrap;
}

.f-1 {
  flex: 1;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.p-f {
  position: fixed;
}

.p-s {
  position: sticky;
}

.of-c {
  -o-object-fit: contain;
     object-fit: contain;
}

.ta-c {
  text-align: center !important;
}

.ta-e {
  text-align: end !important;
}

.ta-s {
  text-align: start !important;
}

.v-h {
  visibility: hidden;
}

.v-v {
  visibility: visible;
}

.o-0 {
  opacity: 0;
}

.o-1\/2 {
  opacity: 0.5;
}

.o-1\/3 {
  opacity: 0.3;
}

.o-1 {
  opacity: 1;
}

.tr-1\/4 {
  transition: all ease-out 0.2s;
}

.tr-1\/3 {
  transition: all ease-out 0.3s;
}

.tr-1\/2 {
  transition: all ease-out 0.5s;
}

.tr-1 {
  transition: all ease-out 1s;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.w-s {
  width: 100vw;
}

.h-s {
  height: 100vh;
}

.h-s-2\/3 {
  height: 85vh;
}

.mh-f {
  max-height: 100%;
}

.mw-f {
  max-width: 100%;
}

.max-w-0 {
  max-width: 0;
} /* 0px */
.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
} /* 320px */
.max-w-sm {
  max-width: 24rem;
} /* 384px */
.max-w-md {
  max-width: 28rem;
} /* 448px */
.max-w-lg {
  max-width: 32rem;
} /* 512px */
.max-w-xl {
  max-width: 36rem;
} /* 576px */
.max-w-2xl {
  max-width: 42rem;
} /* 672px */
.max-w-3xl {
  max-width: 48rem;
} /* 768px */
.max-w-4xl {
  max-width: 56rem;
} /* 896px */
.max-w-5xl {
  max-width: 64rem;
} /* 1024px */
.max-w-6xl {
  max-width: 72rem;
} /* 1152px */
.max-w-7xl {
  max-width: 80rem;
} /* 1280px */
.max-w-full {
  max-width: 100%;
}

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.gap-0 {
  gap: 0;
}

.gap-px {
  gap: 1px;
}

.gap-0\/5 {
  gap: 0.125rem;
} /* 2px */
.gap-1 {
  gap: 0.25rem;
} /* 4px */
.gap-1\/5 {
  gap: 0.375rem;
} /* 6px */
.gap-2 {
  gap: 0.5rem;
} /* 8px */
.gap-2\/5 {
  gap: 0.625rem;
} /* 10px */
.gap-3 {
  gap: 0.75rem;
} /* 12px */
.gap-3\/5 {
  gap: 0.875rem;
} /* 14px */
.gap-4 {
  gap: 1rem;
} /* 16px */
.gap-5 {
  gap: 1.25rem;
} /* 20px */
.gap-6 {
  gap: 1.5rem;
} /* 24px */
.gap-7 {
  gap: 1.75rem;
} /* 28px */
.gap-8 {
  gap: 2rem;
} /* 32px */
.gap-9 {
  gap: 2.25rem;
} /* 36px */
.gap-10 {
  gap: 2.5rem;
} /* 40px */
.gap-11 {
  gap: 2.75rem;
} /* 44px */
.gap-12 {
  gap: 3rem;
} /* 48px */
.gap-14 {
  gap: 3.5rem;
} /* 56px */
.gap-16 {
  gap: 4rem;
} /* 64px */
.gap-20 {
  gap: 5rem;
} /* 80px */
.gap-24 {
  gap: 6rem;
} /* 96px */
.gap-28 {
  gap: 7rem;
} /* 112px */
.gap-32 {
  gap: 8rem;
} /* 128px */
.gap-36 {
  gap: 9rem;
} /* 144px */
.gap-40 {
  gap: 10rem;
} /* 160px */
.gap-44 {
  gap: 11rem;
} /* 176px */
.gap-48 {
  gap: 12rem;
} /* 192px */
.gap-52 {
  gap: 13rem;
} /* 208px */
.gap-56 {
  gap: 14rem;
} /* 224px */
.gap-60 {
  gap: 15rem;
} /* 240px */
.gap-64 {
  gap: 16rem;
} /* 256px */
.gap-72 {
  gap: 18rem;
} /* 288px */
.gap-80 {
  gap: 20rem;
} /* 320px */
.gap-96 {
  gap: 24rem;
} /* 384px */
.bs-n {
  box-shadow: none;
}

.shadow {
  box-shadow: 1px 1px 17px -2px rgba(212, 211, 211, 0.3098039216);
}

.w-1\/2 {
  width: 50%;
}

.h-1\/2 {
  height: 50%;
}

.w-1\/3 {
  width: 33%;
}

.h-1\/3 {
  height: 33%;
}

.b-grey {
  border: 1px solid rgb(167, 166, 166);
}

.b-blue {
  border: 1px solid #318beb;
}

.b-n {
  border: none;
}

.o-n {
  outline: none;
}

.ls-n {
  list-style: none;
}

.td-n {
  text-decoration: none;
}

.td-lt {
  text-decoration: line-through;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-b {
  font-weight: bold;
}

.c-t {
  color: transparent;
}

.o-h {
  overflow: hidden;
}

.o-v {
  overflow: visible;
}

.o-s {
  overflow: scroll;
}

.o-a {
  overflow: auto;
}

.ox-a {
  overflow-x: auto;
}

.oy-a {
  overflow-y: auto;
}

.c-p {
  cursor: pointer;
}

.ws-n {
  white-space: normal;
}

.ws-nw {
  white-space: nowrap;
}

.to-e {
  text-overflow: ellipsis;
}

.lh-0 {
  line-height: 0;
}

.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 0.25em;
}

.lh-2 {
  line-height: 0.5em;
}

.lh-3 {
  line-height: 0.75em;
}

.lh-4 {
  line-height: 1em;
}

.lh-5 {
  line-height: 1.25em;
}

.lh-6 {
  line-height: 1.5em;
}

.lh-7 {
  line-height: 1.75em;
}

.lh-8 {
  line-height: 2em;
}

.lh-9 {
  line-height: 2.25em;
}

.lh-10 {
  line-height: 2.5em;
}

.br-0 {
  border-radius: 0;
}

.br-1 {
  border-radius: 1px;
}

.br-2 {
  border-radius: 2px;
}

.br-3 {
  border-radius: 3px;
}

.br-4 {
  border-radius: 4px;
}

.br-5 {
  border-radius: 5px;
}

.br-6 {
  border-radius: 6px;
}

.br-7 {
  border-radius: 7px;
}

.br-8 {
  border-radius: 8px;
}

.br-9 {
  border-radius: 9px;
}

.br-10 {
  border-radius: 10px;
}

.br-f {
  border-radius: 50%;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25em;
}

.w-2 {
  width: 0.5em;
}

.w-3 {
  width: 0.75em;
}

.w-4 {
  width: 1em;
}

.w-5 {
  width: 1.25em;
}

.w-6 {
  width: 1.5em;
}

.w-7 {
  width: 1.75em;
}

.w-8 {
  width: 2em;
}

.w-9 {
  width: 2.25em;
}

.w-10 {
  width: 2.5em;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25em;
}

.h-2 {
  height: 0.5em;
}

.h-3 {
  height: 0.75em;
}

.h-4 {
  height: 1em;
}

.h-5 {
  height: 1.25em;
}

.h-6 {
  height: 1.5em;
}

.h-7 {
  height: 1.75em;
}

.h-8 {
  height: 2em;
}

.h-9 {
  height: 2.25em;
}

.h-10 {
  height: 2.5em;
}

.h-11 {
  height: 2.75em;
}

.h-12 {
  height: 3em;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25em;
}

.p-2 {
  padding: 0.5em;
}

.p-3 {
  padding: 0.75em;
}

.p-4 {
  padding: 1em;
}

.p-5 {
  padding: 1.25em;
}

.p-6 {
  padding: 1.5em;
}

.p-7 {
  padding: 1.75em;
}

.p-8 {
  padding: 2em;
}

.p-9 {
  padding: 2.25em;
}

.p-10 {
  padding: 2.5em;
}

.pb-f {
  padding-bottom: 100%;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.py-2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.py-3 {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.py-4 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.py-5 {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.py-6 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.py-7 {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.py-8 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.py-9 {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}

.py-10 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.px-2 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.px-3 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.px-4 {
  padding-left: 1em;
  padding-right: 1em;
}

.px-5 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.px-6 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.px-7 {
  padding-left: 1.75em;
  padding-right: 1.75em;
}

.px-8 {
  padding-left: 2em;
  padding-right: 2em;
}

.px-9 {
  padding-left: 2.25em;
  padding-right: 2.25em;
}

.px-10 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25em;
}

.pt-2 {
  padding-top: 0.5em;
}

.pt-3 {
  padding-top: 0.75em;
}

.pt-4 {
  padding-top: 1em;
}

.pt-5 {
  padding-top: 1.25em;
}

.pt-6 {
  padding-top: 1.5em;
}

.pt-7 {
  padding-top: 1.75em;
}

.pt-8 {
  padding-top: 2em;
}

.pt-9 {
  padding-top: 2.25em;
}

.pt-10 {
  padding-top: 2.5em;
}

.pt-15 {
  padding-top: 3.75em;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25em;
}

.pb-2 {
  padding-bottom: 0.5em;
}

.pb-3 {
  padding-bottom: 0.75em;
}

.pb-4 {
  padding-bottom: 1em;
}

.pb-5 {
  padding-bottom: 1.25em;
}

.pb-6 {
  padding-bottom: 1.5em;
}

.pb-7 {
  padding-bottom: 1.75em;
}

.pb-8 {
  padding-bottom: 2em;
}

.pb-9 {
  padding-bottom: 2.25em;
}

.pb-10 {
  padding-bottom: 2.5em;
}

.pb-15 {
  padding-bottom: 3.75em;
}

.pb-16 {
  padding-bottom: 10rem;
}

.m-1 {
  margin: 0.25em;
}

.m-2 {
  margin: 0.5em;
}

.m-3 {
  margin: 0.75em;
}

.m-4 {
  margin: 1em;
}

.m-5 {
  margin: 1.25em;
}

.m-6 {
  margin: 1.5em;
}

.m-7 {
  margin: 1.75em;
}

.m-8 {
  margin: 2em;
}

.m-9 {
  margin: 2.25em;
}

.m-10 {
  margin: 2.5em;
}

.m-auto {
  margin: auto;
}

.mx-1 {
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.mx-2 {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.mx-3 {
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.mx-4 {
  margin-left: 1em;
  margin-right: 1em;
}

.mx-5 {
  margin-left: 1.25em;
  margin-right: 1.25em;
}

.mx-6 {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.mx-7 {
  margin-left: 1.75em;
  margin-right: 1.75em;
}

.mx-8 {
  margin-left: 2em;
  margin-right: 2em;
}

.mx-9 {
  margin-left: 2.25em;
  margin-right: 2.25em;
}

.mx-10 {
  margin-left: 2.5em;
  margin-right: 2.5em;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.my-2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.my-3 {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.my-4 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.my-5 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.my-6 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.my-7 {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
}

.my-8 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.my-9 {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
}

.my-10 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.my-11 {
  margin-top: 2.75em;
  margin-bottom: 2.75em;
}

.my-12 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.my-13 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.my-14 {
  margin-top: 3.25em;
  margin-bottom: 3.25em;
}

.my-15 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25em !important;
}

.mt-2 {
  margin-top: 0.5em !important;
}

.mt-3 {
  margin-top: 0.75em !important;
}

.mt-4 {
  margin-top: 1em !important;
}

.mt-5 {
  margin-top: 1.25em !important;
}

.mt-6 {
  margin-top: 1.5em !important;
}

.mt-7 {
  margin-top: 1.75em !important;
}

.mt-8 {
  margin-top: 2em !important;
}

.mt-9 {
  margin-top: 2.25em !important;
}

.mt-10 {
  margin-top: 2.5em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25em !important;
}

.mb-2 {
  margin-bottom: 0.5em !important;
}

.mb-3 {
  margin-bottom: 0.75em !important;
}

.mb-4 {
  margin-bottom: 1em !important;
}

.mb-5 {
  margin-bottom: 1.25em !important;
}

.mb-6 {
  margin-bottom: 1.5em !important;
}

.mb-7 {
  margin-bottom: 1.75em !important;
}

.mb-8 {
  margin-bottom: 2em !important;
}

.mb-9 {
  margin-bottom: 2.25em !important;
}

.mb-10 {
  margin-bottom: 2.5em !important;
}

.t-0 {
  top: 0;
}

.t-1 {
  top: 0.25em;
}

.t-2 {
  top: 0.5em;
}

.t-3 {
  top: 0.75em;
}

.t-4 {
  top: 1em;
}

.t-5 {
  top: 1.25em;
}

.t-6 {
  top: 1.5em;
}

.t-7 {
  top: 1.75em;
}

.t-8 {
  top: 2em;
}

.t-9 {
  top: 2.25em;
}

.t-10 {
  top: 2.5em;
}

.t-1\/2 {
  top: 50%;
}

.t--100 {
  top: -100%;
}

.l-0 {
  left: 0;
}

.l-1 {
  left: 0.25em;
}

.l-2 {
  left: 0.5em;
}

.l-3 {
  left: 0.75em;
}

.l-4 {
  left: 1em;
}

.l-5 {
  left: 1.25em;
}

.l-6 {
  left: 1.5em;
}

.l-7 {
  left: 1.75em;
}

.l-8 {
  left: 2em;
}

.l-9 {
  left: 2.25em;
}

.l-10 {
  left: 2.25em;
}

.l-1\/2 {
  left: 50%;
}

.l--100 {
  left: -100%;
}

.b-0 {
  bottom: 0;
}

.b-2 {
  bottom: 0.25em;
}

.b-3 {
  bottom: 0.5em;
}

.b-4 {
  bottom: 0.75em;
}

.b-5 {
  bottom: 1em;
}

.b-6 {
  bottom: 1.25em;
}

.b-7 {
  bottom: 1.5em;
}

.b-8 {
  bottom: 1.75em;
}

.b-9 {
  bottom: 2em;
}

.b-10 {
  bottom: 2.25em;
}

.b-1\/2 {
  bottom: 50%;
}

.b--100 {
  bottom: -100%;
}

.r-0 {
  right: 0;
}

.r-2 {
  right: 0.25em;
}

.r-3 {
  right: 0.5em;
}

.r-4 {
  right: 0.75em;
}

.r-5 {
  right: 1em;
}

.r-6 {
  right: 1.25em;
}

.r-7 {
  right: 1.5em;
}

.r-8 {
  right: 1.75em;
}

.r-9 {
  right: 2em;
}

.r-10 {
  right: 2.25em;
}

.r-1\/2 {
  right: 50%;
}

.r--100 {
  right: -100%;
}

.fs-n {
  font-style: normal;
}

.fs-0 {
  font-size: 0;
}

.fs-1 {
  font-size: 0.25em;
}

.fs-2 {
  font-size: 0.5em;
}

.fs-3 {
  font-size: 0.75em;
}

.fs-4 {
  font-size: 1em;
}

.fs-5 {
  font-size: 1.25em;
}

.fs-6 {
  font-size: 1.5em;
}

.fs-7 {
  font-size: 1.75em;
}

.fs-8 {
  font-size: 2em;
}

.fs-9 {
  font-size: 2.25em;
}

.fs-10 {
  font-size: 2.5em;
}

.fs-11 {
  font-size: 2.75em;
}

.fs-12 {
  font-size: 3em;
}

.fs-13 {
  font-size: 3.25em;
}

.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

.zi-3 {
  z-index: 3;
}

.zi-4 {
  z-index: 4;
}

.zi-5 {
  z-index: 5;
}

.zi-6 {
  z-index: 6;
}

.zi-7 {
  z-index: 7;
}

.zi-8 {
  z-index: 8;
}

.zi-9 {
  z-index: 9;
}

.zi-99 {
  z-index: 99;
}

.zi-999 {
  z-index: 999;
}

.zi-9999 {
  z-index: 9999;
}

.zi-99999 {
  z-index: 99999;
}

.hover {
  transition: all ease-out 1s;
}

.hover:hover {
  transform: scale(1.1, 1.1);
}

@media (max-width: 4000px) {
  .lg-col-0 {
    width: 0% !important;
  }
  .lg-col-1 {
    width: 8.3333333333% !important;
  }
  .lg-col-2 {
    width: 16.6666666667% !important;
  }
  .lg-col-3 {
    width: 25% !important;
  }
  .lg-col-4 {
    width: 33.3333333333% !important;
  }
  .lg-col-5 {
    width: 41.6666666667% !important;
  }
  .lg-col-6 {
    width: 50% !important;
  }
  .lg-col-7 {
    width: 58.3333333333% !important;
  }
  .lg-col-8 {
    width: 66.6666666667% !important;
  }
  .lg-col-9 {
    width: 75% !important;
  }
  .lg-col-10 {
    width: 83.3333333333% !important;
  }
  .lg-col-11 {
    width: 91.6666666667% !important;
  }
  .lg-col-12 {
    width: 100% !important;
  }
  .lg-d-f {
    display: flex !important;
  }
  .lg-d-n {
    display: none !important;
  }
  .lg-ai-c {
    align-items: center !important;
  }
  .lg-jc-sb {
    justify-content: space-between !important;
  }
  .lg-jc-c {
    justify-content: center !important;
  }
  .lg-fw-w {
    flex-wrap: wrap !important;
  }
  .lg-fd-c {
    flex-direction: column !important;
  }
  .lg-fd-r {
    flex-direction: row !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-fs-0 {
    font-size: 0;
  }
  .lg-fs-1 {
    font-size: 0.25em;
  }
  .lg-fs-2 {
    font-size: 0.5em;
  }
  .lg-fs-3 {
    font-size: 0.75em;
  }
  .lg-fs-4 {
    font-size: 1em;
  }
  .lg-fs-5 {
    font-size: 1.25em;
  }
  .lg-fs-6 {
    font-size: 1.5em;
  }
  .lg-fs-7 {
    font-size: 1.75em;
  }
  .lg-fs-8 {
    font-size: 2em;
  }
  .lg-fs-9 {
    font-size: 2.25em;
  }
  .lg-fs-10 {
    font-size: 2.5em;
  }
  .lg-fs-11 {
    font-size: 2.75em;
  }
  .lg-fs-12 {
    font-size: 3em;
  }
  .lg-fs-13 {
    font-size: 3.25em;
  }
}
@media (max-width: 900px) {
  .md-col-0 {
    width: 8.3333333333% !important;
  }
  .md-col-1 {
    width: 8.3333333333% !important;
  }
  .md-col-2 {
    width: 16.6666666667% !important;
  }
  .md-col-3 {
    width: 25% !important;
  }
  .md-col-4 {
    width: 33.3333333333% !important;
  }
  .md-col-5 {
    width: 41.6666666667% !important;
  }
  .md-col-6 {
    width: 50% !important;
  }
  .md-col-7 {
    width: 58.3333333333% !important;
  }
  .md-col-8 {
    width: 66.6666666667% !important;
  }
  .md-col-9 {
    width: 75% !important;
  }
  .md-col-10 {
    width: 83.3333333333% !important;
  }
  .md-col-11 {
    width: 91.6666666667% !important;
  }
  .md-col-12 {
    width: 100% !important;
  }
  .md-d-f {
    display: flex !important;
  }
  .md-d-n {
    display: none !important;
  }
  .md-ai-c {
    align-items: center !important;
  }
  .md-jc-sb {
    justify-content: space-between !important;
  }
  .md-jc-c {
    justify-content: center !important;
  }
  .md-fw-w {
    flex-wrap: wrap !important;
  }
  .md-fd-c {
    flex-direction: column !important;
  }
  .md-fd-r {
    flex-direction: row !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-fs-0 {
    font-size: 0;
  }
  .md-fs-1 {
    font-size: 0.25em;
  }
  .md-fs-2 {
    font-size: 0.5em;
  }
  .md-fs-3 {
    font-size: 0.75em;
  }
  .md-fs-4 {
    font-size: 1em;
  }
  .md-fs-5 {
    font-size: 1.25em;
  }
  .md-fs-6 {
    font-size: 1.5em;
  }
  .md-fs-7 {
    font-size: 1.75em;
  }
  .md-fs-8 {
    font-size: 2em;
  }
  .md-fs-9 {
    font-size: 2.25em;
  }
  .md-fs-10 {
    font-size: 2.5em;
  }
  .md-fs-11 {
    font-size: 2.75em;
  }
  .md-fs-12 {
    font-size: 3em;
  }
  .md-fs-13 {
    font-size: 3.25em;
  }
}
@media (max-width: 750px) {
  .sm-col-0 {
    width: 0% !important;
  }
  .sm-col-1 {
    width: 8.3333333333% !important;
  }
  .sm-col-2 {
    width: 16.6666666667% !important;
  }
  .sm-col-3 {
    width: 25% !important;
  }
  .sm-col-4 {
    width: 33.3333333333% !important;
  }
  .sm-col-5 {
    width: 41.6666666667% !important;
  }
  .sm-col-6 {
    width: 50% !important;
  }
  .sm-col-7 {
    width: 58.3333333333% !important;
  }
  .sm-col-8 {
    width: 66.6666666667% !important;
  }
  .sm-col-9 {
    width: 75% !important;
  }
  .sm-col-10 {
    width: 83.3333333333% !important;
  }
  .sm-col-11 {
    width: 91.6666666667% !important;
  }
  .sm-col-12 {
    width: 100% !important;
  }
  .sm-d-f {
    display: flex !important;
  }
  .sm-d-n {
    display: none !important;
  }
  .sm-ai-c {
    align-items: center !important;
  }
  .sm-jc-sb {
    justify-content: space-between !important;
  }
  .sm-jc-c {
    justify-content: center !important;
  }
  .sm-fw-w {
    flex-wrap: wrap !important;
  }
  .sm-fd-c {
    flex-direction: column !important;
  }
  .sm-fd-cr {
    flex-direction: column-reverse !important;
  }
  .sm-fd-r {
    flex-direction: row !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-d-b {
    display: block !important;
  }
  .sm-my-5 {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .sm-my-6 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .sm-my-7 {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }
  .modal-close {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 35, 40, 0.4);
  }
  .sm-o-h {
    overflow: hidden;
  }
  .sm-o-v {
    overflow: visible;
  }
  .sm-o-s {
    overflow: scroll;
  }
  .sm-o-a {
    overflow: auto;
  }
  .sm-ox-a {
    overflow-x: auto;
  }
  .sm-oy-a {
    overflow-y: auto;
  }
  .sm-fs-0 {
    font-size: 0;
  }
  .sm-fs-1 {
    font-size: 0.25em;
  }
  .sm-fs-2 {
    font-size: 0.5em;
  }
  .sm-fs-3 {
    font-size: 0.75em;
  }
  .sm-fs-4 {
    font-size: 1em;
  }
  .sm-fs-5 {
    font-size: 1.25em;
  }
  .sm-fs-6 {
    font-size: 1.5em;
  }
  .sm-fs-7 {
    font-size: 1.75em;
  }
  .sm-fs-8 {
    font-size: 2em;
  }
  .sm-fs-9 {
    font-size: 2.25em;
  }
  .sm-fs-10 {
    font-size: 2.5em;
  }
  .sm-fs-11 {
    font-size: 2.75em;
  }
  .sm-fs-12 {
    font-size: 3em;
  }
  .sm-fs-13 {
    font-size: 3.25em;
  }
  .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 450px) {
  .sx-col-0 {
    width: 0% !important;
  }
  .sx-col-1 {
    width: 8.3333333333% !important;
  }
  .sx-col-2 {
    width: 16.6666666667% !important;
  }
  .sx-col-3 {
    width: 25% !important;
  }
  .sx-col-4 {
    width: 33.3333333333% !important;
  }
  .sx-col-5 {
    width: 41.6666666667% !important;
  }
  .sx-col-6 {
    width: 50% !important;
  }
  .sx-col-7 {
    width: 58.3333333333% !important;
  }
  .sx-col-8 {
    width: 66.6666666667% !important;
  }
  .sx-col-9 {
    width: 75% !important;
  }
  .sx-col-10 {
    width: 83.3333333333% !important;
  }
  .sx-col-11 {
    width: 91.6666666667% !important;
  }
  .sx-col-12 {
    width: 100% !important;
  }
  .sx-d-f {
    display: flex !important;
  }
  .sx-d-n {
    display: none !important;
  }
  .sx-d-b {
    display: block !important;
  }
  .sx-ai-c {
    align-items: center !important;
  }
  .sx-jc-sb {
    justify-content: space-between !important;
  }
  .sx-jc-c {
    justify-content: center !important;
  }
  .sx-fw-w {
    flex-wrap: wrap !important;
  }
  .sx-fd-c {
    flex-direction: column !important;
  }
  .sx-fd-r {
    flex-direction: row !important;
  }
  .sx-w-full {
    width: 100% !important;
  }
  .sx-h-full {
    height: 100% !important;
  }
  .sx-pt-10 {
    padding-top: 3em;
  }
  .sx-pt-11 {
    padding-top: 3.25em;
  }
  .sx-pt-12 {
    padding-top: 3.5em;
  }
  .m_mobile {
    margin-top: 58px !important;
  }
  .sx-fs-0 {
    font-size: 0;
  }
  .sx-fs-1 {
    font-size: 0.25em;
  }
  .sx-fs-2 {
    font-size: 0.5em;
  }
  .sx-fs-3 {
    font-size: 0.75em;
  }
  .sx-fs-4 {
    font-size: 1em;
  }
  .sx-fs-5 {
    font-size: 1.25em;
  }
  .sx-fs-6 {
    font-size: 1.5em;
  }
  .sx-fs-7 {
    font-size: 1.75em;
  }
  .sx-fs-8 {
    font-size: 2em;
  }
  .sx-fs-9 {
    font-size: 2.25em;
  }
  .sx-fs-10 {
    font-size: 2.5em;
  }
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 380px) {
  .ssx-col-0 {
    width: 0% !important;
  }
  .ssx-col-1 {
    width: 8.3333333333% !important;
  }
  .ssx-col-2 {
    width: 16.6666666667% !important;
  }
  .ssx-col-3 {
    width: 25% !important;
  }
  .ssx-col-4 {
    width: 33.3333333333% !important;
  }
  .ssx-col-5 {
    width: 41.6666666667% !important;
  }
  .ssx-col-6 {
    width: 50% !important;
  }
  .ssx-col-7 {
    width: 58.3333333333% !important;
  }
  .ssx-col-8 {
    width: 66.6666666667% !important;
  }
  .ssx-col-9 {
    width: 75% !important;
  }
  .ssx-col-10 {
    width: 83.3333333333% !important;
  }
  .ssx-col-11 {
    width: 91.6666666667% !important;
  }
  .ssx-col-12 {
    width: 100% !important;
  }
  .ssx-d-f {
    display: flex !important;
  }
  .ssx-d-n {
    display: none !important;
  }
  .ssx-ai-c {
    align-items: center !important;
  }
  .ssx-jc-sb {
    justify-content: space-between !important;
  }
  .ssx-jc-c {
    justify-content: center !important;
  }
  .ssx-fw-w {
    flex-wrap: wrap !important;
  }
  .ssx-fd-c {
    flex-direction: column !important;
  }
  .ssx-fd-r {
    flex-direction: row !important;
  }
  .ssx-w-full {
    width: 100% !important;
  }
  .ssx-h-full {
    height: 100% !important;
  }
  .ssx-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ssx-fs-0 {
    font-size: 0;
  }
  .ssx-fs-1 {
    font-size: 0.25em;
  }
  .ssx-fs-2 {
    font-size: 0.5em;
  }
  .ssx-fs-3 {
    font-size: 0.75em;
  }
  .ssx-fs-4 {
    font-size: 1em;
  }
  .ssx-fs-5 {
    font-size: 1.25em;
  }
  .ssx-fs-6 {
    font-size: 1.5em;
  }
  .ssx-fs-7 {
    font-size: 1.75em;
  }
  .ssx-fs-8 {
    font-size: 2em;
  }
  .ssx-fs-9 {
    font-size: 2.25em;
  }
  .ssx-fs-10 {
    font-size: 2.5em;
  }
  .ssx-fs-11 {
    font-size: 2.75em;
  }
  .ssx-fs-12 {
    font-size: 3em;
  }
  .ssx-fs-13 {
    font-size: 3.25em;
  }
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
