@font-face {
    font-display: swap;
    font-family: "SamsungOne";
    font-style: normal;
    font-weight: normal;
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.woff2) format("woff2");
} 
@font-face {
    font-display: swap;
    font-family: "SamsungOne";
    font-style: normal;
    font-weight: bold;
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-700.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "SamsungSharpSans";
    font-style: normal;
    font-weight: bold;
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "SamsungSharpSans";
    font-style: normal;
    font-weight: normal;
    src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.woff2) format("woff2");
}

html {box-sizing: border-box;}
*, *::before, *::after { box-sizing: inherit; }

body {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

body {
    font-family: "SamsungOne", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}


.c960 {
    max-width: 60em;
    padding: 0 1rem;
}
.c1200 {
    max-width: 75em;
    padding: 0 2rem;
}
.c1440 {
    max-width: 90em;
}
.c1920 {
    max-width: 120em;
}
.m-center {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-white {
    color: #fff;
}
.bg-black {
    background-color: #000;
}

h1 {
    font-family: "SamsungSharpSans", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: .3em;
}


h2 {
    font-family: "SamsungSharpSans", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
}

h3 {
    font-family: "SamsungSharpSans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
}

p {
    font-family: "SamsungOne", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
}

.legal-copy {
    font-family: "SamsungOne", sans-serif;
    font-weight: normal;
    font-size: 0.8rem;
    color: #666;
}

.pt-1 {
    padding-top: 1rem;
}
.pb-1 {
    padding-bottom: 1rem;
}
.pl-1 {
    padding-left: 1rem;
}
.pr-1 {
    padding-right: 1rem;
}
.pt-2 {
    padding-top: 2rem;
}
.pb-2 {
    padding-bottom: 2rem;
}
.pl-2 {
    padding-left: 2rem;
}
.pr-2 {
    padding-right: 2rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pl-3 {
    padding-left: 3rem;
}
.pr-3 {
    padding-right: 3rem;
}
.pt-4 {
    padding-top: 4rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pl-4 {
    padding-left: 4rem;
}
.pr-4 {
    padding-right: 4rem;
}
.pt-5 {
    padding-top: 5rem;
}
.pb-5 {
    padding-bottom: 5rem;
}
.pl-5 {
    padding-left: 5rem;
}
.pr-5 {
    padding-right: 5rem;
}

.desktop-only {
    display: none;
}
.mobile-only {
    display: block;
}
@media (min-width: 720px) {
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}

.btn-black{
    cursor: pointer;
    font-family: 'SamsungOne',sans-serif;
    color:#fff;
    background-color: #000;
    font-size: .9rem;
    text-decoration: none;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 40px;
    font-weight: bold;
    margin: 0 auto;
    transition: all .25s;
}
.btn-black:hover{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    border-color: #000;
}

.btn-black-sm{
    cursor: pointer;
    font-family: 'SamsungOne',sans-serif;
    color:#fff;
    background-color: #000;
    font-size: .8rem;
    text-decoration: none;
    padding: 6px 30px;
    border: 1px solid #000;
    border-radius: 40px;
    font-weight: bold;
    margin: 0 auto;
    transition: all .25s;
}
.btn-black-sm:hover{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    border-color: #000;
}

.header1 {
    width: 100%;
    max-width: 400px;
}
.header2 {
    width: 100%;
    max-width: 1040px;
    background-color: rgb(245, 159, 159);
}
.d-flex-cta {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.d-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pos-rel {
    position: relative;
}
.pos-abs {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.pos-abs-top-header {
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (min-width: 720px) {
    .d-flex {
        flex-direction: row;
    }
    .pos-abs {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}
img {
    display: block;
    max-width: 100%;
}

.split {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.color-grid {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 45em) {
    .split {
        flex-direction: row;
    }
    .split > * {
        flex-basis: 100%;
    }
    .split > * + * {
        margin-left: 2em;
    }
}

@media (min-width: 400px) {
    h1 {
        font-size: 1.8rem;
    }
    /* .btn-black{
        font-size: 1.2rem;
        padding: 8px 25px;
    } */
}
@media (min-width: 550px) {
    h1 {
        font-size: 2.2rem;
    }
}
@media (min-width: 650px) {
    h1 {
        font-size: 2.8rem;
    }
}
@media (min-width: 720px) {
    h1 {
        font-size: 1.8rem;
    }
    .header1 {
        max-width: 250px;
    }
    /* .btn-black{
        font-size: 1rem;
        padding: 8px 25px;
    } */
    p {
        font-size: 1.2rem;
    }
    .color-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .pos-abs-top-header {
        top: 16%;
    }
}
@media (min-width: 800px) {
    h1 {
        font-size: 2rem;
    }
    .header1 {
        max-width: 280px;
    }
}
@media (min-width: 1000px) {
    h1 {
        font-size: 2.5rem;
    }
    .header1 {
        max-width: 350px;
    }
    h2 {
        font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.8rem;
    }
    .header1 {
        max-width: 400px;
    }
    .btn-black{
        font-size: 1.1rem;
        padding: 16px 33px;
    }
    h2 {
        font-size: 2.8rem;
    }
}
@media (min-width: 1440px) {
    h1 {
        font-size: 3rem;
    }
    .header1 {
        max-width: 450px;
    }
    
}

@media (max-width: 720px) {
    .notes {
        text-align: center;
    }
    .d-flex-cta {
        align-items: center;
    }
}