@import 'fonts.css';
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-family: "Verdana";
  min-height: 100vh;
}

.full_height {
  height: 100%;
}

.video_content {
  z-index: 100 !important;
}

.modalWelcome {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome_height {
  margin-bottom: 1.8518518519vh !important;
}

.vw .welcome_height {
  margin-bottom: 1.0416666667vw !important;
}

/* Visible state for sections */
.visible {
  pointer-events: auto;
}

main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 177.7777777778vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  main #start_section,
  main #start_exp {
    max-width: 71vh;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 1px;
}

@media (max-width: 767px) {
  .mobile_onboarding .container {
    height: 100vh;
  }
}

.vw main {
  max-width: 100vw;
}
@media all and (max-width: 767px) {
  .vw main {
    max-width: 100vw;
  }
}
.vw .pagecontents {
  max-width: 100vw;
}

.d-flexs {
  display: flex;
  justify-content: center;
}

.popup_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2rem);
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
}
.popup_wrap.show {
  z-index: 1000;
  opacity: 1;
}
.popup_wrap .about_discovery {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
  max-width: 149.6296296296vh;
  flex-direction: column;
}
.popup_wrap .about_discovery .about_popup {
  position: relative;
  background-color: white;
  box-shadow: -0.462962963vh 0 0.1851851852vh 3.4259259259vh rgba(135, 153, 191, 0.5);
  padding-top: 5.8333333333vh;
  padding-bottom: 2.7777777778vh;
  padding-left: 11.1111111111vh;
  padding-right: 14.0740740741vh;
  border-radius: 5.5555555556vh;
}
.popup_wrap .about_discovery .about_popup h2 {
  padding-bottom: 6.6666666667vh;
  color: #ED8B00;
  font-size: 4.7222222222vh;
  font-weight: 700;
  line-height: 1;
}
.popup_wrap .about_discovery .about_popup h3 {
  font-weight: bold;
  color: black;
  font-size: 1.8229166667vw;
  padding-bottom: 3.75vw;
}
.popup_wrap .about_discovery .about_popup .popup_p-1, .popup_wrap .about_discovery .about_popup .popup_p-2, .popup_wrap .about_discovery .about_popup .popup_p-3 {
  font-size: 2.3148148148vh;
  font-weight: 400;
  line-height: 1.48;
  color: #414141;
}
@media all and (max-width: 450px) {
  .popup_wrap .about_discovery .about_popup .popup_p-1, .popup_wrap .about_discovery .about_popup .popup_p-2, .popup_wrap .about_discovery .about_popup .popup_p-3 {
    font-size: 1.4814814815vh;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 896px) and (max-height: 414px) and (orientation: landscape) {
  .popup_wrap .about_discovery .about_popup .popup_p-1, .popup_wrap .about_discovery .about_popup .popup_p-2, .popup_wrap .about_discovery .about_popup .popup_p-3 {
    font-size: 2.1296296296vh;
  }
}
.popup_wrap .about_discovery .about_popup .popup_p-1, .popup_wrap .about_discovery .about_popup .popup_p-2 {
  padding-bottom: 2.6851851852vh;
}
.popup_wrap .about_discovery .about_popup .cross-button {
  position: absolute;
  right: -9.2592592593vh;
  top: -7.962962963vh;
  cursor: pointer;
}
.popup_wrap .about_discovery .about_popup .cross-button img {
  max-width: 18.5185185185vh;
}
.popup_wrap .about_discovery .about_popup .feedback_list {
  font-size: 2.037037037vh;
}
.popup_wrap .about_discovery .about_popup .feedback_list li {
  width: 100%;
  padding-bottom: 3.7037037037vh;
  border-bottom: 0.0925925926vh solid #006FC5;
  padding-top: 2.3148148148vh;
}
.popup_wrap .about_discovery .about_popup .feedback_list li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.popup_wrap .about_discovery .about_popup .feedback_list li:first-child {
  padding-top: 0px;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents {
  display: flex;
  width: 100%;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .feedback_paragraph {
  width: 66.6666666667vh;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .feedback_paragraph p {
  font-size: 2.037037037vh;
  line-height: 1.45;
  font-weight: 400;
  color: #414141;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs {
  display: flex;
  width: 46.8518518519vh;
  padding-left: 3.7037037037vh;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input {
  margin-right: 1.7592592593vh;
  padding-top: 1.8518518519vh;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input:last-child {
  margin-right: 0vh;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input input {
  display: none;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input input:checked ~ label {
  box-shadow: 0 0 0 0.3645833333vw rgba(135, 153, 191, 0.5);
  outline: 0;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_1, .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_2, .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_3, .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_4, .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_5 {
  padding-top: 1.8518518519vh;
  padding-bottom: 1.8518518519vh;
  padding-left: 2.7777777778vh;
  padding-right: 2.7777777778vh;
  color: white;
  border-radius: 4.6296296296vh;
  font-size: 2.7777777778vh;
  cursor: pointer;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_1:hover, .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_2:hover, .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_3:hover, .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_4:hover, .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_5:hover {
  filter: brightness(0.8);
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_1 {
  background-color: #D83242;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_2 {
  background-color: #E4733F;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_3 {
  background-color: #EEC400;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_4 {
  background-color: #9FD041;
}
.popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_5 {
  background-color: #19BC67;
}
.popup_wrap .about_discovery .about_popup .submit_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_wrap .about_discovery .about_popup .submit_form a {
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 5.5555555556vh;
  margin-bottom: 2.7777777778vh;
  max-width: 27.7777777778vh;
  width: 100%;
  padding: 2.7777777778vh;
  background-color: #ED8B00;
  border-radius: 7.8703703704vh;
  font-size: 2.7777777778vh;
}
.popup_wrap .about_discovery .pb-92 {
  padding-bottom: 8.5185185185vh !important;
}
.popup_wrap .about_discovery .tags-contents {
  position: absolute;
  top: 4.3518518519vh;
  left: -4.0740740741vh;
  background-color: #ED8B00;
  padding-left: 5vh;
  border-top-right-radius: 5.5555555556vh;
  border-bottom-right-radius: 5.5555555556vh;
  display: flex;
}
.popup_wrap .about_discovery .tags-contents .icon-i {
  max-width: 6.4814814815vh;
}

.popup-p {
  padding-top: 8.6111111111vh !important;
  padding-left: 14.537037037vh !important;
  padding-right: 6.9444444444vh !important;
  padding-bottom: 15vh !important;
}

.one_section {
  width: 50%;
  margin-top: 0.9259259259vh;
  margin-bottom: 2.1296296296vh;
  list-style: none !important;
  counter-reset: item;
}
.one_section li {
  counter-increment: item;
  margin-bottom: 0.9259259259vh;
}
.one_section li::before {
  content: counter(item) ". ";
  font-weight: bold;
  margin-right: 0.3703703704vh;
}

.vw .popup_wrap .about_discovery {
  max-width: 84.1666666667vw;
}
.vw .popup_wrap .about_discovery .about_popup {
  box-shadow: -0.2604166667vw 0 0.1041666667vw 1.9270833333vw rgba(135, 153, 191, 0.5);
  padding-top: 3.28125vw;
  padding-bottom: 1.5625vw;
  padding-left: 6.25vw;
  padding-right: 7.9166666667vw;
  border-radius: 3.125vw;
}
.vw .popup_wrap .about_discovery .about_popup h2 {
  padding-bottom: 3.75vw;
  font-size: 2.65625vw;
}
.vw .popup_wrap .about_discovery .about_popup h3 {
  font-weight: bold;
  color: black;
  font-size: 1.8229166667vw;
  padding-bottom: 3.75vw;
}
.vw .popup_wrap .about_discovery .about_popup .popup_p-1, .vw .popup_wrap .about_discovery .about_popup .popup_p-2, .vw .popup_wrap .about_discovery .about_popup .popup_p-3 {
  font-size: 1.3020833333vw;
}
@media all and (max-width: 450px) {
  .vw .popup_wrap .about_discovery .about_popup .popup_p-1, .vw .popup_wrap .about_discovery .about_popup .popup_p-2, .vw .popup_wrap .about_discovery .about_popup .popup_p-3 {
    font-size: 0.8333333333vw;
  }
}
.vw .popup_wrap .about_discovery .about_popup .popup_p-1, .vw .popup_wrap .about_discovery .about_popup .popup_p-2 {
  padding-bottom: 1.5104166667vw;
}
.vw .popup_wrap .about_discovery .about_popup .cross-button {
  right: -5.2083333333vw;
  top: -4.4791666667vw;
}
.vw .popup_wrap .about_discovery .about_popup .cross-button img {
  max-width: 10.4166666667vw;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list {
  font-size: 1.1458333333vw;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li {
  padding-bottom: 2.0833333333vw;
  border-bottom: 0.0520833333vw solid #006FC5;
  padding-top: 1.3020833333vw;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li:first-child {
  padding-top: 0px;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .feedback_paragraph {
  width: 37.5vw;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .feedback_paragraph p {
  font-size: 1.1458333333vw;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs {
  width: 26.3541666667vw;
  padding-left: 2.0833333333vw;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input {
  padding-top: 1.0416666667vw;
  margin-right: 0.9895833333vw;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input:last-child {
  margin-right: 0vw;
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input input:checked ~ label {
  box-shadow: 0 0 0 0.3645833333vw rgba(135, 153, 191, 0.5);
}
.vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_1, .vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_2, .vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_3, .vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_4, .vw .popup_wrap .about_discovery .about_popup .feedback_list li .feedback_contents .checkboxs .input .option1_5 {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  border-radius: 2.6041666667vw;
  font-size: 1.5625vw;
  font-weight: 600;
}
.vw .popup_wrap .about_discovery .about_popup .submit_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vw .popup_wrap .about_discovery .about_popup .submit_form a {
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 3.125vw;
  margin-bottom: 1.5625vw;
  max-width: 15.625vw;
  width: 100%;
  padding: 1.5625vw;
  background-color: #ED8B00;
  border-radius: 4.4270833333vw;
  font-size: 1.5625vw;
}
.vw .popup_wrap .about_discovery .pb-92 {
  padding-bottom: 4.7916666667vw !important;
}
.vw .popup_wrap .about_discovery .tags-contents {
  top: 2.4479166667vw;
  left: -2.2916666667vw;
  padding-left: 2.8125vw;
  border-top-right-radius: 3.125vw;
  border-bottom-right-radius: 3.125vw;
}
.vw .popup_wrap .about_discovery .tags-contents .icon-i {
  max-width: 3.6458333333vw;
}
.vw .popup-p {
  padding-top: 4.84375vw !important;
  padding-left: 8.1770833333vw !important;
  padding-right: 3.90625vw !important;
  padding-bottom: 8.4375vw !important;
}
.vw .one_section {
  width: 50%;
  margin-top: 0.5208333333vw;
  margin-bottom: 1.1979166667vw;
  list-style: none !important;
  counter-reset: item;
}
.vw .one_section li {
  counter-increment: item;
  margin-bottom: 0.5208333333vw;
}
.vw .one_section li::before {
  content: counter(item) ". ";
  font-weight: bold;
  margin-right: 0.3703703704vh;
}

/* Hide fullscreen button in Chrome and Safari */
video::-webkit-media-controls-fullscreen-button {
  display: none !important; /* Hides the fullscreen button */
}

/* Hide fullscreen button in Firefox */
video::-moz-fullscreen-button {
  display: none !important; /* Hides the fullscreen button */
}

/* Hide fullscreen button in Internet Explorer and Edge */
video::-ms-fullscreen-button {
  display: none !important; /* Hides the fullscreen button */
}

/* For Safari (iOS and macOS) */
video::-webkit-media-controls-enclosure {
  display: flex; /* Keep controls visible */
}

/* Optional: To ensure that controls are still visible */
video::-webkit-media-controls-panel {
  display: flex !important; /* Ensure the panel is still displayed */
}

.pdf-c {
  overflow-y: auto !important;
  width: 100% !important;
  max-height: 100%;
}

.pdf-canvas {
  width: 100% !important;
  height: 100% !important;
}

#pdf-container-1, #pdf-container-2, #pdf-container-3 {
  overflow-y: scroll;
  max-height: 29.6296296296vh;
}

#pdf-container-1::-webkit-scrollbar, #pdf-container-2::-webkit-scrollbar, #pdf-container-3::-webkit-scrollbar {
  width: 1.1111111111vh; /* Width of the scrollbar */
}

#pdf-container-1::-webkit-scrollbar-track, #pdf-container-2::-webkit-scrollbar-track, #pdf-container-3::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 0.9259259259vh;
}

#pdf-container-1::-webkit-scrollbar-thumb, #pdf-container-2::-webkit-scrollbar-thumb, #pdf-container-3::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #888 0%, #555 100%); /* Gradient color for the thumb */
  border-radius: 0.9259259259vh; /* Rounded corners for the thumb */
  box-shadow: 0 0 0.462962963vh rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}

.vw #pdf-container-1, .vw #pdf-container-2, .vw #pdf-container-3 {
  overflow-y: scroll;
  max-height: 16.6666666667vw;
}
.vw #pdf-container-1::-webkit-scrollbar, .vw #pdf-container-2::-webkit-scrollbar, .vw #pdf-container-3::-webkit-scrollbar {
  width: 0.625vw; /* Width of the scrollbar */
}
.vw #pdf-container-1::-webkit-scrollbar-track, .vw #pdf-container-2::-webkit-scrollbar-track, .vw #pdf-container-3::-webkit-scrollbar-track {
  background: #eaeaea; /* Light background for the scrollbar track */
  border-radius: 0.5208333333vw; /* Rounded corners for the track */
}
.vw #pdf-container-1::-webkit-scrollbar-thumb, .vw #pdf-container-2::-webkit-scrollbar-thumb, .vw #pdf-container-3::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #888 0%, #555 100%); /* Gradient color for the thumb */
  border-radius: 0.5208333333vw; /* Rounded corners for the thumb */
  box-shadow: 0 0 0.2604166667vw rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}

#pdf-container::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #aaa 0%, #666 100%); /* Lighter gradient on hover */
  cursor: pointer; /* Change cursor to pointer on hover */
}

.fullscreen-active video {
  max-width: 100% !important;
}

.fullscreen-simulated {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
  background-color: #000;
}

/* Additional styles for fullscreen experience */
.fullscreen-simulated video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.pdf_inner {
  overflow-y: scroll;
  max-width: 132.7777777778vh;
  max-height: 83.3333333333vh;
  border-radius: 5.2777777778vh;
  box-shadow: 0vw 0vw 0vw 3.4vh rgba(255, 255, 255, 0.47);
}

.pdf_inner::-webkit-scrollbar {
  width: 1.4814814815vh;
}

.pdf_inner::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #888 0%, #555 100%); /* Gradient color for the thumb */
  border-radius: 0.9259259259vh; /* Rounded corners for the thumb */
  box-shadow: 0 0 0.462962963vh rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}

.pdf_inner::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 0.9259259259vh;
}

.vw .pdf_inner {
  overflow-y: scroll;
  max-width: 74.6875vw;
  max-height: 46.875vw;
  border-radius: 2.96875vw;
  box-shadow: 0vw 0vw 0vw 3.4vw rgba(255, 255, 255, 0.47);
}
.vw .pdf_inner::-webkit-scrollbar {
  width: 0.8333333333vw;
}
.vw .pdf_inner::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #888 0%, #555 100%); /* Gradient color for the thumb */
  border-radius: 0.5208333333vw; /* Rounded corners for the thumb */
  box-shadow: 0 0 0.2604166667vw rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}
.vw .pdf_inner::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 0.5208333333vw;
}

.bookWrapper {
  width: 148.1481481481vh;
  height: 78.7037037037vh;
}

.bookBg {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.1111111111vh;
}

.bookmessage {
  position: absolute;
  right: 0vh;
  top: -9.2592592593vh;
  display: none;
  width: 23.1481481481vh;
  background-color: white;
  border-radius: 1.8518518519vh;
  box-shadow: 0vh 0vh 0vh 0.4vh rgba(255, 255, 255, 0.47);
}
.bookmessage p {
  width: 23.1481481481vh;
  padding: 1.8518518519vh;
  color: #1B1464;
  font-size: 1.6666666667vh;
  font-weight: 400;
  z-index: 100;
  position: relative;
  line-height: 1.4;
}

.bookBg:hover .bookmessage {
  display: block;
  z-index: 5;
}

.pageBg {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  width: calc(100% - 0.6481481481vh);
  height: calc(100% - 0.6481481481vh);
  border-radius: 0vh;
}

.pageWrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  float: left;
  -webkit-font-smoothing: antialiased;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pageFace {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.pageFoldRight, .pageFoldLeft {
  position: absolute;
  width: 0vh;
  height: 0vh;
  top: 0;
  border-style: solid;
  box-shadow: 0.462962963vh 0.462962963vh 0.9259259259vh #dddddd;
}

.pageFoldRight {
  right: 0;
  border-left-width: 0.0925925926vh;
  border-left-color: #DDDDDD;
  border-bottom-width: 0.0925925926vh;
  border-bottom-color: #DDDDDD;
}

.pageFoldLeft {
  left: 0;
  border-right-width: 0.0925925926vh;
  border-right-color: #DDDDDD;
  border-bottom-width: 0.0925925926vh;
  border-bottom-color: #DDDDDD;
}

.pageFace figure {
  width: 74.0740740741vh;
  margin: 0 !important;
  height: 100%;
}

.pageFace figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.pageFace.front {
  position: relative;
}

.frontShadow {
  position: absolute;
  content: "";
  left: 0;
  z-index: 5;
  width: 0.0925925926vh;
  top: 0;
  bottom: 0;
  box-shadow: 0.3703703704vh 0 0.7407407407vh rgb(0, 0, 0);
}

.backShadow {
  position: absolute;
  content: "";
  right: 0;
  z-index: 5;
  width: 0.0925925926vh;
  top: 0;
  bottom: 0;
  box-shadow: -0.7407407407vh 0 0.7407407407vh rgb(0, 0, 0);
}

.pageFace.back:before {
  background: linear-gradient(#f0f0f0, rgba(240, 240, 240, 0.8)); /* Curl effect for back */
}

.wid-50 {
  width: 4.6296296296vh;
}

.hei-50 {
  height: 4.6296296296vh;
}

.vw .bookWrapper {
  width: 83.3333333333vw;
  height: 44.2708333333vw;
}
.vw .bookBg {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.625vw;
}
.vw .bookmessage {
  position: absolute;
  right: 0vw;
  top: -5.2083333333vw;
  display: none;
  width: 13.0208333333vw;
  background-color: white;
  border-radius: 1.0416666667vw;
  box-shadow: 0vw 0vw 0vw 0.4vw rgba(255, 255, 255, 0.47);
}
.vw .bookmessage p {
  width: 13.0208333333vw;
  padding: 1.0416666667vw;
  color: #1B1464;
  font-size: 0.9375vw;
  font-weight: 400;
  z-index: 100;
  position: relative;
  line-height: 1.4;
}
.vw .bookBg:hover .bookmessage {
  display: block;
  z-index: 5;
}
.vw .pageBg {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  width: calc(100% - 0.3645833333vw);
  height: calc(100% - 0.3645833333vw);
  border-radius: 0vw;
}
.vw .pageWrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  float: left;
  -webkit-font-smoothing: antialiased;
}
.vw .page {
  position: absolute;
  width: 100%;
  height: 100%;
}
.vw .pageFace {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.vw .pageFoldRight, .vw .pageFoldLeft {
  position: absolute;
  width: 0vw;
  height: 0vw;
  top: 0;
  border-style: solid;
  box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw #dddddd;
}
.vw .pageFoldRight {
  right: 0;
  border-left-width: 0.0520833333vw;
  border-left-color: #DDDDDD;
  border-bottom-width: 0.0520833333vw;
  border-bottom-color: #DDDDDD;
}
.vw .pageFoldLeft {
  left: 0;
  border-right-width: 0.0520833333vw;
  border-right-color: #DDDDDD;
  border-bottom-width: 0.0520833333vw;
  border-bottom-color: #DDDDDD;
}
.vw .pageFace figure {
  width: 41.6666666667vw;
  margin: 0 !important;
  height: 100%;
}
.vw .pageFace figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.vw .pageFace.front {
  position: relative;
}
.vw .frontShadow {
  position: absolute;
  content: "";
  left: 0;
  z-index: 5;
  width: 0.0520833333vw;
  top: 0;
  bottom: 0;
  box-shadow: 0.2083333333vw 0 0.4166666667vw rgb(0, 0, 0);
}
.vw .backShadow {
  position: absolute;
  content: "";
  right: 0;
  z-index: 5;
  width: 0.0520833333vw;
  top: 0;
  bottom: 0;
  box-shadow: -0.4166666667vw 0 0.4166666667vw rgb(0, 0, 0);
}
.vw .pageFace.back:before {
  background: linear-gradient(#f0f0f0, rgba(240, 240, 240, 0.8)); /* Curl effect for back */
}
.vw .wid-50 {
  width: 2.6041666667vw;
}
.vw .hei-50 {
  height: 2.6041666667vw;
}

* {
  box-sizing: border-box;
}

.tabs_banner {
  width: 100%;
  max-width: 177.7777777778vh !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.tabs_banner .subtitleTrack {
  display: none;
}
.tabs_banner .tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: url("../images/bg.jpg") no-repeat 50% 50%/cover;
}
.tabs_banner .tabs .tab-header {
  display: flex;
  max-width: 100%;
  position: relative;
}
.tabs_banner .tabs .tab-header .tab-link {
  width: 60.0925925926vh;
  height: 9.2592592593vh;
  cursor: pointer;
  background-color: white;
  border: none;
  outline: none;
  transition: background 0.3s;
  margin: 0 0.1851851852vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs_banner .tabs .tab-header .tab-link h3 {
  font-size: 2.8703703704vh;
  color: #005EB8;
  font-weight: 500;
}
.tabs_banner .tabs .tab-header .tab-link.active {
  background: #ED8B00 !important;
  scale: 1.04;
  height: 11.1111111111vh;
  border-bottom-left-radius: 5.5555555556vh;
  border-bottom-right-radius: 5.5555555556vh;
  margin: 0 0px;
  align-items: end !important;
  border: 0.2777777778vh solid white;
  border-top: 0vh;
  box-shadow: 0.8333333333vh 0.462962963vh 1.8518518519vh 0.2777777778vh rgba(16, 24, 40, 0.5);
}
.tabs_banner .tabs .tab-header .tab-link.active img {
  display: inline-block;
  cursor: pointer;
}
.tabs_banner .tabs .tab-header .tab-link.active .tab-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs_banner .tabs .tab-header .tab-link.active .tab-txt h3 {
  padding-left: 1.8518518519vh;
  color: white;
  font-weight: bold;
}
.tabs_banner .tabs .tab-header .tab-link:first-child {
  border-bottom-left-radius: 5.5555555556vh;
  margin-left: 0.8333333333vh;
}
.tabs_banner .tabs .tab-header .tab-link:first-child.active {
  border-bottom-left-radius: 5.5555555556vh;
  margin-left: 2.037037037vh !important;
}
.tabs_banner .tabs .tab-header .tab-link:last-child {
  border-bottom-right-radius: 5.5555555556vh;
  margin-right: 0.8333333333vh;
}
.tabs_banner .tabs .tab-header .tab-link:last-child .tab-txt {
  max-width: 100% !important;
}
.tabs_banner .tabs .tab-header .tab-link:last-child.active {
  border-bottom-right-radius: 5.5555555556vh;
  margin-right: 2.037037037vh !important;
}
.tabs_banner .tabs .tab-header .tab-link img {
  width: 9.2592592593vh;
  display: none;
}
.tabs_banner .tabs .tab-content {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}
.tabs_banner .tabs .tab-content .tab-pane {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.tabs_banner .tabs .tab-content .tab-pane.active {
  position: relative;
  opacity: 1;
}
.tabs_banner .tabs .tab-content .tab-pane .simile {
  cursor: pointer;
  position: absolute;
  right: 1.8518518519vh;
  top: 1.8518518519vh;
  z-index: 10;
}
.tabs_banner .tabs .tab-content .tab-pane .simile img {
  max-width: 7.037037037vh;
}
.tabs_banner .tabs .tab-content .tab-pane .enjoying_text {
  position: absolute;
  right: 9.537037037vh;
  top: -1.0185185185vh;
  display: none;
  width: 28.0555555556vh;
}
.tabs_banner .tabs .tab-content .tab-pane .enjoying_text p {
  width: 28.0555555556vh;
  height: 10.5555555556vh;
  padding-top: 2.4074074074vh;
  padding-bottom: 1.6666666667vh;
  padding-left: 4.3518518519vh;
  padding-right: 4.3518518519vh;
  color: #1B1464;
  font-size: 1.6666666667vh;
  font-weight: 400;
  z-index: 100;
  position: relative;
  line-height: 1.4;
}
.tabs_banner .tabs .tab-content .tab-pane .enjoying_text .textbox-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.462962963vh;
  bottom: 0;
}
.tabs_banner .tabs .tab-content .tab-pane .enjoying_text .textbox-img img {
  z-index: -1;
  max-width: 28.0555555556vh;
  height: 10.5555555556vh;
}
.tabs_banner .tabs .tab-content .tab-pane .simile:hover .enjoying_text {
  display: block;
  z-index: 5;
}
.tabs_banner .tabs .tab-content .tabs-cards {
  position: relative;
  overflow: hidden;
  padding-top: 5.462962963vh;
  padding-left: 5.0925925926vh;
  padding-right: 5.0925925926vh;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 {
  width: 78.8888888889vh;
  display: flex;
  align-items: end;
  z-index: 1;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents {
  position: relative;
  z-index: 100;
  padding-bottom: 1.4814814815vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items {
  padding-top: 2.7777777778vh;
  padding-bottom: 1.3888888889vh;
  padding-left: 2.5925925926vh;
  padding-right: 2.5925925926vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list {
  padding-top: 2.1296296296vh;
  padding-bottom: 2.1296296296vh;
  padding-left: 2.1296296296vh;
  padding-right: 2.1296296296vh;
  border-radius: 5.1851851852vh;
  border: 1px solid white;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_1 {
  padding-top: 1.8518518519vh;
  padding-bottom: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_2 {
  padding-top: 1.8518518519vh;
  padding-bottom: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_3 {
  padding-top: 1.8518518519vh;
  padding-bottom: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_4 {
  padding-top: 1.8518518519vh;
  padding-bottom: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_5 {
  padding-top: 1.8518518519vh;
  padding-bottom: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_6 {
  padding-top: 1.8518518519vh;
  padding-bottom: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_7 {
  padding-top: 1.8518518519vh;
  padding-bottom: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list {
  background-color: white;
  padding-left: 2.7777777778vh;
  padding-right: 2.7777777778vh;
  border-radius: 3.7037037037vh;
  width: 69.3518518519vh;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards {
  display: flex;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 {
  width: 52.2222222222vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 h4 {
  color: #003276;
  font-size: 2.6851851852vh;
  font-weight: 700;
  line-height: 1.3;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-1 {
  padding-top: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-2 {
  padding-top: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-3 {
  padding-top: 1.8518518519vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-4 {
  padding-top: 0.9259259259vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-5 {
  padding-top: 0.9259259259vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-6 {
  padding-top: 0.9259259259vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-7 {
  padding-top: 1.0185185185vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 p {
  font-size: 1.8518518519vh;
  font-weight: 400;
  color: #003276;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 {
  max-width: 11.4814814815vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .discover-img {
  max-width: 8.4259259259vh;
  margin-left: 3.0555555556vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .guidance-img {
  width: 5vh;
  height: 7.5925925926vh;
  margin-left: 3.0555555556vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .Nurse-img {
  width: 6.3888888889vh;
  height: 7.4074074074vh;
  margin-left: 3.0555555556vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .Patient-img {
  width: 8.1481481481vh;
  height: 6.4814814815vh;
  margin-left: 3.0555555556vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .problems-img {
  width: 7.2222222222vh;
  height: 7.2222222222vh;
  margin-left: 3.0555555556vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items:last-child {
  padding-bottom: 5vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .pt-15 {
  padding-top: 1.3888888889vh !important;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-item2 {
  padding-top: 2.5vh !important;
  padding-bottom: 1.4814814815vh !important;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-item2 .knowledge-text {
  font-size: 2.4074074074vh !important;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-item2 .discovery_list-1 {
  padding-top: 1.6666666667vh;
  padding-bottom: 1.6666666667vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .pt-13 {
  padding-top: 1.4814814815vh !important;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
  opacity: 30%;
  z-index: -1;
  border-top-left-radius: 6.6666666667vh;
  border-top-right-radius: 6.6666666667vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 {
  z-index: 1;
  position: relative;
  width: 92.1296296296vh;
  height: 83.3333333333vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 .tab-img-1 {
  position: absolute;
  right: -2.5925925926vh;
  top: 0;
  bottom: -1.7592592593vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 .tab-img-1 img {
  width: 100%;
  height: 100%;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 .tab-img-2 {
  position: absolute;
  right: -2.5925925926vh;
  top: 0;
  bottom: -1.7592592593vh;
  width: 100%;
  height: 100%;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 .tab-img-2 img {
  width: 100%;
  height: 100%;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-3 {
  z-index: 1;
  width: 94.7222222222vh !important;
  height: 83.3333333333vh !important;
}
.tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-3 .tab-img-1 {
  top: 14.9074074074vh !important;
  height: 68.0555555556vh;
  right: 2.2222222222vh !important;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner {
  position: relative;
  display: flex;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 {
  width: 43.6111111111vh;
  border: 0.0925925926vh solid white;
  border-radius: 6.7592592593vh;
  position: relative;
  margin-right: 9.8148148148vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner {
  margin: 1.8518518519vh;
  border-radius: 4.6296296296vh;
  text-align: center;
  position: relative;
  z-index: 800;
  padding-left: 2.5925925926vh;
  padding-right: 2.5925925926vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text {
  z-index: 800;
  position: relative;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text h3 {
  font-size: 3.7962962963vh;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  padding-top: 3.0555555556vh;
  padding-bottom: 2.5925925926vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text .inf-img {
  padding-bottom: 4.4444444444vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text .inf-img figure {
  width: 34.1666666667vh;
  height: 28.2407407407vh;
  border-radius: 1.8027777778vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text .inf-img figure img {
  width: 100%;
  height: 100%;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-bg {
  border-radius: 4.6296296296vh;
  background-color: #003783;
  position: absolute;
  opacity: 42%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .cross-icon {
  position: absolute;
  bottom: -6.7592592593vh;
  left: 15.5555555556vh;
  z-index: 1000;
  cursor: pointer;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .cross-icon img {
  width: 12.962962963vh;
  height: 12.962962963vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1:last-child {
  padding-right: 0px;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .simile {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -10.8333333333vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .simile img {
  max-width: 7.037037037vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .enjoying_text {
  position: absolute;
  right: 9.537037037vh;
  top: -1.0185185185vh;
  display: none;
  width: 28.0555555556vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .enjoying_text p {
  width: 28.0555555556vh;
  height: 10.5555555556vh;
  padding-top: 2.4074074074vh;
  padding-bottom: 1.6666666667vh;
  padding-left: 4.3518518519vh;
  padding-right: 4.3518518519vh;
  color: #1B1464;
  font-size: 1.6666666667vh;
  font-weight: 400;
  z-index: 100;
  position: relative;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .enjoying_text .textbox-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.462962963vh;
  bottom: 0;
}
.tabs_banner .tabs .tab-content .tabs-cards .information_banner .enjoying_text .textbox-img img {
  z-index: -1;
  max-width: 28.0555555556vh;
  height: 10.5555555556vh;
}
.tabs_banner .tabs .tab-content .tabs-cards .simile:hover .enjoying_text {
  display: block;
}
.tabs_banner .tabs .tab-content .in-p {
  padding-left: 13.7037037037vh !important;
  padding-right: 16.6666666667vh !important;
  padding-top: 14.537037037vh !important;
  padding-bottom: 23.6111111111vh !important;
}
.tabs_banner .tabs .tab-content .pt-50 {
  padding-top: 5.462962963vh !important;
}
.tabs_banner .tabs .tab-content .home-icon-1 {
  z-index: 1;
  position: absolute;
  right: -13.1481481481vh;
  bottom: -17.5925925926vh;
  cursor: pointer;
}
.tabs_banner .tabs .tab-content .home-icon-1 img {
  max-width: 37.1296296296vh;
  height: 37.1296296296vh;
}
.tabs_banner .Troubleshooting {
  width: 100%;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents {
  padding-top: 12.7777777778vh;
  padding-left: 6.4814814815vh;
  display: flex;
  overflow: hidden;
  position: relative;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts {
  width: 50%;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .calea-img {
  padding-bottom: 5.5555555556vh;
  padding-left: 4.3518518519vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .calea-img img {
  width: 40.5555555556vh;
  height: 12.6851851852vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems {
  position: relative;
  width: 77.962962963vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap {
  padding-top: 3.7037037037vh;
  padding-right: 3.7037037037vh;
  padding-left: 3.7037037037vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg {
  background-color: white;
  width: 70.7407407407vh;
  border-top-left-radius: 5.9259259259vh;
  border-top-right-radius: 5.9259259259vh;
  position: relative;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text {
  padding-top: 4.2592592593vh;
  padding-left: 3.8888888889vh;
  padding-right: 3.0555555556vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text h2 {
  font-size: 4.537037037vh;
  font-weight: 700;
  line-height: 1.1;
  color: #ED8B00;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text .Troubleshooting-head {
  padding-top: 1.8518518519vh;
  color: #797979;
  font-weight: 400;
  padding-bottom: 5vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text p {
  font-size: 2.5vh;
  line-height: 1.4;
  font-weight: 400;
  color: #414141;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text .tr-p {
  padding-top: 3.3333333333vh;
  padding-bottom: 4.7222222222vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .Troubleshooting-btn {
  padding-left: 4.2592592593vh;
  padding-right: 4.6296296296vh;
  padding-bottom: 2.4074074074vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .Troubleshooting-btn a {
  padding-left: 2.2222222222vh;
  padding-right: 2.2222222222vh;
  padding-top: 1.9444444444vh;
  padding-bottom: 1.9444444444vh;
  display: flex;
  justify-content: center;
  border: 0.0925925926vh solid #ED8B00;
  border-radius: 6.4814814815vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .Troubleshooting-btn a .pr-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57.3148148148vh;
  height: 8.0555555556vh;
  background-color: #ED8B00;
  border-radius: 5.5555555556vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .Troubleshooting-btn a .pr-btn h4 {
  font-size: 2.6851851852vh;
  font-weight: 700;
  line-height: 1;
  color: white;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .job_content {
  display: flex;
  padding-left: 4.2592592593vh;
  padding-right: 4.6296296296vh;
  padding-bottom: 2.4074074074vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .job_content p {
  font-size: 1.6666666667vh;
  color: #414141;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .job_content p span {
  font-weight: bold;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .job_content .job_code {
  border-right: 0.2777777778vh solid #414141;
  padding-right: 0.9259259259vh;
  margin-right: 0.9259259259vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .Troubleshooting-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  opacity: 47%;
  border-top-left-radius: 8.8888888889vh;
  border-top-right-radius: 8.8888888889vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-images {
  width: 50%;
  position: relative;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-images figure {
  position: absolute;
  right: -6.6666666667vh;
  width: 96.1111111111vh;
  height: 134.3518518519vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-images figure img {
  width: 100%;
  height: 100%;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .home-icon {
  position: absolute;
  right: -13.1481481481vh;
  bottom: -17.5925925926vh;
}
.tabs_banner .Troubleshooting .Troubleshooting-banner .Troubleshooting-contents .home-icon img {
  width: 37.1296296296vh;
  height: 37.1296296296vh;
}

.vw .tabs_banner {
  max-width: 100vw;
}
.vw .tabs_banner .tabs .tab-header .tab-link {
  width: 33.8020833333vw;
  height: 5.2083333333vw;
  margin: 0 0.1041666667vw;
}
.vw .tabs_banner .tabs .tab-header .tab-link h3 {
  font-size: 1.6145833333vw;
  line-height: 1.3;
}
.vw .tabs_banner .tabs .tab-header .tab-link.active {
  height: 6.25vw;
  border-bottom-left-radius: 3.125vw;
  border-bottom-right-radius: 3.125vw;
  border: 0.15625vw solid white;
  margin: 0 0px;
  border-top: 0vw;
  box-shadow: 0.46875vw 0.2604166667vw 1.0416666667vw 0.15625vw rgba(16, 24, 40, 0.5);
}
.vw .tabs_banner .tabs .tab-header .tab-link.active .tab-txt h3 {
  padding-left: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-header .tab-link:first-child {
  border-bottom-left-radius: 3.125vw;
  margin-left: 0.46875vw;
}
.vw .tabs_banner .tabs .tab-header .tab-link:first-child.active {
  border-bottom-left-radius: 3.125vw;
  margin-left: 1.1458333333vw !important;
}
.vw .tabs_banner .tabs .tab-header .tab-link:last-child {
  border-bottom-right-radius: 3.125vw;
  margin-right: 0.46875vw;
}
.vw .tabs_banner .tabs .tab-header .tab-link:last-child .tab-txt {
  max-width: 100% !important;
}
.vw .tabs_banner .tabs .tab-header .tab-link:last-child.active {
  border-bottom-right-radius: 3.125vw;
  margin-right: 1.1458333333vw !important;
}
.vw .tabs_banner .tabs .tab-header .tab-link img {
  width: 5.2083333333vw;
}
.vw .tabs_banner .tabs .tab-content {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  z-index: 1;
}
.vw .tabs_banner .tabs .tab-content .tab-pane {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.vw .tabs_banner .tabs .tab-content .tab-pane.active {
  position: relative;
  opacity: 1;
}
.vw .tabs_banner .tabs .tab-content .tab-pane .simile {
  cursor: pointer;
  position: absolute;
  right: 1.0416666667vw;
  top: 1.0416666667vw;
  z-index: 10;
}
.vw .tabs_banner .tabs .tab-content .tab-pane .simile img {
  max-width: 3.9583333333vw;
}
.vw .tabs_banner .tabs .tab-content .tab-pane .enjoying_text {
  position: absolute;
  right: 5.3645833333vw;
  top: -0.5729166667vw;
  display: none;
  width: 15.78125vw;
}
.vw .tabs_banner .tabs .tab-content .tab-pane .enjoying_text p {
  width: 15.78125vw;
  height: 5.9375vw;
  padding-top: 1.3541666667vw;
  padding-bottom: 0.9375vw;
  padding-left: 2.4479166667vw;
  padding-right: 2.4479166667vw;
  color: #1B1464;
  font-size: 0.9375vw;
  font-weight: 400;
  z-index: 100;
  position: relative;
}
.vw .tabs_banner .tabs .tab-content .tab-pane .enjoying_text .textbox-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.2604166667vw;
  bottom: 0;
}
.vw .tabs_banner .tabs .tab-content .tab-pane .enjoying_text .textbox-img img {
  z-index: -1;
  max-width: 15.78125vw;
  height: 5.9375vw;
}
.vw .tabs_banner .tabs .tab-content .tab-pane .simile:hover .enjoying_text {
  display: block;
  z-index: 5;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards {
  position: relative;
  overflow: hidden;
  padding-top: 3.0729166667vw;
  padding-left: 2.8645833333vw;
  padding-right: 2.8645833333vw;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 {
  width: 44.375vw;
  display: flex;
  align-items: end;
  z-index: 1;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents {
  position: relative;
  z-index: 100;
  padding-bottom: 0.8333333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items {
  padding-top: 1.5625vw;
  padding-bottom: 0.78125vw;
  padding-left: 1.4583333333vw;
  padding-right: 1.4583333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list {
  padding-top: 1.1979166667vw;
  padding-bottom: 1.1979166667vw;
  padding-left: 1.1979166667vw;
  padding-right: 1.1979166667vw;
  border-radius: 2.9166666667vw;
  border: 1px solid white;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_1 {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_2 {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_3 {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_4 {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_5 {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_6 {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .list_cards_7 {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list {
  background-color: white;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  border-radius: 2.0833333333vw;
  width: 39.0104166667vw;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards {
  display: flex;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 {
  width: 29.375vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 h4 {
  color: #003276;
  font-size: 1.5104166667vw;
  font-weight: 700;
  line-height: 1.3;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-1 {
  padding-top: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-2 {
  padding-top: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-3 {
  padding-top: 1.0416666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-4 {
  padding-top: 0.5208333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-5 {
  padding-top: 0.5208333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-6 {
  padding-top: 0.5208333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 .paragraph_text-7 {
  padding-top: 0.5729166667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-1 p {
  font-size: 1.0416666667vw;
  font-weight: 400;
  color: #003276;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 {
  max-width: 6.4583333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .discover-img {
  max-width: 4.7395833333vw;
  margin-left: 1.71875vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .guidance-img {
  width: 2.8125vw;
  height: 4.2708333333vw;
  margin-left: 1.71875vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .Nurse-img {
  width: 3.59375vw;
  height: 4.1666666667vw;
  margin-left: 1.71875vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .Patient-img {
  width: 4.5833333333vw;
  height: 3.6458333333vw;
  margin-left: 1.71875vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items .discovery_list .common-list .list-cards .list-card-2 .problems-img {
  width: 4.0625vw;
  height: 4.0625vw;
  margin-left: 1.71875vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-items:last-child {
  padding-bottom: 2.8125vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .pt-15 {
  padding-top: 0.78125vw !important;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-item2 {
  padding-top: 1.40625vw !important;
  padding-bottom: 0.8333333333vw !important;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-item2 .knowledge-text {
  font-size: 1.3541666667vw !important;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-item2 .discovery_list-1 {
  padding-top: 0.9375vw;
  padding-bottom: 0.9375vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .pt-13 {
  padding-top: 0.8333333333vw !important;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-1 .discovery_conents .discover-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
  opacity: 30%;
  z-index: -1;
  border-top-left-radius: 3.75vw;
  border-top-right-radius: 3.75vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 {
  z-index: 1;
  position: relative;
  width: 51.8229166667vw;
  height: 46.875vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 .tab-img-1 {
  position: absolute;
  right: -1.4583333333vw;
  top: 0;
  bottom: -0.9895833333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 .tab-img-1 img {
  width: 100%;
  height: 100%;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 .tab-img-2 {
  position: absolute;
  right: -1.4583333333vw;
  top: 0;
  bottom: -0.9895833333vw;
  width: 100%;
  height: 100%;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-2 .tab-img-2 img {
  width: 100%;
  height: 100%;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-3 {
  z-index: 1;
  width: 53.28125vw !important;
  height: 46.875vw !important;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .tabs-cards-3 .tab-img-1 {
  top: 8.3854166667vw !important;
  height: 38.28125vw;
  right: 1.25vw !important;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner {
  position: relative;
  display: flex;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 {
  width: 24.53125vw;
  border: 0.0520833333vw solid white;
  border-radius: 3.8020833333vw;
  position: relative;
  margin-right: 5.5208333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner {
  margin: 1.0416666667vw;
  border-radius: 2.6041666667vw;
  text-align: center;
  position: relative;
  z-index: 800;
  padding-left: 1.4583333333vw;
  padding-right: 1.4583333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text {
  z-index: 800;
  position: relative;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text h3 {
  font-size: 2.1354166667vw;
  line-height: 1.1;
  font-weight: 700;
  color: white;
  padding-top: 1.71875vw;
  padding-bottom: 1.4583333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text .inf-img {
  padding-bottom: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text .inf-img figure {
  width: 19.21875vw;
  height: 15.8854166667vw;
  border-radius: 1.0140625vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-text .inf-img figure img {
  width: 100%;
  height: 100%;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .information-inner .information-bg {
  border-radius: 2.6041666667vw;
  background-color: #003783;
  position: absolute;
  opacity: 42%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .cross-icon {
  position: absolute;
  bottom: -3.8020833333vw;
  left: 8.75vw;
  z-index: 1000;
  cursor: pointer;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1 .cross-icon img {
  width: 7.2916666667vw;
  height: 7.2916666667vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .information-card-1:last-child {
  padding-right: 0px;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .simile {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -6.09375vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .simile img {
  max-width: 3.9583333333vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .enjoying_text {
  position: absolute;
  right: 5.3645833333vw;
  top: -0.5729166667vw;
  display: none;
  width: 15.78125vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .enjoying_text p {
  width: 15.78125vw;
  height: 5.9375vw;
  padding-top: 1.3541666667vw;
  padding-bottom: 0.9375vw;
  padding-left: 2.4479166667vw;
  padding-right: 2.4479166667vw;
  color: #1B1464;
  font-size: 0.9375vw;
  font-weight: 400;
  z-index: 100;
  position: relative;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .enjoying_text .textbox-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.2604166667vw;
  bottom: 0;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .information_banner .enjoying_text .textbox-img img {
  z-index: -1;
  max-width: 15.78125vw;
  height: 5.9375vw;
}
.vw .tabs_banner .tabs .tab-content .tabs-cards .simile:hover .enjoying_text {
  display: block;
}
.vw .tabs_banner .tabs .tab-content .in-p {
  padding-left: 7.7083333333vw !important;
  padding-right: 9.375vw !important;
  padding-top: 8.1770833333vw !important;
  padding-bottom: 13.28125vw !important;
}
.vw .tabs_banner .tabs .tab-content .pt-50 {
  padding-top: 3.0729166667vw !important;
}
.vw .tabs_banner .tabs .tab-content .home-icon-1 {
  z-index: 1;
  position: absolute;
  right: -7.3958333333vw;
  bottom: -9.8958333333vw;
  cursor: pointer;
}
.vw .tabs_banner .tabs .tab-content .home-icon-1 img {
  max-width: 20.8854166667vw;
  height: 20.8854166667vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents {
  padding-top: 7.1875vw;
  padding-left: 3.6458333333vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .calea-img {
  padding-bottom: 3.125vw;
  padding-left: 2.4479166667vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .calea-img img {
  width: 22.8125vw;
  height: 7.1354166667vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems {
  width: 43.8541666667vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap {
  padding-top: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  padding-left: 2.0833333333vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg {
  width: 39.7916666667vw;
  border-top-left-radius: 3.3333333333vw;
  border-top-right-radius: 3.3333333333vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text {
  padding-top: 2.3958333333vw;
  padding-left: 2.1875vw;
  padding-right: 1.71875vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text h2 {
  font-size: 2.5520833333vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text .Troubleshooting-head {
  padding-top: 1.0416666667vw;
  padding-bottom: 2.8125vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text p {
  font-size: 1.40625vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .problems-text .tr-p {
  padding-top: 1.875vw;
  padding-bottom: 2.65625vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .Troubleshooting-btn {
  padding-left: 2.3958333333vw;
  padding-right: 2.6041666667vw;
  padding-bottom: 1.3541666667vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .Troubleshooting-btn a {
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 1.09375vw;
  padding-bottom: 1.09375vw;
  border: 0.0520833333vw solid #ED8B00;
  border-radius: 3.6458333333vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .Troubleshooting-btn a .pr-btn {
  width: 32.2395833333vw;
  height: 4.53125vw;
  border-radius: 3.125vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .Troubleshooting-btn a .pr-btn h4 {
  font-size: 1.5104166667vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .job_content {
  display: flex;
  padding-left: 2.3958333333vw;
  padding-right: 2.6041666667vw;
  padding-bottom: 1.3541666667vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .job_content p {
  font-size: 0.9375vw;
  color: #414141;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .job_content p span {
  font-weight: bold;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .problem-wrap .problems-bg .job_content .job_code {
  border-right: 0.15625vw solid #414141;
  padding-right: 0.5208333333vw;
  margin-right: 0.5208333333vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-texts .Troubleshooting-problems .Troubleshooting-bg {
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .Troubleshooting-images figure {
  right: -3.75vw;
  width: 54.0625vw;
  height: 75.5729166667vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .home-icon {
  right: -7.3958333333vw;
  bottom: -9.8958333333vw;
}
.vw .tabs_banner .Troubleshooting-banner .Troubleshooting-contents .home-icon img {
  width: 20.8854166667vw;
  height: 20.8854166667vw;
}

.welcome_onboarding {
  background-image: url("../images/blur_backgropund.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.welcome_onboarding .outer_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
}
.welcome_onboarding .outer_wrapper .video_inner {
  position: relative;
  max-width: 132.7777777778vh;
  margin: 1.8518518519vh;
  border-radius: 5.2777777778vh;
  position: relative;
}
.welcome_onboarding .outer_wrapper .video_inner .outer_chapter {
  display: none; /* Initially hidden */
  position: absolute;
  bottom: 9.2592592593vh;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.welcome_onboarding .outer_wrapper .video_inner .outer_chapter.show {
  display: flex; /* Display the chapter navigation */
  opacity: 1;
}
.welcome_onboarding .outer_wrapper .video_inner .outer_chapter.hide {
  opacity: 0; /* Hide it smoothly */
}
.welcome_onboarding .outer_wrapper .video_inner .outer_chapter .chapter-navigation {
  padding-top: 3.7037037037vh;
  display: flex;
}
.welcome_onboarding .outer_wrapper .video_inner .outer_chapter .chapter-navigation button {
  border: none;
  margin: 0.462962963vh;
  font-size: 1.2962962963vh;
  margin-left: 1.3888888889vh;
  margin-right: 0.9259259259vh;
  border-radius: 1.8518518519vh;
  box-shadow: 0vh 0vh 0vh 0.9259259259vh rgba(237, 139, 0, 0.8);
  color: #005EB8;
  padding: 0.462962963vh;
}
.welcome_onboarding .outer_wrapper .video_inner .video_service {
  position: relative;
  width: 100%;
  height: auto;
}
.welcome_onboarding .outer_wrapper .video_inner .video_service video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5.2777777778vh;
  box-shadow: 0vh 0vh 0vh 3.4vh rgba(255, 255, 255, 0.47);
  max-width: 132.7777777778vh;
}
.welcome_onboarding .outer_wrapper .video_inner .video_service .fullscreen-active {
  width: 100% !important;
}
.welcome_onboarding .outer_wrapper .video_inner .video_service .full_screen {
  position: absolute;
  right: 1.8518518519vh;
  top: 1.8518518519vh;
  cursor: pointer;
  z-index: 10;
}
.welcome_onboarding .outer_wrapper .video_inner .video_service .full_screen img {
  width: 8.7037037037vh; /* Adjust size as needed */
  height: 8.7037037037vh;
}
.welcome_onboarding .outer_wrapper .video_inner .video_service .play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}
.welcome_onboarding .outer_wrapper .video_inner .video_service .play-button-wrapper figure {
  max-width: 27.4074074074vh;
}
.welcome_onboarding .outer_wrapper .video_inner .video_service .play-button-wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.welcome_onboarding .outer_wrapper .back {
  z-index: -1;
  position: absolute;
  right: -0.7407407407vh;
  bottom: -0.2777777778vh;
}
.welcome_onboarding .outer_wrapper .back figure {
  max-width: 23.1481481481vh;
}
.welcome_onboarding .outer_wrapper .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vw .welcome_onboarding .outer_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-image: url("../images/blur_backgropund.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}
.vw .welcome_onboarding .outer_wrapper .video_inner {
  max-width: 74.6875vw;
  margin: 1.0416666667vw;
  border-radius: 2.96875vw;
  position: relative;
}
.vw .welcome_onboarding .outer_wrapper .video_inner .outer_chapter {
  display: none; /* Initially hidden */
  position: absolute;
  bottom: 5.2083333333vw;
  width: 100%;
  z-index: 9999;
}
.vw .welcome_onboarding .outer_wrapper .video_inner .outer_chapter .chapter-navigation {
  padding-top: 2.0833333333vw;
  display: flex;
}
.vw .welcome_onboarding .outer_wrapper .video_inner .outer_chapter .chapter-navigation button {
  border: none;
  margin: 0.2604166667vw;
  font-size: 0.7291666667vw;
  margin-left: 0.78125vw;
  margin-right: 0.78125vw;
  border-radius: 1.0416666667vw;
  box-shadow: 0vw 0vw 0vw 0.5208333333vw rgba(237, 139, 0, 0.8);
  padding: 0.2604166667vw;
}
.vw .welcome_onboarding .outer_wrapper .video_inner .video_service video {
  border-radius: 2.96875vw;
  box-shadow: 0vw 0vw 0vw 1.4vw rgba(255, 255, 255, 0.47);
  max-width: 74.6875vw;
}
.vw .welcome_onboarding .outer_wrapper .video_inner .video_service .full_screen {
  position: absolute;
  right: 1.0416666667vw;
  top: 1.0416666667vw;
  cursor: pointer;
  z-index: 10;
}
.vw .welcome_onboarding .outer_wrapper .video_inner .video_service .full_screen img {
  width: 4.8958333333vw; /* Adjust size as needed */
  height: 4.8958333333vw;
}
.vw .welcome_onboarding .outer_wrapper .video_inner .video_service .play-button-wrapper figure {
  max-width: 15.4166666667vw;
}
.vw .welcome_onboarding .outer_wrapper .back {
  z-index: -1;
  position: absolute;
  right: -0.4166666667vw;
  bottom: -0.15625vw;
}
.vw .welcome_onboarding .outer_wrapper .back figure {
  max-width: 13.0208333333vw;
}
.vw .welcome_onboarding .outer_wrapper .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.people {
  background-image: url("../images/sharp_background.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 177.7777777778vh;
  height: 100vh;
}
.people .outer_wrapper {
  width: 177.7777777778vh;
  height: 100vh;
  padding-left: 20.7407407407vh;
  padding-right: 20.7407407407vh;
  padding-top: 6.4814814815vh;
  padding-bottom: 6.4814814815vh;
  position: relative;
  overflow: hidden;
}
.people .outer_wrapper .people_inner {
  position: relative;
  max-width: 136.2962962963vh;
  width: 100%;
  height: auto;
}
.people .outer_wrapper .people_inner h2 {
  font-weight: bold;
  color: white;
  font-size: 5.462962963vh;
  margin-bottom: 2.8703703704vh;
}
.people .outer_wrapper .people_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.people .outer_wrapper .people_inner ul li {
  position: relative;
  max-width: 34.4444444444vh;
}
.people .outer_wrapper .people_inner ul li figure {
  max-width: 34.4444444444vh;
}
.people .outer_wrapper .people_inner ul li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.people .outer_wrapper .people_inner ul li .person_name {
  position: absolute;
  bottom: 1.8518518519vh;
  left: 50%;
  transform: translateX(-50%);
  max-width: 24.1666666667vh;
  background-color: #ED8B00;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 7.4074074074vh;
  padding-left: 2.3148148148vh;
  padding-right: 2.3148148148vh;
  border-radius: 3.4259259259vh;
  width: 100%;
}
.people .outer_wrapper .people_inner ul li .person_name span {
  font-size: 2.5925925926vh;
  font-weight: bold;
  color: white;
  text-align: center;
}
.people .outer_wrapper .back {
  z-index: 0;
  position: absolute;
  right: -0.7407407407vh;
  bottom: -0.5555555556vh;
}
.people .outer_wrapper .back figure {
  max-width: 27.7777777778vh;
}
.people .outer_wrapper .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.people .outer_wrapper .question {
  max-width: 16.4814814815vh;
  max-height: 12.6851851852vh;
  background-color: #ED8B00;
  padding-top: 0.7407407407vh;
  padding-bottom: 0.462962963vh;
  padding-left: 1.0185185185vh;
  padding-right: 1.8518518519vh;
  left: 0;
  top: 3.6111111111vh;
  border-radius: 0 6.4814814815vh 6.4814814815vh 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.people .outer_wrapper .question .inner_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.people .outer_wrapper .question .inner_wrapper figure {
  max-width: 9.2592592593vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.people .outer_wrapper .question .inner_wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vw .people {
  background-image: url("../images/sharp_background.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  height: 56.25vw;
}
.vw .people .outer_wrapper {
  width: 100vw;
  height: 56.25vw;
  padding-left: 11.6666666667vw;
  padding-right: 11.6666666667vw;
  padding-top: 3.6458333333vw;
  padding-bottom: 3.6458333333vw;
}
.vw .people .outer_wrapper .people_inner {
  max-width: 76.6666666667vw;
}
.vw .people .outer_wrapper .people_inner h2 {
  font-size: 3.0729166667vw;
  margin-bottom: 1.6145833333vw;
}
.vw .people .outer_wrapper .people_inner ul li {
  max-width: 19.375vw;
}
.vw .people .outer_wrapper .people_inner ul li figure {
  max-width: 19.375vw;
}
.vw .people .outer_wrapper .people_inner ul li figure img {
  width: 100%;
  height: 100%;
}
.vw .people .outer_wrapper .people_inner ul li .person_name {
  bottom: 1.0416666667vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: 13.59375vw;
  min-height: 4.1666666667vw;
  padding-left: 1.3020833333vw;
  padding-right: 1.3020833333vw;
  border-radius: 1.9270833333vw;
  width: 100%;
}
.vw .people .outer_wrapper .people_inner ul li .person_name span {
  font-size: 1.4583333333vw;
}
.vw .people .outer_wrapper .back {
  z-index: 0;
  position: absolute;
  right: -0.4166666667vw;
  bottom: -0.3125vw;
}
.vw .people .outer_wrapper .back figure {
  max-width: 15.625vw;
  display: flex;
}
.vw .people .outer_wrapper .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vw .people .outer_wrapper .question {
  max-width: 9.2708333333vw;
  max-height: 7.1354166667vw;
  background-color: #ED8B00;
  padding-top: 0.4166666667vw;
  padding-bottom: 0.2604166667vw;
  padding-left: 0.5729166667vw;
  padding-right: 1.0416666667vw;
  left: 0;
  top: 2.03125vw;
  border-radius: 0 3.6458333333vw 3.6458333333vw 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.vw .people .outer_wrapper .question .inner_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.vw .people .outer_wrapper .question .inner_wrapper figure {
  max-width: 5.2083333333vw;
  position: absolute;
  display: flex;
}
.vw .people .outer_wrapper .question .inner_wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.peopledetails {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 177.7777777778vh;
}
.peopledetails .outer_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  overflow: hidden;
  width: 100%;
}
.peopledetails .outer_wrapper .people_inner {
  position: relative;
  z-index: 10;
  max-width: 129.3518518519vh;
  width: 100%;
  height: auto;
  background-color: #FFBF65;
  padding-top: 3.7037037037vh;
  padding-bottom: 3.7037037037vh;
  padding-left: 7.4074074074vh;
  padding-right: 7.4074074074vh;
  box-shadow: 0vh 0vh 0vh 3.1481481481vh rgba(255, 255, 255, 0.47);
  border-radius: 11.2962962963vh;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-left: 18.5185185185vh;
}
.peopledetails .outer_wrapper .people_inner ul {
  position: relative;
  max-width: 87.6851851852vh;
  width: 100%;
}
.peopledetails .outer_wrapper .people_inner ul li {
  border: 0.2777777778vh solid white;
  border-radius: 5.1851851852vh;
  padding: 2.4074074074vh;
  padding-top: 2.3148148148vh;
  padding-bottom: 1.5740740741vh;
  margin-bottom: 2.1296296296vh;
}
.peopledetails .outer_wrapper .people_inner ul li:last-child {
  margin-bottom: 0vh;
}
.peopledetails .outer_wrapper .people_inner ul li a {
  cursor: pointer;
}
.peopledetails .outer_wrapper .people_inner ul li a .content {
  padding: 3.1481481481vh 4.2592592593vh;
  background-color: #ED8B00;
  border-radius: 5.1851851852vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.peopledetails .outer_wrapper .people_inner ul li a .content .small_play {
  max-width: 10vh;
}
.peopledetails .outer_wrapper .people_inner ul li a .content .small_play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.peopledetails .outer_wrapper .people_inner ul li a .content h2 {
  font-weight: bold;
  font-size: 3.2407407407vh;
  color: white;
  margin-bottom: 1.8518518519vh;
}
.peopledetails .outer_wrapper .people_inner ul li a .content p {
  font-size: 2.1296296296vh;
  font-weight: normal;
  color: white;
  max-width: 60.0925925926vh;
  line-height: 1.3;
}
.peopledetails .outer_wrapper .people_inner .profile_picture {
  width: 43.5185185185vh;
  height: 43.5185185185vh;
  border-radius: 50%;
  background-color: white;
  margin-right: 10.7407407407vh;
  box-shadow: 0vh 0vh 0vh 3.1481481481vh rgba(255, 255, 255, 0.47);
  margin-left: -27.5vh;
  position: relative;
}
.peopledetails .outer_wrapper .people_inner .profile_picture .profile_image {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43.5185185185vh;
}
.peopledetails .outer_wrapper .people_inner .profile_picture .profile_image figure {
  width: 43.5185185185vh;
}
.peopledetails .outer_wrapper .people_inner .profile_picture .profile_image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.peopledetails .outer_wrapper .people_inner .profile_picture .profile_position2 {
  top: 33%;
}
.peopledetails .outer_wrapper .people_inner .profile_picture .profile_position3 {
  top: 30%;
}
.peopledetails .outer_wrapper .people_inner .profile_picture .name_tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  max-width: 24.1666666667vh;
  padding-top: 0.7407407407vh;
  padding-bottom: 0.7407407407vh;
  padding-left: 1.3888888889vh;
  padding-right: 1.3888888889vh;
  background-color: #ED8B00;
  border-radius: 3.4259259259vh;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}
.peopledetails .outer_wrapper .people_inner .profile_picture .name_tag span {
  font-size: 3.4259259259vh;
  color: white;
  font-weight: bold;
  text-align: center;
}
.peopledetails .outer_wrapper .people_inner .profile_picture .name_tag .f-23 {
  font-size: 2.1296296296vh !important;
}
.peopledetails .outer_wrapper .people_inner .back {
  z-index: 11;
  position: absolute;
  right: -9.2592592593vh;
  top: -6.7592592593vh;
}
.peopledetails .outer_wrapper .people_inner .back figure {
  max-width: 18.5185185185vh;
}
.peopledetails .outer_wrapper .people_inner .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.peopledetails .outer_wrapper .people_inner .over_image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.peopledetails .outer_wrapper .people_inner .over_image figure {
  max-width: 100%;
  height: 100%;
}
.peopledetails .outer_wrapper .people_inner .over_image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vw .peopledetails .outer_wrapper .people_inner {
  max-width: 72.7604166667vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 4.1666666667vw;
  padding-right: 4.1666666667vw;
  box-shadow: 0vw 0vw 0vw 1.7708333333vw rgba(255, 255, 255, 0.47);
  border-radius: 6.3541666667vw;
  margin-left: 10.4166666667vw;
}
.vw .peopledetails .outer_wrapper .people_inner ul {
  position: relative;
  z-index: 20;
  max-width: 49.3229166667vw;
}
.vw .peopledetails .outer_wrapper .people_inner ul li {
  border: 0.15625vw solid white;
  border-radius: 2.9166666667vw;
  padding: 1.3541666667vw;
  padding-top: 1.3020833333vw;
  padding-bottom: 0.8854166667vw;
  margin-bottom: 1.1979166667vw;
}
.vw .peopledetails .outer_wrapper .people_inner ul li:last-child {
  margin-bottom: 0vw;
}
.vw .peopledetails .outer_wrapper .people_inner ul li .content {
  padding: 1.7708333333vw 2.3958333333vw;
  border-radius: 2.9166666667vw;
}
.vw .peopledetails .outer_wrapper .people_inner ul li .content .small_play {
  max-width: 5.625vw;
}
.vw .peopledetails .outer_wrapper .people_inner ul li .content .small_play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vw .peopledetails .outer_wrapper .people_inner ul li .content h2 {
  font-weight: bold;
  font-size: 1.8229166667vw;
  color: white;
  margin-bottom: 1.0416666667vw;
}
.vw .peopledetails .outer_wrapper .people_inner ul li .content p {
  font-size: 1.1979166667vw;
  font-weight: normal;
  color: white;
  max-width: 33.8020833333vw;
  line-height: 1.3;
}
.vw .peopledetails .outer_wrapper .people_inner .profile_picture {
  width: 24.4791666667vw;
  height: 24.4791666667vw;
  border-radius: 50%;
  margin-right: 6.0416666667vw;
  box-shadow: 0vw 0vw 0vw 1.7708333333vw rgba(255, 255, 255, 0.47);
  margin-left: -15.46875vw;
}
.vw .peopledetails .outer_wrapper .people_inner .profile_picture .profile_image {
  width: 24.4791666667vw;
}
.vw .peopledetails .outer_wrapper .people_inner .profile_picture .profile_image figure {
  width: 24.4791666667vw;
}
.vw .peopledetails .outer_wrapper .people_inner .profile_picture .profile_image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vw .peopledetails .outer_wrapper .people_inner .profile_picture .name_tag {
  left: 50%;
  transform: translate(-50%);
  max-width: 13.59375vw;
  padding-top: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  border-radius: 1.9270833333vw;
}
.vw .peopledetails .outer_wrapper .people_inner .profile_picture .name_tag span {
  font-size: 1.9270833333vw;
}
.vw .peopledetails .outer_wrapper .people_inner .profile_picture .name_tag .f-23 {
  font-size: 1.1979166667vw !important;
}
.vw .peopledetails .outer_wrapper .people_inner .back {
  z-index: 11;
  right: -5.2083333333vw;
  top: -3.8020833333vw;
}
.vw .peopledetails .outer_wrapper .people_inner .back figure {
  max-width: 10.4166666667vw;
}

.onboarding {
  max-width: 177.7777777778vh;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onboarding .pagecontents {
  width: 100%;
  max-width: 177.7777777778vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents {
    height: 100vh;
  }
}
.onboarding .pagecontents .main_content {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content {
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
  }
}
@media all and (min-width: 400px) and (max-width: 767px) and (max-height: 740px) and (orientation: landscape) {
  .onboarding .pagecontents .main_content {
    height: 94vh;
  }
}
@media all and (min-width: 250px) and (max-width: 767px) and (max-height: 450px) and (orientation: landscape) {
  .onboarding .pagecontents .main_content {
    height: 93vh;
  }
}
@media all and (min-width: 320px) and (max-width: 767px) and (max-height: 560px) and (orientation: portrait) {
  .onboarding .pagecontents .main_content {
    height: 94vh;
  }
}
@media all and (min-width: 400px) and (max-width: 767px) and (max-height: 1250px) and (orientation: portrait) {
  .onboarding .pagecontents .main_content {
    height: 94vh;
  }
}
.onboarding .pagecontents .main_content .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 73%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0, 94, 184) 47%, rgba(0, 94, 184, 0) 64%);
  pointer-events: none;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .gradient-overlay {
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgb(0, 94, 184) 48%, rgba(0, 94, 184, 0) 100%);
  }
}
.onboarding .pagecontents .main_content .onboarding_top {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.7777777778vh;
  padding-right: 2.7777777778vh;
  padding-top: 6.4814814815vh;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top {
    padding-left: 2.7777777778vh;
    padding-right: 2.7777777778vh;
    padding-top: 0vh;
    transform: translateY(7.4074074074vh);
  }
}
.onboarding .pagecontents .main_content .onboarding_top figure {
  margin-left: auto;
  margin-right: auto;
  width: 40.5555555556vh;
  margin-bottom: 7.4074074074vh;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top figure {
    width: 23.1481481481vh !important;
    margin-bottom: 7.4074074074vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_top figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top .parental {
    border-radius: 3.7037037037vh;
    box-shadow: 0vw 0vw 0vw 3.1481481481vh rgba(255, 255, 255, 0.47);
  }
}
.onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper {
  transform: translateX(4.6296296296vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top-left-radius: 8.8888888889vh;
  border-top-right-radius: 8.8888888889vh;
  padding-left: 4.0740740741vh;
  padding-right: 3.6111111111vh;
  padding-top: 5vh;
  padding-bottom: 3.2407407407vh;
  max-width: 76.8518518519vh;
  background-color: white;
  box-shadow: 0vw 0vw 0vw 3.1481481481vh rgba(255, 255, 255, 0.47);
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper {
    transform: translateX(0vh);
    box-shadow: 0vw 0vw 0vw 0vh rgba(255, 255, 255, 0.47);
  }
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper {
    border-radius: 3.7037037037vh;
    padding: 2.3148148148vh;
    max-width: 50.9259259259vh;
    transform: translateX(0vh);
  }
}
.onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper h2 {
  font-size: 4.1666666667vh;
  font-weight: bold;
  color: #ED8B00;
  text-align: left;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper h2 {
    text-align: center;
    font-size: 2.6851851852vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper p {
  margin-top: 4.3518518519vh;
  margin-bottom: 4.3518518519vh;
  text-align: left;
  line-height: 1.4;
  font-weight: normal;
  color: #414141;
  font-size: 2.4074074074vh;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper p {
    text-align: center !important;
    font-size: 1.5740740741vh;
    margin-top: 1.8518518519vh;
    margin-bottom: 1.8518518519vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a {
  width: 100%;
}
.onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer {
  width: 100%;
  border-radius: 10vh;
  border: 2px solid #ED8B00;
  padding: 1.8518518519vh;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer {
    padding: 0.7407407407vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer .confirm_inner {
  width: 100%;
  padding: 2.7777777778vh;
  background-color: #ED8B00;
  border-radius: 7.8703703704vh;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer .confirm_inner {
    padding: 2.037037037vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer .confirm_inner .button_text {
  text-align: center;
  color: white !important;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.6851851852vh;
  margin: 0;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer .confirm_inner .button_text {
    font-size: 2.037037037vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_bottom {
  position: relative;
  margin-left: -27.7777777778vh;
}
@media all and (max-width: 1920px) {
  .onboarding .pagecontents .main_content .onboarding_bottom {
    margin-left: -57.962962963vh;
  }
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_bottom {
    margin-left: 0vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_bottom .parent_fade {
  margin-left: auto;
  margin-right: auto;
  max-width: 160.6481481481vh;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_bottom .parent_fade {
    max-width: 100vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_bottom .parent_fade img {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
}
.onboarding .pagecontents .main_content .onboarding_bottom .parent {
  display: none !important;
  width: 100%;
  height: 100%;
  max-width: 100vh;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_bottom .parent {
    max-width: 100vh;
  }
}
.onboarding .pagecontents .main_content .onboarding_bottom .parent img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .main_content .onboarding_bottom .parent {
    display: block !important;
  }
  .onboarding .pagecontents .main_content .onboarding_bottom .parent_fade {
    display: none !important;
  }
}
.onboarding .pagecontents .bottom_last {
  position: relative;
  z-index: 4;
  width: 100%;
  height: auto;
}
.onboarding .pagecontents .bottom_last .devider {
  height: 1.6666666667vh;
  width: 100%;
  background-color: #ED8B00;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .bottom_last .devider {
    height: 0.7407407407vh;
  }
}
.onboarding .pagecontents .bottom_last .bottom_content {
  padding-top: 2.3148148148vh;
  padding-left: 2.7777777778vh;
  padding-right: 2.7777777778vh;
  padding-bottom: 2.3148148148vh;
  display: flex;
  justify-content: space-between;
  background-color: white;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .bottom_last .bottom_content {
    padding-top: 1.2037037037vh;
    padding-left: 1.3888888889vh;
    padding-right: 1.2037037037vh;
    padding-bottom: 1.3888888889vh;
  }
}
.onboarding .pagecontents .bottom_last .bottom_content .bottom_para p {
  font-size: 1.8518518519vh;
  line-height: 1.6;
  font-weight: bold;
  color: #797979;
  text-align: left;
  text-shadow: 0px 6px 10px rgba(121, 121, 121, 0.57);
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .bottom_last .bottom_content .bottom_para p {
    font-size: 1.2037037037vh;
  }
  .onboarding .pagecontents .bottom_last .bottom_content .bottom_para p br {
    display: block !important;
  }
}
.onboarding .pagecontents .bottom_last .bottom_content .bottom_para p br {
  display: none;
}
.onboarding .pagecontents .bottom_last .bottom_content .job_number p {
  font-size: 1.8518518519vh;
  line-height: 1.6;
  font-weight: normal;
  color: #797979;
  text-align: right;
  text-shadow: 0px 6px 10px rgba(121, 121, 121, 0.57);
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .bottom_last .bottom_content .job_number p {
    font-size: 1.2037037037vh;
  }
  .onboarding .pagecontents .bottom_last .bottom_content .job_number p br {
    display: block !important;
  }
}
.onboarding .pagecontents .bottom_last .bottom_content .job_number p br {
  display: none;
}
@media all and (max-width: 767px) {
  .onboarding .pagecontents .bottom_last .bottom_content .job_number p {
    margin-left: 0px;
  }
}

.vw .onboarding {
  max-width: 100vw;
  width: 100%;
}
.vw .onboarding .pagecontents {
  width: 100%;
  max-width: 100vw;
}
.vw .onboarding .pagecontents .main_content {
  width: 100%;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content {
    flex-direction: column;
  }
}
.vw .onboarding .pagecontents .main_content .gradient-overlay {
  background: linear-gradient(90deg, rgb(0, 94, 184) 45%, rgba(0, 94, 184, 0) 67%);
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .gradient-overlay {
    background: linear-gradient(180deg, rgb(0, 94, 184) 48%, rgba(0, 94, 184, 0) 75%);
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_top {
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    padding-right: 1.5625vw;
    padding-top: 0vw;
    transform: translateY(10.4166666667vw);
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_top figure {
  width: 22.8125vw;
  margin-bottom: 4.1666666667vw;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top figure {
    width: 31.25vw !important;
    margin-bottom: 4.1666666667vw;
  }
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top .parental {
    border-radius: 6.7708333333vw;
    box-shadow: 0vw 0vw 0vw 3.6458333333vw rgba(255, 255, 255, 0.47);
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper {
  transform: translateX(2.6041666667vw);
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  padding-left: 2.2916666667vw;
  padding-right: 2.03125vw;
  padding-top: 2.8125vw;
  padding-bottom: 1.8229166667vw;
  box-shadow: 0vw 0vw 0vw 1.7708333333vw rgba(255, 255, 255, 0.47);
  max-width: 43.2291666667vw;
  background-color: white;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper {
    border-radius: 6.6666666667vw;
    padding: 3.90625vw;
    max-width: 80vw;
    transform: translateX(0vw);
    box-shadow: 0vw 0vw 0vw 0vw rgba(255, 255, 255, 0.47);
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper h2 {
  font-size: 2.34375vw;
  font-weight: bold;
  color: #ED8B00;
  text-align: left;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper h2 {
    text-align: center;
    font-size: 3.90625vw;
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper p {
  margin-top: 2.4479166667vw;
  margin-bottom: 2.4479166667vw;
  text-align: left;
  line-height: 1.4;
  font-weight: normal;
  color: #414141;
  font-size: 1.3541666667vw;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper p {
    text-align: center;
    font-size: 2.5520833333vw;
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a {
  width: 100%;
}
.vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer {
  width: 100%;
  border-radius: 5.625vw;
  border: 2px solid #ED8B00;
  padding: 1.0416666667vw;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer {
    padding: 1.0416666667vw;
    border-radius: 12.1875vw;
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer .confirm_inner {
  width: 100%;
  padding: 1.5625vw;
  background-color: #ED8B00;
  border-radius: 4.4270833333vw;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer .confirm_inner {
    padding: 3.125vw;
    border-radius: 10.4166666667vw;
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer .confirm_inner .button_text {
  text-align: center;
  color: white !important;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.5104166667vw;
  margin: 0;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_top .parental .inner_wrapper a .confirm_outer .confirm_inner .button_text {
    font-size: 3.125vw;
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_bottom {
  position: relative;
  margin-left: -15.625vw;
}
@media all and (max-width: 1920px) {
  .vw .onboarding .pagecontents .main_content .onboarding_bottom {
    margin-left: -32.6041666667vw;
  }
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_bottom {
    margin-left: 0vw;
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_bottom .parent_fade {
  margin-left: auto;
  margin-right: auto;
  max-width: 90.3645833333vw;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_bottom .parent_fade {
    max-width: 100vw;
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_bottom .parent_fade img {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
}
.vw .onboarding .pagecontents .main_content .onboarding_bottom .parent {
  display: none !important;
  width: 100%;
  height: 100%;
  max-width: 56.25vw;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_bottom .parent {
    max-width: 100vw;
  }
}
.vw .onboarding .pagecontents .main_content .onboarding_bottom .parent img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .main_content .onboarding_bottom .parent {
    display: block !important;
  }
  .vw .onboarding .pagecontents .main_content .onboarding_bottom .parent_fade {
    display: none !important;
  }
}
.vw .onboarding .pagecontents .bottom_last {
  position: relative;
  z-index: 4;
  width: 100%;
  height: auto;
}
.vw .onboarding .pagecontents .bottom_last .devider {
  height: 0.9375vw;
  width: 100%;
  background-color: #ED8B00;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .bottom_last .devider {
    height: 0.4166666667vw;
  }
}
.vw .onboarding .pagecontents .bottom_last .bottom_content {
  padding-top: 1.3020833333vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
  padding-bottom: 1.3020833333vw;
  display: flex;
  justify-content: space-between;
  background-color: white;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .bottom_last .bottom_content {
    padding-top: 1.3020833333vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-bottom: 1.3020833333vw;
  }
}
.vw .onboarding .pagecontents .bottom_last .bottom_content .bottom_para p {
  font-size: 1.0416666667vw;
  line-height: 1.6;
  font-weight: bold;
  color: #797979;
  text-align: left;
  text-shadow: 0px 6px 10px rgba(121, 121, 121, 0.57);
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .bottom_last .bottom_content .bottom_para p {
    font-size: 2.0833333333vw;
  }
  .vw .onboarding .pagecontents .bottom_last .bottom_content .bottom_para p br {
    display: block !important;
  }
}
.vw .onboarding .pagecontents .bottom_last .bottom_content .bottom_para p br {
  display: none;
}
.vw .onboarding .pagecontents .bottom_last .bottom_content .job_number p {
  font-size: 1.0416666667vw;
  line-height: 1.6;
  font-weight: normal;
  color: #797979;
  text-align: right;
  text-shadow: 0px 6px 10px rgba(121, 121, 121, 0.57);
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .bottom_last .bottom_content .job_number p {
    font-size: 2.0833333333vw;
  }
  .vw .onboarding .pagecontents .bottom_last .bottom_content .job_number p br {
    display: block !important;
  }
}
.vw .onboarding .pagecontents .bottom_last .bottom_content .job_number p br {
  display: none;
}
@media all and (max-width: 767px) {
  .vw .onboarding .pagecontents .bottom_last .bottom_content .job_number p {
    margin-left: 0px;
  }
}

.welcome_onboarding {
  background-image: url("../images/blur_backgropund.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome_onboarding .welcome_inner {
  position: relative;
  max-width: 142.5vh;
  padding-top: 7.4074074074vh;
  padding-bottom: 7.4074074074vh;
  padding-left: 8.3333333333vh;
  padding-right: 8.3333333333vh;
  margin: 1.8518518519vh;
  background-color: white;
  border-radius: 5.2777777778vh;
  box-shadow: 0vh 0vh 0vh 3.4vh rgba(255, 255, 255, 0.47);
  min-height: 20.9895833333vw;
  height: 100%;
}
.welcome_onboarding .welcome_inner h2 {
  font-size: 4.7222222222vh;
  font-weight: bold;
  color: #ED8B00;
  text-align: left;
  margin-bottom: 6.6666666667vh;
}
.welcome_onboarding .welcome_inner p {
  color: #414141;
  font-weight: normal;
  line-height: 1.2;
  font-size: 2.3148148148vh;
  margin-bottom: 2.2222222222vh;
}
.welcome_onboarding .welcome_inner .para_bottom {
  color: #003276;
  font-weight: bold;
  margin-bottom: 6.9444444444vh;
}
.welcome_onboarding .welcome_inner .main_bottom {
  color: #E4733F;
  font-weight: bold;
  margin-bottom: 6.9444444444vh;
}
.welcome_onboarding .welcome_inner .dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome_onboarding .welcome_inner .dots ul {
  display: flex;
}
.welcome_onboarding .welcome_inner .dots ul li {
  width: 1.5740740741vh;
  height: 1.5740740741vh;
  border-radius: 50%;
  background-color: #C0C0C0;
  margin-right: 2.3148148148vh;
}
.welcome_onboarding .welcome_inner .dots ul li.active {
  background-color: #ED8B00;
}
.welcome_onboarding .welcome_inner .dots ul li:last-child {
  margin-right: 0;
}
.welcome_onboarding .welcome_inner .button-container {
  position: absolute;
  left: 0;
  bottom: -8.7962962963vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.8518518519vh;
}
.welcome_onboarding .welcome_inner .button-container a {
  margin-right: 7.4074074074vh;
}
.welcome_onboarding .welcome_inner .button-container a:last-child {
  margin-right: 0 !important;
}
.welcome_onboarding .welcome_inner .button-container a .confirm_outer {
  width: 100%;
  border-radius: 10vh;
  border: 2px solid #ED8B00;
  padding: 1.8518518519vh;
}
.welcome_onboarding .welcome_inner .button-container a .confirm_outer .confirm_inner {
  width: 37.037037037vh;
  padding: 2.7777777778vh;
  background-color: #ED8B00;
  border-radius: 7.8703703704vh;
}
.welcome_onboarding .welcome_inner .button-container a .confirm_outer .confirm_inner .button_text {
  text-align: center;
  color: white !important;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.6851851852vh;
  margin: 0;
}

.vw .welcome_onboarding .welcome_inner {
  max-width: 80.15625vw;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
  padding-left: 4.6875vw;
  padding-right: 4.6875vw;
  margin: 1.0416666667vw;
  border-radius: 2.96875vw;
  box-shadow: 0vw 0vw 0vw 3.4vw rgba(255, 255, 255, 0.47);
  min-height: 20.9895833333vw;
}
.vw .welcome_onboarding .welcome_inner h2 {
  font-size: 2.65625vw;
  margin-bottom: 3.75vw;
}
.vw .welcome_onboarding .welcome_inner p {
  font-size: 1.3020833333vw;
  margin-bottom: 1.25vw;
}
.vw .welcome_onboarding .welcome_inner .para_bottom {
  color: #003276;
  font-weight: bold;
  margin-bottom: 3.90625vw;
}
.vw .welcome_onboarding .welcome_inner .main_bottom {
  color: #E4733F;
  font-weight: bold;
  margin-bottom: 3.90625vw;
}
.vw .welcome_onboarding .welcome_inner .dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vw .welcome_onboarding .welcome_inner .dots ul {
  display: flex;
}
.vw .welcome_onboarding .welcome_inner .dots ul li {
  width: 0.8854166667vw;
  height: 0.8854166667vw;
  border-radius: 50%;
  background-color: #C0C0C0;
  margin-right: 1.3020833333vw;
}
.vw .welcome_onboarding .welcome_inner .dots ul li.active {
  background-color: #ED8B00;
}
.vw .welcome_onboarding .welcome_inner .dots ul li:last-child {
  margin-right: 0;
}
.vw .welcome_onboarding .welcome_inner .button-container {
  bottom: -4.9479166667vw;
  width: 100%;
  margin-top: 1.0416666667vw;
}
.vw .welcome_onboarding .welcome_inner .button-container a {
  margin-right: 4.1666666667vw;
}
.vw .welcome_onboarding .welcome_inner .button-container a .confirm_outer {
  border-radius: 5.625vw;
  border: 2px solid #ED8B00;
  padding: 1.0416666667vw;
}
.vw .welcome_onboarding .welcome_inner .button-container a .confirm_outer .confirm_inner {
  width: 20.8333333333vw;
  padding: 1.5625vw;
  background-color: #ED8B00;
  border-radius: 4.4270833333vw;
}
.vw .welcome_onboarding .welcome_inner .button-container a .confirm_outer .confirm_inner .button_text {
  font-size: 1.5104166667vw;
}

.welcome_hps {
  background-image: url("../images/hps_blur.png");
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}
.welcome_hps .welcome_inner {
  position: relative;
  max-width: 142.5vh;
  padding-top: 7.4074074074vh;
  padding-bottom: 7.4074074074vh;
  padding-left: 8.3333333333vh;
  padding-right: 8.3333333333vh;
  margin: 1.8518518519vh;
  background-color: white;
  border-radius: 5.2777777778vh;
  box-shadow: 0vh 0vh 0vh 3.4vh rgba(255, 255, 255, 0.47);
  min-height: 37.3148148148vh;
  height: 100%;
}
.welcome_hps .welcome_inner h2 {
  font-size: 4.3518518519vh;
  font-weight: bold;
  color: #ED8B00;
  text-align: left;
  margin-bottom: 6.2037037037vh;
}
.welcome_hps .welcome_inner p {
  color: #414141;
  font-weight: normal;
  line-height: 1.2;
  font-size: 2.3148148148vh;
  margin-bottom: 2.2222222222vh;
}
.welcome_hps .welcome_inner .bottom_length {
  margin-bottom: 18.5185185185vh;
}
.welcome_hps .welcome_inner .button-container {
  position: absolute;
  left: 0;
  bottom: -8.7962962963vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.8518518519vh;
}
.welcome_hps .welcome_inner .button-container a {
  margin-right: 7.4074074074vh;
}
.welcome_hps .welcome_inner .button-container a:last-child {
  margin-right: 0 !important;
}
.welcome_hps .welcome_inner .button-container a .confirm_outer {
  width: 100%;
  border-radius: 10vh;
  border: 2px solid #ED8B00;
  padding: 1.8518518519vh;
}
.welcome_hps .welcome_inner .button-container a .confirm_outer .confirm_inner {
  width: 37.037037037vh;
  padding: 2.7777777778vh;
  background-color: #ED8B00;
  border-radius: 7.8703703704vh;
}
.welcome_hps .welcome_inner .button-container a .confirm_outer .confirm_inner .button_text {
  text-align: center;
  color: white !important;
  font-weight: bold;
  line-height: 1.2;
  font-size: 2.6851851852vh;
  margin: 0;
}

.vw .welcome_onboarding .welcome_inner {
  max-width: 80.15625vw;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
  padding-left: 4.6875vw;
  padding-right: 4.6875vw;
  margin: 1.0416666667vw;
  border-radius: 2.96875vw;
  box-shadow: 0vw 0vw 0vw 3.4vw rgba(255, 255, 255, 0.47);
  min-height: 20.9895833333vw;
}
.vw .welcome_onboarding .welcome_inner h2 {
  font-size: 2.4479166667vw;
  margin-bottom: 3.4895833333vw;
}
.vw .welcome_onboarding .welcome_inner p {
  font-size: 1.3020833333vw;
  margin-bottom: 1.25vw;
}
.vw .welcome_onboarding .welcome_inner .bottom_length {
  margin-bottom: 10.4166666667vw;
}
.vw .welcome_onboarding .welcome_inner .button-container {
  bottom: -4.9479166667vw;
  width: 100%;
  margin-top: 1.0416666667vw;
}
.vw .welcome_onboarding .welcome_inner .button-container a {
  margin-right: 4.1666666667vw;
}
.vw .welcome_onboarding .welcome_inner .button-container a .confirm_outer {
  border-radius: 5.625vw;
  border: 2px solid #ED8B00;
  padding: 1.0416666667vw;
}
.vw .welcome_onboarding .welcome_inner .button-container a .confirm_outer .confirm_inner {
  width: 20.8333333333vw;
  padding: 1.5625vw;
  background-color: #ED8B00;
  border-radius: 4.4270833333vw;
}
.vw .welcome_onboarding .welcome_inner .button-container a .confirm_outer .confirm_inner .button_text {
  font-size: 1.5104166667vw;
}

.calea_service {
  width: 100%;
}
.calea_service .container .welcome_inner {
  width: 100%;
  position: relative;
}
.calea_service .container .welcome_inner figure {
  height: 100%;
  width: 100%;
  position: relative;
}
.calea_service .container .welcome_inner figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.calea_service .container .welcome_inner figure .hps_btn {
  width: 27.962962963vh;
  height: 5.9259259259vh;
  padding: 0.462962963vh;
  background-color: #0260BA;
  position: absolute;
  border-radius: 2.962962963vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  transition: background-color 0.3s ease;
}
.calea_service .container .welcome_inner figure .hps_btn span {
  font-size: 2.2222222222vh;
  font-weight: normal;
  color: white;
}
.calea_service .container .welcome_inner figure .hps_btn.hover {
  background-color: #ED8B00 !important;
}
.calea_service .container .welcome_inner figure .btn1 {
  top: 25.462962963vh;
  left: 6.4814814815vh;
}
.calea_service .container .welcome_inner figure .btn2 {
  top: 68.9814814815vh;
  left: 10.6481481481vh;
}
.calea_service .container .welcome_inner figure .btn3 {
  top: 34.4444444444vh;
  left: 41.2037037037vh;
}
.calea_service .container .welcome_inner figure .btn4 {
  top: 57.4074074074vh;
  left: 71.2962962963vh;
}
.calea_service .container .welcome_inner figure .btn5 {
  top: 21.2962962963vh;
  right: 24.3518518519vh;
}
.calea_service .container .welcome_inner figure .btn6 {
  top: 73.5185185185vh;
  right: 9.1666666667vh;
}
.calea_service .container .welcome_inner figure .wastebin {
  clip-path: polygon(11% 60%, 17% 100%, 89% 99%, 100% 2%, 0 0);
  position: absolute;
  top: 56.2962962963vh;
  left: 7.2222222222vh;
  width: 9.4444444444vh;
  height: 16.2962962963vh;
}
.calea_service .container .welcome_inner figure .truck {
  clip-path: polygon(69% 2%, 71% 22%, 100% 26%, 100% 100%, 81% 100%, 50% 100%, 0 100%, 0 72%, 0% 35%, 0 0);
  position: absolute;
  top: 32.3148148148vh;
  left: 18.5185185185vh;
  width: 29.6296296296vh;
  height: 18.6111111111vh;
}
.calea_service .container .welcome_inner figure .nurse {
  clip-path: polygon(50% 0%, 80% 10%, 96% 41%, 73% 80%, 79% 97%, 35% 97%, 0 96%, 8% 71%, 19% 34%, 35% 2%);
  position: absolute;
  top: 18.4259259259vh;
  left: 43.1481481481vh;
  width: 262px;
  height: 761px;
}
.calea_service .container .welcome_inner figure .telephone {
  clip-path: polygon(53% 0, 89% 1%, 100% 14%, 100% 100%, 85% 100%, 35% 97%, 0 96%, 8% 71%, 10% 28%, 35% 0);
  position: absolute;
  top: 48.0555555556vh;
  left: 73.2407407407vh;
  width: 11.6666666667vh;
  height: 8.8888888889vh;
}
.calea_service .container .welcome_inner figure .bag {
  clip-path: polygon(53% 0, 80% 10%, 97% 15%, 100% 71%, 77% 73%, 80% 100%, 0 100%, 0 61%, 2% 12%, 35% 0);
  position: absolute;
  top: 67.5925925926vh;
  left: 117.5925925926vh;
  width: 21.0185185185vh;
  height: 22.6851851852vh;
}
.calea_service .container .welcome_inner figure .product {
  clip-path: polygon(73% 0, 100% 0, 100% 14%, 100% 70%, 100% 100%, 80% 100%, 0 100%, 0 61%, 0 0, 35% 0);
  position: absolute;
  top: 18.1481481481vh;
  right: 8.1481481481vh;
  width: 22.6851851852vh;
  height: 54.537037037vh;
}
.calea_service .container .welcome_inner .back {
  z-index: 11;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.calea_service .container .welcome_inner .back figure {
  max-width: 23.1481481481vh;
}
.calea_service .container .welcome_inner .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vw .calea_service .container .welcome_inner figure {
  height: 100%;
  width: 100%;
  position: relative;
}
.vw .calea_service .container .welcome_inner figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.vw .calea_service .container .welcome_inner figure .hps_btn {
  width: 15.7291666667vw;
  height: 3.3333333333vw;
  padding: 0.2604166667vw;
  background-color: #0260BA;
  position: absolute;
  border-radius: 1.6666666667vw;
}
.vw .calea_service .container .welcome_inner figure .hps_btn span {
  font-size: 1.25vw;
  font-weight: normal;
  color: white;
}
.vw .calea_service .container .welcome_inner figure .btn1 {
  top: 14.3229166667vw;
  left: 3.6458333333vw;
}
.vw .calea_service .container .welcome_inner figure .btn2 {
  top: 38.8020833333vw;
  left: 5.9895833333vw;
}
.vw .calea_service .container .welcome_inner figure .btn3 {
  top: 19.375vw;
  left: 23.1770833333vw;
}
.vw .calea_service .container .welcome_inner figure .btn4 {
  top: 32.2916666667vw;
  left: 40.1041666667vw;
}
.vw .calea_service .container .welcome_inner figure .btn5 {
  top: 11.9791666667vw;
  right: 13.6979166667vw;
}
.vw .calea_service .container .welcome_inner figure .btn6 {
  top: 41.3541666667vw;
  right: 5.15625vw;
}
.vw .calea_service .container .welcome_inner figure .wastebin {
  clip-path: polygon(11% 60%, 17% 100%, 89% 99%, 100% 2%, 0 0);
  position: absolute;
  top: 31.6666666667vw;
  left: 4.0625vw;
  width: 5.3125vw;
  height: 9.1666666667vw;
}
.vw .calea_service .container .welcome_inner figure .truck {
  clip-path: polygon(69% 2%, 71% 22%, 100% 26%, 100% 100%, 81% 100%, 50% 100%, 0 100%, 0 72%, 0% 35%, 0 0);
  position: absolute;
  top: 18.1770833333vw;
  left: 10.4166666667vw;
  width: 16.6666666667vw;
  height: 10.46875vw;
}
.vw .calea_service .container .welcome_inner figure .nurse {
  clip-path: polygon(50% 0%, 80% 10%, 96% 41%, 73% 80%, 79% 97%, 35% 97%, 0 96%, 8% 71%, 19% 34%, 35% 2%);
  position: absolute;
  top: 10.3645833333vw;
  left: 24.2708333333vw;
  width: 262px;
  height: 761px;
}
.vw .calea_service .container .welcome_inner figure .telephone {
  clip-path: polygon(53% 0, 89% 1%, 100% 14%, 100% 100%, 85% 100%, 35% 97%, 0 96%, 8% 71%, 10% 28%, 35% 0);
  position: absolute;
  top: 27.03125vw;
  left: 41.1979166667vw;
  width: 6.5625vw;
  height: 5vw;
}
.vw .calea_service .container .welcome_inner figure .bag {
  clip-path: polygon(53% 0, 80% 10%, 97% 15%, 100% 71%, 77% 73%, 80% 100%, 0 100%, 0 61%, 2% 12%, 35% 0);
  position: absolute;
  top: 38.0208333333vw;
  left: 66.1458333333vw;
  width: 11.8229166667vw;
  height: 12.7604166667vw;
}
.vw .calea_service .container .welcome_inner figure .product {
  clip-path: polygon(73% 0, 100% 0, 100% 14%, 100% 70%, 100% 100%, 80% 100%, 0 100%, 0 61%, 0 0, 35% 0);
  position: absolute;
  top: 10.2083333333vw;
  right: 4.5833333333vw;
  width: 12.7604166667vw;
  height: 30.6770833333vw;
}
.vw .calea_service .container .welcome_inner .back {
  z-index: 11;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.vw .calea_service .container .welcome_inner .back figure {
  max-width: 13.0208333333vw;
}
.vw .calea_service .container .welcome_inner .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.servicedetails {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 177.7777777778vh;
}
.servicedetails .outer_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  overflow: hidden;
  width: 100%;
}
.servicedetails .outer_wrapper .container {
  position: relative;
}
.servicedetails .outer_wrapper .container .service_inner {
  position: relative;
  z-index: 10;
  max-width: 129.3518518519vh;
  width: 100%;
  height: auto;
  background-color: #FFBF65;
  padding-top: 3.7037037037vh;
  padding-bottom: 0vh;
  padding-left: 7.4074074074vh;
  padding-right: 0.9259259259vh;
  box-shadow: 0vh 0vh 0vh 3.1481481481vh rgba(255, 255, 255, 0.47);
  border-radius: 11.2962962963vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 18.5185185185vh;
  flex-direction: column;
  min-height: 58.7037037037vh;
}
.servicedetails .outer_wrapper .container .service_inner ul {
  position: relative;
  max-width: 110.1851851852vh;
  width: 100%;
  z-index: 50;
}
.servicedetails .outer_wrapper .container .service_inner ul li p {
  margin-bottom: 2.6851851852vh;
  font-size: 1.8518518519vh;
  color: #4B2C00;
  font-weight: normal;
  line-height: 1.55;
}
.servicedetails .outer_wrapper .container .service_inner ul li p span {
  font-weight: bold;
  font-size: 1.6666666667vh;
  color: #4B2C00;
  line-height: 1.55;
}
.servicedetails .outer_wrapper .container .service_inner ul li span {
  font-weight: bold;
  font-size: 1.8518518519vh;
  color: #4B2C00;
  line-height: 1.55;
}
.servicedetails .outer_wrapper .container .service_inner ul li ul {
  margin-top: 0.9259259259vh;
  margin-bottom: 2.6851851852vh;
  list-style-type: disc;
  list-style-position: inside;
}
.servicedetails .outer_wrapper .container .service_inner ul li ul li {
  font-size: 1.6666666667vh;
  color: #4B2C00;
  font-weight: normal;
  line-height: 1.55;
}
.servicedetails .outer_wrapper .container .service_inner ul li .coloumn_wrapper {
  width: 100%;
  display: flex;
}
.servicedetails .outer_wrapper .container .service_inner ul li .coloumn_wrapper .two_section {
  width: 50%;
  margin-top: 0.9259259259vh;
  margin-bottom: 2.6851851852vh;
  list-style: none;
  counter-reset: item 3; /* Set the starting value of the counter to 3, so it begins from 4 */
}
.servicedetails .outer_wrapper .container .service_inner ul li .coloumn_wrapper .two_section li {
  counter-increment: item; /* Increment the counter for each list item */
  margin-bottom: 0.9259259259vh;
}
.servicedetails .outer_wrapper .container .service_inner ul li .coloumn_wrapper .two_section li::before {
  content: counter(item) ". "; /* Display the counter value as the list number */
  font-weight: bold; /* Make the number bold */
  margin-right: 4px;
}
.servicedetails .outer_wrapper .container .service_inner ul li .main_head h5 {
  font-size: 2.037037037vh;
  font-weight: bold;
  text-align: center;
  color: #4B2C00;
  margin-bottom: 2.6851851852vh;
}
.servicedetails .outer_wrapper .container .service_inner ul li .video_content {
  margin-left: auto;
  margin-right: auto;
  list-style: none !important;
  position: relative;
  max-width: 77.6851851852vh;
  width: 100%;
}
.servicedetails .outer_wrapper .container .service_inner ul li .video_content li {
  border: 0.2777777778vh solid white;
  border-radius: 5.1851851852vh;
  padding-top: 2.2222222222vh;
  padding-bottom: 2.2222222222vh;
  padding-left: 3.1481481481vh;
  padding-right: 3.1481481481vh;
  margin-bottom: 2.1296296296vh;
}
.servicedetails .outer_wrapper .container .service_inner ul li .video_content li:last-child {
  margin-bottom: 0vh;
}
.servicedetails .outer_wrapper .container .service_inner ul li .video_content li a {
  cursor: pointer;
}
.servicedetails .outer_wrapper .container .service_inner ul li .video_content li a .content {
  padding: 2.4074074074vh 3.1481481481vh;
  background-color: #ED8B00;
  border-radius: 5.1851851852vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servicedetails .outer_wrapper .container .service_inner ul li .video_content li a .content .small_play {
  max-width: 10vh;
}
.servicedetails .outer_wrapper .container .service_inner ul li .video_content li a .content .small_play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.servicedetails .outer_wrapper .container .service_inner ul li .video_content li a .content p {
  font-size: 2.6851851852vh;
  font-weight: normal;
  color: white;
  max-width: 55.6481481481vh;
  line-height: 1.3;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video {
  width: 100%;
  display: flex;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .text_part {
  width: 60%;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part {
  width: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content {
  margin-left: auto;
  margin-right: auto;
  list-style: none !important;
  position: relative;
  max-width: 30.8333333333vh;
  width: 100%;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li {
  border: 0.2777777778vh solid white;
  border-radius: 5.1851851852vh;
  padding: 1.8518518519vh;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li:last-child {
  margin-bottom: 0vh;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a {
  cursor: pointer;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a .content {
  padding: 2.4074074074vh 1.9444444444vh;
  background-color: #ED8B00;
  border-radius: 5.1851851852vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a .content .small_play {
  max-width: 10vh;
  margin-left: -1.8518518519vh;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a .content .small_play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a .content p {
  font-size: 1.7592592593vh;
  font-weight: normal;
  color: white;
  max-width: 55.6481481481vh;
  line-height: 1.3;
}
.servicedetails .outer_wrapper .container .service_inner .profile_image {
  position: absolute;
  top: 1.7592592593vh;
  left: -35.5555555556vh;
}
.servicedetails .outer_wrapper .container .service_inner .profile_image figure {
  width: 50.7407407407vh;
  height: 62.2222222222vh;
}
.servicedetails .outer_wrapper .container .service_inner .profile_image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.servicedetails .outer_wrapper .container .service_inner .over_image {
  position: absolute;
  top: -21.0185185185vh;
  left: -36.7592592593vh;
  z-index: 20;
}
.servicedetails .outer_wrapper .container .service_inner .over_image figure {
  max-width: 102.2222222222vh;
  height: 92.962962963vh;
}
.servicedetails .outer_wrapper .container .service_inner .over_image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicedetails .outer_wrapper .container .service_inner .back {
  z-index: 11;
  position: absolute;
  right: -5.6481481481vh;
  top: -4.9074074074vh;
}
.servicedetails .outer_wrapper .container .service_inner .back figure {
  max-width: 15vh;
}
.servicedetails .outer_wrapper .container .service_inner .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.servicedetails .outer_wrapper .container .service_inner .top_tag {
  position: absolute;
  background-color: #ED8B00;
  width: 99.1666666667vh;
  padding-top: 1.9444444444vh;
  padding-bottom: 2.4074074074vh;
  font-size: 3.7962962963vh;
  color: white;
  text-align: center;
  border-radius: 4.6296296296vh;
  margin-bottom: 1.8518518519vh;
  font-weight: bold;
  top: -2.3148148148vh;
  transform: translate(-50%, -50%);
  left: 50%;
  letter-spacing: 0px;
}

.vw .servicedetails {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100vw;
}
.vw .servicedetails .outer_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  overflow: hidden;
  width: 100%;
}
.vw .servicedetails .outer_wrapper .container {
  position: relative;
}
.vw .servicedetails .outer_wrapper .container .service_inner {
  position: relative;
  z-index: 10;
  max-width: 72.7604166667vw;
  width: 100%;
  height: auto;
  background-color: #FFBF65;
  padding-top: 2.0833333333vw;
  padding-bottom: 0vw;
  padding-left: 4.1666666667vw;
  padding-right: 0.5208333333vw;
  box-shadow: 0vw 0vw 0vw 1.7708333333vw rgba(255, 255, 255, 0.47);
  border-radius: 6.3541666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10.4166666667vw;
  flex-direction: column;
  min-height: 33.0208333333vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul {
  position: relative;
  max-width: 61.9791666667vw;
  width: 100%;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li p {
  margin-bottom: 1.5104166667vw;
  font-size: 1.0416666667vw;
  color: #4B2C00;
  font-weight: normal;
  line-height: 1.55;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li p span {
  font-weight: bold;
  font-size: 0.9375vw;
  color: #4B2C00;
  line-height: 1.55;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li span {
  font-weight: bold;
  font-size: 1.0416666667vw;
  color: #4B2C00;
  line-height: 1.55;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li ul {
  margin-top: 0.5208333333vw;
  margin-bottom: 1.5104166667vw;
  list-style-type: disc;
  list-style-position: inside;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li ul li {
  font-size: 0.9375vw;
  color: #4B2C00;
  font-weight: normal;
  line-height: 1.55;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .coloumn_wrapper {
  width: 100%;
  display: flex;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .coloumn_wrapper .two_section {
  width: 50%;
  margin-top: 0.5208333333vw;
  margin-bottom: 1.1979166667vw;
  list-style: none;
  counter-reset: item 3; /* Set the starting value of the counter to 3, so it begins from 4 */
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .coloumn_wrapper .two_section li {
  counter-increment: item; /* Increment the counter for each list item */
  margin-bottom: 0.5208333333vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .coloumn_wrapper .two_section li::before {
  content: counter(item) ". "; /* Display the counter value as the list number */
  font-weight: bold; /* Make the number bold */
  margin-right: 4px;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .main_head h5 {
  font-size: 1.1458333333vw;
  font-weight: bold;
  text-align: center;
  color: #4B2C00;
  margin-bottom: 1.5104166667vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .video_content {
  margin-left: auto;
  margin-right: auto;
  list-style: none !important;
  position: relative;
  max-width: 43.6979166667vw;
  width: 100%;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .video_content li {
  border: 0.15625vw solid white;
  border-radius: 2.9166666667vw;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-left: 1.7708333333vw;
  padding-right: 1.7708333333vw;
  margin-bottom: 1.1979166667vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .video_content li:last-child {
  margin-bottom: 0vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .video_content li a {
  cursor: pointer;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .video_content li a .content {
  padding: 1.3541666667vw 1.7708333333vw;
  background-color: #ED8B00;
  border-radius: 2.9166666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .video_content li a .content .small_play {
  max-width: 5.625vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .video_content li a .content .small_play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .video_content li a .content p {
  font-size: 1.5104166667vw;
  font-weight: normal;
  color: white;
  max-width: 31.3020833333vw;
  line-height: 1.3;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video {
  width: 100%;
  display: flex;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .text_part {
  width: 60%;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part {
  width: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content {
  margin-left: auto;
  margin-right: auto;
  list-style: none !important;
  position: relative;
  max-width: 17.34375vw;
  width: 100%;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li {
  border: 0.15625vw solid white;
  border-radius: 2.9166666667vw;
  padding: 1.0416666667vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li:last-child {
  margin-bottom: 0vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a {
  cursor: pointer;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a .content {
  padding: 1.3541666667vw 1.09375vw;
  background-color: #ED8B00;
  border-radius: 2.9166666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a .content .small_play {
  max-width: 5.625vw;
  margin-left: -1.0416666667vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a .content .small_play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vw .servicedetails .outer_wrapper .container .service_inner ul li .infection_video .video_part .video_content li a .content p {
  font-size: 0.9895833333vw;
  font-weight: normal;
  color: white;
  max-width: 31.3020833333vw;
  line-height: 1.3;
}
.vw .servicedetails .outer_wrapper .container .service_inner .profile_image {
  position: absolute;
  top: 0.9895833333vw;
  left: -20vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner .profile_image figure {
  width: 28.5416666667vw;
  height: 35vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner .profile_image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vw .servicedetails .outer_wrapper .container .service_inner .over_image {
  position: absolute;
  top: -11.8229166667vw;
  left: -20.6770833333vw;
  z-index: 20;
}
.vw .servicedetails .outer_wrapper .container .service_inner .over_image figure {
  max-width: 57.5vw;
  height: 52.2916666667vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner .over_image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vw .servicedetails .outer_wrapper .container .service_inner .back {
  z-index: 11;
  position: absolute;
  right: -3.1770833333vw;
  top: -2.7604166667vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner .back figure {
  max-width: 8.4375vw;
}
.vw .servicedetails .outer_wrapper .container .service_inner .back figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vw .servicedetails .outer_wrapper .container .service_inner .top_tag {
  position: absolute;
  background-color: #ED8B00;
  width: 55.78125vw;
  padding-top: 1.09375vw;
  padding-bottom: 1.3541666667vw;
  font-size: 2.1354166667vw;
  color: white;
  text-align: center;
  border-radius: 2.6041666667vw;
  margin-bottom: 1.0416666667vw;
  font-weight: bold;
  top: -1.3020833333vw;
  transform: translate(-50%, -50%);
  left: 50%;
  letter-spacing: 0px;
}/*# sourceMappingURL=style.css.map */