html {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}
a:focus {
  outline: none;
  box-shadow: none;
}
img {
  border: 0;
  display: block;
}
ul {
  list-style: none;
}
b,
strong {
  font-weight: normal;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  font-size: inherit;
  box-shadow: none;
  outline: none;
}
input[type="submit"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
footer,
header,
nav {
  display: block;
}

header {
  width: 100%;
  background: #020817;
}

.pvc_header_at {
  max-width: 1280px;
  padding: 8px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* cursor: pointer; */
  min-height: 80px;
}

.lander .pvc_header_at {
  padding: 13px 15px;
}

.pvc_gplay_logo_at,
.pvc_atfLeft_at .pvc_gplay_atf_at {
  /* cursor: pointer; */
  display: flex;
}

.pvc_gplay_logo_at svg,
.pvc_logo_at svg {
  display: block;
}

.pvc_logo_at a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.pvc_logo_at a img {
  width: 52px;
  height: auto;
}

.pvc_logo_at a span {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
}

@media only screen and (max-width: 1023px) {
  .pvc_logo_at a span {
    font-size: 24px;
  }

  .pvc_logo_at a img:not(footer .pvc_logo_at a img) {
    width: 40px;
    height: auto;
  }

  .pvc_header_at .pvc_gplay_logo_at {
    width: 180px;
    height: auto;
  }

  .pvc_header_at .pvc_gplay_logo_at svg {
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 768px) {
  header {
    background: #020817;
  }

  .lander header {
    background: transparent;
  }

  .pvc_logo_at a span {
    font-size: 14px;
    line-height: 150%;
  }

  .pvc_logo_at a img:not(footer .pvc_logo_at a img) {
    width: 20px;
    height: auto;
  }

  .pvc_logo_at a {
    gap: 4px;
  }

  .pvc_header_at {
    min-height: 60px;
    padding: 16px 16px 13px;
  }

  .lander .pvc_header_at {
    padding: 16px 16px 13px;
  }

  .pvc_header_at .pvc_gplay_logo_at {
    width: 102px;
    height: auto;
  }
}

@media only screen and (max-width: 360px) {

  .lander .pvc_header_at,
  .pvc_header_at {
    padding: 16px 12px 13px;
  }

  .pvc_logo_at a span {
    font-size: 13px;
  }
}
html,
body {
  font-family: "Inter" !important;
  scroll-behavior: smooth;
  background: #020817;
}

.pvc_atfWrap_at {
  /* background: url(../images/atf_bg.svg) no-repeat bottom left; */
  /* background-repeat: no-repeat;
  background-position: top left; */
  width: 100%;
  position: relative;
}

.pvc_wrap_at::before {
  /* content: ""; */
  width: 800px;
  height: 800px;
  border-radius: 800px;
  background: #CFDEFD;
  /* filter: blur(400px); */
  position: absolute;
  left: 0;
  top: 30%;
}

/* atf  */
.pvc_atfCont_at {
  width: 100%;
  background: url(../images/atf_img.png) bottom 30px right;
  background-repeat: no-repeat;
  background-size: 1051px 643px;
  max-width: 1440px;
  margin: auto;
}

.pvc_atfWrap_at {
  max-width: 1269px;
  width: 100%;
  padding: 74px 16px 147px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.pvc_atfLeft_at {
  max-width: 600px;
  width: 100%;
  padding-top: 70px;
}

.pvc_atfLeft_at .pvc_atfMainTxt_at {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  margin-bottom: 16px;
}

.pvc_atfLeft_at .pvc_atfMainTxt_at span {
  color: #5F92FF;
}

.pvc_atfLeft_at .pvc_atfSubTxt_at {
  margin-bottom: 108px;
  color: #E4E4E4;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 134%;
  /* 30.82px */
  max-width: 505px;
}

.pvc_atfLeft_at .pvc_gplay_atf_at svg {
  display: block;
}

.pvc_atfLeft_at .pvc_atfDisclaimer_at {
  margin-top: 24px;
  max-width: 521px;
  color: #FFF;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 15px */
}

.pvc_atfLeft_at .pvc_atfDisclaimer_at a {
  text-decoration: none;
}

.pvc_atfLeft_at .pvc_atfDisclaimer_at a:hover {
  text-decoration: underline;
}

.pvc_atfRight_at {
  max-width: 487px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pvc_atfRight_at img {
  width: 100%;
  height: auto;
}

.pvc_atfRight_at img.ATFMobileImage {
  display: none;
}

/* atf end */

/* features  */
.pvc_multipurpose_at {
  width: 100%;
  background: #020817;
}

.pvc_multipurposeWrap_at {
  max-width: 1280px;
  width: 100%;
  padding: 105px 16px 108px;
  margin: 0 auto;
}

.pvc_multipurposeWrap_at .pvc_secondTitle_at {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  padding: 0 0 59px;
}

.mobBr {
  display: none;
}

.pvc_multipurposeWrap_at .pvc_secondTitle_at span {
  color: #5F92FF;
}

.pvc_multipurposeWrap_at .pvc_multifetaures_at {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.pvc_featureOne_at,
.pvc_featureTwo_at {
  width: 100%;
  max-width: 598px;
  min-height: 347px;
  display: flex;
  flex-direction: column;
}

.pvc_featureOne_at .imgOne_at,
.pvc_featureTwo_at .imgTwo_at {
  display: flex;
  justify-content: center;
  background: #1B202E;
  border-radius: 20px;
}

.pvc_featureOne_at img,
.pvc_featureTwo_at img {
  width: 100%;
}

.pvc_featureOne_at img.mobileImage,
.pvc_featureTwo_at img.mobileImage {
  display: none;
}

.pvc_featureOne_at h3,
.pvc_featureTwo_at h3 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 36px */
  margin: 23px auto;
  padding: 0 28px;
}

.pvc_featureOne_at h3 span,
.pvc_featureTwo_at h3 span {
  color: #5F92FF;
}

.pvc_featureOne_at p,
.pvc_featureTwo_at p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  padding: 0 15px;
}

/* features end  */


/* scan and save  */
.pvc_saveNsearch_at {
  padding: 54px 0 104px;
  width: 100%;
}

.pvc_saveNsearch_at .pvc_wrapper_at {
  margin: auto;
  width: 100%;
  padding: 0 16px;
}

.pvc_saveNsearch_at .pvc_wrapper_at .pvc_saveNSearchCont_at {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1280px;
  margin: 0 auto 92px;
}

.pvc_saveNsearch_at .pvc_wrapper_at .pvc_title_at {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  /* 57.5px */
  margin: 0 auto 74px;
}

.pvc_saveNsearch_at .pvc_wrapper_at .pvc_title_at span {
  color: #5F92FF;
}

.pvc_saveNsearch_at .pvc_leftSection_at {
  max-width: 714px;
  height: 100%;
  max-height: 431px;
}

.pvc_saveNsearch_at .pvc_leftSection_at img {
  width: 100%;
  height: 100%;
  border-radius: 23px;
}

.pvc_saveNsearch_at .pvc_rightSection_at {
  max-width: 638px;
}

.pvc_rightSectionContainer_at {
  /* width: 381px; */
}

/* Desktop accordion (scan-features) */

.pvc_saveNSearchCont_at .pvc_featuresTitle_at {
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  /* 46px */
  margin-bottom: 13px;
}

.pvc_saveNSearchCont_at .pvc_featuresTitle_at span {
  color: #5F92FF;
}

.pvc_saveNSearchCont_at .pvc_body_at {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  max-width: 454px;
}

.pvc_saveNSearchCont_at.active .pvc_acc_icon_at {
  transform: rotate(180deg);
}

.pvc_saveNSearchCont_at.active {
  background: #E9F0FE;
  border-radius: 8px;
  position: relative;
  border-bottom-color: transparent;
  margin: 0;
  padding: 30px 25px;
}

.pvc_saveNSearchCont_at.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 161px;
  height: 6px;
  background: #10B981;
  border-top-left-radius: 12px;
}

.pvc_saveNSearchCont_at.active .pvc_featuresTitle_at {
  font-size: 32px;
}

.pvc_saveNSearchCont_at.active .pvc_acc_body_at {
  display: block;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at {

  width: 100%;
  margin-bottom: 60px;
  cursor: pointer;
  position: relative;
  color: #aeaeae;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at * {
  pointer-events: none;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at .outerRing_at {
  position: relative;
  margin-top: 5px;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at .outerRing_at svg.ring {
  width: 79px;
  height: 79px;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at .svgContainer_at {
  position: absolute;
  left: 2px;
  top: 2px;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at .svgContainer_at svg {
  width: 75px;
  height: 75px;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at .svgContainer_at svg circle {
  fill: #E8F8F6;

}


.pvc_rightSectionContainer_at .pvc_featuresList_at .outerRing_at svg.ring circle {
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at.active .outerRing_at svg.ring circle {
  animation: stroke 5s ease-out forwards;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at.active .svgContainer_at svg circle {
  fill: #000;
}

.completedStep_at .circle {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

.pvc_rightSectionContainer_at .pvc_featuresContent_at .pvc_featuresTitle_at {
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.4px;
  margin-bottom: 12px;
}



.pvc_rightSectionContainer_at .pvc_featuresContent_at .pvc_featuresPara_at {
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-top: 10px;
}

.pvc_rightSectionContainer_at .pvc_featuresList_at.active {

  color: #000
}


.pvc_rightSectionContainer_at .pvc_featuresList_at.active .pvc_featuresTitle_at,
.pvc_rightSectionContainer_at .pvc_featuresList_at.active .pvc_featuresPara_at {
  color: #000;
}

.pvc_saveNsearch_at.mobile-ver {
  padding: 28px 0 50px;
}

.pvc_saveNsearch_at.mobile-ver .pvc_wrapper_at .pvc_saveNSearchCont_at {
  justify-content: center;
}

.pvc_saveNsearch_at.mobile-ver .slick-slide img {
  margin: auto;

}

.pvc_saveNsearch_at.mobile-ver .pvc_rightSectionContainer_at .pvc_featuresList_at {
  margin: 30px auto 15px;
  display: flex;
  flex-direction: column;
}

.pvc_saveNsearch_at.mobile-ver .slick-dots li button:before {
  background: transparent;
  border: 1px solid #5B0606;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.pvc_saveNsearch_at.mobile-ver .slick-dots li.slick-active button:before {
  background: #5B0606;
}

/* .pvc_saveNsearch_at.mobile-ver .pvc_featuresList_at {
  padding: 15px;
} */


.pvc_saveNsearch_at.mobile-ver .pvc_rightSectionContainer_at .pvc_featuresList_at .pvc_title {
  align-items: center;
  color: #000;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.4px;
}


.pvc_saveNsearch_at.mobile-ver .slick-active .pvc_featuresList_at .pvc_featuresTitle_at,
.pvc_saveNsearch_at.mobile-ver .slick-active .pvc_featuresList_at .pvc_featuresPara_at {
  color: #000;
  text-align: center;
}

.mobile-ver {
  display: none;
}



/* save and scan end */
/* --- Mobile Accordion Redesign --- */
.pvc_saveNsearch_at.mobile-ver .pvc_rightSectionContainer_at {
  width: 100%;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem {
  background: #F9F9F9;
  border-bottom: 1px solid #E0E0DF;
  padding: 0;
  overflow: hidden;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem:first-child {
  border-radius: 10px 10px 0 0;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem:last-child {
  border-radius: 0 0 10px 10px;
  border: none;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem.active {
  background: #F1F3FF;
  border: none;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_acc_head_at {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 8px;
  padding: 25px 20px 23px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  position: relative;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_acc_head_at .pvc_acc_icon_at {
  transition: transform 0.2s;
  margin-left: auto;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem.active .pvc_acc_head_at .pvc_acc_icon_at {
  transform: rotate(180deg);
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_featuresTitle_at {
  color: #000;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_acc_body_at {
  display: none;
  background: transparent;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_acc_body_at p {
  color: #000000E5;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 0 45px 24px;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem.active .pvc_acc_body_at {
  display: block;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_acc_imgWrap_at {
  width: 230px;
  height: auto;
  margin: 0 auto;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_acc_imgWrap_at img {
  width: 100%;
  height: auto;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_acc_index_at {
  color: #000000B2;
  text-align: center;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem .pvc_acc_title_at {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.pvc_saveNsearch_at.mobile-ver .pvc_mobileAccordionItem:last-child {
  margin-bottom: 0;
}

.pvc_saveNNsearch_at.mobile-ver .pvc_rightSectionContainer_at {
  margin-top: 0;
}

.pvc_faq_at h2 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  /* 57.5px */
  padding: 108px 15px 56px;
}

.pvc_faqWrap_at {
  max-width: 1073px;
  width: 100%;
  padding: 0 15px 75px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 37.8px;

}

.pvc_faqWrap_at .pvc_leftSection_at {
  max-width: 496px;
  flex-shrink: 0;

}

.pvc_faqWrap_at .pvc_leftSection_at h1 {
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
}

.pvc_faqWrap_at .pvc_leftSection_at p {
  color: #6D6D6D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 24px 0 50px;
  max-width: 475px;

}

.pvc_faqWrap_at .pvc_leftSection_at p .link {
  text-decoration: underline;
}

.pvc_faqWrap_at .pvc_leftSection_at p .link:hover {
  text-decoration: none;
}

.pvc_faqWrap_at img {
  width: 100%;
  max-width: 489.522px;
  height: auto;
  margin: auto;
}

.pvc_faqWrap_at .pvc_faqCont_at {
  border-radius: 14px;
  border: 2px solid #011E5D;
  background: rgba(1, 30, 93, 0.3);
  padding: 0 35px 0;
  margin-bottom: 25px;
}

.pvc_faqWrap_at .faqQAtop_at {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faqQAtop_at .faqQuestitle_at {
  color: #FFFFFF;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  padding: 27px 45px 26px 0;
  transition: padding .5s linear;
  line-height: 32px;
}

.pvc_faqWrap_at .pvc_faqCont_at:first-of-type .faqQuestitle_at {}

.pvc_faqWrap_at .pvc_faqCont_at:last-of-type {}


.pvc_faqWrap_at .pvc_faqCont_at.activefaq_at .faqQuestitle_at {
  padding-bottom: 32px;
}

.faqTitleIcons_at {
  min-width: 24px;
  height: 12px;
}

.faqTitleIcons_at svg {
  width: 100%;
  height: 100%;
  display: block;
}

.faqQAbottom_at {
  display: none;
}

.pvc_faqOuter_at {
  display: flex;
  flex-direction: column;
  /* row-gap: 30px; */
  flex-grow: 1;
}

.faqQAbottom_at .faqDes_at {
  color: #FFFFFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 0px 35px 24px 0;
}

.faqQAbottom_at .faqDes_at a {
  color: #5F92FF;
  text-decoration: none;
}

.faqQAbottom_at .faqDes_at a:hover {
  text-decoration: underline;
}

.faqQAbottom_at ul {
  padding: 0px 0 30px;
}

.faqQAbottom_at ul li,
.faqQAbottom_at p {
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.faqQAbottom_at ul li {
  list-style-type: disc;
  padding: 10px 35px 0 0;
  margin-left: 15px;
}

.faqQAbottom_at p {
  padding: 0px 35px 0 0;
}

.activefaq_at svg {
  transform: rotate(180deg);
}

.activefaq_at .faqQAbottom_at,
.activefaq_at .faqQAtop_at {
  position: relative;
  z-index: 99;
}

/*==============Responsive start============*/

@media only screen and (min-width: 2001px) {
  /* .pvc_saveNsearch_at {
    width: 100%;
    background: url(../qrcodescanner/scan_2500.png) #FBFBFB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  } */
}

@media only screen and (min-width: 1441px) {
  /* .pvc_saveNsearch_at {
    width: 100%;
    background: url(../qrcodescanner/scan_2000.png) #FBFBFB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  } */
}

@media only screen and (max-width: 1439px) {
  .pvc_atfCont_at {
    background-size: 73%;
    background-position: center right -30px;
  }
}

@media screen and (max-width:1362px) {
  .pvc_atfLeft_at .pvc_atfMainTxt_at {
    font-size: 42px;
  }

  .pvc_atfLeft_at .pvc_atfSubTxt_at {
    font-size: 21px;
  }

  .pvc_atfRight_at {
    max-width: 450px;
  }
}


@media screen and (max-width:1250px) {

  .pvc_atfCont_at {
    background-size: 86%;
    background-position: bottom 40px right -116px;
  }

  .pvc_atfWrap_at {
    padding-bottom: 96px;
  }

  .pvc_saveNsearch_at .pvc_leftSection_at {
    width: 100%;
    max-width: 550px;
  }

  .pvc_saveNsearch_at .pvc_leftSection_at img {
    width: 100%;
  }

}


@media only screen and (max-width: 1023px) {

  .AioBrNone,
  .atf_br {
    display: none;
  }

  .pvc_featureOne_at img.dektopImage,
  .pvc_featureTwo_at img.dektopImage {
    display: none;
  }

  .pvc_featureOne_at img.mobileImage,
  .pvc_featureTwo_at img.mobileImage {
    display: block;
  }

  .pvc_rightSectionContainer_at {
    width: 100%;
  }

  .pvc_atfWrap_at {
    padding: 70px 0px 0px;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .pvc_atfLeft_at .pvc_atfMainTxt_at {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    line-height: normal;
  }

  .pvc_atfLeft_at .pvc_atfSubTxt_at {
    font-size: 16px;
    line-height: 134%;
    /* 21.44px */
    letter-spacing: -0.32px;
    text-align: center;
    margin-bottom: 24px;
  }

  .pvc_atfCont_at {
    background: none;
  }

  .pvc_atfRight_at {
    max-width: 100%;
  }

  .pvc_atfRight_at img {
    max-width: 60%;
  }

  .pvc_atfRight_at img.ATFDesktopImage {
    display: none;
  }

  .pvc_atfRight_at img.ATFMobileImage {
    display: block;
  }

  .pvc_multipurposeWrap_at .pvc_secondTitle_at {
    padding: 50px 0 30px;
  }

  .desktop-ver {
    display: none;
  }

  .mobile-ver {
    display: block;
  }

  .pvc_atfLeft_at {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    max-width: none;
    padding: 0 16px;
  }

  .pvc_featureOne_at .imgOne_at,
  .pvc_featureTwo_at .imgTwo_at {
    border-radius: 11px;
  }

  .pvc_featureOne_at img,
  .pvc_featureTwo_at img {
    width: 100%;
    height: auto;
    max-height: 218px;
    max-width: 327px;
  }

  .pvc_saveNsearch_at .pvc_rightSection_at,
  .pvc_rightSectionContainer_at .pvc_featuresList_at {
    max-width: unset;
  }

  .pvc_featureOne_at h3,
  .pvc_featureTwo_at h3 {
    font-size: 20px;
    line-height: 115%;
    padding: 0 10px;
    margin: 13px auto;
  }

  .pvc_saveNsearch_at .pvc_wrapper_at .pvc_title_at {
    line-height: normal;
    padding: 0 0 50px;
    margin: 0;
  }

  .pvc_featuresTitle_at {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
  }

  .pvc_featuresPara_at {
    font-size: 22px;
  }

  .pvc_faq_at h2 {
    line-height: normal;
    padding: 54px 16px 0px;
    font-size: 32px;
    line-height: 37px;
    margin: 0;
  }

  .pvc_atfLeft_at .pvc_gplay_atf_at svg {
    width: 188px;
    height: auto;
  }

  .pvc_atfLeft_at .pvc_atfDisclaimer_at {
    text-align: center;
    margin: 24px auto 52px;
    font-size: 10px;
    max-width: 510px;
    line-height: 134%;
  }

  .pvc_multipurpose_at {
    background: none;
  }

  .pvc_multipurposeWrap_at {
    padding: 0 15px 70px;
  }

  .pvc_multipurposeWrap_at .pvc_multifetaures_at {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }

  .pvc_atfLeft_at .pvc_atfMainTxt_at {
    font-size: 42px;
    line-height: 50px;
  }

  .pvc_featureOne_at,
  .pvc_featureTwo_at {
    max-width: 330px;
    min-height: auto;
  }

  .pvc_featureOne_at p,
  .pvc_featureTwo_at p,
  .pvc_featureThree_at p {
    font-size: 16px;
    padding: 0 19px;
    line-height: 19px;
  }

  .pvc_saveNsearch_at .pvc_wrapper_at .pvc_saveNSearchCont_at {
    flex-direction: column;
    align-items: center;
    gap: 42px;
    margin-bottom: 42px;
    text-align: center;
  }

  .pvc_saveNsearch_at .pvc_wrapper_at .pvc_saveNSearchCont_at:last-child {
    margin-bottom: 0px;
  }

  .pvc_saveNsearch_at .pvc_leftSection_at {
    max-width: 400px;
  }

  .pvc_saveNsearch_at .pvc_leftSection_at img {
    border-radius: 16px;
  }

  .pvc_saveNSearchCont_at .pvc_featuresWrapper_at {
    padding-top: 0px;
  }

  .pvc_saveNSearchCont_at .pvc_featuresTitle_at {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .pvc_faqWrap_at {
    padding: 16px 16px 45px;
    flex-direction: column;
    gap: 40px;
  }

  .pvc_faqWrap_at .pvc_leftSection_at {
    margin: auto;
    text-align: center;
  }

  .pvc_faqWrap_at .pvc_leftSection_at h1 {
    font-size: 24px;
  }

  .pvc_faqWrap_at .pvc_leftSection_at h1 {
    font-size: 24px;
  }

  .pvc_faqWrap_at .pvc_leftSection_at p {
    margin: 15px 0;
    font-size: 18px;
  }

  .faqQAtop_at .faqQuestitle_at {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 10px 17px 0;
  }

  .pvc_faqWrap_at .pvc_faqCont_at.activefaq_at .faqQuestitle_at {
    padding: 19px 10px 18px 0;
  }

  .pvc_faqWrap_at .pvc_faqCont_at {
    padding: 0 12px 0 14px;
    margin-bottom: 20px;
  }

  .faqTitleIcons_at {
    min-width: 19px;
    height: 10px;
  }

  .faqQAbottom_at .faqDes_at {
    font-size: 16px;
    padding: 0 35px 20px 0;
    line-height: 24px;
    color: #FFFFFFCC;
  }

  .faqQAbottom_at ul li,
  .faqQAbottom_at p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFFCC;
  }

  .faqQAbottom_at ul {
    padding: 7px 0 30px;
  }

  .pvc_faq_at h2,
  .pvc_multipurposeWrap_at .pvc_secondTitle_at,
  .pvc_saveNsearch_at .pvc_wrapper_at .pvc_title_at,
  .pvc_atfLeft_at .pvc_atfMainTxt_at {
    font-size: 28px;
    line-height: 115%;
  }

  .pvc_faq_at h2 {
    font-size: 32px;
  }

  .pvc_atfLeft_at .pvc_atfMainTxt_at {
    font-size: 28px;
    line-height: 121.5%;
    letter-spacing: -0.7px;
    margin-bottom: 24px;
  }

  .pvc_saveNsearch_at .pvc_wrapper_at .pvc_desc_at {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 52px;
    max-width: 680px;
  }

  .pvc_saveNsearch_at {
    padding: 50px 0 90px;
  }

}


@media screen and (max-width:820px) {
  .pvc_saveNsearch_at.mobile-ver .slick-slide img {
    width: 100%;
  }

}

@media screen and (max-width:768px) {
  .pvc_featuresTitle_at {
    font-size: 25px;
    line-height: 30px;
  }

  .pvc_rightSectionContainer_at .pvc_featuresContent_at .pvc_featuresPara_at {
    font-size: 20px;
    line-height: 25px;

  }

  .pvc_saveNsearch_at.mobile-ver .pvc_rightSectionContainer_at .pvc_featuresList_at {
    max-width: 329px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .pvc_rightSectionContainer_at .pvc_featuresContent_at .pvc_featuresPara_at {
    font-size: 18px;
  }

  .pvc_saveNSearchCont_at .pvc_featuresTitle_at {
    font-size: 20px;
  }

  .pvc_atfRight_at img {
    max-width: 80%;
  }

  .pvc_saveNSearchCont_at .pvc_body_at,
  .pvc_featureOne_at p,
  .pvc_featureTwo_at p {
    color: #FFFFFFCC;
  }
}




@media only screen and (max-width: 480px) {

  .mobBr {
    display: block;
  }

  .brNone {
    display: none;
  }

  .pvc_atfRight_at img {
    width: 100%;
    max-width: 100%;
  }

  .pvc_faqWrap_at .pvc_leftSection_at {
    margin: 0;
    text-align: left;
  }

  footer .pvc_gplay_logo_at_footer svg {
    width: 135px;
    height: 40px;

  }

  footer .pvc_logo_at_footer,
  footer .pvc_gplay_logo_at_footer {
    margin-bottom: 20px;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    background: #000000;
    border-radius:50%; 
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

footer {
  width: 100%;
  background: #2A3141;
  font-family: "Inter";
}

footer .pvc_footerWrap_at {
  max-width: 961px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 15px 92px;
}

footer .pvc_logo_at_footer,
footer .pvc_gplay_logo_at_footer {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

footer .pvc_logo_at_footer a {
  display: flex;
}

footer .pvc_logo_at_footer a svg {
  width: 319px;
}

footer .pvc_logo_at a {
  margin: 0 auto 50px;
  justify-content: center;
}

.pvc_footerWrap_at .pvc_footerDisclaimer_at {
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  padding-bottom: 50px;
}

footer .pvc_footerWrap_at ul {
  color: #FFFFFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  row-gap: 27px;
  justify-content: center;
  padding: 0 22px;
}

footer .pvc_footerWrap_at ul li {
  border-right: 3px solid #0000001A;
}

footer .pvc_footerWrap_at ul li:first-child {
  padding-left: 0;
  padding-right: 22px;
}

footer .pvc_footerWrap_at ul li:last-child {
  padding-right: 0px;
  border-right: none;
}

footer .pvc_footerWrap_at ul li {
  padding: 0 22px;

}

footer .pvc_footerWrap_at ul li a {
  color: #FFFFFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 105.882% */
  text-transform: capitalize;
}

footer .pvc_footerWrap_at ul li:hover {
  text-decoration: underline;
}

footer .pvc_footerWrap_at ul li:nth-child(4) {
  border-right: none;
}

.pvc_footerWrap_at .pvc_disclaimerTwo_at {
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  max-width: 894px;
  margin: 50px auto 0;
}

.lander_disclaimer,
.lander .footer_disclaimer,
.change_screen_disclaimer {
  display: none;
}

.lander .lander_disclaimer {
  display: block;
}

.pvc_change_screen_at .change_screen_disclaimer {
  display: block;
}

.pvc_change_screen_at .footer_disclaimer {
  display: none;
}

@media screen and (max-width:1023px) {
  footer .pvc_footerWrap_at {
    padding: 50px 0px 77px;
  }

  footer .pvc_logo_at a {
    margin: 0 auto 25px;
  }

  .pvc_footerWrap_at .pvc_footerDisclaimer_at {
    padding: 0 22px 36px;
  }

  .pvc_footerWrap_at .pvc_disclaimerTwo_at {
    margin-top: 36px;
    padding: 0 22px;
  }
}

@media screen and (max-width:915px) {

  footer .pvc_footerWrap_at ul {
    row-gap: 26px;
  }
}

@media screen and (max-width:869px) {

  footer .pvc_footerWrap_at ul li:nth-child(4) {
    border-right: 3px solid #0000001A;
  }

  footer .pvc_footerWrap_at ul li:nth-child(3) {
    border-right: none;
  }
}

@media screen and (max-width:864px) {

  footer .pvc_footerWrap_at ul li:nth-child(6) {
    border-right: none;
  }
}

@media screen and (max-width:768px) {

  footer .pvc_logo_at a {
    gap: 8px;
  }

  footer .pvc_logo_at a img {
    width: 52px;
    height: 52px;
  }

  footer .pvc_logo_at a span {
    font-size: 16px;
    line-height: 110%;
  }

  footer .pvc_footerWrap_at ul li {
    color: #FFFFFFBF;
    text-align: center;
    padding: 0 21px;
  }

  footer .pvc_footerWrap_at ul li {
    border-color: #FFFFFFBF;
  }

  footer .pvc_footerWrap_at ul {
    max-width: 328px;
    width: 328px;
    margin: 0 auto;
    padding: 0;
  }

  footer .pvc_footerWrap_at ul li:nth-child(2),
  footer .pvc_footerWrap_at ul li:nth-child(3),
  footer .pvc_footerWrap_at ul li:nth-child(4),
  footer .pvc_footerWrap_at ul li:nth-child(6) {
    border-right: none;
  }

  footer .pvc_footerWrap_at ul li:first-child {
    padding: 0 20px;
  }

  footer .pvc_footerWrap_at ul li:last-child {
    padding-left: 0;
  }

  .pvc_footerWrap_at .pvc_footerDisclaimer_at {
    line-height: 20px;
  }

  footer .pvc_footerWrap_at ul li a {
    font-size: 16px;
  }

  .pvc_footerWrap_at .pvc_disclaimerTwo_at {
    font-size: 14px;
  }
}

@media only screen and (max-width: 350px) {
  footer .pvc_footerWrap_at ul li {
    border-right: 0;
  }

  footer .pvc_footerWrap_at ul {
    row-gap: 25px;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    width: 100%;
  }

  footer .pvc_footerWrap_at ul li:first-child {
    padding: 0;
  }

  footer .pvc_footerWrap_at ul li {
    padding: 0;
  }
}