@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_3 h4, .slide-new.template_1 h2, .slide-new.template_3 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_3 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_3 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, .slide-new.template_3 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, .slide-new.template_3 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_3 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_3 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_3 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_3 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_3 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_3 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_3 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_3 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;
    z-index: 0; }
    .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, .slide-new.template_3 {
    background-image: url("../img/slide_bg/slide_new_bg_01.jpg");
    background-color: #F5F5F4; }
  .slide-new.template_3 {
    background-image: url("../img/slide_bg/slide_new_bg_03.jpg"); }
  .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.0541;
      transform: translate(68.0847vw, -10px) scale(0.5047);
      animation: fall-1 17s -29s linear infinite; }
@keyframes fall-1 {
  56.52% {
    transform: translate(67.7517vw, 56.52vh) scale(0.5047); }
  to {
    transform: translate(67.9182vw, 100vh) scale(0.5047); } }
    #auguri_banner .snow:nth-child(2) {
      opacity: 0.7569;
      transform: translate(45.1844vw, -10px) scale(0.692);
      animation: fall-2 22s -20s linear infinite; }
@keyframes fall-2 {
  54.194% {
    transform: translate(37.2228vw, 54.194vh) scale(0.692); }
  to {
    transform: translate(41.2036vw, 100vh) scale(0.692); } }
    #auguri_banner .snow:nth-child(3) {
      opacity: 0.3666;
      transform: translate(22.9532vw, -10px) scale(0.8744);
      animation: fall-3 12s -22s linear infinite; }
@keyframes fall-3 {
  54.229% {
    transform: translate(22.3181vw, 54.229vh) scale(0.8744); }
  to {
    transform: translate(22.63565vw, 100vh) scale(0.8744); } }
    #auguri_banner .snow:nth-child(4) {
      opacity: 0.558;
      transform: translate(58.7851vw, -10px) scale(0.8601);
      animation: fall-4 21s -15s linear infinite; }
@keyframes fall-4 {
  77.445% {
    transform: translate(66.9286vw, 77.445vh) scale(0.8601); }
  to {
    transform: translate(62.85685vw, 100vh) scale(0.8601); } }
    #auguri_banner .snow:nth-child(5) {
      opacity: 0.3328;
      transform: translate(87.0056vw, -10px) scale(0.6944);
      animation: fall-5 21s -18s linear infinite; }
@keyframes fall-5 {
  67.279% {
    transform: translate(93.4471vw, 67.279vh) scale(0.6944); }
  to {
    transform: translate(90.22635vw, 100vh) scale(0.6944); } }
    #auguri_banner .snow:nth-child(6) {
      opacity: 0.8949;
      transform: translate(57.2655vw, -10px) scale(0.7413);
      animation: fall-6 30s -26s linear infinite; }
@keyframes fall-6 {
  44.005% {
    transform: translate(57.177vw, 44.005vh) scale(0.7413); }
  to {
    transform: translate(57.22125vw, 100vh) scale(0.7413); } }
    #auguri_banner .snow:nth-child(7) {
      opacity: 0.9756;
      transform: translate(40.6217vw, -10px) scale(0.7565);
      animation: fall-7 15s -2s linear infinite; }
@keyframes fall-7 {
  34.781% {
    transform: translate(47.6419vw, 34.781vh) scale(0.7565); }
  to {
    transform: translate(44.1318vw, 100vh) scale(0.7565); } }
    #auguri_banner .snow:nth-child(8) {
      opacity: 0.8044;
      transform: translate(88.955vw, -10px) scale(0.7591);
      animation: fall-8 23s -4s linear infinite; }
@keyframes fall-8 {
  76.048% {
    transform: translate(98.2029vw, 76.048vh) scale(0.7591); }
  to {
    transform: translate(93.57895vw, 100vh) scale(0.7591); } }
    #auguri_banner .snow:nth-child(9) {
      opacity: 0.5208;
      transform: translate(35.0107vw, -10px) scale(0.8655);
      animation: fall-9 29s -4s linear infinite; }
@keyframes fall-9 {
  67.258% {
    transform: translate(37.4697vw, 67.258vh) scale(0.8655); }
  to {
    transform: translate(36.2402vw, 100vh) scale(0.8655); } }
    #auguri_banner .snow:nth-child(10) {
      opacity: 0.0513;
      transform: translate(17.5774vw, -10px) scale(0.1364);
      animation: fall-10 26s -19s linear infinite; }
@keyframes fall-10 {
  72.966% {
    transform: translate(12.8413vw, 72.966vh) scale(0.1364); }
  to {
    transform: translate(15.20935vw, 100vh) scale(0.1364); } }
    #auguri_banner .snow:nth-child(11) {
      opacity: 0.3603;
      transform: translate(22.3797vw, -10px) scale(0.4674);
      animation: fall-11 19s -13s linear infinite; }
@keyframes fall-11 {
  59.593% {
    transform: translate(28.9138vw, 59.593vh) scale(0.4674); }
  to {
    transform: translate(25.64675vw, 100vh) scale(0.4674); } }
    #auguri_banner .snow:nth-child(12) {
      opacity: 0.8487;
      transform: translate(72.0028vw, -10px) scale(0.0947);
      animation: fall-12 12s -26s linear infinite; }
@keyframes fall-12 {
  33.254% {
    transform: translate(69.7722vw, 33.254vh) scale(0.0947); }
  to {
    transform: translate(70.8875vw, 100vh) scale(0.0947); } }
    #auguri_banner .snow:nth-child(13) {
      opacity: 0.5013;
      transform: translate(95.8046vw, -10px) scale(0.2385);
      animation: fall-13 26s -30s linear infinite; }
@keyframes fall-13 {
  34.39% {
    transform: translate(104.7815vw, 34.39vh) scale(0.2385); }
  to {
    transform: translate(100.29305vw, 100vh) scale(0.2385); } }
    #auguri_banner .snow:nth-child(14) {
      opacity: 0.4059;
      transform: translate(72.8328vw, -10px) scale(0.6601);
      animation: fall-14 10s -3s linear infinite; }
@keyframes fall-14 {
  45.93% {
    transform: translate(71.0945vw, 45.93vh) scale(0.6601); }
  to {
    transform: translate(71.96365vw, 100vh) scale(0.6601); } }
    #auguri_banner .snow:nth-child(15) {
      opacity: 0.7549;
      transform: translate(39.2196vw, -10px) scale(0.1116);
      animation: fall-15 13s -20s linear infinite; }
@keyframes fall-15 {
  36.184% {
    transform: translate(47.6789vw, 36.184vh) scale(0.1116); }
  to {
    transform: translate(43.44925vw, 100vh) scale(0.1116); } }
    #auguri_banner .snow:nth-child(16) {
      opacity: 0.3313;
      transform: translate(11.6238vw, -10px) scale(0.6667);
      animation: fall-16 15s -3s linear infinite; }
@keyframes fall-16 {
  69.239% {
    transform: translate(3.4701vw, 69.239vh) scale(0.6667); }
  to {
    transform: translate(7.54695vw, 100vh) scale(0.6667); } }
    #auguri_banner .snow:nth-child(17) {
      opacity: 0.1728;
      transform: translate(71.3933vw, -10px) scale(0.1898);
      animation: fall-17 10s -3s linear infinite; }
@keyframes fall-17 {
  50.346% {
    transform: translate(66.7868vw, 50.346vh) scale(0.1898); }
  to {
    transform: translate(69.09005vw, 100vh) scale(0.1898); } }
    #auguri_banner .snow:nth-child(18) {
      opacity: 0.5597;
      transform: translate(67.2419vw, -10px) scale(0.1204);
      animation: fall-18 14s -7s linear infinite; }
@keyframes fall-18 {
  64.785% {
    transform: translate(57.3199vw, 64.785vh) scale(0.1204); }
  to {
    transform: translate(62.2809vw, 100vh) scale(0.1204); } }
    #auguri_banner .snow:nth-child(19) {
      opacity: 0.0283;
      transform: translate(36.1738vw, -10px) scale(0.4527);
      animation: fall-19 12s -9s linear infinite; }
@keyframes fall-19 {
  31.245% {
    transform: translate(27.6973vw, 31.245vh) scale(0.4527); }
  to {
    transform: translate(31.93555vw, 100vh) scale(0.4527); } }
    #auguri_banner .snow:nth-child(20) {
      opacity: 0.3448;
      transform: translate(92.4441vw, -10px) scale(0.288);
      animation: fall-20 13s -24s linear infinite; }
@keyframes fall-20 {
  32.108% {
    transform: translate(94.4146vw, 32.108vh) scale(0.288); }
  to {
    transform: translate(93.42935vw, 100vh) scale(0.288); } }
    #auguri_banner .snow:nth-child(21) {
      opacity: 0.0464;
      transform: translate(75.2157vw, -10px) scale(0.3386);
      animation: fall-21 21s -20s linear infinite; }
@keyframes fall-21 {
  47.032% {
    transform: translate(67.7371vw, 47.032vh) scale(0.3386); }
  to {
    transform: translate(71.4764vw, 100vh) scale(0.3386); } }
    #auguri_banner .snow:nth-child(22) {
      opacity: 0.225;
      transform: translate(53.1642vw, -10px) scale(1);
      animation: fall-22 16s -27s linear infinite; }
@keyframes fall-22 {
  57.504% {
    transform: translate(54.5881vw, 57.504vh) scale(1); }
  to {
    transform: translate(53.87615vw, 100vh) scale(1); } }
    #auguri_banner .snow:nth-child(23) {
      opacity: 0.1787;
      transform: translate(85.273vw, -10px) scale(0.1815);
      animation: fall-23 17s -23s linear infinite; }
@keyframes fall-23 {
  48.884% {
    transform: translate(88.3843vw, 48.884vh) scale(0.1815); }
  to {
    transform: translate(86.82865vw, 100vh) scale(0.1815); } }
    #auguri_banner .snow:nth-child(24) {
      opacity: 0.432;
      transform: translate(65.5275vw, -10px) scale(0.5967);
      animation: fall-24 22s -21s linear infinite; }
@keyframes fall-24 {
  50.891% {
    transform: translate(70.8036vw, 50.891vh) scale(0.5967); }
  to {
    transform: translate(68.16555vw, 100vh) scale(0.5967); } }
    #auguri_banner .snow:nth-child(25) {
      opacity: 0.0175;
      transform: translate(7.7562vw, -10px) scale(0.1856);
      animation: fall-25 26s -5s linear infinite; }
@keyframes fall-25 {
  51.532% {
    transform: translate(5.4641vw, 51.532vh) scale(0.1856); }
  to {
    transform: translate(6.61015vw, 100vh) scale(0.1856); } }
    #auguri_banner .snow:nth-child(26) {
      opacity: 0.0848;
      transform: translate(11.4037vw, -10px) scale(0.2007);
      animation: fall-26 29s -23s linear infinite; }
@keyframes fall-26 {
  70.187% {
    transform: translate(13.7747vw, 70.187vh) scale(0.2007); }
  to {
    transform: translate(12.5892vw, 100vh) scale(0.2007); } }
    #auguri_banner .snow:nth-child(27) {
      opacity: 0.3178;
      transform: translate(29.7698vw, -10px) scale(0.0032);
      animation: fall-27 15s -5s linear infinite; }
@keyframes fall-27 {
  48.765% {
    transform: translate(25.98vw, 48.765vh) scale(0.0032); }
  to {
    transform: translate(27.8749vw, 100vh) scale(0.0032); } }
    #auguri_banner .snow:nth-child(28) {
      opacity: 0.3519;
      transform: translate(30.6179vw, -10px) scale(0.4999);
      animation: fall-28 25s -7s linear infinite; }
@keyframes fall-28 {
  41.516% {
    transform: translate(38.0761vw, 41.516vh) scale(0.4999); }
  to {
    transform: translate(34.347vw, 100vh) scale(0.4999); } }
    #auguri_banner .snow:nth-child(29) {
      opacity: 0.1328;
      transform: translate(21.3164vw, -10px) scale(0.4948);
      animation: fall-29 19s -28s linear infinite; }
@keyframes fall-29 {
  75.406% {
    transform: translate(18.9837vw, 75.406vh) scale(0.4948); }
  to {
    transform: translate(20.15005vw, 100vh) scale(0.4948); } }
    #auguri_banner .snow:nth-child(30) {
      opacity: 0.8079;
      transform: translate(99.8099vw, -10px) scale(0.8165);
      animation: fall-30 30s -11s linear infinite; }
@keyframes fall-30 {
  51.111% {
    transform: translate(107.7853vw, 51.111vh) scale(0.8165); }
  to {
    transform: translate(103.7976vw, 100vh) scale(0.8165); } }
    #auguri_banner .snow:nth-child(31) {
      opacity: 0.414;
      transform: translate(66.5449vw, -10px) scale(0.3702);
      animation: fall-31 26s -26s linear infinite; }
@keyframes fall-31 {
  41.044% {
    transform: translate(74.4459vw, 41.044vh) scale(0.3702); }
  to {
    transform: translate(70.4954vw, 100vh) scale(0.3702); } }
    #auguri_banner .snow:nth-child(32) {
      opacity: 0.0781;
      transform: translate(39.7577vw, -10px) scale(0.9659);
      animation: fall-32 15s -23s linear infinite; }
@keyframes fall-32 {
  77.952% {
    transform: translate(30.6065vw, 77.952vh) scale(0.9659); }
  to {
    transform: translate(35.1821vw, 100vh) scale(0.9659); } }
    #auguri_banner .snow:nth-child(33) {
      opacity: 0.6253;
      transform: translate(31.0914vw, -10px) scale(0.4575);
      animation: fall-33 23s -7s linear infinite; }
@keyframes fall-33 {
  57.605% {
    transform: translate(32.7042vw, 57.605vh) scale(0.4575); }
  to {
    transform: translate(31.8978vw, 100vh) scale(0.4575); } }
    #auguri_banner .snow:nth-child(34) {
      opacity: 0.897;
      transform: translate(36.2025vw, -10px) scale(0.6087);
      animation: fall-34 19s -21s linear infinite; }
@keyframes fall-34 {
  56.369% {
    transform: translate(37.6045vw, 56.369vh) scale(0.6087); }
  to {
    transform: translate(36.9035vw, 100vh) scale(0.6087); } }
    #auguri_banner .snow:nth-child(35) {
      opacity: 0.7634;
      transform: translate(84.2186vw, -10px) scale(0.2771);
      animation: fall-35 12s -2s linear infinite; }
@keyframes fall-35 {
  45.378% {
    transform: translate(76.8163vw, 45.378vh) scale(0.2771); }
  to {
    transform: translate(80.51745vw, 100vh) scale(0.2771); } }
    #auguri_banner .snow:nth-child(36) {
      opacity: 0.1105;
      transform: translate(18.1753vw, -10px) scale(0.2638);
      animation: fall-36 20s -27s linear infinite; }
@keyframes fall-36 {
  39.135% {
    transform: translate(25.4006vw, 39.135vh) scale(0.2638); }
  to {
    transform: translate(21.78795vw, 100vh) scale(0.2638); } }
    #auguri_banner .snow:nth-child(37) {
      opacity: 0.3836;
      transform: translate(50.4811vw, -10px) scale(0.2426);
      animation: fall-37 29s -14s linear infinite; }
@keyframes fall-37 {
  38.406% {
    transform: translate(44.1746vw, 38.406vh) scale(0.2426); }
  to {
    transform: translate(47.32785vw, 100vh) scale(0.2426); } }
    #auguri_banner .snow:nth-child(38) {
      opacity: 0.5329;
      transform: translate(49.7797vw, -10px) scale(0.4734);
      animation: fall-38 15s -25s linear infinite; }
@keyframes fall-38 {
  37.175% {
    transform: translate(45.6292vw, 37.175vh) scale(0.4734); }
  to {
    transform: translate(47.70445vw, 100vh) scale(0.4734); } }
    #auguri_banner .snow:nth-child(39) {
      opacity: 0.0338;
      transform: translate(83.677vw, -10px) scale(0.4977);
      animation: fall-39 16s -5s linear infinite; }
@keyframes fall-39 {
  68.744% {
    transform: translate(89.9507vw, 68.744vh) scale(0.4977); }
  to {
    transform: translate(86.81385vw, 100vh) scale(0.4977); } }
    #auguri_banner .snow:nth-child(40) {
      opacity: 0.556;
      transform: translate(10.7203vw, -10px) scale(0.0002);
      animation: fall-40 15s -24s linear infinite; }
@keyframes fall-40 {
  45.51% {
    transform: translate(19.0012vw, 45.51vh) scale(0.0002); }
  to {
    transform: translate(14.86075vw, 100vh) scale(0.0002); } }
    #auguri_banner .snow:nth-child(41) {
      opacity: 0.7421;
      transform: translate(78.2675vw, -10px) scale(0.492);
      animation: fall-41 17s -4s linear infinite; }
@keyframes fall-41 {
  71.122% {
    transform: translate(69.6704vw, 71.122vh) scale(0.492); }
  to {
    transform: translate(73.96895vw, 100vh) scale(0.492); } }
    #auguri_banner .snow:nth-child(42) {
      opacity: 0.9718;
      transform: translate(89.4574vw, -10px) scale(0.9378);
      animation: fall-42 23s -21s linear infinite; }
@keyframes fall-42 {
  35.191% {
    transform: translate(98.6395vw, 35.191vh) scale(0.9378); }
  to {
    transform: translate(94.04845vw, 100vh) scale(0.9378); } }
    #auguri_banner .snow:nth-child(43) {
      opacity: 0.818;
      transform: translate(39.8418vw, -10px) scale(0.6117);
      animation: fall-43 21s -23s linear infinite; }
@keyframes fall-43 {
  51.044% {
    transform: translate(36.8584vw, 51.044vh) scale(0.6117); }
  to {
    transform: translate(38.3501vw, 100vh) scale(0.6117); } }
    #auguri_banner .snow:nth-child(44) {
      opacity: 0.5083;
      transform: translate(91.0903vw, -10px) scale(0.4997);
      animation: fall-44 17s -22s linear infinite; }
@keyframes fall-44 {
  60.159% {
    transform: translate(90.1589vw, 60.159vh) scale(0.4997); }
  to {
    transform: translate(90.6246vw, 100vh) scale(0.4997); } }
    #auguri_banner .snow:nth-child(45) {
      opacity: 0.5308;
      transform: translate(27.3351vw, -10px) scale(0.5284);
      animation: fall-45 13s -15s linear infinite; }
@keyframes fall-45 {
  39.741% {
    transform: translate(21.6515vw, 39.741vh) scale(0.5284); }
  to {
    transform: translate(24.4933vw, 100vh) scale(0.5284); } }
    #auguri_banner .snow:nth-child(46) {
      opacity: 0.1223;
      transform: translate(81.8038vw, -10px) scale(0.0362);
      animation: fall-46 11s -1s linear infinite; }
@keyframes fall-46 {
  41.511% {
    transform: translate(89.3761vw, 41.511vh) scale(0.0362); }
  to {
    transform: translate(85.58995vw, 100vh) scale(0.0362); } }
    #auguri_banner .snow:nth-child(47) {
      opacity: 0.2529;
      transform: translate(67.3731vw, -10px) scale(0.1573);
      animation: fall-47 12s -9s linear infinite; }
@keyframes fall-47 {
  73.664% {
    transform: translate(71.3124vw, 73.664vh) scale(0.1573); }
  to {
    transform: translate(69.34275vw, 100vh) scale(0.1573); } }
    #auguri_banner .snow:nth-child(48) {
      opacity: 0.226;
      transform: translate(31.2072vw, -10px) scale(0.0045);
      animation: fall-48 22s -9s linear infinite; }
@keyframes fall-48 {
  47.31% {
    transform: translate(33.4553vw, 47.31vh) scale(0.0045); }
  to {
    transform: translate(32.33125vw, 100vh) scale(0.0045); } }
    #auguri_banner .snow:nth-child(49) {
      opacity: 0.5797;
      transform: translate(55.5215vw, -10px) scale(0.0911);
      animation: fall-49 15s -2s linear infinite; }
@keyframes fall-49 {
  43.016% {
    transform: translate(65.1642vw, 43.016vh) scale(0.0911); }
  to {
    transform: translate(60.34285vw, 100vh) scale(0.0911); } }
    #auguri_banner .snow:nth-child(50) {
      opacity: 0.8051;
      transform: translate(87.5944vw, -10px) scale(0.5286);
      animation: fall-50 19s -30s linear infinite; }
@keyframes fall-50 {
  59.657% {
    transform: translate(84.6307vw, 59.657vh) scale(0.5286); }
  to {
    transform: translate(86.11255vw, 100vh) scale(0.5286); } }
    #auguri_banner .snow:nth-child(51) {
      opacity: 0.4902;
      transform: translate(64.1343vw, -10px) scale(0.3644);
      animation: fall-51 28s -27s linear infinite; }
@keyframes fall-51 {
  35.662% {
    transform: translate(72.3965vw, 35.662vh) scale(0.3644); }
  to {
    transform: translate(68.2654vw, 100vh) scale(0.3644); } }
    #auguri_banner .snow:nth-child(52) {
      opacity: 0.3201;
      transform: translate(85.2994vw, -10px) scale(0.0926);
      animation: fall-52 24s -14s linear infinite; }
@keyframes fall-52 {
  52.045% {
    transform: translate(77.7692vw, 52.045vh) scale(0.0926); }
  to {
    transform: translate(81.5343vw, 100vh) scale(0.0926); } }
    #auguri_banner .snow:nth-child(53) {
      opacity: 0.0296;
      transform: translate(34.1983vw, -10px) scale(0.43);
      animation: fall-53 21s -12s linear infinite; }
@keyframes fall-53 {
  59.608% {
    transform: translate(31.3446vw, 59.608vh) scale(0.43); }
  to {
    transform: translate(32.77145vw, 100vh) scale(0.43); } }
    #auguri_banner .snow:nth-child(54) {
      opacity: 0.5325;
      transform: translate(71.279vw, -10px) scale(0.7087);
      animation: fall-54 26s -5s linear infinite; }
@keyframes fall-54 {
  33.818% {
    transform: translate(71.6641vw, 33.818vh) scale(0.7087); }
  to {
    transform: translate(71.47155vw, 100vh) scale(0.7087); } }
    #auguri_banner .snow:nth-child(55) {
      opacity: 0.815;
      transform: translate(12.6822vw, -10px) scale(0.1594);
      animation: fall-55 11s -21s linear infinite; }
@keyframes fall-55 {
  77.239% {
    transform: translate(17.8549vw, 77.239vh) scale(0.1594); }
  to {
    transform: translate(15.26855vw, 100vh) scale(0.1594); } }
    #auguri_banner .snow:nth-child(56) {
      opacity: 0.4451;
      transform: translate(78.8813vw, -10px) scale(0.2455);
      animation: fall-56 28s -27s linear infinite; }
@keyframes fall-56 {
  78.777% {
    transform: translate(69.7793vw, 78.777vh) scale(0.2455); }
  to {
    transform: translate(74.3303vw, 100vh) scale(0.2455); } }
    #auguri_banner .snow:nth-child(57) {
      opacity: 0.6497;
      transform: translate(61.7524vw, -10px) scale(0.0088);
      animation: fall-57 11s -23s linear infinite; }
@keyframes fall-57 {
  35.644% {
    transform: translate(59.8785vw, 35.644vh) scale(0.0088); }
  to {
    transform: translate(60.81545vw, 100vh) scale(0.0088); } }
    #auguri_banner .snow:nth-child(58) {
      opacity: 0.6846;
      transform: translate(1.1428vw, -10px) scale(0.5248);
      animation: fall-58 27s -1s linear infinite; }
@keyframes fall-58 {
  56.257% {
    transform: translate(6.525vw, 56.257vh) scale(0.5248); }
  to {
    transform: translate(3.8339vw, 100vh) scale(0.5248); } }
    #auguri_banner .snow:nth-child(59) {
      opacity: 0.5754;
      transform: translate(98.1975vw, -10px) scale(0.1792);
      animation: fall-59 15s -16s linear infinite; }
@keyframes fall-59 {
  65.08% {
    transform: translate(98.0811vw, 65.08vh) scale(0.1792); }
  to {
    transform: translate(98.1393vw, 100vh) scale(0.1792); } }
    #auguri_banner .snow:nth-child(60) {
      opacity: 0.9198;
      transform: translate(40.5393vw, -10px) scale(0.65);
      animation: fall-60 30s -5s linear infinite; }
@keyframes fall-60 {
  48.02% {
    transform: translate(42.325vw, 48.02vh) scale(0.65); }
  to {
    transform: translate(41.43215vw, 100vh) scale(0.65); } }
    #auguri_banner .snow:nth-child(61) {
      opacity: 0.3551;
      transform: translate(20.6662vw, -10px) scale(0.0554);
      animation: fall-61 24s -14s linear infinite; }
@keyframes fall-61 {
  38.209% {
    transform: translate(26.7252vw, 38.209vh) scale(0.0554); }
  to {
    transform: translate(23.6957vw, 100vh) scale(0.0554); } }
    #auguri_banner .snow:nth-child(62) {
      opacity: 0.0433;
      transform: translate(92.1412vw, -10px) scale(0.2314);
      animation: fall-62 27s -7s linear infinite; }
@keyframes fall-62 {
  56.902% {
    transform: translate(101.5723vw, 56.902vh) scale(0.2314); }
  to {
    transform: translate(96.85675vw, 100vh) scale(0.2314); } }
    #auguri_banner .snow:nth-child(63) {
      opacity: 0.6911;
      transform: translate(53.6504vw, -10px) scale(0.3042);
      animation: fall-63 21s -21s linear infinite; }
@keyframes fall-63 {
  78.837% {
    transform: translate(46.6561vw, 78.837vh) scale(0.3042); }
  to {
    transform: translate(50.15325vw, 100vh) scale(0.3042); } }
    #auguri_banner .snow:nth-child(64) {
      opacity: 0.3311;
      transform: translate(34.8042vw, -10px) scale(0.83);
      animation: fall-64 24s -10s linear infinite; }
@keyframes fall-64 {
  56.806% {
    transform: translate(37.5254vw, 56.806vh) scale(0.83); }
  to {
    transform: translate(36.1648vw, 100vh) scale(0.83); } }
    #auguri_banner .snow:nth-child(65) {
      opacity: 0.7322;
      transform: translate(83.5569vw, -10px) scale(0.1198);
      animation: fall-65 20s -15s linear infinite; }
@keyframes fall-65 {
  43.563% {
    transform: translate(85.7375vw, 43.563vh) scale(0.1198); }
  to {
    transform: translate(84.6472vw, 100vh) scale(0.1198); } }
    #auguri_banner .snow:nth-child(66) {
      opacity: 0.3642;
      transform: translate(7.2854vw, -10px) scale(0.5886);
      animation: fall-66 22s -13s linear infinite; }
@keyframes fall-66 {
  46.348% {
    transform: translate(15.5866vw, 46.348vh) scale(0.5886); }
  to {
    transform: translate(11.436vw, 100vh) scale(0.5886); } }
    #auguri_banner .snow:nth-child(67) {
      opacity: 0.9844;
      transform: translate(58.948vw, -10px) scale(0.4499);
      animation: fall-67 11s -14s linear infinite; }
@keyframes fall-67 {
  71.956% {
    transform: translate(66.5992vw, 71.956vh) scale(0.4499); }
  to {
    transform: translate(62.7736vw, 100vh) scale(0.4499); } }
    #auguri_banner .snow:nth-child(68) {
      opacity: 0.4473;
      transform: translate(21.9442vw, -10px) scale(0.9999);
      animation: fall-68 28s -18s linear infinite; }
@keyframes fall-68 {
  78.05% {
    transform: translate(22.458vw, 78.05vh) scale(0.9999); }
  to {
    transform: translate(22.2011vw, 100vh) scale(0.9999); } }
    #auguri_banner .snow:nth-child(69) {
      opacity: 0.2486;
      transform: translate(33.3917vw, -10px) scale(0.0131);
      animation: fall-69 20s -8s linear infinite; }
@keyframes fall-69 {
  52.845% {
    transform: translate(41.3482vw, 52.845vh) scale(0.0131); }
  to {
    transform: translate(37.36995vw, 100vh) scale(0.0131); } }
    #auguri_banner .snow:nth-child(70) {
      opacity: 0.0518;
      transform: translate(83.3871vw, -10px) scale(0.7162);
      animation: fall-70 22s -5s linear infinite; }
@keyframes fall-70 {
  74.143% {
    transform: translate(76.0836vw, 74.143vh) scale(0.7162); }
  to {
    transform: translate(79.73535vw, 100vh) scale(0.7162); } }
    #auguri_banner .snow:nth-child(71) {
      opacity: 0.003;
      transform: translate(94.1454vw, -10px) scale(0.0076);
      animation: fall-71 20s -14s linear infinite; }
@keyframes fall-71 {
  42.007% {
    transform: translate(86.8556vw, 42.007vh) scale(0.0076); }
  to {
    transform: translate(90.5005vw, 100vh) scale(0.0076); } }
    #auguri_banner .snow:nth-child(72) {
      opacity: 0.9178;
      transform: translate(62.4621vw, -10px) scale(0.5528);
      animation: fall-72 12s -28s linear infinite; }
@keyframes fall-72 {
  50.841% {
    transform: translate(69.6621vw, 50.841vh) scale(0.5528); }
  to {
    transform: translate(66.0621vw, 100vh) scale(0.5528); } }
    #auguri_banner .snow:nth-child(73) {
      opacity: 0.4088;
      transform: translate(3.8278vw, -10px) scale(0.6905);
      animation: fall-73 14s -18s linear infinite; }
@keyframes fall-73 {
  62.923% {
    transform: translate(13.4372vw, 62.923vh) scale(0.6905); }
  to {
    transform: translate(8.6325vw, 100vh) scale(0.6905); } }
    #auguri_banner .snow:nth-child(74) {
      opacity: 0.5326;
      transform: translate(52.4034vw, -10px) scale(0.0602);
      animation: fall-74 27s -27s linear infinite; }
@keyframes fall-74 {
  62.258% {
    transform: translate(42.6225vw, 62.258vh) scale(0.0602); }
  to {
    transform: translate(47.51295vw, 100vh) scale(0.0602); } }
    #auguri_banner .snow:nth-child(75) {
      opacity: 0.9684;
      transform: translate(60.8861vw, -10px) scale(0.6782);
      animation: fall-75 28s -23s linear infinite; }
@keyframes fall-75 {
  59.502% {
    transform: translate(55.7954vw, 59.502vh) scale(0.6782); }
  to {
    transform: translate(58.34075vw, 100vh) scale(0.6782); } }
    #auguri_banner .snow:nth-child(76) {
      opacity: 0.6139;
      transform: translate(5.793vw, -10px) scale(0.3921);
      animation: fall-76 25s -14s linear infinite; }
@keyframes fall-76 {
  43.451% {
    transform: translate(13.054vw, 43.451vh) scale(0.3921); }
  to {
    transform: translate(9.4235vw, 100vh) scale(0.3921); } }
    #auguri_banner .snow:nth-child(77) {
      opacity: 0.9819;
      transform: translate(32.1288vw, -10px) scale(0.8128);
      animation: fall-77 16s -15s linear infinite; }
@keyframes fall-77 {
  60.754% {
    transform: translate(39.7224vw, 60.754vh) scale(0.8128); }
  to {
    transform: translate(35.9256vw, 100vh) scale(0.8128); } }
    #auguri_banner .snow:nth-child(78) {
      opacity: 0.3025;
      transform: translate(58.0431vw, -10px) scale(0.2868);
      animation: fall-78 18s -12s linear infinite; }
@keyframes fall-78 {
  41.608% {
    transform: translate(58.5154vw, 41.608vh) scale(0.2868); }
  to {
    transform: translate(58.27925vw, 100vh) scale(0.2868); } }
    #auguri_banner .snow:nth-child(79) {
      opacity: 0.8026;
      transform: translate(84.1968vw, -10px) scale(0.05);
      animation: fall-79 19s -28s linear infinite; }
@keyframes fall-79 {
  30.036% {
    transform: translate(92.3319vw, 30.036vh) scale(0.05); }
  to {
    transform: translate(88.26435vw, 100vh) scale(0.05); } }
    #auguri_banner .snow:nth-child(80) {
      opacity: 0.2216;
      transform: translate(41.9575vw, -10px) scale(0.6609);
      animation: fall-80 15s -6s linear infinite; }
@keyframes fall-80 {
  65.537% {
    transform: translate(50.7908vw, 65.537vh) scale(0.6609); }
  to {
    transform: translate(46.37415vw, 100vh) scale(0.6609); } }
    #auguri_banner .snow:nth-child(81) {
      opacity: 0.2753;
      transform: translate(22.0362vw, -10px) scale(0.7612);
      animation: fall-81 18s -1s linear infinite; }
@keyframes fall-81 {
  43.431% {
    transform: translate(18.3527vw, 43.431vh) scale(0.7612); }
  to {
    transform: translate(20.19445vw, 100vh) scale(0.7612); } }
    #auguri_banner .snow:nth-child(82) {
      opacity: 0.8755;
      transform: translate(77.9752vw, -10px) scale(0.6049);
      animation: fall-82 18s -13s linear infinite; }
@keyframes fall-82 {
  49.968% {
    transform: translate(71.3983vw, 49.968vh) scale(0.6049); }
  to {
    transform: translate(74.68675vw, 100vh) scale(0.6049); } }
    #auguri_banner .snow:nth-child(83) {
      opacity: 0.9948;
      transform: translate(71.1064vw, -10px) scale(0.2464);
      animation: fall-83 12s -28s linear infinite; }
@keyframes fall-83 {
  34.48% {
    transform: translate(62.8185vw, 34.48vh) scale(0.2464); }
  to {
    transform: translate(66.96245vw, 100vh) scale(0.2464); } }
    #auguri_banner .snow:nth-child(84) {
      opacity: 0.3171;
      transform: translate(69.4505vw, -10px) scale(0.8517);
      animation: fall-84 22s -16s linear infinite; }
@keyframes fall-84 {
  66.674% {
    transform: translate(63.9413vw, 66.674vh) scale(0.8517); }
  to {
    transform: translate(66.6959vw, 100vh) scale(0.8517); } }
    #auguri_banner .snow:nth-child(85) {
      opacity: 0.8456;
      transform: translate(28.2835vw, -10px) scale(0.1146);
      animation: fall-85 15s -21s linear infinite; }
@keyframes fall-85 {
  54.193% {
    transform: translate(30.5272vw, 54.193vh) scale(0.1146); }
  to {
    transform: translate(29.40535vw, 100vh) scale(0.1146); } }
    #auguri_banner .snow:nth-child(86) {
      opacity: 0.8214;
      transform: translate(0.0728vw, -10px) scale(0.4686);
      animation: fall-86 16s -18s linear infinite; }
@keyframes fall-86 {
  54.639% {
    transform: translate(-4.6182vw, 54.639vh) scale(0.4686); }
  to {
    transform: translate(-2.2727vw, 100vh) scale(0.4686); } }
    #auguri_banner .snow:nth-child(87) {
      opacity: 0.689;
      transform: translate(92.1958vw, -10px) scale(0.5029);
      animation: fall-87 18s -25s linear infinite; }
@keyframes fall-87 {
  33.974% {
    transform: translate(82.6708vw, 33.974vh) scale(0.5029); }
  to {
    transform: translate(87.4333vw, 100vh) scale(0.5029); } }
    #auguri_banner .snow:nth-child(88) {
      opacity: 0.7387;
      transform: translate(96.0014vw, -10px) scale(0.3245);
      animation: fall-88 16s -26s linear infinite; }
@keyframes fall-88 {
  58.532% {
    transform: translate(90.5126vw, 58.532vh) scale(0.3245); }
  to {
    transform: translate(93.257vw, 100vh) scale(0.3245); } }
    #auguri_banner .snow:nth-child(89) {
      opacity: 0.2142;
      transform: translate(99.43vw, -10px) scale(0.2612);
      animation: fall-89 24s -10s linear infinite; }
@keyframes fall-89 {
  33.409% {
    transform: translate(107.6664vw, 33.409vh) scale(0.2612); }
  to {
    transform: translate(103.5482vw, 100vh) scale(0.2612); } }
    #auguri_banner .snow:nth-child(90) {
      opacity: 0.981;
      transform: translate(63.8161vw, -10px) scale(0.0264);
      animation: fall-90 16s -23s linear infinite; }
@keyframes fall-90 {
  64.159% {
    transform: translate(72.5303vw, 64.159vh) scale(0.0264); }
  to {
    transform: translate(68.1732vw, 100vh) scale(0.0264); } }
    #auguri_banner .snow:nth-child(91) {
      opacity: 0.015;
      transform: translate(6.4478vw, -10px) scale(0.4542);
      animation: fall-91 30s -18s linear infinite; }
@keyframes fall-91 {
  31.597% {
    transform: translate(7.9887vw, 31.597vh) scale(0.4542); }
  to {
    transform: translate(7.21825vw, 100vh) scale(0.4542); } }
    #auguri_banner .snow:nth-child(92) {
      opacity: 0.7871;
      transform: translate(39.9896vw, -10px) scale(0.4053);
      animation: fall-92 15s -22s linear infinite; }
@keyframes fall-92 {
  56.98% {
    transform: translate(48.2957vw, 56.98vh) scale(0.4053); }
  to {
    transform: translate(44.14265vw, 100vh) scale(0.4053); } }
    #auguri_banner .snow:nth-child(93) {
      opacity: 0.8912;
      transform: translate(13.5644vw, -10px) scale(0.4651);
      animation: fall-93 27s -24s linear infinite; }
@keyframes fall-93 {
  56.869% {
    transform: translate(3.9688vw, 56.869vh) scale(0.4651); }
  to {
    transform: translate(8.7666vw, 100vh) scale(0.4651); } }
    #auguri_banner .snow:nth-child(94) {
      opacity: 0.4969;
      transform: translate(7.5179vw, -10px) scale(0.4055);
      animation: fall-94 21s -26s linear infinite; }
@keyframes fall-94 {
  38.603% {
    transform: translate(-1.8496vw, 38.603vh) scale(0.4055); }
  to {
    transform: translate(2.83415vw, 100vh) scale(0.4055); } }
    #auguri_banner .snow:nth-child(95) {
      opacity: 0.7223;
      transform: translate(52.3736vw, -10px) scale(0.0616);
      animation: fall-95 14s -18s linear infinite; }
@keyframes fall-95 {
  72.371% {
    transform: translate(61.0316vw, 72.371vh) scale(0.0616); }
  to {
    transform: translate(56.7026vw, 100vh) scale(0.0616); } }
    #auguri_banner .snow:nth-child(96) {
      opacity: 0.2202;
      transform: translate(86.0649vw, -10px) scale(0.9037);
      animation: fall-96 20s -3s linear infinite; }
@keyframes fall-96 {
  63.373% {
    transform: translate(94.7176vw, 63.373vh) scale(0.9037); }
  to {
    transform: translate(90.39125vw, 100vh) scale(0.9037); } }
    #auguri_banner .snow:nth-child(97) {
      opacity: 0.4718;
      transform: translate(80.6123vw, -10px) scale(0.8887);
      animation: fall-97 27s -19s linear infinite; }
@keyframes fall-97 {
  52.421% {
    transform: translate(74.7731vw, 52.421vh) scale(0.8887); }
  to {
    transform: translate(77.6927vw, 100vh) scale(0.8887); } }
    #auguri_banner .snow:nth-child(98) {
      opacity: 0.8921;
      transform: translate(43.0684vw, -10px) scale(0.6384);
      animation: fall-98 25s -13s linear infinite; }
@keyframes fall-98 {
  76.376% {
    transform: translate(39.3373vw, 76.376vh) scale(0.6384); }
  to {
    transform: translate(41.20285vw, 100vh) scale(0.6384); } }
    #auguri_banner .snow:nth-child(99) {
      opacity: 0.3556;
      transform: translate(41.3089vw, -10px) scale(0.4287);
      animation: fall-99 13s -16s linear infinite; }
@keyframes fall-99 {
  37.014% {
    transform: translate(42.359vw, 37.014vh) scale(0.4287); }
  to {
    transform: translate(41.83395vw, 100vh) scale(0.4287); } }
    #auguri_banner .snow:nth-child(100) {
      opacity: 0.6529;
      transform: translate(14.2291vw, -10px) scale(0.907);
      animation: fall-100 21s -1s linear infinite; }
@keyframes fall-100 {
  52.624% {
    transform: translate(24.1282vw, 52.624vh) scale(0.907); }
  to {
    transform: translate(19.17865vw, 100vh) scale(0.907); } }
    #auguri_banner .snow:nth-child(101) {
      opacity: 0.9481;
      transform: translate(77.9502vw, -10px) scale(0.6111);
      animation: fall-101 28s -27s linear infinite; }
@keyframes fall-101 {
  76.719% {
    transform: translate(81.7551vw, 76.719vh) scale(0.6111); }
  to {
    transform: translate(79.85265vw, 100vh) scale(0.6111); } }
    #auguri_banner .snow:nth-child(102) {
      opacity: 0.7129;
      transform: translate(57.0561vw, -10px) scale(0.0733);
      animation: fall-102 29s -14s linear infinite; }
@keyframes fall-102 {
  58.272% {
    transform: translate(62.0223vw, 58.272vh) scale(0.0733); }
  to {
    transform: translate(59.5392vw, 100vh) scale(0.0733); } }
    #auguri_banner .snow:nth-child(103) {
      opacity: 0.4402;
      transform: translate(61.7394vw, -10px) scale(0.7175);
      animation: fall-103 24s -26s linear infinite; }
@keyframes fall-103 {
  55.786% {
    transform: translate(67.6451vw, 55.786vh) scale(0.7175); }
  to {
    transform: translate(64.69225vw, 100vh) scale(0.7175); } }
    #auguri_banner .snow:nth-child(104) {
      opacity: 0.8069;
      transform: translate(86.3063vw, -10px) scale(0.9688);
      animation: fall-104 10s -17s linear infinite; }
@keyframes fall-104 {
  76.895% {
    transform: translate(92.4344vw, 76.895vh) scale(0.9688); }
  to {
    transform: translate(89.37035vw, 100vh) scale(0.9688); } }
    #auguri_banner .snow:nth-child(105) {
      opacity: 0.2292;
      transform: translate(68.792vw, -10px) scale(0.1975);
      animation: fall-105 29s -25s linear infinite; }
@keyframes fall-105 {
  58.67% {
    transform: translate(65.3317vw, 58.67vh) scale(0.1975); }
  to {
    transform: translate(67.06185vw, 100vh) scale(0.1975); } }
    #auguri_banner .snow:nth-child(106) {
      opacity: 0.6692;
      transform: translate(4.4533vw, -10px) scale(0.4581);
      animation: fall-106 19s -15s linear infinite; }
@keyframes fall-106 {
  75.413% {
    transform: translate(4.6349vw, 75.413vh) scale(0.4581); }
  to {
    transform: translate(4.5441vw, 100vh) scale(0.4581); } }
    #auguri_banner .snow:nth-child(107) {
      opacity: 0.1661;
      transform: translate(19.9658vw, -10px) scale(0.5004);
      animation: fall-107 12s -8s linear infinite; }
@keyframes fall-107 {
  73.742% {
    transform: translate(10.3425vw, 73.742vh) scale(0.5004); }
  to {
    transform: translate(15.15415vw, 100vh) scale(0.5004); } }
    #auguri_banner .snow:nth-child(108) {
      opacity: 0.6274;
      transform: translate(48.8516vw, -10px) scale(0.3361);
      animation: fall-108 19s -5s linear infinite; }
@keyframes fall-108 {
  78.223% {
    transform: translate(48.4651vw, 78.223vh) scale(0.3361); }
  to {
    transform: translate(48.65835vw, 100vh) scale(0.3361); } }
    #auguri_banner .snow:nth-child(109) {
      opacity: 0.6618;
      transform: translate(82.0375vw, -10px) scale(0.8586);
      animation: fall-109 18s -16s linear infinite; }
@keyframes fall-109 {
  73.769% {
    transform: translate(74.137vw, 73.769vh) scale(0.8586); }
  to {
    transform: translate(78.08725vw, 100vh) scale(0.8586); } }
    #auguri_banner .snow:nth-child(110) {
      opacity: 0.5967;
      transform: translate(48.1373vw, -10px) scale(0.1209);
      animation: fall-110 25s -10s linear infinite; }
@keyframes fall-110 {
  73.513% {
    transform: translate(45.5345vw, 73.513vh) scale(0.1209); }
  to {
    transform: translate(46.8359vw, 100vh) scale(0.1209); } }
    #auguri_banner .snow:nth-child(111) {
      opacity: 0.8852;
      transform: translate(39.5121vw, -10px) scale(0.0272);
      animation: fall-111 12s -18s linear infinite; }
@keyframes fall-111 {
  37.516% {
    transform: translate(40.0009vw, 37.516vh) scale(0.0272); }
  to {
    transform: translate(39.7565vw, 100vh) scale(0.0272); } }
    #auguri_banner .snow:nth-child(112) {
      opacity: 0.2793;
      transform: translate(31.8361vw, -10px) scale(0.8151);
      animation: fall-112 12s -24s linear infinite; }
@keyframes fall-112 {
  75.098% {
    transform: translate(24.6813vw, 75.098vh) scale(0.8151); }
  to {
    transform: translate(28.2587vw, 100vh) scale(0.8151); } }
    #auguri_banner .snow:nth-child(113) {
      opacity: 0.6995;
      transform: translate(75.2545vw, -10px) scale(0.6004);
      animation: fall-113 25s -13s linear infinite; }
@keyframes fall-113 {
  65.113% {
    transform: translate(69.4227vw, 65.113vh) scale(0.6004); }
  to {
    transform: translate(72.3386vw, 100vh) scale(0.6004); } }
    #auguri_banner .snow:nth-child(114) {
      opacity: 0.7095;
      transform: translate(98.898vw, -10px) scale(0.3732);
      animation: fall-114 20s -8s linear infinite; }
@keyframes fall-114 {
  47.422% {
    transform: translate(105.6522vw, 47.422vh) scale(0.3732); }
  to {
    transform: translate(102.2751vw, 100vh) scale(0.3732); } }
    #auguri_banner .snow:nth-child(115) {
      opacity: 0.5709;
      transform: translate(59.3134vw, -10px) scale(0.1872);
      animation: fall-115 10s -30s linear infinite; }
@keyframes fall-115 {
  44.552% {
    transform: translate(56.0879vw, 44.552vh) scale(0.1872); }
  to {
    transform: translate(57.70065vw, 100vh) scale(0.1872); } }
    #auguri_banner .snow:nth-child(116) {
      opacity: 0.9394;
      transform: translate(8.1101vw, -10px) scale(0.5147);
      animation: fall-116 24s -20s linear infinite; }
@keyframes fall-116 {
  54.799% {
    transform: translate(-1.6579vw, 54.799vh) scale(0.5147); }
  to {
    transform: translate(3.2261vw, 100vh) scale(0.5147); } }
    #auguri_banner .snow:nth-child(117) {
      opacity: 0.9411;
      transform: translate(1.2744vw, -10px) scale(0.827);
      animation: fall-117 14s -22s linear infinite; }
@keyframes fall-117 {
  39.759% {
    transform: translate(5.9968vw, 39.759vh) scale(0.827); }
  to {
    transform: translate(3.6356vw, 100vh) scale(0.827); } }
    #auguri_banner .snow:nth-child(118) {
      opacity: 0.8547;
      transform: translate(60.0405vw, -10px) scale(0.6801);
      animation: fall-118 24s -19s linear infinite; }
@keyframes fall-118 {
  39.344% {
    transform: translate(56.8084vw, 39.344vh) scale(0.6801); }
  to {
    transform: translate(58.42445vw, 100vh) scale(0.6801); } }
    #auguri_banner .snow:nth-child(119) {
      opacity: 0.2062;
      transform: translate(23.9668vw, -10px) scale(0.5562);
      animation: fall-119 17s -12s linear infinite; }
@keyframes fall-119 {
  37.471% {
    transform: translate(18.5728vw, 37.471vh) scale(0.5562); }
  to {
    transform: translate(21.2698vw, 100vh) scale(0.5562); } }
    #auguri_banner .snow:nth-child(120) {
      opacity: 0.113;
      transform: translate(58.2967vw, -10px) scale(0.9642);
      animation: fall-120 19s -26s linear infinite; }
@keyframes fall-120 {
  43.875% {
    transform: translate(55.7341vw, 43.875vh) scale(0.9642); }
  to {
    transform: translate(57.0154vw, 100vh) scale(0.9642); } }
    #auguri_banner .snow:nth-child(121) {
      opacity: 0.968;
      transform: translate(14.916vw, -10px) scale(0.2048);
      animation: fall-121 13s -25s linear infinite; }
@keyframes fall-121 {
  61.497% {
    transform: translate(5.9686vw, 61.497vh) scale(0.2048); }
  to {
    transform: translate(10.4423vw, 100vh) scale(0.2048); } }
    #auguri_banner .snow:nth-child(122) {
      opacity: 0.3899;
      transform: translate(51.7636vw, -10px) scale(0.0542);
      animation: fall-122 26s -25s linear infinite; }
@keyframes fall-122 {
  48.415% {
    transform: translate(54.2627vw, 48.415vh) scale(0.0542); }
  to {
    transform: translate(53.01315vw, 100vh) scale(0.0542); } }
    #auguri_banner .snow:nth-child(123) {
      opacity: 0.3007;
      transform: translate(80.3686vw, -10px) scale(0.9033);
      animation: fall-123 19s -14s linear infinite; }
@keyframes fall-123 {
  69.804% {
    transform: translate(74.2445vw, 69.804vh) scale(0.9033); }
  to {
    transform: translate(77.30655vw, 100vh) scale(0.9033); } }
    #auguri_banner .snow:nth-child(124) {
      opacity: 0.39;
      transform: translate(72.1385vw, -10px) scale(0.9276);
      animation: fall-124 25s -13s linear infinite; }
@keyframes fall-124 {
  67.445% {
    transform: translate(64.3254vw, 67.445vh) scale(0.9276); }
  to {
    transform: translate(68.23195vw, 100vh) scale(0.9276); } }
    #auguri_banner .snow:nth-child(125) {
      opacity: 0.9372;
      transform: translate(98.0547vw, -10px) scale(0.6116);
      animation: fall-125 26s -7s linear infinite; }
@keyframes fall-125 {
  61.417% {
    transform: translate(88.9116vw, 61.417vh) scale(0.6116); }
  to {
    transform: translate(93.48315vw, 100vh) scale(0.6116); } }
    #auguri_banner .snow:nth-child(126) {
      opacity: 0.6082;
      transform: translate(5.5767vw, -10px) scale(0.8273);
      animation: fall-126 26s -19s linear infinite; }
@keyframes fall-126 {
  49.267% {
    transform: translate(11.8202vw, 49.267vh) scale(0.8273); }
  to {
    transform: translate(8.69845vw, 100vh) scale(0.8273); } }
    #auguri_banner .snow:nth-child(127) {
      opacity: 0.5647;
      transform: translate(18.6819vw, -10px) scale(0.3063);
      animation: fall-127 30s -18s linear infinite; }
@keyframes fall-127 {
  79.431% {
    transform: translate(15.143vw, 79.431vh) scale(0.3063); }
  to {
    transform: translate(16.91245vw, 100vh) scale(0.3063); } }
    #auguri_banner .snow:nth-child(128) {
      opacity: 0.9177;
      transform: translate(66.7414vw, -10px) scale(0.2243);
      animation: fall-128 18s -3s linear infinite; }
@keyframes fall-128 {
  68.052% {
    transform: translate(76.5449vw, 68.052vh) scale(0.2243); }
  to {
    transform: translate(71.64315vw, 100vh) scale(0.2243); } }
    #auguri_banner .snow:nth-child(129) {
      opacity: 0.4333;
      transform: translate(44.3995vw, -10px) scale(0.6049);
      animation: fall-129 15s -23s linear infinite; }
@keyframes fall-129 {
  59.985% {
    transform: translate(45.5076vw, 59.985vh) scale(0.6049); }
  to {
    transform: translate(44.95355vw, 100vh) scale(0.6049); } }
    #auguri_banner .snow:nth-child(130) {
      opacity: 0.4541;
      transform: translate(18.8173vw, -10px) scale(0.7533);
      animation: fall-130 15s -16s linear infinite; }
@keyframes fall-130 {
  44.575% {
    transform: translate(23.2336vw, 44.575vh) scale(0.7533); }
  to {
    transform: translate(21.02545vw, 100vh) scale(0.7533); } }
    #auguri_banner .snow:nth-child(131) {
      opacity: 0.8132;
      transform: translate(77.1265vw, -10px) scale(0.0981);
      animation: fall-131 14s -16s linear infinite; }
@keyframes fall-131 {
  41.596% {
    transform: translate(70.8708vw, 41.596vh) scale(0.0981); }
  to {
    transform: translate(73.99865vw, 100vh) scale(0.0981); } }
    #auguri_banner .snow:nth-child(132) {
      opacity: 0.2463;
      transform: translate(39.687vw, -10px) scale(0.4417);
      animation: fall-132 15s -7s linear infinite; }
@keyframes fall-132 {
  65.99% {
    transform: translate(33.8644vw, 65.99vh) scale(0.4417); }
  to {
    transform: translate(36.7757vw, 100vh) scale(0.4417); } }
    #auguri_banner .snow:nth-child(133) {
      opacity: 0.2251;
      transform: translate(48.9826vw, -10px) scale(0.0148);
      animation: fall-133 26s -6s linear infinite; }
@keyframes fall-133 {
  43.798% {
    transform: translate(54.4324vw, 43.798vh) scale(0.0148); }
  to {
    transform: translate(51.7075vw, 100vh) scale(0.0148); } }
    #auguri_banner .snow:nth-child(134) {
      opacity: 0.3031;
      transform: translate(46.0827vw, -10px) scale(0.9253);
      animation: fall-134 17s -20s linear infinite; }
@keyframes fall-134 {
  38.69% {
    transform: translate(52.5657vw, 38.69vh) scale(0.9253); }
  to {
    transform: translate(49.3242vw, 100vh) scale(0.9253); } }
    #auguri_banner .snow:nth-child(135) {
      opacity: 0.9855;
      transform: translate(3.5002vw, -10px) scale(0.8338);
      animation: fall-135 24s -23s linear infinite; }
@keyframes fall-135 {
  68.655% {
    transform: translate(12.9327vw, 68.655vh) scale(0.8338); }
  to {
    transform: translate(8.21645vw, 100vh) scale(0.8338); } }
    #auguri_banner .snow:nth-child(136) {
      opacity: 0.9082;
      transform: translate(70.6302vw, -10px) scale(0.7715);
      animation: fall-136 24s -18s linear infinite; }
@keyframes fall-136 {
  39.425% {
    transform: translate(65.9531vw, 39.425vh) scale(0.7715); }
  to {
    transform: translate(68.29165vw, 100vh) scale(0.7715); } }
    #auguri_banner .snow:nth-child(137) {
      opacity: 0.3403;
      transform: translate(14.7457vw, -10px) scale(0.1572);
      animation: fall-137 10s -29s linear infinite; }
@keyframes fall-137 {
  63.773% {
    transform: translate(8.931vw, 63.773vh) scale(0.1572); }
  to {
    transform: translate(11.83835vw, 100vh) scale(0.1572); } }
    #auguri_banner .snow:nth-child(138) {
      opacity: 0.8463;
      transform: translate(57.0418vw, -10px) scale(0.9179);
      animation: fall-138 13s -13s linear infinite; }
@keyframes fall-138 {
  32.275% {
    transform: translate(52.6198vw, 32.275vh) scale(0.9179); }
  to {
    transform: translate(54.8308vw, 100vh) scale(0.9179); } }
    #auguri_banner .snow:nth-child(139) {
      opacity: 0.9375;
      transform: translate(76.4362vw, -10px) scale(0.6412);
      animation: fall-139 19s -27s linear infinite; }
@keyframes fall-139 {
  71.26% {
    transform: translate(67.2637vw, 71.26vh) scale(0.6412); }
  to {
    transform: translate(71.84995vw, 100vh) scale(0.6412); } }
    #auguri_banner .snow:nth-child(140) {
      opacity: 0.9555;
      transform: translate(91.4865vw, -10px) scale(0.3417);
      animation: fall-140 28s -28s linear infinite; }
@keyframes fall-140 {
  43.506% {
    transform: translate(88.177vw, 43.506vh) scale(0.3417); }
  to {
    transform: translate(89.83175vw, 100vh) scale(0.3417); } }
    #auguri_banner .snow:nth-child(141) {
      opacity: 0.2583;
      transform: translate(92.9207vw, -10px) scale(0.1285);
      animation: fall-141 26s -23s linear infinite; }
@keyframes fall-141 {
  32.186% {
    transform: translate(92.1108vw, 32.186vh) scale(0.1285); }
  to {
    transform: translate(92.51575vw, 100vh) scale(0.1285); } }
    #auguri_banner .snow:nth-child(142) {
      opacity: 0.6366;
      transform: translate(29.747vw, -10px) scale(0.7261);
      animation: fall-142 14s -23s linear infinite; }
@keyframes fall-142 {
  74.249% {
    transform: translate(28.9614vw, 74.249vh) scale(0.7261); }
  to {
    transform: translate(29.3542vw, 100vh) scale(0.7261); } }
    #auguri_banner .snow:nth-child(143) {
      opacity: 0.7143;
      transform: translate(0.405vw, -10px) scale(0.3974);
      animation: fall-143 20s -30s linear infinite; }
@keyframes fall-143 {
  74.375% {
    transform: translate(-5.2517vw, 74.375vh) scale(0.3974); }
  to {
    transform: translate(-2.42335vw, 100vh) scale(0.3974); } }
    #auguri_banner .snow:nth-child(144) {
      opacity: 0.449;
      transform: translate(58.0643vw, -10px) scale(0.9901);
      animation: fall-144 18s -10s linear infinite; }
@keyframes fall-144 {
  61.58% {
    transform: translate(49.1936vw, 61.58vh) scale(0.9901); }
  to {
    transform: translate(53.62895vw, 100vh) scale(0.9901); } }
    #auguri_banner .snow:nth-child(145) {
      opacity: 0.7456;
      transform: translate(16.3947vw, -10px) scale(0.5393);
      animation: fall-145 12s -18s linear infinite; }
@keyframes fall-145 {
  45.875% {
    transform: translate(20.3726vw, 45.875vh) scale(0.5393); }
  to {
    transform: translate(18.38365vw, 100vh) scale(0.5393); } }
    #auguri_banner .snow:nth-child(146) {
      opacity: 0.1463;
      transform: translate(70.2905vw, -10px) scale(0.1773);
      animation: fall-146 29s -7s linear infinite; }
@keyframes fall-146 {
  54.222% {
    transform: translate(74.6215vw, 54.222vh) scale(0.1773); }
  to {
    transform: translate(72.456vw, 100vh) scale(0.1773); } }
    #auguri_banner .snow:nth-child(147) {
      opacity: 0.3473;
      transform: translate(30.1126vw, -10px) scale(0.391);
      animation: fall-147 11s -21s linear infinite; }
@keyframes fall-147 {
  54.154% {
    transform: translate(35.6765vw, 54.154vh) scale(0.391); }
  to {
    transform: translate(32.89455vw, 100vh) scale(0.391); } }
    #auguri_banner .snow:nth-child(148) {
      opacity: 0.3909;
      transform: translate(66.2145vw, -10px) scale(0.7162);
      animation: fall-148 10s -3s linear infinite; }
@keyframes fall-148 {
  46.923% {
    transform: translate(58.0073vw, 46.923vh) scale(0.7162); }
  to {
    transform: translate(62.1109vw, 100vh) scale(0.7162); } }
    #auguri_banner .snow:nth-child(149) {
      opacity: 0.3947;
      transform: translate(40.0952vw, -10px) scale(0.4602);
      animation: fall-149 27s -1s linear infinite; }
@keyframes fall-149 {
  74.483% {
    transform: translate(38.1497vw, 74.483vh) scale(0.4602); }
  to {
    transform: translate(39.12245vw, 100vh) scale(0.4602); } }
    #auguri_banner .snow:nth-child(150) {
      opacity: 0.1135;
      transform: translate(29.0576vw, -10px) scale(0.1324);
      animation: fall-150 18s -6s linear infinite; }
@keyframes fall-150 {
  69.646% {
    transform: translate(21.9028vw, 69.646vh) scale(0.1324); }
  to {
    transform: translate(25.4802vw, 100vh) scale(0.1324); } }
    #auguri_banner .snow:nth-child(151) {
      opacity: 0.5911;
      transform: translate(2.8654vw, -10px) scale(0.5919);
      animation: fall-151 13s -26s linear infinite; }
@keyframes fall-151 {
  65.794% {
    transform: translate(11.6446vw, 65.794vh) scale(0.5919); }
  to {
    transform: translate(7.255vw, 100vh) scale(0.5919); } }
    #auguri_banner .snow:nth-child(152) {
      opacity: 0.383;
      transform: translate(65.1538vw, -10px) scale(0.4877);
      animation: fall-152 15s -6s linear infinite; }
@keyframes fall-152 {
  78.819% {
    transform: translate(60.1884vw, 78.819vh) scale(0.4877); }
  to {
    transform: translate(62.6711vw, 100vh) scale(0.4877); } }
    #auguri_banner .snow:nth-child(153) {
      opacity: 0.6583;
      transform: translate(62.7127vw, -10px) scale(0.418);
      animation: fall-153 26s -16s linear infinite; }
@keyframes fall-153 {
  63.389% {
    transform: translate(63.8311vw, 63.389vh) scale(0.418); }
  to {
    transform: translate(63.2719vw, 100vh) scale(0.418); } }
    #auguri_banner .snow:nth-child(154) {
      opacity: 0.4945;
      transform: translate(56.8046vw, -10px) scale(0.3599);
      animation: fall-154 29s -25s linear infinite; }
@keyframes fall-154 {
  45.775% {
    transform: translate(52.7426vw, 45.775vh) scale(0.3599); }
  to {
    transform: translate(54.7736vw, 100vh) scale(0.3599); } }
    #auguri_banner .snow:nth-child(155) {
      opacity: 0.5027;
      transform: translate(5.9378vw, -10px) scale(0.3714);
      animation: fall-155 11s -13s linear infinite; }
@keyframes fall-155 {
  44.182% {
    transform: translate(7.7958vw, 44.182vh) scale(0.3714); }
  to {
    transform: translate(6.8668vw, 100vh) scale(0.3714); } }
    #auguri_banner .snow:nth-child(156) {
      opacity: 0.6795;
      transform: translate(97.0567vw, -10px) scale(0.8509);
      animation: fall-156 12s -14s linear infinite; }
@keyframes fall-156 {
  70.615% {
    transform: translate(92.2471vw, 70.615vh) scale(0.8509); }
  to {
    transform: translate(94.6519vw, 100vh) scale(0.8509); } }
    #auguri_banner .snow:nth-child(157) {
      opacity: 0.0574;
      transform: translate(28.5871vw, -10px) scale(0.625);
      animation: fall-157 30s -12s linear infinite; }
@keyframes fall-157 {
  58.366% {
    transform: translate(35.6532vw, 58.366vh) scale(0.625); }
  to {
    transform: translate(32.12015vw, 100vh) scale(0.625); } }
    #auguri_banner .snow:nth-child(158) {
      opacity: 0.3438;
      transform: translate(15.5369vw, -10px) scale(0.9252);
      animation: fall-158 11s -27s linear infinite; }
@keyframes fall-158 {
  69.576% {
    transform: translate(8.8877vw, 69.576vh) scale(0.9252); }
  to {
    transform: translate(12.2123vw, 100vh) scale(0.9252); } }
    #auguri_banner .snow:nth-child(159) {
      opacity: 0.8548;
      transform: translate(51.4396vw, -10px) scale(0.2753);
      animation: fall-159 26s -29s linear infinite; }
@keyframes fall-159 {
  60.499% {
    transform: translate(57.3069vw, 60.499vh) scale(0.2753); }
  to {
    transform: translate(54.37325vw, 100vh) scale(0.2753); } }
    #auguri_banner .snow:nth-child(160) {
      opacity: 0.2948;
      transform: translate(38.4338vw, -10px) scale(0.415);
      animation: fall-160 20s -1s linear infinite; }
@keyframes fall-160 {
  68.073% {
    transform: translate(47.2657vw, 68.073vh) scale(0.415); }
  to {
    transform: translate(42.84975vw, 100vh) scale(0.415); } }
    #auguri_banner .snow:nth-child(161) {
      opacity: 0.6206;
      transform: translate(47.6482vw, -10px) scale(0.0708);
      animation: fall-161 11s -18s linear infinite; }
@keyframes fall-161 {
  41.559% {
    transform: translate(50.0084vw, 41.559vh) scale(0.0708); }
  to {
    transform: translate(48.8283vw, 100vh) scale(0.0708); } }
    #auguri_banner .snow:nth-child(162) {
      opacity: 0.8703;
      transform: translate(10.0717vw, -10px) scale(0.6794);
      animation: fall-162 29s -18s linear infinite; }
@keyframes fall-162 {
  45.924% {
    transform: translate(6.7727vw, 45.924vh) scale(0.6794); }
  to {
    transform: translate(8.4222vw, 100vh) scale(0.6794); } }
    #auguri_banner .snow:nth-child(163) {
      opacity: 0.2488;
      transform: translate(31.5446vw, -10px) scale(0.983);
      animation: fall-163 19s -7s linear infinite; }
@keyframes fall-163 {
  48.136% {
    transform: translate(25.4863vw, 48.136vh) scale(0.983); }
  to {
    transform: translate(28.51545vw, 100vh) scale(0.983); } }
    #auguri_banner .snow:nth-child(164) {
      opacity: 0.4703;
      transform: translate(35.9167vw, -10px) scale(0.8022);
      animation: fall-164 11s -22s linear infinite; }
@keyframes fall-164 {
  48.495% {
    transform: translate(36.1491vw, 48.495vh) scale(0.8022); }
  to {
    transform: translate(36.0329vw, 100vh) scale(0.8022); } }
    #auguri_banner .snow:nth-child(165) {
      opacity: 0.1231;
      transform: translate(49.6824vw, -10px) scale(0.8215);
      animation: fall-165 29s -5s linear infinite; }
@keyframes fall-165 {
  49.769% {
    transform: translate(49.6603vw, 49.769vh) scale(0.8215); }
  to {
    transform: translate(49.67135vw, 100vh) scale(0.8215); } }
    #auguri_banner .snow:nth-child(166) {
      opacity: 0.6827;
      transform: translate(6.2203vw, -10px) scale(0.7192);
      animation: fall-166 18s -22s linear infinite; }
@keyframes fall-166 {
  39.81% {
    transform: translate(6.3939vw, 39.81vh) scale(0.7192); }
  to {
    transform: translate(6.3071vw, 100vh) scale(0.7192); } }
    #auguri_banner .snow:nth-child(167) {
      opacity: 0.0666;
      transform: translate(83.7828vw, -10px) scale(0.7605);
      animation: fall-167 24s -17s linear infinite; }
@keyframes fall-167 {
  71.083% {
    transform: translate(90.0253vw, 71.083vh) scale(0.7605); }
  to {
    transform: translate(86.90405vw, 100vh) scale(0.7605); } }
    #auguri_banner .snow:nth-child(168) {
      opacity: 0.1577;
      transform: translate(66.7709vw, -10px) scale(0.6204);
      animation: fall-168 26s -20s linear infinite; }
@keyframes fall-168 {
  47.289% {
    transform: translate(60.7487vw, 47.289vh) scale(0.6204); }
  to {
    transform: translate(63.7598vw, 100vh) scale(0.6204); } }
    #auguri_banner .snow:nth-child(169) {
      opacity: 0.0335;
      transform: translate(66.1022vw, -10px) scale(0.8144);
      animation: fall-169 25s -3s linear infinite; }
@keyframes fall-169 {
  30.608% {
    transform: translate(58.6141vw, 30.608vh) scale(0.8144); }
  to {
    transform: translate(62.35815vw, 100vh) scale(0.8144); } }
    #auguri_banner .snow:nth-child(170) {
      opacity: 0.271;
      transform: translate(83.3824vw, -10px) scale(0.1022);
      animation: fall-170 30s -3s linear infinite; }
@keyframes fall-170 {
  46.779% {
    transform: translate(74.4234vw, 46.779vh) scale(0.1022); }
  to {
    transform: translate(78.9029vw, 100vh) scale(0.1022); } }
    #auguri_banner .snow:nth-child(171) {
      opacity: 0.1261;
      transform: translate(30.3904vw, -10px) scale(0.2037);
      animation: fall-171 19s -23s linear infinite; }
@keyframes fall-171 {
  64.69% {
    transform: translate(23.8299vw, 64.69vh) scale(0.2037); }
  to {
    transform: translate(27.11015vw, 100vh) scale(0.2037); } }
    #auguri_banner .snow:nth-child(172) {
      opacity: 0.4908;
      transform: translate(7.3199vw, -10px) scale(0.749);
      animation: fall-172 30s -26s linear infinite; }
@keyframes fall-172 {
  57.281% {
    transform: translate(-1.0372vw, 57.281vh) scale(0.749); }
  to {
    transform: translate(3.14135vw, 100vh) scale(0.749); } }
    #auguri_banner .snow:nth-child(173) {
      opacity: 0.8199;
      transform: translate(72.3991vw, -10px) scale(0.1048);
      animation: fall-173 12s -8s linear infinite; }
@keyframes fall-173 {
  60.724% {
    transform: translate(69.3689vw, 60.724vh) scale(0.1048); }
  to {
    transform: translate(70.884vw, 100vh) scale(0.1048); } }
    #auguri_banner .snow:nth-child(174) {
      opacity: 0.5108;
      transform: translate(82.7518vw, -10px) scale(0.0971);
      animation: fall-174 11s -27s linear infinite; }
@keyframes fall-174 {
  49.695% {
    transform: translate(80.6808vw, 49.695vh) scale(0.0971); }
  to {
    transform: translate(81.7163vw, 100vh) scale(0.0971); } }
    #auguri_banner .snow:nth-child(175) {
      opacity: 0.4997;
      transform: translate(76.8083vw, -10px) scale(0.4953);
      animation: fall-175 29s -29s linear infinite; }
@keyframes fall-175 {
  54.667% {
    transform: translate(81.6612vw, 54.667vh) scale(0.4953); }
  to {
    transform: translate(79.23475vw, 100vh) scale(0.4953); } }
    #auguri_banner .snow:nth-child(176) {
      opacity: 0.0639;
      transform: translate(90.1797vw, -10px) scale(0.7798);
      animation: fall-176 21s -24s linear infinite; }
@keyframes fall-176 {
  70.736% {
    transform: translate(88.6083vw, 70.736vh) scale(0.7798); }
  to {
    transform: translate(89.394vw, 100vh) scale(0.7798); } }
    #auguri_banner .snow:nth-child(177) {
      opacity: 0.0849;
      transform: translate(61.6818vw, -10px) scale(0.7129);
      animation: fall-177 13s -3s linear infinite; }
@keyframes fall-177 {
  50.075% {
    transform: translate(62.4391vw, 50.075vh) scale(0.7129); }
  to {
    transform: translate(62.06045vw, 100vh) scale(0.7129); } }
    #auguri_banner .snow:nth-child(178) {
      opacity: 0.6313;
      transform: translate(17.9056vw, -10px) scale(0.7394);
      animation: fall-178 13s -29s linear infinite; }
@keyframes fall-178 {
  69.33% {
    transform: translate(12.5031vw, 69.33vh) scale(0.7394); }
  to {
    transform: translate(15.20435vw, 100vh) scale(0.7394); } }
    #auguri_banner .snow:nth-child(179) {
      opacity: 0.1997;
      transform: translate(20.0526vw, -10px) scale(0.4525);
      animation: fall-179 22s -14s linear infinite; }
@keyframes fall-179 {
  78.469% {
    transform: translate(23.8857vw, 78.469vh) scale(0.4525); }
  to {
    transform: translate(21.96915vw, 100vh) scale(0.4525); } }
    #auguri_banner .snow:nth-child(180) {
      opacity: 0.87;
      transform: translate(59.8444vw, -10px) scale(0.8573);
      animation: fall-180 15s -27s linear infinite; }
@keyframes fall-180 {
  51.018% {
    transform: translate(55.3994vw, 51.018vh) scale(0.8573); }
  to {
    transform: translate(57.6219vw, 100vh) scale(0.8573); } }
    #auguri_banner .snow:nth-child(181) {
      opacity: 0.734;
      transform: translate(96.0124vw, -10px) scale(0.8802);
      animation: fall-181 21s -30s linear infinite; }
@keyframes fall-181 {
  75.177% {
    transform: translate(102.4418vw, 75.177vh) scale(0.8802); }
  to {
    transform: translate(99.2271vw, 100vh) scale(0.8802); } }
    #auguri_banner .snow:nth-child(182) {
      opacity: 0.2951;
      transform: translate(11.093vw, -10px) scale(0.4638);
      animation: fall-182 17s -28s linear infinite; }
@keyframes fall-182 {
  41.511% {
    transform: translate(16.4964vw, 41.511vh) scale(0.4638); }
  to {
    transform: translate(13.7947vw, 100vh) scale(0.4638); } }
    #auguri_banner .snow:nth-child(183) {
      opacity: 0.9642;
      transform: translate(68.5727vw, -10px) scale(0.1995);
      animation: fall-183 12s -8s linear infinite; }
@keyframes fall-183 {
  51.18% {
    transform: translate(65.9991vw, 51.18vh) scale(0.1995); }
  to {
    transform: translate(67.2859vw, 100vh) scale(0.1995); } }
    #auguri_banner .snow:nth-child(184) {
      opacity: 0.6632;
      transform: translate(56.3355vw, -10px) scale(0.896);
      animation: fall-184 25s -14s linear infinite; }
@keyframes fall-184 {
  61.015% {
    transform: translate(57.315vw, 61.015vh) scale(0.896); }
  to {
    transform: translate(56.82525vw, 100vh) scale(0.896); } }
    #auguri_banner .snow:nth-child(185) {
      opacity: 0.0512;
      transform: translate(3.2097vw, -10px) scale(0.6557);
      animation: fall-185 28s -15s linear infinite; }
@keyframes fall-185 {
  47.626% {
    transform: translate(6.799vw, 47.626vh) scale(0.6557); }
  to {
    transform: translate(5.00435vw, 100vh) scale(0.6557); } }
    #auguri_banner .snow:nth-child(186) {
      opacity: 0.55;
      transform: translate(40.9398vw, -10px) scale(0.1352);
      animation: fall-186 17s -24s linear infinite; }
@keyframes fall-186 {
  78.679% {
    transform: translate(50.4793vw, 78.679vh) scale(0.1352); }
  to {
    transform: translate(45.70955vw, 100vh) scale(0.1352); } }
    #auguri_banner .snow:nth-child(187) {
      opacity: 0.1316;
      transform: translate(94.6217vw, -10px) scale(0.4518);
      animation: fall-187 27s -25s linear infinite; }
@keyframes fall-187 {
  51.837% {
    transform: translate(89.2572vw, 51.837vh) scale(0.4518); }
  to {
    transform: translate(91.93945vw, 100vh) scale(0.4518); } }
    #auguri_banner .snow:nth-child(188) {
      opacity: 0.4951;
      transform: translate(55.5487vw, -10px) scale(0.4229);
      animation: fall-188 20s -20s linear infinite; }
@keyframes fall-188 {
  78.785% {
    transform: translate(51.9219vw, 78.785vh) scale(0.4229); }
  to {
    transform: translate(53.7353vw, 100vh) scale(0.4229); } }
    #auguri_banner .snow:nth-child(189) {
      opacity: 0.0852;
      transform: translate(36.5641vw, -10px) scale(0.7513);
      animation: fall-189 17s -9s linear infinite; }
@keyframes fall-189 {
  52.011% {
    transform: translate(35.2777vw, 52.011vh) scale(0.7513); }
  to {
    transform: translate(35.9209vw, 100vh) scale(0.7513); } }
    #auguri_banner .snow:nth-child(190) {
      opacity: 0.0491;
      transform: translate(9.5786vw, -10px) scale(0.8467);
      animation: fall-190 18s -19s linear infinite; }
@keyframes fall-190 {
  43.865% {
    transform: translate(14.9616vw, 43.865vh) scale(0.8467); }
  to {
    transform: translate(12.2701vw, 100vh) scale(0.8467); } }
    #auguri_banner .snow:nth-child(191) {
      opacity: 0.4335;
      transform: translate(92.14vw, -10px) scale(0.9268);
      animation: fall-191 26s -22s linear infinite; }
@keyframes fall-191 {
  37.87% {
    transform: translate(98.7094vw, 37.87vh) scale(0.9268); }
  to {
    transform: translate(95.4247vw, 100vh) scale(0.9268); } }
    #auguri_banner .snow:nth-child(192) {
      opacity: 0.0193;
      transform: translate(90.0512vw, -10px) scale(0.1279);
      animation: fall-192 28s -24s linear infinite; }
@keyframes fall-192 {
  37.794% {
    transform: translate(90.6431vw, 37.794vh) scale(0.1279); }
  to {
    transform: translate(90.34715vw, 100vh) scale(0.1279); } }
    #auguri_banner .snow:nth-child(193) {
      opacity: 0.482;
      transform: translate(36.7268vw, -10px) scale(0.861);
      animation: fall-193 30s -11s linear infinite; }
@keyframes fall-193 {
  43.854% {
    transform: translate(42.6144vw, 43.854vh) scale(0.861); }
  to {
    transform: translate(39.6706vw, 100vh) scale(0.861); } }
    #auguri_banner .snow:nth-child(194) {
      opacity: 0.9201;
      transform: translate(38.3944vw, -10px) scale(0.9586);
      animation: fall-194 20s -8s linear infinite; }
@keyframes fall-194 {
  38.593% {
    transform: translate(47.7922vw, 38.593vh) scale(0.9586); }
  to {
    transform: translate(43.0933vw, 100vh) scale(0.9586); } }
    #auguri_banner .snow:nth-child(195) {
      opacity: 0.0492;
      transform: translate(12.6471vw, -10px) scale(0.9852);
      animation: fall-195 12s -7s linear infinite; }
@keyframes fall-195 {
  49.404% {
    transform: translate(6.9942vw, 49.404vh) scale(0.9852); }
  to {
    transform: translate(9.82065vw, 100vh) scale(0.9852); } }
    #auguri_banner .snow:nth-child(196) {
      opacity: 0.7835;
      transform: translate(48.8016vw, -10px) scale(0.7576);
      animation: fall-196 26s -16s linear infinite; }
@keyframes fall-196 {
  56.724% {
    transform: translate(51.7498vw, 56.724vh) scale(0.7576); }
  to {
    transform: translate(50.2757vw, 100vh) scale(0.7576); } }
    #auguri_banner .snow:nth-child(197) {
      opacity: 0.6436;
      transform: translate(90.9994vw, -10px) scale(0.9962);
      animation: fall-197 18s -18s linear infinite; }
@keyframes fall-197 {
  72.8% {
    transform: translate(95.121vw, 72.8vh) scale(0.9962); }
  to {
    transform: translate(93.0602vw, 100vh) scale(0.9962); } }
    #auguri_banner .snow:nth-child(198) {
      opacity: 0.6109;
      transform: translate(3.303vw, -10px) scale(0.8062);
      animation: fall-198 22s -29s linear infinite; }
@keyframes fall-198 {
  77.298% {
    transform: translate(-1.6804vw, 77.298vh) scale(0.8062); }
  to {
    transform: translate(0.8113vw, 100vh) scale(0.8062); } }
    #auguri_banner .snow:nth-child(199) {
      opacity: 0.0542;
      transform: translate(64.7839vw, -10px) scale(0.1236);
      animation: fall-199 18s -26s linear infinite; }
@keyframes fall-199 {
  66.991% {
    transform: translate(74.0023vw, 66.991vh) scale(0.1236); }
  to {
    transform: translate(69.3931vw, 100vh) scale(0.1236); } }
    #auguri_banner .snow:nth-child(200) {
      opacity: 0.59;
      transform: translate(99.5674vw, -10px) scale(0.0003);
      animation: fall-200 11s -1s linear infinite; }
@keyframes fall-200 {
  73.293% {
    transform: translate(94.3164vw, 73.293vh) scale(0.0003); }
  to {
    transform: translate(96.9419vw, 100vh) scale(0.0003); } }
#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; }

.android_link, .apple_link {
  background-image: url("../img/app_apple.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 226px;
  height: 68px;
  margin: 10px 10px 10px 0;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  display: block; }

.android_link {
  background-image: url("../img/app_google.png"); }

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