@charset "UTF-8";
/* ---------------
projects variables
--------------- */
/* ---------------
bootstrap override variables
--------------- */
/*----------------------
Poppins
----------------------*/
@font-face {
  font-family: 'poppins_bold';
  src: url("assets/fonts/poppins-bold-webfont.eot");
  src: url("assets/fonts/poppins-bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins-bold-webfont.woff2") format("woff2"), url("assets/fonts/poppins-bold-webfont.woff") format("woff"), url("assets/fonts/poppins-bold-webfont.ttf") format("truetype"), url("assets/fonts/poppins-bold-webfont.svg#poppinsbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppins_medium';
  src: url("assets/fonts/poppins-medium-webfont.eot");
  src: url("assets/fonts/poppins-medium-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins-medium-webfont.woff2") format("woff2"), url("assets/fonts/poppins-medium-webfont.woff") format("woff"), url("assets/fonts/poppins-medium-webfont.ttf") format("truetype"), url("assets/fonts/poppins-medium-webfont.svg#poppinsmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'poppins_regular';
  src: url("assets/fonts/poppins-regular-webfont.eot");
  src: url("assets/fonts/poppins-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/poppins-regular-webfont.woff2") format("woff2"), url("assets/fonts/poppins-regular-webfont.woff") format("woff"), url("assets/fonts/poppins-regular-webfont.ttf") format("truetype"), url("assets/fonts/poppins-regular-webfont.svg#poppinsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*----------------------
Archive
----------------------*/
@font-face {
  font-family: 'archive_regular';
  src: url("assets/fonts/archive-webfont.eot");
  src: url("assets/fonts/archive-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/archive-webfont.woff2") format("woff2"), url("assets/fonts/archive-webfont.woff") format("woff"), url("assets/fonts/archive-webfont.ttf") format("truetype"), url("assets/fonts/archive-webfont.svg#archiveregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F00032;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #F00032;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3,
  ._form-content ._form-title,
  .hbspt-form ._form-title {
    orphans: 3;
    widows: 3; }

  h2,
  h3,
  ._form-content ._form-title,
  .hbspt-form ._form-title {
    page-break-after: avoid; }

  .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 #ddd !important; } }
*,
*::before,
*::after {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "poppins_regular", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #363f46;
  text-align: left;
  background-color: #ffffff; }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, ._form-content ._form-title, .hbspt-form ._form-title, 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; }

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: normal; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

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: #000000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: black;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .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; }

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

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; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

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-cancel-button,
[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; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, ._form-content ._form-title, .hbspt-form ._form-title, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.375rem; }

h3, ._form-content ._form-title, .hbspt-form ._form-title, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 0.8125rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled, .site-footer ul, .listing-filters ul {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1180px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  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, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.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 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

  .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 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

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

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

  .col-sm-8 {
    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-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: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

  .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-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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

  .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-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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

  .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 {
    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-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%; } }
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #495057;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #b6b9bc;
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #F00032;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0); }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.55rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.8; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.8;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  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;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #868e96; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #F00032; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(197, 52, 46, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F00032; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 52, 46, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #F00032; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(197, 52, 46, 0.25); }
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #F00032; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #F00032; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 52, 46, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .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 {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

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

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent;
    background-image: none; }

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

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

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.8rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #ffffff;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent) repeat-x; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px rgba(0, 0, 0, 0); }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.5) linear-gradient(180deg, rgba(255, 255, 255, 0.575), rgba(255, 255, 255, 0.5)) repeat-x; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #868e96; }

.custom-control-indicator {
  position: absolute;
  top: -8.1px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  user-select: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.55rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.8;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #b6b9bc;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #ffffff; }
  .custom-select[multiple] {
    height: auto;
    background-image: none; }
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.55rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.55rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #007bff; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.55rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.8;
  color: #495057;
  pointer-events: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid #b6b9bc;
  border-radius: 0; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.55rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.8;
    color: #495057;
    background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
    border: 1px solid #b6b9bc;
    border-radius: 0 0 0 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #363f46;
  border-color: #363f46; }
.page-item.disabled .page-link {
  color: #7b8c9a;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #7b8c9a; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #363f46;
  background-color: #ffffff;
  border: 2px solid #363f46; }
  .page-link:focus, .page-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #363f46;
    border-color: #363f46; }

.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: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.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: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

.media-body {
  flex: 1; }

.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: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

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

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important; }

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important; }

.bg-gradient-secondary {
  background: #868e96 linear-gradient(180deg, #989fa6, #868e96) repeat-x !important; }

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important; }

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important; }

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important; }

.bg-gradient-danger {
  background: #F00032 linear-gradient(180deg, #ce524d, #F00032) repeat-x !important; }

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important; }

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important; }

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

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

.border {
  border: 1px solid #e9ecef !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: #007bff !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

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

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !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 {
  display: flex !important; }

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

@media (min-width: 576px) {
  .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 {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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; } }
.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

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

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

@media print {
  .d-print-none {
    display: none !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; }

.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: 576px) {
  .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; }

  .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 {
    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: 768px) {
  .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; }

  .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: 992px) {
  .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; }

  .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: 1200px) {
  .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; }

  .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: 576px) {
  .float-sm-left {
    float: left !important; }

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

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

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

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

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

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

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

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

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

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

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

.mh-100 {
  max-height: 100% !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,
.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 {
  margin: 1rem !important; }

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

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

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

.ml-3,
.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-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: 576px) {
  .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,
  .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-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: 768px) {
  .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-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: 992px) {
  .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-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: 1200px) {
  .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-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; } }
.text-justify {
  text-align: justify !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: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .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 {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: normal !important; }

.font-weight-normal {
  font-weight: normal !important; }

.font-weight-bold {
  font-weight: normal !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

.text-danger {
  color: #F00032 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #9c2924 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

.text-muted {
  color: #868e96 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-card:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-alarm-clock:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-arrow-alt-circle-down:before {
  content: ""; }

.fa-arrow-alt-circle-left:before {
  content: ""; }

.fa-arrow-alt-circle-right:before {
  content: ""; }

.fa-arrow-alt-circle-up:before {
  content: ""; }

.fa-arrow-alt-down:before {
  content: ""; }

.fa-arrow-alt-from-bottom:before {
  content: ""; }

.fa-arrow-alt-from-left:before {
  content: ""; }

.fa-arrow-alt-from-right:before {
  content: ""; }

.fa-arrow-alt-from-top:before {
  content: ""; }

.fa-arrow-alt-left:before {
  content: ""; }

.fa-arrow-alt-right:before {
  content: ""; }

.fa-arrow-alt-square-down:before {
  content: ""; }

.fa-arrow-alt-square-left:before {
  content: ""; }

.fa-arrow-alt-square-right:before {
  content: ""; }

.fa-arrow-alt-square-up:before {
  content: ""; }

.fa-arrow-alt-to-bottom:before {
  content: ""; }

.fa-arrow-alt-to-left:before {
  content: ""; }

.fa-arrow-alt-to-right:before {
  content: ""; }

.fa-arrow-alt-to-top:before {
  content: ""; }

.fa-arrow-alt-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-arrow-from-bottom:before {
  content: ""; }

.fa-arrow-from-left:before {
  content: ""; }

.fa-arrow-from-right:before {
  content: ""; }

.fa-arrow-from-top:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-square-down:before {
  content: ""; }

.fa-arrow-square-left:before {
  content: ""; }

.fa-arrow-square-right:before {
  content: ""; }

.fa-arrow-square-up:before {
  content: ""; }

.fa-arrow-to-bottom:before {
  content: ""; }

.fa-arrow-to-left:before {
  content: ""; }

.fa-arrow-to-right:before {
  content: ""; }

.fa-arrow-to-top:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-autoprefixer:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-badge:before {
  content: ""; }

.fa-badge-check:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-basketball-hoop:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-bolt:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-slash:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-blackberry:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-bolt:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-bowling-pins:before {
  content: ""; }

.fa-boxing-glove:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-browser:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-edit:before {
  content: ""; }

.fa-calendar-exclamation:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-camera-alt:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-car:before {
  content: ""; }

.fa-caret-circle-down:before {
  content: ""; }

.fa-caret-circle-left:before {
  content: ""; }

.fa-caret-circle-right:before {
  content: ""; }

.fa-caret-circle-up:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-caret-square-down:before {
  content: ""; }

.fa-caret-square-left:before {
  content: ""; }

.fa-caret-square-right:before {
  content: ""; }

.fa-caret-square-up:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-apple-pay:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chart-area:before {
  content: ""; }

.fa-chart-bar:before {
  content: ""; }

.fa-chart-line:before {
  content: ""; }

.fa-chart-pie:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-bishop-alt:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-clock:before {
  content: ""; }

.fa-chess-clock-alt:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-king-alt:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-knight-alt:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-pawn-alt:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-queen-alt:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

.fa-chess-rook-alt:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-double-down:before {
  content: ""; }

.fa-chevron-double-left:before {
  content: ""; }

.fa-chevron-double-right:before {
  content: ""; }

.fa-chevron-double-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-square-down:before {
  content: ""; }

.fa-chevron-square-left:before {
  content: ""; }

.fa-chevron-square-right:before {
  content: ""; }

.fa-chevron-square-up:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-circle-notch:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-club:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-code-commit:before {
  content: ""; }

.fa-code-merge:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-alt:before {
  content: ""; }

.fa-compress-wide:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-credit-card-blank:before {
  content: ""; }

.fa-credit-card-front:before {
  content: ""; }

.fa-cricket:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-curling:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-desktop-alt:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dot-circle:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-h-alt:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-ellipsis-v-alt:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-euro-sign:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-exclamation-square:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-alt:before {
  content: ""; }

.fa-expand-arrows:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expand-wide:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-field-hockey:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-alt:before {
  content: ""; }

.fa-file-archive:before {
  content: ""; }

.fa-file-audio:before {
  content: ""; }

.fa-file-check:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-edit:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-exclamation:before {
  content: ""; }

.fa-file-image:before {
  content: ""; }

.fa-file-minus:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-plus:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-times:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-film-alt:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

.fa-football-helmet:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gavel:before {
  content: ""; }

.fa-gem:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-gitkraken:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-golf-club:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-google-plus-g:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-h1:before {
  content: ""; }

.fa-h2:before {
  content: ""; }

.fa-h3:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-hand-lizard:before {
  content: ""; }

.fa-hand-paper:before {
  content: ""; }

.fa-hand-peace:before {
  content: ""; }

.fa-hand-point-down:before {
  content: ""; }

.fa-hand-point-left:before {
  content: ""; }

.fa-hand-point-right:before {
  content: ""; }

.fa-hand-point-up:before {
  content: ""; }

.fa-hand-pointer:before {
  content: ""; }

.fa-hand-rock:before {
  content: ""; }

.fa-hand-scissors:before {
  content: ""; }

.fa-hand-spock:before {
  content: ""; }

.fa-handshake:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-heading:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-hexagon:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-hockey-sticks:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-start:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-id-card:before {
  content: ""; }

.fa-image:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-inbox-in:before {
  content: ""; }

.fa-inbox-out:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-industry-alt:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-info-square:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-jack-o-lantern:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-lemon:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-lightbulb:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-lock-alt:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-lock-open-alt:before {
  content: ""; }

.fa-long-arrow-alt-down:before {
  content: ""; }

.fa-long-arrow-alt-left:before {
  content: ""; }

.fa-long-arrow-alt-right:before {
  content: ""; }

.fa-long-arrow-alt-up:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-luchador:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-map-marker-alt:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-meh:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-alt:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-minus-hexagon:before {
  content: ""; }

.fa-minus-octagon:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-mizuni:before {
  content: ""; }

.fa-mobile:before {
  content: ""; }

.fa-mobile-alt:before {
  content: ""; }

.fa-mobile-android:before {
  content: ""; }

.fa-mobile-android-alt:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-monero:before {
  content: ""; }

.fa-money-bill:before {
  content: ""; }

.fa-money-bill-alt:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-newspaper:before {
  content: ""; }

.fa-nintendo-switch:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-octagon:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-paste:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-pen:before {
  content: ""; }

.fa-pen-alt:before {
  content: ""; }

.fa-pen-square:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pennant:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-phone-slash:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-phone-volume:before {
  content: ""; }

.fa-php:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-alt:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-playstation:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-plus-hexagon:before {
  content: ""; }

.fa-plus-octagon:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-portrait:before {
  content: ""; }

.fa-pound-sign:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-python:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-question-square:before {
  content: ""; }

.fa-quidditch:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-racquet:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-react:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-rectangle-landscape:before {
  content: ""; }

.fa-rectangle-portrait:before {
  content: ""; }

.fa-rectangle-wide:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-redo:before {
  content: ""; }

.fa-redo-alt:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-rendact:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-repeat:before {
  content: ""; }

.fa-repeat-1:before {
  content: ""; }

.fa-repeat-1-alt:before {
  content: ""; }

.fa-repeat-alt:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-retweet-alt:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-ruble-sign:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scrubber:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-searchengin:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-share:before {
  content: ""; }

.fa-share-all:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-shekel-sign:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-shield-check:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shuttlecock:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-sliders-h-square:before {
  content: ""; }

.fa-sliders-v:before {
  content: ""; }

.fa-sliders-v-square:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-sort:before {
  content: ""; }

.fa-sort-alpha-down:before {
  content: ""; }

.fa-sort-alpha-up:before {
  content: ""; }

.fa-sort-amount-down:before {
  content: ""; }

.fa-sort-amount-up:before {
  content: ""; }

.fa-sort-down:before {
  content: ""; }

.fa-sort-numeric-down:before {
  content: ""; }

.fa-sort-numeric-up:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-spade:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-spinner-third:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-exclamation:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stopwatch:before {
  content: ""; }

.fa-strava:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-sun:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-sync:before {
  content: ""; }

.fa-sync-alt:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-table-tennis:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-tablet-alt:before {
  content: ""; }

.fa-tablet-android:before {
  content: ""; }

.fa-tablet-android-alt:before {
  content: ""; }

.fa-tachometer:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-taxi:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-tennis-ball:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-thermometer-empty:before {
  content: ""; }

.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbtack:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-times-hexagon:before {
  content: ""; }

.fa-times-octagon:before {
  content: ""; }

.fa-times-square:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-tree-alt:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-triangle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-trophy-alt:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-tv:before {
  content: ""; }

.fa-tv-retro:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-uikit:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-undo:before {
  content: ""; }

.fa-undo-alt:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-university:before {
  content: ""; }

.fa-unlink:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-usd-circle:before {
  content: ""; }

.fa-usd-square:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alt:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-users:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-fork:before {
  content: ""; }

.fa-utensil-knife:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-utensils-alt:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-video:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-vimeo-v:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-mute:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-watch:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whistle:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-window:before {
  content: ""; }

.fa-window-alt:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-won-sign:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-y-combinator:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-yen-sign:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

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

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

/*
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("assets/vendor/font-awesome/webfonts/fa-brands-400.eot");
  src: url("assets/vendor/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("assets/vendor/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("assets/vendor/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("assets/vendor/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("assets/vendor/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("assets/vendor/font-awesome/webfonts/fa-light-300.eot");
  src: url("assets/vendor/font-awesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("assets/vendor/font-awesome/webfonts/fa-light-300.woff2") format("woff2"), url("assets/vendor/font-awesome/webfonts/fa-light-300.woff") format("woff"), url("assets/vendor/font-awesome/webfonts/fa-light-300.ttf") format("truetype"), url("assets/vendor/font-awesome/webfonts/fa-light-300.svg#fontawesome") format("svg"); }
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("assets/vendor/font-awesome/webfonts/fa-regular-400.eot");
  src: url("assets/vendor/font-awesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("assets/vendor/font-awesome/webfonts/fa-regular-400.woff2") format("woff2"), url("assets/vendor/font-awesome/webfonts/fa-regular-400.woff") format("woff"), url("assets/vendor/font-awesome/webfonts/fa-regular-400.ttf") format("truetype"), url("assets/vendor/font-awesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("assets/vendor/font-awesome/webfonts/fa-solid-900.eot");
  src: url("assets/vendor/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("assets/vendor/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("assets/vendor/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("assets/vendor/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("assets/vendor/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.9; }

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    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: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 12px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.1428571429px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, ._form-content .sm > li > ._form-title, .hbspt-form .sm > li > ._form-title, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit; }

/* Mobile menu toggle button */
.main-menu-btn {
  z-index: 3;
  float: right;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; } }
.sm-simple {
  border: 0 solid #bbbbbb;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #ffffff;
    font-family: "poppins_bold", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none; }
  .sm-simple a.current {
    background: #555555;
    color: #fff; }
  .sm-simple a.disabled {
    color: #cccccc; }
  .sm-simple a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 14px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.2); }
  .sm-simple a .sub-arrow::before {
    content: '+'; }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '-'; }
  .sm-simple li {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .sm-simple ul {
    background: rgba(255, 255, 255, 0.2); }
    .sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
      font-size: 14px;
      border-left: 5px solid transparent; }
    .sm-simple ul ul a,
    .sm-simple ul ul a:hover,
    .sm-simple ul ul a:focus,
    .sm-simple ul ul a:active {
      border-left: 10px solid transparent; }
    .sm-simple ul ul ul a,
    .sm-simple ul ul ul a:hover,
    .sm-simple ul ul ul a:focus,
    .sm-simple ul ul ul a:active {
      border-left: 15px solid transparent; }
    .sm-simple ul ul ul ul a,
    .sm-simple ul ul ul ul a:hover,
    .sm-simple ul ul ul ul a:focus,
    .sm-simple ul ul ul ul a:active {
      border-left: 20px solid transparent; }
    .sm-simple ul ul ul ul ul a,
    .sm-simple ul ul ul ul ul a:hover,
    .sm-simple ul ul ul ul ul a:focus,
    .sm-simple ul ul ul ul ul a:active {
      border-left: 25px solid transparent; }

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em; }

  .sm-simple li {
    float: left; }

  .sm-simple.sm-rtl li {
    float: right; }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none; }

  .sm-simple a {
    white-space: nowrap; }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal; }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-simple {
    background: #ffffff; }
    .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
      padding: 11px 15px;
      color: #ffffff; }
    .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
      background: transparent; }
    .sm-simple a.current {
      background: #555555;
      color: rgba(255, 255, 255, 0.6); }
    .sm-simple a.disabled {
      background: #ffffff;
      color: #cccccc; }
    .sm-simple a.has-submenu {
      padding-right: 27px; }
    .sm-simple a .sub-arrow {
      top: 50%;
      margin-top: -8px;
      right: 15px;
      width: 8px;
      height: 16px;
      font: 14px/16px monospace !important;
      background: transparent; }
    .sm-simple a.highlighted .sub-arrow::before {
      content: '+'; }
    .sm-simple > li {
      border-top: 0;
      border-left: 0 solid #eeeeee; }
      .sm-simple > li:first-child {
        border-left: 0; }
    .sm-simple ul {
      border: 0 solid #bbbbbb;
      background: #ffffff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
      .sm-simple ul a {
        border: 0 !important; }
        .sm-simple ul a.has-submenu {
          padding-right: 15px; }
        .sm-simple ul a .sub-arrow {
          left: 3px;
          right: auto; }
      .sm-simple ul > li {
        border-left: 0;
        border-top: 0 solid #eeeeee; }
        .sm-simple ul > li:first-child {
          border-top: 0; }
    .sm-simple .scroll-up,
    .sm-simple .scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #ffffff;
      height: 20px; }
    .sm-simple .scroll-up-arrow,
    .sm-simple .scroll-down-arrow {
      position: absolute;
      top: -2px;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 8px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #ffffff transparent; }
    .sm-simple .scroll-down-arrow {
      top: 6px;
      border-style: solid dashed dashed dashed;
      border-color: #ffffff transparent transparent transparent; }
    .sm-simple.sm-rtl a.has-submenu {
      padding-right: 15px;
      padding-left: 27px; }
    .sm-simple.sm-rtl a .sub-arrow {
      left: 15px;
      right: auto; }
    .sm-simple.sm-rtl.sm-vertical a.has-submenu {
      padding: 11px 15px; }
    .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
      left: auto;
      right: 3px; }
    .sm-simple.sm-rtl > li:first-child {
      border-left: 0 solid #eeeeee; }
    .sm-simple.sm-rtl > li:last-child {
      border-left: 0; }
    .sm-simple.sm-rtl ul a.has-submenu {
      padding: 11px 15px; }
    .sm-simple.sm-rtl ul a .sub-arrow {
      left: auto;
      right: 3px; }
    .sm-simple.sm-vertical a .sub-arrow {
      left: 3px;
      right: auto; }
    .sm-simple.sm-vertical li {
      border-left: 0;
      border-top: 0 solid #eeeeee; }
    .sm-simple.sm-vertical > li:first-child {
      border-top: 0; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* ---------------
general
-------------- */
html,
body {
  overflow-x: hidden; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

svg {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle; }

::selection {
  color: #ffffff;
  background: #007bff; }

.container-fluid {
  position: relative;
  max-width: 1180px; }

/* ---------------
utilities
--------------- */
a {
  outline: 0; }

input::-moz-focus-inner {
  border: 0; }

.super-content {
  max-width: 1300px;
  padding: 2em 0 2em 0;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff; }
  @media (min-width: 768px) {
    .super-content {
      padding: 3.75rem 0 5rem 0; } }
  @media (min-width: 992px) {
    .super-content:first-of-type {
      margin-top: -130px; } }

@media (min-width: 992px) {
  body.home .super-content:first-of-type {
    margin-top: -300px; } }

.no-radius {
  border-radius: 0;
  padding-top: 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }

.breakable {
  padding-bottom: 40px; }

.spacer-block, .single-socio-dati {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .spacer-block, .single-socio-dati {
      margin-bottom: 2.5rem; } }

.main-title, ._form-content ._form-title, .hbspt-form ._form-title {
  margin-top: 1rem;
  margin-bottom: 1.25rem; }

.main-content ul:not(.exclude-custom-list):not(.slick-dots), .main-content ol {
  padding: 0;
  list-style-type: none; }
  .main-content ul:not(.exclude-custom-list):not(.slick-dots) li, .main-content ol li {
    padding-left: 30px; }
    .main-content ul:not(.exclude-custom-list):not(.slick-dots) li:before, .main-content ol li:before {
      font-family: "poppins_bold", Arial, sans-serif;
      color: #F00032;
      margin-left: -30px;
      width: 30px;
      display: inline-block; }
.main-content ul:not(.exclude-custom-list):not(.slick-dots) li:before {
  content: "\2022";
  line-height: 1; }
.main-content ol > li {
  counter-increment: step-counter; }
  .main-content ol > li:before {
    content: counter(step-counter) "."; }

.post-info {
  color: #F00032;
  text-transform: uppercase; }
  .post-info a {
    color: #F00032; }
    .post-info a:hover, .post-info a:focus {
      text-decoration: none;
      color: #F00032; }
  .post-info span {
    color: #9A9FA2;
    margin-left: 0.5em; }

.social-share {
  padding-top: 1.5em; }
  .social-share label {
    padding-right: 20px; }
  .social-share .icon-social {
    display: inline-block;
    padding-left: 0; }
    .social-share .icon-social li {
      margin-right: 15px; }
      .social-share .icon-social li i {
        background: #9A9FA2;
        color: #ffffff; }

.post-content p a, .page-content p a {
  border-bottom: solid 3px #F00032;
  color: #363f46;
  text-transform: uppercase;
  font-family: "poppins_medium", Arial, sans-serif;
  font-size: 15px; }
  .post-content p a:focus, .post-content p a:hover, .page-content p a:focus, .page-content p a:hover {
    text-decoration: none;
    color: #F00032; }
.post-content p.elenco-link, .page-content p.elenco-link {
  display: inline-block; }
  @media (min-width: 576px) {
    .post-content p.elenco-link, .page-content p.elenco-link {
      margin-bottom: auto; } }

.nodecoration:hover, .nodecoration:focus {
  text-decoration: none; }

a.custom_text_cta {
  border-bottom: solid 3px #F00032;
  color: #363f46;
  text-transform: uppercase;
  font-family: "poppins_medium", Arial, sans-serif;
  font-size: 15px; }
  a.custom_text_cta:focus, a.custom_text_cta:hover {
    text-decoration: none;
    color: #F00032; }

.accordion.accordion-askforce .level {
  font-size: 16px;
  padding-bottom: 0; }
.accordion.accordion-askforce h5 {
  cursor: pointer;
  text-transform: none; }
.accordion.accordion-askforce h5.opening {
  font-family: "poppins_bold", Arial, sans-serif;
  line-height: 1.4;
  display: block;
  position: relative;
  background: #F2F2F2;
  text-decoration: none;
  color: #363f46;
  padding: 10px 10px 7px 45px; }
  .accordion.accordion-askforce h5.opening:before {
    font-size: 26px;
    line-height: 1;
    color: #F00032;
    position: absolute;
    top: 6px;
    left: 10px;
    content: "\f055";
    font-family: "Font Awesome 5 Pro"; }
.accordion.accordion-askforce h5.opening:hover, .accordion.accordion-askforce h5.active {
  color: #363f46;
  background: #F2F2F2; }
.accordion.accordion-askforce h5.active:before {
  color: #F00032;
  content: "\f056";
  font-family: "Font Awesome 5 Pro"; }
.accordion.accordion-askforce .expanded {
  padding: 15px;
  font-size: 14px;
  line-height: normal;
  background: #F2F2F2;
  margin-bottom: 10px; }
  .accordion.accordion-askforce .expanded > .expanded {
    background: #F2F2F2;
    padding: 0; }

.askforce-title {
  border-top: 3px solid #d8d8d8;
  margin-top: 40px;
  padding: 40px 0; }

.section-banner .banner-mobile {
  display: none; }

@media (max-width: 760px) {
  .section-banner .banner-mobile {
    display: block; }

  .section-banner .banner-desktop {
    display: none; } }
.data-description {
  padding-top: calc(1em - 4px); }

.listing-card {
  margin-bottom: 2.5em; }
  @media (min-width: 768px) {
    .listing-card {
      margin-bottom: calc(3em + 6px); } }
  .listing-card:after {
    content: '';
    position: absolute;
    height: 4px;
    width: calc(100% - 30px);
    bottom: 0;
    display: block;
    background: linear-gradient(to right, #A7CACD 0%, #A7CACD 10.28571%, #24718A 10.28571%, #24718A 50.57143%, #B6CC7C 50.57143%, #B6CC7C 65.85714%, #9C8793 65.85714%, #9C8793 85.14286%, #8AD0CD 85.14286%, #8AD0CD 100%); }
.listing-img {
  margin-bottom: 20px; }
  .listing-img .play {
    position: relative; }
    .listing-img .play:before {
      content: '';
      z-index: 1;
      display: block;
      width: 65px;
      height: 65px;
      color: #ffffff;
      font-size: 28px;
      border-radius: 50%;
      background: url("assets/img/play-button.svg") no-repeat center center;
      background-size: cover;
      position: absolute;
      left: 50%;
      top: 27%;
      transform: translate(-50%, -50%); }
      @media (min-width: 576px) {
        .listing-img .play:before {
          width: 86px;
          height: 86px; } }
  .listing-img img {
    border-radius: 5px; }
  @media (min-width: 768px) {
    .listing-img {
      margin-bottom: 25px; } }
.listing-content {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .listing-content {
      margin-bottom: 2rem; } }

.list-service {
  margin-top: 10px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .list-service {
      margin-top: 40px;
      padding-bottom: 20px; } }
  .list-service-img {
    width: 35%; }
    @media (min-width: 992px) {
      .list-service-img {
        width: 42%; } }
  .list-service-content {
    margin-left: 1.4em;
    width: 100%; }
    .list-service-content h2, .list-service-content h3, .list-service-content ._form-content ._form-title, ._form-content .list-service-content ._form-title, .list-service-content .hbspt-form ._form-title, .hbspt-form .list-service-content ._form-title {
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; }
    .list-service-content p {
      line-height: 1.4; }
    .list-service-content a:hover, .list-service-content a:focus {
      color: #F00032;
      text-decoration: none; }

@media (min-width: 576px) {
  .service-page .media {
    margin-bottom: 1.5rem; } }
.service-page-img {
  max-width: 120px;
  margin-right: 1em; }
  @media (min-width: 768px) {
    .service-page-img {
      max-width: 159px; } }
  @media (min-width: 576px) {
    .service-page-img {
      margin-right: 2em; } }
@media (max-width: 767px) {
  .service-page-header h1 {
    margin-top: 0.5px; } }

.listing-eventi i {
  margin-right: 0.5em; }
.listing-eventi .listing-content {
  margin-bottom: 40px;
  position: relative; }
  @media (min-width: 768px) {
    .listing-eventi .listing-content {
      margin-bottom: 70px; } }
  .listing-eventi .listing-content h2 {
    padding-bottom: 5px;
    padding-top: 5px; }
.listing-eventi .post-info span {
  white-space: nowrap;
  margin-left: 0;
  line-height: 1.5; }

.soci-filter {
  margin: 1em 0; }
  .soci-filter .element-filter-title {
    margin: 20px 0 10px 0;
    font-family: "poppins_bold", Arial, sans-serif;
    color: #000000;
    font-size: 16px; }

.no-soci {
  margin-top: 2em; }

.soci-listing .socio-page-listing-block {
  margin-top: 2rem;
  margin-bottom: 1rem; }
.soci-listing .post-info span {
  margin-left: 0; }
.soci-listing .socio-listing-excerpt {
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.4em; }
  .soci-listing .socio-listing-excerpt.activity {
    text-transform: none; }
    .soci-listing .socio-listing-excerpt.activity:first-letter {
      text-transform: uppercase; }
.soci-listing .btn-gray-ghost {
  color: #000000;
  padding: 11px 20px 9px;
  margin-top: 0;
  position: absolute;
  right: 15px;
  top: -6px;
  width: auto;
  font-size: 14px;
  font-family: "poppins_medium", Arial, sans-serif;
  border-width: 2px; }
  .soci-listing .btn-gray-ghost:hover {
    border-width: 2px; }
  .soci-listing .btn-gray-ghost i {
    margin-left: 20px;
    font-size: 1em; }
  @media (min-width: 768px) {
    .soci-listing .btn-gray-ghost {
      font-size: 15px; } }

.logo-socio {
  padding: 30px;
  margin-bottom: 1.5em;
  border-radius: 5px;
  border: 1px solid #c2c2c2; }

.comunicati-listing .post-info span {
  margin-left: 0; }
.comunicati-listing-block {
  margin-top: 30px;
  padding-top: 20px;
  border-top: solid 1px #F00032; }
  .comunicati-listing-block a:hover, .comunicati-listing-block a:focus {
    text-decoration: none;
    color: #F00032; }
  .comunicati-listing-block:first-child {
    border-top: solid 2px #F00032; }
    @media (max-width: 575px) {
      .comunicati-listing-block:first-child {
        margin-top: 10px; } }
  .comunicati-listing-block:last-child {
    padding-bottom: 14px;
    border-bottom: solid 2px #F00032;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .comunicati-listing-block:last-child {
        margin-bottom: 60px; } }

@media (min-width: 768px) {
  .organigramma-listing {
    margin-bottom: 20px; } }
.organigramma-listing-dati {
  margin-top: 2rem;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    .organigramma-listing-dati {
      padding-bottom: 45px; } }
  .organigramma-listing-dati figure {
    max-width: 135px; }
.organigramma-listing .social-share {
  position: absolute;
  bottom: 0; }
  .organigramma-listing .social-share ul {
    margin-bottom: 0; }
    .organigramma-listing .social-share ul li {
      margin-right: 8px; }
.organigramma-listing .dirigenza {
  padding-top: 1rem;
  margin-top: -2rem;
  position: relative; }
  .organigramma-listing .dirigenza .organigramma-listing-dati {
    padding-bottom: 50px; }
  .organigramma-listing .dirigenza h2 {
    margin-bottom: 0; }
    .organigramma-listing .dirigenza h2 a:hover, .organigramma-listing .dirigenza h2 a:focus {
      text-decoration: none;
      color: #F00032; }
  .organigramma-listing .dirigenza p {
    font-size: 16px; }
  @media (max-width: 575px) {
    .organigramma-listing .dirigenza figure {
      max-width: 100%; } }
.organigramma-listing .comitato_esecutivo, .organigramma-listing .consiglio_direttivo {
  position: relative;
  padding-top: 3rem;
  margin-top: 1rem; }
  .organigramma-listing .comitato_esecutivo .organigramma-listing-dati-nome, .organigramma-listing .comitato_esecutivo .azienda, .organigramma-listing .consiglio_direttivo .organigramma-listing-dati-nome, .organigramma-listing .consiglio_direttivo .azienda {
    font-size: 16px;
    font-family: "poppins_bold", Arial, sans-serif;
    margin-bottom: 0;
    line-height: 1; }
    .organigramma-listing .comitato_esecutivo .organigramma-listing-dati-nome a, .organigramma-listing .comitato_esecutivo .azienda a, .organigramma-listing .consiglio_direttivo .organigramma-listing-dati-nome a, .organigramma-listing .consiglio_direttivo .azienda a {
      color: #363f46; }
      .organigramma-listing .comitato_esecutivo .organigramma-listing-dati-nome a:hover, .organigramma-listing .comitato_esecutivo .organigramma-listing-dati-nome a:focus, .organigramma-listing .comitato_esecutivo .azienda a:hover, .organigramma-listing .comitato_esecutivo .azienda a:focus, .organigramma-listing .consiglio_direttivo .organigramma-listing-dati-nome a:hover, .organigramma-listing .consiglio_direttivo .organigramma-listing-dati-nome a:focus, .organigramma-listing .consiglio_direttivo .azienda a:hover, .organigramma-listing .consiglio_direttivo .azienda a:focus {
        text-decoration: none;
        color: #F00032; }
  .organigramma-listing .comitato_esecutivo .ruolo, .organigramma-listing .consiglio_direttivo .ruolo {
    margin-top: 0.3em;
    font-size: 14px;
    text-transform: uppercase; }
  .organigramma-listing .comitato_esecutivo:before, .organigramma-listing .consiglio_direttivo:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    top: 0;
    display: block;
    background: linear-gradient(to right, #A7CACD 0%, #A7CACD 12.28571%, #24718A 12.28571%, #24718A 18.57143%, #B6CC7C 18.57143%, #B6CC7C 52.85714%, #9C8793 52.85714%, #9C8793 80.14286%, #8AD0CD 80.14286%, #8AD0CD 100%); }
  @media (min-width: 768px) {
    .organigramma-listing .comitato_esecutivo, .organigramma-listing .consiglio_direttivo {
      padding-top: 4rem;
      margin-top: 3rem; } }

.rassegna-listing .post-info span {
  margin-left: 0; }
.rassegna-listing .rassegna-filter {
  margin-top: 1rem;
  margin-bottom: 1.7rem; }
  @media (min-width: 576px) {
    .rassegna-listing .rassegna-filter {
      margin-top: 1.3rem;
      margin-bottom: 2.5rem;
      max-width: 33%; } }
  .rassegna-listing .rassegna-filter .element-filter-title {
    margin-bottom: 10px;
    font-family: "poppins_bold", Arial, sans-serif;
    color: #000000;
    font-size: 16px; }
.rassegna-listing-block {
  border-top: solid 2px #F00032; }
  @media (max-width: 575px) {
    .rassegna-listing-block {
      margin-top: 10px; } }
  .rassegna-listing-block a:hover, .rassegna-listing-block a:focus {
    text-decoration: none;
    color: #F00032; }
  .rassegna-listing-block:last-child {
    border-bottom: solid 2px #F00032;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .rassegna-listing-block:last-child {
        margin-bottom: 60px; } }
  .rassegna-listing-block .rassegna-months {
    color: #000000;
    padding-top: 25px;
    font-family: "poppins_bold", Arial, sans-serif;
    text-transform: uppercase; }
  .rassegna-listing-block .rassegna-content {
    padding-top: 20px;
    border-bottom: solid 1px #F00032;
    padding-bottom: 5px; }
    .rassegna-listing-block .rassegna-content:last-child {
      border-bottom: none; }
    @media (max-width: 575px) {
      .rassegna-listing-block .rassegna-content {
        border-bottom: solid 1px #b6b9bc; }
        .rassegna-listing-block .rassegna-content:first-child {
          padding-top: 0; } }

.tax-categoria_video .post-info span {
  margin-left: 0; }

@media (min-width: 576px) {
  .risorse {
    margin-top: -30px; } }
@media (max-width: 575px) {
  .risorse .item-block img {
    max-width: 40%;
    margin-bottom: 20px; } }
.risorse .item-block p {
  font-size: 16px; }
.risorse .item-block h3 a:hover, .risorse .item-block ._form-content ._form-title a:hover, ._form-content .risorse .item-block ._form-title a:hover, .risorse .item-block .hbspt-form ._form-title a:hover, .hbspt-form .risorse .item-block ._form-title a:hover, .risorse .item-block h3 a:focus, .risorse .item-block ._form-content ._form-title a:focus, ._form-content .risorse .item-block ._form-title a:focus, .risorse .item-block .hbspt-form ._form-title a:focus, .hbspt-form .risorse .item-block ._form-title a:focus {
  color: #F00032;
  text-decoration: none; }

.post-content {
  margin-bottom: 1em; }
  .post-content .data-description {
    font-family: "poppins_bold", Arial, sans-serif; }
  @media (min-width: 768px) {
    .post-content {
      margin-bottom: 2em; } }
.post-element {
  margin: calc(2em + 4px) 0; }
  .post-element h2 {
    margin-bottom: .8em; }
  .post-element img {
    display: block;
    margin-top: 2.5em;
    margin-bottom: 1.5em; }
  .post-element li {
    margin-bottom: 0.7em; }
.post-video {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .post-video {
      margin-top: 3.4em; } }
  .post-video .embed-responsive {
    width: 100%;
    margin-left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: calc(2em + 4px);
    position: relative; }
    .post-video .embed-responsive:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 0; }
    .post-video .embed-responsive.loading:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: url("assets/img/spinner.svg") no-repeat center center; }
.post-related {
  margin-top: calc(2em + 4px); }
  .post-related h2 {
    margin-bottom: .8em; }
    @media (min-width: 768px) {
      .post-related h2 {
        margin-bottom: 2em; } }

.social-share {
  margin-top: 0; }
  @media (max-width: 575px) {
    .social-share {
      margin-top: 1em; } }

.play-button {
  z-index: 1;
  opacity: 0;
  display: block;
  width: 65px;
  height: 65px;
  color: #ffffff;
  font-size: 28px;
  border-radius: 50%;
  background: url("assets/img/play-button.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%); }
  .play-button.loading {
    background: url("assets/img/spinner.svg") no-repeat center center;
    border: 0;
    background-size: 100%; }
  @media (min-width: 576px) {
    .play-button {
      width: 86px;
      height: 86px; } }

.player {
  z-index: -1;
  opacity: 0; }

.corrector-blog {
  padding-bottom: 1px; }

.gallery-slider {
  position: relative;
  margin-top: 30px; }
  .gallery-slider .slick-list {
    overflow: visible; }
  .gallery-slider .slick-slide {
    margin-right: 10px; }
    @media (min-width: 576px) {
      .gallery-slider .slick-slide {
        margin-right: 20px; } }
    .gallery-slider .slick-slide label {
      opacity: 1;
      position: absolute;
      bottom: 20px;
      padding-left: 20px;
      width: 100%;
      font-family: "poppins_bold", Arial, sans-serif;
      font-style: italic;
      color: #ffffff;
      margin-bottom: 0;
      transition: all 1s; }
      @media (max-width: 575px) {
        .gallery-slider .slick-slide label {
          display: none; } }
    .gallery-slider .slick-slide.slick-current {
      position: relative; }
      .gallery-slider .slick-slide.slick-current:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 11px;
        height: 20%;
        width: 100%;
        background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
        background-repeat: repeat-x; }
    .gallery-slider .slick-slide:not(.slick-current) {
      position: relative; }
      .gallery-slider .slick-slide:not(.slick-current):before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3); }
      .gallery-slider .slick-slide:not(.slick-current) label {
        opacity: 0; }
  .gallery-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    line-height: 1;
    cursor: pointer;
    width: 57px;
    height: 32px;
    z-index: 1;
    background: url("assets/img/freccia-slider.svg") no-repeat center center;
    background-size: cover; }
    @media (max-width: 575px) {
      .gallery-slider .slick-arrow {
        margin-top: -18px;
        width: 38px;
        height: 23px; } }
    .gallery-slider .slick-arrow.slider-arrow-left {
      left: 15px; }
      @media (max-width: 575px) {
        .gallery-slider .slick-arrow.slider-arrow-left {
          left: 10px; } }
    .gallery-slider .slick-arrow.slider-arrow-right {
      transform: rotate(180deg);
      right: 35px; }
      @media (max-width: 575px) {
        .gallery-slider .slick-arrow.slider-arrow-right {
          right: 20px; } }

.gallery-slider-nav .slick-list {
  width: calc(100% - 20px); }
.gallery-slider-nav .slick-slide {
  margin: 40px 10px 40px 0;
  border: 3px solid #ffffff;
  cursor: pointer; }
  .gallery-slider-nav .slick-slide.slick-current {
    border: 3px solid #F00032; }
@media (max-width: 767px) {
  .gallery-slider-nav {
    display: none; } }

.single-event .event-presentation {
  position: relative; }
  @media (min-width: 576px) {
    .single-event .event-presentation {
      margin: 3.5em 0;
      display: flex;
      align-items: flex-start; } }
  .single-event .event-presentation .btn-red, .single-event .event-presentation .form-contatti input[type="submit"], .form-contatti .single-event .event-presentation input[type="submit"], .single-event .event-presentation ._form-content ._button-wrapper button, ._form-content ._button-wrapper .single-event .event-presentation button, .single-event .event-presentation ._form-content ._button-wrapper input[type="submit"], ._form-content ._button-wrapper .single-event .event-presentation input[type="submit"], .single-event .event-presentation ._form-content .actions button, ._form-content .actions .single-event .event-presentation button, .single-event .event-presentation ._form-content .actions input[type="submit"], ._form-content .actions .single-event .event-presentation input[type="submit"], .single-event .event-presentation .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper .single-event .event-presentation button, .single-event .event-presentation .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form ._button-wrapper .single-event .event-presentation input[type="submit"], .single-event .event-presentation .hbspt-form .actions button, .hbspt-form .actions .single-event .event-presentation button, .single-event .event-presentation .hbspt-form .actions input[type="submit"], .hbspt-form .actions .single-event .event-presentation input[type="submit"] {
    width: 100%; }
    @media (min-width: 576px) {
      .single-event .event-presentation .btn-red, .single-event .event-presentation .form-contatti input[type="submit"], .form-contatti .single-event .event-presentation input[type="submit"], .single-event .event-presentation ._form-content ._button-wrapper button, ._form-content ._button-wrapper .single-event .event-presentation button, .single-event .event-presentation ._form-content ._button-wrapper input[type="submit"], ._form-content ._button-wrapper .single-event .event-presentation input[type="submit"], .single-event .event-presentation ._form-content .actions button, ._form-content .actions .single-event .event-presentation button, .single-event .event-presentation ._form-content .actions input[type="submit"], ._form-content .actions .single-event .event-presentation input[type="submit"], .single-event .event-presentation .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper .single-event .event-presentation button, .single-event .event-presentation .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form ._button-wrapper .single-event .event-presentation input[type="submit"], .single-event .event-presentation .hbspt-form .actions button, .hbspt-form .actions .single-event .event-presentation button, .single-event .event-presentation .hbspt-form .actions input[type="submit"], .hbspt-form .actions .single-event .event-presentation input[type="submit"] {
        position: absolute;
        bottom: 1rem;
        right: 0;
        max-width: 35%; } }
@media (min-width: 576px) {
  .single-event .event-img {
    max-width: 59%;
    margin-right: 25px; } }
.single-event .social-share {
  padding-top: 0; }
  .single-event .social-share label, .single-event .social-share ul {
    margin-bottom: 0; }
.single-event .post-element:last-child {
  margin-bottom: 0; }
.single-event .post-divider {
  border-bottom: solid 1px #b6b9bc;
  padding-bottom: calc(1em + 4px); }
  @media (min-width: 768px) {
    .single-event .post-divider {
      padding-bottom: calc(2em + 4px); } }
.single-event .gallery-title {
  padding-top: calc(1em + 4px); }
  @media (min-width: 768px) {
    .single-event .gallery-title {
      padding-top: calc(2em + 4px); } }
@media (min-width: 768px) {
  .single-event .post-content-inner {
    padding-top: 1.5em; } }

.media-custom-body {
  padding-left: 30px;
  position: relative; }
  @media (min-width: 576px) {
    .media-custom-body {
      flex: 1; } }
  .media-custom-body i {
    position: absolute;
    left: 0;
    line-height: 1.4; }

.evento-partner {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  font-family: "poppins_bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px 10px 6px;
  background: #f2f2f2;
  border-radius: 6px;
  color: #4A4A4A; }

@media (min-width: 576px) {
  .page-content p, .page-content ul, .page-content ol, .page-content h2 {
    margin-bottom: 1.5rem; }
  .page-content h2 {
    padding-top: 12px; }
  .page-content li {
    margin-bottom: 0.7em; } }
.page-content i {
  margin-right: 10px;
  vertical-align: bottom;
  font-size: 30px; }
@media (min-width: 576px) {
  .page-content .sub-service-img {
    max-width: 47%;
    margin-right: 2em;
    float: left; }
    .page-content .sub-service-img.internazionalizzazione {
      float: none; } }
.page-content .main-title, .page-content ._form-content ._form-title, ._form-content .page-content ._form-title, .page-content .hbspt-form ._form-title, .hbspt-form .page-content ._form-title {
  margin: 2em 0 1.5em 0; }

.franchising-contatti {
  margin-top: 3em; }
  @media (max-width: 575px) {
    .franchising-contatti {
      margin-top: 2em; } }

.servizi-slider {
  padding: 0 60px;
  margin-bottom: 70px; }
  .servizi-slider .image-slide img {
    height: 350px;
    object-fit: contain;
    width: 100%; }
  .servizi-slider .image-slide .img-mobile {
    display: none; }
  .servizi-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    .servizi-slider .slick-arrow.fa-arrow-left {
      left: 25px; }
    .servizi-slider .slick-arrow.fa-arrow-right {
      right: 25px; }

@media screen and (max-width: 768px) {
  .servizi-slider {
    padding: 0; }
    .servizi-slider .slick-dots li button:before {
      font-size: 30px; }
    .servizi-slider .image-slide img {
      height: 250px; }
    .servizi-slider .image-slide .img-mobile {
      display: block; }
    .servizi-slider .image-slide .img-desk {
      display: none; } }
.post-type-archive-servizi-confimprese .servizi-description {
  flex: 0 0 100%;
  max-width: 100%; }

.s-conf .list-service-content p {
  display: none; }
.s-conf .h2-serv {
  font-size: 17px !important;
  word-break: unset !important; }

.background-red {
  background: #F00032;
  overflow: hidden;
  position: relative; }
  .background-red:before {
    content: '';
    background: url("assets/img/bisciolo.svg") repeat-x;
    background-size: 1%;
    width: 1500px;
    height: 1000px;
    position: absolute;
    display: block;
    top: 100%;
    left: 90%;
    opacity: .3;
    transform: rotate(45deg) translatez(0);
    transform-origin: top; }
    @media (max-width: 767px) {
      .background-red:before {
        left: 100%;
        top: 120%;
        transform: rotate(50deg) translatez(0); } }
  .background-red .fascia-title {
    color: #FFFFFF; }
  .background-red .franchising-block .btn-red, .background-red .franchising-block .form-contatti input[type="submit"], .form-contatti .background-red .franchising-block input[type="submit"], .background-red .franchising-block ._form-content ._button-wrapper button, ._form-content ._button-wrapper .background-red .franchising-block button, .background-red .franchising-block ._form-content ._button-wrapper input[type="submit"], ._form-content ._button-wrapper .background-red .franchising-block input[type="submit"], .background-red .franchising-block ._form-content .actions button, ._form-content .actions .background-red .franchising-block button, .background-red .franchising-block ._form-content .actions input[type="submit"], ._form-content .actions .background-red .franchising-block input[type="submit"], .background-red .franchising-block .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper .background-red .franchising-block button, .background-red .franchising-block .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form ._button-wrapper .background-red .franchising-block input[type="submit"], .background-red .franchising-block .hbspt-form .actions button, .hbspt-form .actions .background-red .franchising-block button, .background-red .franchising-block .hbspt-form .actions input[type="submit"], .hbspt-form .actions .background-red .franchising-block input[type="submit"] {
    color: #F00032;
    background: #FFFFFF;
    border: 2px solid #FFFFFF; }

.comunicato-title,
.video-title {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .comunicato-title,
    .video-title {
      margin-bottom: 3em; } }

.comunicato-img,
.video-img {
  max-width: 100%; }
  @media (min-width: 576px) {
    .comunicato-img,
    .video-img {
      max-width: 47%;
      margin-right: 2em;
      float: left; } }

.single-socio {
  position: relative; }
  .single-socio-dati p {
    font-size: 16px; }
  .single-socio-table table {
    width: 100%; }
  .single-socio-table tr {
    font-size: 16px; }
    .single-socio-table tr:nth-child(odd) {
      background: #e1e2e4; }
  .single-socio-table td {
    width: 50%;
    padding: 5px 0;
    vertical-align: top; }
    @media (max-width: 575px) {
      .single-socio-table td {
        width: 100%;
        display: block;
        padding: 0 15px; } }
    .single-socio-table td:first-child {
      font-family: "poppins_bold", Arial, sans-serif;
      padding-top: 5px; }
      @media (min-width: 576px) {
        .single-socio-table td:first-child {
          padding-left: 20px; } }
    @media (max-width: 575px) {
      .single-socio-table td:last-child {
        padding-bottom: 5px; } }
  .single-socio .go-back {
    right: 0;
    color: #000000;
    padding: 11px 20px 9px;
    margin-top: 0;
    position: absolute;
    top: -7px;
    width: auto;
    font-size: 14px;
    font-family: "poppins_medium", Arial, sans-serif;
    border-width: 2px; }
    .single-socio .go-back:hover {
      border-width: 2px; }
    .single-socio .go-back i {
      margin-right: 20px;
      font-size: 1em; }
    @media (min-width: 768px) {
      .single-socio .go-back {
        font-size: 15px; } }

@media (min-width: 576px) and (max-width: 991px) {
  .post-related .listing-card:nth-child(3) {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  .single-organigramma .spacer-block .main-title, .single-organigramma .single-socio-dati .main-title, .single-organigramma .spacer-block ._form-content ._form-title, ._form-content .single-organigramma .spacer-block ._form-title, .single-organigramma .single-socio-dati ._form-content ._form-title, ._form-content .single-organigramma .single-socio-dati ._form-title, .single-organigramma .spacer-block .hbspt-form ._form-title, .hbspt-form .single-organigramma .spacer-block ._form-title, .single-organigramma .single-socio-dati .hbspt-form ._form-title, .hbspt-form .single-organigramma .single-socio-dati ._form-title {
    display: none; } }
.single-organigramma-dati-immagine {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #F00032; }
  @media (min-width: 576px) and (max-width: 767px) {
    .single-organigramma-dati-immagine {
      border-bottom: none;
      margin-right: 2rem;
      padding-right: 2rem;
      border-right: 2px solid #F00032;
      float: left;
      width: 200px;
      height: auto; } }
.single-organigramma-dati-nome {
  margin-bottom: 0;
  color: #000000; }
  @media (min-width: 576px) and (max-width: 767px) {
    .single-organigramma-dati-nome {
      font-size: 35px;
      line-height: 1;
      margin-bottom: 0.5em;
      font-family: "archive_regular", Arial, sans-serif;
      text-transform: uppercase; } }
.single-organigramma-dati .azienda {
  font-family: "poppins_bold", Arial, sans-serif; }
.single-organigramma-dati p {
  font-size: 16px; }
.single-organigramma-dati .social-share {
  padding-top: 0; }
  .single-organigramma-dati .social-share li {
    margin-right: 10px; }
@media (min-width: 768px) {
  .single-organigramma .post-content {
    padding: 25px 25px 0 0; } }

.page-pillar .sub-title {
  color: #F00032; }
.page-pillar-img {
  max-width: 40%;
  margin-right: 45px; }
  @media (min-width: 576px) {
    .page-pillar-img {
      float: left;
      max-width: 35%; } }
@media (min-width: 768px) {
  .page-pillar .page-content {
    margin-top: 30px; } }
.page-pillar .form-container {
  margin-top: 2rem;
  padding: 30px; }
  @media (min-width: 768px) {
    .page-pillar .form-container {
      background: #f2f2f2;
      position: relative; } }
  .page-pillar .form-container:before, .page-pillar .form-container:after {
    content: '';
    position: absolute;
    height: 8px;
    left: 0;
    width: 100%;
    display: block;
    background: linear-gradient(to right, #A7CACD 0%, #A7CACD 10.28571%, #24718A 10.28571%, #24718A 50.57143%, #B6CC7C 50.57143%, #B6CC7C 65.85714%, #9C8793 65.85714%, #9C8793 85.14286%, #8AD0CD 85.14286%, #8AD0CD 100%); }
  .page-pillar .form-container:before {
    top: 0; }
  .page-pillar .form-container:after {
    bottom: 0; }
    @media (max-width: 767px) {
      .page-pillar .form-container:after {
        display: none; } }

.main-content .page-pillar .page-content ul li,
.main-content .thank-you .page-content ul li {
  display: table; }
  .main-content .page-pillar .page-content ul li:before,
  .main-content .thank-you .page-content ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro"; }

@media (min-width: 768px) {
  .page-block {
    padding: 15px 0; } }

.single-block {
  margin: 40px 0; }
  .single-block .post-info span {
    margin-left: 0; }
  .single-block h2 {
    padding-top: 0;
    margin-bottom: 20px; }
  .single-block .img-block, .single-block .content-block {
    display: flex;
    align-items: center; }
  @media (max-width: 575px) {
    .single-block .content-block {
      margin-top: 20px; } }

.super-content.academy .main-title, .super-content.academy ._form-content ._form-title, ._form-content .super-content.academy ._form-title, .super-content.academy .hbspt-form ._form-title, .hbspt-form .super-content.academy ._form-title, .super-content.conf .main-title, .super-content.conf ._form-content ._form-title, ._form-content .super-content.conf ._form-title, .super-content.conf .hbspt-form ._form-title, .hbspt-form .super-content.conf ._form-title {
  padding: 0 30px; }
.super-content.academy .academy-slider, .super-content.conf .academy-slider {
  display: none;
  padding: 0 60px;
  margin-bottom: 70px; }
  .super-content.academy .academy-slider .image-slide img, .super-content.conf .academy-slider .image-slide img {
    height: 350px;
    object-fit: contain;
    width: 100%; }
  .super-content.academy .academy-slider .image-slide .img-mobile, .super-content.conf .academy-slider .image-slide .img-mobile {
    display: none; }
  .super-content.academy .academy-slider .slick-arrow, .super-content.conf .academy-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    .super-content.academy .academy-slider .slick-arrow.fa-arrow-left, .super-content.conf .academy-slider .slick-arrow.fa-arrow-left {
      left: 25px; }
    .super-content.academy .academy-slider .slick-arrow.fa-arrow-right, .super-content.conf .academy-slider .slick-arrow.fa-arrow-right {
      right: 25px; }
.super-content.academy .academy-container, .super-content.conf .academy-container {
  display: flex;
  padding: 0 30px; }
  .super-content.academy .academy-container .academy-main-content, .super-content.conf .academy-container .academy-main-content {
    width: 80%;
    padding-right: 60px;
    z-index: 1; }
    .super-content.academy .academy-container .academy-main-content .page-block, .super-content.conf .academy-container .academy-main-content .page-block {
      padding: 0 0 15px 0; }
      .super-content.academy .academy-container .academy-main-content .page-block .single-block, .super-content.conf .academy-container .academy-main-content .page-block .single-block {
        margin: 0 0 40px 0; }
        .super-content.academy .academy-container .academy-main-content .page-block .single-block .img-block, .super-content.conf .academy-container .academy-main-content .page-block .single-block .img-block {
          float: left;
          margin-right: 50px; }
    .super-content.academy .academy-container .academy-main-content .brand-academy h2, .super-content.conf .academy-container .academy-main-content .brand-academy h2 {
      margin-bottom: 35px; }
    .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 50px; }
      .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand {
        width: calc((100% - 60px) /3);
        margin-right: 30px;
        margin-bottom: 30px;
        position: relative; }
        .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand:nth-child(3n), .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand:nth-child(3n) {
          margin-right: 0; }
        .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .selector_selezioni, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .selector_selezioni {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          background-color: #F00032;
          padding: 5px; }
          .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .selector_selezioni p, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .selector_selezioni p {
            color: #FFFFFF;
            margin: 0;
            text-align: center;
            text-transform: uppercase;
            font-family: "poppins_bold", Arial, sans-serif;
            font-size: 14px; }
        .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .img-container, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .img-container {
          border: 1px solid #e1e2e4;
          padding: 20px;
          text-align: center; }
        .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info {
          padding: 20px;
          background-color: #e1e2e4;
          min-height: 210px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info h3, .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info ._form-content ._form-title, ._form-content .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info ._form-title, .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .hbspt-form ._form-title, .hbspt-form .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info ._form-title, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info h3, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info ._form-content ._form-title, ._form-content .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info ._form-title, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .hbspt-form ._form-title, .hbspt-form .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info ._form-title {
            margin-bottom: 0; }
          .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .accordion-btn, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .accordion-btn {
            border: none;
            outline: 0;
            padding: 0;
            margin-top: 20px;
            border-bottom: solid 1px grey;
            width: 100%;
            background-color: transparent;
            cursor: pointer;
            text-align: left; }
            .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .accordion-btn:after, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .accordion-btn:after {
              content: '\f078';
              font-family: "Font Awesome 5 Pro";
              font-weight: 100;
              margin-left: 8px;
              float: right; }
            .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .accordion-btn.open:after, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .accordion-btn.open:after {
              content: '\f077'; }
          .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .brand-accordion-desc, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info .brand-accordion-desc {
            margin-top: 15px;
            font-size: 16px; }
    .super-content.academy .academy-container .academy-main-content .academy-partner .supporter-listing .supporter-page-listing-img, .super-content.conf .academy-container .academy-main-content .academy-partner .supporter-listing .supporter-page-listing-img {
      text-align: center;
      border: none; }
      .super-content.academy .academy-container .academy-main-content .academy-partner .supporter-listing .supporter-page-listing-img img, .super-content.conf .academy-container .academy-main-content .academy-partner .supporter-listing .supporter-page-listing-img img {
        max-height: 150px; }
  .super-content.academy .academy-container .academy-sidebar, .super-content.conf .academy-container .academy-sidebar {
    width: 20%;
    height: fit-content; }
    .super-content.academy .academy-container .academy-sidebar.fixed, .super-content.conf .academy-container .academy-sidebar.fixed {
      position: fixed;
      max-width: 1240px;
      width: calc(100% - 60px); }
      .super-content.academy .academy-container .academy-sidebar.fixed .academy-sidebar-container, .super-content.conf .academy-container .academy-sidebar.fixed .academy-sidebar-container {
        width: 20%;
        max-height: 100%;
        margin: 0 0 0 auto;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        .super-content.academy .academy-container .academy-sidebar.fixed .academy-sidebar-container::-webkit-scrollbar, .super-content.conf .academy-container .academy-sidebar.fixed .academy-sidebar-container::-webkit-scrollbar {
          width: 0px;
          background: transparent;
          /* make scrollbar transparent */ }
    .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons {
      margin-bottom: 50px; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button {
        width: 100%;
        padding: 15px 10px 10px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 20px;
        margin-bottom: 30px;
        font-family: "poppins_bold", Arial, sans-serif;
        color: #ffffff;
        border: solid 2px;
        text-transform: uppercase;
        font-size: 14px; }
        .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button:last-child, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button:last-child {
          margin-bottom: 0; }
        .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button:hover, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button:hover {
          background-color: white !important;
          color: #000000;
          text-decoration: none; }
    .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container {
      margin-bottom: 15px;
      display: flex; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container:last-child, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container:last-child {
        margin-bottom: 0; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container:before, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container:before {
        font-family: "Font Awesome 5 Pro";
        width: 40px; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-start-date:before, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-start-date:before {
        content: '\f024'; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-duration:before, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-duration:before {
        content: '\f017'; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-location:before, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-location:before {
        content: '\f3c5'; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-certification:before, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-certification:before {
        content: '\f19d'; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-code:before, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container.info-code:before {
        content: '\f292'; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container .info-wrapper, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container .info-wrapper {
        display: flex;
        flex-direction: column;
        line-height: 22px; }
        .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container .info-wrapper span:first-child, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-info .info-container .info-wrapper span:first-child {
          text-transform: uppercase; }

.super-content.conf .title-conf {
  padding: 0; }
.super-content.conf .academy-container .academy-main-content {
  width: 100%; }

@media screen and (max-width: 990px) {
  .super-content.academy .academy-container, .super-content.conf .academy-container {
    flex-direction: column; }
    .super-content.academy .academy-container .academy-main-content, .super-content.conf .academy-container .academy-main-content {
      width: 100%;
      padding-right: 0;
      margin-bottom: 50px;
      order: 2; }
    .super-content.academy .academy-container .academy-sidebar, .super-content.conf .academy-container .academy-sidebar {
      width: 100%;
      order: 1;
      margin-bottom: 70px; }
      .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button {
        max-width: 300px; } }
@media screen and (max-width: 768px) {
  .super-content.academy .academy-slider, .super-content.conf .academy-slider {
    padding: 0; }
    .super-content.academy .academy-slider .slick-dots li button:before, .super-content.conf .academy-slider .slick-dots li button:before {
      font-size: 30px; }
    .super-content.academy .academy-slider .image-slide img, .super-content.conf .academy-slider .image-slide img {
      height: 250px; }
    .super-content.academy .academy-slider .image-slide .img-mobile, .super-content.conf .academy-slider .image-slide .img-mobile {
      display: block; }
    .super-content.academy .academy-slider .image-slide .img-desk, .super-content.conf .academy-slider .image-slide .img-desk {
      display: none; }
  .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand {
    width: calc((100% - 30px) /2); }
    .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand:nth-child(3n), .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand:nth-child(3n) {
      margin-right: 30px; }
    .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand:nth-child(2n), .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand:nth-child(2n) {
      margin-right: 0; }
  .super-content.academy .academy-container .academy-sidebar, .super-content.conf .academy-container .academy-sidebar {
    width: 100%; }
    .super-content.academy .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button, .super-content.conf .academy-container .academy-sidebar .academy-sidebar-container .academy-sidebar-buttons .academy-sidebar-button {
      max-width: 100%; } }
@media screen and (max-width: 500px) {
  .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand {
    width: 100%;
    margin-right: 0; }
    .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand:nth-child(3n), .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand:nth-child(3n) {
      margin-right: 0; }
    .super-content.academy .academy-container .academy-main-content .brand-academy .brands-listing .brand .img-container img, .super-content.conf .academy-container .academy-main-content .brand-academy .brands-listing .brand .img-container img {
      max-height: 150px; } }
.single-servizi-confimprese .super-content.conf .academy-container {
  padding: 0 15px; }
.single-servizi-confimprese .academy-container {
  width: 100%; }
.single-servizi-confimprese .academy-container .academy-main-content .brand-academy .brands-listing .brand .brand-info {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.supporter-listing .supporter-page-listing-block {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .supporter-listing .supporter-page-listing-block {
      margin-top: 2rem; } }
.supporter-listing .supporter-page-listing-img {
  padding: 30px;
  border: 1px solid #c2c2c2;
  margin-bottom: 1.5em;
  border-radius: 5px; }
.supporter-listing .post-info span {
  margin-left: 0; }
.supporter-listing .supporter-listing-excerpt {
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #363f46;
  text-decoration: underline; }
  .supporter-listing .supporter-listing-excerpt i {
    text-transform: none;
    padding-left: 5px; }

.page-testimonianze .post-info span {
  margin-left: 0; }

@media (min-width: 768px) {
  .double-block {
    padding: 3em 0;
    border-bottom: 1px solid #9A9FA2; }
    .double-block:first-of-type {
      padding-top: 2em; }
    .double-block:last-child {
      border-bottom: none;
      padding-bottom: 2em; } }
@media (max-width: 767px) {
  .double-block .item-block {
    padding-top: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #9A9FA2; }
  .double-block:last-child .item-block:last-child {
    border-bottom: none;
    padding-bottom: 2em; }
  .double-block:first-of-type .item-block:first-of-type {
    padding-top: 1em; } }

.statuto .spacer-block, .statuto .single-socio-dati {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .statuto .spacer-block, .statuto .single-socio-dati {
      margin-bottom: 1.5rem; } }
.statuto .page-content {
  margin-top: 3rem; }

.accordion .level {
  font-size: 16px;
  padding-bottom: 20px; }
.accordion h3, .accordion ._form-content ._form-title, ._form-content .accordion ._form-title, .accordion .hbspt-form ._form-title, .hbspt-form .accordion ._form-title {
  cursor: pointer; }
.accordion h3.opening, .accordion ._form-content .opening._form-title, ._form-content .accordion .opening._form-title, .accordion .hbspt-form .opening._form-title, .hbspt-form .accordion .opening._form-title {
  font-family: "poppins_bold", Arial, sans-serif;
  line-height: 1.4;
  display: block;
  position: relative;
  background: #F2F2F2;
  text-decoration: none;
  color: #363f46;
  padding: 14px 20px 14px 90px; }
  .accordion h3.opening:before, .accordion ._form-content .opening._form-title:before, ._form-content .accordion .opening._form-title:before, .accordion .hbspt-form .opening._form-title:before, .hbspt-form .accordion .opening._form-title:before {
    font-size: 26px;
    line-height: 1;
    color: #F00032;
    position: absolute;
    left: 20px;
    content: "\f055";
    font-family: "Font Awesome 5 Pro"; }
.accordion h3.opening:hover, .accordion ._form-content .opening._form-title:hover, ._form-content .accordion .opening._form-title:hover, .accordion .hbspt-form .opening._form-title:hover, .hbspt-form .accordion .opening._form-title:hover, .accordion h3.active, .accordion ._form-content .active._form-title, ._form-content .accordion .active._form-title, .accordion .hbspt-form .active._form-title, .hbspt-form .accordion .active._form-title {
  color: #363f46;
  background: #F2F2F2; }
.accordion h3.active:before, .accordion ._form-content .active._form-title:before, ._form-content .accordion .active._form-title:before, .accordion .hbspt-form .active._form-title:before, .hbspt-form .accordion .active._form-title:before {
  color: #F00032;
  left: 20px;
  content: "\f056";
  font-family: "Font Awesome 5 Pro"; }
.accordion .expanded {
  padding: 15px 20px 30px 90px;
  background: #F2F2F2; }
  .accordion .expanded > .expanded {
    background: #F2F2F2;
    padding: 0; }

.home-evidenza {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .home-evidenza figure {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .home-evidenza {
      padding-bottom: 75px;
      margin-bottom: 75px; } }
  .home-evidenza:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    bottom: 0;
    display: block;
    background: linear-gradient(to right, #A7CACD 0%, #A7CACD 12.28571%, #24718A 12.28571%, #24718A 18.57143%, #B6CC7C 18.57143%, #B6CC7C 52.85714%, #9C8793 52.85714%, #9C8793 80.14286%, #8AD0CD 80.14286%, #8AD0CD 100%); }
.home-slider {
  display: none; }
  .home-slider-container {
    position: relative;
    display: block;
    width: 100%;
    min-height: 50px; }
    @media (min-width: 576px) {
      .home-slider-container {
        min-height: 100px; } }
    @media (min-width: 768px) {
      .home-slider-container {
        min-height: 200px; } }
  .home-slider .slick-list {
    margin: 20px auto;
    max-width: 90%; }
    @media (min-width: 576px) and (max-width: 767px) {
      .home-slider .slick-list {
        max-width: 85%; } }
  .home-slider .slick-arrow {
    position: relative;
    top: calc(50% - 30px);
    color: #e1e2e4;
    font-size: 50px;
    line-height: 1;
    height: 50px;
    cursor: pointer; }
    @media (max-width: 575px) {
      .home-slider .slick-arrow {
        font-size: 30px;
        margin-top: -5px; } }
    .home-slider .slick-arrow.fa-long-arrow-left, .home-slider .slick-arrow.fa-long-arrow-right {
      position: absolute;
      z-index: 1; }
    .home-slider .slick-arrow.fa-long-arrow-left {
      left: 0; }
    .home-slider .slick-arrow.fa-long-arrow-right {
      right: 0; }
  @media (min-width: 768px) {
    .home-slider .slick-dots {
      bottom: -50px; } }
  .home-slider .slick-dots button:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
    border: solid 1px #979797; }
  .home-slider .slick-dots .slick-active button:before {
    background: #979797;
    height: 10px;
    width: 10px; }
  .home-slider .logo-associato {
    font-size: 0; }
    .home-slider .logo-associato img {
      padding: 0.6rem 1.2rem 1.2rem 1.2rem; }
.home-testimonianze {
  padding: 40px 0;
  background: #f2f2f2; }
  .home-testimonianze .post-info span {
    margin-left: 0; }
  .home-testimonianze h3, .home-testimonianze ._form-content ._form-title, ._form-content .home-testimonianze ._form-title, .home-testimonianze .hbspt-form ._form-title, .hbspt-form .home-testimonianze ._form-title {
    font-size: 1.125rem; }
  @media (min-width: 768px) {
    .home-testimonianze {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .home-testimonianze figure {
      max-width: 200px; }
    .home-testimonianze h3, .home-testimonianze ._form-content ._form-title, ._form-content .home-testimonianze ._form-title, .home-testimonianze .hbspt-form ._form-title, .hbspt-form .home-testimonianze ._form-title {
      font-size: 1rem; } }
  @media (max-width: 991px) {
    .home-testimonianze .item-block {
      margin-bottom: 30px; } }
.home-eventi {
  padding-top: 20px;
  margin-bottom: -30px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .home-eventi .listing-eventi:nth-child(3) {
      display: none; } }
  @media (min-width: 768px) {
    .home-eventi {
      padding-top: 50px; } }
  .home-eventi h2 {
    margin-bottom: 30px; }
.home-servizi {
  padding-top: 20px;
  margin-bottom: -15px; }
  @media (min-width: 768px) {
    .home-servizi {
      padding-top: 50px;
      margin-bottom: -30px; } }
  .home-servizi .list-service-content h3, .home-servizi .list-service-content ._form-content ._form-title, ._form-content .home-servizi .list-service-content ._form-title, .home-servizi .list-service-content .hbspt-form ._form-title, .hbspt-form .home-servizi .list-service-content ._form-title {
    font-size: 16px; }
    @media (min-width: 768px) {
      .home-servizi .list-service-content h3, .home-servizi .list-service-content ._form-content ._form-title, ._form-content .home-servizi .list-service-content ._form-title, .home-servizi .list-service-content .hbspt-form ._form-title, .hbspt-form .home-servizi .list-service-content ._form-title {
        font-size: 18px; } }
  .home-servizi .list-service-content p {
    font-size: 14px; }
    @media (min-width: 768px) {
      .home-servizi .list-service-content p {
        font-size: 16px; } }
.home-blog {
  margin-bottom: -15px; }
  .home-blog h2 {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .home-blog {
      padding-top: 50px;
      margin-bottom: -30px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    .home-blog .listing-card:nth-child(3) {
      display: none; } }

.loghi_associati_home figure {
  margin: 0; }
.loghi_associati_home .slick-slide > div {
  display: flex; }
.loghi_associati_home .slick-list {
  background: #fff;
  border-radius: 50%; }
.loghi_associati_home .slick-dots {
  margin: 0;
  bottom: auto; }
  @media (min-width: 768px) {
    .loghi_associati_home .slick-dots {
      bottom: -50px; } }
  .loghi_associati_home .slick-dots button:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
    border: solid 1px #979797; }
  .loghi_associati_home .slick-dots .slick-active button:before {
    background: #979797;
    height: 10px;
    width: 10px; }
.loghi_associati_home .slick-arrow {
  position: relative;
  top: calc(50% - 15px);
  color: #e1e2e4;
  font-size: 30px;
  line-height: 1;
  height: 50px;
  cursor: pointer; }
  @media (max-width: 575px) {
    .loghi_associati_home .slick-arrow {
      font-size: 30px;
      margin-top: -5px; } }
  .loghi_associati_home .slick-arrow.fa-arrow-left, .loghi_associati_home .slick-arrow.fa-arrow-right {
    position: absolute;
    z-index: 1; }
  .loghi_associati_home .slick-arrow.fa-arrow-left {
    left: -20px; }
  .loghi_associati_home .slick-arrow.fa-arrow-right {
    right: -30px; }
@media (max-width: 575px) {
  .loghi_associati_home {
    margin-bottom: 70px !important;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%; }
    .loghi_associati_home .slick-dots {
      bottom: -40px; } }

.home-eventi {
  padding: 0 15px; }
  @media (max-width: 575px) {
    .home-eventi {
      padding: 0; } }
  .home-eventi #eventi-slider .listing-eventi {
    padding: 15px; }
    @media (max-width: 575px) {
      .home-eventi #eventi-slider .listing-eventi {
        padding: 5px; } }
  .home-eventi #eventi-slider .slick-arrow {
    position: relative;
    top: calc(50% - 15px);
    color: #9A9FA2;
    font-size: 30px;
    line-height: 1;
    height: 50px;
    cursor: pointer; }
    @media (max-width: 575px) {
      .home-eventi #eventi-slider .slick-arrow {
        font-size: 30px;
        margin-top: -5px; } }
    .home-eventi #eventi-slider .slick-arrow.fa-arrow-left, .home-eventi #eventi-slider .slick-arrow.fa-arrow-right {
      position: absolute;
      z-index: 1; }
    .home-eventi #eventi-slider .slick-arrow.fa-arrow-left {
      left: -25px; }
    .home-eventi #eventi-slider .slick-arrow.fa-arrow-right {
      right: -25px; }
  .home-eventi #eventi-slider .slick-dots {
    margin: 0;
    bottom: auto; }
    @media (min-width: 768px) {
      .home-eventi #eventi-slider .slick-dots {
        bottom: -50px; } }
    .home-eventi #eventi-slider .slick-dots button:before {
      content: '';
      height: 10px;
      width: 10px;
      display: block;
      border-radius: 50%;
      border: solid 1px #9A9FA2; }
    .home-eventi #eventi-slider .slick-dots .slick-active button:before {
      background: #9A9FA2;
      height: 10px;
      width: 10px; }

@media (min-width: 768px) {
  .form-contatti {
    max-width: 80%; } }
.form-contatti .wpcf7-form {
  font-size: 16px; }
.form-contatti input:not([type="checkbox"]), .form-contatti textarea {
  width: 100%;
  border-radius: 3px;
  position: relative;
  padding: 0 10px;
  color: #363f46;
  z-index: 1;
  border: 1px solid #e1e2e4; }
  .form-contatti input:not([type="checkbox"]):focus, .form-contatti textarea:focus {
    outline: none;
    border-color: #000000; }
  .form-contatti input:not([type="checkbox"]):disabled:not([type="submit"]), .form-contatti textarea:disabled:not([type="submit"]) {
    background-color: #f2f2f2; }
.form-contatti input:not([type="checkbox"]) {
  height: 40px;
  border: solid 1px #e1e2e4; }
.form-contatti input[type="checkbox"] {
  margin-left: -16px; }
.form-contatti input[type="submit"] {
  height: auto; }
  @media (min-width: 768px) {
    .form-contatti input[type="submit"] {
      width: auto;
      margin-bottom: 30px;
      float: right; } }
.form-contatti span[role="alert"] {
  background: #F00000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 5px 5px;
  position: relative;
  top: -5px;
  z-index: 0;
  font-family: "poppins_medium", Arial, sans-serif;
  line-height: 1.2; }
.form-contatti .wpcf7-validation-errors {
  padding: 15px;
  margin: 40px 0 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-family: "poppins_medium", Arial, sans-serif;
  line-height: 1.2;
  background: #F00000;
  border: none; }
.form-contatti textarea {
  height: 190px;
  border: solid 1px #e1e2e4; }

.contatti-container {
  padding: 50px 0 40px 0; }
  @media (min-width: 768px) {
    .contatti-container {
      position: relative; } }
  .contatti-container:before, .contatti-container:after {
    content: '';
    position: absolute;
    height: 8px;
    left: 0;
    width: 100%;
    display: block; }
  .contatti-container:before {
    top: 0;
    background: linear-gradient(to right, #A7CACD 0%, #A7CACD 10.28571%, #24718A 10.28571%, #24718A 50.57143%, #B6CC7C 50.57143%, #B6CC7C 65.85714%, #9C8793 65.85714%, #9C8793 85.14286%, #8AD0CD 85.14286%, #8AD0CD 100%); }
  .contatti-container:after {
    bottom: 0;
    background: #24728B; }
    @media (max-width: 767px) {
      .contatti-container:after {
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
        bottom: -20px; } }

.contatti-container i, .contatti-stampa i {
  margin-right: 10px; }
.contatti-container h2, .contatti-stampa h2 {
  margin-bottom: 1.3rem; }
.contatti-container h3, .contatti-container ._form-content ._form-title, ._form-content .contatti-container ._form-title, .contatti-container .hbspt-form ._form-title, .hbspt-form .contatti-container ._form-title, .contatti-stampa h3, .contatti-stampa ._form-content ._form-title, ._form-content .contatti-stampa ._form-title, .contatti-stampa .hbspt-form ._form-title, .hbspt-form .contatti-stampa ._form-title {
  margin-bottom: 1rem; }
.contatti-container p, .contatti-stampa p {
  font-size: 16px; }
.contatti-container a, .contatti-stampa a {
  color: #363f46;
  text-decoration: underline; }
  .contatti-container a:focus, .contatti-container a:hover, .contatti-stampa a:focus, .contatti-stampa a:hover {
    color: #F00032; }
  .contatti-container a:active, .contatti-stampa a:active {
    color: #000000; }

.contatti-stampa {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .contatti-stampa {
      margin-top: 55px; } }
  .contatti-stampa .fa-envelope {
    line-height: 2.5; }

.search .search-listing {
  max-width: 800px; }
  .search .search-listing .search-title a {
    font-family: "poppins_bold", Arial, sans-serif;
    font-size: 20px;
    color: #363f46; }
    .search .search-listing .search-title a:hover, .search .search-listing .search-title a:focus, .search .search-listing .search-title a:active {
      color: #F00032;
      text-decoration: none; }
    @media (min-width: 576px) {
      .search .search-listing .search-title a {
        font-size: 22px; } }
  .search .search-listing .search-post {
    border-bottom: 1px solid #363f46;
    padding-bottom: 1em;
    margin-bottom: 1em; }
    .search .search-listing .search-post .post-content {
      margin-bottom: 0; }
  .search .search-listing .search-category {
    color: #F00032;
    font-family: "poppins_medium", Arial, sans-serif;
    margin-bottom: 5px; }
  .search .search-listing .search-link {
    margin-bottom: 0; }

.thank-you .scaricabili {
  position: relative;
  padding: 35px 0 20px 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .thank-you .scaricabili {
      padding: 35px 0;
      margin-bottom: 50px; } }
  .thank-you .scaricabili:before, .thank-you .scaricabili:after {
    content: '';
    position: absolute;
    height: 8px;
    left: 0;
    width: 100%;
    display: block;
    background: linear-gradient(to right, #A7CACD 0%, #A7CACD 10.28571%, #24718A 10.28571%, #24718A 50.57143%, #B6CC7C 50.57143%, #B6CC7C 65.85714%, #9C8793 65.85714%, #9C8793 85.14286%, #8AD0CD 85.14286%, #8AD0CD 100%); }
  .thank-you .scaricabili:before {
    top: 0; }
  .thank-you .scaricabili:after {
    bottom: 0; }
.thank-you .scaricabile {
  padding: 40px 0;
  border-bottom: solid 1px #9A9FA2; }
  .thank-you .scaricabile:first-child {
    padding-top: 25px; }
  .thank-you .scaricabile:last-child {
    padding-bottom: 15px;
    border-bottom: none; }
  @media (min-width: 576px) {
    .thank-you .scaricabile p {
      font-size: 20px; } }
  .thank-you .scaricabile i {
    font-size: 25px;
    position: relative;
    top: 4px;
    padding-right: 10px; }
  .thank-you .scaricabile .file-scaricabile {
    text-align: right; }
  .thank-you .scaricabile .btn-red, .thank-you .scaricabile .form-contatti input[type="submit"], .form-contatti .thank-you .scaricabile input[type="submit"], .thank-you .scaricabile ._form-content ._button-wrapper button, ._form-content ._button-wrapper .thank-you .scaricabile button, .thank-you .scaricabile ._form-content ._button-wrapper input[type="submit"], ._form-content ._button-wrapper .thank-you .scaricabile input[type="submit"], .thank-you .scaricabile ._form-content .actions button, ._form-content .actions .thank-you .scaricabile button, .thank-you .scaricabile ._form-content .actions input[type="submit"], ._form-content .actions .thank-you .scaricabile input[type="submit"], .thank-you .scaricabile .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper .thank-you .scaricabile button, .thank-you .scaricabile .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form ._button-wrapper .thank-you .scaricabile input[type="submit"], .thank-you .scaricabile .hbspt-form .actions button, .hbspt-form .actions .thank-you .scaricabile button, .thank-you .scaricabile .hbspt-form .actions input[type="submit"], .hbspt-form .actions .thank-you .scaricabile input[type="submit"] {
    line-height: calc(1.5em + 1px); }
    @media (max-width: 575px) {
      .thank-you .scaricabile .btn-red, .thank-you .scaricabile .form-contatti input[type="submit"], .form-contatti .thank-you .scaricabile input[type="submit"], .thank-you .scaricabile ._form-content ._button-wrapper button, ._form-content ._button-wrapper .thank-you .scaricabile button, .thank-you .scaricabile ._form-content ._button-wrapper input[type="submit"], ._form-content ._button-wrapper .thank-you .scaricabile input[type="submit"], .thank-you .scaricabile ._form-content .actions button, ._form-content .actions .thank-you .scaricabile button, .thank-you .scaricabile ._form-content .actions input[type="submit"], ._form-content .actions .thank-you .scaricabile input[type="submit"], .thank-you .scaricabile .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper .thank-you .scaricabile button, .thank-you .scaricabile .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form ._button-wrapper .thank-you .scaricabile input[type="submit"], .thank-you .scaricabile .hbspt-form .actions button, .hbspt-form .actions .thank-you .scaricabile button, .thank-you .scaricabile .hbspt-form .actions input[type="submit"], .hbspt-form .actions .thank-you .scaricabile input[type="submit"] {
        font-size: 14px; } }

@media (min-width: 768px) {
  body {
    font-size: 1.125rem; } }

b,
strong {
  font-family: "poppins_bold", Arial, sans-serif;
  font-weight: normal; }

h1, .h1 {
  font-family: "archive_regular", Arial, sans-serif;
  line-height: 1em;
  color: #000000; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.8125rem; } }

h2, .h2 {
  font-family: "poppins_bold", Arial, sans-serif;
  color: #000000; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 1.625rem; } }

h3, ._form-content ._form-title, .hbspt-form ._form-title, .h3 {
  font-family: "poppins_bold", Arial, sans-serif;
  line-height: 22px; }
  @media (min-width: 768px) {
    h3, ._form-content ._form-title, .hbspt-form ._form-title, .h3 {
      font-size: 1.25rem;
      line-height: 26px; } }
  h3 a:hover, ._form-content ._form-title a:hover, .hbspt-form ._form-title a:hover, h3 a:focus, ._form-content ._form-title a:focus, .hbspt-form ._form-title a:focus, .h3 a:hover, .h3 a:focus {
    text-decoration: none;
    color: #F00032; }

h4, .h4 {
  font-family: "poppins_medium", Arial, sans-serif; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 0.9375rem; } }

h5, .h5 {
  font-family: "poppins_medium", Arial, sans-serif;
  color: #F00032;
  line-height: 2; }
  h5 span, .h5 span {
    color: #9A9FA2; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 0.9375rem; } }

h1, .h1,
h5, .h5 {
  text-transform: uppercase; }

small {
  font-size: 0.8125rem;
  line-height: 1.6; }
  @media (min-width: 768px) {
    small {
      font-size: 0.9375rem; } }

blockquote {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  quotes: "\f10D" "\f10E"; }
  blockquote:before, blockquote:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #F00032; }
  blockquote:before {
    content: open-quote;
    padding-right: 5px; }
  blockquote:after {
    content: close-quote;
    padding-left: 5px; }

.btn {
  padding: 9px 35px;
  font-size: 16px;
  line-height: 1;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "poppins_bold", Arial, sans-serif;
  cursor: pointer; }
  .btn:focus {
    box-shadow: none !important; }
  .btn:hover {
    text-decoration: none; }
  .btn:active {
    box-shadow: none !important; }

.btn-large, .form-contatti input[type="submit"], ._form-content ._button-wrapper button, ._form-content ._button-wrapper input[type="submit"], ._form-content .actions button, ._form-content .actions input[type="submit"], .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form .actions button, .hbspt-form .actions input[type="submit"] {
  padding: 15px 35px;
  font-size: 16px;
  line-height: 1;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: "poppins_bold", Arial, sans-serif;
  cursor: pointer; }
  .btn-large:focus, .form-contatti input[type="submit"]:focus, ._form-content ._button-wrapper button:focus, ._form-content ._button-wrapper input[type="submit"]:focus, ._form-content .actions button:focus, ._form-content .actions input[type="submit"]:focus, .hbspt-form ._button-wrapper button:focus, .hbspt-form ._button-wrapper input[type="submit"]:focus, .hbspt-form .actions button:focus, .hbspt-form .actions input[type="submit"]:focus {
    box-shadow: none !important; }
  .btn-large:hover, .form-contatti input[type="submit"]:hover, ._form-content ._button-wrapper button:hover, ._form-content ._button-wrapper input[type="submit"]:hover, ._form-content .actions button:hover, ._form-content .actions input[type="submit"]:hover, .hbspt-form ._button-wrapper button:hover, .hbspt-form ._button-wrapper input[type="submit"]:hover, .hbspt-form .actions button:hover, .hbspt-form .actions input[type="submit"]:hover {
    text-decoration: none; }
  .btn-large:active, .form-contatti input[type="submit"]:active, ._form-content ._button-wrapper button:active, ._form-content ._button-wrapper input[type="submit"]:active, ._form-content .actions button:active, ._form-content .actions input[type="submit"]:active, .hbspt-form ._button-wrapper button:active, .hbspt-form ._button-wrapper input[type="submit"]:active, .hbspt-form .actions button:active, .hbspt-form .actions input[type="submit"]:active {
    box-shadow: none !important; }

.btn-white-arrow {
  background: #ffffff;
  color: #F00032;
  border: solid 2px #ffffff; }
  .btn-white-arrow:hover, .btn-white-arrow:focus {
    text-decoration: none;
    color: #ffffff;
    background: #F00032; }

.btn-red, .form-contatti input[type="submit"], ._form-content ._button-wrapper button, ._form-content ._button-wrapper input[type="submit"], ._form-content .actions button, ._form-content .actions input[type="submit"], .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form .actions button, .hbspt-form .actions input[type="submit"] {
  background: #F00032;
  color: #ffffff;
  border: solid 2px #F00032;
  display: inline-block;
  text-align: center; }
  @media (max-width: 575px) {
    .btn-red, .form-contatti input[type="submit"], ._form-content ._button-wrapper button, ._form-content ._button-wrapper input[type="submit"], ._form-content .actions button, ._form-content .actions input[type="submit"], .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form .actions button, .hbspt-form .actions input[type="submit"] {
      width: 100%;
      margin-top: 15px; } }
  .btn-red:hover, .form-contatti input[type="submit"]:hover, ._form-content ._button-wrapper button:hover, ._form-content ._button-wrapper input[type="submit"]:hover, ._form-content .actions button:hover, ._form-content .actions input[type="submit"]:hover, .hbspt-form ._button-wrapper button:hover, .hbspt-form ._button-wrapper input[type="submit"]:hover, .hbspt-form .actions button:hover, .hbspt-form .actions input[type="submit"]:hover, .btn-red:focus, .form-contatti input[type="submit"]:focus, ._form-content ._button-wrapper button:focus, ._form-content ._button-wrapper input[type="submit"]:focus, ._form-content .actions button:focus, ._form-content .actions input[type="submit"]:focus, .hbspt-form ._button-wrapper button:focus, .hbspt-form ._button-wrapper input[type="submit"]:focus, .hbspt-form .actions button:focus, .hbspt-form .actions input[type="submit"]:focus {
    text-decoration: none;
    color: #ffffff;
    background: #D6706C;
    border: solid 2px #D6706C; }

.btn-red-ghost {
  background: #ffffff;
  padding-top: 13px;
  font-size: 13px;
  color: #F00032;
  border: solid 1px #F00032;
  display: inline-block;
  text-align: center; }
  @media (max-width: 575px) {
    .btn-red-ghost {
      width: 100%;
      margin-top: 15px; } }
  .btn-red-ghost:hover, .btn-red-ghost:focus {
    text-decoration: none;
    color: #ffffff;
    background: #F00032;
    border: solid 1px #F00032; }

.btn-gray-ghost {
  background: #ffffff;
  padding-top: 13px;
  font-size: 13px;
  color: #9A9FA2;
  border: solid 1px #9A9FA2;
  display: inline-block;
  text-align: center; }
  @media (max-width: 575px) {
    .btn-gray-ghost {
      width: 100%;
      margin-top: 15px; } }
  .btn-gray-ghost:hover, .btn-gray-ghost:focus {
    text-decoration: none;
    color: #ffffff;
    background: #9A9FA2;
    border: solid 1px #9A9FA2; }

.archive-pagination {
  text-align: center;
  margin: 1rem 0;
  font-size: 16px;
  position: relative; }
  @media (max-width: 767px) {
    .archive-pagination {
      font-size: 14px; } }
  @media (min-width: 576px) {
    .archive-pagination .numerazione {
      float: left;
      position: absolute;
      top: 0;
      line-height: 40px; } }
  .archive-pagination .pagination {
    display: inline-flex;
    font-family: "poppins_regular", Arial, sans-serif;
    margin-bottom: 24px; }
    .archive-pagination .pagination .page-item {
      padding: 0 5px; }
      .archive-pagination .pagination .page-item .page-link {
        padding: 9px 0;
        font-size: 14px;
        border-radius: 100px;
        height: 40px;
        width: 40px;
        line-height: 1.5; }
        @media (max-width: 575px) {
          .archive-pagination .pagination .page-item .page-link {
            font-size: 12px;
            height: 35px;
            width: 35px;
            padding: 8px 0; } }
      .archive-pagination .pagination .page-item .page-link-no {
        font-size: 16px;
        padding: 3px 5px;
        color: #000000; }
      .archive-pagination .pagination .page-item .page-link.prev {
        padding-right: 2px; }
        .archive-pagination .pagination .page-item .page-link.prev i {
          font-size: 18px; }
      .archive-pagination .pagination .page-item .page-link.next {
        padding-left: 2px; }
        .archive-pagination .pagination .page-item .page-link.next i {
          font-size: 18px; }
    @media (max-width: 575px) {
      .archive-pagination .pagination .page-item.first,
      .archive-pagination .pagination .page-item.last {
        display: none; } }

.searchform-wrapper {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(54, 63, 70, 0.85);
  z-index: 10000; }
  .searchform-wrapper .searchform-content {
    position: relative;
    top: 46%;
    width: 85%;
    max-width: 500px;
    text-align: center;
    margin-top: 30px;
    margin: auto; }
  .searchform-wrapper .searchform-close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: white; }
    @media (min-width: 576px) {
      .searchform-wrapper .searchform-close {
        font-size: 40px; } }
  .searchform-wrapper .search-field {
    width: calc(100% - 105px);
    height: 40px;
    border-radius: 50px;
    margin-right: 15px; }
  .searchform-wrapper .btn {
    width: 90px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; }

._form-content ._form-title, .hbspt-form ._form-title {
  color: #000000; }
._form-content ._form_element, ._form-content .hs-form-field, .hbspt-form ._form_element, .hbspt-form .hs-form-field {
  margin-bottom: 20px; }
  ._form-content ._form_element ._form-label, ._form-content ._form_element label, ._form-content .hs-form-field ._form-label, ._form-content .hs-form-field label, .hbspt-form ._form_element ._form-label, .hbspt-form ._form_element label, .hbspt-form .hs-form-field ._form-label, .hbspt-form .hs-form-field label {
    font-family: "poppins_bold", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      ._form-content ._form_element ._form-label, ._form-content ._form_element label, ._form-content .hs-form-field ._form-label, ._form-content .hs-form-field label, .hbspt-form ._form_element ._form-label, .hbspt-form ._form_element label, .hbspt-form .hs-form-field ._form-label, .hbspt-form .hs-form-field label {
        font-size: 16px; } }
  ._form-content ._form_element input:not([type="checkbox"]):not([type="radio"]), ._form-content ._form_element select, ._form-content .hs-form-field input:not([type="checkbox"]):not([type="radio"]), ._form-content .hs-form-field select, .hbspt-form ._form_element input:not([type="checkbox"]):not([type="radio"]), .hbspt-form ._form_element select, .hbspt-form .hs-form-field input:not([type="checkbox"]):not([type="radio"]), .hbspt-form .hs-form-field select {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e2e4;
    border-radius: 3px;
    background: #ffffff;
    position: relative;
    padding: 0 10px;
    color: #363f46;
    z-index: 20; }
    ._form-content ._form_element input:not([type="checkbox"]):not([type="radio"]):focus, ._form-content ._form_element select:focus, ._form-content .hs-form-field input:not([type="checkbox"]):not([type="radio"]):focus, ._form-content .hs-form-field select:focus, .hbspt-form ._form_element input:not([type="checkbox"]):not([type="radio"]):focus, .hbspt-form ._form_element select:focus, .hbspt-form .hs-form-field input:not([type="checkbox"]):not([type="radio"]):focus, .hbspt-form .hs-form-field select:focus {
      outline: none;
      border-color: #000000; }
    ._form-content ._form_element input:not([type="checkbox"]):not([type="radio"]):disabled, ._form-content ._form_element select:disabled, ._form-content .hs-form-field input:not([type="checkbox"]):not([type="radio"]):disabled, ._form-content .hs-form-field select:disabled, .hbspt-form ._form_element input:not([type="checkbox"]):not([type="radio"]):disabled, .hbspt-form ._form_element select:disabled, .hbspt-form .hs-form-field input:not([type="checkbox"]):not([type="radio"]):disabled, .hbspt-form .hs-form-field select:disabled {
      background-color: #f2f2f2; }
  ._form-content ._form_element select[multiple="true"], ._form-content .hs-form-field select[multiple="true"], .hbspt-form ._form_element select[multiple="true"], .hbspt-form .hs-form-field select[multiple="true"] {
    height: 100px; }
  ._form-content ._form_element textarea, ._form-content .hs-form-field textarea, .hbspt-form ._form_element textarea, .hbspt-form .hs-form-field textarea {
    height: 190px;
    width: 100%;
    border: solid 1px #e1e2e4;
    border-radius: 3px; }
  ._form-content ._form_element ._error-inner, ._form-content .hs-form-field ._error-inner, .hbspt-form ._form_element ._error-inner, .hbspt-form .hs-form-field ._error-inner {
    background: #F00000;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 5px 5px;
    position: relative;
    top: -5px;
    z-index: 10;
    font-family: "poppins_medium", Arial, sans-serif;
    line-height: 1.2; }
  ._form-content ._form_element ._row ._form-label, ._form-content .hs-form-field ._row ._form-label, .hbspt-form ._form_element ._row ._form-label, .hbspt-form .hs-form-field ._row ._form-label {
    display: none; }
  ._form-content ._form_element ._row input[type="checkbox"],
  ._form-content ._form_element ._row input[type="radio"], ._form-content .hs-form-field ._row input[type="checkbox"],
  ._form-content .hs-form-field ._row input[type="radio"], .hbspt-form ._form_element ._row input[type="checkbox"],
  .hbspt-form ._form_element ._row input[type="radio"], .hbspt-form .hs-form-field ._row input[type="checkbox"],
  .hbspt-form .hs-form-field ._row input[type="radio"] {
    display: inline-flex;
    float: left;
    margin-right: 10px; }
  ._form-content ._form_element ._row._checkbox-radio:nth-child(2), ._form-content .hs-form-field ._row._checkbox-radio:nth-child(2), .hbspt-form ._form_element ._row._checkbox-radio:nth-child(2), .hbspt-form .hs-form-field ._row._checkbox-radio:nth-child(2) {
    margin-top: 10px; }
  ._form-content ._form_element ._row span label, ._form-content .hs-form-field ._row span label, .hbspt-form ._form_element ._row span label, .hbspt-form .hs-form-field ._row span label {
    display: table;
    font-size: 14px;
    position: relative;
    top: -4px; }
    @media (min-width: 768px) {
      ._form-content ._form_element ._row span label, ._form-content .hs-form-field ._row span label, .hbspt-form ._form_element ._row span label, .hbspt-form .hs-form-field ._row span label {
        font-size: 16px; } }
  ._form-content ._form_element ._row ._error-inner, ._form-content .hs-form-field ._row ._error-inner, .hbspt-form ._form_element ._row ._error-inner, .hbspt-form .hs-form-field ._row ._error-inner {
    padding: 15px;
    margin: 30px 0 10px; }
  ._form-content ._form_element .inputs-list li.hs-form-booleancheckbox, ._form-content .hs-form-field .inputs-list li.hs-form-booleancheckbox, .hbspt-form ._form_element .inputs-list li.hs-form-booleancheckbox, .hbspt-form .hs-form-field .inputs-list li.hs-form-booleancheckbox {
    padding-left: 0; }
    ._form-content ._form_element .inputs-list li.hs-form-booleancheckbox:before, ._form-content .hs-form-field .inputs-list li.hs-form-booleancheckbox:before, .hbspt-form ._form_element .inputs-list li.hs-form-booleancheckbox:before, .hbspt-form .hs-form-field .inputs-list li.hs-form-booleancheckbox:before {
      content: unset; }
._form-content ._button-wrapper, ._form-content .actions, .hbspt-form ._button-wrapper, .hbspt-form .actions {
  text-align: right; }
  ._form-content ._button-wrapper button, ._form-content ._button-wrapper input[type="submit"], ._form-content .actions button, ._form-content .actions input[type="submit"], .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form .actions button, .hbspt-form .actions input[type="submit"] {
    height: auto; }
    @media (min-width: 768px) {
      ._form-content ._button-wrapper button, ._form-content ._button-wrapper input[type="submit"], ._form-content .actions button, ._form-content .actions input[type="submit"], .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form .actions button, .hbspt-form .actions input[type="submit"] {
        width: auto;
        margin-bottom: 30px; } }
    ._form-content ._button-wrapper button:focus, ._form-content ._button-wrapper input[type="submit"]:focus, ._form-content .actions button:focus, ._form-content .actions input[type="submit"]:focus, .hbspt-form ._button-wrapper button:focus, .hbspt-form ._button-wrapper input[type="submit"]:focus, .hbspt-form .actions button:focus, .hbspt-form .actions input[type="submit"]:focus {
      outline: none; }

._form-thank-you {
  font-size: 22px;
  font-family: "poppins_bold", Arial, sans-serif; }

.wsp-posts-list ul {
  margin-top: 10px; }

header {
  position: relative;
  padding: 20px 0 15px 0; }
  @media (min-width: 992px) {
    header {
      padding: 38px 0 30px 0; } }
  header .logo {
    position: relative;
    z-index: 3; }
    header .logo img {
      max-width: 120px; }
      @media (min-width: 992px) {
        header .logo img {
          max-width: 176px; } }
  header nav {
    float: right;
    display: inline-block; }
  header .main-nav {
    box-shadow: 0 0 0 #000000;
    background: none; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .main-nav > li {
        margin-right: -10px; } }
    header .main-nav > li a {
      text-transform: uppercase; }
      header .main-nav > li a:hover, header .main-nav > li a:focus, header .main-nav > li a:active, header .main-nav > li a.highlighted {
        color: #F00032; }
      header .main-nav > li a > .sub-arrow {
        right: 15px;
        width: 10px;
        left: auto;
        margin-top: 0;
        top: 10px;
        background: none; }
        header .main-nav > li a > .sub-arrow:before {
          font-size: 16px;
          content: "\f107";
          font-family: "Font Awesome 5 Pro"; }
        @media (max-width: 991px) {
          header .main-nav > li a > .sub-arrow {
            width: 33px;
            top: 5px;
            right: 5px; } }
      header .main-nav > li a.highlighted .sub-arrow:before {
        content: "\f106"; }
    @media (max-width: 991px) {
      header .main-nav {
        position: fixed;
        padding-top: 115px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: scroll;
        background: #000000;
        z-index: 2; }
        header .main-nav:before {
          content: "";
          display: block;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 105px;
          background: rgba(0, 0, 0, 0.8);
          z-index: 2; } }
  header .sub-nav > li a {
    font-family: "poppins_medium", Arial, sans-serif; }
    @media (min-width: 992px) {
      header .sub-nav > li a {
        color: #363f46; }
        header .sub-nav > li a:hover, header .sub-nav > li a:focus, header .sub-nav > li a:active, header .sub-nav > li a.highlighted {
          color: #F00032;
          font-weight: normal;
          font-family: "poppins_medium", Arial, sans-serif; }
        header .sub-nav > li a > .sub-arrow:before {
          font-weight: 900;
          content: "\f0da" !important; } }
    @media (max-width: 991px) {
      header .sub-nav > li a {
        color: #ffffff; }
        header .sub-nav > li a:hover, header .sub-nav > li a:focus, header .sub-nav > li a:active, header .sub-nav > li a.highlighted {
          color: #ffffff;
          font-weight: normal;
          font-family: "poppins_medium", Arial, sans-serif; } }
  @media (min-width: 992px) {
    header .sub-nav {
      padding: 15px 15px 30px 15px; }
      header .sub-nav > li {
        position: relative;
        padding: 10px 0; }
        header .sub-nav > li:after {
          content: "";
          display: block;
          width: 38px;
          height: 1px;
          border-bottom: 1px solid #F00032;
          position: absolute;
          bottom: 0;
          left: 20px; } }
  header:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    top: 0;
    display: block;
    background: linear-gradient(to right, #A7CACD 0%, #A7CACD 12.28571%, #24718A 12.28571%, #24718A 18.57143%, #B6CC7C 18.57143%, #B6CC7C 52.85714%, #9C8793 52.85714%, #9C8793 80.14286%, #8AD0CD 80.14286%, #8AD0CD 100%); }
  header:after {
    content: '';
    position: absolute;
    height: 150%;
    width: 100%;
    top: 8px;
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-repeat: repeat-x; }
  header #search-wrapper {
    position: relative;
    top: 1px;
    z-index: 1; }
    @media (max-width: 991px) {
      header #search-wrapper {
        margin-right: 10px;
        top: 2px; } }
    header #search-wrapper #search-trigger {
      color: #ffffff; }

@media (min-width: 992px) {
  .header-white {
    margin-bottom: 130px; } }
.header-white:after {
  display: none; }

.new-label:after {
  right: -5px;
  color: white;
  font-size: 12px;
  background-color: #F00032;
  content: "New";
  display: flex;
  position: absolute;
  top: -25px;
  padding: 5px;
  align-items: center;
  border-radius: 6px;
  justify-content: center; }
  @media (max-width: 767px) {
    .new-label:after {
      right: unset;
      left: 50%;
      top: 10px; } }

.heroshot {
  min-height: 280px;
  background: #999;
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
  margin-top: -113px; }
  .heroshot .breadcrumbs {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    top: 130px; }
    .heroshot .breadcrumbs > span {
      text-shadow: 0 0 7px rgba(0, 0, 0, 0.4); }
    .heroshot .breadcrumbs a {
      color: inherit; }
    .heroshot .breadcrumbs .breadcrumb_last {
      color: rgba(255, 255, 255, 0.6); }
    @media (max-width: 575px) {
      .heroshot .breadcrumbs {
        display: none; } }
    @media (min-width: 992px) {
      .heroshot .breadcrumbs {
        top: 80px; } }
  @media (min-width: 992px) {
    .heroshot {
      min-height: 420px;
      padding-top: 160px;
      margin-top: -178px;
      /*&.heroshot-post {
          min-height: 560px;
      }*/ }
      .heroshot.heroshot-big {
        min-height: 1000px; } }
  .heroshot .featured-post {
    background: #ffffff;
    border-radius: 5px;
    padding: 25px;
    max-width: 570px;
    float: right;
    margin-bottom: 25px; }
    .heroshot .featured-post h2 {
      margin: 1em 0; }
    @media (min-width: 992px) {
      .heroshot .featured-post {
        margin-top: 5%;
        padding: 40px; } }
  .heroshot .featured-content {
    max-width: 600px;
    float: right;
    margin-bottom: 25px; }
    .heroshot .featured-content h2, .heroshot .featured-content p {
      color: #ffffff;
      margin-top: 20px;
      text-transform: none; }
    .heroshot .featured-content h2 {
      font-family: "poppins_bold", Arial, sans-serif;
      line-height: 1.2;
      text-shadow: 0 0 100px #000000; }
    .heroshot .featured-content p {
      font-family: "poppins_regular", Arial, sans-serif;
      margin: 1em 0;
      font-weight: 600; }
    @media (min-width: 992px) {
      .heroshot .featured-content {
        padding: 40px 0 40px 40px; }
        .heroshot .featured-content h2 {
          font-size: 54px; }
        .heroshot .featured-content p {
          font-size: 20px; } }

.pre-footer {
  background-color: #363f46;
  padding-top: calc(50px - 1em);
  padding-bottom: 50px;
  color: #ffffff;
  text-align: center; }
  .pre-footer p, .pre-footer img {
    display: inline-block;
    vertical-align: middle; }
  .pre-footer p {
    margin: 1em 1em 0 0; }
  .pre-footer img {
    margin-top: 1em; }

.site-footer {
  background-color: #e1e2e4;
  padding-top: 30px;
  padding-bottom: 1rem; }
  @media (min-width: 576px) {
    .site-footer {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .site-footer ul {
    color: #9A9FA2; }
  .site-footer a {
    color: #363f46;
    margin-bottom: 1rem; }
  .site-footer p {
    font-size: 14px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .site-footer p {
        font-size: 16px; } }
  .site-footer .text-footer {
    text-align: center;
    font-size: 13px;
    color: #363f46; }
    @media (min-width: 768px) {
      .site-footer .text-footer {
        font-size: 14px;
        max-width: 70%;
        margin: 0 auto; } }
  .site-footer .footer-logo {
    margin-bottom: 1em; }
    .site-footer .footer-logo img {
      width: 145px; }
      @media (min-width: 576px) {
        .site-footer .footer-logo img {
          width: 200px; } }
  .site-footer .footer-menu {
    columns: 2; }
    @media (max-width: 575px) {
      .site-footer .footer-menu {
        border-bottom: 1px solid #b6b9bc;
        padding-bottom: 1.5em; } }
  .site-footer .footer-credits {
    padding-top: 1rem;
    border-top: solid 1px #b6b9bc;
    font-size: 14px; }
    @media (min-width: 576px) {
      .site-footer .footer-credits {
        padding-top: 30px;
        margin-top: 60px;
        text-align: right;
        display: flex;
        justify-content: space-between; }
        .site-footer .footer-credits .copyright {
          margin-bottom: 0;
          float: left;
          text-align: left; } }
    .site-footer .footer-credits-menu a {
      margin-right: 10px; }
  .site-footer .footer-credits-singole-risorse {
    padding-top: 1rem;
    font-size: 14px; }
    @media (min-width: 576px) {
      .site-footer .footer-credits-singole-risorse {
        text-align: right;
        display: flex;
        justify-content: space-between; }
        .site-footer .footer-credits-singole-risorse .copyright {
          margin-bottom: 0;
          float: left;
          text-align: left; } }
    .site-footer .footer-credits-singole-risorse-menu a {
      margin-right: 10px; }
  .site-footer .wpml-ls-legacy-list-horizontal {
    margin-bottom: 1rem;
    padding: 0;
    font-size: 16px;
    line-height: 24px; }
    .site-footer .wpml-ls-legacy-list-horizontal ul {
      text-align: left; }
      .site-footer .wpml-ls-legacy-list-horizontal ul li {
        display: flex;
        align-items: center; }
        .site-footer .wpml-ls-legacy-list-horizontal ul li:before {
          content: '\f0ac';
          color: #363f46;
          font-family: "Font Awesome 5 Pro";
          margin-right: 10px;
          font-size: 28px;
          font-weight: lighter;
          position: relative;
          top: -2px; }
        .site-footer .wpml-ls-legacy-list-horizontal ul li a {
          margin-bottom: 0;
          padding: 0; }
    @media (max-width: 767px) {
      .site-footer .wpml-ls-legacy-list-horizontal {
        font-size: 14px; } }
    @media (max-width: 575px) {
      .site-footer .wpml-ls-legacy-list-horizontal {
        border-bottom: 1px solid #b6b9bc;
        padding-bottom: 1em; } }

.icon-social li {
  margin-right: 5px;
  display: inline-block;
  line-height: 2.5; }
  .icon-social li i {
    color: #e1e2e4;
    border-radius: 50%;
    background: #363f46;
    height: 30px;
    width: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    font-size: 18px; }
@media (max-width: 767px) {
  .icon-social {
    margin-bottom: 0;
    padding-bottom: 1em; } }

.site-footer.footer-risorse {
  background: #f2f2f2; }

.risorse-block {
  padding: 3rem 0;
  color: #ffffff;
  position: relative;
  background: #F00032;
  overflow: hidden; }
  .risorse-block:before {
    content: '';
    background: url("assets/img/bisciolo.svg") repeat-x;
    background-size: 1%;
    width: 1800px;
    height: 1000px;
    position: absolute;
    display: block;
    top: 100%;
    left: 75%;
    opacity: .3;
    transform: rotate(45deg) translatez(0);
    transform-origin: top; }
    @media (max-width: 767px) {
      .risorse-block:before {
        left: 100%;
        top: 120%;
        transform: rotate(50deg) translatez(0); } }
  .risorse-block i {
    font-size: 25px;
    position: relative;
    top: 4px;
    padding-right: 10px; }
  .risorse-block p {
    font-size: 16px;
    padding-bottom: 20px; }
  .risorse-block-img {
    max-width: 90%; }
  @media (max-width: 575px) {
    .risorse-block {
      padding: 2rem 0 3rem 0; }
      .risorse-block label {
        padding-bottom: 20px; }
      .risorse-block-img {
        display: none; }
      .risorse-block .btn {
        width: 100%;
        display: block;
        text-align: center;
        padding-bottom: 15px;
        border-radius: 35px; } }
  @media (min-width: 576px) {
    .risorse-block p {
      display: none; } }

.risorse-title {
  font-family: "archive_regular", Arial, sans-serif;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: 0.7em;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .risorse-title {
      font-size: 2.8125rem; } }

.service-page-listing {
  padding: 3rem 0;
  position: relative;
  background: #f2f2f2; }
  @media (min-width: 768px) {
    .service-page-listing {
      margin-top: -2rem; } }
  .service-page-listing-block {
    margin: 10px 0; }
    @media (min-width: 768px) {
      .service-page-listing-block {
        margin: 15px 0; } }
  .service-page-listing-img img {
    border-radius: 5px; }
  @media (min-width: 768px) {
    .service-page-listing-img {
      margin-bottom: 1.5em; } }
  .service-page-listing-content .post-info {
    color: #F00032; }
    @media (min-width: 768px) {
      .service-page-listing-content .post-info {
        margin-bottom: 10px; } }

.listing-filters {
  border-bottom: solid 1px #9A9FA2;
  margin-bottom: 40px;
  margin-top: 1.6em; }
  @media (min-width: 768px) {
    .listing-filters {
      margin-bottom: 60px; } }
  .listing-filters ul {
    margin: 0;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .listing-filters ul > li {
      white-space: nowrap;
      font-size: 18px;
      padding-right: 1.5em;
      margin-bottom: 10px; }
    .listing-filters ul a {
      font-family: "poppins_bold", Arial, sans-serif;
      text-transform: uppercase;
      color: inherit; }
      .listing-filters ul a:hover, .listing-filters ul a:focus {
        text-decoration: none; }
      .listing-filters ul a.active {
        border-bottom: solid 3px #F00032; }

.scrivici-block {
  padding: 3rem 0;
  color: #ffffff; }
  @media (min-width: 576px) {
    .scrivici-block {
      padding: 5.3rem 0 3rem 0;
      display: inline-flex;
      background: url("assets/img/frecce-circle-light-green.svg") no-repeat center 60%; } }
  .scrivici-block .fascia-title {
    color: #ffffff; }
    @media (min-width: 576px) {
      .scrivici-block .fascia-title {
        max-width: 60%; } }
  .scrivici-block p {
    font-family: poppins_medium;
    font-size: 16px; }
  .scrivici-block .btn-red, .scrivici-block .form-contatti input[type="submit"], .form-contatti .scrivici-block input[type="submit"], .scrivici-block ._form-content ._button-wrapper button, ._form-content ._button-wrapper .scrivici-block button, .scrivici-block ._form-content ._button-wrapper input[type="submit"], ._form-content ._button-wrapper .scrivici-block input[type="submit"], .scrivici-block ._form-content .actions button, ._form-content .actions .scrivici-block button, .scrivici-block ._form-content .actions input[type="submit"], ._form-content .actions .scrivici-block input[type="submit"], .scrivici-block .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper .scrivici-block button, .scrivici-block .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form ._button-wrapper .scrivici-block input[type="submit"], .scrivici-block .hbspt-form .actions button, .hbspt-form .actions .scrivici-block button, .scrivici-block .hbspt-form .actions input[type="submit"], .hbspt-form .actions .scrivici-block input[type="submit"] {
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .scrivici-block .btn-red, .scrivici-block .form-contatti input[type="submit"], .form-contatti .scrivici-block input[type="submit"], .scrivici-block ._form-content ._button-wrapper button, ._form-content ._button-wrapper .scrivici-block button, .scrivici-block ._form-content ._button-wrapper input[type="submit"], ._form-content ._button-wrapper .scrivici-block input[type="submit"], .scrivici-block ._form-content .actions button, ._form-content .actions .scrivici-block button, .scrivici-block ._form-content .actions input[type="submit"], ._form-content .actions .scrivici-block input[type="submit"], .scrivici-block .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper .scrivici-block button, .scrivici-block .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form ._button-wrapper .scrivici-block input[type="submit"], .scrivici-block .hbspt-form .actions button, .hbspt-form .actions .scrivici-block button, .scrivici-block .hbspt-form .actions input[type="submit"], .hbspt-form .actions .scrivici-block input[type="submit"] {
        width: 100%;
        margin-top: 15px; } }
  .scrivici-block-content {
    text-align: center; }
    @media (min-width: 576px) {
      .scrivici-block-content {
        margin-left: 5%; } }
    @media (max-width: 575px) {
      .scrivici-block-content {
        text-align: center; } }

.background-blu {
  background: #6d99bd;
  overflow: hidden;
  position: relative; }
  .background-blu:before {
    content: '';
    background: url("assets/img/bisciolo.svg") repeat-x;
    background-size: 1%;
    width: 1500px;
    height: 1000px;
    position: absolute;
    display: block;
    top: 100%;
    left: 85%;
    opacity: .3;
    transform: rotate(45deg) translatez(0);
    transform-origin: top; }
    @media (max-width: 767px) {
      .background-blu:before {
        left: 100%;
        top: 120%;
        transform: rotate(50deg) translatez(0); } }

.franchising-block {
  padding: 3rem 0;
  align-items: center;
  width: 100%; }
  @media (min-width: 576px) {
    .franchising-block {
      padding: 5rem 0;
      display: inline-flex;
      background: url("assets/img/frecce-circle-green-cmp.svg") no-repeat center 60%;
      background-size: 450px; } }
  .franchising-block .fascia-title {
    color: #000000; }
    @media (min-width: 576px) {
      .franchising-block .fascia-title {
        width: 50%; } }
  .franchising-block p {
    font-family: poppins_medium;
    font-size: 16px; }
  @media (min-width: 576px) {
    .franchising-block-content {
      margin-left: 5%; } }
  @media (max-width: 767px) {
    .franchising-block-content a {
      font-size: 14px;
      padding: 15px 25px; } }
  @media (max-width: 575px) {
    .franchising-block-content {
      text-align: center; } }

.background-green {
  background: #8ad1ce;
  overflow: hidden;
  position: relative; }
  .background-green:before {
    content: '';
    background: url("assets/img/bisciolo.svg") repeat-x;
    background-size: 1%;
    width: 1500px;
    height: 1000px;
    position: absolute;
    display: block;
    top: 100%;
    left: 90%;
    opacity: .3;
    transform: rotate(45deg) translatez(0);
    transform-origin: top; }
    @media (max-width: 767px) {
      .background-green:before {
        left: 100%;
        top: 120%;
        transform: rotate(50deg) translatez(0); } }

.background-red {
  background: #F00032;
  overflow: hidden;
  position: relative; }
  .background-red:before {
    content: '';
    background: url("assets/img/bisciolo.svg") repeat-x;
    background-size: 1%;
    width: 1500px;
    height: 1000px;
    position: absolute;
    display: block;
    top: 100%;
    left: 90%;
    opacity: .3;
    transform: rotate(45deg) translatez(0);
    transform-origin: top; }
    @media (max-width: 767px) {
      .background-red:before {
        left: 100%;
        top: 120%;
        transform: rotate(50deg) translatez(0); } }
  .background-red .fascia-title {
    color: #FFFFFF; }
  .background-red .franchising-block .btn-red, .background-red .franchising-block .form-contatti input[type="submit"], .form-contatti .background-red .franchising-block input[type="submit"], .background-red .franchising-block ._form-content ._button-wrapper button, ._form-content ._button-wrapper .background-red .franchising-block button, .background-red .franchising-block ._form-content ._button-wrapper input[type="submit"], ._form-content ._button-wrapper .background-red .franchising-block input[type="submit"], .background-red .franchising-block ._form-content .actions button, ._form-content .actions .background-red .franchising-block button, .background-red .franchising-block ._form-content .actions input[type="submit"], ._form-content .actions .background-red .franchising-block input[type="submit"], .background-red .franchising-block .hbspt-form ._button-wrapper button, .hbspt-form ._button-wrapper .background-red .franchising-block button, .background-red .franchising-block .hbspt-form ._button-wrapper input[type="submit"], .hbspt-form ._button-wrapper .background-red .franchising-block input[type="submit"], .background-red .franchising-block .hbspt-form .actions button, .hbspt-form .actions .background-red .franchising-block button, .background-red .franchising-block .hbspt-form .actions input[type="submit"], .hbspt-form .actions .background-red .franchising-block input[type="submit"] {
    color: #F00032;
    background: #FFFFFF;
    border: 2px solid #FFFFFF; }

.stampa-block {
  padding: 2rem 0 1rem 0;
  color: #ffffff;
  position: relative;
  background: #5AA395;
  overflow: hidden; }
  .stampa-block:before {
    content: '';
    background: url("assets/img/bisciolo.svg") repeat-x;
    background-size: 1%;
    width: 2000px;
    height: 2000px;
    position: absolute;
    display: block;
    top: 80%;
    left: 90%;
    opacity: .3;
    transform: rotate(45deg) translatez(0);
    transform-origin: top; }
    @media (max-width: 767px) {
      .stampa-block:before {
        left: 60%;
        top: 150%;
        transform: rotate(50deg) translatez(0); } }

a.stampa-mail {
  color: #ffffff; }

.relatori-block {
  padding: 3rem 0 2rem 0;
  color: #ffffff;
  position: relative;
  background: #6D99BD;
  overflow: hidden; }
  .relatori-block:before {
    content: '';
    background: url("assets/img/bisciolo.svg") repeat-x;
    background-size: 1%;
    width: 2000px;
    height: 2000px;
    position: absolute;
    display: block;
    top: 80%;
    left: 90%;
    opacity: .3;
    transform: rotate(45deg) translatez(0);
    transform-origin: top; }
    @media (max-width: 767px) {
      .relatori-block:before {
        left: 60%;
        top: 100%;
        transform: rotate(50deg) translatez(0); } }

.relatori, .partner, .collaboratori, .sponsor, .ufficio_stampa {
  margin: 2rem 0 3rem 0; }
  @media (max-width: 575px) {
    .relatori, .partner, .collaboratori, .sponsor, .ufficio_stampa {
      margin: 1rem 0 2rem 0; } }
  .relatori-title, .partner-title, .collaboratori-title, .sponsor-title, .ufficio_stampa-title {
    line-height: 1;
    color: #ffffff;
    padding-bottom: 0.7em; }

.relatori {
  margin: 2rem 0 1rem 0; }
  .relatori .relatore-title {
    font-size: 16px; }
  .relatori .relatore-infos {
    position: relative; }
    .relatori .relatore-infos a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .relatori .relatore-ruolo {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 10px;
    opacity: .6; }
    .relatori .relatore-ruolo + .relatore-ruolo {
      opacity: 1;
      line-height: 1.3;
      padding-bottom: 15px; }

.partner-img, .collaboratori-img, .sponsor-img {
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px; }
  @media (max-width: 575px) {
    .partner-img, .collaboratori-img, .sponsor-img {
      margin-bottom: 25px; } }

.newsletter {
  padding: 2rem 0;
  align-items: center;
  width: 100%; }
  @media (min-width: 576px) {
    .newsletter {
      padding: 2.5rem 0;
      display: inline-flex;
      background: url("assets/img/frecce-circle-green-cmp.svg") no-repeat center 60%;
      background-size: 450px; } }
  .newsletter .fascia-title .h1, .newsletter .fascia-title p {
    color: #363f46; }
  @media (min-width: 576px) {
    .newsletter .fascia-title {
      width: 50%; }
      .newsletter .fascia-title p {
        max-width: 89%; } }
  .newsletter p {
    font-family: poppins_bold;
    font-size: 18px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .newsletter p {
        font-size: 16px; } }
  .newsletter-content {
    position: relative; }
    @media (min-width: 576px) {
      .newsletter-content {
        width: 48%;
        margin-left: 2%; } }
    @media (min-width: 992px) {
      .newsletter-content {
        top: 20px; } }
    .newsletter-content ._form-content ._form_element {
      margin-bottom: 10px; }
      .newsletter-content ._form-content ._form_element:first-child ._form-label {
        display: none; }
      .newsletter-content ._form-content ._form_element input[name="email"] {
        height: 50px;
        border-radius: 25px;
        padding: 5px 20px 0;
        font-size: 14px; }
        @media (min-width: 992px) {
          .newsletter-content ._form-content ._form_element input[name="email"] {
            width: calc(100% - 180px);
            font-size: 16px; } }
      .newsletter-content ._form-content ._form_element ._checkbox-radio input[type="checkbox"] {
        background-color: transparent;
        border-color: #363f46; }
      .newsletter-content ._form-content ._form_element ._checkbox-radio label {
        font-size: 12px;
        top: 0; }
        @media (min-width: 576px) {
          .newsletter-content ._form-content ._form_element ._checkbox-radio label {
            margin-bottom: 0; } }
        @media (min-width: 768px) {
          .newsletter-content ._form-content ._form_element ._checkbox-radio label {
            font-size: 14px;
            line-height: 1.45; } }
    @media (min-width: 992px) {
      .newsletter-content ._form-content ._button-wrapper {
        position: absolute;
        right: 0;
        top: 0; } }
    .newsletter-content ._form-content ._button-wrapper button {
      margin: 0; }
