:root {
  /* Typography */
  --font-pri: "Proxima Nova", sans-serif;
  /* Color Palette */
  --color-pri: #1d90c9;
  --color-sec: #001221;
  --color-third: #3b4044;
  --color-text: #888888;
  --color-text-2: #005491;
  --color-white: #fff;
  --color-black: #000;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --z-i-header: 100;
}

.dim {
  margin: 6.4rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .dim {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .dim {
    margin: 4rem 0rem;
  }
}
.dim-wrap, .dim-heading {
  gap: 6rem;
}
@media screen and (max-width: 1200px) {
  .dim-wrap, .dim-heading {
    gap: 4rem;
  }
}
.dim-heading .title-64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .dim-heading .title-64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-heading .title-64 {
    font-size: 2.9rem;
  }
}
.dim-heading .title-64 {
  color: #001221;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.138rem;
  text-transform: capitalize;
}
.dim-heading .text-20 {
  font-weight: 600;
  color: #082823;
  line-height: 160%;
  letter-spacing: -0.04rem;
}
.dim-left {
  gap: 2rem;
}
.dim-left > .text-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .dim-left > .text-20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-left > .text-20 {
    font-size: 1.6rem;
  }
}
.dim-left > .text-20 {
  color: var(--Color-text, #001221);
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 991px) {
  .dim-list {
    max-height: 38.9rem;
    overflow: hidden auto;
  }
}
.dim-item {
  user-select: none;
  transition: 0.4s ease;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1201px) {
  .dim-item:hover {
    background: var(--Gray-100, #f2f4f7);
  }
  .dim-item:hover .text-16 {
    color: var(--color-pri);
  }
}
@media screen and (max-width: 1200px) {
  .dim-item {
    padding: 1.2rem;
  }
}
.dim-item.is-active {
  background: var(--Gray-100, #f2f4f7);
}
.dim-item.is-active .text-16 {
  color: var(--color-pri);
}
@media screen and (min-width: 1201px) {
  .dim-item:first-child {
    padding: 2rem 1.6rem;
  }
}
.dim-item:first-child .text-16 {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.04rem;
}
.dim-item:not(:last-child) {
  border-bottom: 0;
}
.dim-item .text-16 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  font-style: normal;
  transition: 0.4s ease;
  letter-spacing: -0.032rem;
  color: var(--Color-text, #001221);
}
@media screen and (max-width: 1024px) {
  .dim-item .text-16 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .dim-col {
    width: 100%;
  }
}
.dim-inner {
  --letter-spacing: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .dim-inner {
    --letter-spacing: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  .dim-inner {
    --letter-spacing: 0.4rem;
  }
}
.dim-inner .tabPanel {
  display: none;
}
.dim-inner .tabPanel.is-open {
  display: block;
  animation: 0.4s opacityAni ease-in-out;
}
.dim-inner .prd {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--letter-spacing));
  margin: 0 calc(-1 * var(--letter-spacing));
}
.dim-inner .prd-item {
  width: 33.3333333333%;
  padding: 0 var(--letter-spacing);
}
@media screen and (max-width: 1024px) {
  .dim-inner .prd-item {
    width: 50%;
  }
}
.dim-inner .prd-box {
  gap: 1.6rem;
}
@media screen and (min-width: 1201px) {
  .dim-inner .prd-box:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 576px) {
  .dim-inner .prd-box {
    gap: 1rem;
  }
}
.dim-inner .prd-img .img {
  overflow: hidden;
  position: relative;
  padding-top: 82.8571428571%;
}
.dim-inner .prd-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.dim-inner .prd-content .text-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .dim-inner .prd-content .text-20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-inner .prd-content .text-20 {
    font-size: 1.6rem;
  }
}
.dim-inner .prd-content .text-20 {
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  transition: 0.4s ease;
  letter-spacing: -0.04rem;
  color: var(--Color-text, #001221);
}
@media screen and (min-width: 1201px) {
  .dim-inner .prd-content .text-20:hover {
    color: var(--color-pri);
  }
}
@media screen and (max-width: 576px) {
  .dim-inner .prd-content .text-20 {
    font-size: 1.2rem;
  }
}
.dim-faq,
.dim .dim-faq .faq {
  gap: 6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .dim-faq,
  .dim .dim-faq .faq {
    gap: 4rem;
  }
}
.dim-faq .faq-heading {
  gap: 2rem;
  padding: 3.2rem 4rem;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  background-color: #f9fafb;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dim-faq .faq-heading {
    padding: 2rem;
  }
}
.dim-faq .faq-heading .title-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .dim-faq .faq-heading .title-32 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-faq .faq-heading .title-32 {
    font-size: 2rem;
  }
}
.dim-faq .faq-heading .title-32 {
  font-weight: 700;
  color: var(--color-pri);
  line-height: 120%;
  letter-spacing: -0.064rem;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .dim-faq .faq-heading .title-32 {
    font-size: 1.6rem;
  }
}
.dim-faq .faq-heading .img {
  gap: 0.8rem;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}
.dim-faq .faq-heading .img img {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.dim-faq .faq-heading .img span {
  color: #888;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .dim-faq .faq-heading .img span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-faq .faq-heading .img span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .dim-faq .faq-heading .img span {
    font-size: 1.4rem;
  }
}
.dim-faq .faq-heading .img span {
  line-height: normal;
  letter-spacing: -0.036rem;
}
.dim-faq .faq-content .mona-content .table-resp {
  box-shadow: unset;
}
@media screen and (min-width: 1201px) {
  .dim-faq .faq-content .mona-content .table-resp {
    overflow: unset;
  }
}
.dim-faq .faq-content .mona-content .table-resp table {
  table-layout: auto;
  border: 0.1rem solid #000;
}
.dim-faq .faq-content .mona-content .table-resp table tr:not(:last-child) td {
  border-bottom: 0.1rem solid #000;
}
.dim-faq .faq-content .mona-content .table-resp table tr td {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .dim-faq .faq-content .mona-content .table-resp table tr td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-faq .faq-content .mona-content .table-resp table tr td {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .dim-faq .faq-content .mona-content .table-resp table tr td {
    font-size: 1.4rem;
  }
}
.dim-faq .faq-content .mona-content .table-resp table tr td {
  color: #082823;
  font-weight: 400;
  background-color: white;
  letter-spacing: -0.036rem;
  border-radius: 0 !important;
}
.dim-faq .faq-content .mona-content .table-resp table tr td:not(:last-child) {
  border-right: 0.1rem solid #000;
}
.dim-faq .notice {
  gap: 1.6rem;
}
.dim-faq .notice > .title-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .dim-faq .notice > .title-32 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-faq .notice > .title-32 {
    font-size: 2rem;
  }
}
.dim-faq .notice > .title-32 {
  color: #001221;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.064rem;
}
.dim-faq .notice-list {
  gap: 1.6rem;
}
.dim-faq .notice-item {
  width: fit-content;
  padding: 0 0.4rem;
}
.dim-faq .notice-item .text-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .dim-faq .notice-item .text-18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-faq .notice-item .text-18 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .dim-faq .notice-item .text-18 {
    font-size: 1.4rem;
  }
}
.dim-faq .notice-item .text-18 {
  color: #082823;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: -0.036rem;
}
.dim-faq .notice-item:first-child {
  background-color: #ff0;
}
.dim-faq .notice-item:nth-child(2) {
  background-color: #0f0;
}
.dim-faq .notice-item:last-child {
  background-color: #0ff;
}
.dim-info {
  gap: 1.6rem;
}
.dim-info .mona-content .table-resp {
  box-shadow: unset;
}
@media screen and (min-width: 768px) {
  .dim-info .mona-content .table-resp {
    overflow: unset;
  }
}
.dim-info .mona-content .table-resp table {
  table-layout: auto;
}
.dim-info .mona-content .table-resp table tr td {
  background-color: white;
  letter-spacing: -0.036rem;
  border-radius: 0 !important;
}
.dim-info .mona-content .table-resp table tr td:not(:last-child) {
  border-right: 0.1rem solid #000;
}
.dim-info .mona-content .table-resp table tr td:first-child {
  min-width: 70rem;
}
@media screen and (max-width: 1200px) {
  .dim-info .mona-content .table-resp table tr td:first-child {
    min-width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .dim-info .mona-content .table-resp table tr td:first-child {
    min-width: 30rem;
  }
}
.dim-info .mona-content .table-resp table tr td,
.dim-info .mona-content .table-resp table tr th {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .dim-info .mona-content .table-resp table tr td,
  .dim-info .mona-content .table-resp table tr th {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dim-info .mona-content .table-resp table tr td,
  .dim-info .mona-content .table-resp table tr th {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .dim-info .mona-content .table-resp table tr td,
  .dim-info .mona-content .table-resp table tr th {
    font-size: 1.4rem;
  }
}
.dim-info .mona-content .table-resp table tr td,
.dim-info .mona-content .table-resp table tr th {
  color: #082823;
  border-radius: 0;
  text-align: left;
  font-weight: 400;
  line-height: 160%;
  border: 0 !important;
  background-color: white;
}

.prddt {
  gap: 1.6rem;
}
@media screen and (max-width: 991px) {
  .prddt-col {
    width: 100%;
  }
}
.prddt-img {
  cursor: pointer;
  user-select: none;
}
.prddt-img .img {
  overflow: hidden;
  position: relative;
  padding-top: 83.3333333333%;
}
@media screen and (min-width: 1201px) {
  .prddt-img .img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.prddt-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.prddt-content {
  gap: 1.6rem;
}
.prddt-content .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .prddt-content .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prddt-content .title-24 {
    font-size: 1.8rem;
  }
}
.prddt-content .title-24 {
  font-weight: 700;
  color: var(--color-pri);
  font-weight: 700;
  letter-spacing: -0.048rem;
  text-transform: uppercase;
}
.prddt-gallery {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.prddt-gallery_item {
  width: calc(25% - 1.2rem);
}
@media screen and (max-width: 576px) {
  .prddt-gallery_item {
    width: calc(50% - 0.8rem);
  }
}
.prddt-gallery_img {
  position: relative;
}
.prddt-gallery_img .img {
  overflow: hidden;
  position: relative;
  padding-top: 77.9816513761%;
}
.prddt-gallery_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}

.imo {
  gap: 1.6rem;
  display: flex;
  flex-direction: column;
}
.imo-heading .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .imo-heading .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .imo-heading .title-24 {
    font-size: 1.8rem;
  }
}
.imo-heading .title-24 {
  font-weight: 700;
  color: var(--color-pri);
  text-transform: uppercase;
  letter-spacing: -0.048rem;
}

.uld {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--letter-spacing));
  margin: 0 calc(-1 * var(--letter-spacing));
}
.uld-item {
  width: 33.3333333333%;
  padding: 0 var(--letter-spacing);
}
@media screen and (max-width: 767px) {
  .uld-item {
    width: 50%;
  }
}
.uld-box {
  gap: 1.6rem;
}
@media screen and (max-width: 576px) {
  .uld-box {
    gap: 1rem;
  }
}
.uld-img .img {
  overflow: hidden;
  position: relative;
  padding-top: 82.1428571429%;
}
.uld-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.uld-content .mona-content h2 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .uld-content .mona-content h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .uld-content .mona-content h2 {
    font-size: 1.6rem;
  }
}
.uld-content .mona-content h2 {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 576px) {
  .uld-content .mona-content h2 {
    font-size: 1.4rem;
  }
}
.uld-content .mona-content ul {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .uld-content .mona-content ul li {
    font-size: 1.2rem;
  }
}

.inco {
  margin: 6.4rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .inco {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .inco {
    margin: 4rem 0rem;
  }
}
.inco-wrap {
  gap: 6rem;
}
@media screen and (max-width: 1200px) {
  .inco-wrap {
    gap: 4rem;
  }
}
.inco-heading .title-64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .inco-heading .title-64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .inco-heading .title-64 {
    font-size: 2.9rem;
  }
}
.inco-heading .title-64 {
  color: #001221;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.138rem;
  text-transform: capitalize;
}
.inco-img {
  left: 50%;
  width: 100vw;
  user-select: none;
  padding: 0 1.6rem;
  margin-left: -50vw;
  position: relative;
}
.inco-img .img {
  margin: 0 auto;
  max-width: 143.2rem;
}
.inco-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=dim.css.map */
