@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkite-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkite-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: #f9f9f9;
    font-family: 'Arimo', sans-serif;
}
p {text-align:justify;}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

#root, #__next {
    isolation: isolate;
}

@-ms-viewport {
    width: device-width;
}

.wrappers {
    width: 80%;
    margin: 0 auto;
}

p {
    margin-bottom: 15px;
}

.header_parts {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004eaf+0,a80030+100 */
    background: #004eaf; /* Old browsers */
    background: -moz-linear-gradient(left, #004eaf 0%, #a80030 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #004eaf 0%,#a80030 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #004eaf 0%,#a80030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004eaf', endColorstr='#a80030',GradientType=1 ); /* IE6-9 */
}

.header_info {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.privacy_details h3 {
    color: #A80030;
    border-bottom: 1px solid #4f8edd;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
}
.privacy_details h3::after {
    position:absolute;
    left:25px;
    bottom:-5px;
    width:10px;
    height:10px;
    background:#4f8edd;
    content:'';
    border-radius:50%;
}
.under_list ul {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.under_list ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.under_list ul li::before {
    background: url(images/draw-check-mark.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    width: 15px;
    height: 15px;
}

.footer_info {
    background: #A80030;
    color: rgba(256,256,256,0.7);
    padding: 5px;
}

.copy_rights p {
    text-align: center;
    margin-bottom: 0;
}
