﻿@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Segoe-UI';
    src: url('../fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cormorant-garamond';
    src: url('../fonts/cormorant-garamond.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'cormorant-garamond';
    font-size: 17px;
    line-height: 23px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0 auto -webkit-focus-ring-color;
    text-decoration: none;
}
img {
    max-width: 100%;
}
a:-webkit-any-link {
    text-decoration: none;
}
header {
    width: 100%;
}
.hash-header {
    width: 100%;
    background: #000;
}
.top-menu-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-menu-left a {
    font-family: 'Segoe-UI';
    font-size: 12px;
    line-height: 33px;
    color: #ffffff;
    display: inline-block;
}
.hash-header2 {
    width: 100%;
    background: #e20613;
    box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 99;
}
.second_header1 {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.second_header11>ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.second_header11>ul li:last-child {
    display: flex;
    align-items: center;
}
.second_header11>ul li img {
    width: 30px;
}
.subsection {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.privacy_box h1 {
    font-family: 'SegoeUI-Bold';
    font-size: 38px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 20px;
}
.privacy_box h2 {
    font-family: 'Segoe-UI';
    font-size: 22px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.privacy_box h3 {
    font-family: 'SegoeUI-Bold';
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 40px;
    border-left: 3px solid #ad1123;
    background-color: #fff3f5;
    padding: 6px 10px 10px 15px;
}
.privacy_box p {
    margin-bottom: 20px;
}
.privacy_box p.bold_txt {
    font-family: 'SegoeUI-Bold';
    margin-bottom: 15px;
}
.privacy_box ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.privacy_box ul li:not(:last-child) {
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
.subsection {
    padding-top: 30px;
    padding-bottom: 30px;
}
.privacy_box h1 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 15px;
}
.privacy_box h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.privacy_box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 6px 8px 8px 15px;
}
.privacy_box p, .privacy_box ul li {
    font-size: 16px;
    line-height: 22px;
}
}