@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --background: #E5EDF0;
    --card-bg: #FFFFFF;
    --primary: #53A8BC;
    --secondary: #346A7E;
    --heading-color: #191919;
    --text-color: #494949;
    --size-base: 4px;
    --content-width-max: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 4px;
}

body {
    font-size: 4rem;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

h1, h2, p {
    margin: 0;
}

ul, ol {
    margin: 0 0 0 calc(var(--size-base)*9);
}

.page {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #E5EDF0;
}

.page_content {
    display: flex;
    flex-direction: column;
    padding: calc(var(--size-base)*13) 0 calc(var(--size-base)*13) 0;
    row-gap: calc(var(--size-base)*5);

    width: 100%;
    max-width: var(--content-width-max);
}

.header {
    display: flex;
    justify-content: center;
    margin-bottom: calc(var(--size-base)*8);
}

.title {
    display: flex;
    justify-content: center;
    margin: 0 calc(var(--size-base)*5) calc(var(--size-base)*5) calc(var(--size-base)*5);
}

.subtitle {
    display: flex;
    justify-content: center;
    margin: 0 calc(var(--size-base)*5) calc(var(--size-base)*5) calc(var(--size-base)*5);
    font-family: 'Poppins';
    font-weight: 400;

    font-size: 5rem;
    line-height: 1.8;
    color: #191919;
}

.title_h1 {
    font-family: 'Poppins';
    font-weight: 600;

    font-size: 10rem;
    line-height: 1.8;
    color: #191919;
}

.title_h2 {
    margin: calc(var(--size-base)*3) 0 calc(var(--size-base)*2) 0;
    padding: 0 calc(var(--size-base)*10) 0 calc(var(--size-base)*10);
    font-family: 'Poppins';
    font-weight: 600;

    font-size: 8rem;
    line-height: 1.5;
    color: #346A7E;
}

.block_descr {
    margin-bottom: calc(var(--size-base)*5);
    padding: 0 calc(var(--size-base)*10) 0 calc(var(--size-base)*10);

    font-family: 'Poppins';
    font-weight: 400;

    font-size: 4rem;
    line-height: 1.8;
    color: #494949;
}


.general_info_text {
    margin-bottom: calc(var(--size-base)*5) auto;
    padding: 0 20px;
    
    font-family: 'Poppins';
    font-weight: 400;

    font-size: 4rem;
    line-height: 1.8;
    color: #494949;
}

.block_link {
    font-family: 'Poppins';
    font-weight: 400;

    font-size: 4rem;
    line-height: 1.8;
    color: #53A8BC;
}

.general_info {
    display: flex;
    flex-direction: column;
}

.information_collection {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 
    

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.third_party_access {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.opt_out_rights {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.data_retention {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.children {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.security {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.changes {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.consent {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.contact {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_definitions {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_license_grant {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_account_registration {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_user_content {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}


.eula_acceptable {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_privacy {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_intellectual {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_disclaimers {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_limitation {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_indemnification {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_term {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_miscellaneous {
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}

.eula_conc {
    padding: calc(var(--size-base)*5) 0 0 0;
    display: flex;
    flex-direction: column;
    margin: 0 20px; 

    background: #FFFFFF;
    border-radius: 20px;
    z-index: 1;
}


.footer_decor {
    position: absolute;
    top: calc(var(--size-base)*350);
    right: 0;
    z-index: 0;
}