/* Themes, fonts, backgrounds, responsive breakpoints, etc */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Oswald|Open+Sans|Playfair+Display|Fugaz+One|Roboto");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/* FONTS */
/* COLORS */
/* MASTHEAD/FOOTER BACKGROUND IMAGE */
/* CUSTOM BOOTSTRAP BREAKPOINTS */
/* CUSTOM BOOTSTRAP CONTAINER */
.large-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.medium-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .large-container {
    max-width: calc(100vw - 100px); }

  .medium-container {
    max-width: calc(100vw - 200px); } }
@media (min-width: 992px) {
  .large-container {
    max-width: calc(100vw - 160px); }

  .medium-container {
    max-width: calc(100vw - 240px); } }
@media (min-width: 1280px) {
  .large-container {
    max-width: calc(100vw - 200px); }

  .medium-container {
    max-width: calc(100vw - 280px); } }
/* Global */
html {
  font-size: 16px; }
  html body {
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    color: #373737; }
    html body h1,
    html body h2,
    html body h3,
    html body h4,
    html body h5,
    html body h6,
    html body .h1,
    html body .h2,
    html body .h3,
    html body .h4,
    html body .h5,
    html body .h6 {
      color: #373737;
      font-family: "Playfair Display", serif;
      font-weight: 500; }

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

/* Separate, pseudo-bootstrapian styles */
.navbar-wrapper {
  background: #ffffff;
  margin-bottom: 3rem; }
  .navbar-wrapper-header {
    position: relative; }

.navbar {
  background: #ffffff; }

/* IE HACK USING INVALID SELECTOR */
*::-ms-backdrop, :root .navbar-wrapper-header .logo,
:root .navbar .logo {
  position: relative;
  height: 70px; }
  *::-ms-backdrop svg, :root .navbar-wrapper-header .logo svg,
  :root .navbar .logo svg {
    position: absolute;
    top: 0;
    padding: 1rem 0; }

.navbar-wrapper-header .logo svg g {
  fill: #373737; }

.navbar .logo svg g {
  fill: #373737; }

.navbar .sub-link {
  padding-inline-start: 0px; }

.navbar .dropdown-item {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  display: block;
  font: bold 0.9rem "Playfair Display", serif;
  color: #373737; }
  .navbar .dropdown-item:hover {
    background: #c54c3a;
    color: #ffffff !important; }

.navbar .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font: bold 0.9rem "Playfair Display", serif;
  color: #373737; }
  .navbar .nav-link:hover {
    background: #c54c3a;
    color: #ffffff !important; }

.navbar .active .nav-link .dropdown-item {
  color: #c54c3a; }

.nav-item.dropdown > .dropdown-menu {
  margin-top: 0; }

@media (min-width: 992px) {
  .nav-item:hover > .dropdown-menu {
    display: block;
    border-radius: 0;
    padding: 0; } }
.logo, .lead, .navbar .nav-link .dropdown-item {
  transition: all 0.3s ease; }

.not-scrolled .logo {
  width: 50%; }
.not-scrolled .lead {
  height: auto;
  margin-bottom: 0.75rem; }
.not-scrolled .navbar .nav-link {
  padding: 10px .7vw;
  border-bottom: 2px solid gray;
  height: 100%; }
.not-scrolled .dropdown-item {
  padding: 10px .7vw; }

.scrolled {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  .scrolled .logo {
    width: 30%; }
  .scrolled .lead {
    height: 0px;
    margin-bottom: 0; }
  .scrolled .navbar {
    border-bottom: 2px solid gray; }
  .scrolled .navbar .nav-link {
    padding: 4px .7vw; }
  .scrolled .dropdown-item {
    padding: 4px .7vw; }

#search {
  height: 100%;
  border: none;
  display: inline;
  padding: 0 10% 0 15px;
  text-transform: uppercase;
  font: bold 1.25rem "Playfair Display", serif;
  background: transparent;
  color: #c54c3a; }
  #search:hover {
    text-decoration: none;
    cursor: pointer; }
  #search:active, #search:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none; }

#searchModal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100%; }
#searchModal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none; }
#searchModal .modal-body {
  position: absolute;
  width: 100%;
  font-weight: 300;
  overflow: auto; }
#searchModal #modal-close-btn {
  position: absolute;
  right: 0;
  margin: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 2rem;
  color: #c54c3a; }
#searchModal .modal-search-form {
  position: relative;
  width: 75%;
  margin-top: 25%;
  margin-right: auto;
  margin-left: auto; }
  #searchModal .modal-search-form .modal-search-input {
    display: inline-block;
    width: calc(100% - 80px);
    height: 30px;
    border: 3px solid #c54c3a;
    padding: 30px; }
    #searchModal .modal-search-form .modal-search-input:focus {
      outline: none;
      color: #c54c3a; }
  #searchModal .modal-search-form .modal-search-submit {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 66px;
    border: 1px solid #c54c3a;
    background: #c54c3a;
    color: #ffffff;
    text-align: center;
    cursor: pointer; }

.site-footer-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 4em;
  background: url("../images/footer_lodyas.png");
  background-attachment: fixed;
  color: #ffffff; }
  .site-footer-wrapper .site-footer-expand {
    height: auto;
    padding: 2em;
    background: #base; }
  .site-footer-wrapper .site-footer-left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 992px) {
      .site-footer-wrapper .site-footer-left {
        display: inline-block;
        width: 40%;
        text-align: left; } }
    .site-footer-wrapper .site-footer-left .footer-logo {
      padding: 0;
      margin: 0;
      color: #ffffff; }
      .site-footer-wrapper .site-footer-left .footer-logo span {
        color: #c54c3a; }
  .site-footer-wrapper .site-footer-center {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 992px) {
      .site-footer-wrapper .site-footer-center {
        display: inline-block;
        width: 35%;
        text-align: left; } }
    .site-footer-wrapper .site-footer-center div {
      display: block;
      font-weight: bold; }
      .site-footer-wrapper .site-footer-center div .fas {
        background-color: #c54c3a;
        color: #ffffff;
        font-size: 25px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        margin: 10px 15px;
        vertical-align: middle; }
      .site-footer-wrapper .site-footer-center div p {
        display: inline-block;
        vertical-align: middle;
        margin: 0; }
        .site-footer-wrapper .site-footer-center div p span {
          display: block;
          font-weight: normal;
          line-height: 2;
          font-size: 0.85em; }
  .site-footer-wrapper .site-footer-right {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 992px) {
      .site-footer-wrapper .site-footer-right {
        display: inline-block;
        width: 20%;
        text-align: left; } }
    .site-footer-wrapper .site-footer-right .footer-company-about {
      line-height: 20px;
      color: #f5b8b8;
      font-size: 13px;
      font-weight: normal;
      margin: 0; }
      .site-footer-wrapper .site-footer-right .footer-company-about span {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px; }
    .site-footer-wrapper .site-footer-right .footer-icons {
      margin-top: 25px; }
      .site-footer-wrapper .site-footer-right .footer-icons a {
        display: inline-block;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color: #c54c3a;
        border-radius: 2px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 35px;
        margin-right: 3px;
        margin-bottom: 5px; }
        .site-footer-wrapper .site-footer-right .footer-icons a .fab {
          margin-top: 8px; }
  .site-footer-wrapper .footer-link {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.125rem;
    color: #ffffff; }
    .site-footer-wrapper .footer-link:hover {
      color: #c54c3a; }
  .site-footer-wrapper .copyright {
    color: #e7c8c8;
    font-size: 0.85em; }

.solid-link, .section-recently-0 .title a {
  color: #373737;
  text-decoration: none; }
  .solid-link:hover, .section-recently-0 .title a:hover {
    color: #c54c3a; }

img.darkened {
  filter: brightness(50%); }

.section-recently-0 .in-section {
  font-size: 0.85rem;
  font-weight: bold;
  color: #6a6a6a; }
  .section-recently-0 .in-section a {
    color: #c54c3a; }

.snow {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5)); }
  .snow:nth-child(1) {
    opacity: 0.5228;
    transform: translate(98.4024vw, -10px) scale(0.7013);
    animation: fall-1 23s -5s linear infinite; }
@keyframes fall-1 {
  48.418% {
    transform: translate(102.6522vw, 48.418vh) scale(0.7013); }
  to {
    transform: translate(100.5273vw, 100vh) scale(0.7013); } }
  .snow:nth-child(2) {
    opacity: 0.2744;
    transform: translate(81.5455vw, -10px) scale(0.1848);
    animation: fall-2 21s -23s linear infinite; }
@keyframes fall-2 {
  59.651% {
    transform: translate(90.6144vw, 59.651vh) scale(0.1848); }
  to {
    transform: translate(86.07995vw, 100vh) scale(0.1848); } }
  .snow:nth-child(3) {
    opacity: 0.6805;
    transform: translate(77.0608vw, -10px) scale(0.2603);
    animation: fall-3 28s -18s linear infinite; }
@keyframes fall-3 {
  33.094% {
    transform: translate(69.0678vw, 33.094vh) scale(0.2603); }
  to {
    transform: translate(73.0643vw, 100vh) scale(0.2603); } }
  .snow:nth-child(4) {
    opacity: 0.3987;
    transform: translate(81.8556vw, -10px) scale(0.0992);
    animation: fall-4 19s -25s linear infinite; }
@keyframes fall-4 {
  54.369% {
    transform: translate(89.9813vw, 54.369vh) scale(0.0992); }
  to {
    transform: translate(85.91845vw, 100vh) scale(0.0992); } }
  .snow:nth-child(5) {
    opacity: 0.4525;
    transform: translate(98.0118vw, -10px) scale(0.6809);
    animation: fall-5 10s -19s linear infinite; }
@keyframes fall-5 {
  42.691% {
    transform: translate(101.4125vw, 42.691vh) scale(0.6809); }
  to {
    transform: translate(99.71215vw, 100vh) scale(0.6809); } }
  .snow:nth-child(6) {
    opacity: 0.3811;
    transform: translate(83.4185vw, -10px) scale(0.6834);
    animation: fall-6 14s -27s linear infinite; }
@keyframes fall-6 {
  64.783% {
    transform: translate(75.0095vw, 64.783vh) scale(0.6834); }
  to {
    transform: translate(79.214vw, 100vh) scale(0.6834); } }
  .snow:nth-child(7) {
    opacity: 0.7698;
    transform: translate(21.4703vw, -10px) scale(0.1203);
    animation: fall-7 12s -23s linear infinite; }
@keyframes fall-7 {
  76.349% {
    transform: translate(13.1945vw, 76.349vh) scale(0.1203); }
  to {
    transform: translate(17.3324vw, 100vh) scale(0.1203); } }
  .snow:nth-child(8) {
    opacity: 0.7084;
    transform: translate(70.1013vw, -10px) scale(0.7723);
    animation: fall-8 15s -26s linear infinite; }
@keyframes fall-8 {
  77.762% {
    transform: translate(77.5046vw, 77.762vh) scale(0.7723); }
  to {
    transform: translate(73.80295vw, 100vh) scale(0.7723); } }
  .snow:nth-child(9) {
    opacity: 0.4959;
    transform: translate(47.5379vw, -10px) scale(0.0954);
    animation: fall-9 13s -12s linear infinite; }
@keyframes fall-9 {
  39.697% {
    transform: translate(41.0355vw, 39.697vh) scale(0.0954); }
  to {
    transform: translate(44.2867vw, 100vh) scale(0.0954); } }
  .snow:nth-child(10) {
    opacity: 0.8676;
    transform: translate(17.1132vw, -10px) scale(0.298);
    animation: fall-10 27s -13s linear infinite; }
@keyframes fall-10 {
  67.194% {
    transform: translate(20.7658vw, 67.194vh) scale(0.298); }
  to {
    transform: translate(18.9395vw, 100vh) scale(0.298); } }
  .snow:nth-child(11) {
    opacity: 0.6248;
    transform: translate(46.5911vw, -10px) scale(0.5258);
    animation: fall-11 16s -15s linear infinite; }
@keyframes fall-11 {
  58.591% {
    transform: translate(47.3962vw, 58.591vh) scale(0.5258); }
  to {
    transform: translate(46.99365vw, 100vh) scale(0.5258); } }
  .snow:nth-child(12) {
    opacity: 0.0898;
    transform: translate(58.5774vw, -10px) scale(0.1934);
    animation: fall-12 22s -27s linear infinite; }
@keyframes fall-12 {
  79.547% {
    transform: translate(51.876vw, 79.547vh) scale(0.1934); }
  to {
    transform: translate(55.2267vw, 100vh) scale(0.1934); } }
  .snow:nth-child(13) {
    opacity: 0.3554;
    transform: translate(61.5029vw, -10px) scale(0.9156);
    animation: fall-13 12s -26s linear infinite; }
@keyframes fall-13 {
  78.853% {
    transform: translate(60.0825vw, 78.853vh) scale(0.9156); }
  to {
    transform: translate(60.7927vw, 100vh) scale(0.9156); } }
  .snow:nth-child(14) {
    opacity: 0.1456;
    transform: translate(87.866vw, -10px) scale(0.7734);
    animation: fall-14 27s -7s linear infinite; }
@keyframes fall-14 {
  68.479% {
    transform: translate(81.6145vw, 68.479vh) scale(0.7734); }
  to {
    transform: translate(84.74025vw, 100vh) scale(0.7734); } }
  .snow:nth-child(15) {
    opacity: 0.2893;
    transform: translate(80.7241vw, -10px) scale(0.8229);
    animation: fall-15 14s -19s linear infinite; }
@keyframes fall-15 {
  66.337% {
    transform: translate(81.5413vw, 66.337vh) scale(0.8229); }
  to {
    transform: translate(81.1327vw, 100vh) scale(0.8229); } }
  .snow:nth-child(16) {
    opacity: 0.8345;
    transform: translate(53.0482vw, -10px) scale(0.6867);
    animation: fall-16 17s -8s linear infinite; }
@keyframes fall-16 {
  30.939% {
    transform: translate(60.8377vw, 30.939vh) scale(0.6867); }
  to {
    transform: translate(56.94295vw, 100vh) scale(0.6867); } }
  .snow:nth-child(17) {
    opacity: 0.2963;
    transform: translate(66.1853vw, -10px) scale(0.4314);
    animation: fall-17 26s -18s linear infinite; }
@keyframes fall-17 {
  36.638% {
    transform: translate(66.4716vw, 36.638vh) scale(0.4314); }
  to {
    transform: translate(66.32845vw, 100vh) scale(0.4314); } }
  .snow:nth-child(18) {
    opacity: 0.7054;
    transform: translate(69.4124vw, -10px) scale(0.881);
    animation: fall-18 12s -21s linear infinite; }
@keyframes fall-18 {
  62.39% {
    transform: translate(59.5067vw, 62.39vh) scale(0.881); }
  to {
    transform: translate(64.45955vw, 100vh) scale(0.881); } }
  .snow:nth-child(19) {
    opacity: 0.4768;
    transform: translate(21.2533vw, -10px) scale(0.0806);
    animation: fall-19 12s -5s linear infinite; }
@keyframes fall-19 {
  56.815% {
    transform: translate(21.7591vw, 56.815vh) scale(0.0806); }
  to {
    transform: translate(21.5062vw, 100vh) scale(0.0806); } }
  .snow:nth-child(20) {
    opacity: 0.0722;
    transform: translate(77.3626vw, -10px) scale(0.6081);
    animation: fall-20 17s -21s linear infinite; }
@keyframes fall-20 {
  52.552% {
    transform: translate(74.2358vw, 52.552vh) scale(0.6081); }
  to {
    transform: translate(75.7992vw, 100vh) scale(0.6081); } }
  .snow:nth-child(21) {
    opacity: 0.1229;
    transform: translate(46.0702vw, -10px) scale(0.758);
    animation: fall-21 28s -8s linear infinite; }
@keyframes fall-21 {
  33.385% {
    transform: translate(42.6791vw, 33.385vh) scale(0.758); }
  to {
    transform: translate(44.37465vw, 100vh) scale(0.758); } }
  .snow:nth-child(22) {
    opacity: 0.1847;
    transform: translate(85.0506vw, -10px) scale(0.6785);
    animation: fall-22 28s -8s linear infinite; }
@keyframes fall-22 {
  71.441% {
    transform: translate(84.3947vw, 71.441vh) scale(0.6785); }
  to {
    transform: translate(84.72265vw, 100vh) scale(0.6785); } }
  .snow:nth-child(23) {
    opacity: 0.3181;
    transform: translate(41.1297vw, -10px) scale(0.0334);
    animation: fall-23 18s -3s linear infinite; }
@keyframes fall-23 {
  52.675% {
    transform: translate(44.5985vw, 52.675vh) scale(0.0334); }
  to {
    transform: translate(42.8641vw, 100vh) scale(0.0334); } }
  .snow:nth-child(24) {
    opacity: 0.0033;
    transform: translate(92.8542vw, -10px) scale(0.03);
    animation: fall-24 17s -10s linear infinite; }
@keyframes fall-24 {
  65.365% {
    transform: translate(99.2003vw, 65.365vh) scale(0.03); }
  to {
    transform: translate(96.02725vw, 100vh) scale(0.03); } }
  .snow:nth-child(25) {
    opacity: 0.9759;
    transform: translate(15.7663vw, -10px) scale(0.9141);
    animation: fall-25 19s -2s linear infinite; }
@keyframes fall-25 {
  77.603% {
    transform: translate(12.6502vw, 77.603vh) scale(0.9141); }
  to {
    transform: translate(14.20825vw, 100vh) scale(0.9141); } }
  .snow:nth-child(26) {
    opacity: 0.8693;
    transform: translate(30.1385vw, -10px) scale(0.4853);
    animation: fall-26 20s -16s linear infinite; }
@keyframes fall-26 {
  34.134% {
    transform: translate(29.9489vw, 34.134vh) scale(0.4853); }
  to {
    transform: translate(30.0437vw, 100vh) scale(0.4853); } }
  .snow:nth-child(27) {
    opacity: 0.0073;
    transform: translate(18.1631vw, -10px) scale(0.7781);
    animation: fall-27 18s -10s linear infinite; }
@keyframes fall-27 {
  33.609% {
    transform: translate(19.8714vw, 33.609vh) scale(0.7781); }
  to {
    transform: translate(19.01725vw, 100vh) scale(0.7781); } }
  .snow:nth-child(28) {
    opacity: 0.0997;
    transform: translate(20.6918vw, -10px) scale(0.529);
    animation: fall-28 21s -9s linear infinite; }
@keyframes fall-28 {
  48.799% {
    transform: translate(17.2499vw, 48.799vh) scale(0.529); }
  to {
    transform: translate(18.97085vw, 100vh) scale(0.529); } }
  .snow:nth-child(29) {
    opacity: 0.0506;
    transform: translate(72.9925vw, -10px) scale(0.9531);
    animation: fall-29 11s -29s linear infinite; }
@keyframes fall-29 {
  37.526% {
    transform: translate(82.3685vw, 37.526vh) scale(0.9531); }
  to {
    transform: translate(77.6805vw, 100vh) scale(0.9531); } }
  .snow:nth-child(30) {
    opacity: 0.1316;
    transform: translate(76.9954vw, -10px) scale(0.4151);
    animation: fall-30 30s -16s linear infinite; }
@keyframes fall-30 {
  65.268% {
    transform: translate(79.4421vw, 65.268vh) scale(0.4151); }
  to {
    transform: translate(78.21875vw, 100vh) scale(0.4151); } }
  .snow:nth-child(31) {
    opacity: 0.0608;
    transform: translate(53.0403vw, -10px) scale(0.8155);
    animation: fall-31 30s -28s linear infinite; }
@keyframes fall-31 {
  35.523% {
    transform: translate(44.4816vw, 35.523vh) scale(0.8155); }
  to {
    transform: translate(48.76095vw, 100vh) scale(0.8155); } }
  .snow:nth-child(32) {
    opacity: 0.5904;
    transform: translate(95.8109vw, -10px) scale(0.0686);
    animation: fall-32 27s -26s linear infinite; }
@keyframes fall-32 {
  35.275% {
    transform: translate(99.8828vw, 35.275vh) scale(0.0686); }
  to {
    transform: translate(97.84685vw, 100vh) scale(0.0686); } }
  .snow:nth-child(33) {
    opacity: 0.9282;
    transform: translate(19.0888vw, -10px) scale(0.6943);
    animation: fall-33 11s -28s linear infinite; }
@keyframes fall-33 {
  68.158% {
    transform: translate(17.0477vw, 68.158vh) scale(0.6943); }
  to {
    transform: translate(18.06825vw, 100vh) scale(0.6943); } }
  .snow:nth-child(34) {
    opacity: 0.9481;
    transform: translate(18.7297vw, -10px) scale(0.9856);
    animation: fall-34 15s -16s linear infinite; }
@keyframes fall-34 {
  30.333% {
    transform: translate(16.5453vw, 30.333vh) scale(0.9856); }
  to {
    transform: translate(17.6375vw, 100vh) scale(0.9856); } }
  .snow:nth-child(35) {
    opacity: 0.737;
    transform: translate(56.1967vw, -10px) scale(0.3144);
    animation: fall-35 18s -29s linear infinite; }
@keyframes fall-35 {
  45.457% {
    transform: translate(59.7872vw, 45.457vh) scale(0.3144); }
  to {
    transform: translate(57.99195vw, 100vh) scale(0.3144); } }
  .snow:nth-child(36) {
    opacity: 0.4124;
    transform: translate(33.5285vw, -10px) scale(0.6894);
    animation: fall-36 13s -14s linear infinite; }
@keyframes fall-36 {
  64.009% {
    transform: translate(36.1346vw, 64.009vh) scale(0.6894); }
  to {
    transform: translate(34.83155vw, 100vh) scale(0.6894); } }
  .snow:nth-child(37) {
    opacity: 0.5746;
    transform: translate(23.1202vw, -10px) scale(0.5583);
    animation: fall-37 28s -19s linear infinite; }
@keyframes fall-37 {
  44.328% {
    transform: translate(17.4775vw, 44.328vh) scale(0.5583); }
  to {
    transform: translate(20.29885vw, 100vh) scale(0.5583); } }
  .snow:nth-child(38) {
    opacity: 0.3309;
    transform: translate(12.8368vw, -10px) scale(0.6273);
    animation: fall-38 29s -10s linear infinite; }
@keyframes fall-38 {
  78.101% {
    transform: translate(21.3553vw, 78.101vh) scale(0.6273); }
  to {
    transform: translate(17.09605vw, 100vh) scale(0.6273); } }
  .snow:nth-child(39) {
    opacity: 0.3683;
    transform: translate(27.6038vw, -10px) scale(0.5908);
    animation: fall-39 21s -20s linear infinite; }
@keyframes fall-39 {
  33.072% {
    transform: translate(31.6889vw, 33.072vh) scale(0.5908); }
  to {
    transform: translate(29.64635vw, 100vh) scale(0.5908); } }
  .snow:nth-child(40) {
    opacity: 0.9424;
    transform: translate(83.3107vw, -10px) scale(0.8326);
    animation: fall-40 25s -17s linear infinite; }
@keyframes fall-40 {
  72.467% {
    transform: translate(76.8262vw, 72.467vh) scale(0.8326); }
  to {
    transform: translate(80.06845vw, 100vh) scale(0.8326); } }
  .snow:nth-child(41) {
    opacity: 0.1271;
    transform: translate(76.8416vw, -10px) scale(0.4881);
    animation: fall-41 21s -14s linear infinite; }
@keyframes fall-41 {
  46.707% {
    transform: translate(67.8403vw, 46.707vh) scale(0.4881); }
  to {
    transform: translate(72.34095vw, 100vh) scale(0.4881); } }
  .snow:nth-child(42) {
    opacity: 0.1174;
    transform: translate(66.2206vw, -10px) scale(0.4987);
    animation: fall-42 25s -6s linear infinite; }
@keyframes fall-42 {
  59.492% {
    transform: translate(65.1105vw, 59.492vh) scale(0.4987); }
  to {
    transform: translate(65.66555vw, 100vh) scale(0.4987); } }
  .snow:nth-child(43) {
    opacity: 0.1383;
    transform: translate(27.0612vw, -10px) scale(0.5398);
    animation: fall-43 21s -25s linear infinite; }
@keyframes fall-43 {
  68.974% {
    transform: translate(23.6256vw, 68.974vh) scale(0.5398); }
  to {
    transform: translate(25.3434vw, 100vh) scale(0.5398); } }
  .snow:nth-child(44) {
    opacity: 0.7834;
    transform: translate(91.425vw, -10px) scale(0.2706);
    animation: fall-44 19s -20s linear infinite; }
@keyframes fall-44 {
  44.5% {
    transform: translate(94.5584vw, 44.5vh) scale(0.2706); }
  to {
    transform: translate(92.9917vw, 100vh) scale(0.2706); } }
  .snow:nth-child(45) {
    opacity: 0.567;
    transform: translate(95.557vw, -10px) scale(0.4087);
    animation: fall-45 13s -24s linear infinite; }
@keyframes fall-45 {
  63.207% {
    transform: translate(97.8955vw, 63.207vh) scale(0.4087); }
  to {
    transform: translate(96.72625vw, 100vh) scale(0.4087); } }
  .snow:nth-child(46) {
    opacity: 0.9676;
    transform: translate(64.946vw, -10px) scale(0.9469);
    animation: fall-46 11s -2s linear infinite; }
@keyframes fall-46 {
  48.675% {
    transform: translate(64.5497vw, 48.675vh) scale(0.9469); }
  to {
    transform: translate(64.74785vw, 100vh) scale(0.9469); } }
  .snow:nth-child(47) {
    opacity: 0.6074;
    transform: translate(25.7089vw, -10px) scale(0.3508);
    animation: fall-47 22s -11s linear infinite; }
@keyframes fall-47 {
  46.75% {
    transform: translate(32.8747vw, 46.75vh) scale(0.3508); }
  to {
    transform: translate(29.2918vw, 100vh) scale(0.3508); } }
  .snow:nth-child(48) {
    opacity: 0.0968;
    transform: translate(6.1129vw, -10px) scale(0.5218);
    animation: fall-48 23s -26s linear infinite; }
@keyframes fall-48 {
  66.31% {
    transform: translate(-0.5175vw, 66.31vh) scale(0.5218); }
  to {
    transform: translate(2.7977vw, 100vh) scale(0.5218); } }
  .snow:nth-child(49) {
    opacity: 0.8986;
    transform: translate(35.0614vw, -10px) scale(0.3738);
    animation: fall-49 19s -18s linear infinite; }
@keyframes fall-49 {
  68.648% {
    transform: translate(28.8717vw, 68.648vh) scale(0.3738); }
  to {
    transform: translate(31.96655vw, 100vh) scale(0.3738); } }
  .snow:nth-child(50) {
    opacity: 0.435;
    transform: translate(33.7953vw, -10px) scale(0.4271);
    animation: fall-50 14s -7s linear infinite; }
@keyframes fall-50 {
  72.927% {
    transform: translate(39.9343vw, 72.927vh) scale(0.4271); }
  to {
    transform: translate(36.8648vw, 100vh) scale(0.4271); } }
  .snow:nth-child(51) {
    opacity: 0.5092;
    transform: translate(13.1291vw, -10px) scale(0.6626);
    animation: fall-51 26s -11s linear infinite; }
@keyframes fall-51 {
  46.266% {
    transform: translate(20.2284vw, 46.266vh) scale(0.6626); }
  to {
    transform: translate(16.67875vw, 100vh) scale(0.6626); } }
  .snow:nth-child(52) {
    opacity: 0.7465;
    transform: translate(2.0301vw, -10px) scale(0.6762);
    animation: fall-52 10s -10s linear infinite; }
@keyframes fall-52 {
  62.215% {
    transform: translate(10.8752vw, 62.215vh) scale(0.6762); }
  to {
    transform: translate(6.45265vw, 100vh) scale(0.6762); } }
  .snow:nth-child(53) {
    opacity: 0.8982;
    transform: translate(69.6336vw, -10px) scale(0.3055);
    animation: fall-53 14s -7s linear infinite; }
@keyframes fall-53 {
  58.61% {
    transform: translate(79.0914vw, 58.61vh) scale(0.3055); }
  to {
    transform: translate(74.3625vw, 100vh) scale(0.3055); } }
  .snow:nth-child(54) {
    opacity: 0.1053;
    transform: translate(0.7669vw, -10px) scale(0.4519);
    animation: fall-54 25s -21s linear infinite; }
@keyframes fall-54 {
  37.976% {
    transform: translate(7.4465vw, 37.976vh) scale(0.4519); }
  to {
    transform: translate(4.1067vw, 100vh) scale(0.4519); } }
  .snow:nth-child(55) {
    opacity: 0.9714;
    transform: translate(51.2349vw, -10px) scale(0.1057);
    animation: fall-55 26s -22s linear infinite; }
@keyframes fall-55 {
  32.246% {
    transform: translate(51.7712vw, 32.246vh) scale(0.1057); }
  to {
    transform: translate(51.50305vw, 100vh) scale(0.1057); } }
  .snow:nth-child(56) {
    opacity: 0.4844;
    transform: translate(31.4589vw, -10px) scale(0.2232);
    animation: fall-56 30s -20s linear infinite; }
@keyframes fall-56 {
  70.098% {
    transform: translate(31.1313vw, 70.098vh) scale(0.2232); }
  to {
    transform: translate(31.2951vw, 100vh) scale(0.2232); } }
  .snow:nth-child(57) {
    opacity: 0.2689;
    transform: translate(88.6737vw, -10px) scale(0.4046);
    animation: fall-57 27s -12s linear infinite; }
@keyframes fall-57 {
  60.624% {
    transform: translate(90.3461vw, 60.624vh) scale(0.4046); }
  to {
    transform: translate(89.5099vw, 100vh) scale(0.4046); } }
  .snow:nth-child(58) {
    opacity: 0.4658;
    transform: translate(32.1924vw, -10px) scale(0.2876);
    animation: fall-58 23s -3s linear infinite; }
@keyframes fall-58 {
  73.223% {
    transform: translate(37.2334vw, 73.223vh) scale(0.2876); }
  to {
    transform: translate(34.7129vw, 100vh) scale(0.2876); } }
  .snow:nth-child(59) {
    opacity: 0.7795;
    transform: translate(31.6965vw, -10px) scale(0.8117);
    animation: fall-59 14s -15s linear infinite; }
@keyframes fall-59 {
  32.377% {
    transform: translate(33.8703vw, 32.377vh) scale(0.8117); }
  to {
    transform: translate(32.7834vw, 100vh) scale(0.8117); } }
  .snow:nth-child(60) {
    opacity: 0.5115;
    transform: translate(34.1393vw, -10px) scale(0.9238);
    animation: fall-60 22s -17s linear infinite; }
@keyframes fall-60 {
  71.993% {
    transform: translate(28.2979vw, 71.993vh) scale(0.9238); }
  to {
    transform: translate(31.2186vw, 100vh) scale(0.9238); } }
  .snow:nth-child(61) {
    opacity: 0.7794;
    transform: translate(42.8409vw, -10px) scale(0.3248);
    animation: fall-61 25s -24s linear infinite; }
@keyframes fall-61 {
  68.613% {
    transform: translate(35.4093vw, 68.613vh) scale(0.3248); }
  to {
    transform: translate(39.1251vw, 100vh) scale(0.3248); } }
  .snow:nth-child(62) {
    opacity: 0.4068;
    transform: translate(57.142vw, -10px) scale(0.2516);
    animation: fall-62 16s -27s linear infinite; }
@keyframes fall-62 {
  50.204% {
    transform: translate(65.1879vw, 50.204vh) scale(0.2516); }
  to {
    transform: translate(61.16495vw, 100vh) scale(0.2516); } }
  .snow:nth-child(63) {
    opacity: 0.7553;
    transform: translate(88.1958vw, -10px) scale(0.0707);
    animation: fall-63 27s -8s linear infinite; }
@keyframes fall-63 {
  31.838% {
    transform: translate(90.1693vw, 31.838vh) scale(0.0707); }
  to {
    transform: translate(89.18255vw, 100vh) scale(0.0707); } }
  .snow:nth-child(64) {
    opacity: 0.2614;
    transform: translate(32.9784vw, -10px) scale(0.1979);
    animation: fall-64 15s -24s linear infinite; }
@keyframes fall-64 {
  30.349% {
    transform: translate(40.6346vw, 30.349vh) scale(0.1979); }
  to {
    transform: translate(36.8065vw, 100vh) scale(0.1979); } }
  .snow:nth-child(65) {
    opacity: 0.7735;
    transform: translate(75.8904vw, -10px) scale(0.2351);
    animation: fall-65 10s -22s linear infinite; }
@keyframes fall-65 {
  70.038% {
    transform: translate(68.9075vw, 70.038vh) scale(0.2351); }
  to {
    transform: translate(72.39895vw, 100vh) scale(0.2351); } }
  .snow:nth-child(66) {
    opacity: 0.5524;
    transform: translate(60.4583vw, -10px) scale(0.5213);
    animation: fall-66 28s -14s linear infinite; }
@keyframes fall-66 {
  53.75% {
    transform: translate(59.8278vw, 53.75vh) scale(0.5213); }
  to {
    transform: translate(60.14305vw, 100vh) scale(0.5213); } }
  .snow:nth-child(67) {
    opacity: 0.8931;
    transform: translate(17.2535vw, -10px) scale(0.1818);
    animation: fall-67 12s -1s linear infinite; }
@keyframes fall-67 {
  58.038% {
    transform: translate(20.3611vw, 58.038vh) scale(0.1818); }
  to {
    transform: translate(18.8073vw, 100vh) scale(0.1818); } }
  .snow:nth-child(68) {
    opacity: 0.444;
    transform: translate(89.6264vw, -10px) scale(0.4675);
    animation: fall-68 24s -12s linear infinite; }
@keyframes fall-68 {
  79.855% {
    transform: translate(93.6795vw, 79.855vh) scale(0.4675); }
  to {
    transform: translate(91.65295vw, 100vh) scale(0.4675); } }
  .snow:nth-child(69) {
    opacity: 0.2468;
    transform: translate(2.3001vw, -10px) scale(0.7314);
    animation: fall-69 30s -19s linear infinite; }
@keyframes fall-69 {
  36.659% {
    transform: translate(6.8077vw, 36.659vh) scale(0.7314); }
  to {
    transform: translate(4.5539vw, 100vh) scale(0.7314); } }
  .snow:nth-child(70) {
    opacity: 0.7659;
    transform: translate(85.8798vw, -10px) scale(0.4186);
    animation: fall-70 26s -10s linear infinite; }
@keyframes fall-70 {
  62.454% {
    transform: translate(78.2017vw, 62.454vh) scale(0.4186); }
  to {
    transform: translate(82.04075vw, 100vh) scale(0.4186); } }
  .snow:nth-child(71) {
    opacity: 0.1471;
    transform: translate(42.2631vw, -10px) scale(0.9681);
    animation: fall-71 22s -7s linear infinite; }
@keyframes fall-71 {
  56.831% {
    transform: translate(49.9102vw, 56.831vh) scale(0.9681); }
  to {
    transform: translate(46.08665vw, 100vh) scale(0.9681); } }
  .snow:nth-child(72) {
    opacity: 0.4449;
    transform: translate(5.5167vw, -10px) scale(0.5798);
    animation: fall-72 11s -20s linear infinite; }
@keyframes fall-72 {
  57.671% {
    transform: translate(9.8762vw, 57.671vh) scale(0.5798); }
  to {
    transform: translate(7.69645vw, 100vh) scale(0.5798); } }
  .snow:nth-child(73) {
    opacity: 0.9335;
    transform: translate(70.9381vw, -10px) scale(0.1861);
    animation: fall-73 22s -12s linear infinite; }
@keyframes fall-73 {
  42.982% {
    transform: translate(74.7935vw, 42.982vh) scale(0.1861); }
  to {
    transform: translate(72.8658vw, 100vh) scale(0.1861); } }
  .snow:nth-child(74) {
    opacity: 0.3611;
    transform: translate(53.8362vw, -10px) scale(0.4056);
    animation: fall-74 14s -14s linear infinite; }
@keyframes fall-74 {
  37.637% {
    transform: translate(45.6019vw, 37.637vh) scale(0.4056); }
  to {
    transform: translate(49.71905vw, 100vh) scale(0.4056); } }
  .snow:nth-child(75) {
    opacity: 0.4708;
    transform: translate(81.7323vw, -10px) scale(0.2724);
    animation: fall-75 19s -17s linear infinite; }
@keyframes fall-75 {
  58.514% {
    transform: translate(77.3294vw, 58.514vh) scale(0.2724); }
  to {
    transform: translate(79.53085vw, 100vh) scale(0.2724); } }
  .snow:nth-child(76) {
    opacity: 0.8718;
    transform: translate(70.0841vw, -10px) scale(0.0194);
    animation: fall-76 17s -11s linear infinite; }
@keyframes fall-76 {
  59.434% {
    transform: translate(62.5465vw, 59.434vh) scale(0.0194); }
  to {
    transform: translate(66.3153vw, 100vh) scale(0.0194); } }
  .snow:nth-child(77) {
    opacity: 0.4477;
    transform: translate(72.1443vw, -10px) scale(0.4515);
    animation: fall-77 30s -2s linear infinite; }
@keyframes fall-77 {
  79.477% {
    transform: translate(69.9047vw, 79.477vh) scale(0.4515); }
  to {
    transform: translate(71.0245vw, 100vh) scale(0.4515); } }
  .snow:nth-child(78) {
    opacity: 0.5793;
    transform: translate(38.4617vw, -10px) scale(0.0878);
    animation: fall-78 28s -16s linear infinite; }
@keyframes fall-78 {
  48.498% {
    transform: translate(37.0918vw, 48.498vh) scale(0.0878); }
  to {
    transform: translate(37.77675vw, 100vh) scale(0.0878); } }
  .snow:nth-child(79) {
    opacity: 0.8333;
    transform: translate(44.8723vw, -10px) scale(0.4924);
    animation: fall-79 10s -13s linear infinite; }
@keyframes fall-79 {
  57.852% {
    transform: translate(39.0482vw, 57.852vh) scale(0.4924); }
  to {
    transform: translate(41.96025vw, 100vh) scale(0.4924); } }
  .snow:nth-child(80) {
    opacity: 0.2894;
    transform: translate(31.3175vw, -10px) scale(0.9682);
    animation: fall-80 19s -9s linear infinite; }
@keyframes fall-80 {
  32.79% {
    transform: translate(22.6006vw, 32.79vh) scale(0.9682); }
  to {
    transform: translate(26.95905vw, 100vh) scale(0.9682); } }
  .snow:nth-child(81) {
    opacity: 0.1475;
    transform: translate(33.4243vw, -10px) scale(0.9001);
    animation: fall-81 21s -10s linear infinite; }
@keyframes fall-81 {
  45.192% {
    transform: translate(39.1578vw, 45.192vh) scale(0.9001); }
  to {
    transform: translate(36.29105vw, 100vh) scale(0.9001); } }
  .snow:nth-child(82) {
    opacity: 0.9551;
    transform: translate(23.9669vw, -10px) scale(0.7164);
    animation: fall-82 27s -5s linear infinite; }
@keyframes fall-82 {
  66.937% {
    transform: translate(27.9202vw, 66.937vh) scale(0.7164); }
  to {
    transform: translate(25.94355vw, 100vh) scale(0.7164); } }
  .snow:nth-child(83) {
    opacity: 0.3931;
    transform: translate(22.4202vw, -10px) scale(0.2883);
    animation: fall-83 27s -11s linear infinite; }
@keyframes fall-83 {
  52.762% {
    transform: translate(12.6643vw, 52.762vh) scale(0.2883); }
  to {
    transform: translate(17.54225vw, 100vh) scale(0.2883); } }
  .snow:nth-child(84) {
    opacity: 0.9816;
    transform: translate(7.6482vw, -10px) scale(0.8318);
    animation: fall-84 26s -9s linear infinite; }
@keyframes fall-84 {
  68.32% {
    transform: translate(14.2623vw, 68.32vh) scale(0.8318); }
  to {
    transform: translate(10.95525vw, 100vh) scale(0.8318); } }
  .snow:nth-child(85) {
    opacity: 0.5829;
    transform: translate(91.5491vw, -10px) scale(0.8487);
    animation: fall-85 15s -26s linear infinite; }
@keyframes fall-85 {
  42.351% {
    transform: translate(83.4149vw, 42.351vh) scale(0.8487); }
  to {
    transform: translate(87.482vw, 100vh) scale(0.8487); } }
  .snow:nth-child(86) {
    opacity: 0.5331;
    transform: translate(68.601vw, -10px) scale(0.4827);
    animation: fall-86 29s -11s linear infinite; }
@keyframes fall-86 {
  39.237% {
    transform: translate(69.508vw, 39.237vh) scale(0.4827); }
  to {
    transform: translate(69.0545vw, 100vh) scale(0.4827); } }
  .snow:nth-child(87) {
    opacity: 0.1386;
    transform: translate(26.0517vw, -10px) scale(0.1868);
    animation: fall-87 23s -29s linear infinite; }
@keyframes fall-87 {
  74.09% {
    transform: translate(23.5544vw, 74.09vh) scale(0.1868); }
  to {
    transform: translate(24.80305vw, 100vh) scale(0.1868); } }
  .snow:nth-child(88) {
    opacity: 0.0422;
    transform: translate(11.1459vw, -10px) scale(0.9402);
    animation: fall-88 28s -21s linear infinite; }
@keyframes fall-88 {
  43.715% {
    transform: translate(6.016vw, 43.715vh) scale(0.9402); }
  to {
    transform: translate(8.58095vw, 100vh) scale(0.9402); } }
  .snow:nth-child(89) {
    opacity: 0.4434;
    transform: translate(51.9824vw, -10px) scale(0.5535);
    animation: fall-89 20s -30s linear infinite; }
@keyframes fall-89 {
  53.909% {
    transform: translate(44.7547vw, 53.909vh) scale(0.5535); }
  to {
    transform: translate(48.36855vw, 100vh) scale(0.5535); } }
  .snow:nth-child(90) {
    opacity: 0.4936;
    transform: translate(11.1932vw, -10px) scale(0.7624);
    animation: fall-90 14s -28s linear infinite; }
@keyframes fall-90 {
  47.758% {
    transform: translate(8.1184vw, 47.758vh) scale(0.7624); }
  to {
    transform: translate(9.6558vw, 100vh) scale(0.7624); } }
  .snow:nth-child(91) {
    opacity: 0.3308;
    transform: translate(51.8881vw, -10px) scale(0.9777);
    animation: fall-91 25s -12s linear infinite; }
@keyframes fall-91 {
  62.285% {
    transform: translate(48.4117vw, 62.285vh) scale(0.9777); }
  to {
    transform: translate(50.1499vw, 100vh) scale(0.9777); } }
  .snow:nth-child(92) {
    opacity: 0.2122;
    transform: translate(57.3865vw, -10px) scale(0.9902);
    animation: fall-92 14s -3s linear infinite; }
@keyframes fall-92 {
  51.661% {
    transform: translate(51.9168vw, 51.661vh) scale(0.9902); }
  to {
    transform: translate(54.65165vw, 100vh) scale(0.9902); } }
  .snow:nth-child(93) {
    opacity: 0.9018;
    transform: translate(24.9633vw, -10px) scale(0.5734);
    animation: fall-93 25s -11s linear infinite; }
@keyframes fall-93 {
  31.937% {
    transform: translate(19.8099vw, 31.937vh) scale(0.5734); }
  to {
    transform: translate(22.3866vw, 100vh) scale(0.5734); } }
  .snow:nth-child(94) {
    opacity: 0.2484;
    transform: translate(63.0247vw, -10px) scale(0.4078);
    animation: fall-94 15s -29s linear infinite; }
@keyframes fall-94 {
  64.186% {
    transform: translate(57.0083vw, 64.186vh) scale(0.4078); }
  to {
    transform: translate(60.0165vw, 100vh) scale(0.4078); } }
  .snow:nth-child(95) {
    opacity: 0.9749;
    transform: translate(42.5797vw, -10px) scale(0.9743);
    animation: fall-95 13s -16s linear infinite; }
@keyframes fall-95 {
  79.195% {
    transform: translate(43.4936vw, 79.195vh) scale(0.9743); }
  to {
    transform: translate(43.03665vw, 100vh) scale(0.9743); } }
  .snow:nth-child(96) {
    opacity: 0.0261;
    transform: translate(0.177vw, -10px) scale(0.4855);
    animation: fall-96 11s -3s linear infinite; }
@keyframes fall-96 {
  73.291% {
    transform: translate(3.1365vw, 73.291vh) scale(0.4855); }
  to {
    transform: translate(1.65675vw, 100vh) scale(0.4855); } }
  .snow:nth-child(97) {
    opacity: 0.2576;
    transform: translate(35.7022vw, -10px) scale(0.6572);
    animation: fall-97 27s -18s linear infinite; }
@keyframes fall-97 {
  54.091% {
    transform: translate(26.6546vw, 54.091vh) scale(0.6572); }
  to {
    transform: translate(31.1784vw, 100vh) scale(0.6572); } }
  .snow:nth-child(98) {
    opacity: 0.0627;
    transform: translate(65.5001vw, -10px) scale(0.9963);
    animation: fall-98 11s -2s linear infinite; }
@keyframes fall-98 {
  51.155% {
    transform: translate(64.7477vw, 51.155vh) scale(0.9963); }
  to {
    transform: translate(65.1239vw, 100vh) scale(0.9963); } }
  .snow:nth-child(99) {
    opacity: 0.6825;
    transform: translate(48.2266vw, -10px) scale(0.6656);
    animation: fall-99 15s -23s linear infinite; }
@keyframes fall-99 {
  70.951% {
    transform: translate(53.6416vw, 70.951vh) scale(0.6656); }
  to {
    transform: translate(50.9341vw, 100vh) scale(0.6656); } }
  .snow:nth-child(100) {
    opacity: 0.5616;
    transform: translate(59.1783vw, -10px) scale(0.0442);
    animation: fall-100 10s -10s linear infinite; }
@keyframes fall-100 {
  60.091% {
    transform: translate(67.7521vw, 60.091vh) scale(0.0442); }
  to {
    transform: translate(63.4652vw, 100vh) scale(0.0442); } }
  .snow:nth-child(101) {
    opacity: 0.2163;
    transform: translate(22.0092vw, -10px) scale(0.7866);
    animation: fall-101 17s -5s linear infinite; }
@keyframes fall-101 {
  47.933% {
    transform: translate(20.4474vw, 47.933vh) scale(0.7866); }
  to {
    transform: translate(21.2283vw, 100vh) scale(0.7866); } }
  .snow:nth-child(102) {
    opacity: 0.1507;
    transform: translate(19.8117vw, -10px) scale(0.2107);
    animation: fall-102 13s -27s linear infinite; }
@keyframes fall-102 {
  69.495% {
    transform: translate(21.6805vw, 69.495vh) scale(0.2107); }
  to {
    transform: translate(20.7461vw, 100vh) scale(0.2107); } }
  .snow:nth-child(103) {
    opacity: 0.2682;
    transform: translate(49.2105vw, -10px) scale(0.3032);
    animation: fall-103 20s -22s linear infinite; }
@keyframes fall-103 {
  70.109% {
    transform: translate(42.9528vw, 70.109vh) scale(0.3032); }
  to {
    transform: translate(46.08165vw, 100vh) scale(0.3032); } }
  .snow:nth-child(104) {
    opacity: 0.1564;
    transform: translate(87.3357vw, -10px) scale(0.6334);
    animation: fall-104 20s -15s linear infinite; }
@keyframes fall-104 {
  59.323% {
    transform: translate(96.164vw, 59.323vh) scale(0.6334); }
  to {
    transform: translate(91.74985vw, 100vh) scale(0.6334); } }
  .snow:nth-child(105) {
    opacity: 0.5857;
    transform: translate(88.5242vw, -10px) scale(0.0562);
    animation: fall-105 23s -3s linear infinite; }
@keyframes fall-105 {
  72.627% {
    transform: translate(92.4257vw, 72.627vh) scale(0.0562); }
  to {
    transform: translate(90.47495vw, 100vh) scale(0.0562); } }
  .snow:nth-child(106) {
    opacity: 0.6237;
    transform: translate(71.3427vw, -10px) scale(0.3178);
    animation: fall-106 17s -9s linear infinite; }
@keyframes fall-106 {
  37.851% {
    transform: translate(67.8255vw, 37.851vh) scale(0.3178); }
  to {
    transform: translate(69.5841vw, 100vh) scale(0.3178); } }
  .snow:nth-child(107) {
    opacity: 0.5485;
    transform: translate(18.7268vw, -10px) scale(0.068);
    animation: fall-107 19s -21s linear infinite; }
@keyframes fall-107 {
  39.393% {
    transform: translate(20.7979vw, 39.393vh) scale(0.068); }
  to {
    transform: translate(19.76235vw, 100vh) scale(0.068); } }
  .snow:nth-child(108) {
    opacity: 0.289;
    transform: translate(61.4684vw, -10px) scale(0.1467);
    animation: fall-108 28s -27s linear infinite; }
@keyframes fall-108 {
  61.605% {
    transform: translate(58.1439vw, 61.605vh) scale(0.1467); }
  to {
    transform: translate(59.80615vw, 100vh) scale(0.1467); } }
  .snow:nth-child(109) {
    opacity: 0.8956;
    transform: translate(22.3355vw, -10px) scale(0.9543);
    animation: fall-109 17s -16s linear infinite; }
@keyframes fall-109 {
  56.692% {
    transform: translate(14.0776vw, 56.692vh) scale(0.9543); }
  to {
    transform: translate(18.20655vw, 100vh) scale(0.9543); } }
  .snow:nth-child(110) {
    opacity: 0.2872;
    transform: translate(56.3013vw, -10px) scale(0.0411);
    animation: fall-110 29s -8s linear infinite; }
@keyframes fall-110 {
  42.135% {
    transform: translate(47.3778vw, 42.135vh) scale(0.0411); }
  to {
    transform: translate(51.83955vw, 100vh) scale(0.0411); } }
  .snow:nth-child(111) {
    opacity: 0.981;
    transform: translate(66.6378vw, -10px) scale(0.1925);
    animation: fall-111 22s -18s linear infinite; }
@keyframes fall-111 {
  49.047% {
    transform: translate(64.5953vw, 49.047vh) scale(0.1925); }
  to {
    transform: translate(65.61655vw, 100vh) scale(0.1925); } }
  .snow:nth-child(112) {
    opacity: 0.0085;
    transform: translate(77.0483vw, -10px) scale(0.7429);
    animation: fall-112 11s -6s linear infinite; }
@keyframes fall-112 {
  32.291% {
    transform: translate(71.0666vw, 32.291vh) scale(0.7429); }
  to {
    transform: translate(74.05745vw, 100vh) scale(0.7429); } }
  .snow:nth-child(113) {
    opacity: 0.0391;
    transform: translate(6.6009vw, -10px) scale(0.7165);
    animation: fall-113 27s -29s linear infinite; }
@keyframes fall-113 {
  44.233% {
    transform: translate(10.304vw, 44.233vh) scale(0.7165); }
  to {
    transform: translate(8.45245vw, 100vh) scale(0.7165); } }
  .snow:nth-child(114) {
    opacity: 0.6058;
    transform: translate(29.1238vw, -10px) scale(0.3688);
    animation: fall-114 27s -25s linear infinite; }
@keyframes fall-114 {
  72.063% {
    transform: translate(26.3528vw, 72.063vh) scale(0.3688); }
  to {
    transform: translate(27.7383vw, 100vh) scale(0.3688); } }
  .snow:nth-child(115) {
    opacity: 0.9108;
    transform: translate(50.3036vw, -10px) scale(0.1761);
    animation: fall-115 21s -28s linear infinite; }
@keyframes fall-115 {
  38.705% {
    transform: translate(53.7299vw, 38.705vh) scale(0.1761); }
  to {
    transform: translate(52.01675vw, 100vh) scale(0.1761); } }
  .snow:nth-child(116) {
    opacity: 0.9145;
    transform: translate(58.2624vw, -10px) scale(0.5924);
    animation: fall-116 16s -21s linear infinite; }
@keyframes fall-116 {
  70.519% {
    transform: translate(48.3648vw, 70.519vh) scale(0.5924); }
  to {
    transform: translate(53.3136vw, 100vh) scale(0.5924); } }
  .snow:nth-child(117) {
    opacity: 0.7961;
    transform: translate(1.5105vw, -10px) scale(0.5977);
    animation: fall-117 20s -26s linear infinite; }
@keyframes fall-117 {
  48.906% {
    transform: translate(7.7065vw, 48.906vh) scale(0.5977); }
  to {
    transform: translate(4.6085vw, 100vh) scale(0.5977); } }
  .snow:nth-child(118) {
    opacity: 0.8188;
    transform: translate(3.5766vw, -10px) scale(0.7769);
    animation: fall-118 20s -3s linear infinite; }
@keyframes fall-118 {
  65.769% {
    transform: translate(11.8654vw, 65.769vh) scale(0.7769); }
  to {
    transform: translate(7.721vw, 100vh) scale(0.7769); } }
  .snow:nth-child(119) {
    opacity: 0.3234;
    transform: translate(17.1808vw, -10px) scale(0.8447);
    animation: fall-119 25s -23s linear infinite; }
@keyframes fall-119 {
  74.624% {
    transform: translate(15.0155vw, 74.624vh) scale(0.8447); }
  to {
    transform: translate(16.09815vw, 100vh) scale(0.8447); } }
  .snow:nth-child(120) {
    opacity: 0.2315;
    transform: translate(57.1535vw, -10px) scale(0.2183);
    animation: fall-120 24s -2s linear infinite; }
@keyframes fall-120 {
  33.259% {
    transform: translate(62.6379vw, 33.259vh) scale(0.2183); }
  to {
    transform: translate(59.8957vw, 100vh) scale(0.2183); } }
  .snow:nth-child(121) {
    opacity: 0.5723;
    transform: translate(15.426vw, -10px) scale(0.5831);
    animation: fall-121 27s -16s linear infinite; }
@keyframes fall-121 {
  48.148% {
    transform: translate(8.6268vw, 48.148vh) scale(0.5831); }
  to {
    transform: translate(12.0264vw, 100vh) scale(0.5831); } }
  .snow:nth-child(122) {
    opacity: 0.9293;
    transform: translate(71.1662vw, -10px) scale(0.1812);
    animation: fall-122 19s -3s linear infinite; }
@keyframes fall-122 {
  57.091% {
    transform: translate(61.4604vw, 57.091vh) scale(0.1812); }
  to {
    transform: translate(66.3133vw, 100vh) scale(0.1812); } }
  .snow:nth-child(123) {
    opacity: 0.8166;
    transform: translate(24.364vw, -10px) scale(0.0443);
    animation: fall-123 11s -4s linear infinite; }
@keyframes fall-123 {
  64.567% {
    transform: translate(15.7103vw, 64.567vh) scale(0.0443); }
  to {
    transform: translate(20.03715vw, 100vh) scale(0.0443); } }
  .snow:nth-child(124) {
    opacity: 0.4203;
    transform: translate(24.4678vw, -10px) scale(0.135);
    animation: fall-124 13s -15s linear infinite; }
@keyframes fall-124 {
  42.994% {
    transform: translate(31.1842vw, 42.994vh) scale(0.135); }
  to {
    transform: translate(27.826vw, 100vh) scale(0.135); } }
  .snow:nth-child(125) {
    opacity: 0.8802;
    transform: translate(44.2924vw, -10px) scale(0.7747);
    animation: fall-125 25s -2s linear infinite; }
@keyframes fall-125 {
  71.716% {
    transform: translate(40.3959vw, 71.716vh) scale(0.7747); }
  to {
    transform: translate(42.34415vw, 100vh) scale(0.7747); } }
  .snow:nth-child(126) {
    opacity: 0.5567;
    transform: translate(23.2273vw, -10px) scale(0.0033);
    animation: fall-126 26s -3s linear infinite; }
@keyframes fall-126 {
  78.99% {
    transform: translate(26.1904vw, 78.99vh) scale(0.0033); }
  to {
    transform: translate(24.70885vw, 100vh) scale(0.0033); } }
  .snow:nth-child(127) {
    opacity: 0.2133;
    transform: translate(35.7453vw, -10px) scale(0.2878);
    animation: fall-127 16s -14s linear infinite; }
@keyframes fall-127 {
  33.556% {
    transform: translate(42.3198vw, 33.556vh) scale(0.2878); }
  to {
    transform: translate(39.03255vw, 100vh) scale(0.2878); } }
  .snow:nth-child(128) {
    opacity: 0.6887;
    transform: translate(29.3541vw, -10px) scale(0.8269);
    animation: fall-128 14s -3s linear infinite; }
@keyframes fall-128 {
  77.023% {
    transform: translate(36.5512vw, 77.023vh) scale(0.8269); }
  to {
    transform: translate(32.95265vw, 100vh) scale(0.8269); } }
  .snow:nth-child(129) {
    opacity: 0.2907;
    transform: translate(26.368vw, -10px) scale(0.3817);
    animation: fall-129 10s -4s linear infinite; }
@keyframes fall-129 {
  53.347% {
    transform: translate(18.071vw, 53.347vh) scale(0.3817); }
  to {
    transform: translate(22.2195vw, 100vh) scale(0.3817); } }
  .snow:nth-child(130) {
    opacity: 0.7596;
    transform: translate(55.4624vw, -10px) scale(0.9436);
    animation: fall-130 20s -13s linear infinite; }
@keyframes fall-130 {
  71.675% {
    transform: translate(59.7829vw, 71.675vh) scale(0.9436); }
  to {
    transform: translate(57.62265vw, 100vh) scale(0.9436); } }
  .snow:nth-child(131) {
    opacity: 0.9691;
    transform: translate(94.0925vw, -10px) scale(0.4275);
    animation: fall-131 16s -4s linear infinite; }
@keyframes fall-131 {
  36.582% {
    transform: translate(90.4367vw, 36.582vh) scale(0.4275); }
  to {
    transform: translate(92.2646vw, 100vh) scale(0.4275); } }
  .snow:nth-child(132) {
    opacity: 0.582;
    transform: translate(16.3347vw, -10px) scale(0.296);
    animation: fall-132 17s -7s linear infinite; }
@keyframes fall-132 {
  56.067% {
    transform: translate(13.1875vw, 56.067vh) scale(0.296); }
  to {
    transform: translate(14.7611vw, 100vh) scale(0.296); } }
  .snow:nth-child(133) {
    opacity: 0.9742;
    transform: translate(96.7982vw, -10px) scale(0.4165);
    animation: fall-133 12s -23s linear infinite; }
@keyframes fall-133 {
  41.953% {
    transform: translate(99.5387vw, 41.953vh) scale(0.4165); }
  to {
    transform: translate(98.16845vw, 100vh) scale(0.4165); } }
  .snow:nth-child(134) {
    opacity: 0.7454;
    transform: translate(60.1812vw, -10px) scale(0.843);
    animation: fall-134 18s -10s linear infinite; }
@keyframes fall-134 {
  75.822% {
    transform: translate(54.5084vw, 75.822vh) scale(0.843); }
  to {
    transform: translate(57.3448vw, 100vh) scale(0.843); } }
  .snow:nth-child(135) {
    opacity: 0.3318;
    transform: translate(31.2447vw, -10px) scale(0.216);
    animation: fall-135 28s -2s linear infinite; }
@keyframes fall-135 {
  75.463% {
    transform: translate(31.6017vw, 75.463vh) scale(0.216); }
  to {
    transform: translate(31.4232vw, 100vh) scale(0.216); } }
  .snow:nth-child(136) {
    opacity: 0.4977;
    transform: translate(40.7653vw, -10px) scale(0.7211);
    animation: fall-136 25s -9s linear infinite; }
@keyframes fall-136 {
  48.334% {
    transform: translate(50.2339vw, 48.334vh) scale(0.7211); }
  to {
    transform: translate(45.4996vw, 100vh) scale(0.7211); } }
  .snow:nth-child(137) {
    opacity: 0.6241;
    transform: translate(32.5284vw, -10px) scale(0.2813);
    animation: fall-137 23s -28s linear infinite; }
@keyframes fall-137 {
  75.471% {
    transform: translate(39.0298vw, 75.471vh) scale(0.2813); }
  to {
    transform: translate(35.7791vw, 100vh) scale(0.2813); } }
  .snow:nth-child(138) {
    opacity: 0.3745;
    transform: translate(9.2716vw, -10px) scale(0.6896);
    animation: fall-138 23s -24s linear infinite; }
@keyframes fall-138 {
  36.97% {
    transform: translate(15.1677vw, 36.97vh) scale(0.6896); }
  to {
    transform: translate(12.21965vw, 100vh) scale(0.6896); } }
  .snow:nth-child(139) {
    opacity: 0.2423;
    transform: translate(23.8912vw, -10px) scale(0.2772);
    animation: fall-139 10s -6s linear infinite; }
@keyframes fall-139 {
  49.214% {
    transform: translate(27.0252vw, 49.214vh) scale(0.2772); }
  to {
    transform: translate(25.4582vw, 100vh) scale(0.2772); } }
  .snow:nth-child(140) {
    opacity: 0.6874;
    transform: translate(82.5803vw, -10px) scale(0.014);
    animation: fall-140 30s -16s linear infinite; }
@keyframes fall-140 {
  50.63% {
    transform: translate(85.5521vw, 50.63vh) scale(0.014); }
  to {
    transform: translate(84.0662vw, 100vh) scale(0.014); } }
  .snow:nth-child(141) {
    opacity: 0.3445;
    transform: translate(75.349vw, -10px) scale(0.275);
    animation: fall-141 21s -7s linear infinite; }
@keyframes fall-141 {
  60.391% {
    transform: translate(83.4878vw, 60.391vh) scale(0.275); }
  to {
    transform: translate(79.4184vw, 100vh) scale(0.275); } }
  .snow:nth-child(142) {
    opacity: 0.6926;
    transform: translate(9.0229vw, -10px) scale(0.0936);
    animation: fall-142 21s -23s linear infinite; }
@keyframes fall-142 {
  72.173% {
    transform: translate(11.468vw, 72.173vh) scale(0.0936); }
  to {
    transform: translate(10.24545vw, 100vh) scale(0.0936); } }
  .snow:nth-child(143) {
    opacity: 0.2464;
    transform: translate(93.1907vw, -10px) scale(0.6032);
    animation: fall-143 23s -18s linear infinite; }
@keyframes fall-143 {
  44.146% {
    transform: translate(92.6494vw, 44.146vh) scale(0.6032); }
  to {
    transform: translate(92.92005vw, 100vh) scale(0.6032); } }
  .snow:nth-child(144) {
    opacity: 0.4652;
    transform: translate(59.7366vw, -10px) scale(0.4058);
    animation: fall-144 17s -3s linear infinite; }
@keyframes fall-144 {
  61.164% {
    transform: translate(56.0414vw, 61.164vh) scale(0.4058); }
  to {
    transform: translate(57.889vw, 100vh) scale(0.4058); } }
  .snow:nth-child(145) {
    opacity: 0.1776;
    transform: translate(90.4774vw, -10px) scale(0.4012);
    animation: fall-145 22s -8s linear infinite; }
@keyframes fall-145 {
  77.749% {
    transform: translate(87.7317vw, 77.749vh) scale(0.4012); }
  to {
    transform: translate(89.10455vw, 100vh) scale(0.4012); } }
  .snow:nth-child(146) {
    opacity: 0.899;
    transform: translate(8.8588vw, -10px) scale(0.01);
    animation: fall-146 16s -12s linear infinite; }
@keyframes fall-146 {
  66.224% {
    transform: translate(1.2495vw, 66.224vh) scale(0.01); }
  to {
    transform: translate(5.05415vw, 100vh) scale(0.01); } }
  .snow:nth-child(147) {
    opacity: 0.9961;
    transform: translate(41.3365vw, -10px) scale(0.0828);
    animation: fall-147 15s -25s linear infinite; }
@keyframes fall-147 {
  69.593% {
    transform: translate(33.6977vw, 69.593vh) scale(0.0828); }
  to {
    transform: translate(37.5171vw, 100vh) scale(0.0828); } }
  .snow:nth-child(148) {
    opacity: 0.8392;
    transform: translate(22.2735vw, -10px) scale(0.0216);
    animation: fall-148 25s -3s linear infinite; }
@keyframes fall-148 {
  56.428% {
    transform: translate(15.2416vw, 56.428vh) scale(0.0216); }
  to {
    transform: translate(18.75755vw, 100vh) scale(0.0216); } }
  .snow:nth-child(149) {
    opacity: 0.8631;
    transform: translate(59.4027vw, -10px) scale(0.1782);
    animation: fall-149 28s -14s linear infinite; }
@keyframes fall-149 {
  72.049% {
    transform: translate(55.801vw, 72.049vh) scale(0.1782); }
  to {
    transform: translate(57.60185vw, 100vh) scale(0.1782); } }
  .snow:nth-child(150) {
    opacity: 0.825;
    transform: translate(82.2703vw, -10px) scale(0.0392);
    animation: fall-150 19s -28s linear infinite; }
@keyframes fall-150 {
  58.678% {
    transform: translate(88.8568vw, 58.678vh) scale(0.0392); }
  to {
    transform: translate(85.56355vw, 100vh) scale(0.0392); } }
  .snow:nth-child(151) {
    opacity: 0.4569;
    transform: translate(33.0383vw, -10px) scale(0.5514);
    animation: fall-151 13s -9s linear infinite; }
@keyframes fall-151 {
  73.702% {
    transform: translate(29.6505vw, 73.702vh) scale(0.5514); }
  to {
    transform: translate(31.3444vw, 100vh) scale(0.5514); } }
  .snow:nth-child(152) {
    opacity: 0.5504;
    transform: translate(40.3981vw, -10px) scale(0.2232);
    animation: fall-152 22s -25s linear infinite; }
@keyframes fall-152 {
  66.968% {
    transform: translate(32.9608vw, 66.968vh) scale(0.2232); }
  to {
    transform: translate(36.67945vw, 100vh) scale(0.2232); } }
  .snow:nth-child(153) {
    opacity: 0.4034;
    transform: translate(65.0412vw, -10px) scale(0.5506);
    animation: fall-153 29s -19s linear infinite; }
@keyframes fall-153 {
  30.991% {
    transform: translate(67.8849vw, 30.991vh) scale(0.5506); }
  to {
    transform: translate(66.46305vw, 100vh) scale(0.5506); } }
  .snow:nth-child(154) {
    opacity: 0.4593;
    transform: translate(38.8777vw, -10px) scale(0.439);
    animation: fall-154 19s -23s linear infinite; }
@keyframes fall-154 {
  36.592% {
    transform: translate(37.9631vw, 36.592vh) scale(0.439); }
  to {
    transform: translate(38.4204vw, 100vh) scale(0.439); } }
  .snow:nth-child(155) {
    opacity: 0.2406;
    transform: translate(68.3645vw, -10px) scale(0.9235);
    animation: fall-155 18s -4s linear infinite; }
@keyframes fall-155 {
  60.429% {
    transform: translate(64.7371vw, 60.429vh) scale(0.9235); }
  to {
    transform: translate(66.5508vw, 100vh) scale(0.9235); } }
  .snow:nth-child(156) {
    opacity: 0.0971;
    transform: translate(31.6019vw, -10px) scale(0.4801);
    animation: fall-156 13s -27s linear infinite; }
@keyframes fall-156 {
  43.815% {
    transform: translate(36.3099vw, 43.815vh) scale(0.4801); }
  to {
    transform: translate(33.9559vw, 100vh) scale(0.4801); } }
  .snow:nth-child(157) {
    opacity: 0.5223;
    transform: translate(0.1425vw, -10px) scale(0.2278);
    animation: fall-157 23s -28s linear infinite; }
@keyframes fall-157 {
  42.243% {
    transform: translate(-4.9162vw, 42.243vh) scale(0.2278); }
  to {
    transform: translate(-2.38685vw, 100vh) scale(0.2278); } }
  .snow:nth-child(158) {
    opacity: 0.8333;
    transform: translate(34.7093vw, -10px) scale(0.642);
    animation: fall-158 28s -8s linear infinite; }
@keyframes fall-158 {
  75.517% {
    transform: translate(39.2467vw, 75.517vh) scale(0.642); }
  to {
    transform: translate(36.978vw, 100vh) scale(0.642); } }
  .snow:nth-child(159) {
    opacity: 0.4716;
    transform: translate(72.9553vw, -10px) scale(0.0772);
    animation: fall-159 19s -2s linear infinite; }
@keyframes fall-159 {
  77.334% {
    transform: translate(80.7299vw, 77.334vh) scale(0.0772); }
  to {
    transform: translate(76.8426vw, 100vh) scale(0.0772); } }
  .snow:nth-child(160) {
    opacity: 0.9511;
    transform: translate(65.1452vw, -10px) scale(0.7391);
    animation: fall-160 29s -23s linear infinite; }
@keyframes fall-160 {
  71.459% {
    transform: translate(59.3085vw, 71.459vh) scale(0.7391); }
  to {
    transform: translate(62.22685vw, 100vh) scale(0.7391); } }
  .snow:nth-child(161) {
    opacity: 0.9839;
    transform: translate(82.4418vw, -10px) scale(0.884);
    animation: fall-161 30s -1s linear infinite; }
@keyframes fall-161 {
  52.5% {
    transform: translate(73.3709vw, 52.5vh) scale(0.884); }
  to {
    transform: translate(77.90635vw, 100vh) scale(0.884); } }
  .snow:nth-child(162) {
    opacity: 0.9462;
    transform: translate(22.3278vw, -10px) scale(0.8046);
    animation: fall-162 11s -25s linear infinite; }
@keyframes fall-162 {
  71.639% {
    transform: translate(22.0649vw, 71.639vh) scale(0.8046); }
  to {
    transform: translate(22.19635vw, 100vh) scale(0.8046); } }
  .snow:nth-child(163) {
    opacity: 0.9714;
    transform: translate(59.326vw, -10px) scale(0.5884);
    animation: fall-163 29s -20s linear infinite; }
@keyframes fall-163 {
  40.111% {
    transform: translate(66.927vw, 40.111vh) scale(0.5884); }
  to {
    transform: translate(63.1265vw, 100vh) scale(0.5884); } }
  .snow:nth-child(164) {
    opacity: 0.7153;
    transform: translate(51.0405vw, -10px) scale(0.4845);
    animation: fall-164 25s -1s linear infinite; }
@keyframes fall-164 {
  48.81% {
    transform: translate(44.0682vw, 48.81vh) scale(0.4845); }
  to {
    transform: translate(47.55435vw, 100vh) scale(0.4845); } }
  .snow:nth-child(165) {
    opacity: 0.1244;
    transform: translate(59.7545vw, -10px) scale(0.3995);
    animation: fall-165 10s -18s linear infinite; }
@keyframes fall-165 {
  76.155% {
    transform: translate(63.7016vw, 76.155vh) scale(0.3995); }
  to {
    transform: translate(61.72805vw, 100vh) scale(0.3995); } }
  .snow:nth-child(166) {
    opacity: 0.769;
    transform: translate(26.9755vw, -10px) scale(0.4247);
    animation: fall-166 13s -1s linear infinite; }
@keyframes fall-166 {
  51.82% {
    transform: translate(27.1406vw, 51.82vh) scale(0.4247); }
  to {
    transform: translate(27.05805vw, 100vh) scale(0.4247); } }
  .snow:nth-child(167) {
    opacity: 0.6119;
    transform: translate(60.0394vw, -10px) scale(0.1487);
    animation: fall-167 21s -4s linear infinite; }
@keyframes fall-167 {
  75.262% {
    transform: translate(53.811vw, 75.262vh) scale(0.1487); }
  to {
    transform: translate(56.9252vw, 100vh) scale(0.1487); } }
  .snow:nth-child(168) {
    opacity: 0.3924;
    transform: translate(21.3606vw, -10px) scale(0.9432);
    animation: fall-168 28s -5s linear infinite; }
@keyframes fall-168 {
  62.544% {
    transform: translate(29.8505vw, 62.544vh) scale(0.9432); }
  to {
    transform: translate(25.60555vw, 100vh) scale(0.9432); } }
  .snow:nth-child(169) {
    opacity: 0.2231;
    transform: translate(0.0742vw, -10px) scale(0.2077);
    animation: fall-169 23s -5s linear infinite; }
@keyframes fall-169 {
  72.616% {
    transform: translate(-9.7405vw, 72.616vh) scale(0.2077); }
  to {
    transform: translate(-4.83315vw, 100vh) scale(0.2077); } }
  .snow:nth-child(170) {
    opacity: 0.1921;
    transform: translate(71.8005vw, -10px) scale(0.7283);
    animation: fall-170 23s -28s linear infinite; }
@keyframes fall-170 {
  69.455% {
    transform: translate(79.3839vw, 69.455vh) scale(0.7283); }
  to {
    transform: translate(75.5922vw, 100vh) scale(0.7283); } }
  .snow:nth-child(171) {
    opacity: 0.695;
    transform: translate(34.0198vw, -10px) scale(0.2265);
    animation: fall-171 14s -27s linear infinite; }
@keyframes fall-171 {
  54.982% {
    transform: translate(30.9303vw, 54.982vh) scale(0.2265); }
  to {
    transform: translate(32.47505vw, 100vh) scale(0.2265); } }
  .snow:nth-child(172) {
    opacity: 0.0373;
    transform: translate(81.6996vw, -10px) scale(0.6874);
    animation: fall-172 17s -21s linear infinite; }
@keyframes fall-172 {
  38.487% {
    transform: translate(73.4799vw, 38.487vh) scale(0.6874); }
  to {
    transform: translate(77.58975vw, 100vh) scale(0.6874); } }
  .snow:nth-child(173) {
    opacity: 0.3501;
    transform: translate(74.3336vw, -10px) scale(0.1839);
    animation: fall-173 20s -30s linear infinite; }
@keyframes fall-173 {
  31.724% {
    transform: translate(69.5444vw, 31.724vh) scale(0.1839); }
  to {
    transform: translate(71.939vw, 100vh) scale(0.1839); } }
  .snow:nth-child(174) {
    opacity: 0.2571;
    transform: translate(78.168vw, -10px) scale(0.4547);
    animation: fall-174 28s -17s linear infinite; }
@keyframes fall-174 {
  57.72% {
    transform: translate(70.6024vw, 57.72vh) scale(0.4547); }
  to {
    transform: translate(74.3852vw, 100vh) scale(0.4547); } }
  .snow:nth-child(175) {
    opacity: 0.0916;
    transform: translate(97.7675vw, -10px) scale(0.3375);
    animation: fall-175 10s -19s linear infinite; }
@keyframes fall-175 {
  67.297% {
    transform: translate(93.4652vw, 67.297vh) scale(0.3375); }
  to {
    transform: translate(95.61635vw, 100vh) scale(0.3375); } }
  .snow:nth-child(176) {
    opacity: 0.3957;
    transform: translate(68.4675vw, -10px) scale(0.147);
    animation: fall-176 14s -23s linear infinite; }
@keyframes fall-176 {
  58.54% {
    transform: translate(75.2603vw, 58.54vh) scale(0.147); }
  to {
    transform: translate(71.8639vw, 100vh) scale(0.147); } }
  .snow:nth-child(177) {
    opacity: 0.4545;
    transform: translate(57.5927vw, -10px) scale(0.9541);
    animation: fall-177 15s -3s linear infinite; }
@keyframes fall-177 {
  46.634% {
    transform: translate(50.0446vw, 46.634vh) scale(0.9541); }
  to {
    transform: translate(53.81865vw, 100vh) scale(0.9541); } }
  .snow:nth-child(178) {
    opacity: 0.1604;
    transform: translate(87.9398vw, -10px) scale(0.7511);
    animation: fall-178 26s -27s linear infinite; }
@keyframes fall-178 {
  72.047% {
    transform: translate(91.9743vw, 72.047vh) scale(0.7511); }
  to {
    transform: translate(89.95705vw, 100vh) scale(0.7511); } }
  .snow:nth-child(179) {
    opacity: 0.0554;
    transform: translate(23.3702vw, -10px) scale(0.718);
    animation: fall-179 21s -15s linear infinite; }
@keyframes fall-179 {
  35.83% {
    transform: translate(15.0706vw, 35.83vh) scale(0.718); }
  to {
    transform: translate(19.2204vw, 100vh) scale(0.718); } }
  .snow:nth-child(180) {
    opacity: 0.1265;
    transform: translate(88.5797vw, -10px) scale(0.6725);
    animation: fall-180 15s -25s linear infinite; }
@keyframes fall-180 {
  30.146% {
    transform: translate(89.6618vw, 30.146vh) scale(0.6725); }
  to {
    transform: translate(89.12075vw, 100vh) scale(0.6725); } }
  .snow:nth-child(181) {
    opacity: 0.3563;
    transform: translate(78.782vw, -10px) scale(0.4846);
    animation: fall-181 28s -24s linear infinite; }
@keyframes fall-181 {
  72.999% {
    transform: translate(80.4556vw, 72.999vh) scale(0.4846); }
  to {
    transform: translate(79.6188vw, 100vh) scale(0.4846); } }
  .snow:nth-child(182) {
    opacity: 0.1899;
    transform: translate(42.1691vw, -10px) scale(0.989);
    animation: fall-182 21s -28s linear infinite; }
@keyframes fall-182 {
  37.263% {
    transform: translate(37.1324vw, 37.263vh) scale(0.989); }
  to {
    transform: translate(39.65075vw, 100vh) scale(0.989); } }
  .snow:nth-child(183) {
    opacity: 0.5224;
    transform: translate(32.6581vw, -10px) scale(0.9469);
    animation: fall-183 25s -24s linear infinite; }
@keyframes fall-183 {
  62.709% {
    transform: translate(39.756vw, 62.709vh) scale(0.9469); }
  to {
    transform: translate(36.20705vw, 100vh) scale(0.9469); } }
  .snow:nth-child(184) {
    opacity: 0.1683;
    transform: translate(23.9874vw, -10px) scale(0.0575);
    animation: fall-184 23s -29s linear infinite; }
@keyframes fall-184 {
  67.806% {
    transform: translate(21.0191vw, 67.806vh) scale(0.0575); }
  to {
    transform: translate(22.50325vw, 100vh) scale(0.0575); } }
  .snow:nth-child(185) {
    opacity: 0.6175;
    transform: translate(46.0341vw, -10px) scale(0.6033);
    animation: fall-185 30s -10s linear infinite; }
@keyframes fall-185 {
  31.015% {
    transform: translate(48.8048vw, 31.015vh) scale(0.6033); }
  to {
    transform: translate(47.41945vw, 100vh) scale(0.6033); } }
  .snow:nth-child(186) {
    opacity: 0.2523;
    transform: translate(83.0053vw, -10px) scale(0.0578);
    animation: fall-186 12s -22s linear infinite; }
@keyframes fall-186 {
  76.373% {
    transform: translate(91.8vw, 76.373vh) scale(0.0578); }
  to {
    transform: translate(87.40265vw, 100vh) scale(0.0578); } }
  .snow:nth-child(187) {
    opacity: 0.4338;
    transform: translate(33.2006vw, -10px) scale(0.2914);
    animation: fall-187 11s -3s linear infinite; }
@keyframes fall-187 {
  76.603% {
    transform: translate(29.2201vw, 76.603vh) scale(0.2914); }
  to {
    transform: translate(31.21035vw, 100vh) scale(0.2914); } }
  .snow:nth-child(188) {
    opacity: 0.4858;
    transform: translate(57.2038vw, -10px) scale(0.1347);
    animation: fall-188 16s -7s linear infinite; }
@keyframes fall-188 {
  75.037% {
    transform: translate(58.4681vw, 75.037vh) scale(0.1347); }
  to {
    transform: translate(57.83595vw, 100vh) scale(0.1347); } }
  .snow:nth-child(189) {
    opacity: 0.9898;
    transform: translate(62.5322vw, -10px) scale(0.999);
    animation: fall-189 21s -3s linear infinite; }
@keyframes fall-189 {
  59.406% {
    transform: translate(65.0314vw, 59.406vh) scale(0.999); }
  to {
    transform: translate(63.7818vw, 100vh) scale(0.999); } }
  .snow:nth-child(190) {
    opacity: 0.2627;
    transform: translate(28.8405vw, -10px) scale(0.1433);
    animation: fall-190 18s -6s linear infinite; }
@keyframes fall-190 {
  37.701% {
    transform: translate(38.5824vw, 37.701vh) scale(0.1433); }
  to {
    transform: translate(33.71145vw, 100vh) scale(0.1433); } }
  .snow:nth-child(191) {
    opacity: 0.5476;
    transform: translate(13.0168vw, -10px) scale(0.2205);
    animation: fall-191 27s -28s linear infinite; }
@keyframes fall-191 {
  73.079% {
    transform: translate(13.1242vw, 73.079vh) scale(0.2205); }
  to {
    transform: translate(13.0705vw, 100vh) scale(0.2205); } }
  .snow:nth-child(192) {
    opacity: 0.9433;
    transform: translate(84.7648vw, -10px) scale(0.5058);
    animation: fall-192 11s -1s linear infinite; }
@keyframes fall-192 {
  32.954% {
    transform: translate(80.137vw, 32.954vh) scale(0.5058); }
  to {
    transform: translate(82.4509vw, 100vh) scale(0.5058); } }
  .snow:nth-child(193) {
    opacity: 0.1167;
    transform: translate(83.641vw, -10px) scale(0.7056);
    animation: fall-193 19s -15s linear infinite; }
@keyframes fall-193 {
  77.651% {
    transform: translate(80.6483vw, 77.651vh) scale(0.7056); }
  to {
    transform: translate(82.14465vw, 100vh) scale(0.7056); } }
  .snow:nth-child(194) {
    opacity: 0.7889;
    transform: translate(89.7874vw, -10px) scale(0.0044);
    animation: fall-194 10s -30s linear infinite; }
@keyframes fall-194 {
  56.418% {
    transform: translate(92.9424vw, 56.418vh) scale(0.0044); }
  to {
    transform: translate(91.3649vw, 100vh) scale(0.0044); } }
  .snow:nth-child(195) {
    opacity: 0.3036;
    transform: translate(87.9624vw, -10px) scale(0.252);
    animation: fall-195 28s -1s linear infinite; }
@keyframes fall-195 {
  46.202% {
    transform: translate(83.8182vw, 46.202vh) scale(0.252); }
  to {
    transform: translate(85.8903vw, 100vh) scale(0.252); } }
  .snow:nth-child(196) {
    opacity: 0.0599;
    transform: translate(34.6371vw, -10px) scale(0.5935);
    animation: fall-196 27s -13s linear infinite; }
@keyframes fall-196 {
  47.964% {
    transform: translate(28.0075vw, 47.964vh) scale(0.5935); }
  to {
    transform: translate(31.3223vw, 100vh) scale(0.5935); } }
  .snow:nth-child(197) {
    opacity: 0.3993;
    transform: translate(10.2572vw, -10px) scale(0.2585);
    animation: fall-197 24s -13s linear infinite; }
@keyframes fall-197 {
  61.532% {
    transform: translate(3.4539vw, 61.532vh) scale(0.2585); }
  to {
    transform: translate(6.85555vw, 100vh) scale(0.2585); } }
  .snow:nth-child(198) {
    opacity: 0.8471;
    transform: translate(55.4726vw, -10px) scale(0.2473);
    animation: fall-198 23s -21s linear infinite; }
@keyframes fall-198 {
  66.395% {
    transform: translate(54.8365vw, 66.395vh) scale(0.2473); }
  to {
    transform: translate(55.15455vw, 100vh) scale(0.2473); } }
  .snow:nth-child(199) {
    opacity: 0.0186;
    transform: translate(96.7543vw, -10px) scale(0.3988);
    animation: fall-199 15s -25s linear infinite; }
@keyframes fall-199 {
  60.526% {
    transform: translate(94.6541vw, 60.526vh) scale(0.3988); }
  to {
    transform: translate(95.7042vw, 100vh) scale(0.3988); } }
  .snow:nth-child(200) {
    opacity: 0.3952;
    transform: translate(43.6653vw, -10px) scale(0.3956);
    animation: fall-200 26s -26s linear infinite; }
@keyframes fall-200 {
  74.261% {
    transform: translate(44.4363vw, 74.261vh) scale(0.3956); }
  to {
    transform: translate(44.0508vw, 100vh) scale(0.3956); } }
.section-featured-0 {
  position: relative;
  overflow: hidden; }
  .section-featured-0:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
    @media (min-width: 992px) {
      .section-featured-0:before {
        padding-top: 42.8571%; } }
  .section-featured-0 .featured-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .section-featured-0 .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .section-featured-0 .content .feature-title a,
    .section-featured-0 .content .lead,
    .section-featured-0 .content a {
      display: inline-block;
      font-family: "Playfair Display", sans-serif;
      color: #ffffff; }

.section-card-0 .img-wrapper {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 42.8571%; }
.section-card-0 .card-img-top {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto; }
.section-card-0 .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(17, 5, 5, 0.25) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(17, 5, 5, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(17, 5, 5, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#40110505',GradientType=0 ); }
  .section-card-0 .card-body .feature-title a,
  .section-card-0 .card-body .lead,
  .section-card-0 .card-body a {
    display: inline-block;
    font-family: "Playfair Display", sans-serif;
    color: #ffffff; }

.section-featured-1 {
  position: relative;
  overflow: hidden; }
  .section-featured-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
    @media (min-width: 992px) {
      .section-featured-1:before {
        padding-top: 42.8571%; } }
  .section-featured-1 .featured-img {
    position: absolute;
    top: 0; }
  .section-featured-1 .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .section-featured-1 .content .feature-title a,
    .section-featured-1 .content .lead,
    .section-featured-1 .content a {
      display: inline-block;
      font-family: "Playfair Display", sans-serif;
      color: #373737; }

.section-card-1 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /* For some reason without this, chrome hides box shadows on cards during thumbnail animations
     See also: https://stackoverflow.com/q/18529381 */
  transform: translate3d(0, 0, 0); }
  .section-card-1 .img-wrapper {
    overflow: hidden;
    position: relative;
    max-height: 250px; }
  .section-card-1 .card-img-top {
    position: relative;
    float: left;
    transition: all 0.5s ease 10ms; }
    .section-card-1 .card-img-top:hover {
      transform: scale(1.2); }
    .section-card-1 .card-img-top:after {
      padding-top: 56.25%;
      display: block;
      content: ""; }
  .section-card-1 .in-section {
    position: relative;
    left: 50%; }
    .section-card-1 .in-section a {
      position: absolute;
      transform: translate(-50%, -50%);
      padding: 5px 12px;
      color: #ffffff;
      background: #c54c3a;
      text-decoration: none;
      transition: all 0.2s ease; }
      .section-card-1 .in-section a:hover {
        background: #cb5e4e; }
  .section-card-1 .card-body {
    position: relative; }
    .section-card-1 .card-body .story-created {
      font-size: 0.75rem; }
    .section-card-1 .card-body h4 a {
      font-family: "Playfair Display", sans-serif; }

.section-card-2 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
  .section-card-2 .card-body .story-created {
    font-size: 0.75rem; }
  .section-card-2 .card-body h4 a {
    font-family: "Playfair Display", sans-serif; }

.subscribe-col .card .card-img-top svg g {
  display: block;
  fill: #373737;
  margin-top: auto;
  margin-bottom: auto; }

/* Social Media Sidebar */
.social-media-sidebar {
  z-index: 1000;
  right: 0;
  top: 35%;
  position: fixed;
  list-style: none;
  margin-right: 0.8vw;
  padding: 0; }
  .social-media-sidebar li:nth-child(1):hover a {
    background: #3b5998; }
  .social-media-sidebar li:nth-child(2):hover a {
    background: #1da1f2; }
  .social-media-sidebar li:nth-child(3):hover a {
    background: #ea4c89; }

.social-media-sidebar li a {
  display: block;
  margin-bottom: 5px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  background: #c54c3a;
  color: #ffffff;
  text-align: center;
  transition: background 0.5s ease 0.3ms; }
  .social-media-sidebar li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0); }

.social-media-sidebar li a i {
  position: absolute;
  right: 0;
  width: 100%;
  margin-top: 30%;
  font-size: 1.25rem; }

.social-media-sidebar li a span {
  position: absolute;
  right: 120%;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 5%;
  padding: 5px;
  background-color: #373737;
  color: #ffffff;
  font-size: 1rem;
  transform-origin: right;
  transform: rotateY(45deg);
  transition: all 0.5s ease 0.3ms; }

/* Index Section */
.section-header {
  /* no link */
  /* link */ }
  .section-header h1 {
    color: #373737; }
  .section-header a {
    position: relative;
    color: #373737;
    text-transform: uppercase;
    text-decoration: none; }
  .section-header a:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #373737;
    transition: width 0.3s; }
  .section-header a:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #373737;
    transition: width 0.3s; }
  .section-header a:hover:after,
  .section-header a:hover:before {
    width: 100%; }

/* Breadcrumb */
.breadcrumb {
  border-radius: 0;
  background-color: #373737; }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb:after,
  .breadcrumb .breadcrumb-item:before {
    color: #ffffff; }

/* Latest Stories Card */
.latest-stories {
  border-left: 2px solid #373737;
  width: fit-content; }
  @media (min-width: 768px) {
    .latest-stories {
      margin-top: 40px; } }
  .latest-stories .list-group:last-child .list-group-item:last-child {
    border-radius: 0; }
  .latest-stories .card-header .card-title {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem; }
  .latest-stories .list-group-item {
    border: none;
    background-color: #373737; }
    .latest-stories .list-group-item a,
    .latest-stories .list-group-item strong {
      color: white;
      line-height: 1.4rem;
      font-size: 0.9rem;
      font-weight: 700; }

.story-text:first-letter {
  /* initial-letter: 2; */ }

.lightbox-source:hover {
  cursor: zoom-in; }

.modal-lightbox .modal-content {
  background-color: #1115;
  color: white; }
.modal-lightbox .modal-title,
.modal-lightbox .modal-header {
  background-color: #222;
  color: white; }
.modal-lightbox .modal-body {
  padding: 0; }
.modal-lightbox .modal-footer {
  background-color: #111d;
  text-align: center;
  display: block; }

/* Add Breaking */
.banner, .breaking-banner {
  border-radius: 0;
  text-align: center;
  padding: 10px 0; }
  .banner a, .breaking-banner a {
    color: white; }
    .banner a:hover, .breaking-banner a:hover {
      color: #f0f0f0; }

.banner {
  background-color: #373737; }

.breaking-banner {
  background-color: #c54c3a; }

form .asterisk {
  color: #c54c3a;
  font-family: "Playfair Display", serif; }
form label {
  display: block;
  margin-bottom: 0;
  font-family: "Playfair Display", serif; }
form input[type=text], form input[type=email] {
  margin-bottom: 5px;
  padding: 8px;
  width: Min(400px, 100%);
  border: 0.5px solid #373737; }
  form input[type=text].birthday, form input[type=email].birthday {
    width: 50px; }
form input[type=submit] {
  margin-top: 5px;
  padding: 8px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  background-color: #f0f0f0;
  border: 0.5px solid #373737;
  cursor: pointer; }

/*# sourceMappingURL=styles.css.map */
