﻿   

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

article,
aside,
figure,
footer,
header,
nav,
section {
  display: block; }

body {
  background: #fff; }

.app__body {
  min-height: 100vh;
  position: relative; }

.app__domestic-disclaimer {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 5000; }

