:root {
    --bs-nav-link-color: #3A684D;
    --light-gray: #EEEEEE;
    --orange-color: #ED6A3F;
    --light-green: #EBEBDD;
    --dark-gray: #323237;
    --default-color: #4B5563;
    --badge-color: #E5E7EB;
    --black-color: #222222;
    --blue-color: #0000FF;
}

@font-face {
    font-family: "PPMori-SemiBold";
    src: url("/fonts/PPMori-SemiBold.otf") format("otf");
}

* {
    max-width: 100%;
}

.text-underline {
text-decoration: underline;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--default-color);
}

.title {
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--bs-nav-link-color);
}

a, .nav-link {
    color: var(--bs-nav-link-color);
    text-decoration: none;
}

.nav-link {
    font-weight: 500;
}

.navbar {
    background: var(--light-gray);
}

.btn {
    background: var(--orange-color);
    color: #fff;
    border: 1px solid;
}

.btn:hover {
    border-color: var(--orange-color);
    color: var(--orange-color);
}

.btn-transparent {
    border-color: var(--orange-color);
    color: var(--orange-color);
    background: transparent;
}

.legal-info {
    width: 100%;
    padding-top: 16px;
    text-align: center;
    color: rgba(50, 50, 55, 0.60);
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.legal-info a {
    color: rgba(50, 50, 55, 0.60);
    text-decoration: underline;
    font-size: 12px;
}
.legal-checkbox-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: rgba(50, 50, 55, 0.60);
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 14px;
    word-wrap: break-word;
    text-align: center;
    padding-top: 6px;
    gap: 5px
}
.legal-checkbox-wrapper input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
}

.legal-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(50, 50, 55, 0.60);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin-bottom: 6px;
}

.legal-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 4px;
    height: 8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.legal-checkbox-description {
    display: inline-block;
    line-height: 14px;
}

.faq .btn-transparent {
    font-size: 30px;
}

ul {
    list-style-type: none;
    padding: 0;
}

.text-green {
    color: var(--bs-nav-link-color);
}

.text-bold {
    font-weight: bold;
}

.text-white, .text-white h3  {
    color: #fff;
}

.text-orange {
    color: var(--orange-color);
}

.text-right {
    text-align: right;
}

.text-black {
    color: var(--black-color);
}

.text-blue {
    color: var(--blue-color);
}

.bg-light-green {
    background: var(--light-green);
}

.bg-green {
    background: var(--bs-nav-link-color);
}

.bg-badge {
    background: var(--badge-color);
}

.fw-500 {
    font-weight: 500;
}

.shadow-1 {
    background: #FFFFFF;
    box-shadow: 0px 4.97442px 7.46163px rgba(0, 0, 0, 0.1), 0px 12.4361px 18.6541px rgba(0, 0, 0, 0.1);
    border-radius: 14.9233px;
}

.bg-orange {
    background: var(--orange-color);
}

.font-medium {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.fs-small {
    font-size: 16px;
}

.border-1 {
    border: 1px solid;
}

.border-t-1 {
    border-top: 1px solid;
}



.icon-bg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--light-green);
    padding: 10px;
    width: 56px;
    height: 56px;
    border-radius: 12px;
}

.num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--bs-nav-link-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.fs-5 {
    font-size: 1.15rem !important;
}

.line-h-1 {
    line-height: 1;
}

.py-8 {
    padding-top: calc(50px + 2.4vw);
    padding-bottom: calc(50px + 3.1vw);
}

.py-9 {
    padding-top: calc(50px + 3.4vw);
    padding-bottom: calc(50px + 3.1vw);
}

.accordion-button {
    color: inherit;
    font-weight: 600;
    font-size: 21px;
    padding: 20px 0;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
    box-shadow: none;
}

.accordion-item, .accordion-button {
    background: transparent;
    border-radius: 0;
}

.accordion-item:first-of-type {
    border-radius: 0;
    border: 0;
}

.accordion-item:not(:first-of-type) {
    border: 0;
    border-top: 1px solid;
}

.accordion-item:last-child {
    border-bottom: 1px solid;
    border-radius: 0;
}

.accordion {
    margin-bottom: 40px;
}

.accordion-body {
    padding: 20px 0;
}

.accordion-button:not(.collapsed)::after, .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.80172 0.97203C5.38604 0.468052 4.61396 0.468053 4.19828 0.972031L0.40253 5.57413C-0.156533 6.25196 0.325612 7.27461 1.20425 7.27461L8.79575 7.27461C9.67439 7.27461 10.1565 6.25196 9.59747 5.57414L5.80172 0.97203Z" fill="%23222222"/></svg>');
    background-size: contain;
    width: 10px;
}

.accordion-button::after {
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.accordion-button:focus {
    box-shadow: none;
}

footer {
    padding-top: calc(50px + 0.6vw);
}

footer a {
    color: #fff;
    text-decoration: none;
}

.text-dark-gray {
    color: var(--dark-gray);
}

.why_choose img {
    height: 48px;
}

.navbar-brand {
    max-width: 148px;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero .title {
    color: #323237;
}

.text-capitalize {
    text-transform: capitalize;
}

.fs-6 {
    font-size: 18px !important;
}

.grid-advantages {
    width: 730px;
    margin: auto;
    padding-top: calc(40px + 3vw);
}

.grid-advantages p:last-child, .grid-to-do p:last-child {
    margin-bottom: 0;
}

.grid-advantages p {
    line-height: 1;
}

.grid-to-do {
    padding-top: calc(40px + 3.2vw);
    max-width: 1208px;
    margin: auto;
}

.how-works-row {
    padding-top: 34px;
}

.btn svg {
    margin-left: 15px;
}

.hero-about {
    min-height: 76vh;
    display: flex;
    align-items: center;
}

.grid-core {
    padding-top: calc(40px + 3vw);
}

.why_choose-row {
    padding-top: calc(40px + 3vw);
}

.content .title {
    margin: 0;
    font-size: 56px;
}

.content .unstyled-list {
    list-style-type: unset;
    margin-left: 25px;
    font-size: 18px;
}

.content-black p, .content-black span {
    color: #323237;
}

.content .updated_date {
    color: #828282;
    font-size: 16px;
    margin-bottom: 55px;
}

.content section p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
}

.content section p.pp-title{
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}


.content section.extra-space p {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.15;
}

.content section.extra-space p.pp-title{
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
}

.content section.extra-space p.ccpa-title {
    font-weight: 700;
    margin-top: 0px;
    font-size: 20px;
}

.content section.extra-space p.ccpa-subtitle {
    font-weight: 500;
    margin-bottom: 0px;
}

.content section.extra-space p.ccpa-subtitle + p {
    margin-top: 0px;
}

.content section:first-child {
    padding: 0;
}

.content section.extra-space {
    margin-top: 45px;
}


.content section a {
    color: #323237;
    font-weight: 400;
    text-decoration: underline;
}

.content table {
    width: auto;
    border-collapse: collapse;
    background-color: #f9f9f9;
}


.content table th.category, .content table th.collected {
    width: 289px;
}

.content table th.example, .content table th.purpose  {
    width: 382px;
}

.content table th.ca-rights {
    width: 268px;
}

.content table th.details {
    width: 649px;
}

.content table td, .content table th {
    border: 1px solid #323237;
    text-align: left;
}

.content table th {
    font-weight: 500;
    font-size: 20px;
    padding: 15px 10px;
}

.content table td{
    font-weight: 400;
    font-size: 18px;
    padding: 15px 10px;
}

.mb-0 {
    margin-bottom: 0;
}

h1 {
    text-transform: capitalize;
}

.thank-you {
    min-height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you h1 {
    color: #323237;
    text-transform: none;
}

.thank-you .container > p {
    max-width: 974px;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.card {
    border: 1px solid #EBEBDD;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    height: 100%;
}

.uninstall-cards {
    padding-top: calc(20px + 4vw);
}

@media (min-width: 768px) {
    .grid {
        display: grid;
        grid-template-rows: 1fr;
    }

    .grid-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-col-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .border-r-1 {
        border-right: 1px solid;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero .btn {
        font-size: 30px;
        width: 492px;
        max-width: 50%;
        border-radius: 13px;
        height: 74px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .faq .btn {
        width: 306px;
        height: 77px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 50%;
        border-radius: 13px;
    }

    .quick-links {
        position: relative;
        right: -40px;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 4rem;
    }

    h3 {
        font-size: 49px;
    }

    .hero-about h1 {
        font-size: 72px;
    }

    .about-section h3, .why_choose h3 {
        font-size: 55px;
    }

    .core h3 {
        font-size: 55px;
    }

    .about-section-grid {
        padding-left: 5vw;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1775px;
    }

    .content .container {
        max-width: 1340px;
    }

    .cta .container {
        max-width: 1400px;
    }

    .how-works .container {
        max-width: 1278px;
    }

    .grid-core {
        max-width: 1330px;
        margin: auto;
    }

    .uninstall-cards {
        max-width: 1000px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .grid > div {
        margin-bottom: 30px;
    }

    .thank-you br {
        display: none;
    }

    .row {
        margin: 0;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .col-md-6:last-child {
        padding-top: 20px;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .faq .btn-transparent {
        font-size: 18px;
    }

    .btn svg {
        width: 15px;
    }

    .quick-links .col-4 {
        width: 100% !important;
        text-align: left !important;
        padding: 0;
    }
}


