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;
    position: relative;
    background: #020817;
}

body::before {
    content: '';
    position: absolute;
    display: block;
    width: 752px;
    height: 216px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: url('/atom/phonevolumecontrol/images/footerpagesbg-2.png') no-repeat top;
    background-size: contain;
}

.pvc_privacyTosMainWrp_at {
    background: linear-gradient(180deg, #34373F 0%, #1D2026 100%);
    background-size: 100% 600px;
    background-repeat: no-repeat;
}

.pvc_privacyTosHeader_at {
    padding: 180px 0 60px;
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    line-height: 123.077%;
    letter-spacing: -1.3px;
}

.pvc_privacyTosMain_at {
    max-width: 1286px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.pvc_privacyTosWrapper_at {
    padding: 100px 92px;
    border-radius: 40px;
    background: #31343B;
    margin: 0 0 180px 0;
}

.pvc_contentText_at {
    margin: 0 0 40px;
}

.pvc_headpvc_content_at {
    margin: 0 0 40px;
}

.pvc_head_at {
    font-weight: 800;
    font-size: 28px;
    margin: 0 0 16px;
    line-height: 134%;
    color: #FFF;
}

.pvc_contentText_at,
.pvc_content_at,
.pvc_contentOrdList_at,
.pvc_contentUnOrdList_at {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: #FFF;
}

.pvc_contentUnOrdList_at {
    padding-left: 20px;
    list-style: disc !important;
}

ul ul {
    padding: 0 0 0 20px;
}

.pvc_contentOrdList_at,
.pvc_contentUnOrdList_at {
    list-style-position: inside;
}

.pvc_contentUnOrdList_at {
    list-style-type: disc;
}

/* tos css */
.contentWrap_at {
    margin: 0 0 40px;
}

.tos_ordList_wrap {
    list-style-position: inside;
}

.pvc_b7_at {
    font-weight: 700;
}

.pvc_mb_40_at {
    margin: 0 0 40px;
}

.pvc_privacyTosWrapper_at a {
    color: #FFF;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

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

.ieBrowser {
    overflow-x: hidden;
}

.contentWrap_at ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
}

.contentWrap_at ul li+li {
    margin-top: 10px;
}

.listHeader {
    font-weight: bold;
}

.pvc_contact_pvc_detail {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.pvc_reach_title_at,
.pvc_mail_title_at,
.pvc_date_at {
    color: rgba(255, 255, 255, 0.60);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 183%;
    margin-bottom: 2px;
}

.pvc_date_at {
    color: #FFF;
}

.pvc_reach_address_at {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}

.pvc_contact_pvc_detail .pvc_mail_at {
    color: #5F92FF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 183%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.pvc_contact_pvc_detail img {
    width: 100%;
    max-width: 490px;
    max-height: 340px;
}

.pvc_contact_pvc_detail img.mobile_img_at {
    display: none;
}

.pvc_contact_pvc_detail .pvc_detail {
    flex-shrink: 0;
}

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

    .pvc_reach_title_at,
    .pvc_mail_title_at,
    .pvc_date_at {
        font-size: 18px;
        line-height: 183%;
    }

    .pvc_reach_address_at {
        font-size: 26px;
        line-height: 36px;
        white-space: nowrap;
    }

    .pvc_contact_pvc_detail .pvc_mail_at {
        font-size: 22px;
        line-height: 183%;
    }
}

@media screen and (max-width:1024px) {
    .pvc_contact_pvc_detail {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

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

    body::before {
        width: 264px;
        height: 62px;
        top: 60px;
        background-size: cover;
    }

    .pvc_privacyTosMainWrp_at {
        background: #1E1E1E;
    }

    .pvc_privacyTosWrapper_at {
        padding: 34px 13px 14px 15px;
        margin: 0;
        border-radius: 23px;
    }

    .pvc_privacyTosMain_at {
        max-width: 1287px;
        padding: 0 16px;
    }

    .pvc_privacyTosHeader_at {
        font-size: 32px;
        padding: 40px 0;
    }

    .pvc_contentText_at,
    .pvc_content_at,
    .pvc_contentOrdList_at,
    .pvc_contentUnOrdList_at,
    .pvc_privacyTosWrapper_at a {
        font-size: 16px;
        line-height: 24px;
    }

    .pvc_head_at {
        font-size: 20px;
        line-height: 24px;
    }

    .pvc_contentText_at,
    .pvc_headpvc_content_at,
    .contentWrap_at {
        margin: 0 0 40px;
    }

    .pvc_privacyTosHeader_at {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 150%;
        padding: 82px 18px;
        background: linear-gradient(180deg, #34373F 0%, #1D2026 100%);
        background-size: cover;
        border-radius: 0 0 60px 60px;
    }

    .pvc_privacyTosWrapper_at {
        padding: 50px 0;
        background: #1E1E1E;
    }

    .pvc_reach_title_at,
    .pvc_mail_title_at,
    .pvc_date_at {
        font-size: 12px;
        line-height: 183%;
        margin-bottom: 0;
    }

    .pvc_reach_address_at {
        font-size: 16px;
        line-height: normal;
    }

    .pvc_contact_pvc_detail .pvc_mail_at {
        font-size: 16px;
        line-height: 183%;
    }

    .pvc_contact_pvc_detail img.desktop_img_at {
        display: none;
    }

    .pvc_contact_pvc_detail img.mobile_img_at {
        display: block;
    }
}
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;
  }
}