
.topic-title {
    display: none;
}

.topic-content * {
    text-align: left !important;
}

@font-face {
    font-family: 'TT Norms';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/TTNorms-Medium.otf') format('opentype');
    font-weight: 500;
    font-stretch: ultra-expanded;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/TTNorms-Black.otf') format('opentype');
    font-weight: 900;
    font-stretch: ultra-expanded;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/TTNorms-Bold.otf') format('opentype');
    font-weight: 700;
    font-stretch: ultra-expanded;
    font-style: normal;
}

@font-face {
    font-family: 'Loos Extrawide';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/Loos_ExtraWide_Medium.otf') format('opentype');
    font-weight: 500;
    font-stretch: extra-expanded;
    font-style: normal;
}


@font-face {
    font-family: 'Loos Extrawide';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/Loos_ExtraWide_Black.otf') format('opentype');
    font-weight: 900;
    font-stretch: extra-expanded;
    font-style: normal;
}


.topic-content .intro-main-title,
.intro-main-title {
    font-family: 'Loos Extrawide', sans-serif;
    font-size: 62px;
    font-weight: 900;
    color: var(--color-black);
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    margin-top: 2rem;
    color: black;
}

.birthday-content {
    font-family: 'TT Norms';
    font-size: 19px;
    font-weight: 400;
    color: var(--color-black);
    line-height: 1.5;
    margin-bottom: 30px;
}

.birthday-content ul {
    list-style: none;
    padding-left: 18px;
    margin-left: 0;
}

.birthday-content li {
    position: relative;
    padding-left: 18px;
}

.birthday-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 12px;
    height: 6px;
    background: #c6c6c6;
}

.birthday-content ul ul li::before {
    width: 10px;
    height: 5px;
    background: #d9d9d9;
}

.topic-content .row {
    position: relative;
}

.main-site-body-container {
    background-image: url('https://img-colinstr.mncdn.com/Assets/Branch/Originals/302285_0.png');
    background-size: clamp(100px, 34vw, 660px);
    background-position: left top;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    min-height: clamp(400px, 120vh, 900px);
    margin-top: -3rem;
}

@media (max-width: 1024px) {
    .main-site-body-container {
        background-size: clamp(180px, 32vw, 420px);
    }
}

@media (max-width: 600px) {
    .main-site-body-container {
        background-size: clamp(140px, 38vw, 320px);
    }
}

@media (max-width: 768px) {
    .main-site-body-container {
        background-image: none !important;
    }
}