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

nav {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #efefef;
  opacity: 90%;
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: solid 1px rgba(173, 173, 173, 0.2352941176);
  backdrop-filter: blur(6px);
}
nav svg {
  height: 2rem;
}

header {
  height: 100vh;
}
header .positionVI {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  height: 100vh;
  padding: 30vh 2rem 0rem;
  padding-left: calc(1rem + 4vw);
}
header .sInfo h3 {
  font-size: calc(1rem + 0.4vw);
  font-weight: normal;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
header .sInfo h3 b {
  font-weight: 700;
}
header .sInfo h3:nth-child(1) {
  font-size: calc(1.85rem + 1vw);
  margin-bottom: 1.5rem;
}
header .sInfo a.btmA {
  padding: 0.6rem 1.2rem;
  font-size: calc(0.8rem + 0.3vw);
  font-weight: 600;
  color: #1b6042;
  background-color: rgba(255, 200, 0, 0.8705882353);
  border-radius: 99px;
  text-decoration: none;
  transition: all 0.3s ease;
}
header .sInfo a.btmA:hover {
  background-color: #ffe26f;
  color: #ab700c;
  box-shadow: 0 0 10px rgba(255, 236, 173, 0.5);
}
header .mInfo {
  display: flex;
  flex-direction: column;
}
header .mInfo h1 {
  flex: 1 0;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: calc(2rem + 10vw);
  margin-bottom: 0;
  line-height: 0.75;
  opacity: 0.35;
}
header .mInfo h1 b {
  font-weight: 900;
}
header .mInfo .h2 {
  flex: 1 0;
  display: flex;
  align-self: stretch;
  align-items: baseline;
  font-weight: 500;
  margin-bottom: 0rem;
  line-height: 0.8;
}
header .mInfo .h2 h2 {
  font-size: calc(0.6rem + 2vw);
  font-weight: 500;
  background: rgba(0, 0, 0, 0.1882352941);
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: calc(0.2rem + 0.6vw);
  padding-top: calc(0.2rem + 0.5vw);
  padding-bottom: calc(0.2rem + 0.5vw);
  padding-left: calc(0.5rem + 1vw);
  padding-right: calc(0.5rem + 1vw);
}
header .mInfo .h2 p {
  font-size: calc(0.6rem + 2vw);
  font-weight: 300;
  margin-left: 1rem;
  margin-right: 1rem;
}

main {
  padding: 0rem;
  background-color: #ffffff;
}
main section {
  position: relative;
  padding: 4rem 1rem;
}
main section .sectionTitle {
  font-size: calc(1.5rem + 1vw);
  font-weight: 700;
  margin-bottom: 1rem;
}
main section ul {
  padding: 0;
  padding-left: 1.5rem;
  margin: 0;
  margin-bottom: 0.4rem;
  border-left: 2px solid rgba(62, 155, 160, 0.3725490196);
  transform: translateX(2px);
}
main section ul li {
  line-height: 1.6;
}
main section h4 {
  font-size: calc(0.7rem + 0.2vw);
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
main section:nth-child(2) .container > h5 {
  font-size: calc(0.9rem + 0.4vw);
  font-weight: 500;
  margin-bottom: 2rem;
  color: #276aa9;
}
main section:nth-child(2) .container .passBox {
  padding: 2rem 1rem;
  border-top: 1px solid rgba(136, 136, 136, 0.3450980392);
}
main section:nth-child(2) .container .passBox .passReportIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: calc(0.7rem + 0.4vw);
  margin-bottom: 0.5rem;
}
main section:nth-child(2) .container .passBox .passReportIcon svg {
  width: 10vw;
  max-width: 100px;
  min-width: 72px;
  color: #34aec1;
}
main section:nth-child(2) .container .passBox .passReportIcon img {
  width: 60%;
  max-width: 280px;
  min-width: 180px;
}
main section:nth-child(2) .container .passBox .passReportIcon h5 {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: calc(1.25rem + 0.3vw);
  font-weight: 300;
  color: #164d80;
}
main section:nth-child(2) .container .passBox .mService,
main section:nth-child(2) .container .passBox .sService {
  display: flex;
  flex-direction: column;
}
main section:nth-child(2) .container .passBox .mService .passTag,
main section:nth-child(2) .container .passBox .sService .passTag {
  font-size: calc(0.7rem + 0.3vw);
  font-weight: 600;
  padding: 0.2rem;
  border-top: 1px solid rgba(116, 187, 191, 0.3137254902);
  border-bottom: 1px solid rgba(116, 187, 191, 0.3137254902);
  margin-bottom: -0.5rem;
}
main section:nth-child(2) .container .passBox .mService .passTag span,
main section:nth-child(2) .container .passBox .sService .passTag span {
  font-size: calc(0.7rem + 0.3vw);
  font-weight: 400;
}
main section:nth-child(2) .container .passBox .mService .passTag span::before,
main section:nth-child(2) .container .passBox .sService .passTag span::before {
  content: " / ";
  font-size: calc(0.9rem + 0.3vw);
  font-weight: 200;
  margin: 0 0.4rem;
}
main section:nth-child(2) .container .passBox .mService .passTitle,
main section:nth-child(2) .container .passBox .sService .passTitle {
  font-size: calc(1rem + 0.4vw);
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
main section:nth-child(2) .container .passBox .mService p,
main section:nth-child(2) .container .passBox .sService p {
  font-size: calc(0.75rem + 0.3vw);
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
main section:nth-child(2) .container .passBox .mService .passTag {
  color: #34aec1;
}
main section:nth-child(2) .container .passBox .mService .passTag span {
  color: #34aec1;
}
main section:nth-child(2) .container .passBox .mService[aria-label=v] .passTag {
  color: #50be5d;
}
main section:nth-child(2) .container .passBox .mService[aria-label=v] .passTag span {
  color: #50be5d;
}
main section:nth-child(2) .container .passBox .sService .passTag {
  color: #cb2121;
}
main section:nth-child(2) .container .passBox .sService .passTag span {
  color: #cb2121;
}
main section:nth-child(2) .container .passBox .sService[aria-label="!"] .passTag {
  color: #ef8400;
}
main section:nth-child(2) .container .passBox .sService[aria-label="!"] .passTag span {
  color: #ef8400;
}
main section:nth-child(2) .container .passBox:last-child {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3450980392);
}
main section:nth-child(3) .container .sectionTitle {
  border-bottom: solid 1px rgba(85, 85, 85, 0.2078431373);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
main section:nth-child(3) .container .reasonMain {
  border: solid 1px rgba(173, 173, 173, 0.4235294118);
  border-radius: 4px;
  margin: 1rem 0;
  background: rgba(255, 255, 255, 0.4705882353);
  overflow: hidden;
}
main section:nth-child(3) .container .reasonMain .rMIG1box {
  height: 16rem;
  background-image: url("../images/asvsimg03.jpg");
  background-size: cover;
  background-position: 60% 80%;
}
main section:nth-child(3) .container .reasonMain div {
  padding: 1rem;
}
main section:nth-child(3) .container .reasonMain div h5 {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
main section:nth-child(3) .container .reasonMain div h5 b {
  font-weight: 700;
  color: #ef6800;
}
main section:nth-child(3) .container .reasonBox {
  display: flex;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) h3, main section:nth-child(3) .container .reasonBox > div:nth-child(2) h3 {
  border-bottom: solid 1px rgba(85, 85, 85, 0.1450980392);
  padding-bottom: 1rem;
  color: #146f8d;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-self: stretch;
  align-self: stretch;
  font-size: calc(0.7rem + 0.3vw);
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.5254901961);
  padding: 1rem 1.2rem;
  border: solid 2px rgba(173, 173, 173, 0.2352941176);
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(116, 116, 116, 0.1);
  position: relative;
  transition: all 0.3s ease;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem:hover, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem:hover {
  border: solid 2px rgba(19, 155, 234, 0.6862745098);
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.9333333333);
  box-shadow: 2px 2px 12px rgba(86, 86, 86, 0.2);
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .tagID, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .tagID {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(2.5rem + 0.3vw);
  height: calc(2.5rem + 0.3vw);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: calc(1.25rem + 0.3vw);
  font-weight: 600;
  color: #ffffff;
  background-color: #34aec1;
  border-radius: 99px;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.5rem;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem h4, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem h4 {
  font-size: calc(1.2rem + 0.2vw);
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom: solid 1px rgba(85, 85, 85, 0.1450980392);
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .itemPrice, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .itemPrice {
  font-size: calc(0.6rem + 0.3vw);
  font-weight: 400;
  margin-bottom: 0.75rem;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .itemPrice span, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .itemPrice span {
  font-size: calc(1.35rem + 0.3vw);
  font-weight: 600;
  color: #34aec1;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem ul, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem ul {
  margin-bottom: 1rem;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem select, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.4rem 0.6rem;
  font-size: calc(0.9rem + 0.2vw);
  border: solid 1px rgba(173, 173, 173, 0.3607843137);
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(116, 116, 116, 0.1);
  background: #ffffff;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem select:focus, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem select:focus {
  outline: none;
  border: solid 1px rgba(19, 155, 234, 0.6862745098);
  box-shadow: 0 0 8px rgba(19, 155, 234, 0.4);
  background: rgba(255, 255, 255, 0.9333333333);
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .selectBox, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .selectBox {
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  flex-direction: column;
  border-radius: 6px;
  background: rgba(136, 136, 136, 0.1254901961);
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .selectBox p, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .selectBox p {
  padding: 0.6rem 0.7rem;
  margin: 0;
  font-size: calc(0.7rem + 0.15vw);
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .btnSend, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .btnSend {
  display: flex;
  justify-content: space-between;
  border: solid 2px #34aec1;
  font-size: calc(0.8rem + 0.2vw);
  font-weight: 600;
  color: #ffffff;
  background-color: #34aec1;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.1;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .btnSend:hover, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .btnSend:hover {
  background-color: #2696d7;
  border-color: #2696d7;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .btnSend:hover .btnR, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .btnSend:hover .btnR {
  color: #ea4913;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .btnSend .btnL, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .btnSend .btnL {
  flex: 1 0;
  padding: 0.4rem 0.8rem;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .btnSend .btnL div, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .btnSend .btnL div {
  width: 100%;
  font-size: calc(0.7rem + 0.2vw);
  font-weight: 400;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .btnSend .btnL .itemPriceD, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .btnSend .btnL .itemPriceD {
  text-align: center;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .btnSend .btnL .itemPriceD span, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .btnSend .btnL .itemPriceD span {
  color: #ffffff;
  font-size: calc(1.25rem + 0.3vw);
  font-weight: 700;
}
main section:nth-child(3) .container .reasonBox > div:nth-child(1) .reasonItem .btnSend .btnR, main section:nth-child(3) .container .reasonBox > div:nth-child(2) .reasonItem .btnSend .btnR {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0b8aad;
  background-color: #ffffff;
  padding: 0.2rem 1rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.3s ease;
}
main section:nth-child(3) .container .reasonBox .tagS02 {
  background-color: #2696d7 !important;
}
main .maskBox {
  margin-right: 0;
  margin-left: 0;
  padding: 1rem 1rem;
  background: rgba(255, 255, 255, 0.266);
  border: solid 1px rgba(173, 173, 173, 0.2352941176);
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(116, 116, 116, 0.15);
  backdrop-filter: blur(5px);
  text-align: justify;
}
main .rMitemG1 {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main .rMitemG1 .accordion-item {
  border: none;
  border-radius: 0px;
  box-shadow: 0 0 8px rgba(116, 116, 116, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
main .rMitemG1 .accordion-item:nth-child(1) .rMIG1box {
  background-image: url("../images/asvsimg03.jpg");
  background-size: cover;
  background-position: 60% 80%;
}
main .rMitemG1 .accordion-item:nth-child(2) .rMIG1box {
  background-image: url("../images/asvsimg05.jpg");
  background-size: cover;
  background-position: 60% 80%;
}
main .rMitemG1 .accordion-item:nth-child(3) .rMIG1box {
  background-image: url("../images/asvsimg04b.jpg");
  background-size: cover;
  background-position: 60% 100%;
}
main .rMitemG1 .accordion-item:nth-child(4) .rMIG1box {
  background-image: url("../images/asvsimg06.jpg");
  background-size: cover;
  background-position: 60% 80%;
}
main .rMitemG1 .accordion-item .accordion-body {
  padding: 0 1rem 1.5rem 1rem;
}
main .rMitemG1 .accordion-item > ul {
  list-style: none;
  padding: 3rem 0.6rem 0 0.8rem;
  margin: 0;
  margin-bottom: 0.3rem;
  border-left: 1px solid rgba(62, 124, 160, 0.4588235294);
}
main .rMitemG1 .accordion-item > ul li {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
main .rMitemG1 .accordion-item > ul li b {
  display: block;
  color: #326c65;
  font-size: 1.15em;
  font-weight: 600;
  padding-top: 0.5rem;
  margin-bottom: 0.25rem;
}
main .rMitemG1 .rMIG1box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 15rem;
}
main .rMitemG1 .rMIG1box .linebgN01 {
  padding: 0.5rem 0;
  cursor: pointer !important;
}
main .rMitemG1 .rMIG1box .linebgN01 h3 {
  display: inline-block;
  font-size: calc(1rem + 0.5vw);
  font-weight: 600;
  margin-bottom: 0;
  padding: 0.25rem 1rem 0 1rem;
}
main .rMitemG1 .rMIG1box .linebgN01 p {
  font-size: calc(0.8rem + 0.3vw);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0.25rem 1rem;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #efefef;
  opacity: 90%;
  width: 100%;
  padding: 0.5rem 1rem;
  border-top: solid 1px rgba(173, 173, 173, 0.2352941176);
  backdrop-filter: blur(6px);
  font-size: calc(0.7rem + 0.2vw);
  color: #555555;
}
footer a {
  color: #555555;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #34aec1;
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(60px);
  visibility: hidden;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

.slogo {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: rgba(185, 250, 207, 0.2);
  padding: 0.75rem 0.4rem;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.2509803922);
  border-top: 1px solid rgba(255, 255, 255, 0.4705882353);
  border-bottom: 1px solid rgba(255, 255, 255, 0.137254902);
  box-shadow: 0 0 8px rgba(116, 116, 116, 0.1);
  backdrop-filter: blur(5px);
  font-family: "Red Hat Display", sans-serif;
  font-size: calc(0.8rem + 0.3vw);
  writing-mode: vertical-rl;
  transition: all 0.3s ease;
}
.slogo .cDot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none !important;
  color: #ef8400;
  background-color: #ffffff;
  border-radius: 999px;
}
.slogo:hover {
  background-color: rgba(75, 217, 239, 0.6666666667);
  color: #e0e0e0;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  text-decoration: none !important;
  transform: translateY(12px);
}
.slogo:hover .cDot {
  background-color: #ffffff;
  color: #34aec1;
}

.asvImg01 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url("../images/asvmimg02b.png");
  background-attachment: fixed;
  background-position: 80% 30%;
  background-size: cover;
  animation: imgAnimationZ 10s ease-in-out;
}

.asvImg02 {
  position: absolute;
  min-width: 300px;
  min-height: 300px;
  background-image: url("../images/asvsimg01b.png");
  background-size: contain;
  background-position: 100% 20%;
  background-repeat: no-repeat;
  transform: scale(130%);
}

.bgN01 {
  background: linear-gradient(-20deg, #2a8548, #276aa9, #405a98, #9e70c1);
  background-size: 300% 300%;
  transition: all 0.5s;
  animation: gradientAnimation 10s ease-in-out infinite;
}

.bgN02 {
  background: linear-gradient(160deg, #aae4e6, #f8f9e1, #b8dded);
  background-size: 400% 400%;
  animation: gradientAnimation 15s ease-in-out infinite;
}

.bgN03 {
  background: linear-gradient(110deg, #b9bbb9, #ffffff, #ffffff, #dfe6ec, #f8effa, #fffcfa, #eee6f5);
  background-size: 250% 250%;
  transition: all 0.5s;
  animation: gradientAnimation 15s ease-in-out infinite;
}

.linebgN01 {
  background: linear-gradient(30deg, rgba(255, 255, 255, 0.8745098039), rgba(255, 255, 255, 0.5333333333), rgba(255, 255, 255, 0.5333333333));
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgAnimationZ {
  0% {
    background-position: 60% 100%;
  }
  100% {
    background-position: 80% 30%;
  }
}/*# sourceMappingURL=styles_a1.css.map */