﻿
/*
================================================
Terms and conditions
================================================
*/
:root {
    --proxima-font: 'proxima-nova';
}
body {font-family: var(--proxima-font); font-size: 16px;line-height: 24px;font-weight: 400;color: #222b2f !important; background: url(https://nationscdn.azureedge.net/nb-container/images/bg-texture.svg) repeat left top;  position: relative;}
body:before{ background: linear-gradient(180deg,rgba(255,255,255,.36) 100%,rgba(255,255,255,.85) 44.79%,#fff 100%);content: ""; left: 0;position: absolute; right: 0; top: 0; bottom: 0; z-index:-1;}
h3, h4, h5, h6 {font-weight:600;}
h3{font-size:36px; line-height:42px;margin: 40px 0 8px 0; }
h6{font-size:18px; line-height:24px; margin:40px 0 8px 0; }
p{margin-bottom:16px;}
ul{margin:0 0 30px 0px;}
ul li{list-style:none;padding:0 0 15px 0;}
ul li ul{margin:15px 0 10px 30px;}
ul li:before { content: "•";color: #f36c58; font-weight: bold;display: inline-block; width: 1em; margin-left: -1em;}
ul li ul li:last-child{padding-bottom:0;}

a{color:#02b9f4;word-break:break-all; cursor:pointer;}
a:hover {color: #02B9F5 !important;text-decoration: none;}
.container, .custom-container{margin:0 auto;}
.disclaimer-wrapper {width:100%; position: relative;}
.disclaimer-wrapper hr{width:100%;display:inline-block;} 
.custom-container {padding: 0px 48px; max-width: 100%; margin: 0 auto;}

