<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.get-better-wrapper {
  display: flex;
  align-items: center;
}
.get-better-wrapper h2 {
  font-weight: 500;
}

.get-better-icon {
  margin-left: auto;
  margin-right: auto;
  margin-right: 1rem;
  height: 45px;
  width: 45px;
  overflow: hidden;
  border-radius: 9999px;
}

.three-detail .text-18.get-better-icon.max-w-\[290px\] {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

@media (min-width: 480px) {
  .get-better-icon {
    height: 60px;
    width: 60px;
  }
}

@media (min-width: 768px) {
  .get-better-icon {
    height: 65px;
    width: 65px;
  }
}

.get-better-icon {
  flex: 0 0 0 45px;
  box-shadow: 0px 17px 40px rgba(0, 0, 0, 0.169608);
}
@media (min-width: 480px) {
  .get-better-icon {
    flex: 0 0 0 60px;
  }
}
@media (min-width: 768px) {
  .get-better-icon {
    flex: 0 0 0 65px;
  }
}
.get-better-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-better-icon + div {
  flex: 1;
}
.get-better-icon + div * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-mist {
  box-shadow: 0px 17px 40px rgba(0, 0, 0, 0.169608);
}

.three-icon {
  margin-bottom: 1rem;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-radius: 9999px;
}
.three-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-header {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.btn {
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: 0.2pt;
}

@media (hover: hover) {
  .btn:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--sf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--sf) / var(--tw-bg-opacity));
  }
  .btn-outline.btn:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--sf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--sf) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--sc) / var(--tw-text-opacity));
  }
}

.btn {
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--s) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
  outline-color: hsl(var(--s) / 1);
}

.btn.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf) / var(--tw-bg-opacity));
}

.btn-outline.btn {
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}

.btn-outline.btn.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}

.btn {
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn a:hover {
  color: #fff;
}

.bg-f1 {
  background-color: #f1f1f1;
}

.collapse-title {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(7 13 63 / var(--tw-text-opacity));
}

.text-18.collapse-title.xs\:text-24 {
  white-space: nowrap;
}

.collapse-title {
  border-radius: var(--rounded-box, 1rem);
}

.collapse {
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 17px 40px rgba(0, 0, 0, 0.169608);
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

html, body {
  scroll-behavior: smooth;
}

.bd-item {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  opacity: 0;
}

.hover-bd:hover .bd-item {
  opacity: 0.5;
}

.btn-close {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--b2) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 3rem;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  -webkit-animation: button-pop var(--animation-btn, 0.25s) ease-out;
          animation: button-pop var(--animation-btn, 0.25s) ease-out;
  text-transform: var(--btn-text-case, uppercase);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  outline-color: hsl(var(--bc) / 1);
}

.btn-close[disabled],.btn-close:disabled {
  pointer-events: none;
}

.btn-close {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}

.btn-group &gt; input[type="radio"].btn-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group &gt; input[type="radio"].btn-close:before {
  content: attr(data-title);
}

.btn-close:is(input[type="checkbox"]),.btn-close:is(input[type="radio"]) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-close:is(input[type="checkbox"]):after,.btn-close:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}

@media (hover: hover) {
  .btn-close:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--b3) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--b3) / var(--tw-bg-opacity));
  }
  .btn-close.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }
  .btn-close:hover {
    --tw-border-opacity: 0;
    background-color: hsl(var(--bc) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
  }
  .btn-close[disabled]:hover,.btn-close:disabled:hover {
    --tw-border-opacity: 0;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    color: hsl(var(--bc) / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
  }
  .btn-close:is(input[type="checkbox"]:checked):hover,.btn-close:is(input[type="radio"]:checked):hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--pf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--pf) / var(--tw-bg-opacity));
  }
}

.btn-close:active:hover,.btn-close:active:focus {
  -webkit-animation: button-pop 0s ease-out;
          animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}

.btn-close:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}

.btn-close.glass {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}

.btn-close.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.btn-close {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}

.btn-close.btn-active {
  --tw-border-opacity: 0;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.btn-close.btn-disabled,.btn-close[disabled],.btn-close:disabled {
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.btn-group &gt; input[type="radio"]:checked.btn-close {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group &gt; input[type="radio"]:checked.btn-close:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: hsl(var(--p) / 1);
}

.btn-close:is(input[type="checkbox"]:checked),.btn-close:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-close:is(input[type="checkbox"]:checked):focus-visible,.btn-close:is(input[type="radio"]:checked):focus-visible {
  outline-color: hsl(var(--p) / 1);
}

.btn-close:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px;
}

.btn-close:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}

.btn-close:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}

.btn-close:where(.btn-lg) {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px;
}

.btn-group .btn-close:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn-close:first-child:not(:last-child) {
  margin-left: -1px;
  margin-top: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group .btn-close:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal .btn-close:not(:first-child):not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .btn-close:first-child:not(:last-child) {
  margin-left: -1px;
  margin-top: -0px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.btn-group-horizontal .btn-close:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical .btn-close:first-child:not(:last-child) {
  margin-left: -0px;
  margin-top: -1px;
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical .btn-close:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2pt;
}

@media (hover: hover) {
  .btn-close:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--sf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--sf) / var(--tw-bg-opacity));
  }
  .btn-outline.btn-close:hover {
    --tw-border-opacity: 1;
    border-color: hsl(var(--sf) / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: hsl(var(--sf) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: hsl(var(--sc) / var(--tw-text-opacity));
  }
}

.btn-close {
  --tw-border-opacity: 1;
  border-color: hsl(var(--s) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--s) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
  outline-color: hsl(var(--s) / 1);
}

.btn-close.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf) / var(--tw-bg-opacity));
}

.btn-outline.btn-close {
  --tw-text-opacity: 1;
  color: hsl(var(--s) / var(--tw-text-opacity));
}

.btn-outline.btn-close.btn-active {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sf) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}

.btn-close {
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-close a:hover {
  color: #fff;
}

.btn-close {
  background: transparent !important;
  color: #F22B3E !important;
  border: none !important;
  outline: none !important;
  font-weight: 900 !important;
  z-index: 10;
}

.modal-box {
  padding: 0;
}

.modal::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal:not(dialog:not(.modal-open)), .modal::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.highlight-menu {
  margin-left: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 43 62 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.highlight-menu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 13 63 / var(--tw-bg-opacity));
}
.highlight-menu:hover a {
  color: #fff !important;
}

.flex-logo {
  flex: 1 0 65px;
}

.bg-linear-1 {
  background: linear-gradient(180deg, rgba(247, 250, 255, 0) 0%, #EFF5FF 100%);
}

.img-wrapper, .bd-item {
  overflow: hidden;
  border-radius: 1rem;
}

.splide-toknow .img-wrapper {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.img-wrapper img {
  height: calc(100% + 1px);
}

.splide-toknow .splide__slide {
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .splide-toknow .splide__slide {
    padding: 1rem;
  }
}

.bg-dot {
  background-position: top;
  background-repeat: repeat-x;
}

.bg-size {
  background-size: 200px;
}
@media (min-width: 768px) {
  .bg-size {
    background-size: 300px;
  }
}
.bg-size.bg-sm-size {
  background-size: 120px;
}
@media (min-width: 768px) {
  .bg-size.bg-sm-size {
    background-size: 180px;
  }
}

.corner-blue {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  height: 110px;
  width: 200px;
  flex-direction: column;
  align-items: flex-end;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .corner-blue {
    height: 234px;
    width: 300px;
    padding-top: 3.25rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1200px) {
  .corner-blue {
    height: 335px;
    width: 420px;
    padding-top: 4rem;
    padding-right: 4rem;
  }
}

.sep-r-2nd {
  position: relative;
}
.sep-r-2nd::after {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(242 43 62 / var(--tw-bg-opacity));
  content: "";
  width: 2px;
  height: 80%;
}
@media (min-width: 992px) {
  .sep-r-2nd::after {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .sep-wrapper .sep-r-2nd:not(.always):nth-child(even):after {
    display: none;
  }
}
[disabled] {
  opacity: 0.5;
  filter: greyscale(100);
  pointer-events: none;
}

.red-dashed {
  position: relative;
}
.red-dashed:after {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  background-color: #F22B3E;
  width: 100%;
  height: 2px;
}
.red-dashed.whiten-dashed:after {
  background-color: #fff;
}

.btn-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 43 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.gradient-red {
  background: linear-gradient(180deg, #F22B3E 0%, #F85032 100%);
}

.eng-top, .eng-bot {
  position: absolute;
  height: 30px;
  left: 5px;
  right: 5px;
  background-position: top center;
  background-size: contain;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .eng-top, .eng-bot {
    height: 60px;
  }
}

.eng-top {
  top: 5px;
}

.eng-bot {
  bottom: 5px;
}

.btn-secondary-gd {
  background: linear-gradient(180deg, #F85032 0%, #F22B3E 100%);
}

.btn-lg {
  height: 3rem;
  min-height: 3rem;
  width: 190px;
  font-size: 1.125rem;
}

.btn-lg.font-semibold.xs\:text-24 {
  white-space: nowrap;
}

.three-detail .btn-lg.mx-auto.max-w-\[290px\] {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

@media (min-width: 992px) {
  .btn-lg {
    height: 4rem;
    min-height: 4rem;
    width: 240px;
    font-size: 1.5rem;
  }
}

.btn-lg {
  font-weight: 500 !important;
}

.splide__arrow {
  transform-origin: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.splide__arrow svg {
  fill: #070D3F;
  transform-origin: center;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.splide__arrow--next {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.splide__arrow--prev {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gradient2 {
  background: linear-gradient(282.39deg, #2A5298 0%, #021B79 100%);
  border-top-right-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
@media (min-width: 576px) {
  .gradient2 {
    border-top-right-radius: 12rem;
    border-bottom-left-radius: 12rem;
  }
}

.fd1 {
  font-size: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(254 192 77 / var(--tw-text-opacity));
}

.text-18.fd1.xs\:text-24 {
  white-space: nowrap;
}

@media (min-width: 576px) {
  .fd1 {
    font-size: 3.75rem;
  }
}

.fd2 {
  margin-top: -1.5rem;
  font-size: 6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .fd2 {
    margin-top: -2.5rem;
    font-size: 12rem;
  }
}

.fd2 {
  line-height: 1.25;
}

.text-gd1 {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .text-gd1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .text-gd1 {
    font-size: 4rem;
  }
}

.text-gd1 {
  background: linear-gradient(180deg, #021B79 21.98%, #0575E6 70.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ovgd {
  background: linear-gradient(180deg, #021B79 0%, #0575E6 100%);
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-right: 7px;
  padding-top: 3px;
  font-size: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-18.ovgd.xs\:text-24 {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .ovgd {
    height: 120px;
    width: 120px;
    font-size: 8rem;
  }
}

.splide__arrow--next {
  right: 2em;
}

.splide__arrow--prev {
  left: 2em;
}

.img-qt {
  position: absolute;
  top: 0px;
  left: 3rem;
  z-index: 0;
  width: 150px;
}

@media (min-width: 1200px) {
  .img-qt {
    left: 9rem;
  }
}

.img-qb {
  position: absolute;
  bottom: 0px;
  right: 3rem;
  z-index: 0;
  width: 150px;
}

@media (min-width: 1200px) {
  .img-qb {
    right: 9rem;
  }
}

.ch-wrapper {
  flex: 0 0 24px;
}
@media (min-width: 480px) {
  .ch-wrapper {
    flex: 0 0 30px;
  }
}

.lnb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
}

.dafg {
  background: linear-gradient(180deg, #021B79 0%, #2A5298 100%);
}

.lnet {
  background: linear-gradient(0deg, rgba(213, 225, 250, 0) 0%, #D5E1FA 100%);
}

.osdre {
  background: linear-gradient(180deg, #F22B3E 0%, #F85032 100%);
}

.eereg {
  background: linear-gradient(180deg, #F22B3E 0%, #F85032 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.bluered {
  top: -2px;
}

.shadow-mist-red {
  box-shadow: 5px 10px 30px rgba(242, 43, 62, 0.2);
}

.sdfglkjs {
  background: linear-gradient(180deg, #F85032 0%, #F22B3E 100%);
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  box-shadow: 5px 10px 30px rgba(242, 43, 62, 0.2);
}

.three-detail .text-18.sdfglkjs.max-w-\[290px\] {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

@media (min-width: 768px) {
  .sdfglkjs {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 992px) {
  .sdfglkjs {
    max-width: initial;
  }
}

.bsredgfwer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  border-radius: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  text-align: center;
  box-shadow: 5px 10px 30px rgba(242, 43, 62, 0.2);
}

.three-detail .text-18.bsredgfwer.max-w-\[290px\] {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.bsredgfwer {
  background: linear-gradient(282.78deg, #FFFFFF 0%, #FFEEEE 100%);
}
.bsredgfwer .num {
  position: absolute;
  bottom: -2rem;
  right: 0.75rem;
  z-index: 0;
  font-size: 7rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(7 13 63 / var(--tw-text-opacity));
  opacity: 0.05;
}
.text-18.bsredgfwer .num.xs\:text-24 {
  white-space: nowrap;
}
.bsredgfwer h2 {
  margin-bottom: 0.5rem;
  line-height: 2rem;
}

.asddoogkmsdfgsdf {
  background: linear-gradient(180deg, rgba(213, 225, 250, 0) 0%, #D5E1FA 100%);
  padding-bottom: 3rem;
}

@media (min-width: 480px) {
  .asddoogkmsdfgsdf {
    padding-bottom: 10rem;
  }
}

@media (min-width: 992px) {
  .asddoogkmsdfgsdf {
    padding-bottom: 4rem;
  }
}

@media (max-width: 575px) {
  .splide-banner-slide .splide__arrow {
    top: calc(50% - 52px);
  }
}

.asfasdfsadfsdffdw {
  margin-left: auto;
  margin-right: auto;
  max-width: 74rem;
}

.three-detail .text-18.asfasdfsadfsdffdw.max-w-\[290px\] {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.asfasdfsadfsdffdw &gt; div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .asfasdfsadfsdffdw &gt; div {
    margin-top: 0.5rem;
    flex-direction: row;
    text-align: left;
  }
}
.asfasdfsadfsdffdw &gt; div img {
  height: 60px;
  width: 60px;
}
@media (min-width: 1200px) {
  .asfasdfsadfsdffdw &gt; div img {
    height: 80px;
    width: 80px;
  }
}
.asfasdfsadfsdffdw &gt; div &gt; div {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .asfasdfsadfsdffdw &gt; div &gt; div {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .asfasdfsadfsdffdw &gt; div &gt; div {
    align-items: flex-start;
  }
}
.asfasdfsadfsdffdw &gt; div &gt; div p:first-child {
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .zdfghbnsfgh &gt; div:last-child p.asfasdfsadfsdffdw &gt; div &gt; div p:first-child {
    font-size: 1.25rem;
  }

.collapse-content .zdfghbnsfgh &gt; div:last-child p.asfasdfsadfsdffdw &gt; div &gt; div p:first-child {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .collapse-content .zdfghbnsfgh &gt; div:last-child p.asfasdfsadfsdffdw &gt; div &gt; div p:first-child {
    font-size: 1.25rem;
  }
}
}
.text-18.asfasdfsadfsdffdw &gt; div &gt; div p:first-child.xs\:text-24 {
  white-space: nowrap;
}
.asfasdfsadfsdffdw &gt; div &gt; div p:last-child {
  display: flex;
  align-items: baseline;
  font-size: 1.75rem;
  font-weight: 400;
}
.asfasdfsadfsdffdw &gt; div &gt; div p:last-child span {
  display: flex;
}
.asfasdfsadfsdffdw &gt; div &gt; div p:last-child span &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.asfasdfsadfsdffdw &gt; div &gt; div p:last-child span {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.15;
  --tw-text-opacity: 1;
  color: rgb(242 43 62 / var(--tw-text-opacity));
}
.text-18.asfasdfsadfsdffdw &gt; div &gt; div p:last-child span.xs\:text-24 {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .asfasdfsadfsdffdw &gt; div &gt; div p:last-child span {
    font-size: 4rem;
  }
}

input[name=my-accordion-2]:checked ~ .collapse-content {
  padding: 1rem 2rem 2rem !important;
}

@media (max-width: 575px) {
  .collapse-content [class*=indent] {
    text-indent: 0;
  }
}

@media (max-width: 767px) {
  .sdijkzznsangkfkijlohdszlofglijolghosaldjfzj {
    transform: scale(0.475);
  }
}

.zdfghbnsfgh {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 17px 40px rgba(0, 0, 0, 0.169608);
}

@media (min-width: 1200px) {
  .zdfghbnsfgh {
    flex-direction: row;
  }
}
.zdfghbnsfgh &gt; div {
  width: 100%;
}
@media (min-width: 1200px) {
  .zdfghbnsfgh &gt; div {
    width: 50%;
  }
}
.zdfghbnsfgh &gt; div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem;
}
@media (max-width: 1199px) {
  .zdfghbnsfgh &gt; div:last-child p.text-28 {
    font-size: 1.25rem;
  }

.collapse-content .zdfghbnsfgh &gt; div:last-child p.text-28 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .collapse-content .zdfghbnsfgh &gt; div:last-child p.text-28 {
    font-size: 1.25rem;
  }
}
}
.zdfghbnsfgh &gt; div:first-child {
  align-self: flex-start;
}
.zdfghbnsfgh &gt; div:first-child img {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media (min-width: 1200px) {
  .zdfghbnsfgh &gt; div:first-child img {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-top-right-radius: 0px;
  }
}
.zdfghbnsfgh &gt; div:first-child .img-wrapper {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.zdfghbnsfgh &gt; div:first-child .img-wrapper &gt; * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.zdfghbnsfgh &gt; div:first-child .img-wrapper {
  --tw-aspect-h: 1;
}
.zdfghbnsfgh &gt; div:first-child .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body, html {
  overflow-x: hidden;
}

.splide-review3 .splide__arrow {
  top: calc(50% - 5rem);
}

.btn-1st {
  background: linear-gradient(180deg, #0575E6 0%, #021B79 100%);
  border: none;
}

.btnawseu {
  display: flex;
  width: 135px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.btnawseu &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.btnawseu {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(7 13 63 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.btnawseu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 13 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btnawseu {
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: 0.2pt;
}
.btnawseu:hover a, .btnawseu:hover p {
  --tw-text-opacity: 1;
  color: rgb(7 13 63 / var(--tw-text-opacity));
  color: #fff;
}
.btnawseu:hover svg {
  filter: brightness(100);
}

.mn {
  height: 461px;
  width: 416px;
  max-width: 416px;
}

.sccdafg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-repeat: repeat-x;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (min-width: 480px) {
  .sccdafg {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .sccdafg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .sccdafg {
    align-items: center;
    text-align: center;
  }
}

.sccdafg {
  height: 336px;
}
.sccdafg &gt; div {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .sccdafg &gt; div {
    margin-left: auto;
    margin-right: auto;
    max-width: 48rem;
  }
}
@media (min-width: 1200px) {
  .sccdafg &gt; div {
    max-width: 56rem;
  }
}
@media (max-width: 479px) {
  .sccdafg &gt; img {
    display: none;
  }
}

.deccdd {
  position: relative;
}
.deccdd .trd {
  position: absolute;
  top: -1.25rem;
  right: -5rem;
  height: 150px;
}
.deccdd .bld {
  position: absolute;
  bottom: 0px;
  left: -5rem;
  height: 150px;
}

.adefgg {
  background: linear-gradient(180deg, rgba(213, 225, 250, 0) 0%, #D5E1FA 100%);
}

.rtfh {
  background: linear-gradient(300.88deg, #0575E6 0%, #021B79 100%);
}
@media (min-width: 1200px) {
  .rtfh {
    border-radius: 150px 0px;
  }
}

.sdfhgss {
  background: linear-gradient(127.77deg, #F22B3E 0%, #F85032 100%);
}
@media (min-width: 1200px) {
  .sdfhgss {
    border-radius: 150px 0px;
  }
}

.c-ccnnt {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: flex;
  height: 280px;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
}

.c-ccnnt &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.c-ccnnt {
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(7 13 63 / var(--tw-border-opacity));
  padding: 1.5rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.three-detail .text-18.c-ccnnt.max-w-\[290px\] {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

@media (min-width: 1200px) {
  .c-ccnnt {
    height: 300px;
    justify-content: center;
  }
}
.c-ccnnt.sduhg223 {
  height: auto;
  max-width: initial;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.c-ccnnt.cdsk {
  display: none;
}
@media (min-width: 1200px) {
  .c-ccnnt.cdsk {
    display: flex;
  }
  .c-ccnnt.cmb {
    display: none;
  }
}
.c-ccnnt &gt; svg {
  flex: 0 0 75px;
}
.c-ccnnt.hhnlgh, .c-ccnnt:hover {
  border-color: transparent;
  background: linear-gradient(322.97deg, #F22B3E 2.95%, #F53E38 50.82%, #F85032 96.73%);
}
.c-ccnnt.hhnlgh *, .c-ccnnt:hover * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.c-ccnnt.hhnlgh &gt; svg path, .c-ccnnt.hhnlgh.sduhg223 &gt; div &gt; div &gt; svg path, .c-ccnnt:hover &gt; svg path, .c-ccnnt:hover.sduhg223 &gt; div &gt; div &gt; svg path {
  fill: #F85032;
}
.c-ccnnt.hhnlgh &gt; svg circle, .c-ccnnt.hhnlgh.sduhg223 &gt; div &gt; div &gt; svg circle, .c-ccnnt:hover &gt; svg circle, .c-ccnnt:hover.sduhg223 &gt; div &gt; div &gt; svg circle {
  filter: grayscale(1) brightness(100);
}

.cntr {
  --tw-border-opacity: 1;
  border-color: rgb(242 43 62 / var(--tw-border-opacity));
}

.jkomdnofgnmh {
  background: linear-gradient(0deg, rgba(213, 225, 250, 0) 0%, #D5E1FA 100%);
}

.doflrjrk {
  background: linear-gradient(180deg, #021B79 0%, #0575E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sdofjgskon {
  background: linear-gradient(180deg, #021B79 0%, #2A5298 100%);
}
@media (min-width: 1200px) {
  .sdofjgskon {
    border-radius: 100px 100px 0px 0px;
  }
}

.dsruihujsgsu {
  background: linear-gradient(180deg, rgba(255, 204, 204, 0) 0%, #FFCCCC 100%);
}

.sdfhgedrhtrkuuyooiuy {
  background: linear-gradient(0deg, rgba(255, 204, 204, 0) 0%, #FFCCCC 100%);
}

.dsrfjfdoljkdfo {
  background: linear-gradient(180deg, #F22B3E 0%, #F85032 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.sadfghsdassdfu6675 {
  background: linear-gradient(299.55deg, #0575E6 0%, #021B79 98.55%);
  border-radius: 60px;
}

.aedrshsgsadf {
  background: linear-gradient(180deg, rgba(213, 225, 250, 0) 0%, #D5E1FA 100%);
}

.rt6trhsthshrtthhgdft {
  background: linear-gradient(180deg, #F22B3E 0%, #F85032 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rt6trhsthshrtthhgdft &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.rt6trhsthshrtthhgdft {
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.adfthsdthshdtfg {
  padding: 1rem;
}

@media (min-width: 1200px) {
  .adfthsdthshdtfg {
    padding: 0.5rem;
  }
}

.adfthsdthshdtfg {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 576px) {
  .adfthsdthshdtfg {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .adfthsdthshdtfg {
    width: 25%;
  }
}
.adfthsdthshdtfg svg {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  transform-origin: center;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  left: calc(50% - 50px);
}
.adfthsdthshdtfg p {
  line-height: 1.2;
}
@media (max-width: 575px) {
  .adfthsdthshdtfg.sep-r-2nd:after {
    display: none;
  }
}

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

.three-detail .text-18.nnffnfnfnf.max-w-\[290px\] {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

@media (min-width: 1200px) {
  .nnffnfnfnf {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.nnffnfnfnf.active .collapse {
  display: none;
}
.nnffnfnfnf.active .collapse:nth-child(1), .nnffnfnfnf.active .collapse:nth-child(2), .nnffnfnfnf.active .collapse:nth-child(3) {
  display: grid;
}

.anchor {
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}

#know, #detail, #solve {
  position: relative;
  top: -90px;
}

#price, #review, #faq, #regist {
  position: relative;
  top: -130px;
}

html .co-scroll-to-top {
  transition: all 0.3s;
  border-radius: 4px 4px 0 0;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 10px 10px 35px;
  position: fixed;
  right: 5px;
  bottom: 20px;
  border-radius: 9999px;
}

@media (min-width: 992px) {
  html .co-scroll-to-top {
    right: 30px;
    bottom: 47px;
  }
}

html .co-scroll-to-top {
  text-align: center;
  text-decoration: none;
  z-index: 1040;
  font-size: 0.8em;
}
html .co-scroll-to-top img {
  width: 40px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html .co-scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

html .co-scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

html .co-scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}

html.lightbox-opened .co-scroll-to-top {
  right: 27px;
}

html.ie11 .co-scroll-to-top {
  right: 25px;
}

@media (max-width: 991px) {
  html .co-scroll-to-top.hidden-mobile {
    display: none !important;
  }
}
.top-dsaijfsrgs {
  top: calc(50% - 46px);
}
@media (min-width: 376px) {
  .top-dsaijfsrgs {
    top: calc(50% - 51px);
  }
}
@media (min-width: 992px) {
  .top-dsaijfsrgs {
    top: 50%;
  }
}

.full-url {
  position: relative;
}
.full-url &gt; a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
}

.flex-full {
  flex: 1 1 100%;
}

.dropdown-style {
  font-size: 16px;
}
.dropdown-style ul {
  position: absolute;
  background-color: #fff;
  top: 100%;
  overflow: hidden;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  box-shadow: 0px 17px 40px rgba(0, 0, 0, 0.169608);
  margin-top: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding: 0.75rem !important;
}
.dropdown-style ul li &gt; a {
  padding: 1.25rem 0.75rem;
  border-radius: 0px;
}
.dropdown-style ul li &gt; a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 13 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dropdown-style summary:active {
  background-color: white !important;
  color: #070D3F !important;
}
.dropdown-style summary + ul {
  width: 520px;
}

#num1, #num2, #num3, #num4, #num5, #num6 {
  white-space: nowrap;
  display: inline-block;
  padding-right: 0.25rem;
}

@media (min-width: 992px) {
  .btn-bbgg {
    height: 4.5rem;
    padding: 0.75rem 1.75rem !important;
  }
}

.collapse-arrow &gt; .collapse-title:after {
  transform: rotate(45deg) translateY(0) !important;
  top: 25px !important;
  transform-origin: right !important;
}

.collapse-arrow:not(.collapse-close) &gt; input[type=checkbox]:checked ~ .collapse-title:after {
  transform: rotate(225deg) translateY(-50%) !important;
}

.stdd {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.55 !important;
  z-index: 0;
}

.stdd-top {
  top: 130px;
}

.stdd-bottom, .eng2-bottom {
  bottom: 0;
}

.eng2-top {
  top: 0px;
}

.menu :where(li ul) {
  margin-left: 2.25rem;
}

.menu :where(li ul):before {
  background-color: #ccc;
}

.dropdown:is(:not(details)) .dropdown-content {
  padding: 1rem;
  border-top: 1px solid rgba(7, 13, 63, 0.14);
}

.three-detail p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-18.font-semibold.xs\:text-24 {
  white-space: nowrap;
}

@media (min-width: 480px) {
  .sedijhgfsrdlrsijlhkk {
    top: 50%;
  }
}
@media (max-width: 479px) {
  .sedijhgfsrdlrsijlhkk {
    top: calc(50% - 10px);
  }
}

.collapse-title {
  font-weight: 500;
}

#num11, #num12, #num13 {
  padding-right: 5px;
}

.asfiksjoodkhuou {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 50;
}

.asfiksjoodkhuou &gt; * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.asfiksjoodkhuou {
  --tw-aspect-h: 55;
}

@media (min-width: 480px) {
  .asfiksjoodkhuou {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }
  .asfiksjoodkhuou &gt; * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .asfiksjoodkhuou {
    --tw-aspect-h: 9;
  }
}
.asfiksjoodkhuou &gt; img:first-child {
  display: none;
}
@media (min-width: 480px) {
  .asfiksjoodkhuou &gt; img:first-child {
    display: block;
  }
  .asfiksjoodkhuou &gt; img:nth-child(2) {
    display: none;
  }
}
.asfiksjoodkhuou.y33 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 50;
}
.asfiksjoodkhuou.y33 &gt; * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.asfiksjoodkhuou.y33 {
  --tw-aspect-h: 75;
}
@media (min-width: 480px) {
  .asfiksjoodkhuou.y33 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }
  .asfiksjoodkhuou.y33 &gt; * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .asfiksjoodkhuou.y33 {
    --tw-aspect-h: 9;
  }
}

.dropdown-style ul {
  top: calc(100% + 22px);
}

.three-detail .text-18.mx-auto.max-w-\[290px\] {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.sghfsafghusafduhgusk {
  font-family: notosansthai;
  line-height: 1;
}

.know-modal {
  cursor: pointer;
}

.bhasdfbfsdabsadfbsdfgabfagsdasdf {
  background-color: rgba(0, 0, 0, 0.669608);
  position: fixed;
  z-index: 0;
  height: calc(100vh - 69px);
  width: 100vw;
  left: 0;
  top: 69px;
  visibility: hidden;
  opacity: 0;
}

.dropdown:focus .dropdown-content, .dropdown:focus-within .dropdown-content {
  visibility: hidden !important;
  opacity: 0 !important;
}

.dropdown .label-xxxx.active + .dropdown-content {
  visibility: visible !important;
  opacity: 1 !important;
}

.dropdown .label-xxxx.active ~ .bhasdfbfsdabsadfbsdfgabfagsdasdf {
  visibility: visible;
  opacity: 1;
}

.ic-wrapper {
  flex: 0 0 45px;
}
@media (min-width: 992px) {
  .ic-wrapper {
    flex: 0 0 70px;
  }
}

.collapse-content .text-20 {
  font-size: 1rem !important;
}
@media (min-width: 576px) {
  .collapse-content .text-20 {
    font-size: 1.25rem !important;
  }
}</pre></body></html>