@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * THEMING FLOW
 * @see https://getbootstrap.com/docs/4.0/getting-started/theming/
 *
 * ...when overriding across Sass files, your overrides must come before you import Bootstrap’s Sass files.
 */
/**
-------------------------------------- MAIN COLORS
 */
/**
==================================DROPDOWN
 */
/**
==================================FORM
 */
/**
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 15 10.2" style="enable-background:new 0 0 15 10.2;" xml:space="preserve">
<polyline style="fill:none;stroke:#00FF00;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;"
points="12.6,2.3 7.4,7.5 2.1,2.3 "/>
</svg>

 */
/**
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Layer_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 500 328" style="enable-background:new 0 0 500 328;" xml:space="preserve">
<ellipse style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;" cx="594.6" cy="355.5" rx="410.5" ry="253.5"/>
</svg>

 */
/**
advice: no need to load other Boostrap files if using a sub theme
 */
:root {
  --blue: #003a6e;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ff6000;
  --yellow: #ffc107;
  --green: #008c4e;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #727272;
  --gray-dark: #4b4b4b;
  --orange-lighter: #ffdcc7;
  --orange-light: #ffb486;
  --brown-lighter: #e3b988;
  --brown-light: #d87a0c;
  --brown: #c16400;
  --green-lightest: #9efae1;
  --green-lighter: #4fcbaa;
  --green-light: #2ab377;
  --azure-lightest: #ecf5fb;
  --azure-lighter: #b7d1e8;
  --azure-light: #79bef9;
  --azure: #3090e2;
  --azure-dark: #216eb1;
  --blue-lighter: #1076d1;
  --blue-light: #065499;
  --blue-dark: #002240;
  --warm-gray-lightest: #f5f5f4;
  --warm-gray-lighter: #e5dedc;
  --warm-gray-light: #c5b9b3;
  --warm-gray: #675f5b;
  --warm-gray-dark: #5e483b;
  --cool-gray-lightest: #d5e9fa;
  --cool-gray-lighter: #a9c2d9;
  --cool-gray-light: #7b9ab6;
  --cool-gray: #57748f;
  --cool-gray-dark: #324557;
  --primary: #003a6e;
  --secondary: #675f5b;
  --success: #008c4e;
  --info: #79bef9;
  --warning: #ff6000;
  --danger: #cb260b;
  --light: #fff;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1366px;
  --breakpoint-xl: 1920px;
  --font-family-sans-serif: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #675f5b;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #003a6e;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #3090e2;
    text-decoration: none; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #727272;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #727272; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #343434;
  border-radius: 3px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #343434; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 90%; }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 900px; } }
  @media (min-width: 1366px) {
    .container {
      max-width: 1280px; } }
  @media (min-width: 1920px) {
    .container {
      max-width: 1560px; } }

.container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 90%; }

@media (min-width: 768px) {
  .container, .container-sm {
    max-width: 720px; } }
@media (min-width: 1024px) {
  .container, .container-sm, .container-md {
    max-width: 900px; } }
@media (min-width: 1366px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1280px; } }
@media (min-width: 1920px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1560px; } }
.row, .node-blog-post .paragraph.with-image {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .c1, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .node-blog-post .paragraph.with-image .par-image, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .node-blog-post .paragraph.with-image .par-entry, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12, .c1 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4, .node-blog-post .paragraph.with-image .par-image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6, .c1 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8, .node-blog-post .paragraph.with-image .par-entry {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1366px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8, .c1 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #675f5b; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #675f5b;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c8d6; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a99b4; }

.table-hover .table-primary:hover {
  background-color: #a8bbcd; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a8bbcd; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d4d2d1; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b0acaa; }

.table-hover .table-secondary:hover {
  background-color: #c8c5c4; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8c5c4; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8dfcd; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ac3a3; }

.table-hover .table-success:hover {
  background-color: #a6d7c1; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a6d7c1; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edfd; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b9ddfc; }

.table-hover .table-info:hover {
  background-color: #c1e2fc; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c1e2fc; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffd2b8; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffac7a; }

.table-hover .table-warning:hover {
  background-color: #ffc29f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffc29f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f0c2bb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e48e80; }

.table-hover .table-danger:hover {
  background-color: #ebafa6; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebafa6; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: white; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white; }

.table-hover .table-light:hover {
  background-color: #f2f2f2; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f2f2f2; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-dark:hover {
  background-color: #ababab; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #5e5e5e; }
.table .thead-light th {
  color: #5d5d5d;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #4b4b4b; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #5e5e5e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 1023.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 1365.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1919.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0px 0 0;
  font-size: 1rem;
  color: #675f5b;
  text-align: left;
  list-style: none;
  background-color: #003a6e;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 1024px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 1366px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1920px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0px; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0px; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0px; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #065499; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3090e2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #727272;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #727272;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: 0; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: 0; }

.input-group-prepend {
  margin-right: 0; }

.input-group-append {
  margin-left: 0; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #675f5b;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0 solid #ced4da;
  border-radius: 25px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.2em + 1rem); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 25px; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1em + 0.5rem); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 25px; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 3.5rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 24px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 23px;
      border-top-right-radius: 23px; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 23px;
      border-bottom-left-radius: 23px; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 23px 23px 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 23px 23px; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 23px;
  border-top-right-radius: 23px; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px; }

.card-deck .card {
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 6px; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #727272;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #727272; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 6px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003a6e;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #3090e2;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #79bef9; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
.page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #003a6e;
  border-color: #003a6e; }
.page-item.disabled .page-link {
  color: #727272;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 6px;
  transition: all 0.4s ease 0s; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #003a6e; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #001f3b; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 58, 110, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #675f5b; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #4c4643; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(103, 95, 91, 0.5); }

.badge-success {
  color: #fff;
  background-color: #008c4e; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #005932; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 140, 78, 0.5); }

.badge-info {
  color: #343434;
  background-color: #79bef9; }
  a.badge-info:hover, a.badge-info:focus {
    color: #343434;
    background-color: #48a6f7; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(121, 190, 249, 0.5); }

.badge-warning {
  color: #fff;
  background-color: #ff6000; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #fff;
    background-color: #cc4d00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 96, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #cb260b; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #9b1d08; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(203, 38, 11, 0.5); }

.badge-light {
  color: #343434;
  background-color: #fff; }
  a.badge-light:hover, a.badge-light:focus {
    color: #343434;
    background-color: #e6e6e6; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #000; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: black; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 6px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #001e39;
  background-color: #ccd8e2;
  border-color: #b8c8d6; }
  .alert-primary hr {
    border-top-color: #a8bbcd; }
  .alert-primary .alert-link {
    color: #000306; }

.alert-secondary {
  color: #36312f;
  background-color: #e1dfde;
  border-color: #d4d2d1; }
  .alert-secondary hr {
    border-top-color: #c8c5c4; }
  .alert-secondary .alert-link {
    color: #1b1817; }

.alert-success {
  color: #004929;
  background-color: #cce8dc;
  border-color: #b8dfcd; }
  .alert-success hr {
    border-top-color: #a6d7c1; }
  .alert-success .alert-link {
    color: #00160c; }

.alert-info {
  color: #3f6381;
  background-color: #e4f2fe;
  border-color: #d9edfd; }
  .alert-info hr {
    border-top-color: #c1e2fc; }
  .alert-info .alert-link {
    color: #2e495f; }

.alert-warning {
  color: #853200;
  background-color: #ffdfcc;
  border-color: #ffd2b8; }
  .alert-warning hr {
    border-top-color: #ffc29f; }
  .alert-warning .alert-link {
    color: #521f00; }

.alert-danger {
  color: #6a1406;
  background-color: #f5d4ce;
  border-color: #f0c2bb; }
  .alert-danger hr {
    border-top-color: #ebafa6; }
  .alert-danger .alert-link {
    color: #3a0b03; }

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-light hr {
    border-top-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #6c6c6c; }

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-dark hr {
    border-top-color: #ababab; }
  .alert-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 6px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #003a6e;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 6px; }

.list-group-item-action {
  width: 100%;
  color: #5d5d5d;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #5d5d5d;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #675f5b;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #727272;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #003a6e;
    border-color: #003a6e; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1024px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1366px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1920px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 6px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 6px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #001e39;
  background-color: #b8c8d6; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #001e39;
    background-color: #a8bbcd; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #001e39;
    border-color: #001e39; }

.list-group-item-secondary {
  color: #36312f;
  background-color: #d4d2d1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #36312f;
    background-color: #c8c5c4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #36312f;
    border-color: #36312f; }

.list-group-item-success {
  color: #004929;
  background-color: #b8dfcd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004929;
    background-color: #a6d7c1; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004929;
    border-color: #004929; }

.list-group-item-info {
  color: #3f6381;
  background-color: #d9edfd; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #3f6381;
    background-color: #c1e2fc; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #3f6381;
    border-color: #3f6381; }

.list-group-item-warning {
  color: #853200;
  background-color: #ffd2b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #853200;
    background-color: #ffc29f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #853200;
    border-color: #853200; }

.list-group-item-danger {
  color: #6a1406;
  background-color: #f0c2bb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6a1406;
    background-color: #ebafa6; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6a1406;
    border-color: #6a1406; }

.list-group-item-light {
  color: #858585;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.8; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 4px solid #e9ecef;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1rem; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: -0.25rem;
  border-top: 4px solid #e9ecef;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1366px) {
  .modal-lg,
  .modal-xl {
    max-width: 70%; } }
@media (min-width: 1920px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 6px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 12px; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 12px 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 12px 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #675f5b; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #003a6e !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #001f3b !important; }

.bg-secondary {
  background-color: #675f5b !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4c4643 !important; }

.bg-success {
  background-color: #008c4e !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005932 !important; }

.bg-info {
  background-color: #79bef9 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #48a6f7 !important; }

.bg-warning {
  background-color: #ff6000 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc4d00 !important; }

.bg-danger {
  background-color: #cb260b !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9b1d08 !important; }

.bg-light {
  background-color: #fff !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important; }

.bg-dark {
  background-color: #000 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #003a6e !important; }

.border-secondary {
  border-color: #675f5b !important; }

.border-success {
  border-color: #008c4e !important; }

.border-info {
  border-color: #79bef9 !important; }

.border-warning {
  border-color: #ff6000 !important; }

.border-danger {
  border-color: #cb260b !important; }

.border-light {
  border-color: #fff !important; }

.border-dark {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 3px !important; }

.rounded, .node-confidential-file .file-link, .node-focus.teaser-smaller img,
.node-blog-post.teaser-smaller img, .front .node-focus.teaser-smaller img,
.front .node-blog-post.teaser-smaller img, .node-blog-post .paragraph .par-image img, .node-blog-post .body-field img {
  border-radius: 6px !important; }

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important; }

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }

.rounded-bottom {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important; }

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important; }

.rounded-lg {
  border-radius: 12px !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex, .with-cap {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex, .referenced-node-wrapper .node-custom-blocks {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1366px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1920px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center, .referenced-node-wrapper .node-custom-blocks {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 1024px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1366px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1920px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 1024px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 1366px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1920px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15) !important; }

.shadow, .node-confidential-file .file-link, .node-focus.teaser-smaller img,
.node-blog-post.teaser-smaller img, .front .node-focus.teaser-smaller img,
.front .node-blog-post.teaser-smaller img, .node-blog-post .paragraph .par-image img, .node-blog-post .body-field img {
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.55) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, #block-views-block-blog-taxonomies-block-1 .item-list > h3,
#block-views-block-blog-taxonomies-block-1 .block-title,
#block-fp-blog-fp-blog-heading-links .item-list > h3,
#block-fp-blog-fp-blog-heading-links .block-title,
#block-views-blog-taxonomies-block .item-list > h3,
#block-views-blog-taxonomies-block .block-title,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3, .node-confidential-file .file-link {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3, .node-blog-post .body-field img[style*="float:left"],
.node-blog-post .body-field img[style*="float: left"],
.mx-3 {
  margin-right: 1rem !important; }

.mb-3, .slide-new.template_1 h4, .slide-new.template_1 h2, .slide-new.template_2 h4, .slide-new.template_2 h2, #block-views-block-blog-taxonomies-block-1,
#block-fp-blog-fp-blog-heading-links,
#block-views-blog-taxonomies-block, #block-views-block-blog-carousel-block,
#block-views-blog-carousel-block, .front .node-focus.teaser-smaller,
.front .node-blog-post.teaser-smaller, .node-blog-post .paragraph, .node-blog-post .body-field img,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .node-blog-post .body-field img[style*="float:right"],
.node-blog-post .body-field img[style*="float: right"],
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5, .referenced-node-wrapper .node-custom-blocks .btn,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  .m-sm-n3 {
    margin: -1rem !important; }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  .m-sm-n4 {
    margin: -1.5rem !important; }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  .m-sm-n5 {
    margin: -3rem !important; }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1366px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1920px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  .m-xl-n3 {
    margin: -1rem !important; }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  .m-xl-n4 {
    margin: -1.5rem !important; }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  .m-xl-n5 {
    margin: -3rem !important; }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1366px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1920px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase, .slide-new.template_1 h4, .slide-new.template_2 h4, .tu, #block-views-block-blog-taxonomies-block-1 .item-list > h3,
#block-views-block-blog-taxonomies-block-1 .block-title,
#block-fp-blog-fp-blog-heading-links .item-list > h3,
#block-fp-blog-fp-blog-heading-links .block-title,
#block-views-blog-taxonomies-block .item-list > h3,
#block-views-blog-taxonomies-block .block-title, #block-views-block-blog-carousel-block .block-title,
#block-views-blog-carousel-block .block-title {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold, .slide-new.template_1 h4, .slide-new.template_2 h4, .fb, #block-views-block-blog-taxonomies-block-1 .item-list > h3,
#block-views-block-blog-taxonomies-block-1 .block-title,
#block-fp-blog-fp-blog-heading-links .item-list > h3,
#block-fp-blog-fp-blog-heading-links .block-title,
#block-views-blog-taxonomies-block .item-list > h3,
#block-views-blog-taxonomies-block .block-title, #block-views-block-blog-carousel-block .block-title,
#block-views-blog-carousel-block .block-title {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #003a6e !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #001222 !important; }

.text-secondary {
  color: #675f5b !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #3e3a37 !important; }

.text-success {
  color: #008c4e !important; }

a.text-success:hover, a.text-success:focus {
  color: #004023 !important; }

.text-info {
  color: #79bef9 !important; }

a.text-info:hover, a.text-info:focus {
  color: #309af6 !important; }

.text-warning {
  color: #ff6000 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b34300 !important; }

.text-danger {
  color: #cb260b !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #821807 !important; }

.text-light {
  color: #fff !important; }

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important; }

.text-dark {
  color: #000 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-body {
  color: #675f5b !important; }

.text-muted {
  color: #727272 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #898989;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 1366px !important; }

  .container {
    min-width: 1366px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/**
add class declarations to mediaqueries
@rif: https://www.sitepoint.com/cross-media-query-extend-sass/
Example:

1-define a placeholder
@include placeholder('clear') {
  clear: both;
  overflow: hidden;
}

2-declare class and mediaqueries
.e {
  @include _(clear);

  @include breakpoint(large) {
    @include _(clear);
  }
}


 */
/**
----------------------------------------------------------------------------------------------------------------- col-no pad
 */
@media (max-width: 767.98px) {
  .col-xs-no-pad {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 1023.98px) {
  .col-sm-no-pad {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 1365.98px) {
  .col-md-no-pad {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 1919.98px) {
  .col-lg-no-pad {
    padding-left: 0;
    padding-right: 0; } }
.col-xl-no-pad {
  padding-left: 0;
  padding-right: 0; }

.container .container {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.fc-container._container {
  max-width: 1170px !important;
  margin-left: auto;
  margin-right: auto; }

.container .fc-container._container {
  max-width: 100% !important; }

.section {
  position: relative; }
  .section > .container {
    z-index: 10;
    position: relative; }

.container-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

/**
==================================================================================
==================================================================================
==================================================================================
========================CUSTOM EDIT LINKS
 */
.have-custom-edit-link {
  position: relative; }
  .have-custom-edit-link, .have-custom-edit-link * {
    transition: all 0.2s; }
  .have-custom-edit-link, .have-custom-edit-link .container {
    min-height: 10px; }
  .have-custom-edit-link .custom-edit-link-hilite {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 9999;
    font-size: 10px;
    display: none;
    text-transform: uppercase;
    background-color: #000; }
    .have-custom-edit-link .custom-edit-link-hilite a {
      display: block;
      line-height: 1em;
      text-indent: -12px;
      padding: 12px 12px 12px 24px;
      color: #ff9933; }
  .have-custom-edit-link:hover {
    min-height: 100px;
    border: dotted 1px #656565; }
    .have-custom-edit-link:hover > .custom-edit-link-hilite {
      display: block; }

.section > .custom-edit-link-hilite {
  top: 0px;
  left: 0;
  right: auto;
  bottom: auto; }

.col-md-8 .section > .custom-edit-link-hilite {
  left: -90px; }

.row > .custom-edit-link-hilite, .node-blog-post .paragraph.with-image > .custom-edit-link-hilite {
  top: 0px;
  bottom: auto; }

.node-landing-page > .action-links-field-collection-add, .container > .action-links-field-collection-add, .row > .action-links-field-collection-add, .node-blog-post .paragraph.with-image > .action-links-field-collection-add {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .node-landing-page > .action-links-field-collection-add li, .container > .action-links-field-collection-add li, .row > .action-links-field-collection-add li, .node-blog-post .paragraph.with-image > .action-links-field-collection-add li {
    display: inline-block;
    padding: 15px; }
    .node-landing-page > .action-links-field-collection-add li a, .container > .action-links-field-collection-add li a, .row > .action-links-field-collection-add li a, .node-blog-post .paragraph.with-image > .action-links-field-collection-add li a {
      border: dotted 4px #ccc;
      display: block;
      padding: 5px 15px;
      font-size: 10px;
      text-transform: uppercase;
      color: #ff9933; }

.container > .action-links-field-collection-add {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none; }

.section:hover > .container > .action-links-field-collection-add {
  display: block; }

.row > .action-links-field-collection-add, .node-blog-post .paragraph.with-image > .action-links-field-collection-add {
  width: 100%;
  display: none;
  order: 9999; }
.row:hover > .action-links-field-collection-add, .node-blog-post .paragraph.with-image:hover > .action-links-field-collection-add {
  display: block; }

.edit-overlay-link {
  position: fixed;
  background-color: #000;
  display: block;
  padding: 5px 15px;
  color: #ffff00;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 99999; }

/**
==================================================================================
==================================================================================
==================================================================================
 */
/**
produce
.h-25-vh e .h-sm-25-vh
.mh-25-vh
.h-25-perc
.mh-25-perc
 */
.h-25-vh {
  height: 25vh; }

.mh-25-vh {
  min-height: 25vh; }

.h-25-perc {
  height: 25%; }

.mh-25-perc {
  min-height: 25%; }

.h-50-vh {
  height: 50vh; }

.mh-50-vh {
  min-height: 50vh; }

.h-50-perc {
  height: 50%; }

.mh-50-perc {
  min-height: 50%; }

.h-75-vh {
  height: 75vh; }

.mh-75-vh {
  min-height: 75vh; }

.h-75-perc {
  height: 75%; }

.mh-75-perc {
  min-height: 75%; }

.h-100-vh {
  height: 100vh; }

.mh-100-vh {
  min-height: 100vh; }

.h-100-perc {
  height: 100%; }

.mh-100-perc {
  min-height: 100%; }

@media (min-width: 768px) {
  .h-sm-25-vh {
    height: 25vh; }

  .mh-sm-25-vh {
    min-height: 25vh; }

  .h-sm-25-perc {
    height: 25%; }

  .mh-sm-25-perc {
    min-height: 25%; }

  .h-sm-50-vh {
    height: 50vh; }

  .mh-sm-50-vh {
    min-height: 50vh; }

  .h-sm-50-perc {
    height: 50%; }

  .mh-sm-50-perc {
    min-height: 50%; }

  .h-sm-75-vh {
    height: 75vh; }

  .mh-sm-75-vh {
    min-height: 75vh; }

  .h-sm-75-perc {
    height: 75%; }

  .mh-sm-75-perc {
    min-height: 75%; }

  .h-sm-100-vh {
    height: 100vh; }

  .mh-sm-100-vh {
    min-height: 100vh; }

  .h-sm-100-perc {
    height: 100%; }

  .mh-sm-100-perc {
    min-height: 100%; } }
@media (min-width: 1024px) {
  .h-md-25-vh {
    height: 25vh; }

  .mh-md-25-vh {
    min-height: 25vh; }

  .h-md-25-perc {
    height: 25%; }

  .mh-md-25-perc {
    min-height: 25%; }

  .h-md-50-vh {
    height: 50vh; }

  .mh-md-50-vh {
    min-height: 50vh; }

  .h-md-50-perc {
    height: 50%; }

  .mh-md-50-perc {
    min-height: 50%; }

  .h-md-75-vh {
    height: 75vh; }

  .mh-md-75-vh {
    min-height: 75vh; }

  .h-md-75-perc {
    height: 75%; }

  .mh-md-75-perc {
    min-height: 75%; }

  .h-md-100-vh {
    height: 100vh; }

  .mh-md-100-vh {
    min-height: 100vh; }

  .h-md-100-perc {
    height: 100%; }

  .mh-md-100-perc {
    min-height: 100%; } }
@media (min-width: 1366px) {
  .h-lg-25-vh {
    height: 25vh; }

  .mh-lg-25-vh {
    min-height: 25vh; }

  .h-lg-25-perc {
    height: 25%; }

  .mh-lg-25-perc {
    min-height: 25%; }

  .h-lg-50-vh {
    height: 50vh; }

  .mh-lg-50-vh {
    min-height: 50vh; }

  .h-lg-50-perc {
    height: 50%; }

  .mh-lg-50-perc {
    min-height: 50%; }

  .h-lg-75-vh {
    height: 75vh; }

  .mh-lg-75-vh {
    min-height: 75vh; }

  .h-lg-75-perc {
    height: 75%; }

  .mh-lg-75-perc {
    min-height: 75%; }

  .h-lg-100-vh {
    height: 100vh; }

  .mh-lg-100-vh {
    min-height: 100vh; }

  .h-lg-100-perc {
    height: 100%; }

  .mh-lg-100-perc {
    min-height: 100%; } }
@media (min-width: 1920px) {
  .h-xl-25-vh {
    height: 25vh; }

  .mh-xl-25-vh {
    min-height: 25vh; }

  .h-xl-25-perc {
    height: 25%; }

  .mh-xl-25-perc {
    min-height: 25%; }

  .h-xl-50-vh {
    height: 50vh; }

  .mh-xl-50-vh {
    min-height: 50vh; }

  .h-xl-50-perc {
    height: 50%; }

  .mh-xl-50-perc {
    min-height: 50%; }

  .h-xl-75-vh {
    height: 75vh; }

  .mh-xl-75-vh {
    min-height: 75vh; }

  .h-xl-75-perc {
    height: 75%; }

  .mh-xl-75-perc {
    min-height: 75%; }

  .h-xl-100-vh {
    height: 100vh; }

  .mh-xl-100-vh {
    min-height: 100vh; }

  .h-xl-100-perc {
    height: 100%; }

  .mh-xl-100-perc {
    min-height: 100%; } }
.op-25 {
  opacity: 0.25; }

.op-50 {
  opacity: 0.5; }

.op-75 {
  opacity: 0.75; }

.op-100 {
  opacity: 1; }

@media (min-width: 0) {
  .op-xs-25 {
    opacity: 0.25; }

  .op-xs-50 {
    opacity: 0.5; }

  .op-xs-75 {
    opacity: 0.75; }

  .op-xs-100 {
    opacity: 1; } }
@media (min-width: 768px) {
  .op-sm-25 {
    opacity: 0.25; }

  .op-sm-50 {
    opacity: 0.5; }

  .op-sm-75 {
    opacity: 0.75; }

  .op-sm-100 {
    opacity: 1; } }
@media (min-width: 1024px) {
  .op-md-25 {
    opacity: 0.25; }

  .op-md-50 {
    opacity: 0.5; }

  .op-md-75 {
    opacity: 0.75; }

  .op-md-100 {
    opacity: 1; } }
@media (min-width: 1366px) {
  .op-lg-25 {
    opacity: 0.25; }

  .op-lg-50 {
    opacity: 0.5; }

  .op-lg-75 {
    opacity: 0.75; }

  .op-lg-100 {
    opacity: 1; } }
@media (min-width: 1920px) {
  .op-xl-25 {
    opacity: 0.25; }

  .op-xl-50 {
    opacity: 0.5; }

  .op-xl-75 {
    opacity: 0.75; }

  .op-xl-100 {
    opacity: 1; } }
.force-mb-0 {
  margin-bottom: 0 !important; }

.bg-blue, .block-link.active {
  background-color: #003a6e !important; }

.color-blue, .slide-new.template_1 h2, .color-blue-force, .color-blue-force a {
  color: #003a6e !important; }

.bg-indigo {
  background-color: #6610f2 !important; }

.color-indigo, .color-indigo-force, .color-indigo-force a {
  color: #6610f2 !important; }

.bg-purple {
  background-color: #6f42c1 !important; }

.color-purple, .color-purple-force, .color-purple-force a {
  color: #6f42c1 !important; }

.bg-pink {
  background-color: #e83e8c !important; }

.color-pink, .color-pink-force, .color-pink-force a {
  color: #e83e8c !important; }

.bg-red {
  background-color: #dc3545 !important; }

.color-red, .color-red-force, .color-red-force a {
  color: #dc3545 !important; }

.bg-orange {
  background-color: #ff6000 !important; }

.color-orange, .color-orange-force, .color-orange-force a {
  color: #ff6000 !important; }

.bg-yellow {
  background-color: #ffc107 !important; }

.color-yellow, .color-yellow-force, .color-yellow-force a {
  color: #ffc107 !important; }

.bg-green {
  background-color: #008c4e !important; }

.color-green, .color-green-force, .color-green-force a {
  color: #008c4e !important; }

.bg-teal {
  background-color: #20c997 !important; }

.color-teal, .color-teal-force, .color-teal-force a {
  color: #20c997 !important; }

.bg-cyan {
  background-color: #17a2b8 !important; }

.color-cyan, .color-cyan-force, .color-cyan-force a {
  color: #17a2b8 !important; }

.bg-white {
  background-color: #fff !important; }

.color-white, .slide-new.template_2 h2, .color-white-force, .color-white-force a {
  color: #fff !important; }

.bg-gray {
  background-color: #727272 !important; }

.color-gray, .color-gray-force, .color-gray-force a {
  color: #727272 !important; }

.bg-gray-dark {
  background-color: #4b4b4b !important; }

.color-gray-dark, .color-gray-dark-force, .color-gray-dark-force a {
  color: #4b4b4b !important; }

.bg-orange-lighter {
  background-color: #ffdcc7 !important; }

.color-orange-lighter, .color-orange-lighter-force, .color-orange-lighter-force a {
  color: #ffdcc7 !important; }

.bg-orange-light {
  background-color: #ffb486 !important; }

.color-orange-light, .color-orange-light-force, .color-orange-light-force a {
  color: #ffb486 !important; }

.bg-brown-lighter {
  background-color: #e3b988 !important; }

.color-brown-lighter, .color-brown-lighter-force, .color-brown-lighter-force a {
  color: #e3b988 !important; }

.bg-brown-light {
  background-color: #d87a0c !important; }

.color-brown-light, .color-brown-light-force, .color-brown-light-force a {
  color: #d87a0c !important; }

.bg-brown {
  background-color: #c16400 !important; }

.color-brown, .color-brown-force, .color-brown-force a {
  color: #c16400 !important; }

.bg-green-lightest {
  background-color: #9efae1 !important; }

.color-green-lightest, .color-green-lightest-force, .color-green-lightest-force a {
  color: #9efae1 !important; }

.bg-green-lighter {
  background-color: #4fcbaa !important; }

.color-green-lighter, .color-green-lighter-force, .color-green-lighter-force a {
  color: #4fcbaa !important; }

.bg-green-light {
  background-color: #2ab377 !important; }

.color-green-light, .color-green-light-force, .color-green-light-force a {
  color: #2ab377 !important; }

.bg-azure-lightest {
  background-color: #ecf5fb !important; }

.color-azure-lightest, .color-azure-lightest-force, .color-azure-lightest-force a {
  color: #ecf5fb !important; }

.bg-azure-lighter {
  background-color: #b7d1e8 !important; }

.color-azure-lighter, .slide-new.template_2 h4, .color-azure-lighter-force, .color-azure-lighter-force a {
  color: #b7d1e8 !important; }

.bg-azure-light {
  background-color: #79bef9 !important; }

.color-azure-light, #block-views-block-blog-taxonomies-block-1 .item-list > h3,
#block-views-block-blog-taxonomies-block-1 .block-title,
#block-fp-blog-fp-blog-heading-links .item-list > h3,
#block-fp-blog-fp-blog-heading-links .block-title,
#block-views-blog-taxonomies-block .item-list > h3,
#block-views-blog-taxonomies-block .block-title, #block-views-block-blog-carousel-block .block-title,
#block-views-blog-carousel-block .block-title, .color-azure-light-force, .color-azure-light-force a {
  color: #79bef9 !important; }

.bg-azure {
  background-color: #3090e2 !important; }

.color-azure, .slide-new.template_1 h4, .color-azure-force, .color-azure-force a {
  color: #3090e2 !important; }

.bg-azure-dark {
  background-color: #216eb1 !important; }

.color-azure-dark, .color-azure-dark-force, .color-azure-dark-force a {
  color: #216eb1 !important; }

.bg-blue-lighter {
  background-color: #1076d1 !important; }

.color-blue-lighter, .color-blue-lighter-force, .color-blue-lighter-force a {
  color: #1076d1 !important; }

.bg-blue-light {
  background-color: #065499 !important; }

.color-blue-light, .color-blue-light-force, .color-blue-light-force a {
  color: #065499 !important; }

.bg-blue-dark {
  background-color: #002240 !important; }

.color-blue-dark, .color-blue-dark-force, .color-blue-dark-force a {
  color: #002240 !important; }

.bg-warm-gray-lightest {
  background-color: #f5f5f4 !important; }

.color-warm-gray-lightest, .slide-new.template_2 p, .color-warm-gray-lightest-force, .color-warm-gray-lightest-force a {
  color: #f5f5f4 !important; }

.bg-warm-gray-lighter {
  background-color: #e5dedc !important; }

.color-warm-gray-lighter, .color-warm-gray-lighter-force, .color-warm-gray-lighter-force a {
  color: #e5dedc !important; }

.bg-warm-gray-light {
  background-color: #c5b9b3 !important; }

.color-warm-gray-light, .color-warm-gray-light-force, .color-warm-gray-light-force a {
  color: #c5b9b3 !important; }

.bg-warm-gray {
  background-color: #675f5b !important; }

.color-warm-gray, .color-warm-gray-force, .color-warm-gray-force a {
  color: #675f5b !important; }

.bg-warm-gray-dark {
  background-color: #5e483b !important; }

.color-warm-gray-dark, .color-warm-gray-dark-force, .color-warm-gray-dark-force a {
  color: #5e483b !important; }

.bg-cool-gray-lightest {
  background-color: #d5e9fa !important; }

.color-cool-gray-lightest, .color-cool-gray-lightest-force, .color-cool-gray-lightest-force a {
  color: #d5e9fa !important; }

.bg-cool-gray-lighter {
  background-color: #a9c2d9 !important; }

.color-cool-gray-lighter, .color-cool-gray-lighter-force, .color-cool-gray-lighter-force a {
  color: #a9c2d9 !important; }

.bg-cool-gray-light {
  background-color: #7b9ab6 !important; }

.color-cool-gray-light, .color-cool-gray-light-force, .color-cool-gray-light-force a {
  color: #7b9ab6 !important; }

.bg-cool-gray {
  background-color: #57748f !important; }

.color-cool-gray, .color-cool-gray-force, .color-cool-gray-force a {
  color: #57748f !important; }

.bg-cool-gray-dark {
  background-color: #324557 !important; }

.color-cool-gray-dark, .color-cool-gray-dark-force, .color-cool-gray-dark-force a {
  color: #324557 !important; }

body {
  font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #675f5b; }
  @media (min-width: 768px) {
    body {
      font-size: 16px;
      line-height: 22px; } }

.text-hide:hover {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400; }

.paragraphs-item-textual-block h1, .paragraphs-item-textual-block h2, .paragraphs-item-textual-block h3, .paragraphs-item-textual-block h4, .paragraphs-item-textual-block h5, .paragraphs-item-textual-block h6,
.paragraphs-item-textual-block .h1, .paragraphs-item-textual-block .h2, .paragraphs-item-textual-block .h3, .paragraphs-item-textual-block .h4, .paragraphs-item-textual-block .h5, .paragraphs-item-textual-block .h6 {
  margin-bottom: 2rem; }

/*
h1, .h1 { font-size: $h1-font-size; }
h2, .h2 { font-size: $h2-font-size; }
h3, .h3 { font-size: $h3-font-size; }
h4, .h4 { font-size: $h4-font-size; }
h5, .h5 { font-size: $h5-font-size; }
h6, .h6 { font-size: $h6-font-size; }
*/
/**
-------------------------------------HEADING SIZES
 */
h2 a {
  display: block; }

.t1, h1, .node-slide#node-16430 h2,
.node-slide#node-11910 h2, .t2, h2, .slide-new.template_1 h2, .slide-new.template_2 h2, .t3, h3, .caps, .node-news.node-full .post-image .news-type, .node-focus.node-teaser .post-image .news-type,
.node-news.node-teaser .post-image .news-type, .node-blog-post.node-teaser .post-image .news-type, .t4, h4, .btn-lg, .btn-group-lg > .btn, .slide-new.template_1 h4, .slide-new.template_2 h4, #block-views-block-blog-taxonomies-block-1 .item-list > h3,
#block-views-block-blog-taxonomies-block-1 .block-title,
#block-fp-blog-fp-blog-heading-links .item-list > h3,
#block-fp-blog-fp-blog-heading-links .block-title,
#block-views-blog-taxonomies-block .item-list > h3,
#block-views-blog-taxonomies-block .block-title, #block-views-block-blog-carousel-block .block-title,
#block-views-blog-carousel-block .block-title {
  display: block; }

.t1, h1, .node-slide#node-16430 h2,
.node-slide#node-11910 h2 {
  font-size: 32px;
  line-height: 32px;
  /*@include media-breakpoint-up(sm){
    font-size: 64px;
    line-height: 64px;
  }*/ }
  @media (min-width: 768px) {
    .t1, h1, .node-slide#node-16430 h2,
    .node-slide#node-11910 h2 {
      font-size: 56px;
      line-height: 56px; } }
  @media (min-width: 1920px) {
    .t1, h1, .node-slide#node-16430 h2,
    .node-slide#node-11910 h2 {
      font-size: 72px;
      line-height: 72px; } }

.script.t1, h1.script, .node-slide#node-16430 h2.script,
.node-slide#node-11910 h2.script {
  font-size: 32px;
  line-height: 32px;
  /*@include media-breakpoint-up(sm){
    font-size: 64px;
    line-height: 64px;
  }*/ }
  @media (min-width: 768px) {
    .script.t1, h1.script, .node-slide#node-16430 h2.script,
    .node-slide#node-11910 h2.script {
      font-size: 56px;
      line-height: 56px; } }
  @media (min-width: 1920px) {
    .script.t1, h1.script, .node-slide#node-16430 h2.script,
    .node-slide#node-11910 h2.script {
      font-size: 120px;
      line-height: 72px; } }

.t2, h2, .slide-new.template_1 h2, .slide-new.template_2 h2 {
  font-size: 28px;
  line-height: 28px; }
  @media (min-width: 768px) {
    .t2, h2, .slide-new.template_1 h2, .slide-new.template_2 h2 {
      font-size: 40px;
      line-height: 40px; } }
  @media (min-width: 1920px) {
    .t2, h2, .slide-new.template_1 h2, .slide-new.template_2 h2 {
      font-size: 48px;
      line-height: 48px; } }

.t3, h3, .caps, .node-news.node-full .post-image .news-type, .node-focus.node-teaser .post-image .news-type,
.node-news.node-teaser .post-image .news-type, .node-blog-post.node-teaser .post-image .news-type {
  font-size: 22px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .t3, h3, .caps, .node-news.node-full .post-image .news-type, .node-focus.node-teaser .post-image .news-type,
    .node-news.node-teaser .post-image .news-type, .node-blog-post.node-teaser .post-image .news-type {
      font-size: 28px;
      line-height: 28px; } }
  @media (min-width: 1920px) {
    .t3, h3, .caps, .node-news.node-full .post-image .news-type, .node-focus.node-teaser .post-image .news-type,
    .node-news.node-teaser .post-image .news-type, .node-blog-post.node-teaser .post-image .news-type {
      font-size: 32px;
      line-height: 32px; } }

.t4, h4, .btn-lg, .btn-group-lg > .btn, .slide-new.template_1 h4, .slide-new.template_2 h4, #block-views-block-blog-taxonomies-block-1 .item-list > h3,
#block-views-block-blog-taxonomies-block-1 .block-title,
#block-fp-blog-fp-blog-heading-links .item-list > h3,
#block-fp-blog-fp-blog-heading-links .block-title,
#block-views-blog-taxonomies-block .item-list > h3,
#block-views-blog-taxonomies-block .block-title, #block-views-block-blog-carousel-block .block-title,
#block-views-blog-carousel-block .block-title {
  font-size: 18px;
  line-height: 22px; }
  @media (min-width: 1024px) {
    .t4, h4, .btn-lg, .btn-group-lg > .btn, .slide-new.template_1 h4, .slide-new.template_2 h4, #block-views-block-blog-taxonomies-block-1 .item-list > h3,
    #block-views-block-blog-taxonomies-block-1 .block-title,
    #block-fp-blog-fp-blog-heading-links .item-list > h3,
    #block-fp-blog-fp-blog-heading-links .block-title,
    #block-views-blog-taxonomies-block .item-list > h3,
    #block-views-blog-taxonomies-block .block-title, #block-views-block-blog-carousel-block .block-title,
    #block-views-blog-carousel-block .block-title {
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 1920px) {
    .t4, h4, .btn-lg, .btn-group-lg > .btn, .slide-new.template_1 h4, .slide-new.template_2 h4, #block-views-block-blog-taxonomies-block-1 .item-list > h3,
    #block-views-block-blog-taxonomies-block-1 .block-title,
    #block-fp-blog-fp-blog-heading-links .item-list > h3,
    #block-fp-blog-fp-blog-heading-links .block-title,
    #block-views-blog-taxonomies-block .item-list > h3,
    #block-views-blog-taxonomies-block .block-title, #block-views-block-blog-carousel-block .block-title,
    #block-views-blog-carousel-block .block-title {
      font-size: 22px;
      line-height: 28px; } }

.t5, .btn-med, .block-link .block-link-content p, .node-full > .entry-content blockquote, .block-menu-block a, #block-views-block-blog-taxonomies-block-1 a,
#block-fp-blog-fp-blog-heading-links a,
#block-views-blog-taxonomies-block a,
.block-taxonomy-menu-block a, .front .node-focus.teaser-smaller .node-title,
.front .node-blog-post.teaser-smaller .node-title, .node-blog-post .entry-body .item-list > h3 {
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 1920px) {
    .t5, .btn-med, .block-link .block-link-content p, .node-full > .entry-content blockquote, .block-menu-block a, #block-views-block-blog-taxonomies-block-1 a,
    #block-fp-blog-fp-blog-heading-links a,
    #block-views-blog-taxonomies-block a,
    .block-taxonomy-menu-block a, .front .node-focus.teaser-smaller .node-title,
    .front .node-blog-post.teaser-smaller .node-title, .node-blog-post .entry-body .item-list > h3 {
      font-size: 18px;
      line-height: 24px; } }

.t6, .block-menu-block ul ul a, #block-views-block-blog-taxonomies-block-1 ul ul a,
#block-fp-blog-fp-blog-heading-links ul ul a,
#block-views-blog-taxonomies-block ul ul a,
.block-taxonomy-menu-block ul ul a, body {
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 1920px) {
    .t6, .block-menu-block ul ul a, #block-views-block-blog-taxonomies-block-1 ul ul a,
    #block-fp-blog-fp-blog-heading-links ul ul a,
    #block-views-blog-taxonomies-block ul ul a,
    .block-taxonomy-menu-block ul ul a, body {
      font-size: 16px;
      line-height: 22px; } }

.t7, .node-focus.teaser-smaller .node-title,
.node-blog-post.teaser-smaller .node-title {
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 1920px) {
    .t7, .node-focus.teaser-smaller .node-title,
    .node-blog-post.teaser-smaller .node-title {
      font-size: 14px;
      line-height: 20px; } }

.t8, small,
.small, .node-blog-post .entry-body .item-list ul ul a, .node-blog-post .entry-body .item-list a {
  font-size: 11px;
  line-height: 14px; }
  @media (min-width: 1920px) {
    .t8, small,
    .small, .node-blog-post .entry-body .item-list ul ul a, .node-blog-post .entry-body .item-list a {
      font-size: 12px;
      line-height: 16px; } }

.tab-label, .nav-tabs > li > a {
  font-size: 11px;
  line-height: 14px; }
  @media (min-width: 768px) {
    .tab-label, .nav-tabs > li > a {
      font-size: 12px;
      line-height: 16px; } }
  @media (min-width: 1366px) {
    .tab-label, .nav-tabs > li > a {
      font-size: 18px;
      line-height: 24px; } }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

p {
  margin-bottom: 1rem; }
  @media (min-width: 1920px) {
    p {
      margin-bottom: 2rem; } }

.text-small * {
  font-size: 0.9em; }

.list-unstyled, #footer .menu {
  padding-left: 0;
  list-style: none; }

.list-inline, #footer .menu {
  padding-left: 0;
  list-style: none; }

.list-inline li, #footer .menu li,
.list-inline-item {
  display: inline-block; }
  .list-inline li:not(:last-child), #footer .menu li:not(:last-child),
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/**
-------------------------------------LETTER SPACING
 */
.ls-neg-1 {
  letter-spacing: -0.04em; }

.ls-neg-2 {
  letter-spacing: -0.06em; }

.ls-neg-4 {
  letter-spacing: -0.08em; }

.ls-pos-1 {
  letter-spacing: 0.04em; }

.ls-pos-2 {
  letter-spacing: 0.06em; }

.ls-pos-4 {
  letter-spacing: 0.08em; }

/**
-------------------------------------FONT WEIGHTS
 */
.font-weight-100 {
  font-weight: 100!important; }

.font-weight-200 {
  font-weight: 200!important; }

.font-weight-300 {
  font-weight: 300!important; }

.font-weight-400 {
  font-weight: 400!important; }

.font-weight-500 {
  font-weight: 500!important; }

.font-weight-600 {
  font-weight: 600!important; }

.font-weight-700 {
  font-weight: 700!important; }

.font-weight-800 {
  font-weight: 800!important; }

.font-weight-900 {
  font-weight: 900!important; }

.text-inverse {
  color: white; }
  .text-inverse h1, .text-inverse h2, .text-inverse h3, .text-inverse h4, .text-inverse h5, .text-inverse h6,
  .text-inverse .h1, .text-inverse .h2, .text-inverse .h3, .text-inverse .h4, .text-inverse .h5, .text-inverse .h6 {
    color: #fff; }
  .text-inverse p strong {
    color: #fff; }
  .text-inverse a:not(.btn) {
    color: #fff; }
    .text-inverse a:not(.btn):hover {
      color: #b7d1e8; }

.script {
  font-family: 'F Script'; }

.lh-2 {
  line-height: 1.2; }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: left;
  /*font-style: italic;*/
  /*white-space: nowrap;*/
  vertical-align: middle;
  user-select: none;
  position: relative;
  border: none;
  padding: 0.8rem 2rem;
  /*@include font-size($font-size);
  line-height: $line-height;*/
  border-radius: 4rem;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25); }
  @media (min-width: 1366px) {
    .btn {
      padding: 0.8rem 3rem;
      /*@include font-size($font-size);
      line-height: $line-height;*/
      border-radius: 4rem; } }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  @media (max-width: 1023.98px) {
    .btn {
      margin-bottom: 2rem; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0 !important;
    box-shadow: 0;
    border: none;
    outline-offset: 0 !important; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .btn.disabled:hover, .btn:disabled:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:hover {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
    -webkit-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25); }
    .btn:not(:disabled):not(.disabled):active:hover, .btn:not(:disabled):not(.disabled).active:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25);
      box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.25); }
      .btn:not(:disabled):not(.disabled):active:focus:hover, .btn:not(:disabled):not(.disabled).active:focus:hover {
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .btn i {
    font-size: 30px;
    /* line-height: 0.5;
     vertical-align: middle;
     margin-top: -0.1em;*/
    display: inline-block;
    vertical-align: middle;
    line-height: 0.5rem;
    margin-right: 0.2rem;
    margin-top: -0.15em; }
  .btn.left-icon i, .btn.right-icon i {
    position: absolute;
    margin-top: -0.5em;
    top: 50%;
    min-width: 1.2em;
    z-index: 2;
    line-height: 1em; }
  .btn.right-icon {
    padding-right: 4.5rem; }
    .btn.right-icon i {
      /* right: auto;*/
      right: 0.2em; }
    @media (min-width: 1366px) {
      .btn.right-icon {
        padding-right: 4.5rem; } }
  .btn.left-icon {
    padding-left: 3.5rem; }
    .btn.left-icon i {
      /*right: auto;*/
      left: 0.2em; }
    @media (min-width: 1366px) {
      .btn.left-icon {
        padding-left: 4.5rem; } }
  .btn i[class*="arrow_left"],
  .btn i[class*="arrow_right"] {
    font-size: 3em;
    margin-top: -0.45em; }
  .btn.left-icon i[class*="arrow_left"], .btn.left-icon i[class*="arrow_right"] {
    left: 0; }
  .btn.right-icon i[class*="arrow_left"], .btn.right-icon i[class*="arrow_right"] {
    right: 0; }
  .btn i[class*="icon_pencil"] {
    font-size: 1.8em; }
  .btn.left-icon i[class*="icon_pencil"] {
    left: 0.4em; }

a.btn {
  white-space: normal; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  background-color: #003a6e;
  color: #fff; }
  .btn-primary i {
    color: #79bef9; }

.btn-info {
  background-color: #79bef9;
  color: #fff; }
  .btn-info i {
    color: #003a6e; }

.btn-secondary {
  background-color: #675f5b;
  color: #fff; }
  .btn-secondary i {
    color: #37281e; }

.btn-warning {
  background-color: #ff6000;
  color: #fff; }
  .btn-warning i {
    color: rgba(255, 255, 255, 0.5); }

.btn-success {
  background-color: #008c4e;
  color: #fff; }
  .btn-success i {
    color: rgba(0, 0, 0, 0.5); }

.btn-danger {
  background-color: #cb260b;
  color: #fff; }
  .btn-danger i {
    color: rgba(0, 0, 0, 0.5); }

@media (min-width: 768px) {
  .btn-lg, .btn-group-lg > .btn {
    padding: 0.6rem 2.25rem;
    /*@include font-size($font-size);
    line-height: $line-height;*/
    border-radius: 3rem; } }
@media (min-width: 1024px) {
  .btn-lg, .btn-group-lg > .btn {
    padding: 0.8rem 3rem;
    /*@include font-size($font-size);
    line-height: $line-height;*/
    border-radius: 4rem; } }
.btn-lg.left-icon i, .btn-group-lg > .left-icon.btn i, .btn-lg.right-icon i, .btn-group-lg > .right-icon.btn i {
  min-width: 1.1em; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  /*@include font-size($font-size);
  line-height: $line-height;*/
  border-radius: 4rem; }
  .btn-sm.left-icon i, .btn-group-sm > .left-icon.btn i, .btn-sm.right-icon i, .btn-group-sm > .right-icon.btn i {
    min-width: 1.6em; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* forzature */
/*
.btn-primary{
  i{
    color: $cyan_lightest;
  }
}
.btn-warning{
  color: #fff;
  i{
    color: $gray_yellow_darker;
  }
}
.btn-secondary{
  color: $blue;
  i{
    color: $gray_cyan_light;
  }
}
.btn-success{
  //color: $blue;
  i{
    color: $gray_blue_lightest;
  }
}

.btn-light{
  color: $blue;
  i{
    color: $gray_blue_lighter;
  }
}*/
/**
-----------------------------------------------------------ANIMATED BUTTONS
@see https://codepen.io/feroma/pen/wmzYPL
 */
.animated-button span, .animated-button i {
  position: relative;
  z-index: 1; }
.animated-button {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
.animated-button:hover {
  color: #fff !important; }
  .animated-button:hover i {
    color: rgba(255, 255, 255, 0.5); }
.animated-button:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: 0;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }
.animated-button:hover:after {
  height: 450%; }

/* Victoria Buttons */
.animated-button {
  /*&.victoria-one.btn-primary {
    &:after {
      background: $cyan;
    }
  }*/ }
  .animated-button.squeeze:hover {
    padding: 0.8rem 2.4rem;
    letter-spacing: 0.04em; }
  .animated-button.squeeze.btn-sm:hover, .btn-group-sm > .animated-button.squeeze.btn:hover {
    padding: 0.25rem 0.6rem; }
  .animated-button.squeeze.btn-lg:hover, .btn-group-lg > .animated-button.squeeze.btn:hover {
    padding: 0.8rem 3.6rem; }
  .animated-button.victoria-one:after {
    z-index: 0;
    background: #17a2b8;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg); }
  .animated-button.gibson-two:after {
    opacity: 0;
    background-image: -webkit-linear-gradient(transparent 48.5%, rgba(255, 255, 255, 0.2) 50%);
    background-image: -moz-linear-gradient(transparent 48.5%, rgba(255, 255, 255, 0.2) 50%);
    background-size: 10px 10px;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg); }
  .animated-button.gibson-two:hover {
    background-color: #17a2b8; }
  .animated-button.gibson-two:hover:after {
    height: 600% !important;
    opacity: 1;
    color: #FFF; }

label {
  text-transform: uppercase; }

.form-group > label {
  font-weight: bold; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.2em + 1.5rem);
  padding: 0.75rem 1.5rem 0.75rem 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #675f5b;
  background-color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #675f5b; }
  .form-control:focus {
    color: #675f5b;
    background-color: #fff;
    border-color: #007dee;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #79bef9; }
  .form-control::placeholder {
    color: #675f5b;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

.has-error i {
  color: #dc3545 !important; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #675f5b;
  background-color: rgba(255, 255, 255, 0.7); }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2; }

.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.2; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #675f5b;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 25px; }

.form-control-lg {
  height: calc(1.2em + 1rem);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.2;
  border-radius: 25px; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group, .form-no-label {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #727272; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #008c4e; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 140, 78, 0.9);
  border-radius: 6px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008c4e;
  padding-right: calc(1.2em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008c4e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 0.375rem) center;
  background-size: calc(0.6em + 0.75rem) calc(0.6em + 0.75rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #008c4e;
    box-shadow: 0 0 0 5px rgba(0, 140, 78, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.2em + 1.5rem);
  background-position: top calc(0.3em + 0.375rem) right calc(0.3em + 0.375rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #008c4e;
  padding-right: calc(0.75em + 4.625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10.2' viewBox='0 0 15 10.2'%3e%3cpolyline style='fill:none;stroke:%23675f5b;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;' points='12.6,2.3 7.4,7.5 2.1,2.3'/%3e%3c/svg%3e") no-repeat right 1.5rem center/30px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008c4e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") rgba(255, 255, 255, 0.7) no-repeat center right 3.5rem/calc(0.6em + 0.75rem) calc(0.6em + 0.75rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #008c4e;
    box-shadow: 0 0 0 5px rgba(0, 140, 78, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008c4e; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #008c4e; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #008c4e; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00bf6a;
  background-color: #00bf6a; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 5px rgba(0, 140, 78, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008c4e; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008c4e; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #008c4e;
  box-shadow: 0 0 0 5px rgba(0, 140, 78, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #cb260b; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(203, 38, 11, 0.9);
  border-radius: 6px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #cb260b;
  padding-right: calc(1.2em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cb260b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cb260b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 0.375rem) center;
  background-size: calc(0.6em + 0.75rem) calc(0.6em + 0.75rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #cb260b;
    box-shadow: 0 0 0 5px rgba(203, 38, 11, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 1.5rem);
  background-position: top calc(0.3em + 0.375rem) right calc(0.3em + 0.375rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #cb260b;
  padding-right: calc(0.75em + 4.625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10.2' viewBox='0 0 15 10.2'%3e%3cpolyline style='fill:none;stroke:%23675f5b;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;' points='12.6,2.3 7.4,7.5 2.1,2.3'/%3e%3c/svg%3e") no-repeat right 1.5rem center/30px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cb260b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cb260b' stroke='none'/%3e%3c/svg%3e") rgba(255, 255, 255, 0.7) no-repeat center right 3.5rem/calc(0.6em + 0.75rem) calc(0.6em + 0.75rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #cb260b;
    box-shadow: 0 0 0 5px rgba(203, 38, 11, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #cb260b; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #cb260b; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #cb260b; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f23617;
  background-color: #f23617; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 5px rgba(203, 38, 11, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cb260b; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #cb260b; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #cb260b;
  box-shadow: 0 0 0 5px rgba(203, 38, 11, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 768px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.custom-control {
  position: relative;
  display: block;
  min-height: 2.5rem;
  padding-left: 2.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 2rem;
  height: 1.75rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #b7d1e8;
    border-color: #003a6e;
    background-color: #003a6e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .custom-control-input:checked ~ .custom-control-label::before:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #79bef9; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #007dee; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #2296ff;
    border-color: #2296ff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .custom-control-input:not(:disabled):active ~ .custom-control-label::before:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #727272; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  text-transform: none; }
  .custom-control-label::before {
    position: absolute;
    top: -0.25rem;
    left: -2.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    border: #898989 solid 0;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15); }
    .custom-control-label::before:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .custom-control-label::after {
    position: absolute;
    top: -0.25rem;
    left: -2.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 6px; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23b7d1e8' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #003a6e;
  background-color: #003a6e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23b7d1e8' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 58, 110, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 58, 110, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b7d1e8'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 58, 110, 0.5); }

.custom-switch {
  padding-left: 4rem; }
  .custom-switch .custom-control-label::before {
    left: -4rem;
    width: 3.5rem;
    pointer-events: all;
    border-radius: 1rem; }
  .custom-switch .custom-control-label::after {
    top: -0.25rem;
    left: -4rem;
    width: 2rem;
    height: 2rem;
    background-color: #898989;
    border-radius: 1rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: rgba(255, 255, 255, 0.7);
    transform: translateX(1.5rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 58, 110, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.2em + 1.5rem);
  padding: 0.75rem 3.5rem 0.75rem 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #675f5b;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.7) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10.2' viewBox='0 0 15 10.2'%3e%3cpolyline style='fill:none;stroke:%23675f5b;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;' points='12.6,2.3 7.4,7.5 2.1,2.3'/%3e%3c/svg%3e") no-repeat right 1.5rem center/30px 10px;
  border: 0 solid #ced4da;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .custom-select:focus {
    border-color: #007dee;
    outline: 0;
    box-shadow: 0 0 0 5px rgba(0, 58, 110, 0.25); }
    .custom-select:focus::-ms-value {
      color: #675f5b;
      background-color: rgba(255, 255, 255, 0.7); }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.5rem;
    background-image: none; }
  .custom-select:disabled {
    color: #e5dedc;
    background-color: #e5dedc; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #675f5b; }

.custom-select-sm {
  height: calc(1em + 0.5rem);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.2em + 1rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.2em + 1.5rem);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.2em + 1.5rem);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #007dee;
    box-shadow: 0 0 0 0.2rem #79bef9; }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.2em + 1.5rem);
  padding: 0.75rem 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #675f5b;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0 solid #ced4da;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15); }
  .custom-file-label:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.2em + 1.5rem);
    padding: 0.75rem 1.5rem;
    line-height: 1.2;
    color: #675f5b;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 25px 25px 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 10px);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #79bef9; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #79bef9; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #79bef9; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #003a6e;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #2296ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
    .custom-range::-webkit-slider-runnable-track:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #003a6e;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-moz-range-thumb:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #2296ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
    .custom-range::-moz-range-track:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #003a6e;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-ms-thumb:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #2296ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
    .custom-range::-ms-track:hover {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75); }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #898989; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #898989; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #898989; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.form-item .help-block {
  padding: 15px 15px 15px 30px;
  position: relative; }
  .form-item .help-block:before {
    content: "";
    border-left: dotted #e9ecef 3px;
    position: absolute;
    left: 15px;
    top: 0;
    width: 0;
    height: 45px; }

.form-item-captcha-response .help-block {
  display: none; }

.form-actions input[type="submit"].with-arrow-icon,
.form-actions button[type="submit"].with-arrow-icon {
  position: relative;
  padding-right: 50px; }
  .form-actions input[type="submit"].with-arrow-icon:before,
  .form-actions button[type="submit"].with-arrow-icon:before {
    content: "\35";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .form-actions input[type="submit"].with-arrow-icon:hover:before,
  .form-actions button[type="submit"].with-arrow-icon:hover:before {
    right: 10px; }

/**
--------------------------------------------------------------------------------------------------------- BG IMAGE FIELD
 */
.bg-image, .bg-image > span, .bg-image > span > div {
  width: 100%;
  height: 100%;
  min-height: 320px; }
@media (min-width: 1024px) {
  .bg-image, .bg-image > span, .bg-image > span > div {
    min-height: 480px; } }
.bg-image.bg-full-screen, .bg-image.bg-image-full {
  min-height: 50vh; }
@media (min-width: 1024px) {
  .bg-image.bg-full-screen, .bg-image.bg-image-full {
    min-height: 100vh; } }
.bg-image.bg-half-height, .bg-image.bg-image-half {
  height: 50vh; }
.bg-image {
  position: relative;
  /**
  ---------absolutes
   */ }
  @media (max-width: 1023.98px) {
    .bg-image.bg-image-only-big {
      display: none; } }
  @media (min-width: 1024px) {
    .bg-image {
      margin-bottom: 0; } }
  .bg-image > span, .bg-image > span > div {
    position: absolute; }
  @media (min-width: 1024px) {
    .bg-image.bg-no-min-height, .bg-image.bg-auto-height {
      min-height: 0; }
      .bg-image.bg-no-min-height > span, .bg-image.bg-no-min-height > span > div, .bg-image.bg-auto-height > span, .bg-image.bg-auto-height > span > div {
        min-height: 0; } }
  @media (min-width: 1024px) {
    .bg-image.bg-md-absolute {
      position: absolute;
      height: 100%;
      left: 0;
      top: 0; } }

/*
 * background positions
 * --------------------------------------------------
 */
.bg-lt {
  background-position: left top; }

.bg-lc {
  background-position: left center; }

.bg-lb {
  background-position: left bottom; }

.bg-rt {
  background-position: right top; }

.bg-rc {
  background-position: right center; }

.bg-rb {
  background-position: right bottom; }

.bg-ct {
  background-position: center top; }

.bg-cc {
  background-position: center center; }

.bg-cb {
  background-position: center bottom; }

/*
 * background size
 * --------------------------------------------------
 */
.bg-stretch {
  background-size: 100%  100%; }

.bg-contain {
  background-size: contain; }

.bg-cover {
  background-size: cover; }

/*
 * background scroll
 * --------------------------------------------------
 */
@media (min-width: 1025px) {
  .bg-fixed {
    background-attachment: fixed; } }
.bg-scroll {
  background-attachment: scroll; }

/*
 * background repeat
 * --------------------------------------------------
 */
.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat {
  background-repeat: repeat; }

.bg-repeat-x {
  background-repeat: repeat-x; }

.bg-repeat-y {
  background-repeat: repeat-y; }

/*
 * bg ROW - definisce l'altezza del background come percentuale dell'altezza del contenitore, la larghezza è relativa
 * --------------------------------------------------
 */
@media (max-width: 375px) {
  .bg-row-xxs-12 {
    background-size: auto  100%; }

  .bg-row-xxs-11 {
    background-size: auto  91.66666667%; }

  .bg-row-xxs-10 {
    background-size: auto  83.33333333%; }

  .bg-row-xxs-9 {
    background-size: auto  75%; }

  .bg-row-xxs-8 {
    background-size: auto  66.66666667%; }

  .bg-row-xxs-7 {
    background-size: auto  58.33333333%; }

  .bg-row-xxs-6 {
    background-size: auto  50%; }

  .bg-row-xxs-5 {
    background-size: auto  41.66666667%; }

  .bg-row-xxs-4 {
    background-size: auto  33.33333333%; }

  .bg-row-xxs-3 {
    background-size: auto  25%; }

  .bg-row-xxs-2 {
    background-size: auto  16.66666667%; }

  .bg-row-xxs-1 {
    background-size: auto  8.33333333%; } }
@media (min-width: 376px) {
  .bg-row-xs-12 {
    background-size: auto  100%; }

  .bg-row-xs-11 {
    background-size: auto  91.66666667%; }

  .bg-row-xs-10 {
    background-size: auto  83.33333333%; }

  .bg-row-xs-9 {
    background-size: auto  75%; }

  .bg-row-xs-8 {
    background-size: auto  66.66666667%; }

  .bg-row-xs-7 {
    background-size: auto  58.33333333%; }

  .bg-row-xs-6 {
    background-size: auto  50%; }

  .bg-row-xs-5 {
    background-size: auto  41.66666667%; }

  .bg-row-xs-4 {
    background-size: auto  33.33333333%; }

  .bg-row-xs-3 {
    background-size: auto  25%; }

  .bg-row-xs-2 {
    background-size: auto  16.66666667%; }

  .bg-row-xs-1 {
    background-size: auto  8.33333333%; } }
@media (min-width: 768px) {
  .bg-row-sm-12 {
    background-size: auto  100%; }

  .bg-row-sm-11 {
    background-size: auto  91.66666667%; }

  .bg-row-sm-10 {
    background-size: auto  83.33333333%; }

  .bg-row-sm-9 {
    background-size: auto  75%; }

  .bg-row-sm-8 {
    background-size: auto  66.66666667%; }

  .bg-row-sm-7 {
    background-size: auto  58.33333333%; }

  .bg-row-sm-6 {
    background-size: auto  50%; }

  .bg-row-sm-5 {
    background-size: auto  41.66666667%; }

  .bg-row-sm-4 {
    background-size: auto  33.33333333%; }

  .bg-row-sm-3 {
    background-size: auto  25%; }

  .bg-row-sm-2 {
    background-size: auto  16.66666667%; }

  .bg-row-sm-1 {
    background-size: auto  8.33333333%; } }
@media (min-width: 1006px) {
  .bg-row-md-12 {
    background-size: auto  100%; }

  .bg-row-md-11 {
    background-size: auto  91.66666667%; }

  .bg-row-md-10 {
    background-size: auto  83.33333333%; }

  .bg-row-md-9 {
    background-size: auto  75%; }

  .bg-row-md-8 {
    background-size: auto  66.66666667%; }

  .bg-row-md-7 {
    background-size: auto  58.33333333%; }

  .bg-row-md-6 {
    background-size: auto  50%; }

  .bg-row-md-5 {
    background-size: auto  41.66666667%; }

  .bg-row-md-4 {
    background-size: auto  33.33333333%; }

  .bg-row-md-3 {
    background-size: auto  25%; }

  .bg-row-md-2 {
    background-size: auto  16.66666667%; }

  .bg-row-md-1 {
    background-size: auto  8.33333333%; } }
@media (min-width: 1200px) {
  .bg-row-lg-12 {
    background-size: auto  100%; }

  .bg-row-lg-11 {
    background-size: auto  91.66666667%; }

  .bg-row-lg-10 {
    background-size: auto  83.33333333%; }

  .bg-row-lg-9 {
    background-size: auto  75%; }

  .bg-row-lg-8 {
    background-size: auto  66.66666667%; }

  .bg-row-lg-7 {
    background-size: auto  58.33333333%; }

  .bg-row-lg-6 {
    background-size: auto  50%; }

  .bg-row-lg-5 {
    background-size: auto  41.66666667%; }

  .bg-row-lg-4 {
    background-size: auto  33.33333333%; }

  .bg-row-lg-3 {
    background-size: auto  25%; }

  .bg-row-lg-2 {
    background-size: auto  16.66666667%; }

  .bg-row-lg-1 {
    background-size: auto  8.33333333%; } }
/*
 * bg COL - definisce la larghezza del background come percentuale della larghezza del contenitore, l'altezza è relativa
 * --------------------------------------------------
 */
@media (max-width: 767px) {
  .bg-col-xs-12 {
    background-size: 100% auto; }

  .bg-col-xs-11 {
    background-size: 91.66666667% auto; }

  .bg-col-xs-10 {
    background-size: 83.33333333% auto; }

  .bg-col-xs-9 {
    background-size: 75% auto; }

  .bg-col-xs-8 {
    background-size: 66.66666667% auto; }

  .bg-col-xs-7 {
    background-size: 58.33333333% auto; }

  .bg-col-xs-6 {
    background-size: 50% auto; }

  .bg-col-xs-5 {
    background-size: 41.66666667% auto; }

  .bg-col-xs-4 {
    background-size: 33.33333333% auto; }

  .bg-col-xs-3 {
    background-size: 25% auto; }

  .bg-col-xs-2 {
    background-size: 16.66666667% auto; }

  .bg-col-xs-1 {
    background-size: 8.33333333% auto; } }
@media (min-width: 768px) {
  .bg-col-sm-12 {
    background-size: 100% auto; }

  .bg-col-sm-11 {
    background-size: 91.66666667% auto; }

  .bg-col-sm-10 {
    background-size: 83.33333333% auto; }

  .bg-col-sm-9 {
    background-size: 75% auto; }

  .bg-col-sm-8 {
    background-size: 66.66666667% auto; }

  .bg-col-sm-7 {
    background-size: 58.33333333% auto; }

  .bg-col-sm-6 {
    background-size: 50% auto; }

  .bg-col-sm-5 {
    background-size: 41.66666667% auto; }

  .bg-col-sm-4 {
    background-size: 33.33333333% auto; }

  .bg-col-sm-3 {
    background-size: 25% auto; }

  .bg-col-sm-2 {
    background-size: 16.66666667% auto; }

  .bg-col-sm-1 {
    background-size: 8.33333333% auto; } }
@media (min-width: 992px) {
  .bg-col-md-12 {
    background-size: 100% auto; }

  .bg-col-md-11 {
    background-size: 91.66666667% auto; }

  .bg-col-md-10 {
    background-size: 83.33333333% auto; }

  .bg-col-md-9 {
    background-size: 75% auto; }

  .bg-col-md-8 {
    background-size: 66.66666667% auto; }

  .bg-col-md-7 {
    background-size: 58.33333333% auto; }

  .bg-col-md-6 {
    background-size: 50% auto; }

  .bg-col-md-5 {
    background-size: 41.66666667% auto; }

  .bg-col-md-4 {
    background-size: 33.33333333% auto; }

  .bg-col-md-3 {
    background-size: 25% auto; }

  .bg-col-md-2 {
    background-size: 16.66666667% auto; }

  .bg-col-md-1 {
    background-size: 8.33333333% auto; } }
@media (min-width: 1200px) {
  .bg-col-lg-12 {
    background-size: 100% auto; }

  .bg-col-lg-11 {
    background-size: 91.66666667% auto; }

  .bg-col-lg-10 {
    background-size: 83.33333333% auto; }

  .bg-col-lg-9 {
    background-size: 75% auto; }

  .bg-col-lg-8 {
    background-size: 66.66666667% auto; }

  .bg-col-lg-7 {
    background-size: 58.33333333% auto; }

  .bg-col-lg-6 {
    background-size: 50% auto; }

  .bg-col-lg-5 {
    background-size: 41.66666667% auto; }

  .bg-col-lg-4 {
    background-size: 33.33333333% auto; }

  .bg-col-lg-3 {
    background-size: 25% auto; }

  .bg-col-lg-2 {
    background-size: 16.66666667% auto; }

  .bg-col-lg-1 {
    background-size: 8.33333333% auto; } }
/*
 * background hide
 * --------------------------------------------------
 */
@media (max-width: 767px) {
  .bg-xs-hide {
    background-image: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bg-sm-hide {
    background-image: none; } }
@media (min-width: 992px) and (max-width: 1023px) {
  .bg-md-hide {
    background-image: none; } }
@media (min-width: 1006px) {
  .bg-lg-hide {
    background-image: none; } }
/*
 * background visibility
 * --------------------------------------------------
 */
.bg-hide {
  background-image: none; }

@media (max-width: 767px) {
  .bg-sm-show {
    background-image: none !important; } }
@media (max-width: 991px) {
  .bg-md-show {
    background-image: none !important; } }
@media (max-width: 1023px) {
  .bg-lg-show {
    background-image: none !important; } }
.reference-grid {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 9000; }
  .reference-grid * {
    height: 100vh; }
  .reference-grid .col-odd div,
  .reference-grid .col-even div {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2); }
  .reference-grid .col-odd {
    background-color: rgba(255, 0, 0, 0.2); }
  .reference-grid .col-even {
    background-color: rgba(128, 128, 128, 0.2); }
  .reference-grid.hide-grid {
    height: 0px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    position: relative;
    overflow: hidden; }

#grid-toggle {
  background-color: #000;
  font-family: arial, sans;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  padding: 15px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -39px;
  z-index: 9000; }

/**
-------------OWL
 */
/**
-------------HAMBURGER
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #003a6e; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #003a6e;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/**
----------admin menu fix
 */
#toolbar-administration {
  position: relative; }

#toolbar-administration, .toolbar-fixed, #toolbar-administration .dropdown {
  z-index: 1032; }

#overlay-container, .overlay-modal-background, .overlay-element {
  z-index: 1031; }

.adminimal-menu .fixed-top {
  top: 29px; }

.krumo-root, .krumo-root * {
  font-size: 11px !important; }

.clear-both {
  clear: both; }

/**
=============================================
ICONS
 */
.fp-icon {
  display: inline-block; }
  .fp-icon i {
    font-size: 96px;
    line-height: 96px; }
    @media (min-width: 1920px) {
      .fp-icon i {
        font-size: 118px;
        line-height: 118px; } }
  .fp-icon .e-icon {
    font-size: 18px;
    line-height: 18px; }
    @media (min-width: 1920px) {
      .fp-icon .e-icon {
        font-size: 48px;
        line-height: 48px; } }

.fp-icon-medium i {
  font-size: 72px;
  line-height: 72px; }
  @media (min-width: 1920px) {
    .fp-icon-medium i {
      font-size: 96px;
      line-height: 96px; } }

.fp-icon-small i {
  font-size: 48px;
  line-height: 48px; }
  @media (min-width: 1920px) {
    .fp-icon-small i {
      font-size: 48px;
      line-height: 48px; } }
.fp-icon-small .e-icon {
  font-size: 18px;
  line-height: 18px; }
  @media (min-width: 1920px) {
    .fp-icon-small .e-icon {
      font-size: 22px;
      line-height: 22px; } }

.fp-icon-bigger i {
  font-size: 72px;
  line-height: 72px; }
  @media (min-width: 1920px) {
    .fp-icon-bigger i {
      font-size: 190px;
      line-height: 190px; } }

.rounded-icon {
  border-radius: 50%;
  overflow: hidden; }
  .rounded-icon, .rounded-icon i {
    width: 96px;
    height: 96px;
    line-height: 96px;
    vertical-align: middle;
    text-align: center; }
  @media (min-width: 1920px) {
    .rounded-icon, .rounded-icon i {
      width: 118px;
      height: 118px;
      line-height: 118px;
      vertical-align: middle;
      text-align: center; } }

.rounded-icon.fp-icon-medium, .rounded-icon.fp-icon-medium i {
  width: 72px;
  height: 72px;
  line-height: 72px; }
@media (min-width: 1920px) {
  .rounded-icon.fp-icon-medium, .rounded-icon.fp-icon-medium i {
    width: 96px;
    height: 96px;
    line-height: 96px; } }

.rounded-icon.fp-icon-small, .rounded-icon.fp-icon-small i {
  width: 48px;
  height: 48px;
  line-height: 43.2px; }
@media (min-width: 1920px) {
  .rounded-icon.fp-icon-small, .rounded-icon.fp-icon-small i {
    width: 48px;
    height: 48px;
    line-height: 43.2px; } }

.rounded-icon.fp-icon-bigger, .rounded-icon.fp-icon-bigger i {
  width: 96px;
  height: 96px;
  line-height: 96px; }
@media (min-width: 1920px) {
  .rounded-icon.fp-icon-bigger, .rounded-icon.fp-icon-bigger i {
    width: 190px;
    height: 190px;
    line-height: 190px; } }

.neg-marg-top-custom {
  margin-top: -2rem; }
  @media (min-width: 1920px) {
    .neg-marg-top-custom {
      margin-top: -6rem; } }

hr {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.navbar .menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .navbar .menu li {
    margin: 0;
    padding: 0; }

img {
  max-width: 100%;
  height: auto; }

/**
=============================================
HEADER
 */
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1030;
  display: flex;
  background-color: #fff; }
  @media (min-width: 1366px) {
    #header {
      align-items: center; }
      .toolbar-fixed #header {
        top: 80px; } }
  #header .dropdown-menu {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.75); }

.main-container {
  position: relative;
  z-index: 1; }

.max-w-container {
  max-width: 1270px; }

body {
  padding-top: 58px; }
  @media (min-width: 768px) {
    body {
      padding-top: 90px; } }
  @media (min-width: 768px) {
    body.toolbar-fixed {
      padding-top: 170px !important; } }

.navbar-header {
  max-width: 150px; }
  @media (min-width: 768px) {
    .navbar-header {
      max-width: 250px; } }
  .navbar-header .logo {
    display: block; }
    .navbar-header .logo img {
      max-width: 100%;
      height: auto; }

.navbar .menu {
  /**--------*/
  /**--------*/
  /**---------*/ }
  @media (min-width: 1366px) {
    .navbar .menu {
      display: flex; } }
  .navbar .menu .nav-item > a {
    padding: 15px;
    min-height: 52px;
    text-transform: uppercase;
    position: relative;
    display: block; }
    @media (min-width: 1366px) and (max-width: 1919.98px) {
      .navbar .menu .nav-item > a {
        font-size: 13px;
        padding: 15px 8px; } }
    .navbar .menu .nav-item > a:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 4px;
      background-color: #b7d1e8;
      transition: all 0.2s; }
    .navbar .menu .nav-item > a.active::after, .navbar .menu .nav-item > a.active-trail::after, .navbar .menu .nav-item > a:hover::after {
      width: 100%; }
    .navbar .menu .nav-item > a.active::after, .navbar .menu .nav-item > a.active-trail::after {
      background-color: #79bef9; }
  .navbar .menu .nav-item.dropdown.show > a {
    z-index: 1001;
    background-color: #003a6e;
    color: #fff; }
    .navbar .menu .nav-item.dropdown.show > a::after {
      background-color: transparent; }
  @media (min-width: 1366px) {
    .navbar .menu .nav-item.first > a {
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: '';
      width: 48px;
      overflow: hidden;
      text-indent: -9999px;
      position: relative; }
      .navbar .menu .nav-item.first > a:before {
        text-align: center;
        display: block;
        width: 48px;
        min-height: 52px;
        position: absolute;
        left: 0;
        top: 0;
        content: "\e074";
        text-indent: 0;
        line-height: 52px; } }

.navbar-right {
  display: flex;
  align-items: center; }

.login-toggle {
  padding-left: 3.5rem !important;
  padding-right: 1.5rem !important; }
  .login-toggle i {
    left: 0.8em !important;
    font-size: 22px; }

/**
=============================================
borders
 */
@media (min-width: 768px) {
  .col-border-sm:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    border-left: dotted 6px #e5dedc;
    width: 6px;
    height: 100%; } }
@media (min-width: 1024px) {
  .col-border-md:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    border-left: dotted 6px #e5dedc;
    width: 6px;
    height: 100%; } }
@media (min-width: 1366px) {
  .col-border-lg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    border-left: dotted 6px #e5dedc;
    width: 6px;
    height: 100%; } }
.dotted-border-bottom {
  border-bottom: dotted 2px #e5dedc;
  margin-bottom: 2.5rem; }

.dotted-border-top {
  border-top: dotted 2px #e5dedc;
  padding-top: 2.5rem; }

/**
main column border
 */
@media (min-width: 1024px) {
  .main-column:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 1px;
    height: 100%;
    border-right: dotted 3px #e5dedc; } }
@media (min-width: 1366px) {
  .main-column:after {
    right: -60px; } }

/**
=============================================
shadows-hover
 */
.shadow-sm, .shadow, .node-confidential-file .file-link, .node-focus.teaser-smaller img,
.node-blog-post.teaser-smaller img, .front .node-focus.teaser-smaller img,
.front .node-blog-post.teaser-smaller img, .node-blog-post .paragraph .par-image img, .node-blog-post .body-field img, .shadow-lg {
  transition: box-shadow 0.4s; }

.shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.75) !important; }

.shadow:hover, .node-confidential-file .file-link:hover, .node-focus.teaser-smaller img:hover,
.node-blog-post.teaser-smaller img:hover, .node-blog-post .paragraph .par-image img:hover, .node-blog-post .body-field img:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75) !important; }

.shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.75) !important; }

.shadow-none:hover {
  box-shadow: none !important; }

/**
=============================================
block link
 */
@keyframes movingDots {
  0% {
    letter-spacing: 0.04em;
    right: 0px; }
  25% {
    letter-spacing: 0.04em;
    right: 1.4em; }
  50% {
    letter-spacing: 0.4em;
    right: -0.2em; }
  75% {
    letter-spacing: 0.04em;
    right: 0px; }
  /*50%  {letter-spacing: 0.04em; right: 30px}
  75%  {letter-spacing: 1em;  right: 0px}
  100% {letter-spacing: 0.04em; right: 0px}*/ }
.block-link {
  position: relative;
  display: block;
  height: 100%; }
  .block-link .block-link-content {
    display: block;
    padding: 30px 15px; }
    @media (min-width: 1920px) {
      .block-link .block-link-content {
        padding: 30px; } }
  .block-link .block-link-icon {
    display: block;
    opacity: 0.5; }
    .block-link .block-link-icon i {
      font-size: 72px;
      line-height: 72px; }
  .block-link.w-icon .block-link-content {
    padding-top: 76.8px; }
    @media (min-width: 1920px) {
      .block-link.w-icon .block-link-content {
        padding-top: 82.6px; } }
  .block-link.w-icon-medium .block-link-content {
    padding-top: 72px; }
    @media (min-width: 768px) {
      .block-link.w-icon-medium .block-link-content {
        padding-top: 76.8px; } }
    @media (min-width: 1920px) {
      .block-link.w-icon-medium .block-link-content {
        padding-top: 76.8px; } }
  .block-link.w-icon-small .block-link-content {
    padding-top: 48px; }
    @media (min-width: 1920px) {
      .block-link.w-icon-small .block-link-content {
        padding-top: 38.4px; } }
  .block-link > .fp-icon {
    position: absolute;
    left: -18px;
    top: -18px;
    transition: all 0.4s; }
    @media (min-width: 1920px) {
      .block-link > .fp-icon {
        left: -24px;
        top: -36px; } }
  .block-link.right-icon > .fp-icon {
    right: -18px;
    left: auto; }
    @media (min-width: 1920px) {
      .block-link.right-icon > .fp-icon {
        right: -24px; } }
  .block-link > .fp-icon-small {
    left: -12px;
    top: -12px; }
    @media (min-width: 1920px) {
      .block-link > .fp-icon-small {
        left: -16px;
        top: -16px; } }

a.block-link:after {
  content: '...';
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: right;
  margin-right: 0;
  transform: translateX(-15px); }
a.block-link:hover > .fp-icon {
  transform: translateY(-10px); }
a.block-link:hover::after {
  animation-name: movingDots;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

/**
=============================================
DROP CAPS
 */
.caps {
  position: relative;
  margin-top: -14px; }
  .caps .letter {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    overflow: hidden;
    display: block;
    text-align: center; }
  .caps .dots {
    font-weight: bold;
    position: absolute;
    left: 48px;
    top: 12px;
    font-size: 36px;
    letter-spacing: 0em;
    line-height: 4px;
    display: none; }
    @media (min-width: 768px) {
      .caps .dots {
        display: block; } }

/**
=============================================
entry date
 */
.node-blog-post.teaser-small .post-image,
.node-focus.teaser-small .post-image,
.entry-date {
  height: 82px;
  width: 82px; }
  @media (min-width: 1920px) {
    .node-blog-post.teaser-small .post-image,
    .node-focus.teaser-small .post-image,
    .entry-date {
      height: 100px;
      width: 100px; } }

p strong {
  color: #003a6e; }

.text-white p strong,
.color-white p strong,
.slide-new.template_2 h2 p strong {
  color: #79bef9; }
.text-white a,
.color-white a,
.slide-new.template_2 h2 a {
  color: #79bef9; }

.form-item {
  position: relative; }
  .form-item i {
    position: absolute;
    left: 0.8em;
    top: 0.8em;
    font-size: 1.2em;
    color: #675f5b; }

/**
=============================================
entry header POSTS
 */
.teaser-big .entry-header,
.node-teaser-big .entry-header {
  position: relative; }
  .teaser-big .entry-header .entry-image,
  .node-teaser-big .entry-header .entry-image {
    position: relative;
    max-width: 80%; }
    .teaser-big .entry-header .entry-image:before,
    .node-teaser-big .entry-header .entry-image:before {
      content: '';
      background-image: url("../img/focus-01.svg");
      background-size: auto 50%;
      background-repeat: no-repeat;
      background-position: top right;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 15;
      width: 100%;
      height: 100%; }
    @media (min-width: 768px) {
      .teaser-big .entry-header .entry-image img,
      .node-teaser-big .entry-header .entry-image img {
        position: relative;
        z-index: 5; }
      .teaser-big .entry-header .entry-image:after,
      .node-teaser-big .entry-header .entry-image:after {
        content: '';
        background-image: url("../img/image_overlay_01-01-01.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        opacity: 0.5; } }
  .teaser-big .entry-header .entry-title,
  .node-teaser-big .entry-header .entry-title {
    display: block;
    clear: both; }
    @media (min-width: 768px) {
      .teaser-big .entry-header .entry-title,
      .node-teaser-big .entry-header .entry-title {
        position: absolute;
        bottom: 1rem;
        max-width: 350px;
        padding-left: 30px;
        z-index: 20;
        left: 280px; } }
.teaser-big .entry-content,
.node-teaser-big .entry-content {
  position: relative; }
  @media (min-width: 768px) {
    .teaser-big .entry-content,
    .node-teaser-big .entry-content {
      padding-left: 20%; } }

.rounded-image img {
  border-radius: 50%; }

#modalBackdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
  z-index: 1200 !important; }

#modalContent {
  z-index: 1200 !important; }

@media (max-width: 1919.98px) {
  .modal-dialog {
    width: auto !important; } }

.modal-default {
  padding-top: 60px;
  /*top: 0 !important;
  left: 0 !important;*/
  width: 100% !important;
  height: 100vh !important; }

.modal-open .modal-default {
  overflow-x: hidden;
  overflow-y: auto; }

.ctools-close-modal {
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 2em;
  width: 48px;
  height: 48px;
  line-height: 37px;
  z-index: 2500 !important;
  display: block;
  padding: 0;
  border: solid 4px #fff;
  text-align: center; }

/**
===================
 */
.node-focus.node-full .entry-header {
  background-image: url("../img/generic_bg_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 1366px) {
    .node-focus.node-full .entry-header {
      background-attachment: fixed; } }
.node-focus.node-full .post-image {
  position: relative;
  min-height: 320px; }
  .node-focus.node-full .post-image:before {
    content: '';
    background-image: url("../img/focus-01.svg");
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%; }

.node-news.node-full .post-image {
  min-height: 320px;
  background-image: url("../img/mask-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right; }
  .node-news.node-full .post-image #news-header-container {
    height: 320px;
    width: auto;
    position: absolute;
    right: 5px;
    bottom: 5px; }
  .node-news.node-full .post-image .news-type {
    font-weight: bold;
    color: #003a6e;
    fill: #003a6e;
    text-transform: uppercase; }

.node-focus.node-teaser .post-image,
.node-news.node-teaser .post-image {
  height: 120px;
  background-image: url("../img/mask-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right; }
  @media (min-width: 768px) {
    .node-focus.node-teaser .post-image,
    .node-news.node-teaser .post-image {
      height: 168px; } }
  .node-focus.node-teaser .post-image #news-header-container,
  .node-news.node-teaser .post-image #news-header-container {
    height: 120px;
    width: auto;
    position: absolute;
    right: 5px;
    bottom: 5px; }
    @media (min-width: 768px) {
      .node-focus.node-teaser .post-image #news-header-container,
      .node-news.node-teaser .post-image #news-header-container {
        height: 168px; } }
  .node-focus.node-teaser .post-image .news-type,
  .node-news.node-teaser .post-image .news-type {
    font-weight: bold;
    color: #003a6e;
    fill: #003a6e;
    text-transform: uppercase; }
.node-focus.node-teaser .entry-date,
.node-news.node-teaser .entry-date {
  height: 120px; }
  @media (min-width: 768px) {
    .node-focus.node-teaser .entry-date,
    .node-news.node-teaser .entry-date {
      height: 168px; } }

/**
Tipography NODE FULL
 */
.node-full > .entry-content h2, .node-full > .entry-content h3, .node-full > .entry-content h4 {
  color: #003a6e;
  margin-bottom: 30px; }
.node-full > .entry-content h4 {
  text-transform: uppercase;
  color: #c5b9b3; }
.node-full > .entry-content p + h2, .node-full > .entry-content p + h3, .node-full > .entry-content p + h4 {
  margin-top: 60px; }
.node-full > .entry-content a {
  color: #3090e2;
  font-weight: bold; }
.node-full > .entry-content blockquote {
  margin-bottom: 30px;
  display: block;
  padding: 15px 30px;
  border-left: solid 3px #003a6e;
  font-style: italic; }
  .node-full > .entry-content blockquote p {
    margin: 0; }
.node-full > .entry-attachments {
  padding: 30px;
  background-color: #f5f5f4; }

/**
----------pager
 */
.pager-wrapper {
  padding-bottom: 30px; }
  .pager-wrapper > ul {
    padding-left: 30px; }
  .pager-wrapper li > a, .pager-wrapper li > span {
    display: block;
    text-align: right;
    width: 48px;
    height: 48px;
    padding: 20px 5px 5px 5px;
    background-color: #f5f5f4;
    color: #675f5b;
    font-weight: bold;
    font-size: 18px;
    margin: 1px; }
  .pager-wrapper a:hover {
    background-color: #675f5b !important;
    color: #fff;
    text-decoration: none; }
  .pager-wrapper .active > a, .pager-wrapper .active > span, .pager-wrapper .is-active > a, .pager-wrapper .is-active > span {
    background-color: #003a6e;
    color: #fff; }

/**
=============================================
taxonomy menu
 */
/*
<div id="block-taxonomy-menu-block-1" class="block block-taxonomy-menu-block contextual-links-region clearfix">

  <div class="contextual-links-wrapper contextual-links-processed"><a class="contextual-links-trigger" href="#">Configura</a>
    <ul class="contextual-links">
      <li class="block-configure first last"><a href="/admin/structure/block/manage/taxonomy_menu_block/1/configure?destination=taxonomy/term/8">Configura blocco</a></li>
    </ul>
  </div>
  <ul>
    <li class="first active"><a href="/documentazione/dal-fondo">Dal Fondo</a></li>
    <li><a href="/documentazione/circolari-e-bilanci">Circolari e Bilanci</a></li>
    <li class="last"><a href="/documentazione/normativa">Normativa</a>
      <ul>
        <li class="first"><a href="/documentazione/normativa-principale">Normativa Principale</a></li>
        <li><a href="/documentazione/normativa-europea">Normativa Europea</a></li>
        <li class="last"><a href="/documentazione/normativa-secondaria-covip">Normativa Secondaria COVIP</a></li>
      </ul>
    </li>
  </ul>
</div>
 */
.block-menu-block ul, #block-views-block-blog-taxonomies-block-1 ul,
#block-fp-blog-fp-blog-heading-links ul,
#block-views-blog-taxonomies-block ul,
.block-taxonomy-menu-block ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .block-menu-block ul ul, #block-views-block-blog-taxonomies-block-1 ul ul,
  #block-fp-blog-fp-blog-heading-links ul ul,
  #block-views-blog-taxonomies-block ul ul,
  .block-taxonomy-menu-block ul ul {
    margin-left: 30px; }
    .block-menu-block ul ul a, #block-views-block-blog-taxonomies-block-1 ul ul a,
    #block-fp-blog-fp-blog-heading-links ul ul a,
    #block-views-blog-taxonomies-block ul ul a,
    .block-taxonomy-menu-block ul ul a {
      padding: 5px 30px; }
      .block-menu-block ul ul a:before, #block-views-block-blog-taxonomies-block-1 ul ul a:before,
      #block-fp-blog-fp-blog-heading-links ul ul a:before,
      #block-views-blog-taxonomies-block ul ul a:before,
      .block-taxonomy-menu-block ul ul a:before {
        background-color: #e5dedc;
        top: 12px; }
.block-menu-block a, #block-views-block-blog-taxonomies-block-1 a,
#block-fp-blog-fp-blog-heading-links a,
#block-views-blog-taxonomies-block a,
.block-taxonomy-menu-block a {
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 10px 30px; }
  .block-menu-block a:before, #block-views-block-blog-taxonomies-block-1 a:before,
  #block-fp-blog-fp-blog-heading-links a:before,
  #block-views-blog-taxonomies-block a:before,
  .block-taxonomy-menu-block a:before {
    content: '';
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: #c5b9b3;
    left: 0;
    top: 17px; }
.block-menu-block .active > a, #block-views-block-blog-taxonomies-block-1 .active > a,
#block-fp-blog-fp-blog-heading-links .active > a,
#block-views-blog-taxonomies-block .active > a, .block-menu-block a.active, #block-views-block-blog-taxonomies-block-1 a.active,
#block-fp-blog-fp-blog-heading-links a.active,
#block-views-blog-taxonomies-block a.active,
.block-menu-block .is-active > a,
#block-views-block-blog-taxonomies-block-1 .is-active > a,
#block-fp-blog-fp-blog-heading-links .is-active > a,
#block-views-blog-taxonomies-block .is-active > a, .block-menu-block a.is-active, #block-views-block-blog-taxonomies-block-1 a.is-active,
#block-fp-blog-fp-blog-heading-links a.is-active,
#block-views-blog-taxonomies-block a.is-active,
.block-taxonomy-menu-block .active > a,
.block-taxonomy-menu-block a.active,
.block-taxonomy-menu-block .is-active > a,
.block-taxonomy-menu-block a.is-active {
  font-weight: bold; }

.node-slide {
  background: #f5f5f4;
  background: -moz-linear-gradient(180deg, #f5f5f4 0%, rgba(245, 245, 244, 0) 100%);
  background: -webkit-linear-gradient(180deg, #f5f5f4 0%, rgba(245, 245, 244, 0) 100%);
  background: linear-gradient(180deg, #f5f5f4 0%, rgba(245, 245, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f4", endColorstr="#f5f5f4", GradientType=1);
  position: relative;
  min-height: 461px; }

@media (max-width: 1023.98px) {
  .slide-bg {
    overflow: hidden;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px; }
    .slide-bg .slide-bg-col {
      padding: 0;
      width: 100%; }
    .slide-bg .row, .slide-bg .node-blog-post .paragraph.with-image, .node-blog-post .slide-bg .paragraph.with-image {
      margin-left: -60px;
      margin-right: -60px;
      /* width: 100%;*/ } }
/**
==================================NEW SLIDE
 */
.slide-new {
  overflow: hidden;
  position: relative; }
  .slide-new .slide-photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden; }
    .slide-new .slide-photo img {
      width: 35%;
      height: auto;
      border-radius: 50%;
      position: absolute;
      top: -30%;
      right: 10%; }
    .slide-new .slide-photo svg {
      width: 85%;
      height: auto;
      position: absolute;
      top: -0%;
      right: -2%;
      z-index: 2; }
  .slide-new .slide-content {
    position: relative;
    z-index: 10; }
    .slide-new .slide-content .row, .slide-new .slide-content .node-blog-post .paragraph.with-image, .node-blog-post .slide-new .slide-content .paragraph.with-image {
      min-height: 60vh; }
  .slide-new.template_1 {
    background-image: url("../img/slide_bg/slide_new_bg_01.jpg");
    background-color: #F5F5F4; }
  .slide-new.template_2 {
    background-image: url("../img/slide_bg/slide_new_bg_02.jpg");
    background-color: #F5F5F4; }

@media (min-width: 1024px) {
  #carousel-responsive {
    padding: 1rem 3rem; } }
#carousel-responsive .node {
  padding: 3rem 0; }
  @media (min-width: 1024px) {
    #carousel-responsive .node {
      padding: 1rem 3rem; } }

#node-47 h2 {
  font-family: 'F Script' !important;
  color: #675f5b !important;
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 65px;
  line-height: 45px; }
  @media (min-width: 768px) {
    #node-47 h2 {
      font-size: 65px;
      line-height: 75px; } }
  @media (min-width: 1024px) {
    #node-47 h2 {
      font-size: 45px;
      line-height: 55px; } }
  @media (min-width: 1366px) {
    #node-47 h2 {
      font-size: 65px;
      line-height: 75px; } }
  @media (min-width: 1920px) {
    #node-47 h2 {
      font-size: 80px;
      line-height: 90px; } }

#user-pass,
#user-login-form,
#user-login {
  max-width: 600px;
  margin: 30px auto;
  padding-top: 130px;
  background-image: url("../img/login_screen.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: top right; }

.sidebar > .node {
  margin-bottom: 2rem; }

/**
--------------------------CONTACT FORM
 */
@media (min-width: 1024px) {
  #subform {
    background-image: url("../img/contact-modal-bg_01.jpg");
    background-repeat: no-repeat;
    background-position: top left; } }

#contact-page {
  max-width: 600px;
  margin: 30px 0 30px 0;
  overflow-x: hidden; }
  @media (min-width: 1366px) {
    #contact-page {
      padding: 15px 60px; } }

#block-fp-contact-confirmation-block #subform {
  background-image: none; }

.grippie {
  display: none !important; }

.form-item-adult {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0; }

#node-3229 #subform {
  background-image: none !important; }
#node-3229 .contact-info {
  display: none; }
#node-3229 .paragraph ul li {
  padding: 5px 0; }

.captcha {
  margin-bottom: 15px; }
  @media (min-width: 1366px) {
    .captcha {
      display: flex; }
      .captcha img {
        flex: 0 0 180px;
        margin-right: 15px;
        max-width: 180px;
        height: auto; } }

/**
-----------
 */
.node-contact {
  max-width: 600px;
  margin: 30px auto;
  padding: 15px;
  border: dashed 2px #e5dedc;
  border-radius: 10px; }
  .node-contact .contact-sender ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none; }
    .node-contact .contact-sender ul li {
      border-bottom: dotted 2px #e5dedc; }
  .node-contact .contact-sender span {
    display: inline-block;
    width: 100px;
    font-size: 10px;
    text-transform: uppercase; }
  .node-contact .contact-object {
    padding: 0px 0 15px; }
  .node-contact .contact-message span {
    display: block;
    padding: 5px 0; }

.fp-graph {
  max-width: 800px; }
  .fp-graph svg {
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .fp-graph #line {
    stroke: #000;
    fill: none;
    stroke-width: 4px; }
  .fp-graph .axis-base {
    stroke: #675f5b;
    fill: none;
    stroke-width: 1px; }
  .fp-graph .axis {
    stroke: #675f5b;
    fill: none;
    stroke-width: 1px;
    stroke-dasharray: 5 5;
    opacity: 0.75; }
  .fp-graph .axis-horizontal {
    stroke-dasharray: 2 2;
    opacity: 0.75; }
  .fp-graph .plot {
    stroke: #3090e2;
    fill: none;
    stroke-width: 1px; }
  .fp-graph .plot-2 {
    stroke: #003a6e;
    fill: none;
    stroke-width: 1px; }
  .fp-graph .label {
    font-size: 12px;
    width: 100px;
    fill: #675f5b;
    inline-size: 200px;
    text-anchor: end; }
  .fp-graph .label-centered {
    text-anchor: middle; }
  .fp-graph .circle {
    fill: #003a6e; }

.image-block {
  display: inline-block; }

#footer .disclaimer strong {
  display: block; }
  @media (min-width: 1920px) {
    #footer .disclaimer strong {
      display: inline-block; } }
#footer .menu li {
  text-transform: uppercase;
  font-size: 12px; }
  @media (min-width: 768px) {
    #footer .menu li {
      padding: 0 20px 0 0; } }
#footer .socials {
  white-space: nowrap; }
#footer .socials p {
  display: block;
  text-align: center; }
  @media (min-width: 1024px) {
    #footer .socials p {
      display: inline-block;
      margin-right: 15px; } }
#footer .socials a,
#footer .callcenter {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  border: solid 4px #008c4e;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 5px 10px; }
  @media (min-width: 768px) {
    #footer .socials a,
    #footer .callcenter {
      padding: 10px 15px; } }
  #footer .socials a i,
  #footer .callcenter i {
    font-size: 26px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle; }
    @media (min-width: 768px) {
      #footer .socials a i,
      #footer .callcenter i {
        font-size: 36px; } }
#footer .socials a {
  margin: 0 5px;
  color: #fff;
  border-color: #fff; }

.node-faq.full {
  max-width: 1560px;
  margin: 0 auto; }

/**
custom block in modal
 */
@media (min-width: 1024px) {
  #node-3237 .entry-content {
    display: flex; }
    #node-3237 .entry-content p {
      margin-right: 30px; } }

/**
 fixed FOOTER
  */
.block-taxonomy-menu-block {
  padding-bottom: 30px; }

@media (min-width: 1366px) {
  body {
    padding-bottom: 170px;
    position: relative;
    min-height: 100vh; }

  #footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10; }
    #footer .row, #footer .node-blog-post .paragraph.with-image, .node-blog-post #footer .paragraph.with-image {
      height: 170px; } }
/***
===========================TABS
 */
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #c5b9b3;
  display: flex; }
  .nav-tabs > li {
    margin: 0;
    padding: 0; }
    .nav-tabs > li > a {
      display: block;
      text-transform: uppercase;
      border-bottom: solid 4px rgba(0, 0, 0, 0);
      color: #675f5b;
      padding: 15px 5px;
      transition: all 0.4s;
      cursor: pointer; }
      @media (min-width: 1024px) {
        .nav-tabs > li > a {
          padding: 15px 15px; } }
    .nav-tabs > li > a:hover {
      border-bottom: solid 4px #675f5b;
      padding: 15px 30px; }
    .nav-tabs > li > .active {
      border-bottom: solid 4px #003a6e;
      padding: 15px 30px;
      font-weight: bold;
      color: #003a6e; }

/***
===========================MOBILE
 */
.menu_opened {
  overflow: hidden;
  height: 100vh; }

#menu-btn {
  right: 0px;
  top: 2px;
  position: absolute;
  z-index: 1011; }
  @media (min-width: 768px) {
    #menu-btn {
      top: 25px; } }
  #menu-btn:focus {
    outline: none;
    box-shadow: none;
    border: none; }

#login-btn {
  right: 75px;
  top: 9px;
  position: absolute;
  z-index: 1011;
  color: #003a6e;
  font-size: 36px; }
  @media (min-width: 768px) {
    #login-btn {
      top: 27px; } }

#mobile-menu {
  position: absolute;
  z-index: 1010;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  left: 0;
  display: none;
  top: 58px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  opacity: 0;
  transition: opacity 2s; }
  @media (min-width: 768px) {
    #mobile-menu {
      top: 90px; } }
  #mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #mobile-menu ul ul {
      padding-top: 5px; }
      #mobile-menu ul ul a {
        padding: 5px 15px;
        text-transform: uppercase;
        display: block; }
  #mobile-menu > ul > li {
    display: flex;
    border-bottom: dotted 2px #c5b9b3; }
    #mobile-menu > ul > li > span, #mobile-menu > ul > li > a {
      padding: 10px 15px;
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      flex: 0 0 40%;
      text-align: right; }
  #mobile-menu.is-open {
    display: block;
    opacity: 1; }

.page-charts-values #header {
  display: none; }
.page-charts-values .table-responsive {
  position: relative;
  z-index: 100000; }

/**
-----------CODIFICHE CUSTOMIZZATE
 */
/**
-----------IPE
 */
#ipe {
  max-width: 100%;
  width: 100%;
  height: 0;
  display: none;
  background-image: url("../img/IPE-Awards-2024-Winner--Italy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900; }
  @media (min-width: 1024px) {
    #ipe {
      padding-top: 50%; } }
  @media (min-width: 1024px) {
    #ipe {
      max-width: 400px;
      width: 50%;
      height: 0;
      padding-top: 15%; } }

/**
-----------auguri
 */
#auguri_banner {
  background: radial-gradient(#FF002E, #A40023);
  min-height: 300px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    #auguri_banner {
      min-height: 250px; } }
  #auguri_banner svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #auguri_banner .a_title {
    font-family: 'F Script' !important;
    color: #FFFFFF !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 53px;
    line-height: 53px; }
    @media (min-width: 768px) {
      #auguri_banner .a_title {
        font-size: 107px;
        line-height: 105px; } }
    @media (min-width: 1024px) {
      #auguri_banner .a_title {
        font-size: 130px;
        line-height: 105px; } }
    @media (min-width: 1920px) {
      #auguri_banner .a_title {
        font-size: 170px;
        line-height: 137px; } }
  #auguri_banner .flakes {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #auguri_banner .snow {
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%; }
    #auguri_banner .snow:nth-child(1) {
      opacity: 0.0417;
      transform: translate(79.6707vw, -10px) scale(0.5499);
      animation: fall-1 24s -30s linear infinite; }
@keyframes fall-1 {
  36.846% {
    transform: translate(86.1252vw, 36.846vh) scale(0.5499); }
  to {
    transform: translate(82.89795vw, 100vh) scale(0.5499); } }
    #auguri_banner .snow:nth-child(2) {
      opacity: 0.4555;
      transform: translate(30.7755vw, -10px) scale(0.6399);
      animation: fall-2 15s -20s linear infinite; }
@keyframes fall-2 {
  72.434% {
    transform: translate(22.615vw, 72.434vh) scale(0.6399); }
  to {
    transform: translate(26.69525vw, 100vh) scale(0.6399); } }
    #auguri_banner .snow:nth-child(3) {
      opacity: 0.1415;
      transform: translate(74.2432vw, -10px) scale(0.3415);
      animation: fall-3 20s -20s linear infinite; }
@keyframes fall-3 {
  77.419% {
    transform: translate(68.5546vw, 77.419vh) scale(0.3415); }
  to {
    transform: translate(71.3989vw, 100vh) scale(0.3415); } }
    #auguri_banner .snow:nth-child(4) {
      opacity: 0.5728;
      transform: translate(30.086vw, -10px) scale(0.6318);
      animation: fall-4 13s -24s linear infinite; }
@keyframes fall-4 {
  69.259% {
    transform: translate(22.2829vw, 69.259vh) scale(0.6318); }
  to {
    transform: translate(26.18445vw, 100vh) scale(0.6318); } }
    #auguri_banner .snow:nth-child(5) {
      opacity: 0.5012;
      transform: translate(33.2986vw, -10px) scale(0.5145);
      animation: fall-5 12s -18s linear infinite; }
@keyframes fall-5 {
  65.444% {
    transform: translate(24.6497vw, 65.444vh) scale(0.5145); }
  to {
    transform: translate(28.97415vw, 100vh) scale(0.5145); } }
    #auguri_banner .snow:nth-child(6) {
      opacity: 0.5918;
      transform: translate(60.8179vw, -10px) scale(0.8887);
      animation: fall-6 22s -21s linear infinite; }
@keyframes fall-6 {
  58.955% {
    transform: translate(62.1031vw, 58.955vh) scale(0.8887); }
  to {
    transform: translate(61.4605vw, 100vh) scale(0.8887); } }
    #auguri_banner .snow:nth-child(7) {
      opacity: 0.2838;
      transform: translate(24.7864vw, -10px) scale(0.2542);
      animation: fall-7 11s -12s linear infinite; }
@keyframes fall-7 {
  32.042% {
    transform: translate(27.4837vw, 32.042vh) scale(0.2542); }
  to {
    transform: translate(26.13505vw, 100vh) scale(0.2542); } }
    #auguri_banner .snow:nth-child(8) {
      opacity: 0.9789;
      transform: translate(68.492vw, -10px) scale(0.0804);
      animation: fall-8 28s -1s linear infinite; }
@keyframes fall-8 {
  69.125% {
    transform: translate(70.5839vw, 69.125vh) scale(0.0804); }
  to {
    transform: translate(69.53795vw, 100vh) scale(0.0804); } }
    #auguri_banner .snow:nth-child(9) {
      opacity: 0.0929;
      transform: translate(39.6196vw, -10px) scale(0.5861);
      animation: fall-9 19s -21s linear infinite; }
@keyframes fall-9 {
  60.125% {
    transform: translate(40.0096vw, 60.125vh) scale(0.5861); }
  to {
    transform: translate(39.8146vw, 100vh) scale(0.5861); } }
    #auguri_banner .snow:nth-child(10) {
      opacity: 0.5277;
      transform: translate(15.4257vw, -10px) scale(0.7619);
      animation: fall-10 17s -18s linear infinite; }
@keyframes fall-10 {
  55.39% {
    transform: translate(25.1728vw, 55.39vh) scale(0.7619); }
  to {
    transform: translate(20.29925vw, 100vh) scale(0.7619); } }
    #auguri_banner .snow:nth-child(11) {
      opacity: 0.3152;
      transform: translate(74.9453vw, -10px) scale(0.8442);
      animation: fall-11 19s -24s linear infinite; }
@keyframes fall-11 {
  46.773% {
    transform: translate(80.4965vw, 46.773vh) scale(0.8442); }
  to {
    transform: translate(77.7209vw, 100vh) scale(0.8442); } }
    #auguri_banner .snow:nth-child(12) {
      opacity: 0.4891;
      transform: translate(69.1477vw, -10px) scale(0.1663);
      animation: fall-12 10s -4s linear infinite; }
@keyframes fall-12 {
  75.738% {
    transform: translate(78.7794vw, 75.738vh) scale(0.1663); }
  to {
    transform: translate(73.96355vw, 100vh) scale(0.1663); } }
    #auguri_banner .snow:nth-child(13) {
      opacity: 0.8756;
      transform: translate(66.0845vw, -10px) scale(0.7216);
      animation: fall-13 15s -13s linear infinite; }
@keyframes fall-13 {
  52.543% {
    transform: translate(70.502vw, 52.543vh) scale(0.7216); }
  to {
    transform: translate(68.29325vw, 100vh) scale(0.7216); } }
    #auguri_banner .snow:nth-child(14) {
      opacity: 0.8815;
      transform: translate(49.2098vw, -10px) scale(0.4329);
      animation: fall-14 19s -28s linear infinite; }
@keyframes fall-14 {
  52.215% {
    transform: translate(47.4545vw, 52.215vh) scale(0.4329); }
  to {
    transform: translate(48.33215vw, 100vh) scale(0.4329); } }
    #auguri_banner .snow:nth-child(15) {
      opacity: 0.4089;
      transform: translate(2.906vw, -10px) scale(0.0396);
      animation: fall-15 16s -14s linear infinite; }
@keyframes fall-15 {
  69.245% {
    transform: translate(-1.4226vw, 69.245vh) scale(0.0396); }
  to {
    transform: translate(0.7417vw, 100vh) scale(0.0396); } }
    #auguri_banner .snow:nth-child(16) {
      opacity: 0.4724;
      transform: translate(33.6597vw, -10px) scale(0.3637);
      animation: fall-16 23s -15s linear infinite; }
@keyframes fall-16 {
  40.317% {
    transform: translate(33.5137vw, 40.317vh) scale(0.3637); }
  to {
    transform: translate(33.5867vw, 100vh) scale(0.3637); } }
    #auguri_banner .snow:nth-child(17) {
      opacity: 0.7227;
      transform: translate(36.0067vw, -10px) scale(0.8474);
      animation: fall-17 21s -20s linear infinite; }
@keyframes fall-17 {
  49.588% {
    transform: translate(31.1991vw, 49.588vh) scale(0.8474); }
  to {
    transform: translate(33.6029vw, 100vh) scale(0.8474); } }
    #auguri_banner .snow:nth-child(18) {
      opacity: 0.3865;
      transform: translate(83.2688vw, -10px) scale(0.2395);
      animation: fall-18 12s -26s linear infinite; }
@keyframes fall-18 {
  39.285% {
    transform: translate(83.236vw, 39.285vh) scale(0.2395); }
  to {
    transform: translate(83.2524vw, 100vh) scale(0.2395); } }
    #auguri_banner .snow:nth-child(19) {
      opacity: 0.6703;
      transform: translate(10.6467vw, -10px) scale(0.9652);
      animation: fall-19 13s -1s linear infinite; }
@keyframes fall-19 {
  71.464% {
    transform: translate(10.2201vw, 71.464vh) scale(0.9652); }
  to {
    transform: translate(10.4334vw, 100vh) scale(0.9652); } }
    #auguri_banner .snow:nth-child(20) {
      opacity: 0.0975;
      transform: translate(69.2653vw, -10px) scale(0.4131);
      animation: fall-20 11s -27s linear infinite; }
@keyframes fall-20 {
  45.062% {
    transform: translate(79.2307vw, 45.062vh) scale(0.4131); }
  to {
    transform: translate(74.248vw, 100vh) scale(0.4131); } }
    #auguri_banner .snow:nth-child(21) {
      opacity: 0.039;
      transform: translate(92.7843vw, -10px) scale(0.401);
      animation: fall-21 20s -6s linear infinite; }
@keyframes fall-21 {
  41.826% {
    transform: translate(89.4867vw, 41.826vh) scale(0.401); }
  to {
    transform: translate(91.1355vw, 100vh) scale(0.401); } }
    #auguri_banner .snow:nth-child(22) {
      opacity: 0.3714;
      transform: translate(66.254vw, -10px) scale(0.5856);
      animation: fall-22 26s -24s linear infinite; }
@keyframes fall-22 {
  44.048% {
    transform: translate(71.0185vw, 44.048vh) scale(0.5856); }
  to {
    transform: translate(68.63625vw, 100vh) scale(0.5856); } }
    #auguri_banner .snow:nth-child(23) {
      opacity: 0.604;
      transform: translate(40.0209vw, -10px) scale(0.8534);
      animation: fall-23 28s -16s linear infinite; }
@keyframes fall-23 {
  33.751% {
    transform: translate(47.4442vw, 33.751vh) scale(0.8534); }
  to {
    transform: translate(43.73255vw, 100vh) scale(0.8534); } }
    #auguri_banner .snow:nth-child(24) {
      opacity: 0.9926;
      transform: translate(5.5125vw, -10px) scale(0.614);
      animation: fall-24 22s -19s linear infinite; }
@keyframes fall-24 {
  55.556% {
    transform: translate(2.2258vw, 55.556vh) scale(0.614); }
  to {
    transform: translate(3.86915vw, 100vh) scale(0.614); } }
    #auguri_banner .snow:nth-child(25) {
      opacity: 0.9473;
      transform: translate(14.8897vw, -10px) scale(0.1009);
      animation: fall-25 13s -14s linear infinite; }
@keyframes fall-25 {
  38.193% {
    transform: translate(22.1817vw, 38.193vh) scale(0.1009); }
  to {
    transform: translate(18.5357vw, 100vh) scale(0.1009); } }
    #auguri_banner .snow:nth-child(26) {
      opacity: 0.8403;
      transform: translate(73.3489vw, -10px) scale(0.439);
      animation: fall-26 10s -1s linear infinite; }
@keyframes fall-26 {
  50.757% {
    transform: translate(63.4013vw, 50.757vh) scale(0.439); }
  to {
    transform: translate(68.3751vw, 100vh) scale(0.439); } }
    #auguri_banner .snow:nth-child(27) {
      opacity: 0.8587;
      transform: translate(24.1396vw, -10px) scale(0.6339);
      animation: fall-27 20s -14s linear infinite; }
@keyframes fall-27 {
  76.011% {
    transform: translate(16.6894vw, 76.011vh) scale(0.6339); }
  to {
    transform: translate(20.4145vw, 100vh) scale(0.6339); } }
    #auguri_banner .snow:nth-child(28) {
      opacity: 0.2559;
      transform: translate(57.388vw, -10px) scale(0.4656);
      animation: fall-28 20s -28s linear infinite; }
@keyframes fall-28 {
  57.066% {
    transform: translate(53.5782vw, 57.066vh) scale(0.4656); }
  to {
    transform: translate(55.4831vw, 100vh) scale(0.4656); } }
    #auguri_banner .snow:nth-child(29) {
      opacity: 0.9406;
      transform: translate(25.0795vw, -10px) scale(0.6226);
      animation: fall-29 12s -23s linear infinite; }
@keyframes fall-29 {
  37.793% {
    transform: translate(33.8966vw, 37.793vh) scale(0.6226); }
  to {
    transform: translate(29.48805vw, 100vh) scale(0.6226); } }
    #auguri_banner .snow:nth-child(30) {
      opacity: 0.0239;
      transform: translate(34.8484vw, -10px) scale(0.6796);
      animation: fall-30 20s -8s linear infinite; }
@keyframes fall-30 {
  37.1% {
    transform: translate(31.9978vw, 37.1vh) scale(0.6796); }
  to {
    transform: translate(33.4231vw, 100vh) scale(0.6796); } }
    #auguri_banner .snow:nth-child(31) {
      opacity: 0.41;
      transform: translate(44.1732vw, -10px) scale(0.5853);
      animation: fall-31 26s -1s linear infinite; }
@keyframes fall-31 {
  42.957% {
    transform: translate(53.6764vw, 42.957vh) scale(0.5853); }
  to {
    transform: translate(48.9248vw, 100vh) scale(0.5853); } }
    #auguri_banner .snow:nth-child(32) {
      opacity: 0.858;
      transform: translate(30.5504vw, -10px) scale(0.6543);
      animation: fall-32 23s -11s linear infinite; }
@keyframes fall-32 {
  40.86% {
    transform: translate(38.142vw, 40.86vh) scale(0.6543); }
  to {
    transform: translate(34.3462vw, 100vh) scale(0.6543); } }
    #auguri_banner .snow:nth-child(33) {
      opacity: 0.3743;
      transform: translate(37.6704vw, -10px) scale(0.303);
      animation: fall-33 26s -23s linear infinite; }
@keyframes fall-33 {
  46.098% {
    transform: translate(45.0649vw, 46.098vh) scale(0.303); }
  to {
    transform: translate(41.36765vw, 100vh) scale(0.303); } }
    #auguri_banner .snow:nth-child(34) {
      opacity: 0.5501;
      transform: translate(33.1701vw, -10px) scale(0.6434);
      animation: fall-34 10s -6s linear infinite; }
@keyframes fall-34 {
  45.365% {
    transform: translate(25.5153vw, 45.365vh) scale(0.6434); }
  to {
    transform: translate(29.3427vw, 100vh) scale(0.6434); } }
    #auguri_banner .snow:nth-child(35) {
      opacity: 0.0624;
      transform: translate(17.7302vw, -10px) scale(0.4191);
      animation: fall-35 29s -22s linear infinite; }
@keyframes fall-35 {
  37.975% {
    transform: translate(21.4309vw, 37.975vh) scale(0.4191); }
  to {
    transform: translate(19.58055vw, 100vh) scale(0.4191); } }
    #auguri_banner .snow:nth-child(36) {
      opacity: 0.5346;
      transform: translate(2.2339vw, -10px) scale(0.8799);
      animation: fall-36 22s -6s linear infinite; }
@keyframes fall-36 {
  39.107% {
    transform: translate(-3.1013vw, 39.107vh) scale(0.8799); }
  to {
    transform: translate(-0.4337vw, 100vh) scale(0.8799); } }
    #auguri_banner .snow:nth-child(37) {
      opacity: 0.0066;
      transform: translate(55.0683vw, -10px) scale(0.3906);
      animation: fall-37 30s -30s linear infinite; }
@keyframes fall-37 {
  40.752% {
    transform: translate(62.0167vw, 40.752vh) scale(0.3906); }
  to {
    transform: translate(58.5425vw, 100vh) scale(0.3906); } }
    #auguri_banner .snow:nth-child(38) {
      opacity: 0.4102;
      transform: translate(95.6942vw, -10px) scale(0.8714);
      animation: fall-38 26s -28s linear infinite; }
@keyframes fall-38 {
  41.977% {
    transform: translate(101.7029vw, 41.977vh) scale(0.8714); }
  to {
    transform: translate(98.69855vw, 100vh) scale(0.8714); } }
    #auguri_banner .snow:nth-child(39) {
      opacity: 0.4153;
      transform: translate(27.1343vw, -10px) scale(0.6315);
      animation: fall-39 13s -25s linear infinite; }
@keyframes fall-39 {
  63.932% {
    transform: translate(36.5059vw, 63.932vh) scale(0.6315); }
  to {
    transform: translate(31.8201vw, 100vh) scale(0.6315); } }
    #auguri_banner .snow:nth-child(40) {
      opacity: 0.4432;
      transform: translate(6.3953vw, -10px) scale(0.2615);
      animation: fall-40 30s -1s linear infinite; }
@keyframes fall-40 {
  58.561% {
    transform: translate(13.6294vw, 58.561vh) scale(0.2615); }
  to {
    transform: translate(10.01235vw, 100vh) scale(0.2615); } }
    #auguri_banner .snow:nth-child(41) {
      opacity: 0.8021;
      transform: translate(39.338vw, -10px) scale(0.6636);
      animation: fall-41 13s -7s linear infinite; }
@keyframes fall-41 {
  79.234% {
    transform: translate(44.898vw, 79.234vh) scale(0.6636); }
  to {
    transform: translate(42.118vw, 100vh) scale(0.6636); } }
    #auguri_banner .snow:nth-child(42) {
      opacity: 0.311;
      transform: translate(40.0892vw, -10px) scale(0.5395);
      animation: fall-42 25s -24s linear infinite; }
@keyframes fall-42 {
  63.002% {
    transform: translate(37.8856vw, 63.002vh) scale(0.5395); }
  to {
    transform: translate(38.9874vw, 100vh) scale(0.5395); } }
    #auguri_banner .snow:nth-child(43) {
      opacity: 0.9711;
      transform: translate(29.3014vw, -10px) scale(0.2654);
      animation: fall-43 29s -18s linear infinite; }
@keyframes fall-43 {
  76.449% {
    transform: translate(33.3441vw, 76.449vh) scale(0.2654); }
  to {
    transform: translate(31.32275vw, 100vh) scale(0.2654); } }
    #auguri_banner .snow:nth-child(44) {
      opacity: 0.2198;
      transform: translate(69.1437vw, -10px) scale(0.3361);
      animation: fall-44 13s -11s linear infinite; }
@keyframes fall-44 {
  63.746% {
    transform: translate(78.1536vw, 63.746vh) scale(0.3361); }
  to {
    transform: translate(73.64865vw, 100vh) scale(0.3361); } }
    #auguri_banner .snow:nth-child(45) {
      opacity: 0.8881;
      transform: translate(3.6828vw, -10px) scale(0.4389);
      animation: fall-45 11s -3s linear infinite; }
@keyframes fall-45 {
  51.763% {
    transform: translate(2.1921vw, 51.763vh) scale(0.4389); }
  to {
    transform: translate(2.93745vw, 100vh) scale(0.4389); } }
    #auguri_banner .snow:nth-child(46) {
      opacity: 0.9165;
      transform: translate(32.4912vw, -10px) scale(0.7554);
      animation: fall-46 18s -9s linear infinite; }
@keyframes fall-46 {
  61.026% {
    transform: translate(34.4906vw, 61.026vh) scale(0.7554); }
  to {
    transform: translate(33.4909vw, 100vh) scale(0.7554); } }
    #auguri_banner .snow:nth-child(47) {
      opacity: 0.1031;
      transform: translate(62.0175vw, -10px) scale(0.8238);
      animation: fall-47 10s -22s linear infinite; }
@keyframes fall-47 {
  43.432% {
    transform: translate(55.2981vw, 43.432vh) scale(0.8238); }
  to {
    transform: translate(58.6578vw, 100vh) scale(0.8238); } }
    #auguri_banner .snow:nth-child(48) {
      opacity: 0.1028;
      transform: translate(19.6441vw, -10px) scale(0.8234);
      animation: fall-48 12s -20s linear infinite; }
@keyframes fall-48 {
  78.762% {
    transform: translate(27.1815vw, 78.762vh) scale(0.8234); }
  to {
    transform: translate(23.4128vw, 100vh) scale(0.8234); } }
    #auguri_banner .snow:nth-child(49) {
      opacity: 0.6577;
      transform: translate(26.313vw, -10px) scale(0.1007);
      animation: fall-49 20s -3s linear infinite; }
@keyframes fall-49 {
  63.591% {
    transform: translate(32.1569vw, 63.591vh) scale(0.1007); }
  to {
    transform: translate(29.23495vw, 100vh) scale(0.1007); } }
    #auguri_banner .snow:nth-child(50) {
      opacity: 0.2594;
      transform: translate(32.2588vw, -10px) scale(0.476);
      animation: fall-50 27s -26s linear infinite; }
@keyframes fall-50 {
  37.139% {
    transform: translate(33.4558vw, 37.139vh) scale(0.476); }
  to {
    transform: translate(32.8573vw, 100vh) scale(0.476); } }
    #auguri_banner .snow:nth-child(51) {
      opacity: 0.0847;
      transform: translate(28.7406vw, -10px) scale(0.0947);
      animation: fall-51 17s -29s linear infinite; }
@keyframes fall-51 {
  43.691% {
    transform: translate(35.9377vw, 43.691vh) scale(0.0947); }
  to {
    transform: translate(32.33915vw, 100vh) scale(0.0947); } }
    #auguri_banner .snow:nth-child(52) {
      opacity: 0.4007;
      transform: translate(52.0432vw, -10px) scale(0.4033);
      animation: fall-52 11s -1s linear infinite; }
@keyframes fall-52 {
  35.993% {
    transform: translate(51.6945vw, 35.993vh) scale(0.4033); }
  to {
    transform: translate(51.86885vw, 100vh) scale(0.4033); } }
    #auguri_banner .snow:nth-child(53) {
      opacity: 0.0589;
      transform: translate(4.8202vw, -10px) scale(0.243);
      animation: fall-53 30s -13s linear infinite; }
@keyframes fall-53 {
  50.835% {
    transform: translate(5.194vw, 50.835vh) scale(0.243); }
  to {
    transform: translate(5.0071vw, 100vh) scale(0.243); } }
    #auguri_banner .snow:nth-child(54) {
      opacity: 0.8484;
      transform: translate(65.1444vw, -10px) scale(0.2462);
      animation: fall-54 18s -30s linear infinite; }
@keyframes fall-54 {
  69.069% {
    transform: translate(72.675vw, 69.069vh) scale(0.2462); }
  to {
    transform: translate(68.9097vw, 100vh) scale(0.2462); } }
    #auguri_banner .snow:nth-child(55) {
      opacity: 0.3436;
      transform: translate(11.6448vw, -10px) scale(0.4254);
      animation: fall-55 10s -8s linear infinite; }
@keyframes fall-55 {
  35.827% {
    transform: translate(20.3371vw, 35.827vh) scale(0.4254); }
  to {
    transform: translate(15.99095vw, 100vh) scale(0.4254); } }
    #auguri_banner .snow:nth-child(56) {
      opacity: 0.7461;
      transform: translate(57.0227vw, -10px) scale(0.0667);
      animation: fall-56 12s -9s linear infinite; }
@keyframes fall-56 {
  43.288% {
    transform: translate(65.3317vw, 43.288vh) scale(0.0667); }
  to {
    transform: translate(61.1772vw, 100vh) scale(0.0667); } }
    #auguri_banner .snow:nth-child(57) {
      opacity: 0.6475;
      transform: translate(36.3035vw, -10px) scale(0.5225);
      animation: fall-57 22s -26s linear infinite; }
@keyframes fall-57 {
  36.94% {
    transform: translate(43.4817vw, 36.94vh) scale(0.5225); }
  to {
    transform: translate(39.8926vw, 100vh) scale(0.5225); } }
    #auguri_banner .snow:nth-child(58) {
      opacity: 0.6382;
      transform: translate(65.3463vw, -10px) scale(0.4462);
      animation: fall-58 13s -5s linear infinite; }
@keyframes fall-58 {
  53.351% {
    transform: translate(73.9117vw, 53.351vh) scale(0.4462); }
  to {
    transform: translate(69.629vw, 100vh) scale(0.4462); } }
    #auguri_banner .snow:nth-child(59) {
      opacity: 0.7469;
      transform: translate(9.3719vw, -10px) scale(0.832);
      animation: fall-59 18s -1s linear infinite; }
@keyframes fall-59 {
  74.294% {
    transform: translate(1.0381vw, 74.294vh) scale(0.832); }
  to {
    transform: translate(5.205vw, 100vh) scale(0.832); } }
    #auguri_banner .snow:nth-child(60) {
      opacity: 0.5388;
      transform: translate(72.2419vw, -10px) scale(0.3089);
      animation: fall-60 29s -19s linear infinite; }
@keyframes fall-60 {
  48.963% {
    transform: translate(69.3164vw, 48.963vh) scale(0.3089); }
  to {
    transform: translate(70.77915vw, 100vh) scale(0.3089); } }
    #auguri_banner .snow:nth-child(61) {
      opacity: 0.3329;
      transform: translate(74.1185vw, -10px) scale(0.3174);
      animation: fall-61 23s -23s linear infinite; }
@keyframes fall-61 {
  31.808% {
    transform: translate(76.6624vw, 31.808vh) scale(0.3174); }
  to {
    transform: translate(75.39045vw, 100vh) scale(0.3174); } }
    #auguri_banner .snow:nth-child(62) {
      opacity: 0.7494;
      transform: translate(31.8966vw, -10px) scale(0.5921);
      animation: fall-62 15s -7s linear infinite; }
@keyframes fall-62 {
  68.111% {
    transform: translate(33.2052vw, 68.111vh) scale(0.5921); }
  to {
    transform: translate(32.5509vw, 100vh) scale(0.5921); } }
    #auguri_banner .snow:nth-child(63) {
      opacity: 0.7768;
      transform: translate(8.3024vw, -10px) scale(0.5331);
      animation: fall-63 11s -14s linear infinite; }
@keyframes fall-63 {
  62.615% {
    transform: translate(6.0771vw, 62.615vh) scale(0.5331); }
  to {
    transform: translate(7.18975vw, 100vh) scale(0.5331); } }
    #auguri_banner .snow:nth-child(64) {
      opacity: 0.8709;
      transform: translate(8.1869vw, -10px) scale(0.5209);
      animation: fall-64 27s -9s linear infinite; }
@keyframes fall-64 {
  42.052% {
    transform: translate(11.1153vw, 42.052vh) scale(0.5209); }
  to {
    transform: translate(9.6511vw, 100vh) scale(0.5209); } }
    #auguri_banner .snow:nth-child(65) {
      opacity: 0.4914;
      transform: translate(51.4224vw, -10px) scale(0.365);
      animation: fall-65 16s -18s linear infinite; }
@keyframes fall-65 {
  32.005% {
    transform: translate(45.5512vw, 32.005vh) scale(0.365); }
  to {
    transform: translate(48.4868vw, 100vh) scale(0.365); } }
    #auguri_banner .snow:nth-child(66) {
      opacity: 0.4213;
      transform: translate(23.915vw, -10px) scale(0.7619);
      animation: fall-66 30s -25s linear infinite; }
@keyframes fall-66 {
  67.737% {
    transform: translate(26.0274vw, 67.737vh) scale(0.7619); }
  to {
    transform: translate(24.9712vw, 100vh) scale(0.7619); } }
    #auguri_banner .snow:nth-child(67) {
      opacity: 0.0204;
      transform: translate(50.7411vw, -10px) scale(0.9909);
      animation: fall-67 25s -7s linear infinite; }
@keyframes fall-67 {
  34.834% {
    transform: translate(44.8706vw, 34.834vh) scale(0.9909); }
  to {
    transform: translate(47.80585vw, 100vh) scale(0.9909); } }
    #auguri_banner .snow:nth-child(68) {
      opacity: 0.9366;
      transform: translate(94.2392vw, -10px) scale(0.4735);
      animation: fall-68 21s -18s linear infinite; }
@keyframes fall-68 {
  48.243% {
    transform: translate(100.6478vw, 48.243vh) scale(0.4735); }
  to {
    transform: translate(97.4435vw, 100vh) scale(0.4735); } }
    #auguri_banner .snow:nth-child(69) {
      opacity: 0.877;
      transform: translate(68.2329vw, -10px) scale(0.1585);
      animation: fall-69 16s -19s linear infinite; }
@keyframes fall-69 {
  44.061% {
    transform: translate(70.0566vw, 44.061vh) scale(0.1585); }
  to {
    transform: translate(69.14475vw, 100vh) scale(0.1585); } }
    #auguri_banner .snow:nth-child(70) {
      opacity: 0.5246;
      transform: translate(71.2391vw, -10px) scale(0.433);
      animation: fall-70 25s -20s linear infinite; }
@keyframes fall-70 {
  30.148% {
    transform: translate(65.4122vw, 30.148vh) scale(0.433); }
  to {
    transform: translate(68.32565vw, 100vh) scale(0.433); } }
    #auguri_banner .snow:nth-child(71) {
      opacity: 0.8522;
      transform: translate(1.6635vw, -10px) scale(0.2845);
      animation: fall-71 16s -24s linear infinite; }
@keyframes fall-71 {
  44.179% {
    transform: translate(-4.7838vw, 44.179vh) scale(0.2845); }
  to {
    transform: translate(-1.56015vw, 100vh) scale(0.2845); } }
    #auguri_banner .snow:nth-child(72) {
      opacity: 0.6408;
      transform: translate(82.7825vw, -10px) scale(0.5385);
      animation: fall-72 19s -11s linear infinite; }
@keyframes fall-72 {
  64.085% {
    transform: translate(80.2113vw, 64.085vh) scale(0.5385); }
  to {
    transform: translate(81.4969vw, 100vh) scale(0.5385); } }
    #auguri_banner .snow:nth-child(73) {
      opacity: 0.6827;
      transform: translate(2.6602vw, -10px) scale(0.1728);
      animation: fall-73 24s -8s linear infinite; }
@keyframes fall-73 {
  42.96% {
    transform: translate(12.3305vw, 42.96vh) scale(0.1728); }
  to {
    transform: translate(7.49535vw, 100vh) scale(0.1728); } }
    #auguri_banner .snow:nth-child(74) {
      opacity: 0.5118;
      transform: translate(63.5014vw, -10px) scale(0.196);
      animation: fall-74 21s -15s linear infinite; }
@keyframes fall-74 {
  38.341% {
    transform: translate(64.5641vw, 38.341vh) scale(0.196); }
  to {
    transform: translate(64.03275vw, 100vh) scale(0.196); } }
    #auguri_banner .snow:nth-child(75) {
      opacity: 0.136;
      transform: translate(81.1448vw, -10px) scale(0.4374);
      animation: fall-75 25s -20s linear infinite; }
@keyframes fall-75 {
  75.774% {
    transform: translate(83.117vw, 75.774vh) scale(0.4374); }
  to {
    transform: translate(82.1309vw, 100vh) scale(0.4374); } }
    #auguri_banner .snow:nth-child(76) {
      opacity: 0.2918;
      transform: translate(12.0784vw, -10px) scale(0.2105);
      animation: fall-76 24s -6s linear infinite; }
@keyframes fall-76 {
  32.082% {
    transform: translate(5.4321vw, 32.082vh) scale(0.2105); }
  to {
    transform: translate(8.75525vw, 100vh) scale(0.2105); } }
    #auguri_banner .snow:nth-child(77) {
      opacity: 0.675;
      transform: translate(5.6387vw, -10px) scale(0.0105);
      animation: fall-77 13s -2s linear infinite; }
@keyframes fall-77 {
  64.219% {
    transform: translate(-0.3477vw, 64.219vh) scale(0.0105); }
  to {
    transform: translate(2.6455vw, 100vh) scale(0.0105); } }
    #auguri_banner .snow:nth-child(78) {
      opacity: 0.2494;
      transform: translate(22.3794vw, -10px) scale(0.022);
      animation: fall-78 12s -17s linear infinite; }
@keyframes fall-78 {
  61.72% {
    transform: translate(25.0484vw, 61.72vh) scale(0.022); }
  to {
    transform: translate(23.7139vw, 100vh) scale(0.022); } }
    #auguri_banner .snow:nth-child(79) {
      opacity: 0.6539;
      transform: translate(77.2298vw, -10px) scale(0.8024);
      animation: fall-79 21s -11s linear infinite; }
@keyframes fall-79 {
  68.426% {
    transform: translate(70.6181vw, 68.426vh) scale(0.8024); }
  to {
    transform: translate(73.92395vw, 100vh) scale(0.8024); } }
    #auguri_banner .snow:nth-child(80) {
      opacity: 0.2501;
      transform: translate(40.1658vw, -10px) scale(0.3741);
      animation: fall-80 14s -20s linear infinite; }
@keyframes fall-80 {
  40.897% {
    transform: translate(36.6052vw, 40.897vh) scale(0.3741); }
  to {
    transform: translate(38.3855vw, 100vh) scale(0.3741); } }
    #auguri_banner .snow:nth-child(81) {
      opacity: 0.1986;
      transform: translate(56.1403vw, -10px) scale(0.9884);
      animation: fall-81 11s -12s linear infinite; }
@keyframes fall-81 {
  76.685% {
    transform: translate(59.255vw, 76.685vh) scale(0.9884); }
  to {
    transform: translate(57.69765vw, 100vh) scale(0.9884); } }
    #auguri_banner .snow:nth-child(82) {
      opacity: 0.68;
      transform: translate(75.9897vw, -10px) scale(0.663);
      animation: fall-82 23s -29s linear infinite; }
@keyframes fall-82 {
  65.05% {
    transform: translate(79.8432vw, 65.05vh) scale(0.663); }
  to {
    transform: translate(77.91645vw, 100vh) scale(0.663); } }
    #auguri_banner .snow:nth-child(83) {
      opacity: 0.2599;
      transform: translate(34.3871vw, -10px) scale(0.2193);
      animation: fall-83 18s -24s linear infinite; }
@keyframes fall-83 {
  71.053% {
    transform: translate(33.1835vw, 71.053vh) scale(0.2193); }
  to {
    transform: translate(33.7853vw, 100vh) scale(0.2193); } }
    #auguri_banner .snow:nth-child(84) {
      opacity: 0.5339;
      transform: translate(64.4539vw, -10px) scale(0.4011);
      animation: fall-84 19s -23s linear infinite; }
@keyframes fall-84 {
  42.872% {
    transform: translate(73.3038vw, 42.872vh) scale(0.4011); }
  to {
    transform: translate(68.87885vw, 100vh) scale(0.4011); } }
    #auguri_banner .snow:nth-child(85) {
      opacity: 0.4159;
      transform: translate(80.8067vw, -10px) scale(0.5945);
      animation: fall-85 27s -19s linear infinite; }
@keyframes fall-85 {
  54.011% {
    transform: translate(74.1427vw, 54.011vh) scale(0.5945); }
  to {
    transform: translate(77.4747vw, 100vh) scale(0.5945); } }
    #auguri_banner .snow:nth-child(86) {
      opacity: 0.0608;
      transform: translate(24.4751vw, -10px) scale(0.6267);
      animation: fall-86 25s -1s linear infinite; }
@keyframes fall-86 {
  51.972% {
    transform: translate(15.2404vw, 51.972vh) scale(0.6267); }
  to {
    transform: translate(19.85775vw, 100vh) scale(0.6267); } }
    #auguri_banner .snow:nth-child(87) {
      opacity: 0.4539;
      transform: translate(69.7786vw, -10px) scale(0.7003);
      animation: fall-87 10s -20s linear infinite; }
@keyframes fall-87 {
  64.868% {
    transform: translate(74.9071vw, 64.868vh) scale(0.7003); }
  to {
    transform: translate(72.34285vw, 100vh) scale(0.7003); } }
    #auguri_banner .snow:nth-child(88) {
      opacity: 0.2366;
      transform: translate(77.2321vw, -10px) scale(0.323);
      animation: fall-88 10s -8s linear infinite; }
@keyframes fall-88 {
  49.405% {
    transform: translate(85.996vw, 49.405vh) scale(0.323); }
  to {
    transform: translate(81.61405vw, 100vh) scale(0.323); } }
    #auguri_banner .snow:nth-child(89) {
      opacity: 0.9421;
      transform: translate(24.1729vw, -10px) scale(0.509);
      animation: fall-89 20s -19s linear infinite; }
@keyframes fall-89 {
  52.686% {
    transform: translate(28.6444vw, 52.686vh) scale(0.509); }
  to {
    transform: translate(26.40865vw, 100vh) scale(0.509); } }
    #auguri_banner .snow:nth-child(90) {
      opacity: 0.5574;
      transform: translate(33.3017vw, -10px) scale(0.548);
      animation: fall-90 17s -10s linear infinite; }
@keyframes fall-90 {
  54.135% {
    transform: translate(27.299vw, 54.135vh) scale(0.548); }
  to {
    transform: translate(30.30035vw, 100vh) scale(0.548); } }
    #auguri_banner .snow:nth-child(91) {
      opacity: 0.8162;
      transform: translate(68.2631vw, -10px) scale(0.6114);
      animation: fall-91 10s -7s linear infinite; }
@keyframes fall-91 {
  70.811% {
    transform: translate(61.576vw, 70.811vh) scale(0.6114); }
  to {
    transform: translate(64.91955vw, 100vh) scale(0.6114); } }
    #auguri_banner .snow:nth-child(92) {
      opacity: 0.2546;
      transform: translate(78.1272vw, -10px) scale(0.5734);
      animation: fall-92 29s -30s linear infinite; }
@keyframes fall-92 {
  46.756% {
    transform: translate(81.5603vw, 46.756vh) scale(0.5734); }
  to {
    transform: translate(79.84375vw, 100vh) scale(0.5734); } }
    #auguri_banner .snow:nth-child(93) {
      opacity: 0.7351;
      transform: translate(51.14vw, -10px) scale(0.424);
      animation: fall-93 18s -19s linear infinite; }
@keyframes fall-93 {
  38.998% {
    transform: translate(53.5298vw, 38.998vh) scale(0.424); }
  to {
    transform: translate(52.3349vw, 100vh) scale(0.424); } }
    #auguri_banner .snow:nth-child(94) {
      opacity: 0.7726;
      transform: translate(38.3694vw, -10px) scale(0.3257);
      animation: fall-94 11s -30s linear infinite; }
@keyframes fall-94 {
  50.821% {
    transform: translate(42.8389vw, 50.821vh) scale(0.3257); }
  to {
    transform: translate(40.60415vw, 100vh) scale(0.3257); } }
    #auguri_banner .snow:nth-child(95) {
      opacity: 0.7871;
      transform: translate(63.6346vw, -10px) scale(0.8684);
      animation: fall-95 19s -9s linear infinite; }
@keyframes fall-95 {
  56.196% {
    transform: translate(63.832vw, 56.196vh) scale(0.8684); }
  to {
    transform: translate(63.7333vw, 100vh) scale(0.8684); } }
    #auguri_banner .snow:nth-child(96) {
      opacity: 0.3708;
      transform: translate(48.3444vw, -10px) scale(0.6703);
      animation: fall-96 13s -11s linear infinite; }
@keyframes fall-96 {
  32.251% {
    transform: translate(49.7154vw, 32.251vh) scale(0.6703); }
  to {
    transform: translate(49.0299vw, 100vh) scale(0.6703); } }
    #auguri_banner .snow:nth-child(97) {
      opacity: 0.3609;
      transform: translate(19.3919vw, -10px) scale(0.3579);
      animation: fall-97 19s -15s linear infinite; }
@keyframes fall-97 {
  63.317% {
    transform: translate(25.5474vw, 63.317vh) scale(0.3579); }
  to {
    transform: translate(22.46965vw, 100vh) scale(0.3579); } }
    #auguri_banner .snow:nth-child(98) {
      opacity: 0.0095;
      transform: translate(32.1789vw, -10px) scale(0.4139);
      animation: fall-98 27s -28s linear infinite; }
@keyframes fall-98 {
  76.392% {
    transform: translate(24.9138vw, 76.392vh) scale(0.4139); }
  to {
    transform: translate(28.54635vw, 100vh) scale(0.4139); } }
    #auguri_banner .snow:nth-child(99) {
      opacity: 0.1429;
      transform: translate(95.1524vw, -10px) scale(0.5296);
      animation: fall-99 12s -29s linear infinite; }
@keyframes fall-99 {
  67.72% {
    transform: translate(93.2093vw, 67.72vh) scale(0.5296); }
  to {
    transform: translate(94.18085vw, 100vh) scale(0.5296); } }
    #auguri_banner .snow:nth-child(100) {
      opacity: 0.8583;
      transform: translate(26.7191vw, -10px) scale(0.1399);
      animation: fall-100 13s -30s linear infinite; }
@keyframes fall-100 {
  42.243% {
    transform: translate(17.5134vw, 42.243vh) scale(0.1399); }
  to {
    transform: translate(22.11625vw, 100vh) scale(0.1399); } }
    #auguri_banner .snow:nth-child(101) {
      opacity: 0.6188;
      transform: translate(24.7391vw, -10px) scale(0.9391);
      animation: fall-101 18s -14s linear infinite; }
@keyframes fall-101 {
  49.425% {
    transform: translate(26.7405vw, 49.425vh) scale(0.9391); }
  to {
    transform: translate(25.7398vw, 100vh) scale(0.9391); } }
    #auguri_banner .snow:nth-child(102) {
      opacity: 0.5054;
      transform: translate(70.2809vw, -10px) scale(0.1277);
      animation: fall-102 29s -19s linear infinite; }
@keyframes fall-102 {
  62.336% {
    transform: translate(68.3777vw, 62.336vh) scale(0.1277); }
  to {
    transform: translate(69.3293vw, 100vh) scale(0.1277); } }
    #auguri_banner .snow:nth-child(103) {
      opacity: 0.6586;
      transform: translate(77.8981vw, -10px) scale(0.3673);
      animation: fall-103 27s -30s linear infinite; }
@keyframes fall-103 {
  47.302% {
    transform: translate(72.6262vw, 47.302vh) scale(0.3673); }
  to {
    transform: translate(75.26215vw, 100vh) scale(0.3673); } }
    #auguri_banner .snow:nth-child(104) {
      opacity: 0.0672;
      transform: translate(24.9723vw, -10px) scale(0.2403);
      animation: fall-104 22s -23s linear infinite; }
@keyframes fall-104 {
  72.025% {
    transform: translate(27.7473vw, 72.025vh) scale(0.2403); }
  to {
    transform: translate(26.3598vw, 100vh) scale(0.2403); } }
    #auguri_banner .snow:nth-child(105) {
      opacity: 0.1007;
      transform: translate(3.671vw, -10px) scale(0.8199);
      animation: fall-105 30s -30s linear infinite; }
@keyframes fall-105 {
  75.289% {
    transform: translate(7.2151vw, 75.289vh) scale(0.8199); }
  to {
    transform: translate(5.44305vw, 100vh) scale(0.8199); } }
    #auguri_banner .snow:nth-child(106) {
      opacity: 0.4686;
      transform: translate(39.813vw, -10px) scale(0.8978);
      animation: fall-106 10s -5s linear infinite; }
@keyframes fall-106 {
  38.003% {
    transform: translate(30.8233vw, 38.003vh) scale(0.8978); }
  to {
    transform: translate(35.31815vw, 100vh) scale(0.8978); } }
    #auguri_banner .snow:nth-child(107) {
      opacity: 0.5519;
      transform: translate(46.679vw, -10px) scale(0.7641);
      animation: fall-107 22s -12s linear infinite; }
@keyframes fall-107 {
  67.38% {
    transform: translate(36.7278vw, 67.38vh) scale(0.7641); }
  to {
    transform: translate(41.7034vw, 100vh) scale(0.7641); } }
    #auguri_banner .snow:nth-child(108) {
      opacity: 0.6542;
      transform: translate(58.9546vw, -10px) scale(0.1022);
      animation: fall-108 11s -15s linear infinite; }
@keyframes fall-108 {
  66.662% {
    transform: translate(61.1668vw, 66.662vh) scale(0.1022); }
  to {
    transform: translate(60.0607vw, 100vh) scale(0.1022); } }
    #auguri_banner .snow:nth-child(109) {
      opacity: 0.9617;
      transform: translate(81.7384vw, -10px) scale(0.414);
      animation: fall-109 11s -16s linear infinite; }
@keyframes fall-109 {
  78.917% {
    transform: translate(72.6823vw, 78.917vh) scale(0.414); }
  to {
    transform: translate(77.21035vw, 100vh) scale(0.414); } }
    #auguri_banner .snow:nth-child(110) {
      opacity: 0.9433;
      transform: translate(81.0481vw, -10px) scale(0.2123);
      animation: fall-110 21s -22s linear infinite; }
@keyframes fall-110 {
  55.115% {
    transform: translate(74.0775vw, 55.115vh) scale(0.2123); }
  to {
    transform: translate(77.5628vw, 100vh) scale(0.2123); } }
    #auguri_banner .snow:nth-child(111) {
      opacity: 0.4192;
      transform: translate(22.468vw, -10px) scale(0.2527);
      animation: fall-111 17s -12s linear infinite; }
@keyframes fall-111 {
  58.905% {
    transform: translate(25.8919vw, 58.905vh) scale(0.2527); }
  to {
    transform: translate(24.17995vw, 100vh) scale(0.2527); } }
    #auguri_banner .snow:nth-child(112) {
      opacity: 0.9136;
      transform: translate(12.9034vw, -10px) scale(0.6633);
      animation: fall-112 17s -25s linear infinite; }
@keyframes fall-112 {
  32.381% {
    transform: translate(14.5602vw, 32.381vh) scale(0.6633); }
  to {
    transform: translate(13.7318vw, 100vh) scale(0.6633); } }
    #auguri_banner .snow:nth-child(113) {
      opacity: 0.6136;
      transform: translate(15.8268vw, -10px) scale(0.371);
      animation: fall-113 29s -11s linear infinite; }
@keyframes fall-113 {
  75.72% {
    transform: translate(13.7889vw, 75.72vh) scale(0.371); }
  to {
    transform: translate(14.80785vw, 100vh) scale(0.371); } }
    #auguri_banner .snow:nth-child(114) {
      opacity: 0.5091;
      transform: translate(39.7858vw, -10px) scale(0.1533);
      animation: fall-114 10s -5s linear infinite; }
@keyframes fall-114 {
  62.981% {
    transform: translate(36.8406vw, 62.981vh) scale(0.1533); }
  to {
    transform: translate(38.3132vw, 100vh) scale(0.1533); } }
    #auguri_banner .snow:nth-child(115) {
      opacity: 0.9163;
      transform: translate(64.1788vw, -10px) scale(0.3661);
      animation: fall-115 23s -16s linear infinite; }
@keyframes fall-115 {
  60.961% {
    transform: translate(55.1988vw, 60.961vh) scale(0.3661); }
  to {
    transform: translate(59.6888vw, 100vh) scale(0.3661); } }
    #auguri_banner .snow:nth-child(116) {
      opacity: 0.3686;
      transform: translate(18.9899vw, -10px) scale(0.6432);
      animation: fall-116 15s -16s linear infinite; }
@keyframes fall-116 {
  71.665% {
    transform: translate(11.9957vw, 71.665vh) scale(0.6432); }
  to {
    transform: translate(15.4928vw, 100vh) scale(0.6432); } }
    #auguri_banner .snow:nth-child(117) {
      opacity: 0.8223;
      transform: translate(11.9972vw, -10px) scale(0.8859);
      animation: fall-117 21s -22s linear infinite; }
@keyframes fall-117 {
  31.144% {
    transform: translate(20.7686vw, 31.144vh) scale(0.8859); }
  to {
    transform: translate(16.3829vw, 100vh) scale(0.8859); } }
    #auguri_banner .snow:nth-child(118) {
      opacity: 0.6049;
      transform: translate(53.2546vw, -10px) scale(0.6437);
      animation: fall-118 19s -10s linear infinite; }
@keyframes fall-118 {
  38.779% {
    transform: translate(55.7134vw, 38.779vh) scale(0.6437); }
  to {
    transform: translate(54.484vw, 100vh) scale(0.6437); } }
    #auguri_banner .snow:nth-child(119) {
      opacity: 0.2768;
      transform: translate(64.4896vw, -10px) scale(0.5488);
      animation: fall-119 12s -26s linear infinite; }
@keyframes fall-119 {
  30.037% {
    transform: translate(63.0986vw, 30.037vh) scale(0.5488); }
  to {
    transform: translate(63.7941vw, 100vh) scale(0.5488); } }
    #auguri_banner .snow:nth-child(120) {
      opacity: 0.438;
      transform: translate(3.3231vw, -10px) scale(0.1261);
      animation: fall-120 17s -10s linear infinite; }
@keyframes fall-120 {
  65.24% {
    transform: translate(8.2325vw, 65.24vh) scale(0.1261); }
  to {
    transform: translate(5.7778vw, 100vh) scale(0.1261); } }
    #auguri_banner .snow:nth-child(121) {
      opacity: 0.0288;
      transform: translate(96.6787vw, -10px) scale(0.3389);
      animation: fall-121 12s -8s linear infinite; }
@keyframes fall-121 {
  39.471% {
    transform: translate(97.6295vw, 39.471vh) scale(0.3389); }
  to {
    transform: translate(97.1541vw, 100vh) scale(0.3389); } }
    #auguri_banner .snow:nth-child(122) {
      opacity: 0.4512;
      transform: translate(66.3194vw, -10px) scale(0.6732);
      animation: fall-122 28s -18s linear infinite; }
@keyframes fall-122 {
  78.732% {
    transform: translate(61.5761vw, 78.732vh) scale(0.6732); }
  to {
    transform: translate(63.94775vw, 100vh) scale(0.6732); } }
    #auguri_banner .snow:nth-child(123) {
      opacity: 0.2788;
      transform: translate(93.0024vw, -10px) scale(0.1027);
      animation: fall-123 12s -12s linear infinite; }
@keyframes fall-123 {
  73.641% {
    transform: translate(101.7607vw, 73.641vh) scale(0.1027); }
  to {
    transform: translate(97.38155vw, 100vh) scale(0.1027); } }
    #auguri_banner .snow:nth-child(124) {
      opacity: 0.6547;
      transform: translate(21.8508vw, -10px) scale(0.7747);
      animation: fall-124 14s -24s linear infinite; }
@keyframes fall-124 {
  65.681% {
    transform: translate(25.0568vw, 65.681vh) scale(0.7747); }
  to {
    transform: translate(23.4538vw, 100vh) scale(0.7747); } }
    #auguri_banner .snow:nth-child(125) {
      opacity: 0.3579;
      transform: translate(14.5865vw, -10px) scale(0.9186);
      animation: fall-125 29s -22s linear infinite; }
@keyframes fall-125 {
  78.914% {
    transform: translate(13.5311vw, 78.914vh) scale(0.9186); }
  to {
    transform: translate(14.0588vw, 100vh) scale(0.9186); } }
    #auguri_banner .snow:nth-child(126) {
      opacity: 0.7395;
      transform: translate(59.3797vw, -10px) scale(0.5798);
      animation: fall-126 12s -24s linear infinite; }
@keyframes fall-126 {
  60.777% {
    transform: translate(68.8802vw, 60.777vh) scale(0.5798); }
  to {
    transform: translate(64.12995vw, 100vh) scale(0.5798); } }
    #auguri_banner .snow:nth-child(127) {
      opacity: 0.26;
      transform: translate(90.2051vw, -10px) scale(0.5873);
      animation: fall-127 17s -13s linear infinite; }
@keyframes fall-127 {
  51.608% {
    transform: translate(86.5927vw, 51.608vh) scale(0.5873); }
  to {
    transform: translate(88.3989vw, 100vh) scale(0.5873); } }
    #auguri_banner .snow:nth-child(128) {
      opacity: 0.7926;
      transform: translate(17.2228vw, -10px) scale(0.9499);
      animation: fall-128 13s -28s linear infinite; }
@keyframes fall-128 {
  43.006% {
    transform: translate(15.5824vw, 43.006vh) scale(0.9499); }
  to {
    transform: translate(16.4026vw, 100vh) scale(0.9499); } }
    #auguri_banner .snow:nth-child(129) {
      opacity: 0.8758;
      transform: translate(81.098vw, -10px) scale(0.567);
      animation: fall-129 29s -2s linear infinite; }
@keyframes fall-129 {
  77.34% {
    transform: translate(78.7848vw, 77.34vh) scale(0.567); }
  to {
    transform: translate(79.9414vw, 100vh) scale(0.567); } }
    #auguri_banner .snow:nth-child(130) {
      opacity: 0.5969;
      transform: translate(82.4344vw, -10px) scale(0.8025);
      animation: fall-130 16s -19s linear infinite; }
@keyframes fall-130 {
  47.024% {
    transform: translate(79.8976vw, 47.024vh) scale(0.8025); }
  to {
    transform: translate(81.166vw, 100vh) scale(0.8025); } }
    #auguri_banner .snow:nth-child(131) {
      opacity: 0.974;
      transform: translate(36.263vw, -10px) scale(0.708);
      animation: fall-131 23s -28s linear infinite; }
@keyframes fall-131 {
  51.513% {
    transform: translate(31.8168vw, 51.513vh) scale(0.708); }
  to {
    transform: translate(34.0399vw, 100vh) scale(0.708); } }
    #auguri_banner .snow:nth-child(132) {
      opacity: 0.6805;
      transform: translate(4.463vw, -10px) scale(0.9514);
      animation: fall-132 13s -27s linear infinite; }
@keyframes fall-132 {
  71.616% {
    transform: translate(1.6762vw, 71.616vh) scale(0.9514); }
  to {
    transform: translate(3.0696vw, 100vh) scale(0.9514); } }
    #auguri_banner .snow:nth-child(133) {
      opacity: 0.2147;
      transform: translate(39.451vw, -10px) scale(0.7199);
      animation: fall-133 24s -7s linear infinite; }
@keyframes fall-133 {
  64.274% {
    transform: translate(38.2486vw, 64.274vh) scale(0.7199); }
  to {
    transform: translate(38.8498vw, 100vh) scale(0.7199); } }
    #auguri_banner .snow:nth-child(134) {
      opacity: 0.6155;
      transform: translate(23.301vw, -10px) scale(0.2846);
      animation: fall-134 20s -7s linear infinite; }
@keyframes fall-134 {
  49.95% {
    transform: translate(28.4428vw, 49.95vh) scale(0.2846); }
  to {
    transform: translate(25.8719vw, 100vh) scale(0.2846); } }
    #auguri_banner .snow:nth-child(135) {
      opacity: 0.3095;
      transform: translate(83.6185vw, -10px) scale(0.7996);
      animation: fall-135 13s -4s linear infinite; }
@keyframes fall-135 {
  55.556% {
    transform: translate(76.8458vw, 55.556vh) scale(0.7996); }
  to {
    transform: translate(80.23215vw, 100vh) scale(0.7996); } }
    #auguri_banner .snow:nth-child(136) {
      opacity: 0.3061;
      transform: translate(61.5184vw, -10px) scale(0.8268);
      animation: fall-136 23s -26s linear infinite; }
@keyframes fall-136 {
  62.857% {
    transform: translate(52.2767vw, 62.857vh) scale(0.8268); }
  to {
    transform: translate(56.89755vw, 100vh) scale(0.8268); } }
    #auguri_banner .snow:nth-child(137) {
      opacity: 0.6892;
      transform: translate(12.0904vw, -10px) scale(0.9375);
      animation: fall-137 28s -8s linear infinite; }
@keyframes fall-137 {
  73.471% {
    transform: translate(21.0611vw, 73.471vh) scale(0.9375); }
  to {
    transform: translate(16.57575vw, 100vh) scale(0.9375); } }
    #auguri_banner .snow:nth-child(138) {
      opacity: 0.824;
      transform: translate(91.2939vw, -10px) scale(0.9655);
      animation: fall-138 23s -21s linear infinite; }
@keyframes fall-138 {
  59.336% {
    transform: translate(91.9512vw, 59.336vh) scale(0.9655); }
  to {
    transform: translate(91.62255vw, 100vh) scale(0.9655); } }
    #auguri_banner .snow:nth-child(139) {
      opacity: 0.3781;
      transform: translate(97.772vw, -10px) scale(0.3246);
      animation: fall-139 27s -8s linear infinite; }
@keyframes fall-139 {
  78.258% {
    transform: translate(106.4955vw, 78.258vh) scale(0.3246); }
  to {
    transform: translate(102.13375vw, 100vh) scale(0.3246); } }
    #auguri_banner .snow:nth-child(140) {
      opacity: 0.478;
      transform: translate(49.6127vw, -10px) scale(0.8333);
      animation: fall-140 19s -19s linear infinite; }
@keyframes fall-140 {
  63.849% {
    transform: translate(44.4064vw, 63.849vh) scale(0.8333); }
  to {
    transform: translate(47.00955vw, 100vh) scale(0.8333); } }
    #auguri_banner .snow:nth-child(141) {
      opacity: 0.3079;
      transform: translate(57.4718vw, -10px) scale(0.186);
      animation: fall-141 28s -23s linear infinite; }
@keyframes fall-141 {
  69.581% {
    transform: translate(47.5081vw, 69.581vh) scale(0.186); }
  to {
    transform: translate(52.48995vw, 100vh) scale(0.186); } }
    #auguri_banner .snow:nth-child(142) {
      opacity: 0.512;
      transform: translate(51.8795vw, -10px) scale(0.3281);
      animation: fall-142 10s -17s linear infinite; }
@keyframes fall-142 {
  65.776% {
    transform: translate(46.342vw, 65.776vh) scale(0.3281); }
  to {
    transform: translate(49.11075vw, 100vh) scale(0.3281); } }
    #auguri_banner .snow:nth-child(143) {
      opacity: 0.6273;
      transform: translate(65.3621vw, -10px) scale(0.6254);
      animation: fall-143 22s -18s linear infinite; }
@keyframes fall-143 {
  35.125% {
    transform: translate(64.0334vw, 35.125vh) scale(0.6254); }
  to {
    transform: translate(64.69775vw, 100vh) scale(0.6254); } }
    #auguri_banner .snow:nth-child(144) {
      opacity: 0.2547;
      transform: translate(70.8492vw, -10px) scale(0.9043);
      animation: fall-144 24s -29s linear infinite; }
@keyframes fall-144 {
  54.731% {
    transform: translate(61.0442vw, 54.731vh) scale(0.9043); }
  to {
    transform: translate(65.9467vw, 100vh) scale(0.9043); } }
    #auguri_banner .snow:nth-child(145) {
      opacity: 0.6031;
      transform: translate(15.6283vw, -10px) scale(0.502);
      animation: fall-145 11s -7s linear infinite; }
@keyframes fall-145 {
  48.213% {
    transform: translate(6.5217vw, 48.213vh) scale(0.502); }
  to {
    transform: translate(11.075vw, 100vh) scale(0.502); } }
    #auguri_banner .snow:nth-child(146) {
      opacity: 0.9422;
      transform: translate(18.7567vw, -10px) scale(0.6);
      animation: fall-146 17s -28s linear infinite; }
@keyframes fall-146 {
  75.736% {
    transform: translate(15.7865vw, 75.736vh) scale(0.6); }
  to {
    transform: translate(17.2716vw, 100vh) scale(0.6); } }
    #auguri_banner .snow:nth-child(147) {
      opacity: 0.475;
      transform: translate(95.6815vw, -10px) scale(0.4398);
      animation: fall-147 13s -15s linear infinite; }
@keyframes fall-147 {
  47.659% {
    transform: translate(98.5678vw, 47.659vh) scale(0.4398); }
  to {
    transform: translate(97.12465vw, 100vh) scale(0.4398); } }
    #auguri_banner .snow:nth-child(148) {
      opacity: 0.7494;
      transform: translate(5.7894vw, -10px) scale(0.2468);
      animation: fall-148 26s -19s linear infinite; }
@keyframes fall-148 {
  36.166% {
    transform: translate(11.8886vw, 36.166vh) scale(0.2468); }
  to {
    transform: translate(8.839vw, 100vh) scale(0.2468); } }
    #auguri_banner .snow:nth-child(149) {
      opacity: 0.555;
      transform: translate(51.4267vw, -10px) scale(0.9343);
      animation: fall-149 13s -26s linear infinite; }
@keyframes fall-149 {
  67.611% {
    transform: translate(57.5207vw, 67.611vh) scale(0.9343); }
  to {
    transform: translate(54.4737vw, 100vh) scale(0.9343); } }
    #auguri_banner .snow:nth-child(150) {
      opacity: 0.8086;
      transform: translate(15.1368vw, -10px) scale(0.8665);
      animation: fall-150 14s -16s linear infinite; }
@keyframes fall-150 {
  58.909% {
    transform: translate(9.5593vw, 58.909vh) scale(0.8665); }
  to {
    transform: translate(12.34805vw, 100vh) scale(0.8665); } }
    #auguri_banner .snow:nth-child(151) {
      opacity: 0.4752;
      transform: translate(33.9195vw, -10px) scale(0.3045);
      animation: fall-151 19s -3s linear infinite; }
@keyframes fall-151 {
  32.452% {
    transform: translate(27.1917vw, 32.452vh) scale(0.3045); }
  to {
    transform: translate(30.5556vw, 100vh) scale(0.3045); } }
    #auguri_banner .snow:nth-child(152) {
      opacity: 0.9517;
      transform: translate(92.8821vw, -10px) scale(0.295);
      animation: fall-152 28s -21s linear infinite; }
@keyframes fall-152 {
  48.307% {
    transform: translate(100.9496vw, 48.307vh) scale(0.295); }
  to {
    transform: translate(96.91585vw, 100vh) scale(0.295); } }
    #auguri_banner .snow:nth-child(153) {
      opacity: 0.3143;
      transform: translate(87.3417vw, -10px) scale(0.3481);
      animation: fall-153 12s -27s linear infinite; }
@keyframes fall-153 {
  75.15% {
    transform: translate(80.9922vw, 75.15vh) scale(0.3481); }
  to {
    transform: translate(84.16695vw, 100vh) scale(0.3481); } }
    #auguri_banner .snow:nth-child(154) {
      opacity: 0.5955;
      transform: translate(80.6652vw, -10px) scale(0.8079);
      animation: fall-154 27s -16s linear infinite; }
@keyframes fall-154 {
  60.458% {
    transform: translate(84.5894vw, 60.458vh) scale(0.8079); }
  to {
    transform: translate(82.6273vw, 100vh) scale(0.8079); } }
    #auguri_banner .snow:nth-child(155) {
      opacity: 0.2463;
      transform: translate(74.9735vw, -10px) scale(0.3257);
      animation: fall-155 16s -20s linear infinite; }
@keyframes fall-155 {
  46.564% {
    transform: translate(78.8285vw, 46.564vh) scale(0.3257); }
  to {
    transform: translate(76.901vw, 100vh) scale(0.3257); } }
    #auguri_banner .snow:nth-child(156) {
      opacity: 0.1562;
      transform: translate(99.8128vw, -10px) scale(0.0585);
      animation: fall-156 20s -8s linear infinite; }
@keyframes fall-156 {
  44.459% {
    transform: translate(109.3047vw, 44.459vh) scale(0.0585); }
  to {
    transform: translate(104.55875vw, 100vh) scale(0.0585); } }
    #auguri_banner .snow:nth-child(157) {
      opacity: 0.4309;
      transform: translate(42.0744vw, -10px) scale(0.9632);
      animation: fall-157 16s -2s linear infinite; }
@keyframes fall-157 {
  36.353% {
    transform: translate(39.8216vw, 36.353vh) scale(0.9632); }
  to {
    transform: translate(40.948vw, 100vh) scale(0.9632); } }
    #auguri_banner .snow:nth-child(158) {
      opacity: 0.5809;
      transform: translate(12.333vw, -10px) scale(0.847);
      animation: fall-158 12s -11s linear infinite; }
@keyframes fall-158 {
  54.483% {
    transform: translate(9.2356vw, 54.483vh) scale(0.847); }
  to {
    transform: translate(10.7843vw, 100vh) scale(0.847); } }
    #auguri_banner .snow:nth-child(159) {
      opacity: 0.2386;
      transform: translate(64.6715vw, -10px) scale(0.837);
      animation: fall-159 29s -19s linear infinite; }
@keyframes fall-159 {
  60.735% {
    transform: translate(64.5951vw, 60.735vh) scale(0.837); }
  to {
    transform: translate(64.6333vw, 100vh) scale(0.837); } }
    #auguri_banner .snow:nth-child(160) {
      opacity: 0.5307;
      transform: translate(30.5417vw, -10px) scale(0.598);
      animation: fall-160 30s -5s linear infinite; }
@keyframes fall-160 {
  56.472% {
    transform: translate(30.4413vw, 56.472vh) scale(0.598); }
  to {
    transform: translate(30.4915vw, 100vh) scale(0.598); } }
    #auguri_banner .snow:nth-child(161) {
      opacity: 0.8464;
      transform: translate(11.6438vw, -10px) scale(0.4086);
      animation: fall-161 27s -30s linear infinite; }
@keyframes fall-161 {
  36.197% {
    transform: translate(21.6367vw, 36.197vh) scale(0.4086); }
  to {
    transform: translate(16.64025vw, 100vh) scale(0.4086); } }
    #auguri_banner .snow:nth-child(162) {
      opacity: 0.3894;
      transform: translate(23.6286vw, -10px) scale(0.5419);
      animation: fall-162 27s -28s linear infinite; }
@keyframes fall-162 {
  47.244% {
    transform: translate(28.428vw, 47.244vh) scale(0.5419); }
  to {
    transform: translate(26.0283vw, 100vh) scale(0.5419); } }
    #auguri_banner .snow:nth-child(163) {
      opacity: 0.4791;
      transform: translate(55.4759vw, -10px) scale(0.0054);
      animation: fall-163 18s -5s linear infinite; }
@keyframes fall-163 {
  45.228% {
    transform: translate(63.5986vw, 45.228vh) scale(0.0054); }
  to {
    transform: translate(59.53725vw, 100vh) scale(0.0054); } }
    #auguri_banner .snow:nth-child(164) {
      opacity: 0.9988;
      transform: translate(4.8573vw, -10px) scale(0.5901);
      animation: fall-164 11s -21s linear infinite; }
@keyframes fall-164 {
  77.064% {
    transform: translate(0.3904vw, 77.064vh) scale(0.5901); }
  to {
    transform: translate(2.62385vw, 100vh) scale(0.5901); } }
    #auguri_banner .snow:nth-child(165) {
      opacity: 0.4096;
      transform: translate(78.1883vw, -10px) scale(0.7011);
      animation: fall-165 20s -20s linear infinite; }
@keyframes fall-165 {
  56.001% {
    transform: translate(81.3301vw, 56.001vh) scale(0.7011); }
  to {
    transform: translate(79.7592vw, 100vh) scale(0.7011); } }
    #auguri_banner .snow:nth-child(166) {
      opacity: 0.9196;
      transform: translate(22.2688vw, -10px) scale(0.2847);
      animation: fall-166 18s -23s linear infinite; }
@keyframes fall-166 {
  46.363% {
    transform: translate(20.7022vw, 46.363vh) scale(0.2847); }
  to {
    transform: translate(21.4855vw, 100vh) scale(0.2847); } }
    #auguri_banner .snow:nth-child(167) {
      opacity: 0.582;
      transform: translate(95.9363vw, -10px) scale(0.6622);
      animation: fall-167 16s -14s linear infinite; }
@keyframes fall-167 {
  31.643% {
    transform: translate(88.5396vw, 31.643vh) scale(0.6622); }
  to {
    transform: translate(92.23795vw, 100vh) scale(0.6622); } }
    #auguri_banner .snow:nth-child(168) {
      opacity: 0.6584;
      transform: translate(9.8966vw, -10px) scale(0.2462);
      animation: fall-168 25s -12s linear infinite; }
@keyframes fall-168 {
  55.768% {
    transform: translate(8.1619vw, 55.768vh) scale(0.2462); }
  to {
    transform: translate(9.02925vw, 100vh) scale(0.2462); } }
    #auguri_banner .snow:nth-child(169) {
      opacity: 0.0064;
      transform: translate(51.589vw, -10px) scale(0.1242);
      animation: fall-169 12s -10s linear infinite; }
@keyframes fall-169 {
  73.142% {
    transform: translate(51.0484vw, 73.142vh) scale(0.1242); }
  to {
    transform: translate(51.3187vw, 100vh) scale(0.1242); } }
    #auguri_banner .snow:nth-child(170) {
      opacity: 0.1836;
      transform: translate(85.2747vw, -10px) scale(0.111);
      animation: fall-170 27s -3s linear infinite; }
@keyframes fall-170 {
  67.623% {
    transform: translate(75.8378vw, 67.623vh) scale(0.111); }
  to {
    transform: translate(80.55625vw, 100vh) scale(0.111); } }
    #auguri_banner .snow:nth-child(171) {
      opacity: 0.2816;
      transform: translate(68.6225vw, -10px) scale(0.9126);
      animation: fall-171 28s -10s linear infinite; }
@keyframes fall-171 {
  43.091% {
    transform: translate(65.3967vw, 43.091vh) scale(0.9126); }
  to {
    transform: translate(67.0096vw, 100vh) scale(0.9126); } }
    #auguri_banner .snow:nth-child(172) {
      opacity: 0.7264;
      transform: translate(17.3634vw, -10px) scale(0.2957);
      animation: fall-172 24s -18s linear infinite; }
@keyframes fall-172 {
  79.194% {
    transform: translate(8.639vw, 79.194vh) scale(0.2957); }
  to {
    transform: translate(13.0012vw, 100vh) scale(0.2957); } }
    #auguri_banner .snow:nth-child(173) {
      opacity: 0.9383;
      transform: translate(29.1586vw, -10px) scale(0.4438);
      animation: fall-173 14s -2s linear infinite; }
@keyframes fall-173 {
  38.317% {
    transform: translate(35.5954vw, 38.317vh) scale(0.4438); }
  to {
    transform: translate(32.377vw, 100vh) scale(0.4438); } }
    #auguri_banner .snow:nth-child(174) {
      opacity: 0.4077;
      transform: translate(19.6442vw, -10px) scale(0.9604);
      animation: fall-174 30s -18s linear infinite; }
@keyframes fall-174 {
  72.939% {
    transform: translate(17.1277vw, 72.939vh) scale(0.9604); }
  to {
    transform: translate(18.38595vw, 100vh) scale(0.9604); } }
    #auguri_banner .snow:nth-child(175) {
      opacity: 0.9444;
      transform: translate(86.4087vw, -10px) scale(0.5859);
      animation: fall-175 27s -2s linear infinite; }
@keyframes fall-175 {
  51.173% {
    transform: translate(84.3467vw, 51.173vh) scale(0.5859); }
  to {
    transform: translate(85.3777vw, 100vh) scale(0.5859); } }
    #auguri_banner .snow:nth-child(176) {
      opacity: 0.7694;
      transform: translate(69.2136vw, -10px) scale(0.1486);
      animation: fall-176 21s -13s linear infinite; }
@keyframes fall-176 {
  65.779% {
    transform: translate(59.8714vw, 65.779vh) scale(0.1486); }
  to {
    transform: translate(64.5425vw, 100vh) scale(0.1486); } }
    #auguri_banner .snow:nth-child(177) {
      opacity: 0.1856;
      transform: translate(82.5634vw, -10px) scale(0.8894);
      animation: fall-177 14s -6s linear infinite; }
@keyframes fall-177 {
  46.646% {
    transform: translate(75.9894vw, 46.646vh) scale(0.8894); }
  to {
    transform: translate(79.2764vw, 100vh) scale(0.8894); } }
    #auguri_banner .snow:nth-child(178) {
      opacity: 0.4216;
      transform: translate(97.5934vw, -10px) scale(0.282);
      animation: fall-178 12s -28s linear infinite; }
@keyframes fall-178 {
  39.443% {
    transform: translate(90.7399vw, 39.443vh) scale(0.282); }
  to {
    transform: translate(94.16665vw, 100vh) scale(0.282); } }
    #auguri_banner .snow:nth-child(179) {
      opacity: 0.3282;
      transform: translate(67.1431vw, -10px) scale(0.6666);
      animation: fall-179 22s -30s linear infinite; }
@keyframes fall-179 {
  65.179% {
    transform: translate(67.8255vw, 65.179vh) scale(0.6666); }
  to {
    transform: translate(67.4843vw, 100vh) scale(0.6666); } }
    #auguri_banner .snow:nth-child(180) {
      opacity: 0.3749;
      transform: translate(72.0917vw, -10px) scale(0.2827);
      animation: fall-180 12s -28s linear infinite; }
@keyframes fall-180 {
  74.229% {
    transform: translate(70.8374vw, 74.229vh) scale(0.2827); }
  to {
    transform: translate(71.46455vw, 100vh) scale(0.2827); } }
    #auguri_banner .snow:nth-child(181) {
      opacity: 0.8478;
      transform: translate(95.0332vw, -10px) scale(0.8387);
      animation: fall-181 25s -17s linear infinite; }
@keyframes fall-181 {
  62.24% {
    transform: translate(85.3335vw, 62.24vh) scale(0.8387); }
  to {
    transform: translate(90.18335vw, 100vh) scale(0.8387); } }
    #auguri_banner .snow:nth-child(182) {
      opacity: 0.2759;
      transform: translate(16.7513vw, -10px) scale(0.9158);
      animation: fall-182 11s -4s linear infinite; }
@keyframes fall-182 {
  78.638% {
    transform: translate(22.8599vw, 78.638vh) scale(0.9158); }
  to {
    transform: translate(19.8056vw, 100vh) scale(0.9158); } }
    #auguri_banner .snow:nth-child(183) {
      opacity: 0.1612;
      transform: translate(67.115vw, -10px) scale(0.3205);
      animation: fall-183 17s -16s linear infinite; }
@keyframes fall-183 {
  46.07% {
    transform: translate(62.1032vw, 46.07vh) scale(0.3205); }
  to {
    transform: translate(64.6091vw, 100vh) scale(0.3205); } }
    #auguri_banner .snow:nth-child(184) {
      opacity: 0.5914;
      transform: translate(93.3338vw, -10px) scale(0.02);
      animation: fall-184 14s -22s linear infinite; }
@keyframes fall-184 {
  33.527% {
    transform: translate(94.7821vw, 33.527vh) scale(0.02); }
  to {
    transform: translate(94.05795vw, 100vh) scale(0.02); } }
    #auguri_banner .snow:nth-child(185) {
      opacity: 0.2543;
      transform: translate(91.8707vw, -10px) scale(0.0433);
      animation: fall-185 27s -23s linear infinite; }
@keyframes fall-185 {
  45.533% {
    transform: translate(91.85vw, 45.533vh) scale(0.0433); }
  to {
    transform: translate(91.86035vw, 100vh) scale(0.0433); } }
    #auguri_banner .snow:nth-child(186) {
      opacity: 0.8799;
      transform: translate(84.436vw, -10px) scale(0.9627);
      animation: fall-186 18s -18s linear infinite; }
@keyframes fall-186 {
  49.934% {
    transform: translate(88.2647vw, 49.934vh) scale(0.9627); }
  to {
    transform: translate(86.35035vw, 100vh) scale(0.9627); } }
    #auguri_banner .snow:nth-child(187) {
      opacity: 0.5402;
      transform: translate(88.8227vw, -10px) scale(0.8057);
      animation: fall-187 28s -20s linear infinite; }
@keyframes fall-187 {
  63.782% {
    transform: translate(87.8073vw, 63.782vh) scale(0.8057); }
  to {
    transform: translate(88.315vw, 100vh) scale(0.8057); } }
    #auguri_banner .snow:nth-child(188) {
      opacity: 0.2318;
      transform: translate(16.1729vw, -10px) scale(0.3969);
      animation: fall-188 24s -7s linear infinite; }
@keyframes fall-188 {
  33.061% {
    transform: translate(20.123vw, 33.061vh) scale(0.3969); }
  to {
    transform: translate(18.14795vw, 100vh) scale(0.3969); } }
    #auguri_banner .snow:nth-child(189) {
      opacity: 0.8258;
      transform: translate(91.4021vw, -10px) scale(0.9892);
      animation: fall-189 25s -12s linear infinite; }
@keyframes fall-189 {
  34.445% {
    transform: translate(93.2403vw, 34.445vh) scale(0.9892); }
  to {
    transform: translate(92.3212vw, 100vh) scale(0.9892); } }
    #auguri_banner .snow:nth-child(190) {
      opacity: 0.0845;
      transform: translate(68.302vw, -10px) scale(0.9765);
      animation: fall-190 18s -22s linear infinite; }
@keyframes fall-190 {
  70.509% {
    transform: translate(76.1446vw, 70.509vh) scale(0.9765); }
  to {
    transform: translate(72.2233vw, 100vh) scale(0.9765); } }
    #auguri_banner .snow:nth-child(191) {
      opacity: 0.9139;
      transform: translate(20.9544vw, -10px) scale(0.4774);
      animation: fall-191 29s -5s linear infinite; }
@keyframes fall-191 {
  61.928% {
    transform: translate(22.4741vw, 61.928vh) scale(0.4774); }
  to {
    transform: translate(21.71425vw, 100vh) scale(0.4774); } }
    #auguri_banner .snow:nth-child(192) {
      opacity: 0.6063;
      transform: translate(60.7138vw, -10px) scale(0.0361);
      animation: fall-192 17s -29s linear infinite; }
@keyframes fall-192 {
  62.059% {
    transform: translate(67.4173vw, 62.059vh) scale(0.0361); }
  to {
    transform: translate(64.06555vw, 100vh) scale(0.0361); } }
    #auguri_banner .snow:nth-child(193) {
      opacity: 0.8354;
      transform: translate(55.5587vw, -10px) scale(0.0097);
      animation: fall-193 25s -29s linear infinite; }
@keyframes fall-193 {
  50.375% {
    transform: translate(58.8462vw, 50.375vh) scale(0.0097); }
  to {
    transform: translate(57.20245vw, 100vh) scale(0.0097); } }
    #auguri_banner .snow:nth-child(194) {
      opacity: 0.2518;
      transform: translate(80.964vw, -10px) scale(0.7867);
      animation: fall-194 20s -8s linear infinite; }
@keyframes fall-194 {
  35.072% {
    transform: translate(85.7025vw, 35.072vh) scale(0.7867); }
  to {
    transform: translate(83.33325vw, 100vh) scale(0.7867); } }
    #auguri_banner .snow:nth-child(195) {
      opacity: 0.7185;
      transform: translate(97.5841vw, -10px) scale(0.8188);
      animation: fall-195 27s -27s linear infinite; }
@keyframes fall-195 {
  57.371% {
    transform: translate(104.0186vw, 57.371vh) scale(0.8188); }
  to {
    transform: translate(100.80135vw, 100vh) scale(0.8188); } }
    #auguri_banner .snow:nth-child(196) {
      opacity: 0.176;
      transform: translate(58.8735vw, -10px) scale(0.7175);
      animation: fall-196 20s -9s linear infinite; }
@keyframes fall-196 {
  60.625% {
    transform: translate(53.2825vw, 60.625vh) scale(0.7175); }
  to {
    transform: translate(56.078vw, 100vh) scale(0.7175); } }
    #auguri_banner .snow:nth-child(197) {
      opacity: 0.5284;
      transform: translate(80.541vw, -10px) scale(0.2688);
      animation: fall-197 19s -11s linear infinite; }
@keyframes fall-197 {
  61.383% {
    transform: translate(75.8547vw, 61.383vh) scale(0.2688); }
  to {
    transform: translate(78.19785vw, 100vh) scale(0.2688); } }
    #auguri_banner .snow:nth-child(198) {
      opacity: 0.7268;
      transform: translate(83.0574vw, -10px) scale(0.7028);
      animation: fall-198 27s -18s linear infinite; }
@keyframes fall-198 {
  65.019% {
    transform: translate(76.7735vw, 65.019vh) scale(0.7028); }
  to {
    transform: translate(79.91545vw, 100vh) scale(0.7028); } }
    #auguri_banner .snow:nth-child(199) {
      opacity: 0.9249;
      transform: translate(2.9958vw, -10px) scale(0.9924);
      animation: fall-199 23s -4s linear infinite; }
@keyframes fall-199 {
  54.304% {
    transform: translate(-6.2934vw, 54.304vh) scale(0.9924); }
  to {
    transform: translate(-1.6488vw, 100vh) scale(0.9924); } }
    #auguri_banner .snow:nth-child(200) {
      opacity: 0.8161;
      transform: translate(21.3458vw, -10px) scale(0.4993);
      animation: fall-200 29s -1s linear infinite; }
@keyframes fall-200 {
  42.71% {
    transform: translate(29.5384vw, 42.71vh) scale(0.4993); }
  to {
    transform: translate(25.4421vw, 100vh) scale(0.4993); } }
#illustration-xmas {
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0%;
  background-image: url("../img/natale2020.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom; }
  @media (min-width: 768px) {
    #illustration-xmas {
      height: 70%; } }
  @media (min-width: 1024px) {
    #illustration-xmas {
      height: 90%; } }
  @media (min-width: 1366px) {
    #illustration-xmas {
      right: 20%;
      height: 100%; } }

#ci label {
  margin-right: 15px; }

.page-charts-10anni #ipe {
  display: none !important; }

.player {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin: 0 30px; }
  .player > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* Then style the iframe to fit in the container div with full height and width */
.day-col {
  border-left: dotted 2px #ced4da; }

.empty-box {
  border: dotted 4px #ced4da;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  border-radius: 30px; }

.slot-carousel {
  overflow: auto;
  margin-bottom: 30px; }

/**
-----------REPO
 */
.page-repo {
  padding-top: 0px !important; }
  .page-repo .form-inline {
    margin-bottom: 30px; }
    .page-repo .form-inline .panel-body {
      display: flex; }
  .page-repo table {
    width: 100%; }

.repo-logo a {
  display: block; }
.repo-logo img {
  max-width: 200px;
  height: auto; }

.repo-claim {
  text-transform: uppercase;
  color: #5e483b;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold; }

.repo-links a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  line-height: 1.2; }
  .repo-links a:hover i {
    opacity: 1; }
  .repo-links a.active {
    font-weight: bold; }
    .repo-links a.active i {
      opacity: 1; }
.repo-links i {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  font-size: 1.2em;
  opacity: 0.5;
  vertical-align: middle;
  margin-top: -5px; }

.folder {
  max-width: 50%;
  flex: 1 1 50%;
  position: relative; }
  @media (min-width: 768px) {
    .folder {
      max-width: 33%;
      flex: 1 1 33%; } }
  @media (min-width: 1024px) {
    .folder {
      max-width: 20%;
      flex: 1 1 20%; } }
  .folder i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 2em;
    color: #c5b9b3;
    opacity: 0.5; }
  .folder.hover i {
    opacity: 1; }

.folder-breadcrumb {
  margin: 0 15px;
  padding-bottom: 15px;
  border-bottom: dotted 2px #c5b9b3; }

.folders-block {
  padding-bottom: 15px;
  margin: 15px 0;
  border-bottom: dotted 2px #c5b9b3; }

.folders-list, .folders-list ul {
  list-style: none;
  margin-bottom: 15px !important; }
.folders-list li {
  padding: 0 5px; }
  .folders-list li a {
    display: block; }
    .folders-list li a i {
      margin-right: 5px; }
.folders-list > li > a {
  font-weight: bold; }

.node-confidential-file {
  position: relative; }
  .node-confidential-file .folder-ribbon {
    position: absolute;
    top: 0;
    left: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 6px; }
    .node-confidential-file .folder-ribbon:hover {
      background-color: #003a6e !important; }
  .node-confidential-file .file-link {
    display: block;
    padding: 45px 30px 15px;
    background-color: #f5f5f4; }
    .node-confidential-file .file-link img {
      display: block;
      margin-bottom: 5px;
      max-height: 50px;
      width: auto; }
    .node-confidential-file .file-link span {
      display: block; }
    .node-confidential-file .file-link .fp-file-date {
      color: #675f5b; }

.view-confidential-files-list .view-content {
  display: flex;
  flex-wrap: wrap; }
  .view-confidential-files-list .view-content > div {
    max-width: 100%;
    flex: 1 1 100%; }
    @media (min-width: 768px) {
      .view-confidential-files-list .view-content > div {
        max-width: 33%;
        flex: 1 1 33%; } }
    @media (min-width: 1024px) {
      .view-confidential-files-list .view-content > div {
        max-width: 20%;
        flex: 1 1 20%; } }
.view-confidential-files-list .views-exposed-widgets {
  display: flex;
  justify-content: flex-end; }
  .view-confidential-files-list .views-exposed-widgets select {
    padding: 0.75rem 3.5rem 0.75rem 1.5rem; }
  .view-confidential-files-list .views-exposed-widgets label {
    display: none; }
.view-confidential-files-list .views-submit-button button {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  #overlay-content {
    padding: 60px; } }
#overlay-content #footer, #overlay-content #header {
  display: none; }

/**
-----------BLOG
 */
#blog_head, #term_head, #blog_post_head {
  background-image: url("../img/blog_bg.jpg");
  background-repeat: no-repeat;
  background-size: 180% auto;
  background-attachment: scroll;
  background-position: right center; }
  @media (min-width: 768px) {
    #blog_head, #term_head, #blog_post_head {
      background-size: 150% auto; } }
  @media (min-width: 1024px) {
    #blog_head, #term_head, #blog_post_head {
      background-size: cover; } }

.page-blog .main-container > .row, .page-blog .node-blog-post .main-container > .paragraph.with-image, .node-blog-post .page-blog .main-container > .paragraph.with-image {
  align-items: flex-start; }
.page-blog #sidebar-right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px; }

.node-type-blog-post .main-container > .row, .node-type-blog-post .node-blog-post .main-container > .paragraph.with-image, .node-blog-post .node-type-blog-post .main-container > .paragraph.with-image {
  align-items: flex-start; }
.node-type-blog-post #sidebar-right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-top: 30px; }
  @media (max-width: 1023.98px) {
    .node-type-blog-post #sidebar-right {
      padding-top: 60px; }
      .node-type-blog-post #sidebar-right:before {
        content: '';
        position: absolute;
        top: 30px;
        left: 0;
        width: 100px;
        height: 1px;
        border-top: dotted 3px #003a6e; } }
.node-type-blog-post.toolbar-fixed #sidebar-right {
  top: 200px !important; }

#block-views-block-blog-taxonomies-block-1,
#block-fp-blog-fp-blog-heading-links,
#block-views-blog-taxonomies-block {
  position: relative; }

@media (min-width: 1024px) {
  #block-views-block-blog-carousel-block,
  #block-views-blog-carousel-block,
  #block-fp-blog-fp-blog-heading-links {
    padding-top: 60px; }
    #block-views-block-blog-carousel-block:before,
    #block-views-blog-carousel-block:before,
    #block-fp-blog-fp-blog-heading-links:before {
      content: '';
      position: absolute;
      top: 30px;
      left: 0;
      width: 100px;
      height: 1px;
      border-top: dotted 3px #003a6e; } }

#block-views-block-blog-carousel-block,
#block-views-blog-carousel-block {
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    #block-views-block-blog-carousel-block .view-content,
    #block-views-blog-carousel-block .view-content {
      display: flex; }
      #block-views-block-blog-carousel-block .view-content .node,
      #block-views-blog-carousel-block .view-content .node {
        margin-right: 1rem; }
      #block-views-block-blog-carousel-block .view-content .entry-header,
      #block-views-blog-carousel-block .view-content .entry-header {
        flex-direction: column;
        align-items: flex-start !important; }
        #block-views-block-blog-carousel-block .view-content .entry-header img,
        #block-views-blog-carousel-block .view-content .entry-header img {
          margin-bottom: 1rem; } }

#blog_post_head .back-link {
  padding: 0 0 60px 0;
  position: relative; }
  #blog_post_head .back-link:before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100px;
    height: 1px;
    border-top: dotted 3px #fff; }

@media (min-width: 1024px) {
  .node-blog-post .blog_label {
    background-image: url("../img/blog_label.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 8vw;
    padding-top: 38%;
    transform: translateX(-105%) translateY(-0.7%);
    height: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0; } }
@media (min-width: 1366px) {
  .node-blog-post .blog_label {
    transform: translateX(57%) translateY(-0.7%); } }
@media (min-width: 1920px) {
  .node-blog-post .blog_label {
    transform: translateX(-105%) translateY(-0.7%); } }
.node-blog-post .entry-body {
  /*display: flex;
  flex-direction: column;
  @include media-breakpoint-up(sm) {
    display: block;
  }*/ }
  .node-blog-post .entry-body h2, .node-blog-post .entry-body h3, .node-blog-post .entry-body h4, .node-blog-post .entry-body h5, .node-blog-post .entry-body h6 {
    position: relative; }
    .node-blog-post .entry-body h2 .fp-toc-anchor, .node-blog-post .entry-body h3 .fp-toc-anchor, .node-blog-post .entry-body h4 .fp-toc-anchor, .node-blog-post .entry-body h5 .fp-toc-anchor, .node-blog-post .entry-body h6 .fp-toc-anchor {
      position: absolute;
      top: -120px;
      left: 0; }
  .node-blog-post .entry-body .item-list {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    padding: 15px 30px; }
    .node-blog-post .entry-body .item-list:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0px;
      width: 1px;
      height: 100%;
      border-left: dotted 2px #c5b9b3; }
    .node-blog-post .entry-body .item-list > h3 {
      text-transform: uppercase;
      margin-bottom: 15px; }
    .node-blog-post .entry-body .item-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .node-blog-post .entry-body .item-list ul ul {
        margin-left: 30px; }
        .node-blog-post .entry-body .item-list ul ul a {
          padding: 5px 30px; }
          .node-blog-post .entry-body .item-list ul ul a:before {
            background-color: #e5dedc;
            top: 6px; }
    .node-blog-post .entry-body .item-list a {
      text-transform: uppercase;
      display: block;
      position: relative;
      padding: 5px 30px; }
      .node-blog-post .entry-body .item-list a:before {
        content: '';
        border-radius: 50%;
        width: 12px;
        height: 12px;
        position: absolute;
        background-color: #c5b9b3;
        left: 0;
        top: 0; }
        @media (min-width: 768px) {
          .node-blog-post .entry-body .item-list a:before {
            top: 6px; } }
.node-blog-post .main-image {
  margin-left: calc(-5% - 15px);
  margin-right: calc(-5% - 15px); }
  @media (min-width: 768px) {
    .node-blog-post .main-image {
      margin-left: -39px;
      margin-right: -39px; } }
  @media (min-width: 1024px) {
    .node-blog-post .main-image {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      height: auto; } }
  .node-blog-post .main-image img {
    width: 100%;
    height: auto; }
.node-blog-post .entry-content {
  position: relative;
  z-index: 1; }
.node-blog-post.node-unpublished {
  background-color: transparent !important; }
.node-blog-post.node-unpublished:before {
  content: 'Non pubblicato';
  padding: 5px 15px;
  color: #fff;
  display: block;
  background-color: #dc3545;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }
.node-blog-post .paragraph {
  padding-top: 30px;
  position: relative; }
  .node-blog-post .paragraph .par-index {
    position: absolute;
    top: -120px;
    left: 0; }
.node-blog-post .body-field img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 768px) {
  .node-blog-post .body-field .image-blog_medium {
    max-width: 33%; } }
.node-blog-post .body-field img[style*="float:left"],
.node-blog-post .body-field img[style*="float: left"] {
  max-width: 33%; }
.node-blog-post .body-field img[style*="float:right"],
.node-blog-post .body-field img[style*="float: right"] {
  max-width: 33%; }
.node-blog-post .post-info {
  padding: 30px 0;
  position: relative; }
  .node-blog-post .post-info:before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100px;
    height: 1px;
    border-top: dotted 3px #003a6e; }
@media (min-width: 768px) {
  .node-blog-post .par_2 .par-image {
    order: 2; }
  .node-blog-post .par_2 .par-entry {
    order: 1; } }

.node-blog-post.node-teaser .post-image {
  height: 120px;
  background-image: url("../img/mask-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right; }
  @media (min-width: 768px) {
    .node-blog-post.node-teaser .post-image {
      height: 168px; } }
  .node-blog-post.node-teaser .post-image #news-header-container {
    height: 120px;
    width: auto;
    position: absolute;
    right: 5px;
    bottom: 5px; }
    @media (min-width: 768px) {
      .node-blog-post.node-teaser .post-image #news-header-container {
        height: 168px; } }
  .node-blog-post.node-teaser .post-image .news-type {
    font-weight: bold;
    color: #003a6e;
    fill: #003a6e;
    text-transform: uppercase; }
.node-blog-post.node-teaser .entry-date {
  height: 120px; }
  @media (min-width: 768px) {
    .node-blog-post.node-teaser .entry-date {
      height: 168px; } }

/**
cookie banner
#sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .eu-cookie-compliance-hide-button,
#sliding-popup .eu-cookie-compliance-more-button-thank-you,
#sliding-popup .eu-cookie-withdraw-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button
 */
#sliding-popup .eu-cookie-compliance-save-preferences-button,
#sliding-popup .eu-cookie-compliance-reject-button {
  background: transparent;
  border: solid 1px #002240;
  color: #002240;
  text-shadow: none;
  box-shadow: none; }
#sliding-popup .agree-button {
  background: #008c4e;
  border: solid 1px #fff;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  padding: 10px 20px; }
#sliding-popup .agree-button:hover {
  border: solid 1px #008c4e;
  color: #008c4e;
  background: #fff; }

/**
slide election days
 */
.node-slide#node-16430,
.node-slide#node-11910 {
  background: #ff6000;
  background: linear-gradient(73deg, #ff6000 0%, #8dcbff 59%, #3090e2 100%); }
  .node-slide#node-16430 h2,
  .node-slide#node-11910 h2 {
    color: white !important; }
  .node-slide#node-16430 h4,
  .node-slide#node-11910 h4 {
    color: white !important;
    opacity: 0.8;
    font-family: 'F Script' !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 32px;
    font-weight: normal !important; }
    @media (min-width: 1366px) {
      .node-slide#node-16430 h4,
      .node-slide#node-11910 h4 {
        font-size: 64px; } }
  .node-slide#node-16430 p,
  .node-slide#node-11910 p {
    color: white !important; }
  @media (min-width: 1920px) {
    .node-slide#node-16430 .btn-lg, .node-slide#node-16430 .btn-group-lg > .btn,
    .node-slide#node-11910 .btn-lg,
    .node-slide#node-11910 .btn-group-lg > .btn {
      font-size: 56px;
      text-align: left;
      padding: 32px 190px 32px 64px; }
      .node-slide#node-16430 .btn-lg i, .node-slide#node-16430 .btn-group-lg > .btn i,
      .node-slide#node-11910 .btn-lg i,
      .node-slide#node-11910 .btn-group-lg > .btn i {
        font-size: 82px;
        color: white; } }

.section-landing-vote-hero .container-mobile-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .section-landing-vote-hero .container-mobile-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    object-fit: cover; }
@media (max-width: 767.98px) {
  .section-landing-vote-hero .img-fluid {
    max-width: 70%;
    height: auto; } }
@media (min-width: 1920px) {
  .section-landing-vote-hero .btn-lg, .section-landing-vote-hero .btn-group-lg > .btn {
    font-size: 56px;
    text-align: left;
    padding: 32px 190px 32px 64px; }
    .section-landing-vote-hero .btn-lg i, .section-landing-vote-hero .btn-group-lg > .btn i {
      font-size: 82px;
      color: white; } }

/**
------------REMOVE
 */
.post-hero-image {
  width: 100%;
  height: 360px; }
  @media (min-width: 1920px) {
    .post-hero-image {
      height: 415px; } }

/**
------------CHABOT
 */
/* Stili per l'iframe della chat */
#iframeEbbyChat {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -250px;
  width: 100%;
  max-width: 600px;
  height: 500px;
  border: none;
  z-index: 1000;
  border-radius: 30px 0 0 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 0px 0px #002240;
  /* Stato chiuso */
  /* Stato aperto */ }
  @media (max-width: 1023.98px) {
    #iframeEbbyChat #iframeEbbyChat {
      height: 400px;
      width: 90%;
      max-width: 90%; } }
  #iframeEbbyChat.ebby-chat-closed {
    transform: translateX(115%); }
  #iframeEbbyChat.ebby-chat-open {
    transform: translateX(0);
    box-shadow: 5px 5px 15px 5px #002240; }

/* Stile per il pulsante toggle */
#toggle-chat {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
  color: white;
  cursor: pointer;
  text-decoration: none;
  transform: translateY(0);
  transition: all 0.5s ease-in-out; }
  #toggle-chat i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #ff6000; }
  #toggle-chat .icon_question {
    font-size: 52px;
    transform: rotate(-25deg);
    top: -8px;
    left: 5px;
    animation: shake 6s ease infinite;
    transform-origin: center center; }
  #toggle-chat .icon_chat_alt {
    color: #ffdcc7;
    left: 32px;
    top: 12px;
    font-size: 36px;
    transform: rotate(15deg); }
  #toggle-chat span {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 48px 48px 0 48px; }
  #toggle-chat span.label {
    padding: 50px 10px 0 10px;
    text-align: center;
    line-height: 18px;
    background-color: #002240;
    position: relative;
    z-index: 1; }
  #toggle-chat span.bg {
    background-color: #3090e2;
    filter: blur(10px);
    position: absolute;
    z-index: 0;
    left: -3px;
    top: -3px;
    animation: blink 1s ease infinite; }
  @media (min-width: 1024px) {
    #toggle-chat {
      bottom: auto;
      top: 50%; }
      #toggle-chat span {
        display: block;
        width: 96px;
        height: 96px;
        border-radius: 48px 0 0 48px; } }

#toggle-chat.active {
  transform: translateX(115%); }

/* Stile per l'icona della chat */
.chat-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  animation: shake 6s ease infinite;
  transform-origin: center center; }

/* Animazione tremolante */
@keyframes shake {
  0% {
    transform: rotate(-25deg); }
  2% {
    transform: rotate(0deg); }
  4% {
    transform: rotate(-50deg); }
  6% {
    transform: rotate(0deg); }
  8% {
    transform: rotate(-50deg); }
  10% {
    transform: rotate(0deg); }
  12% {
    transform: rotate(-50deg); }
  14% {
    transform: rotate(0deg); }
  16% {
    transform: rotate(-25deg); }
  100% {
    transform: rotate(-25deg); } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.contextual-region {
  position: relative; }

.section .container > .contextual {
  right: -60px; }
  .section .container > .contextual .trigger {
    border-color: red; }

.section .container > .row > .contextual, .section .node-blog-post .container > .paragraph.with-image > .contextual, .node-blog-post .section .container > .paragraph.with-image > .contextual {
  right: -30px; }
  .section .container > .row > .contextual .trigger, .section .node-blog-post .container > .paragraph.with-image > .contextual .trigger, .node-blog-post .section .container > .paragraph.with-image > .contextual .trigger {
    border-color: blue; }

.section .container > .row > div .contextual, .section .node-blog-post .container > .paragraph.with-image > div .contextual, .node-blog-post .section .container > .paragraph.with-image > div .contextual {
  right: 15px; }

.section .container > .row > div > .contextual, .section .node-blog-post .container > .paragraph.with-image > div > .contextual, .node-blog-post .section .container > .paragraph.with-image > div > .contextual {
  right: 0; }
  .section .container > .row > div > .contextual .trigger, .section .node-blog-post .container > .paragraph.with-image > div > .contextual .trigger, .node-blog-post .section .container > .paragraph.with-image > div > .contextual .trigger {
    border-color: green; }

.entry-table table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto; }
.entry-table p {
  margin-bottom: 0; }
.entry-table th, .entry-table td {
  border-bottom: 1px solid #b7d1e8;
  padding: 8px 12px;
  text-align: right; }
.entry-table th {
  background-color: #79bef9;
  font-weight: bold;
  text-transform: uppercase; }
  .entry-table th p {
    margin-bottom: 0;
    margin-top: 30px;
    color: #fff; }
.entry-table tbody tr:nth-child(even) {
  background-color: #ecf5fb; }
.entry-table tbody tr:hover {
  background-color: #fff; }
.entry-table .numero {
  text-align: right !important; }
  .entry-table .numero p:before {
    content: "\20AC ";
    margin-right: 12px; }

.with-cap .caps {
  margin-right: 30px; }

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