@charset "UTF-8";
/*
    Theme Name: Homie Star
    Theme URI: 
    Author: Mai Dung
    Author URI: 
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme,
*/
@font-face {
  font-family: "SVN-Plaak2-42Bold.otf";
  src: url("./assets/fonts/SVN-Plaak2-42Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Light.otf";
  src: url("./assets/fonts/Inter-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular.otf";
  src: url("./assets/fonts/Inter-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium.otf";
  src: url("./assets/fonts/Inter-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold.otf";
  src: url("./assets/fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold.otf";
  src: url("./assets/fonts/Inter-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Plaak2-42Bold.otf";
  src: url("./assets/fonts/SVN-Plaak2-42Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #070F33;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #070F33;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

body {
  margin: 0;
  padding: 0;
  color: var(--DARK-TEXT, #00061F);
  /* Body Text */
  font-family: "Inter-Regular.otf";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
}

.site-container {
  overflow: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-size: 100%;
  font-weight: normal;
}
.typography ul {
  list-style: none;
}

@keyframes draw2 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@keyframes signature1 {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes signature2 {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacityKey {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes colorTextWhite {
  0% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  50% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  100% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
}
@keyframes colorTextBlack {
  0% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  50% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  100% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
    /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1);
    /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-moz-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-o-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes drawLine {
  from {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  to {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
    /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1);
    /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1500;
  }
}
@keyframes bounceY {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes scrollDownHint {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 8px);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.btn-def {
  padding: 1.1rem 1.6rem;
  background: var(--RED, #D5242B);
  gap: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  color: var(--WHITE, #FFF);
  text-align: center;
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: 0.24px;
  width: max-content;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn-def {
    gap: 1.4rem;
    font-size: 2.2rem;
  }
}

.c-title {
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1280px) {
  .c-title {
    font-size: 6.6rem;
  }
}
@media (max-width: 1024px) {
  .c-title {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .c-title {
    font-size: 5rem;
  }
}
@media (max-width: 576px) {
  .c-title {
    font-size: 4rem;
  }
}
.c-title--red {
  color: var(--RED, #D5242B);
}
.c-title--blue {
  color: var(--NAVY, #070F33);
}
.c-title--white {
  color: #fff;
}
.c-title--small {
  font-size: 4.8rem;
}
@media (max-width: 1280px) {
  .c-title--small {
    font-size: 4.2rem;
  }
}
@media (max-width: 1024px) {
  .c-title--small {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .c-title--small {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .c-title--small {
    font-size: 2.6rem;
  }
}
.c-title.center {
  text-align: center;
}
.c-title .red {
  color: var(--RED, #D5242B);
}
.c-title .blue {
  color: var(--NAVY, #070F33);
}
.c-title .white {
  color: #fff;
}

#header-main-site {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 4rem 2.7777777778%;
  background: transparent;
  transition: padding 0.5s ease, background 0.5s ease;
}
@media (max-width: 1280px) {
  #header-main-site {
    padding: 2rem 3rem;
  }
}
@media (max-width: 576px) {
  #header-main-site {
    padding: 2rem 1.5rem;
  }
}
#header-main-site.scrolled {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(255, 255, 255, 0.95);
}
#header-main-site .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-main-site .logo a {
  display: block;
}
#header-main-site .logo img {
  display: block;
  height: auto;
}
#header-main-site .menu_toggle {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
}
#header-main-site .menu_toggle span {
  display: block;
  width: 4.8rem;
  height: 0.2rem;
  background-color: var(--NAVY, #070F33);
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  #header-main-site .menu_toggle span {
    width: 4rem;
  }
}
#header-main-site .menu_toggle:hover span {
  background-color: #D5242B;
}

.fb_float {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255, 255, 255);
  padding: 1.2rem 1.6rem;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.fb_float img {
  display: block;
  height: auto;
  animation: fb-shake 1.5s ease-in-out infinite;
}
.fb_float:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
.fb_float:hover img {
  animation: none;
}
@media (max-width: 576px) {
  .fb_float {
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.3rem;
  }
}

@keyframes fb-shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-12deg);
  }
  20% {
    transform: rotate(12deg);
  }
  30% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.footer__container {
  padding: 0 5.5555555556%;
}
@media (max-width: 1024px) {
  .footer__container {
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .footer__container {
    padding: 0 1.5rem;
  }
}
.footer__top {
  background-color: var(--RED, #D5242B);
  padding-top: 8rem;
  padding-bottom: 4rem;
}
@media (max-width: 1024px) {
  .footer__top {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .footer__top {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }
}
.footer__brand {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8.4rem;
}
@media (max-width: 1024px) {
  .footer__brand {
    margin-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .footer__brand {
    display: none;
  }
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .footer__row {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
}
.footer__col--logo {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .footer__col--logo {
    margin: 0 auto;
  }
}
.footer__col--contact {
  flex: 0 1 25rem;
}
@media (max-width: 768px) {
  .footer__col--contact {
    flex: 0 0 auto;
  }
}
.footer__col--partner {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__logo {
  width: 17.3rem;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 14rem;
  }
}
.footer__title {
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 110%;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 2.4rem;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
}
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 0 1.5rem;
  padding: 0;
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.6rem;
}
.footer__contact-icon img {
  width: auto;
  height: auto;
  display: block;
}
.footer__contact-text {
  color: #ffffff;
}
.footer__social {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
}
.footer__social-label {
  font-family: "Inter-Bold.otf", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 30px; /* 230.769% */
  letter-spacing: 0.13px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
.footer__social-link img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__social-link:hover {
  transform: scale(1.1);
}
.footer__partner-item {
  display: flex;
  align-items: end;
  gap: 0.8rem;
}
.footer__partner-label {
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 110%;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__partner-label {
    font-size: 2.4rem;
  }
}
.footer__partner-logo {
  width: auto;
  display: block;
}
.footer__agents {
  position: relative;
}
.footer__agents-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.footer__agents-arrow {
  position: absolute;
  left: -6.25%;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .footer__agents-arrow {
    left: -5rem;
  }
}
@media (max-width: 768px) {
  .footer__agents-arrow {
    display: none;
  }
}
.footer__agents-title {
  color: var(--WHITE, #FFF);
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}
.footer__agents-line {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
.footer__agents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem 10rem;
}
@media (max-width: 1280px) {
  .footer__agents-grid {
    gap: 1.6rem 4rem;
  }
}
@media (max-width: 1024px) {
  .footer__agents-grid {
    gap: 1.6rem 3rem;
  }
}
@media (max-width: 768px) {
  .footer__agents-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.footer__agents-col {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.footer__agent {
  font-family: "Inter-Regular.otf", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
.footer__bottom {
  background-color: var(--NAVY, #070F33);
}
.footer__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  font-family: "Inter-Light.otf";
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 150%; /* 19.5px */
  letter-spacing: 0.13px;
}
@media (max-width: 768px) {
  .footer__bottom-row {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 1254px) {
  .footer__copyright {
    order: 2;
  }
}
.footer__disclaimer {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 82rem;
}
@media (max-width: 1254px) {
  .footer__disclaimer {
    order: 1;
  }
}

/*-----*/
.h_ss1 {
  width: 100%;
  padding-top: 15rem;
  position: relative;
  background: rgba(137, 179, 230, 0.1019607843);
}
@media (max-width: 768px) {
  .h_ss1 {
    padding-top: 11rem;
  }
}
.h_ss1:after {
  background: linear-gradient(180deg, rgba(7, 15, 51, 0) 0%, #070F33 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.3442622951%;
}
.h_ss1 .banner {
  display: block;
  width: 100%;
  object-fit: cover;
  margin-top: -15rem;
}
@media (max-width: 1280px) {
  .h_ss1 .banner {
    margin-top: -6rem;
  }
}
@media (max-width: 768px) {
  .h_ss1 .banner {
    margin-top: -4rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .banner {
    margin-top: 1rem;
  }
}
.h_ss1 .content {
  width: max-content;
  margin: 0 auto;
}
.h_ss1 .content h2 {
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 12rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  color: var(--NAVY, #070F33);
}
@media (max-width: 1280px) {
  .h_ss1 .content h2 {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .h_ss1 .content h2 {
    font-size: 6rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .content h2 {
    font-size: 5rem;
  }
}
.h_ss1 .content h3 {
  color: var(--RED, #D5242B);
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 14rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 140px */
}
@media (max-width: 1280px) {
  .h_ss1 .content h3 {
    font-size: 9rem;
  }
}
@media (max-width: 768px) {
  .h_ss1 .content h3 {
    font-size: 7rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .content h3 {
    font-size: 5rem;
    text-align: center;
  }
}
.h_ss1 .content p {
  color: var(--NAVY, #070F33);
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .h_ss1 .content p {
    font-size: 3.6rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .content p {
    font-size: 2.4rem;
  }
}
.h_ss1 .content .top {
  display: flex;
  gap: 2.7rem;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .h_ss1 .content .top {
    gap: 1rem;
  }
}
.h_ss1 .content .top img {
  max-width: 21.5rem;
  display: block;
  transform: rotate(-1.917deg);
}
@media (max-width: 768px) {
  .h_ss1 .content .top img {
    max-width: 16.5rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .content .top img {
    max-width: 13.5rem;
  }
}
.h_ss1 .content .bottom {
  display: flex;
  gap: 1.6rem;
  width: 100%;
  justify-content: center;
}
@media (max-width: 576px) {
  .h_ss1 .content .bottom {
    gap: 0.6rem;
  }
}
.h_ss1 .content .bottom img {
  max-width: 24rem;
  display: block;
  transform: rotate(3.691deg);
}
@media (max-width: 768px) {
  .h_ss1 .content .bottom img {
    max-width: 20rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .content .bottom img {
    max-width: 11rem;
  }
}

.h_ss2 {
  background: var(--NAVY, #070F33);
  padding: 0.9rem 0 12.8rem;
}
@media (max-width: 1280px) {
  .h_ss2 {
    padding: 0.9rem 0 7rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 {
    padding: 0.9rem 0 5rem;
  }
}
.h_ss2 h2,
.h_ss2 h3,
.h_ss2 p {
  margin: 0;
}
.h_ss2 .decor {
  width: 100%;
  display: block;
}
.h_ss2 .content {
  padding: 0 5.5555555556%;
  position: relative;
}
@media (max-width: 1280px) {
  .h_ss2 .content {
    padding: 0 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 .content {
    padding: 0 1.5rem;
  }
}
.h_ss2 .content .decor2 {
  position: absolute;
  left: 0;
  top: -2.3rem;
}
@media (max-width: 1280px) {
  .h_ss2 .content .decor2 {
    max-width: 6rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 .content .decor2 {
    max-width: 4rem;
    top: -5.3rem;
  }
}
.h_ss2 .content .title {
  width: max-content;
  margin: 11.6rem auto 4rem;
}
@media (max-width: 1280px) {
  .h_ss2 .content .title {
    margin: 8rem auto 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 .content .title {
    margin: 8rem auto 2rem;
  }
}
.h_ss2 .content .title h2 {
  display: flex;
  gap: 1.2rem;
}
.h_ss2 .content .title h2 p {
  color: var(--RED, #D5242B);
}
.h_ss2 .content .title h3 {
  display: flex;
}
@media (max-width: 576px) {
  .h_ss2 .content .title h3 {
    justify-content: center;
  }
}
.h_ss2 .content .title h3 p {
  opacity: 0;
  margin-right: 1.2rem;
}
@media (max-width: 576px) {
  .h_ss2 .content .title h3 p {
    display: none;
  }
}
.h_ss2 .content .block_bottom {
  display: flex;
  gap: 3.125%;
}
@media (max-width: 1280px) {
  .h_ss2 .content .block_bottom {
    gap: 1.5625%;
  }
}
@media (max-width: 768px) {
  .h_ss2 .content .block_bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .h_ss2 .content .block_bottom {
    gap: 3.125%;
  }
}
.h_ss2 .content .block_bottom .left {
  width: 18.75%;
}
@media (max-width: 768px) {
  .h_ss2 .content .block_bottom .left {
    width: 28.28125%;
  }
}
@media (max-width: 576px) {
  .h_ss2 .content .block_bottom .left {
    width: 26.71875%;
  }
}
.h_ss2 .content .block_bottom .left img {
  display: block;
  aspect-ratio: 240/320;
}
.h_ss2 .content .block_bottom .center {
  width: 56.09375%;
}
@media (max-width: 768px) {
  .h_ss2 .content .block_bottom .center {
    width: 68.59375%;
  }
}
.h_ss2 .content .block_bottom .center img {
  display: block;
  aspect-ratio: 718/466;
}
.h_ss2 .content .block_bottom .right {
  width: 18.90625%;
  color: var(--WHITE, #FFF);
  text-align: justify;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .h_ss2 .content .block_bottom .right {
    width: 22.03125%;
  }
}
@media (max-width: 768px) {
  .h_ss2 .content .block_bottom .right {
    width: 100%;
    margin-top: 2rem;
  }
}
.h_ss2 .content .block_bottom .right .btn-def {
  margin-top: 3rem;
}
@media (max-width: 1280px) {
  .h_ss2 .content .block_bottom .right .btn-def {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .h_ss2 .content .block_bottom .right .btn-def {
    margin: 1rem auto 0;
  }
}

.h_ss3 {
  position: relative;
  padding: 28rem 0 0rem;
  background: var(--WHITE, #FFF);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .h_ss3 {
    padding: 16rem 0 0rem;
  }
}
@media (max-width: 768px) {
  .h_ss3 {
    padding: 13rem 0 0rem;
  }
}
@media (max-width: 576px) {
  .h_ss3 {
    padding: 8rem 0 0;
  }
}
.h_ss3 .decor_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.h_ss3 .decor_bg img {
  width: 100%;
  display: block;
}
.h_ss3 .content {
  position: relative;
  z-index: 2;
}
.h_ss3 .content > .c-title {
  display: none;
}
@media (max-width: 768px) {
  .h_ss3 .content > .c-title {
    display: block;
    margin: 0;
    text-align: center;
  }
}
.h_ss3 .info_wrap {
  display: flex;
  justify-content: space-between;
  gap: 12.5%;
  margin-bottom: 5rem;
  padding: 0 11.1111111111%;
}
@media (max-width: 1280px) {
  .h_ss3 .info_wrap {
    padding: 0 5.5555555556%;
  }
}
@media (max-width: 768px) {
  .h_ss3 .info_wrap {
    padding: 0 3rem;
    gap: 0;
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .h_ss3 .info_wrap {
    padding: 0 1.5rem;
  }
}
.h_ss3 .col_left,
.h_ss3 .col_right {
  width: 46.875%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .h_ss3 .col_left,
  .h_ss3 .col_right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .h_ss3 .col_right {
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #89B3E6;
  }
}
@media (max-width: 576px) {
  .h_ss3 .col_right {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.h_ss3 .c-title {
  margin-bottom: 3.4rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .h_ss3 .c-title {
    display: none;
  }
}
.h_ss3 .c-title .red {
  color: var(--RED, #D5242B);
}
.h_ss3 .c-title .blue {
  color: var(--NAVY, #070F33);
}
.h_ss3 .list_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #89B3E6;
  color: var(--NAVY, #070F33);
}
@media (max-width: 576px) {
  .h_ss3 .list_item {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.h_ss3 .list_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.h_ss3 .list_item.align-top .label {
  align-items: flex-start;
}
.h_ss3 .list_item.align-top .label img {
  margin-top: 0.4rem;
}
.h_ss3 .list_item .label {
  width: 45%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--NAVY, #070F33);
}
@media (max-width: 768px) {
  .h_ss3 .list_item .label {
    padding-right: 0.5rem;
  }
}
.h_ss3 .list_item .label img {
  width: 1.1rem;
  display: block;
}
.h_ss3 .list_item .val {
  font-family: "Inter-SemiBold.otf";
  width: 55%;
  font-weight: 700;
  color: var(--NAVY, #070F33);
}
.h_ss3 .col_right .list_item:first-child {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .h_ss3 .col_right .list_item:first-child {
    margin-top: 2rem;
  }
}
.h_ss3 .bot_img {
  width: 100%;
}
.h_ss3 .bot_img img {
  width: 100%;
  display: block;
}

.h_ss4 {
  position: relative;
  padding: 12.8rem 0 12rem;
  background: var(--WHITE, #FFF);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .h_ss4 {
    padding: 8rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .h_ss4 {
    padding: 6rem 0;
  }
}
@media (max-width: 576px) {
  .h_ss4 {
    padding: 6rem 0 4rem;
  }
}
.h_ss4 .content {
  margin: 0 auto;
  padding: 0 5.5555555556%;
}
@media (max-width: 1280px) {
  .h_ss4 .content {
    padding: 0 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss4 .content {
    padding: 0 1.5rem;
  }
}
.h_ss4 .top_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
@media (max-width: 1280px) {
  .h_ss4 .top_info {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss4 .top_info {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
}
.h_ss4 .top_info .left_title {
  width: 50%;
}
@media (max-width: 768px) {
  .h_ss4 .top_info .left_title {
    width: 100%;
    text-align: center;
  }
}
.h_ss4 .top_info .left_title .c-title {
  margin: 0;
}
.h_ss4 .top_info .right_desc {
  width: 40.3125%;
}
@media (max-width: 1280px) {
  .h_ss4 .top_info .right_desc {
    width: 46.875%;
  }
}
@media (max-width: 768px) {
  .h_ss4 .top_info .right_desc {
    width: 100%;
  }
}
.h_ss4 .top_info .right_desc p {
  color: var(--NAVY, #070F33);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}
.h_ss4 .map_area {
  position: relative;
  margin-bottom: 10rem;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .h_ss4 .map_area {
    margin-bottom: 4rem;
  }
}
.h_ss4 .map_area .map_wrapper {
  width: 100%;
  cursor: grab;
  overflow: hidden;
}
.h_ss4 .map_area .map_wrapper:active {
  cursor: grabbing;
}
.h_ss4 .map_area .map_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.h_ss4 .map_area .map_controls {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  display: flex;
  align-items: stretch;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 576px) {
  .h_ss4 .map_area .map_controls {
    position: relative;
    bottom: unset;
    right: unset;
    justify-content: center;
  }
}
.h_ss4 .map_area .map_controls .zoom_btns {
  display: flex;
  align-items: center;
  background: #D5242B;
}
.h_ss4 .map_area .map_controls .zoom_btns button {
  background: none;
  border: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.h_ss4 .map_area .map_controls .zoom_btns button:hover {
  background: rgba(0, 0, 0, 0.1);
}
.h_ss4 .map_area .map_controls .zoom_btns button img {
  width: 1.6rem;
  height: 1.4rem;
  filter: brightness(0) invert(1);
}
.h_ss4 .map_area .map_controls .zoom_btns .divider {
  width: 1px;
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.4);
}
.h_ss4 .map_area .map_controls .view_map_btn {
  background: #070F33;
  color: #FFF;
  font-family: "Inter-SemiBold.otf";
  font-size: 1.3rem;
  padding: 0 1.2rem;
  height: 4rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.h_ss4 .slider_area .h_ss4_slider {
  width: 100%;
}
.h_ss4 .slider_area .time_card {
  height: 100%;
  min-height: 15.6rem;
  border: 1px solid var(--BLUE, #89B3E6);
  background: rgba(137, 179, 230, 0.1);
  padding: 3.6rem 2.4rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .h_ss4 .slider_area .time_card {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 576px) {
  .h_ss4 .slider_area .time_card {
    padding: 1.5rem 2rem;
  }
}
.h_ss4 .slider_area .time_card .card_title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #D5242B;
  font-family: "SVN-Plaak2-42Bold.otf", sans-serif;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
  line-height: 110%;
}
@media (max-width: 768px) {
  .h_ss4 .slider_area .time_card .card_title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.h_ss4 .slider_area .time_card .card_title img {
  width: 1.7rem;
}
.h_ss4 .slider_area .time_card .card_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.h_ss4 .slider_area .time_card .card_list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--NAVY, #070F33);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.h_ss4 .slider_area .time_card .card_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--NAVY, #070F33);
  border-radius: 50%;
}
.h_ss4 .slider_area .time_card:hover {
  background: #D5242B;
  border-color: #D5242B;
}
.h_ss4 .slider_area .time_card:hover .card_title {
  color: #FFF;
}
.h_ss4 .slider_area .time_card:hover .card_title img {
  filter: brightness(0) invert(1);
}
.h_ss4 .slider_area .time_card:hover .card_list li {
  color: #FFF;
}
.h_ss4 .slider_area .time_card:hover .card_list li::before {
  background: #FFF;
}

.h_ss5 {
  position: relative;
  background: var(--WHITE, #FFF);
  padding: 0 0 6.7rem;
  overflow: hidden;
}
.h_ss5 .decor_top {
  width: 100%;
  line-height: 0;
}
.h_ss5 .decor_top img {
  width: 100%;
  display: block;
}
.h_ss5 .content {
  margin: 0 auto;
  padding: 0 5.5555555556%;
  margin-top: 12.8rem;
}
@media (max-width: 1280px) {
  .h_ss5 .content {
    margin-top: 6rem;
    padding: 0 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .content {
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss5 .content {
    margin-top: 1rem;
    padding: 0 1.5rem;
  }
}
.h_ss5 .top_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}
@media (max-width: 1280px) {
  .h_ss5 .top_info {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .top_info {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .h_ss5 .top_info {
    margin-bottom: 0;
  }
}
.h_ss5 .top_info .left_title {
  width: 50%;
}
@media (max-width: 768px) {
  .h_ss5 .top_info .left_title {
    width: 100%;
  }
}
.h_ss5 .top_info .left_title .title_wrap {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
}
@media (max-width: 576px) {
  .h_ss5 .top_info .left_title .title_wrap {
    gap: 1rem;
  }
}
.h_ss5 .top_info .left_title .num_big {
  margin-bottom: -1.2rem;
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #D5242B 20.4%, #FFF 129.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .h_ss5 .top_info .left_title .num_big {
    font-size: 14rem;
    margin-bottom: -2.2rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .top_info .left_title .num_big {
    margin-bottom: -2.5rem;
  }
}
@media (max-width: 576px) {
  .h_ss5 .top_info .left_title .num_big {
    font-size: 10rem;
    margin-bottom: -2rem;
  }
}
.h_ss5 .top_info .left_title .text_stack .c-title {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.h_ss5 .top_info .left_title .text_stack .c-title .blue {
  font-size: 4.8rem;
  margin-top: -1rem;
}
@media (max-width: 1280px) {
  .h_ss5 .top_info .left_title .text_stack .c-title .blue {
    line-height: 85%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .top_info .left_title .text_stack .c-title .blue {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .h_ss5 .top_info .left_title .text_stack .c-title .blue {
    font-size: 2.6rem;
  }
}
.h_ss5 .top_info .right_desc {
  width: 34.375%;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .h_ss5 .top_info .right_desc {
    width: 100%;
    padding-bottom: 0;
  }
}
.h_ss5 .top_info .right_desc p {
  color: var(--NAVY, #00061F);
  font-size: 1.5rem;
  margin: 0;
}
.h_ss5 .ss5_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .h_ss5 .ss5_wrap {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .h_ss5 .ss5_wrap {
    gap: 3.5rem;
  }
}
.h_ss5 .ss5_wrap .col_left {
  width: 28.984375%;
  position: relative;
  padding-top: 4.6rem;
}
@media (max-width: 768px) {
  .h_ss5 .ss5_wrap .col_left {
    width: 100%;
    padding-top: 0;
  }
}
.h_ss5 .ss5_wrap .col_left .h_ss5_slider {
  width: 100%;
}
@media (max-width: 768px) {
  .h_ss5 .ss5_wrap .col_left .h_ss5_slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.h_ss5 .ss5_wrap .col_left .amenities_group {
  padding-top: 2.8rem;
}
@media (max-width: 1280px) {
  .h_ss5 .ss5_wrap .col_left .amenities_group {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .ss5_wrap .col_left .amenities_group {
    width: calc(50% - 0.75rem);
    padding-top: 0rem;
  }
}
.h_ss5 .ss5_wrap .col_left .amenities_group:first-child {
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .h_ss5 .ss5_wrap .col_left .amenities_group:first-child {
    padding-top: 0;
  }
}
.h_ss5 .ss5_wrap .col_left .amenities_group .group_title {
  color: #D5242B;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  margin-top: 0;
  font-family: "Inter-Bold.otf";
}
@media (max-width: 1280px) {
  .h_ss5 .ss5_wrap .col_left .amenities_group .group_title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.h_ss5 .ss5_wrap .col_left .amenities_group .amenities_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.h_ss5 .ss5_wrap .col_left .amenities_group .amenities_list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--NAVY, #00061F);
}
.h_ss5 .ss5_wrap .col_left .amenities_group .amenities_list li .num {
  background: var(--NAVY, #070F33);
  color: #FFF;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.14px;
  flex-shrink: 0;
  font-family: "Inter-SemiBold.otf";
}
.h_ss5 .ss5_wrap .col_left .slider_nav {
  display: flex;
  gap: 1.2rem;
  margin-top: 5rem;
}
@media (max-width: 1280px) {
  .h_ss5 .ss5_wrap .col_left .slider_nav {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .ss5_wrap .col_left .slider_nav {
    justify-content: center;
  }
}
.h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-prev,
.h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-next {
  position: static;
  width: 4.8rem;
  height: 4.8rem;
  background: #FFF;
  border: 1px solid #070F33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-prev,
  .h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}
.h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-prev::after,
.h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-next::after {
  display: none;
}
@media (max-width: 1280px) {
  .h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-prev img,
  .h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-next img {
    width: 0.6rem;
  }
}
.h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-prev:hover,
.h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-next:hover {
  background: #D5242B;
  border-color: #D5242B;
}
.h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-prev:hover img,
.h_ss5 .ss5_wrap .col_left .slider_nav .swiper-button-next:hover img {
  filter: brightness(0) invert(1);
}
.h_ss5 .ss5_wrap .col_right {
  width: 71.015625%;
}
@media (max-width: 768px) {
  .h_ss5 .ss5_wrap .col_right {
    width: 100%;
  }
}
.h_ss5 .ss5_wrap .col_right .mCSB_dragger_bar,
.h_ss5 .ss5_wrap .col_right .mCSB_draggerRail {
  margin: 0 !important;
}
.h_ss5 .ss5_wrap .col_right .mCSB_dragger_bar {
  height: 6px !important;
  background-color: #070F33 !important;
}
.h_ss5 .ss5_wrap .col_right .vitri_img {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
}
.h_ss5 .ss5_wrap .col_right .vitri_img .vitri_img_inner {
  width: 100%;
}
@media (max-width: 576px) {
  .h_ss5 .ss5_wrap .col_right .vitri_img .vitri_img_inner {
    min-width: 200vw;
    width: 200vw;
    max-width: none;
  }
}
.h_ss5 .ss5_wrap .col_right .vitri_img .vitri_img_inner img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.h_ss6 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.h_ss6__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.h_ss6__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/784;
  max-height: 100vh;
  overflow: hidden;
}
.h_ss6__slide::before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30.1020408163%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 6, 34, 0) 0%, #000622 100%);
}
@media (max-width: 768px) {
  .h_ss6__slide::before {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .h_ss6__slide {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 576px) {
  .h_ss6__slide {
    aspect-ratio: 3.5/4;
  }
}
.h_ss6__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h_ss6__content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 6rem 5.5555555556%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .h_ss6__content {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss6__content {
    padding: 1.5rem;
    inset: auto 0 5rem 0;
  }
}
.h_ss6__info {
  max-width: 65%;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .h_ss6__info {
    max-width: 100%;
  }
}
.h_ss6__title {
  font-family: "SVN-Plaak2-42Bold.otf", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1024px) {
  .h_ss6__title {
    font-size: 3.4rem;
  }
}
@media (max-width: 576px) {
  .h_ss6__title {
    font-size: 2.8rem;
  }
}
.h_ss6__desc {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  color: #FFF;
  margin: 0.8rem 0 0 0;
}
@media (max-width: 768px) {
  .h_ss6__desc {
    font-size: 1.4rem;
  }
}
.h_ss6__controls {
  position: absolute;
  right: 5.5555555556%;
  bottom: 6rem;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  user-select: none;
}
@media (max-width: 1024px) {
  .h_ss6__controls {
    right: 3rem;
    bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss6__controls {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5rem;
    gap: 0.8rem;
  }
}
.h_ss6__btn {
  width: 4.8rem;
  height: 4.8rem;
  outline: none;
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.h_ss6__btn svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .h_ss6__btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.h_ss6__pagination {
  width: auto !important;
  position: static !important;
  font-family: "Inter-Regular.otf", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff !important;
  line-height: 150%;
  letter-spacing: 0.15px;
  display: flex;
  align-items: baseline;
}
.h_ss6__pagination .swiper-pagination-current {
  font-size: 2.4rem;
  letter-spacing: 0.24px;
  min-width: 1.6rem;
}

.h_ss7 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.h_ss7__watermark {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.h_ss7__container {
  padding: 13.5rem 0 8.8rem 7.7777777778%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .h_ss7__container {
    padding: 8rem 0 7rem 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss7__container {
    padding: 5rem 0 4rem 1.5rem;
  }
}
.h_ss7__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .h_ss7__row {
    gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.h_ss7__col-left {
  flex: 1;
}
@media (max-width: 1024px) {
  .h_ss7__col-left {
    width: 100%;
  }
}
.h_ss7__title {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin: 0;
  font-family: "SVN-Plaak2-42Bold.otf", sans-serif;
}
@media (max-width: 1024px) {
  .h_ss7__title {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .h_ss7__title {
    gap: 0.8rem;
  }
}
.h_ss7__num {
  font-family: "SVN-Plaak2-42Bold.otf", sans-serif;
  font-size: 20rem;
  line-height: 110%;
  font-weight: 700;
  color: var(--RED, #D5242B);
  display: inline-block;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .h_ss7__num {
    font-size: 16rem;
  }
}
@media (max-width: 768px) {
  .h_ss7__num {
    font-size: 12rem;
  }
}
@media (max-width: 576px) {
  .h_ss7__num {
    font-size: 10rem;
  }
}
.h_ss7__col-right {
  width: 63.2530120482%;
  position: relative;
  padding: 4rem 4rem 4rem 0;
}
@media (max-width: 1024px) {
  .h_ss7__col-right {
    width: 100%;
    padding: 3rem 3rem 3rem 0;
  }
}
@media (max-width: 768px) {
  .h_ss7__col-right {
    padding: 2rem 2rem 2rem 0;
  }
}
@media (max-width: 576px) {
  .h_ss7__col-right {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}
.h_ss7__red-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 4rem);
  height: 100%;
  background-color: var(--RED, #D5242B);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .h_ss7__red-frame {
    width: calc(100% - 3rem);
  }
}
@media (max-width: 768px) {
  .h_ss7__red-frame {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 576px) {
  .h_ss7__red-frame {
    width: calc(100% - 1.5rem);
  }
}
.h_ss7__slider {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}
.h_ss7__slide {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (max-width: 576px) {
  .h_ss7__slide {
    min-height: 300px;
  }
}
.h_ss7__img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.h_ss7__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h_ss7__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 39.3333333333%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 6, 34, 0) 0%, #000622 100%);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 576px) {
  .h_ss7__overlay {
    height: 60%;
  }
}
.h_ss7__content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.8rem 4rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .h_ss7__content {
    padding: 1.8rem 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss7__content {
    padding: 1.5rem 1.5rem;
  }
}
.h_ss7__slide-num {
  font-family: "SVN-Plaak2-42Bold.otf", sans-serif;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(180deg, #FFF 38.03%, rgba(255, 255, 255, 0) 82.58%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  user-select: none;
}
@media (max-width: 768px) {
  .h_ss7__slide-num {
    font-size: 8rem;
  }
}
@media (max-width: 576px) {
  .h_ss7__slide-num {
    font-size: 6.4rem;
  }
}
.h_ss7__slide-info {
  flex: 1;
}
.h_ss7__slide-title {
  font-family: "Inter-Bold.otf", "Inter-SemiBold.otf", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
}
@media (max-width: 768px) {
  .h_ss7__slide-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .h_ss7__slide-title {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.h_ss7__slide-desc {
  color: var(--WHITE, #FFF);
  text-align: justify;
  margin: 0;
}
@media (max-width: 576px) {
  .h_ss7__slide-desc {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.h_ss7__controls {
  position: absolute;
  left: 0;
  bottom: 7.7rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .h_ss7__controls {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
  }
}
.h_ss7__btn {
  width: 4.8rem;
  height: 4.8rem;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: all 0.25s ease-in-out;
}
.h_ss7__btn svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  transition: transform 0.2s ease;
}
@media (max-width: 768px) {
  .h_ss7__btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.h_ss9 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--NAVY, #070F33);
}
.h_ss9__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.h_ss9__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h_ss9__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 15, 51, 0.75) 0%, rgba(7, 15, 51, 0.75) 100%);
  pointer-events: none;
}
.h_ss9__container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 13.5rem 5.5555555556% 14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .h_ss9__container {
    padding: 9rem 3rem 9.5rem;
  }
}
@media (max-width: 768px) {
  .h_ss9__container {
    padding: 6rem 1.5rem 6.5rem;
  }
}
.h_ss9__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--RED, #D5242B);
  margin-bottom: 1.6rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .h_ss9__star {
    margin-bottom: 1.2rem;
  }
}
.h_ss9__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
  .h_ss9__heading {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss9__heading {
    margin-bottom: 2.5rem;
  }
}
.h_ss9__heading .c-title {
  margin: 0 !important;
}
.h_ss9__desc {
  width: 61.8rem;
  max-width: 100%;
  margin: 0 auto 4rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1024px) {
  .h_ss9__desc {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .h_ss9__desc {
    margin-bottom: 3rem;
  }
}
.h_ss9__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  min-width: 18.2rem;
  height: 4.8rem;
  padding: 0 1.6rem;
  background-color: var(--RED, #D5242B);
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.h_ss9__btn-text {
  font-family: "SVN-Plaak2-42Bold.otf", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.24px;
  color: #ffffff;
}
.h_ss9__btn-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}
.h_ss9__btn-star svg {
  display: block;
  transition: transform 0.3s ease;
}
.h_ss9__btn:hover .h_ss9__btn-star svg {
  transform: scale(1.15) rotate(45deg);
}
@media (max-width: 768px) {
  .h_ss9__btn {
    min-width: 16.5rem;
    height: 4.4rem;
    gap: 1.2rem;
  }
  .h_ss9__btn-text {
    font-size: 2rem;
  }
}

.h_ss10 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 12.8rem 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .h_ss10 {
    padding: 8rem 0;
  }
}
@media (max-width: 768px) {
  .h_ss10 {
    padding: 5rem 0;
  }
}
.h_ss10__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .h_ss10__heading {
    margin-bottom: 2.5rem;
  }
}
.h_ss10__decor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 4.1666666667%;
  max-width: 6rem;
  pointer-events: none;
}
.h_ss10__decor svg {
  width: 100%;
  height: auto;
  display: block;
}
.h_ss10__decor--left {
  left: 0;
}
.h_ss10__decor--right {
  right: 0;
}
.h_ss10__title {
  margin: 0;
}
.h_ss10__tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: fit-content;
  margin: 0 auto 4rem;
  border: 1px solid #89B3E6;
}
@media (max-width: 768px) {
  .h_ss10__tabs {
    width: calc(100% - 3rem);
    margin-bottom: 3rem;
  }
}
.h_ss10__tab {
  padding: 1.1rem 1.6rem;
  background-color: #ffffff;
  color: var(--NAVY, #070F33);
  font-family: "Inter-Medium.otf";
  font-size: 1.5rem;
  min-width: 14rem;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  border-right: 1px solid #B9CBE8;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.h_ss10__tab:last-child {
  border-right: 0;
}
.h_ss10__tab:hover:not(.is-active) {
  background-color: #F2F6FC;
}
.h_ss10__tab.is-active {
  background-color: var(--NAVY, #070F33);
  color: #ffffff;
}
@media (max-width: 768px) {
  .h_ss10__tab {
    flex: 1;
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
    min-width: 11rem;
  }
}
@media (max-width: 576px) {
  .h_ss10__tab {
    font-size: 1.3rem;
  }
}
.h_ss10__panel {
  display: none;
}
.h_ss10__panel.is-active {
  display: block;
}
.h_ss10__slider-wrap {
  position: relative;
  width: 100%;
}
.h_ss10__slider {
  width: 100%;
  overflow: hidden;
}
.h_ss10__slide {
  height: auto;
}
.h_ss10__img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 112/53;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .h_ss10__img-wrap {
    aspect-ratio: 4/2.75;
  }
}
.h_ss10__img {
  width: 100%;
  aspect-ratio: 112/53;
  object-fit: cover;
  display: block;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .h_ss10__img {
    aspect-ratio: 4/2.75;
  }
}
.h_ss10__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.h_ss10__play svg {
  width: 4.2rem;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}
.h_ss10__caption {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2.8rem 2.8rem 2.8rem 4rem;
  background-color: var(--RED, #D5242B);
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .h_ss10__caption {
    padding: 1.2rem 1rem 1rem;
  }
}
.swiper-slide:not(.swiper-slide-active) .h_ss10__caption {
  opacity: 0;
  pointer-events: none;
}
.swiper-slide:not(.swiper-slide-active) .h_ss10__img {
  aspect-ratio: 112/41;
}
@media (max-width: 768px) {
  .swiper-slide:not(.swiper-slide-active) .h_ss10__img {
    aspect-ratio: 4/2.25;
  }
}
.h_ss10__caption-text {
  font-family: "Inter-Bold.otf", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 768px) {
  .h_ss10__caption-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .h_ss10__caption-text {
    font-size: 1.2rem;
  }
}
.h_ss10__caption-count {
  flex-shrink: 0;
  font-family: "Inter-Regular.otf", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #ffffff;
}
.h_ss10__caption-count b {
  font-size: 2rem;
  font-family: "Inter-SemiBold.otf";
  font-weight: 600;
  letter-spacing: 0.2px;
}
@media (max-width: 576px) {
  .h_ss10__caption-count {
    font-size: 1.3rem;
  }
  .h_ss10__caption-count b {
    font-size: 1.6rem;
  }
}
.h_ss10__nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease-in-out;
}
.h_ss10__nav svg {
  display: block;
  pointer-events: none;
}
.h_ss10__nav--prev {
  left: 2.7777777778%;
}
.h_ss10__nav--next {
  right: 2.7777777778%;
}
@media (max-width: 576px) {
  .h_ss10__nav {
    display: none;
  }
}

.h_ss11 {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.h_ss11__title {
  margin: 0 0 4rem;
}
@media (max-width: 1024px) {
  .h_ss11__title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss11__title {
    margin-bottom: 2.5rem;
  }
}
.h_ss11__slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .h_ss11__slider-wrap {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .h_ss11__slider-wrap {
    padding: 0 0 0 1.5rem;
  }
}
.h_ss11__slider {
  width: 100%;
  overflow: visible !important;
  padding: 0 11.1111111111% !important;
}
@media (max-width: 1023px) {
  .h_ss11__slider {
    padding: 0 !important;
  }
}
.h_ss11__slide {
  height: auto;
  transition: opacity 0.3s ease;
  border: 1px solid var(--BLUE, #89B3E6);
  padding: 2rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .h_ss11__slide {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .h_ss11__slide {
    padding: 1rem;
  }
}
.h_ss11__card {
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.h_ss11__card:hover .h_ss11__card-title {
  color: var(--RED, #D5242B);
}
.h_ss11__card:hover .h_ss11__img {
  transform: scale(1.1);
}
.h_ss11__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 500/280;
  overflow: hidden;
}
@media (max-width: 768px) {
  .h_ss11__img-wrap {
    aspect-ratio: 4/3;
  }
}
.h_ss11__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.h_ss11__content {
  padding-top: 1.6rem;
}
@media (max-width: 768px) {
  .h_ss11__content {
    padding-top: 1.2rem;
  }
}
.h_ss11__card-title {
  font-family: "Inter-SemiBold.otf", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: var(--NAVY, #070F33);
  margin: 0 0 0.8rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .h_ss11__card-title {
    font-size: 1.4rem;
  }
}
.h_ss11__card-desc {
  color: rgba(0, 6, 31, 0.75);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h_ss12 {
  position: relative;
  padding-top: 16rem;
}
@media (max-width: 1024px) {
  .h_ss12 {
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  .h_ss12 {
    padding-top: 6rem;
  }
}
.h_ss12::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80.1092896175%;
  content: "";
  background: linear-gradient(180deg, #FFF 17.3%, rgba(137, 179, 230, 0.4) 147.24%);
}
.h_ss12__top {
  position: relative;
  z-index: 2;
  padding: 0 11.1111111111% 5.3rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .h_ss12__top {
    padding: 0 6rem 4.5rem;
  }
}
@media (max-width: 768px) {
  .h_ss12__top {
    padding: 0 1.5rem 4rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.h_ss12__decor {
  position: absolute;
  left: 0;
  top: -2.4rem;
  width: 4.1666666667%;
  max-width: 6rem;
}
@media (max-width: 768px) {
  .h_ss12__decor {
    display: none;
  }
}
.h_ss12__decor svg {
  width: 100%;
  height: auto;
}
.h_ss12__title {
  flex: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .h_ss12__title {
    text-align: center;
  }
}
.h_ss12 .form-register {
  width: 48.2142857143%;
}
@media (max-width: 768px) {
  .h_ss12 .form-register {
    width: 100%;
  }
}
.h_ss12 .form-register .form_field_all {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  margin-bottom: 4.3rem;
}
@media (max-width: 768px) {
  .h_ss12 .form-register .form_field_all {
    margin-bottom: 3rem;
  }
}
.h_ss12 .form-register .form-group-wrap {
  position: relative;
}
.h_ss12 .form-register .form-group-wrap .form-group {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(7, 15, 51, 0.3);
}
.h_ss12 .form-register .form-group-wrap .form-group label, .h_ss12 .form-register .form-group-wrap .form-group input {
  color: var(--DARK-TEXT, #00061F);
  font-family: "Inter-Regular.otf";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
}
.h_ss12 .form-register .form-group-wrap .form-group input {
  font-family: "Inter-SemiBold.otf";
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.h_ss12 .form-register .form-group-wrap .form-message {
  position: absolute;
  color: red;
  right: 0;
  top: 100%;
  font-size: 1.2rem;
  font-style: italic;
}
.h_ss12__bottom {
  position: relative;
  z-index: 2;
  line-height: 0;
}
.h_ss12__bottom img {
  width: 100%;
  height: auto;
}

.teaser {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.teaser .bgr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .teaser .bgr {
    object-position: 61% 100%;
  }
}
@media screen and (max-width: 576px) {
  .teaser .bgr {
    display: none;
    object-position: center;
  }
}
.teaser .bgr.mb {
  display: none;
}
@media screen and (max-width: 576px) {
  .teaser .bgr.mb {
    display: block;
  }
}
.teaser .container {
  width: 100%;
}
.teaser .teaser-left {
  width: max-content;
}
@media only screen and (max-width: 575.98px) {
  .teaser .teaser-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.teaser .logo {
  margin-bottom: 3.6rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .teaser .logo {
    margin-bottom: 2.6rem;
  }
}
@media screen and (max-width: 576px) {
  .teaser .logo {
    margin-bottom: 37.5rem;
  }
}
.teaser .teaser-content {
  transition: opacity 0.5s ease, visibility 0.5s, transform 0.5s;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 45%;
  width: max-content;
  transform: translateY(-50%);
  left: 15%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .teaser .teaser-content {
    left: 5%;
  }
}
@media screen and (max-width: 576px) {
  .teaser .teaser-content {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 47.5%;
  }
}
.teaser .teaser-content.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-60%);
}
@media screen and (max-width: 576px) {
  .teaser .teaser-content.fade-out {
    transform: translate(-50%, -60%);
  }
}
.teaser .teaser-content .title {
  font-family: "SVN-Plaak2-42Bold.otf";
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  color: var(--BLUE, #89B3E6);
  font-size: 12rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .teaser .teaser-content .title {
    font-size: 9rem;
  }
}
@media screen and (max-width: 576px) {
  .teaser .teaser-content .title {
    font-size: 6rem;
    color: #fff;
  }
}
.teaser .teaser-content .address {
  color: var(--WHITE, #FFF);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 576px) {
  .teaser .teaser-content .address {
    margin-bottom: 1.6rem;
  }
}
.teaser .teaser-content .btn-def {
  cursor: pointer;
  margin: 0 auto;
}
.teaser .teaser-form-area {
  transition: opacity 0.5s ease, visibility 0.5s, transform 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 45%;
  left: 9.375%;
  width: 56rem;
  pointer-events: none;
  transform: translateY(-40%);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .teaser .teaser-form-area {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .teaser .teaser-form-area {
    left: 5%;
    padding: 4rem 2.4rem;
  }
  .teaser .teaser-form-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(180deg, #070F33 65%, rgba(7, 15, 51, 0) 100%);
    z-index: -1;
  }
}
@media screen and (max-width: 576px) {
  .teaser .teaser-form-area {
    padding: 0;
    left: 50%;
    width: calc(100% - 4.8rem);
    transform: translate(-50%, -50%);
  }
  .teaser .teaser-form-area::before {
    display: none;
  }
}
.teaser .teaser-form-area.fade-in {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .teaser .teaser-form-area.fade-in {
    transform: translate(-50%, -50%);
  }
}
.teaser .teaser-form-area .logo {
  margin-bottom: 5rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .teaser .teaser-form-area .logo {
    margin-bottom: 3rem;
  }
}
.teaser .teaser-form-area .teaser-form-box {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .teaser .teaser-form-area .teaser-form-box {
    padding: 4rem 2.4rem;
  }
  .teaser .teaser-form-area .teaser-form-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(180deg, #070F33 65%, rgba(7, 15, 51, 0) 100%);
    z-index: -1;
  }
}
.teaser .teaser-form-area .title {
  color: var(--WHITE, #FFF);
  font-family: "SVN-Plaak2-42Bold.otf";
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .teaser .teaser-form-area .title {
    font-size: 4rem;
  }
}
.teaser .teaser-form-area .title br {
  display: none;
}
@media screen and (max-width: 576px) {
  .teaser .teaser-form-area .title br {
    display: block;
  }
}
.teaser .teaser-form-area .form-register .form_field_all {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  .teaser .teaser-form-area .form-register .form_field_all {
    margin-bottom: 3rem;
  }
}
.teaser .teaser-form-area .form-group {
  display: flex;
  align-items: center;
  border: 1px solid rgb(255, 255, 255);
  padding: 1.3rem 2.2rem;
  background: transparent;
  transition: all 0.3s;
  height: 5rem;
}
@media screen and (max-width: 576px) {
  .teaser .teaser-form-area .form-group {
    padding: 1rem 1.5rem;
  }
}
.teaser .teaser-form-area .form-group label {
  color: #FFF;
  width: 16.5rem;
  flex-shrink: 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .teaser .teaser-form-area .form-group label {
    width: 10rem;
  }
}
.teaser .teaser-form-area .form-group input {
  flex-grow: 1;
  background: transparent;
  border: none;
  color: #FFF;
  width: calc(100% - 16.5rem);
  outline: none;
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .teaser .teaser-form-area .form-group input {
    width: calc(100% - 10rem);
  }
}
.teaser .teaser-form-area .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Inter-Regular.otf";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
}
.teaser .teaser-form-area .form-group:focus-within {
  background: var(--BLUE, #89B3E6);
  border-color: var(--BLUE, #89B3E6);
}
.teaser .teaser-form-area .form-group:focus-within label, .teaser .teaser-form-area .form-group:focus-within input {
  color: #FFF;
}
.teaser .teaser-form-area .btn-def {
  cursor: pointer;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
