/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
VARIABLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BODY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 93, ../sass/sass/desktop.scss */
html {
  height: 100%;
  width: 100%;
  min-height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  color: #071E3D;
  font-family: 'Montserrat' , sans-serif;
}

/* line 105, ../sass/sass/desktop.scss */
body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.1px;
  color: #071E3D;
  letter-spacing: 0.3px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 115, ../sass/sass/desktop.scss */
select::-ms-expand {
  display: none;
}

/* line 119, ../sass/sass/desktop.scss */
.icon {
  width: 24px;
  height: 24px;
}

/* line 124, ../sass/sass/desktop.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* line 146, ../sass/sass/desktop.scss */
::-webkit-input-placeholder {
  font-family: 'Montserrat' , sans-serif;
  opacity: 0.45;
}

/* line 151, ../sass/sass/desktop.scss */
:-ms-input-placeholder {
  font-family: 'Montserrat' , sans-serif;
  opacity: 0.45;
}

/* line 156, ../sass/sass/desktop.scss */
:-moz-placeholder {
  font-family: 'Montserrat' , sans-serif;
  opacity: 0.45;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COOKIES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
