* {
    padding:0;
    margin:0;
  }
  html {
  scroll-behavior: smooth;
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed, 
  figure, figcaption, footer, header, hgroup, 
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  ol, ul {
    list-style: none;
    padding:0;
    margin:0;
  }
  blockquote, q { 
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
  } 
  i {
    font-style: italic !important;
  }
  body {
    color: #171B2C;
    font-size: 18px;
    line-height: 30px;
    background-color:#fff;
    padding:0;
    margin:0;
    font-family: 'PublicSans_Regular';
    font-weight:400;
    overflow-x:hidden;
  }
  .before-load > * {
    width: 100%;
    overflow-x: hidden;
  }
  html {   
    scroll-behavior: smooth;
  }
  h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
  }
  p {
    color:#171B2C;
    font-size:16px;
    line-height: 30px;
    letter-spacing: .45px;    
    margin: 0 0 15px 0;
  }
  p:empty {
  display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    text-decoration: none;
    transition:all .3s ease-in-out;
    color:#C2462F;
    font-size:18px;
  }
  a:hover {
    text-decoration:underline;
    text-decoration:none !important;
  }
  a:focus, 
  button:focus {
    outline:none;
  }
  button {
    border:0;
    background-color:transparent;
    cursor: pointer;
  }
  strong {
    font-weight: bold;
  }
  ul, li {
    list-style-type: none;
    margin:0;
    padding:0;
  }
  .slick-next:before, .slick-prev:before {
    display:none;
  }
  .slick-dots li,
  .slick-dots li button {
    width:12px;
    height:12px;
    border-radius: 50%;
  }
  .slick-dots li button {
    background-color:transparent;
    border:2px solid #00CCFF;
  }
  .slick-dots li.active button {
    background-color:#00CCFF;
  }
  p:empty, .slick-dots li button:before {
    display: none;
  }