* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
}

html {
  font-family: sans-serif;
}

body {
  min-height: 100dvh;
  height: 100dvh;
  max-height: 100dvh;
}

address {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

strong, b {
  font-weight: normal;
}

/* State Colors */
/* Serif */
/* Monospace */
/* Project Variables */
/* Extended line-height for paragraph */
/* Max width for paragraph containers */
body {
  min-height: 100dvh;
  font-family: "Montserrat", serif;
  font-size: 16px;
  font-weight: 400;
}
body * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

b, strong {
  font-weight: 600;
}

.montserrat {
  font-family: "Montserrat", serif;
}

.playfair {
  font-family: "Playfair", serif;
}

.branbook-title {
  font-weight: 400;
  color: hsl(0, 0%, 50%);
  font-size: 24px;
  letter-spacing: 10px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  animation: title-fade-in 5s ease-out;
}
@media (max-width: 460px) {
  .branbook-title {
    font-size: 18px;
  }
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: fixed;
  bottom: 24px;
  right: 40px;
  padding: 10px;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  border-radius: 100px;
  background-color: hsl(184, 100%, 34%);
  z-index: 1;
  transition: all 0.25s ease-out;
  animation-duration: 0.75s !important;
  animation-delay: 2s !important;
}
.download-btn:hover {
  background-color: #29b0b8;
  transform: translateY(-4px);
}
@media (max-width: 460px) {
  .download-btn {
    bottom: 8px;
    right: 8px;
    padding: 5px;
  }
}

.aquore-slider {
  min-height: 100dvh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scrollbar-color: hsl(0, 0%, 40%) hsl(0, 0%, 10%);
  scrollbar-width: thin;
}
.aquore-slider .layer {
  min-height: 100dvh;
  scroll-snap-align: start;
  overflow-y: auto;
}
.aquore-slider .layer .layer-inner {
  position: relative;
  height: 100%;
  min-height: 100dvh;
  overflow: hidden;
}
.aquore-slider .layer .layer-inner.padding-around {
  padding: 48px;
}
.aquore-slider .layer .layer-inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aquore-slider .layer .layer-inner .overlay.overlay001 {
  background-color: #00ADB5;
  opacity: 0.25;
}
.aquore-slider .layer .brand-description {
  font-family: "Playfair", serif;
  font-style: italic;
  font-size: 24px;
  max-width: 640px;
  line-height: 175%;
  color: #808080;
  text-align: center;
}
@media (max-width: 420px) {
  .aquore-slider .layer .brand-description {
    font-size: 20px;
    line-height: 150%;
  }
}
@media (max-width: 340px) {
  .aquore-slider .layer .brand-description {
    font-size: 16px;
  }
}
.aquore-slider .layer .two-rows {
  width: 100%;
  height: 100%;
}
.aquore-slider .layer .two-rows .row {
  height: 50dvh;
}
.aquore-slider .layer .isotype-cnt {
  width: 140px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
}
.aquore-slider .layer .isotype-cnt .svg {
  position: relative;
  top: 6px;
}
.aquore-slider .layer .mobile {
  max-height: 85%;
}
.aquore-slider .layer .pantone-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 48px 24px;
}
.aquore-slider .layer .pantone {
  min-width: 280px;
  max-width: 65%;
}
.aquore-slider .layer .typography-sample {
  font-size: 150%;
  color: #808080;
}
.aquore-slider .layer .typography-sample .typo-cnt {
  margin-bottom: 48px;
}
.aquore-slider .layer .typography-sample .typo-cnt .typo-view {
  font-size: 50%;
  color: #808080;
  text-decoration: underline;
}
.aquore-slider .layer .typography-sample .typo-cnt .typo-view:hover {
  text-decoration: none;
}
.aquore-slider .layer .typography-sample .typo-cnt header {
  font-size: 150%;
  margin-bottom: 24px;
  color: #00ADB5;
}
.aquore-slider .layer .typography-sample .typo-cnt p {
  line-height: 150%;
  letter-spacing: 5px;
}
.aquore-slider .layer .typography-sample .typo-cnt:last-child {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .aquore-slider .layer .typography-sample {
    font-size: 75%;
  }
}
@media (max-width: 420px) {
  .aquore-slider .layer .typography-sample {
    font-size: 90%;
  }
}
.aquore-slider .layer .watermark {
  width: 800px;
  height: 920px;
  position: absolute;
  left: -120px;
  bottom: -120px;
}
@media (max-width: 960px) {
  .aquore-slider .layer .watermark {
    transform: scale(0.5);
    left: -290px;
    bottom: -270px;
  }
}
.aquore-slider .layer .aquore-label {
  max-width: 960px;
}
@media (max-width: 1024px) {
  .aquore-slider .layer .aquore-label {
    max-width: 640px;
  }
}
.aquore-slider .layer.layer001 .layer-inner {
  flex-direction: column;
  gap: 48px;
}
.aquore-slider .layer.layer009 .layer-inner {
  background-position: center right -100px;
}
@media (max-width: 420px) {
  .aquore-slider .layer.layer0021 {
    display: none;
  }
}
.aquore-slider .layer.layer0022 .layer-inner {
  gap: 120px;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(300px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    transform: translateZ(12px);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes title-fade-in {
  0% {
    letter-spacing: 2px;
    opacity: 0;
  }
  75% {
    letter-spacing: 2px;
    opacity: 0;
  }
  100% {
    letter-spacing: 10px;
    opacity: 1;
  }
}
.intro {
  animation: fade-in 4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 0.5s;
}

.fade-in {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-out {
  animation: fade-out 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.text-focus-in {
  animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.focus-in-contract-bck {
  animation: focus-in-contract-bck 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.text-pop-up-top {
  animation: text-pop-up-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-blurred-bottom {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-in-blurred-right {
  animation: slide-in-blurred-right 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.animation-delay-05 {
  animation-delay: 0.5s;
}

.animation-delay-10 {
  animation-delay: 1s;
}

.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.color-white {
  color: white;
}

.color-black {
  color: black;
}

.color-brand {
  color: #00ADB5;
}

.bg-color-white {
  background-color: white;
}

.bg-color-black {
  background-color: black;
}

.bg-color-brand {
  background-color: #00ADB5;
}

.bg-color-gray-dark {
  background-color: hsl(0, 0%, 20%);
}

.bg-color-slide-009, .bg-color-slide-011 {
  background: linear-gradient(315deg, rgb(216, 219, 221) 0%, rgb(255, 255, 255) 100%);
}

.bg-color-slide-015 {
  background-color: #b2b7bc;
}

.svg-aquore-logo-animated {
  max-width: 560px;
  height: auto;
}
.svg-aquore-logo-animated .svg-slide-01 {
  position: absolute;
  max-width: 15%;
  bottom: 32px;
  left: 32px;
}
.svg-aquore-logo-animated .str0 {
  stroke: #00A3AD;
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.svg-aquore-logo-animated .fil1 {
  fill: none;
  fill-rule: nonzero;
}
.svg-aquore-logo-animated .fil0 {
  fill: #00A3AD;
  fill-rule: nonzero;
}
.svg-aquore-logo-animated .fil2 {
  fill: #99DBDE;
  fill-rule: nonzero;
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 357.2861328125px;
    stroke-dasharray: 357.2861328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 357.2861328125px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(254, 254, 254);
  }
}
.svg-aquore-logo-animated .svg-elem-1 {
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 788.9417114258px;
    stroke-dasharray: 788.9417114258px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 788.9417114258px;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(254, 254, 254);
  }
}
.svg-aquore-logo-animated .svg-elem-2 {
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 103.2180023193px;
    stroke-dasharray: 103.2180023193px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 103.2180023193px;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(153, 219, 222);
  }
}
.svg-aquore-logo-animated .svg-elem-3 {
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 394.7998352051px;
    stroke-dasharray: 394.7998352051px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 394.7998352051px;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(254, 254, 254);
  }
}
.svg-aquore-logo-animated .svg-elem-4 {
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 486.8008117676px;
    stroke-dasharray: 486.8008117676px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 486.8008117676px;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(254, 254, 254);
  }
}
.svg-aquore-logo-animated .svg-elem-5 {
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 442.1100769043px;
    stroke-dasharray: 442.1100769043px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 442.1100769043px;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(254, 254, 254);
  }
}
.svg-aquore-logo-animated .svg-elem-6 {
  animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 412.8741455078px;
    stroke-dasharray: 412.8741455078px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 412.8741455078px;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(254, 254, 254);
  }
}
.svg-aquore-logo-animated .svg-elem-7 {
  animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 2893.8151855469px;
    stroke-dasharray: 2893.8151855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2893.8151855469px;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 163, 173);
  }
}
.svg-aquore-logo-animated .svg-elem-8 {
  animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 1238.1247558594px;
    stroke-dasharray: 1238.1247558594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1238.1247558594px;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(153, 219, 222);
  }
}
.svg-aquore-logo-animated .svg-elem-9 {
  animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 2.25s both;
}

.bgimg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.intro-video {
  display: block;
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: saturate(75%);
}

.bgimg001 {
  background-color: #000000;
}

.bgimg002 {
  background-image: url("../img/bgimg002.webp");
}

.bgimg003 {
  background-image: url("../img/bgimg003.webp");
}

.bgimg004, .bgimg006, .bgimg005, .bgimg007 {
  background-size: 320px;
  background-position: center;
  background-repeat: no-repeat;
}

.bgimg004, .bgimg006 {
  background-image: url("../img/aquore_horizontal_positive.svg");
}

.bgimg005, .bgimg007 {
  background-image: url("../img/aquore_horizontal_negative.svg");
}

.bgimg007 {
  background-image: url("../img/aquore_horizontal_black_white.svg");
}

.bgimg008 {
  background-image: url("../img/bgimg006.webp");
}

.bgimg009 {
  background-image: url("../img/bgimg004.webp");
}/*# sourceMappingURL=styles.css.map */