* {
  --padding-top: 2vh;
  --padding-bottom: 2vh;
  --padding-right: 3vw;
  --padding-left: 20vw;
  --cursor-size: 20vw;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background-color: #e03269;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 15px;
}

h1 {
  font-size: clamp(1.33rem, 1.7vw, 2rem);
  line-height: 140%;
  margin-bottom: 1vh;
  margin-top: 0;
  font-weight: bold;
}

h2 {
  width: 50%;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  padding-top: 0;
  padding-bottom: 0;
}

h3 {
  margin: 0;
  font-size: clamp(1.06rem, 1.2vw, 1.7rem);
  font-weight: 600;
  line-height: 140%;
}

p {
  font-weight: 400;
  line-height: 140%;
  font-size: clamp(1.06rem, 1vw, 1.5rem);
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #e03269;
}

.cursor {
  position: absolute;
  top: calc((0px - var(--cursor-size)) / 2);
  left: calc((0px - var(--cursor-size)) / 2);
  background-color: #fff;
  width: var(--cursor-size);
  height: var(--cursor-size);
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

.container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
}
.container .co-text-logo-container {
  overflow: hidden;
}
.container .co-text-logo {
  width: 100%;
  height: auto;
}
.container .text-container {
  display: flex;
  flex-direction: column;
  align-items: right;
  text-align: left;
  justify-content: space-between;
  width: 100%;
  padding-top: 10vh;
}
.container .text-container p {
  margin-bottom: 3vh;
}
.container .text-container p strong {
  font-size: 1em;
  font-weight: 600;
}
.container .text-container ul {
  list-style-type: none;
  font-size: 1.06em;
  font-weight: 600;
}
.container .text-container ul hr {
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
  border-color: #000;
}

.logo-container {
  margin-top: 5vh;
  text-align: left;
}
.logo-container img {
  width: 40%;
}

.mobile-footer {
  position: absolute;
  width: 100vw;
  padding-left: 5vw;
  padding-top: 3vh;
  padding-bottom: 3vh;
  background-color: #000;
  margin-top: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .container {
    background-color: #e03269;
  }
  .collective-text-logo-container {
    display: none;
  }
  .text-container .lac-animal,
.text-container .pig-animal,
.text-container .pelican-animal,
.text-container .made-in-vn,
.text-container .work-with-us-wrapper {
    display: none;
  }
  .text-container .under-construction-text .arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
    overflow: hidden;
  }
  .cursor {
    z-index: 0;
  }
  .container {
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .container .text-container {
    padding-top: 0;
    height: 100vh;
    display: grid;
    grid-template-columns: 2fr 4fr 2.5fr 2.5fr;
    grid-template-rows: -webkit-min-content 10fr -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content 10fr min-content min-content;
    grid-template-areas: "made-in-vn made-in-vn . work-with-us" "lac-bird cyc pig pelican" "lac-bird cyc-content under-construction nav-area" "collective-text collective-text collective-text collective-text";
    gap: 2vw;
  }
  .container .text-container .lac-animal,
.container .text-container .pig-animal,
.container .text-container .pelican-animal {
    display: block;
  }
  .container .text-container .made-in-vn {
    grid-area: made-in-vn;
    display: block;
    width: 100%;
    position: relative;
  }
  .container .text-container .work-with-us-wrapper {
    grid-area: work-with-us;
    display: block;
    position: relative;
  }
  .container .text-container .work-with-us-wrapper .star-image {
    position: absolute;
    width: 5vw;
    left: -3vw;
    top: -2vw;
    z-index: 0;
  }
  .container .text-container .work-with-us-wrapper .work-with-us {
    position: relative;
    z-index: 200;
  }
  .container .text-container .lac-animal {
    grid-area: lac-bird;
    align-self: center;
    z-index: 100;
  }
  .container .text-container .cyc-header {
    grid-area: cyc;
    align-self: end;
    z-index: 100;
  }
  .container .text-container .cyc-text {
    grid-area: cyc-content;
    z-index: 1;
    width: 25vw;
  }
  .container .text-container .pig-animal {
    grid-area: pig;
    align-self: end;
    width: 10vw;
    z-index: 100;
  }
  .container .text-container .under-construction-text {
    display: grid;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    grid-template-areas: "uc-text" "arrow";
    grid-area: under-construction;
    z-index: 1;
  }
  .container .text-container .under-construction-text .udc-text {
    width: 20vw;
    grid-area: uc-text;
  }
  .container .text-container .under-construction-text .arrow {
    margin-top: 1vw;
    grid-area: arrow;
  }
  .container .text-container .under-construction-text img {
    width: 2vw;
    margin-right: 0.5vw;
  }
  .container .text-container .pelican-animal {
    grid-area: pelican;
    align-self: end;
    width: 5vw;
    z-index: 100;
  }
  .container .text-container .nav {
    grid-area: nav-area;
    z-index: 1;
  }
  .container .text-container p {
    margin-bottom: 0;
  }
  .co-text-logo-container {
    display: none;
  }
  .collective-text-logo-container {
    grid-area: collective-text;
    padding-top: 5vw;
    padding-bottom: 0;
  }
  .collective-text-logo-container .collective-text-logo {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: relative;
    gap: 1vw;
    justify-content: center;
  }
  .collective-text-logo-container .collective-text-logo .c-wrapper {
    position: relative;
    height: 20vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .collective-text-logo-container .collective-text-logo .c-wrapper .deer-animal {
    position: absolute;
    z-index: 100;
    left: -1.3vh;
    bottom: 0;
    width: 10vw;
  }
  .collective-text-logo-container .collective-text-logo .c-wrapper .c-text {
    z-index: 200;
    position: relative;
    bottom: -0.15vw;
    height: 20vw;
    width: auto;
  }
  .collective-text-logo-container .collective-text-logo .e-wrapper {
    position: relative;
    height: 15.92vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .collective-text-logo-container .collective-text-logo .e-wrapper .raven-animal {
    position: absolute;
    z-index: 100;
    bottom: 15.62vw;
    left: 1.3vw;
    width: 10vw;
  }
  .collective-text-logo-container .collective-text-logo .e-wrapper .e-text {
    position: relative;
    bottom: 0;
    z-index: 200;
    height: 15.92vw;
    width: auto;
  }
  .collective-text-logo-container .collective-text-logo .ve-wrapper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .collective-text-logo-container .collective-text-logo .ve-wrapper .dragon-animal {
    position: absolute;
    z-index: 100;
    bottom: 15.42vw;
    left: 2vw;
    width: 15vw;
  }
  .collective-text-logo-container .collective-text-logo .ve-wrapper .ve-text {
    position: relative;
    bottom: -0.5vw;
    z-index: 200;
    height: 15.92vw;
    width: auto;
  }
  .collective-text-logo-container .collective-text-logo .oll-text {
    height: 20vw;
    width: auto;
  }
  .collective-text-logo-container .collective-text-logo .cti-text {
    height: 20vw;
    width: auto;
  }
  .mobile-footer {
    display: none;
  }
  .logo-container {
    display: none;
  }
}
@media (hover: none) and (pointer: coarse) {
  .cursor {
    background-color: transparent;
    border: none;
  }
}/*# sourceMappingURL=styles.css.map */